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

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

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeue-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?cchucs');
    src: url('../fonts/icomoon.eot?cchucs#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?cchucs') format('truetype'),
    url('../fonts/icomoon.woff?cchucs') format('woff'),
    url('../fonts/icomoon.svg?cchucs#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_left:before {
    content: "\e900";
    color: #fff;
}

.icon-arrow_right:before {
    content: "\e901";
    color: #fff;
}

.icon-fcb:before {
    content: "\e902";
    color: #fff;
}

.icon-geo:before {
    content: "\e903";
    color: #fff;
}

.icon-inst:before {
    content: "\e904";
    color: #fff;
}

.icon-mail:before {
    content: "\e905";
    color: #fff;
}

.icon-moobile_icon:before {
    content: "\e906";
    color: #fff;
}

.icon-ytb:before {
    content: "\e907";
    color: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, tdetails, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    height: 100%;
}

body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    background: #40b7ea;
    color: #fff;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, span {
    display: inline-block;
}

i {
    font-weight: 400;
    font-style: italic;
}

i b,
b i {
    font-weight: 700;
    font-style: italic;
}

b {
    font-weight: 700;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

a, button {
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    text-decoration: none;
}

button {
    -webkit-appearance: none;
    outline: none;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #000;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #000;
}

p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flex_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.wrapper {
    width: 1005px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

header {
    padding-top: 40px;
    padding-bottom: 35px;
    text-align: center;
}

.logo {
    width: 138px;
    height: 88px;
    background: url(../img/logo.png) no-repeat;
    background-size: cover;
}

.main_title span {
    width: 583px;
    height: 147px;
    background: url(../img/new_logo.png) no-repeat;
    background-size: cover;
}

@media (max-width: 620px) {
    .main_title span {
        background-size: contain;
        width: 100%;
    }
}

.social {
    margin-bottom: 23px;
}

.social ul li {
    display: inline-block;
    margin-left: 15px;
}

.social ul li:first-child {
    margin-left: 0;
}

.social ul li a:before {
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.social ul li a {
    display: block;
    height: 37px;
    width: 37px;
    font-size: 37px;
    color: #fff;
}

.social ul li a:hover:before {
    color: #000000;
}

.title {
    font-family: 'heading_pro';
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.buy_tt {
    font-family: 'heading_pro';
    font-size: 62px;
    line-height: 56px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.buy_button {
    text-align: center;
    margin-top: 34px;
}

.buy_button a {
    padding: 9px 50px 10px;
    background-color: #1a94d2;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.buy_button a:hover {
    background: #fff;
    color: #1a94d2;
}

.btl_item {
    width: 431px;
}

.btl_des {
    font-family: 'heading_pro';
    text-align: center;
}

.btl_name {
    font-size: 70px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
}

.btl_left .btl_des {
    color: #000;
}

.btl_right .btl_des {
    color: #000;
}

.comp {
    font-size: 42px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 23px;
    color: #fff;
}

.btl_comp {
    cursor: pointer;
    margin-top: 7px;
}

.btl_comp span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 9px 70px 11px;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    cursor: pointer;
}

.btl_left .btl_comp span,
.btl_right .btl_comp span {
    background: #1a94d2;
}

.btl_text {
    font-family: 'HelveticaNeue', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 8px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.bottle_row.hgh .btl_text {
    height: 100%;
}

.btl_text {
    opacity: 0;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.open .btl_text {
    opacity: 1;
}

/* .btl_des.open .btl_text{
    height: 100%;
} */
.buy_block {
    margin-top: 37px;
}

.bottle_content {
    position: relative;
    margin-top: 18px;
}

.btl_img {
    text-align: center;
    margin-bottom: 44px;
    position: relative;
}

.btl_images {
    position: relative;
    z-index: 2;
    width: 165px;
    /* height: 542px; */
    margin: 0 auto;
}

.btl_images img {
    display: block;
    width: 100%;
}

.btl_add {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.btl_left .btl_add {
    width: 160px;
    bottom: 61px;
    right: 21px;
}

.btl_right .btl_add {
    width: 142px;
    bottom: 58px;
    right: 43px;
}

.btl_add img {
    display: block;
    width: 100%;
}

.mounth_block {
    position: absolute;
    width: 100%;
    top: 170px;
}

.mounth {
    position: absolute;
}

.mounth1_2 {
    background: url(../img/mnt1.png) no-repeat;
    background-size: cover;
    width: 391px;
    height: 118px;
    top: 128px !important;
    left: 0 !important;
    z-index: 5;
}

.mounth2_2 {
    background: url(../img/mnt2.png) no-repeat;
    background-size: cover;
    width: 96px;
    height: 74px;
    right: 0px !important;
    top: 167px !important;
    left: auto !important;
    z-index: 4;
}

.mounth3_2 {
    background: url(../img/mnt3.png) no-repeat;
    background-size: cover;
    width: 226px;
    height: 59px;
    right: 170px !important;
    top: 144px !important;
    left: auto !important;
    z-index: 3;
}

.mounth4_2 {
    background: url(../img/mnt4.png) no-repeat;
    background-size: cover;
    width: 488px;
    height: 92px;
    right: 56px !important;
    top: 97px !important;
    left: auto !important;
    z-index: 2;
}

.mounth5_2 {
    background: url(../img/mnt5.png) no-repeat;
    background-size: cover;
    width: 677px;
    height: 183px;
    right: 0px !important;
    top: 0 !important;
    left: auto !important;
}

.mounth1 {
    background: url(../img/mount6.png) no-repeat;
    background-size: cover;
    width: 1021px;
    height: 158px;
    right: 18px !important;
    top: 0 !important;
    left: auto !important;
}

.mounth2 {
    background: url(../img/mount5.png) no-repeat;
    background-size: cover;
    width: 236px;
    height: 90px;
    right: 180px !important;
    top: 36px !important;
    left: auto !important;
}

.mounth3 {
    background: url(../img/mount7.png) no-repeat;
    background-size: cover;
    width: 318px;
    height: 123px;
    right: 462px !important;
    top: 36px !important;
    left: auto !important;
}

.mounth4 {
    background: url(../img/mount9.png) no-repeat;
    background-size: cover;
    width: 284px;
    height: 88px;
    right: 772px !important;
    top: 86px !important;
    left: auto !important;
    z-index: 2;
}

.mounth5 {
    background: url(../img/mount10.png) no-repeat;
    background-size: cover;
    width: 494px;
    height: 163px;
    right: 465px !important;
    top: 29px !important;
    left: auto !important;
}

.mounth6 {
    background: url(../img/mount3.png) no-repeat;
    background-size: cover;
    width: 530px;
    height: 71px;
    right: -11px !important;
    top: 96px !important;
    left: auto !important;
}

.mounth7 {
    background: url(../img/mount4.png) no-repeat;
    background-size: cover;
    width: 231px;
    height: 137px;
    right: -69px !important;
    top: 36px !important;
    left: auto !important;
}

.mounth8 {
    background: url(../img/mount2.png) no-repeat;
    background-size: cover;
    width: 589px;
    height: 84px;
    right: 90px !important;
    top: 116px !important;
    left: auto !important;
}

.mounth9 {
    background: url(../img/mount1.png) no-repeat;
    background-size: cover;
    width: 353px;
    height: 133px;
    right: 255px !important;
    top: 72px !important;
    left: auto !important;
}

.mode_title {
    font-family: 'heading_pro';
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.mode_title.white {
    color: #fff;
}

.mode_app {
    margin-top: 41px;
}

.choice_block {
    margin-top: 11px;
}

.man_content {
    position: relative;
}

.man {
    width: 351px;
    height: 286px;
    margin: 0 auto;
    background: url(../img/boys.png) no-repeat;
    background-size: cover;
}

.arrow_left,
.arrow_right {
    position: absolute;
    font-size: 80px;
    top: 143px;
    left: 50%;
}

.arrow_left {
    margin-left: -237px;
}

.arrow_right {
    margin-left: 148px;
}

.choice_content {
    margin-top: -161px;
}

.cv1.ch_img {
    width: 367px;
}

.cv2.ch_img {
    width: 306px;
}

.ch_img img {
    display: block;
    width: 100%;
}

.ch_text {
    margin-top: 56px;
    text-align: center;
    position: absolute;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

.cv1 .ch_text {
    top: 260px;
    right: 196px;
}

.cv2 .ch_text {
    top: 232px;
    left: 165px;
}

.video {
    width: 1006px;
    height: 561px;
    margin: 45px auto 0;
}

.video video {
    display: block;
    width: 100%;
}

.video img {
    display: block;
    width: 100%;
}

.social_block {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #ffffff;
    margin: 42px 0 25px;
    text-align: center;
}

.social_block ul {
    margin-top: 21px;
}

.social_block ul li {
    display: inline-block;
    margin-left: 28px;
}

.social_block ul li:first-child {
    margin-left: 0;
}

.social_block ul a {
    font-size: 66px;
}

.social_block ul a:before {
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.social_block ul a:hover:before {
    color: #000;
}

footer {
    position: relative;
    overflow: hidden;
    padding: 30px 0 0;
}

.ft_block {
    position: absolute;
}

.foot_block1 {
    background: url(../img/foot_img1.png) no-repeat top center;
    background-size: cover;
    width: 102%;
    height: 329px;
    right: 1% !important;
    top: 62px !important;
    left: auto !important;
}

.foot_block2 {
    background: url(../img/foot_img2.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 396px;
    right: 0px !important;
    top: 0px !important;
    left: auto !important;
}

.foot_block3 {
    background: url(../img/foot_img3.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 240px;
    right: 0px !important;
    top: 156px !important;
    left: auto !important;
}

.footer_contetn {
    background: #0084bd;
    padding: 0 0 85px;
    position: relative;
    z-index: 2;
    margin-top: 10px;
}

.foot_logo {
    width: 271px;
    margin: 0 auto;
}

.foot_logo img {
    display: block;
    width: 100%;
}

.foot_content_bottom {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 52px;
}

.foot_content_bottom a {
    color: #fff;
    display: block;
}

.foot_content_bottom a:hover {
    text-decoration: underline;
}

.adress {
    padding-left: 38px;
    position: relative;
}

.adress:before {
    content: '\e903';
    font-family: 'icomoon' !important;
    speak: never;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 30px;
}

.phone {
    padding-left: 38px;
    position: relative;
}

.phone:before {
    content: '\e906';
    font-family: 'icomoon' !important;
    speak: never;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 30px;
}

.email {
    padding-left: 48px;
    position: relative;
}

.email:before {
    content: '\e905';
    font-family: 'icomoon' !important;
    speak: never;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 23px;
}

.mount_main {
    display: none;
}

.choice_variant {
    position: relative;
}

.choice_variant.cv1 {
    width: 388px;
}

.choice_variant.cv2 {
    width: 388px;
    margin-top: 30px;
}

.mount_item {
    display: none;
}

.btl_comp span strong {
    display: none;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #40b7ea;
    z-index: 100500;
}

#page-preloader .spinner {
    width: 316px;
    height: 96px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/logo_loader.png) no-repeat;
    background-size: cover;
    margin: -48px 0 0 -158px;
}

.addetion_block {
    margin-top: 32px;
    position: relative;
}

.bottle_item {
    width: 310px;
}

.bottle_des .btl_comp span {
    background: #1a94d2;
    padding-left: 35px;
    padding-right: 35px;
}

.bottle_images img {
    display: block;
    width: 100%;
}

.bottle_images {
    margin: 0 auto;
}

.bottle_small .bottle_images {
    width: 136px;
    position: relative;
    z-index: 3;
}

.bottle_big .bottle_images {
    width: 165px;
    position: relative;
    z-index: 3;
}

.bottle_row {
    margin-top: 27px;
    position: relative;
}

.bottle_row .btl_name {
    margin-top: 48px;
}

.text_use {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-top: 34px;
}

.mounth_block_2 {
    width: 677px;
    margin: 0 auto;
    top: 286px;
    position: absolute !important;
    left: 40px;
    right: 0;
}

@media (min-width: 520px) {
    .bottle_small .bottle_images img {
        height: 464px;
        object-fit: cover;
    }

    .bottle_big .bottle_images img {
        height: 542px;
        object-fit: cover;
    }
}@media(max-width: 519px){
    .bottle_small .bottle_images img {
        height: 307px;
        object-fit: cover;
    }

    .bottle_big .bottle_images img {
        height: 307px;
        object-fit: cover;
    }
}

@media screen and (max-width: 1200px) {
    .main_block.wrapper {
        width: 100%;
        padding: 0 10px;
        overflow: hidden;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1010px) {
    .wrapper {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    header.wrapper {
        padding-top: 29px;
        padding-bottom: 29px;
    }

    .mounth_block {
        display: none;
    }

    .mount_main {
        display: block;
        position: absolute;
        background: url(../img/mount_all.png) no-repeat;
        background-size: cover;
        width: 1117px;
        height: 232px;
        top: 22%;
        left: -10%;
    }

    .mount_main_2 {
        display: block;
        position: absolute;
        background: url(../img/mount_all_2.png) no-repeat;
        background-size: cover;
        width: 677px;
        height: 244px;
        top: 28%;
        left: 50%;
        right: 0;
        margin-left: -338px;
    }

    .addetion_block .btl_item {
        width: 33%;
    }

    .mounth_block_2 {
        display: none;
    }

    .social {
        order: -2;
        margin: 0 auto 15px;
    }

    .logo {
        order: 3;
        margin: 0 auto;
    }

    .main_title {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .prlx_element {
        opacity: 0.5;
    }

    .btl_item {
        width: 345px;
    }

    .btl_text {
        font-size: 14px;
    }

    .buy_tt {
        width: 80%;
        margin: 0 auto;
        font-size: 50px;
    }

    .text_use {
        font-size: 20px;
        line-height: 30px;
    }

    .text_use b {
        display: block;
    }

    .choice_variant.cv1 {
        width: 360px;
    }

    .choice_variant.cv2 {
        width: 360px;
    }

    .video {
        width: 100%;
        height: auto;
    }

    .footer_parl {
        display: none;
    }

    .footer_contetn {
        position: relative;
        margin-top: 200px;
    }

    .footer_contetn:before {
        content: '';
        background: url(../img/mount_foot.png) no-repeat;
        background-size: cover;
        width: 100%;
        height: 190px;
        position: absolute;
        left: 0;
        top: -190px;
    }
}

@media screen and (max-width: 500px) {
    .social ul li a {
        font-size: 21px;
        width: 21px;
        height: 21px;
    }

    .social ul li {
        margin-left: 9px;
    }

    .main_title span {
        width: 205px;
        height: 52px;
    }

    .logo {
        width: 61px;
        height: 39px;
    }

    .title {
        font-size: 38.7px;
        line-height: 39px;
        padding: 7px 37px 0;
    }

    header.wrapper {
        padding-top: 41px;
        padding-bottom: 31px;
    }

    .btl_images {
        width: 90px;
        height: 304px;
    }

    .btl_left .btl_images {
        margin: 36px 0 0 20px;
    }

    .btl_left .btl_add {
        width: 85px;
        bottom: 111px;
        right: auto;
        left: 90px;
    }

    .mount_main {
        display: none;
    }

    .btl_item {
        width: 100%;
    }

    .btl_name {
        font-size: 36px;
        line-height: 15px;
    }

    .btl_left .btl_name {
        margin-left: 140px;
        margin-top: 68px;
        position: relative;
    }

    .comp {
        font-size: 21.3px;
        line-height: 22px;
        margin-top: 10px;
    }

    .btl_left .comp {
        margin-left: 140px;
    }

    .prlx_element {
        opacity: 0.4;
        zoom: 0.7;
    }

    .btl_img {
        margin-bottom: -130px;
    }

    .btl_comp {
        display: none;
    }

    .btl_left .btl_text strong {
        display: block;
        font-weight: 700;
        color: #000;
        font-size: 14px;
        line-height: 1.2;
    }

    .btl_left .btl_text {
        text-align: left;
        width: 230px;
        font-size: 11px;
        line-height: 1.2;
        margin-left: 40px;
        margin-top: 10px;
    }

    .btl_text br {
        display: none;
    }

    .btl_left .mount_item {
        display: block;
        position: absolute;
        background: url(../img/mount_all.png) no-repeat;
        background-size: cover;
        width: calc(100% + 200px);
        height: 120px;
        top: 100px;
        left: -83px;
    }

    .btl_right .btl_add {
        width: 70px;
        bottom: 103px;
        right: 10px;
    }

    .btl_right .btl_images {
        margin: -12px 0 0 calc(100% - 150px);
    }

    .btl_right .btl_name {
        text-align: left;
        margin-left: 40px;
    }

    .btl_right .comp {
        text-align: left;
        margin-left: 47px;
    }

    .btl_right .comp span {
        text-align: center;
    }

    .btl_right .btl_text {
        text-align: left;
        width: 230px;
        font-size: 11px;
        line-height: 1.2;
        margin-left: 40px;
        margin-top: 10px;
    }

    .btl_right .btl_text strong {
        display: block;
        font-weight: 700;
        color: #000;
        font-size: 14px;
        line-height: 1.2;
    }

    .btl_right .mount_item {
        display: block;
        position: absolute;
        background: url(../img/mount_all.png) no-repeat;
        background-size: cover;
        width: calc(100% + 320px);
        height: 120px;
        top: 50px;
        left: -289px;
    }

    .btl_item {
        position: relative;
    }

    .buy_tt {
        font-size: 30px;
        line-height: 30px;
    }

    .buy_button a {
        font-size: 13px;
        line-height: 14px;
        padding: 10px 28px 10px;
    }

    .buy_button {
        text-align: center;
        margin-top: 5px;
    }

    .mode_title {
        font-size: 36px;
        line-height: 1.2;
    }

    .mode_app {
        margin-top: 20px;
    }

    .man {
        width: 200px;
        height: 163px;
    }

    .choice_block {
        margin-top: 5px;
    }

    .arrow_left,
    .arrow_right {
        display: none;
    }

    .cv1 .ch_img {
        width: 160px;
        height: 194px;
        margin-left: 20px;
    }

    .choice_variant.cv1 {
        width: 160px;
        margin-left: 20px;
    }

    .cv1 .ch_text {
        font-size: 27.2px;
        line-height: 11px;
        top: 170px;
        right: 62px;
        letter-spacing: 0px;
        text-transform: uppercase;
        font-family: 'heading_pro';
    }

    .cv1 .ch_text {
        font-size: 27.2px;
        line-height: 11px;
        margin-top: -26px;
        margin-left: -15px;
        margin-right: 0;
        text-align: left;
    }

    .ch_text br {
        display: none;
    }

    .choice_content {
        margin-top: 7px;
    }

    .choice_variant.cv2 {
        width: 195px;
        margin-left: calc(100% - 210px);
        margin-top: -30px;
    }

    .cv2 .ch_img {
        width: 160px;
        height: 183px;
    }

    .cv2 .ch_text {
        font-size: 27.2px;
        line-height: 11px;
        text-align: right;
        margin-left: 15px;
        margin-top: -26px;
        top: 162px;
        left: 65px;
        text-transform: uppercase;
        font-family: 'heading_pro';
        color: #fff !important;
        letter-spacing: 0px;
    }

    .video {
        margin: 48px auto 0;
    }

    .social_block {
        font-size: 12px;
        line-height: 27px;
        margin: 20px 0 25px;
    }

    .social_block ul a {
        font-size: 45px;
    }

    .social_block ul li {
        margin-left: 20px;
    }

    .social_block ul {
        margin-top: 9px;
    }

    .foot_logo {
        width: 155px;
        height: 55px;
        padding-top: 55px;
    }

    footer {
        padding: 0;
        padding-top: 20px;
    }

    .footer_contetn {
        margin-top: 90px;
    }

    .footer_contetn:before {
        content: '';
        background: url(../img/mount_foot.png) no-repeat 55% 0;
        background-size: cover;
        width: 100%;
        height: 110px;
        position: absolute;
        left: 0;
        top: -85px;
    }

    .foot_content_bottom {
        font-size: 12px;
        line-height: 1.2;
    }

    .foot_content_bottom > div {
        width: 180px;
        margin: 27px auto 0;
    }

    .foot_content_bottom > div:first-child {
        margin-top: 0;
    }

    .adress:before {
        top: 0;
    }

    .phone:before {
        top: 0;
    }

    .email:before {
        top: 0;
    }

    .footer_contetn {
        margin-top: 67px;
    }

    .video {
        border: #477e8c solid 0.5px;
    }

    .title,
    .btl_name,
    .comp,
    .buy_tt,
    .mode_title {
        letter-spacing: -1px;
    }

    .ch_text {
        letter-spacing: -1px;
    }

    .btl_text {
        opacity: 1;
        height: 100%;
    }

    .btl_left .btl_text {
        margin-top: 20px;
    }

    .btl_left .btl_images {
        margin: 36px 0 0 40px;
    }

    .btl_item.btl_right {
        margin-top: 25px;
    }

    .bottle_content .bottle_row {
        margin-top: -10px;
    }

    .btl_right .btl_text {
        margin-top: 30px;
    }

    .bottle_row {
        display: block;
    }

    .addetion_block .btl_item {
        width: 100%;
    }

    .bottle1 .bottle_images,
    .bottle2 .bottle_images,
    .bottle3 .bottle_images {
        width: 90px;
    }

    .bottle1 .bottle_images {
        margin-left: 40px;
    }

    .bottle2 .bottle_images {
        margin: 0 0 0 calc(100% - 150px);
    }

    .bottle3 .bottle_images {
        margin-left: 40px;
    }

    .mount_main_2 {
        display: none;
    }

    .bottle_des {
        text-align: left;
        margin-left: 40px;
        margin-top: -110px;
    }

    .bottle_row .btl_name {
        color: #000;
    }

    .bottle1 .btl_name,
    .bottle3 .btl_name {
        margin-left: 140px;
    }

    .bottle1 .comp,
    .bottle3 .comp {
        margin-left: 130px;
    }

    .btl_text strong {
        display: block;
        color: #000;
        font-size: 14px;
        line-height: 1.2;
    }

    .bottle1 .btl_text,
    .bottle2 .btl_text,
    .bottle3 .btl_text {
        margin-top: 25px;
        font-size: 11px;
        line-height: 1.2;
        width: 280px;
    }

    .bottle2 {
        margin-top: 30px;
    }

    .bottle3 {
        margin-top: 30px;
    }

    .bottle_item.bottle1:before {
        content: '';
        position: absolute;
        background: url(../img/mount_all_2.png) no-repeat;
        background-size: cover;
        width: 400px;
        height: 144px;
        top: 19%;
        left: 50%;
        right: 0;
        margin-left: -190px;
    }

    .bottle_item.bottle1:before {
        content: '';
        position: absolute;
        background: url(../img/mount_all_2.png) no-repeat;
        background-size: cover;
        width: 400px;
        height: 144px;
        top: 19%;
        left: 50%;
        right: 0;
        margin-left: -190px;
    }

    .bottle_item.bottle2:before {
        content: '';
        position: absolute;
        background: url(../img/mount_all_2.png) no-repeat;
        background-size: cover;
        width: 400px;
        height: 144px;
        top: 15%;
        left: 50%;
        right: 0;
        margin-left: -210px;
    }

    .bottle_item.bottle3:before {
        content: '';
        position: absolute;
        background: url(../img/mount_all_2.png) no-repeat;
        background-size: cover;
        width: 400px;
        height: 144px;
        top: 19%;
        left: 50%;
        right: 0;
        margin-left: -190px;
    }

    .text_use {
        font-size: 15px;
        line-height: 22px;
        padding: 0 30px;
    }

    .spinner {
        width: 200px;
        height: 60px;
        margin: -30px 0 0 -100px;
    }

    .bottle_item.bottle1 .btl_name,
    .bottle_item.bottle2 .btl_name,
    .bottle_item.bottle3 .btl_name {
        color: #fff;
    }

    /* display: block;
    position: absolute;
    background: url(../img/mount_all_2.png) no-repeat;
    background-size: cover;
    width: 677px;
    height: 244px;
    top: 28%;
    left: 50%;
    right: 0;
    margin-left: -338px; */


}