@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
html {
    height: 100%: width: 100%;
}
:focus {
    outline: none;
}
/*.........placeholder opacity........*/

::-webkit-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Asomtavruli';
    font-size: 15px;
    background-color: #fff;
    height: inherit;
    width: inherit;
}
a {
    text-decoration: none !important;
    transition: all ease-in-out 0.3s;
    color: #163275;
}
button {
    transition: all ease-in-out 0.3s;
}
a img,
img {
    border: none;
    height: auto;
}
ul,
li,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
    color: #323232;
}
input,
select,
textarea {
    font-family: 'Asomtavruli';
}
input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0px;
}
strong {
    font-family: 'Asomtavruli';
    font-weight: bold;
    color: #636363;
    margin: 0px;
}
p {
    color: #666666;
    font-family: 'Asomtavruli';
    font-weight: 300;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 50px;
}
.row {
    height: 100%;
}
.row:before,
.row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
.container-fluid {
    width: 100%;
    float: left;
}
.container {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.container:before,
.container:after {
    display: table;
    content: "";
}
.container:after {
    clear: both;
}
/*.....buttons.....*/

.main {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.main_slider {
    height: 100%;
}
.banner_main {
    float: left;
    height: inherit;
    width: inherit;
}
.banner_main #owl-demo {
    height: inherit;
    width: inherit;
}
.banner_main .item,
.banner_main .owl-wrapper-outer,
.banner_main .owl-wrapper,
.banner_main .owl-item {
    height: inherit;
    width: inherit;
    overflow: hidden;
}
.banner_main .middle_img {
    position: absolute;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.banner_main .first_slide {
    height: inherit;
    width: inherit;
    background-color: #f3cf50;
}
.banner_main .first_slide .left_top_img {
    position: absolute;
    top: 0;
    left: 0;
}
.banner_main .first_slide .left_bottom_img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner_main .first_slide .right_top_img {
    position: absolute;
    right: 0;
    top: 0;
}
.banner_main .first_slide .right_bottom_img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.banner_main .third_slide {
    overflow: hidden;
    height: inherit;
    width: inherit;
    background: url(../images/banner_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner_main .second_slide {
    height: inherit;
    width: inherit;
    background: url(../images/banner_bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.third_slide h1 {
    position: absolute;
    top: 30px;
    left: 50px;
}
.third_slide h2 {
    position: absolute;
    bottom: 30px;
    right: 50px;
}
.third_slide h1,
.third_slide h2 {
    color: #fff;
    font-size: 100px;
    z-index: 999;
}
.wrap .bg {
    width: 100%;
    height: 100%;
}
.center_img {
    width: 100%;
    float: left;
}
.step_main {
    height: inherit;
    width: inherit;
}
.step_1 {
    background: url(../images/step1_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.step_2 {
    background: url(../images/step2_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.step_main {
    vertical-align: middle;
    height: inherit;
    width: inherit;
    text-align: center;
}
.step_main .step_sub {
    display: flex;
    align-items: center;
    height: 100%;
}
.step_main .step_sub ul {
    width: 100%;
    float: left;
}
.step_main .step_sub ul li {
    width: 100%;
    float: left;
    display: table;
    margin-bottom: 40px;
}
.step_main .step_sub ul li .left_img {
    width: 200px;
    display: table-cell;
    vertical-align: middle;
}
.step_main .step_sub ul li .right_title {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.step_main .step_sub.plus_icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.step_3 {
    background: url(../images/step3_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.step_4 {
    background: url(../images/step4_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.step_5 {
    background: url(../images/step5_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.step_6 {
    background: url(../images/step6_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.step_7 {
    background: url(../images/step7_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.step_8 {
    background: url(../images/step8_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.back {
    float: left;
    width: 10%;
    margin-top: 15px;
    padding-left: 30px;
}
.step_sub {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
}
/* ...................... 3.2.1 page css ......................... */

.iogurti_button {
    width: 90%;
    float: left;
    margin-top: 15px;
}
.iogurti_button a {
    width: 100%;
    float: left;
}
.iogurti_button a h2 {
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #e4d4bc;
    color: #fff;
}
/* ...................... 3.1.1 page css ......................... */

.right_title {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.right_title a h2 {
    width: 200px;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 28px;
}
.right_title a .cizqeiqi {
    background-color: #ba6217;
}
.right_title a .trufeli {
    background-color: #83433b;
}
.right_title a .narebi {
    background-color: #d9c5ae;
}
.right_title a .limoni {
    background-color: #f5ba1b;
}
.right_title a .mariliani_karameli {
    background-color: #c1551b;
}
.right_title a .araqisi {
    background-color: #ab6d2d;
}
.right_title a .soko_kremi {
    background-color: #009cd9;
}
.right_title a .iogurti {
    background-color: #d99400;
}
.right_title a .kapucino {
    background-color: #ba6217;
}
.right_title a .alubali {
    background-color: #f02e3a;
}
.right_title a .atami {
    background-color: #f34917;
}
.right_title a .mocxari {
    background-color: #656599;
}
.left_img {
    width: 50%;
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.step_sub {
    width: 100%;
    float: left;
    text-align: center;
    align-items: center;
    display: flex;
    height: 100%;
}
.soko_button {
    width: 80%;
    float: left;
    margin: 0 auto;
}
.soko_button a {
    width: 100%;
    float: left;
}
.soko_button a h2 {
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #009cd9;
    color: #fff;
}
/* ...................... 3.3.1 page css ......................... */

.kapuCino_button {
    width: 90%;
    float: left;
    margin-top: 15px;
}
.kapuCino_button a {
    width: 100%;
    float: left;
}
.kapuCino_button a h2 {
    width: 100%;
    float: left;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #ba6217;
    color: #fff;
}
/* ...................... 3.3.11 page css ......................... */

.top_title {
    width: 100%;
    float: left;
    margin-top: 80px;
}
.top_title h1 {
    float: left;
    margin-left: 80px;
    clear: both;
    color: #fff;
    padding: 5px 15px;
    border-radius: 12px;
    font-size: 40px;
    font-weight: normal;
}
.top_title h2 {
    float: left;
    color: #fff;
    clear: both;
    padding: 5px 40px;
    border-radius: 12px;
    margin-top: 40px;
    font-size: 40px;
    line-height: 1.0;
    font-weight: normal;
}
.top_title h3 {
    float: left;
    clear: left;
    clear: both;
    margin-left: 40px;
    color: #fff;
    padding: 5px 40px;
    border-radius: 12px;
    margin-top: 15px;
    font-size: 40px;
    font-weight: normal;
}
.top_title .tqveni_arcevani {
    background-color: #624333;
}
.top_title .musi_cizqeiqi {
    background-color: #e8c126;
}
.top_title .jele_limoni {
    background-color: #f5ba1b;
}
.top_title .jele_karameli {
    background-color: #ce590b;
}
.top_title .jele_alubali {
    background-color: #ce590b;
}
.bottom_img_choco {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.top_logo {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 20px;
}
.top_logo img {
    float: right;
}
.select_title {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.select_title h1 {
    color: #fff;
    font-size: 35px;
    padding: 5px 40px;
    border-radius: 15px;
}
.select_title .cizqeiqi {
    background-color: #ba6217;
}
.select_title .soko_kremi {
    background-color: #009cd9;
}
.select_title .narebi {
    background-color: #d9c5ae;
}
.select_title .trufeli {
    background-color: #7f4137;
}
.select_title .iogurti {
    background-color: #e4d4bc;
}
.final_result {
    height: 100%;
    align-items: center;
    display: flex;
}
.owl-theme .owl-controls .owl-buttons div {
    margin-bottom: 0;
    margin-top: 0;
}
.owl-controls {
    bottom: 10px;
}
.owl-theme .owl-controls .owl-prev {
    transition: all ease-in-out 0.3s;
    width: 30px;
    height: 30px;
    background: url(../images/preview.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
}
.owl-theme .owl-controls .owl-next {
    transition: all ease-in-out 0.3s;
    width: 30px;
    height: 30px;
    background: url(../images/next.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
}
.owl-theme .owl-controls .owl-next:hover,
.owl-theme .owl-controls .owl-prev:hover {
    background-size: 25px;
    transition: all ease-in-out 0.3s;
}