@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700,900&subset=cyrillic,cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:500");
@font-face {
    font-family: 'Officina';
    src: url("../fonts/officinasansblack-webfont.woff2") format("woff2"), url("/web/20211229192938im_/http://doka.world/fonts/officinasansblack-webfont.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Pirulen';
    src: url("../fonts/pirulen_rg-webfont.woff2") format("woff2"), url("../fonts/pirulen_rg-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Amplify';
    src: url("../fonts/amplify-webfont.woff2") format("woff2"), url("../fonts/amplify-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OfficinaSansBlack';
    src: url("../fonts/OfficinaSansBlack.eot");
    src: url("../fonts/OfficinaSansBlack.eot#iefix") format("embedded-opentype"), url("../fonts/OfficinaSansBlack.otf") format("otf"), url("../fonts/OfficinaSansBlack.woff") format("woff"), url("../fonts/OfficinaSansBlack.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.container {
    max-width: 960px;
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    padding-top: 111px;
    background: #fff;
}

.wrapper {
    margin: 0 auto;
    max-width: 940px;
    min-width: 320px;
}

@media (max-width: 1024px) {
    .wrapper {
        max-width: 768px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .wrapper {
        max-width: 100%;
        padding-left: 13px;
        padding-right: 13px;
    }
}

.title {
    position: relative;
    font-family: 'Officina';
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .title {
        text-align: center;
        font-size: 32px;
    }
}

.main .title:before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #05b2b0;
    margin-right: 20px;
    left: -20px;
    top: 50%;
    margin-top: -2px;
}

@media (max-width: 1024px) {
    .title:before {
        display: none;
    }
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    z-index: 1000;
}

nav .colapse-menu-button {
    float: right;
    margin-top: 10px;
}

nav .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 35px;
}

nav .menu ul {
    margin: 0;
    padding: 0;
}

nav .menu ul li {
    display: inline-block;
}

nav .menu ul li:last-child a {
    padding-right: 0;
}

nav .menu ul li a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #4c588f;
    text-decoration: none;
    padding: 0 22px;
}

nav .menu ul li a:before {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 10px;
    width: 7px;
    height: 7px;
    background: #418218;
    content: '';
}

nav .menu ul li a:hover {
    color: #29bc2d;
}

header {
    min-height: 660px;
   # background: url("../images/bg-header.png") no-repeat 48% 50%;
    padding: 40px 0 20px;
    margin-top: 100px;
}

header .head_title {
    margin-bottom: 50px;
}

header .head_title .title h1 {
    position: relative;
    font-family: 'OfficinaSansBlack';
    font-size: 60px;
    line-height: 1.2em;
    color: #4c588f;
    text-transform: uppercase;
    margin: 0;
}

header .head_title .title h1:before {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -23px;
    width: 7px;
    height: 7px;
    background: #418218;
    content: '';
}

header .head_title .title p {
    font-size: 24px;
    font-style: italic;
    color: #6895e9;
    margin-bottom: 0;
}

header .lose {
    background: #fff;
}

header .lose .lose_wrap {
    text-align: center;
}

header .lose .lose_wrap h4 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    color: #4c588f;
    margin: 11px 0 16px;
}

header .lose .lose_wrap .photo {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

header .lose .lose_wrap .photo:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

header .lose .lose_wrap .photo:hover:after {
    opacity: 1;
}

header .lose .lose_wrap .photo img {
    max-width: 100%;
}

.meet {
    padding: 20px 0 40px;
}

.meet .title {
    margin-bottom: 28px;
}

.meet .title h2 {
    position: relative;
    font-family: 'OfficinaSansBlack';
    font-size: 48px;
    color: #4c588f;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.meet .title h2:before {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -23px;
    width: 4px;
    height: 4px;
    background: #05b2b0;
    content: '';
}

.meet .title p {
    font-size: 24px;
    font-style: italic;
    color: #6895e9;
    margin-bottom: 0;
}

.meet .meet_wrap {
    max-width: 430px;
}

.meet .meet_wrap img {
    max-width: 100%;
}

.meet .meet_wrap .text {
    margin-top: 25px;
}

.meet .meet_wrap .text h4 {
    font-size: 24px;
    font-weight: 700;
    color: #6895e9;
    margin: 0 0 20px;
}

.meet .meet_wrap .text p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.approve {
    min-height: 657px;
	background: url("../images/approve-pattern.png");
    padding: 50px 0 0px;
    -webkit-box-shadow: inset 0px 1px 29px 0 rgba(0, 0, 0, 0.23);
    box-shadow: inset 0px 1px 29px 0 rgba(0, 0, 0, 0.23);
}

.approve .title {
    margin-bottom: 50px;
}

.approve .title h2 {
    position: relative;
    font-family: 'OfficinaSansBlack';
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.approve .title h2:before {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -23px;
    width: 4px;
    height: 4px;
    background: #05b2b0;
    content: '';
}

.approve .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.approve .wrapper .approve_wrap {
    text-align: center;
    width: 25%;
    margin-bottom: 50px;
}

.approve .wrapper .approve_wrap p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
    margin-top: 15px;
}

.offer {
    padding: 65px 0;
    min-height: 685px;
}

.offer .title {
    margin-bottom: 70px;
}

.offer .title h2 {
    position: relative;
    font-family: 'OfficinaSansBlack';
    font-size: 48px;
    color: #1b426e;
    text-transform: uppercase;
    margin: 0;
}

.offer .title h2:before {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -23px;
    width: 4px;
    height: 4px;
    background: #05b2b0;
    content: '';
}

.offer .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.offer .wrapper .offer_wrap {
    width: 20%;
    margin: 30px 0;
}

.offer .wrapper .offer_wrap a:hover {
    text-decoration: none;
}

.offer .wrapper .offer_wrap .flip_block {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.offer .wrapper .offer_wrap .flip_block:hover {
    z-index: 10;
}

.offer .wrapper .offer_wrap .flip_block:hover .flipper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.offer .wrapper .offer_wrap .flip_block .flipper {
    -webkit-transform: rotateY(-40deg);
    transform: rotateY(-40deg);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.offer .wrapper .offer_wrap .flip_block .flipper .photo img {
    width: 100%;
}

.offer .wrapper .offer_wrap .flip_block .flipper .photo:after {
    position: absolute;
    top: -7px;
    right: 0pc;
    width: 70%;
    height: 4px;
    content: '';
    background: #00b6d1;
}

.offer .wrapper .offer_wrap .text {
    padding: 0 10px;
    margin-top: 30px;
}

.offer .wrapper .offer_wrap .text h5 {
    font-size: 24px;
    font-weight: 700;
    color: #007882;
    margin: 0 0 10px;
}

.offer .wrapper .offer_wrap .text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2em;
}

.us {
    min-height: 685px;
 #  background: url("../images/bg-us.png") no-repeat 53.5% top, url("../images/us-pattern.png");
    background: url("../images/us-pattern.png");
  
 padding: 50px 0 30px;
    -webkit-box-shadow: inset 0px 1px 29px 0 rgba(0, 0, 0, 0.23);
    box-shadow: inset 0px 1px 29px 0 rgba(0, 0, 0, 0.23);
    overflow: hidden;
}

.us .title {
    margin-bottom: 45px;
}

.us .title h2 {
    position: relative;
    font-family: 'OfficinaSansBlack';
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.us .title h2:before {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -23px;
    width: 4px;
    height: 4px;
    background: #05b2b0;
    content: '';
}

.us .wrapper_us {
    position: relative;
    min-height: 460px;
}

.us .wrapper_us .lines {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.us .wrapper_us .voronka {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.us .wrapper_us .left_side .list_block .title:before {
    position: absolute;
    top: 0;
    left: -39px;
    content: ''; # url("../images/left_title.png");
}

.us .wrapper_us .left_side .list_block .title h3 {
    padding: 0 100px 0 50px;
}

.us .wrapper_us .left_side .list_block .list {
    padding: 0 100px 0 50px;
}

.us .wrapper_us .left_side .list_block .text {
    padding: 0 100px 0 50px;
}

.us .wrapper_us .right_side .list_block .title:before {
    position: absolute;
    top: 0;
    right: -39px;
    content: ''; #url("../images/right_title.png");
}

.us .wrapper_us .right_side .list_block .title h3 {
    text-align: center;
    padding: 0 50px 0 100px;
}

.us .wrapper_us .right_side .list_block .list {
    padding: 0 50px 0 100px;
}

.us .wrapper_us .right_side .list_block .text {
    padding: 0 50px 0 100px;
}

.us .wrapper_us .list_block {
    margin-top: 41px;
}

.us .wrapper_us .list_block .title {
    position: relative;
    margin-bottom: 0;
}

.us .wrapper_us .list_block .title h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 40px;
    margin: 0;
    z-index: 2;
}

.us .wrapper_us .list_block .list {
    min-height: 200px;
    margin-top: 60px;
}

.us .wrapper_us .list_block .list li {
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    color: #fff;
    padding: 0 0 40px 45px;
}

.us .wrapper_us .list_block .list li:before {
    position: absolute;
    top: 1px;
    left: 0px;
    content: url("../images/plus.png");
}

.us .wrapper_us .list_block .list li:last-child {
    padding-bottom: 0;
}

.us .wrapper_us .list_block .text p {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    font-style: italic;
    color: #33ff39;
}

.how_it_works {
    padding: 50px 0;
}

.how_it_works .title h2 {
    position: relative;
    font-family: 'OfficinaSansBlack';
    font-size: 48px;
    color: #4c588f;
    text-transform: uppercase;
    margin: 0;
}

.how_it_works .title h2:before {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -23px;
    width: 4px;
    height: 4px;
    background: #05b2b0;
    content: '';
}

.how_it_works .work_wrapper {
    position: relative;
    margin-top: 40px;
}

.how_it_works .work_wrapper .wrap_step {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.how_it_works .work_wrapper .wrap_step .icon {
    width: 75px;
    text-align: center;
}

.how_it_works .work_wrapper .wrap_step .text {
    margin-left: 20px;
}

.how_it_works .work_wrapper .wrap_step .text h4 {
    font-size: 30px;
    font-weight: 700;
    color: #1b6e5f;
    margin: 0 0 10px;
}

.how_it_works .work_wrapper .wrap_step .text p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.how_it_works .work_wrapper .step1 {
    margin: 0 0 0 400px;
}

.how_it_works .work_wrapper .step1 .arrow {
    position: absolute;
    top: 5px;
    left: -310px;
}

.how_it_works .work_wrapper .step2 {
    margin: 75px 0 0 60px;
}

.how_it_works .work_wrapper .step2 .arrow {
    position: absolute;
    top: 70px;
    left: 10px;
}

.how_it_works .work_wrapper .step3 {
    margin: 25px 0 0 625px;
}

.how_it_works .work_wrapper .step4 {
    margin: 35px 0 0 250px;
}

.how_it_works .work_wrapper .step4 .arrow {
    position: absolute;
    top: -90px;
    left: 50px;
}

footer {
    min-height: 655px;
    background: url("../images/footer-pattern.png");
    padding: 53px 0 0px;
    -webkit-box-shadow: inset 0px 1px 29px 0 rgba(0, 0, 0, 0.23);
    box-shadow: inset 0px 1px 29px 0 rgba(0, 0, 0, 0.23);
}

footer .title {
    margin-bottom: 54px;
}

footer .title h2 {
    position: relative;
    font-family: 'OfficinaSansBlack';
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

footer .title h2:before {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -23px;
    width: 4px;
    height: 4px;
    background: #05b2b0;
    content: '';
}

footer .wrap_form label {
    width: 100%;
    margin-bottom: 20px;
}

footer .wrap_form label p {
    font-size: 18px;
    font-weight: 300;
    color: #33ff39;
    margin-bottom: 13px;
}

footer .wrap_form label:nth-of-type(3) {
    margin-bottom: 15px;
}

footer .wrap_form label input {
    width: 100%;
    height: 41px;
    background: #fff;
    padding-left: 20px;
    border: none;
    outline: none;
    border-radius: 2px;
}

footer .wrap_form label textarea {
    width: 100%;
    height: 117px;
    border-radius: 2px;
    background: #fff;
    padding-left: 20px;
    resize: none;
    border: none;
    outline: none;
}

footer .wrap_form button {
    float: right;
    width: 153px;
    height: 45px;
    border: none;
    outline: none;
    font-size: 18px;
    font-family: 'OfficinaSansBlack';
    color: #1b426e;
    text-transform: uppercase;
    background-color: #afde2c;
    -webkit-box-shadow: 0 0 4.9px 0.2px rgba(0, 0, 0, 0.23), inset 0px 1px 0 0 rgba(255, 255, 255, 0.65);
    box-shadow: 0 0 4.9px 0.2px rgba(0, 0, 0, 0.23), inset 0px 1px 0 0 rgba(255, 255, 255, 0.65);
}

footer .wrap_form button:hover {
    background: #a9d922;
}

footer .links {
    text-align: right;
    margin-bottom: 80px;
}

footer .links a {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #7ededd;
    text-decoration: underline;
    margin: 0 20px;
}

footer .links a:last-child {
    margin-right: 0;
}

footer .links a:last-child:before {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -20px;
    width: 4px;
    height: 4px;
    content: '';
    background: #8b9295;
}

footer .warning {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2em;
    color: #8b9295;
    margin-top: 105px;
    margin-bottom: 130px;
}

footer .warning strong {
    font-weight: 400;
    color: #33ff39;
}

footer .warning p {
    text-align: justify;
}

footer .info {
    text-align: right;
}

footer .info .info_links {
    margin-bottom: 20px;
}

footer .info .info_links a {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #33ff39;
    text-decoration: underline;
    margin: 0 20px;
}

footer .info .info_links a:last-child {
    margin-right: 0;
}

footer .info .info_links a:last-child:before {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -20px;
    width: 4px;
    height: 4px;
    content: '';
    background: #8b9295;
}

footer .info .copy {
    font-size: 12px;
    font-weight: 300;
    color: #8b9295;
}

.go-top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.error {
    background-color: #ffd8d8 !important;
}

.thanks {
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 1.2em !important;
}

.eclipse {
    background: #f9f9f9;
    -webkit-box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.13);
}

.main .title {
    color: #1b426e;
    margin-bottom: 40px;
}

.main .filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 50px;
    padding-left: 0;
    margin-left: 15px;
}

@media (max-width: 1024px) {
    .main .filters {
        margin-left: 0;
    }
}

.main .filters li {
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

@media (max-width: 1024px) {
    .main .filters li {
        -ms-transform: none;
        transform: none;
        margin-right: 2px;
        margin-left: 2px;
    }
}

.main .filters li a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 35px;
    padding-right: 35px;
    height: 38px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #017b86;
    background-color: #f1f1f1;
}

@media (max-width: 1024px) {
    .main .filters li a {
        padding-left: 13px;
        padding-right: 13px;
    }
}

.main .filters li a.active {
    background-color: #1b426e;
    color: white;
}

.main .filters li a.active:hover {
    font-weight: 400;
    background-color: #1b426e;
    color: white;
}

.main .filters li a.active:hover:after {
    display: none;
}

.main .filters span {
    display: block;
    -ms-transform: skewX(40deg);
    transform: skewX(40deg);
}

@media (max-width: 1024px) {
    .main .filters span {
        -ms-transform: none;
        transform: none;
    }
}

@media (min-width: 1024px) {
    .main .filters li a:hover {
        font-weight: 700;
        color: #1b426e;
        background-color: #afde2c;
    }
    .main .filters li a:hover:after {
        display: block;
        content: '';
        position: absolute;
        left: -4px;
        top: -4px;
        width: 100%;
        height: 100%;
        border: 2px solid #295378;
        border-left: 3px solid #295378;
        border-right: 3px solid #295378;
    }
}

.main .products_list .item {
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    margin-bottom: 85px;
}

@media (max-width: 768px) {
    header {
        margin-top: 0;
        padding-top: 0;
    }
    .main .products_list .item {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 35px;
    }
}

.main .products_list .item.garcinia {
    background: url(../images/bg_garcinia.jpg) left top no-repeat;
    background-size: cover;
}

.main .products_list .item.garcinia .right_part .top_part .caption {
    text-shadow: 0.1px 1px 0 white;
    color: #215e48;
    font-family: 'Fira Sans';
    font-size: 30px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
}

.main .products_list .item.iqooster {
    background: url(../images/bg_iqooster.jpg) left top no-repeat;
    background-size: cover;
}

.main .products_list .item.iqooster .right_part .top_part .caption {
    background-image: url(../images/sprite.png);
    background-position: -124px -79px;
    width: 158px;
    height: 39px;
}

.main .products_list .item.parell {
    background: url(../images/bg_parell.jpg) left top no-repeat;
    background-size: cover;
}

.main .products_list .item.parell .right_part .top_part .caption {
    background-image: url(../images/sprite.png);
    background-position: -124px 0px;
    width: 228px;
    height: 33px;
}

.main .products_list .item.calmax {
    background: url(../images/bg_calmax.jpg) left top no-repeat;
    background-size: cover;
}

.main .products_list .item.calmax .right_part .top_part .caption {
    color: #666b9e;
    font-family: 'Fira Sans';
    font-size: 30px;
    font-weight: 400;
}

.main .products_list .item.libomax {
    background: url(../images/bg_libomax.jpg) left top no-repeat;
    background-size: cover;
}

.main .products_list .item.libomax .right_part .top_part .caption {
    background-image: url(../images/sprite.png);
    background-position: 0px -124px;
    width: 135px;
    height: 37px;
}

.main .products_list .item.testalot {
    background: url(../images/bg_testalot.jpg) left top no-repeat;
    background-size: cover;
}

.main .products_list .item.testalot .right_part .top_part .caption {
    color: #747473;
    font-family: 'Pirulen';
    font-size: 22px;
    font-weight: 400;
}

.main .products_list .item.bemass {
    background: url(../images/bg_bemass.jpg) left top no-repeat;
    background-size: cover;
}

.main .products_list .item.bemass .right_part .top_part .caption {
    background-image: url(../images/sprite.png);
    background-position: -124px -33px;
    width: 141px;
    height: 46px;
}

.main .products_list .item.awaderm.eye {
    background: url(../images/bg_eye.jpg) left top no-repeat;
    background-size: cover;
}

.main .products_list .item.awaderm.face {
    background: url(../images/bg_face.jpg) left top no-repeat;
    background-size: cover;
}

.main .products_list .item.awaderm.face .image {
    margin-bottom: -35px;
    margin-top: auto;
}

@media (max-width: 1024px) {
    .main .products_list .item.awaderm.face .image {
        margin-bottom: auto;
        margin-top: -15px;
    }
}

.main .products_list .item.awaderm .right_part .top_part .caption {
    color: #2169a6;
    font-family: 'Fira Sans Condensed';
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
}

.main .products_list .item.awaderm .right_part .top_part .caption span {
    display: block;
    color: black;
    font-family: "Roboto Condensed";
    font-size: 16px;
}

.main .products_list .item.nivele {
    background: url(../images/bg_nivele.jpg) left top no-repeat;
    background-size: cover;
}

.main .products_list .item.nivele .right_part .top_part .caption {
    color: #313436;
    font-family: 'Amplify';
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
}

.main .products_list .item.nivele .image {
    margin-bottom: -40px;
    margin-top: -5px;
}

@media (max-width: 768px) {
    .main .products_list .item.nivele .image {
        margin-top: 40px;
    }
}

.main .products_list .item .image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 370px;
    margin-top: -25px;
    margin-bottom: -30px;
    padding-right: 30px;
}

@media (max-width: 1024px) {
    .main .products_list .item .image {
        width: 360px;
    }
}

@media (max-width: 768px) {
    .main .products_list .item .image {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 768px) {
    .main .products_list .item .image img {
        margin: 0 auto;
    }
}

.main .products_list .item .right_part {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main .products_list .item .right_part .top_part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px;
}

@media (max-width: 1024px) {
    .main .products_list .item .right_part .top_part {
        display: block;
    }
}

.main .products_list .item .right_part .top_part .description {
    -ms-flex: 1 0 335px;
    flex: 1 0 335px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .main .products_list .item .right_part .top_part .description {
        padding-left: 30px;
        padding-right: 26px;
    }
}

.main .products_list .item .right_part .top_part .description .caption {
    margin-bottom: 15px;
}

.main .products_list .item .right_part .top_part .description .text {
    color: #3b3b3b;
    font-family: "Roboto Condensed";
    font-weight: 300;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .main .products_list .item .right_part .top_part .description .text {
        margin-bottom: 30px;
    }
}

.main .products_list .item .right_part .top_part a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
    -ms-flex-align: center;
    align-items: center;
    width: 166px;
    height: 43px;
    font-weight: 700;
    background-color: #afde2c;
    color: #1b426e;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .main .products_list .item .right_part .top_part a {
        margin-right: 0;
        margin-left: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .main .products_list .item .right_part .top_part a {
        margin-right: auto;
        margin-bottom: 30px;
    }
}

.main .products_list .item .right_part .top_part a span {
    position: relative;
    z-index: 1;
}

.main .products_list .item .right_part .top_part a:before {
    display: block;
    content: '';
    position: absolute;
    border: 2px solid #295378;
    left: -4px;
    top: -4px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main .products_list .item .right_part .top_part a:after {
    display: block;
    content: '';
    margin-top: -1px;
    margin-left: 15px;
    height: 16px;
    border-left: 9px solid #295378;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: relative;
    z-index: 1;
}

.main .products_list .item .right_part .top_part a:hover {
    background-color: #05b2b0;
    box-shadow: 0 1px 1.9px 0.1px rgba(0, 0, 0, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.65);
    border: 0px solid transparent;
}

.main .products_list .item .right_part .top_part a:hover:before {
    display: none;
}

.main .products_list .item .right_part .languages {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 18px;
}

@media (max-width: 1024px) {
    .main .products_list .item .right_part .languages {
        margin-bottom: 10px;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: -3px;
    }
}

@media (max-width: 768px) {
    .main .products_list .item .right_part .languages {
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.main .products_list .item .right_part .languages li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .main .products_list .item .right_part .languages li {
        margin-bottom: 5px;
        margin-right: 3px;
        margin-left: 3px;
    }
}

@media (max-width: 768px) {
    .main .products_list .item .right_part .languages li {
        margin-left: 1px;
        margin-right: 1px;
    }
}

.main .products_list .item .right_part .languages li a {
    display: block;
}

.main .products_list .item .right_part .languages li a.link {
    color: #3b3b3b;
    font-family: "Roboto Condensed";
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.main .products_list .item .right_part .languages li a.flag {
    border-radius: 50%;
}

.main .products_list .item .right_part .languages li a.flag.eng {
    background-image: url(../images/sprite.png);
    background-position: -191px -124px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.rum {
    background-image: url(../images/sprite.png);
    background-position: 0px -161px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.ita {
    background-image: url(../images/sprite.png);
    background-position: -112px -161px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.pol {
    background-image: url(../images/sprite.png);
    background-position: -275px -124px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.spa {
    background-image: url(../images/sprite.png);
    background-position: -56px -161px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.ger {
    background-image: url(../images/sprite.png);
    background-position: -282px -79px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.fra {
    background-image: url(../images/sprite.png);
    background-position: -323px -33px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.nor {
    background-image: url(../images/sprite.png);
    background-position: -219px -124px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.swe {
    background-image: url(../images/sprite.png);
    background-position: -84px -161px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.dan {
    background-image: url(../images/sprite.png);
    background-position: -163px -124px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.che {
    background-image: url(../images/sprite.png);
    background-position: -310px -79px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.slo {
    background-image: url(../images/sprite.png);
    background-position: -28px -161px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.fin {
    background-image: url(../images/sprite.png);
    background-position: -247px -124px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.bul {
    background-image: url(../images/sprite.png);
    background-position: -294px -33px;
    width: 29px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.por {
    background-image: url(../images/sprite.png);
    background-position: -303px -124px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.ven {
    background-image: url(../images/sprite.png);
    background-position: -135px -124px;
    width: 28px;
    height: 27px;
}

.main .products_list .item .right_part .languages li a.flag.gre {
    background-image: url(../images/sprite.png);
    background-position: -265px -33px;
    width: 29px;
    height: 27px;
}
/*
     FILE ARCHIVED ON 19:29:38 Dec 29, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:36:19 Mar 13, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.798
  exclusion.robots: 0.049
  exclusion.robots.policy: 0.011
  esindex: 0.012
  cdx.remote: 12.547
  LoadShardBlock: 171.276 (3)
  PetaboxLoader3.datanode: 196.437 (4)
  load_resource: 86.433
  PetaboxLoader3.resolve: 52.11
*/