.introductory_popup {
    color: #fff
}

.introductory_popup .modal-content {
    background: url(../img/introductory_popup_bg.jpg) left top/100% auto no-repeat #1b1b1b
}

.introductory_popup .modal-dialog {
    max-width: 870px
}

.introductory_popup .tab-pane {
    position: relative;
    overflow: hidden
}

.introductory_popup_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

.introductory_popup_nav .introductory_popup_navbutton {
    display: block;
    height: 10px;
    background: #646464;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-left: 1px solid #1f1f1f
}

.introductory_popup_nav .introductory_popup_navbutton:first-child {
    border-left: none
}

.introductory_popup_nav .introductory_popup_navbutton.selected {
    background: #fff
}

.introductory_popup_nav.introductory_popup_nav_last .introductory_popup_navbutton {
    background: #ff2f1f
}

.introductory_popup_number {
    position: absolute;
    left: 55px;
    top: 6px;
    z-index: 1;
    font-size: 250px;
    line-height: 250px;
    letter-spacing: .1em;
    color: #191919;
    opacity: .8
}

.introductory_popup_content {
    position: relative;
    z-index: 2;
    padding: 114px 108px 86px
}

.popup_close {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 3;
    width: 20px;
    height: 20px
}

.popup_close:before {
    width: 4px;
    height: 20px;
    margin-left: -2px;
    margin-top: -10px
}

.popup_close:after {
    height: 4px;
    width: 20px;
    margin-left: -10px;
    margin-top: -2px
}

.introductory_popup_title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: -.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.introductory_popup_title a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: red;
    text-decoration: underline;
    margin-left: 36px
}

.introductory_popup_title a:hover {
    color: #fff
}

.introductory_popup_text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase
}

.introductory_popup_title+.introductory_popup_text {
    margin-top: 56px
}

.introductory_popup_text+.introductory_popup_buttons {
    margin-top: 81px
}

.introductory_popup_buttons1 .button {
    width: 100%;
    text-transform: uppercase
}

.introductory_popup_buttons2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -14px;
    margin-right: -14px
}

.introductory_popup_buttons2 .button {
    width: calc(50% - 28px);
    text-transform: uppercase;
    margin-left: 14px;
    margin-right: 14px
}

.introductory_popup_buttonreturn:hover {
    border-color: #fff;
    background: #fff;
    color: #181818
}

.introductory_popup_title+.introductory_popup_radiobuttons {
    margin-top: 54px
}

.introductory_popup_title+p {
    margin-top: 36px
}

.introductory_popup_radiobuttons+.introductory_popup_buttons {
    margin-top: 100px
}

.introductory_popup_ul {
    font-family: RobotoCN;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em
}

.introductory_popup_ul li+li {
    margin-top: 24px
}

.introductory_popup_title+.introductory_popup_ul {
    margin-top: 56px
}

.introductory_popup_ul+.introductory_popup_buttons {
    margin-top: 73px
}

.introductory_popup_bodytypes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 54px 0 57px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.introductory_popup_bodytype {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;
    position: relative
}

.introductory_popup_bodytype input {
    display: none !important
}

.introductory_popup_bodytype_img {
    width: 100%;
    height: 280px;
    background: center/contain no-repeat;
    position: relative;
    margin-bottom: 40px
}

.introductory_popup_bodytype_img:after,
.introductory_popup_bodytype_img:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    opacity: .3;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.introductory_popup_bodytype_female1 {
    background-image: url(../img/bodytfemale1.png)
}

.introductory_popup_bodytype_female1:before {
    top: 62px;
    width: 52px;
    margin-left: -26px;
    height: 70px;
    border-radius: 50%;
    background: #ff2f1f
}

.introductory_popup_bodytype_female2 {
    background-image: url(../img/bodytfemale2.png)
}

.introductory_popup_bodytype_female2:before {
    width: 68px;
    margin-left: -34px;
    height: 76px;
    top: 55px;
    background: url(../img/bodytfemale2_a.png) center/contain no-repeat
}

.introductory_popup_bodytype_female3 {
    background-image: url(../img/bodytfemale3.png)
}

.introductory_popup_bodytype_female3:before {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 76px solid #ff2f1f;
    top: 55px;
    margin-left: -30px
}

.introductory_popup_bodytype_female4 {
    background-image: url(../img/bodytfemale4.png)
}

.introductory_popup_bodytype_female4:before {
    width: 40px;
    height: 76px;
    background: #ff2f1f;
    top: 55px;
    margin-left: -20px
}

.introductory_popup_bodytype_female5 {
    background-image: url(../img/bodytfemale5.png)
}

.introductory_popup_bodytype_female5:before {
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    border-top: 76px solid #ff2f1f;
    top: 55px;
    margin-left: -36px
}

.introductory_popup_bodytype_male1 {
    background-image: url(../img/bodymale1.png)
}

.introductory_popup_bodytype_male1:before {
    height: 0;
    width: 74px;
    border-top: 82px solid #ff2f1f;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    top: 54px;
    margin-left: -37px
}

.introductory_popup_bodytype_male2 {
    background-image: url(../img/bodymale2.png)
}

.introductory_popup_bodytype_male2:before {
    width: 60px;
    margin-left: -30px;
    height: 76px;
    top: 62px;
    background: #ff2f1f;
    border-radius: 50%
}

.introductory_popup_bodytype_male3 {
    background-image: url(../img/bodymale3.png)
}

.introductory_popup_bodytype_male3:before {
    width: 0;
    height: 0;
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    border-top: 84px solid #ff2f1f;
    top: 54px;
    margin-left: -31px
}

.introductory_popup_bodytype_male4 {
    background-image: url(../img/bodymale4.png)
}

.introductory_popup_bodytype_male4:before {
    width: 0;
    height: 0;
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    border-bottom: 84px solid #ff2f1f;
    top: 54px;
    margin-left: -31px
}

.introductory_popup_bodytype_male5 {
    background-image: url(../img/bodymale5.png)
}

.introductory_popup_bodytype_male5:before {
    width: 48px;
    height: 82px;
    background: #ff2f1f;
    top: 53px;
    margin-left: -24px
}

.introductory_popup_bodytype_img_title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-top: 35px;
    position: relative;
    color: #b1b1b1;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px
}

.introductory_popup_bodytype_img_title:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: 0 0;
    border: 2px solid #b1b1b1;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.introductory_popup_bodytype input:checked+.introductory_popup_bodytypebutton .introductory_popup_bodytype_img_title {
    color: #fff
}

.introductory_popup_bodytype input:checked+.introductory_popup_bodytypebutton .introductory_popup_bodytype_img_title:before {
    background: #ff2f1d;
    border: 6px solid #fff
}

.introductory_popup_bodytype input:checked+.introductory_popup_bodytypebutton .introductory_popup_bodytype_img:after,
.introductory_popup_bodytype input:checked+.introductory_popup_bodytypebutton .introductory_popup_bodytype_img:before {
    opacity: 1
}

.introductory_popup_form {
    padding: 31px 0 27px
}

.introductory_popup_form .row {
    margin-left: -20px;
    margin-right: -20px
}

.introductory_popup_form [class*=col-] {
    padding-left: 20px;
    padding-right: 20px
}

.introductory_popup_form input {
    background: 0 0;
    border-bottom: 2px solid #b2b2b2;
    font-size: 16px;
    line-height: 24px;
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    letter-spacing: .1em;
    margin-bottom: 30px
}

.introductory_popup_form input::-webkit-input-placeholder {
    color: #b1b1b1;
    text-transform: uppercase
}

.introductory_popup_form input::-moz-placeholder {
    color: #b1b1b1;
    text-transform: uppercase
}

.introductory_popup_form input:-ms-input-placeholder {
    color: #b1b1b1;
    text-transform: uppercase
}

.introductory_popup_form input::-ms-input-placeholder {
    color: #b1b1b1;
    text-transform: uppercase
}

.introductory_popup_form input::placeholder {
    color: #b1b1b1;
    text-transform: uppercase
}

.introductory_popup_main_title {
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 26px
}

.introductory_popup_main_title2 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #b1b1b1;
    max-width: 420px;
    margin-bottom: 56px
}

.introductory_popup_main_text {
    max-width: 560px;
    font-size: 16px;
    line-height: 24px;
    font-family: RobotoCN;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 60px
}

.introductory_popup_main_button .button {
    width: 200px;
    text-transform: uppercase
}

@media (max-width:1023px) {
    .introductory_popup .modal-dialog {
        max-width: calc(100% - 80px)
    }

    .introductory_popup_content {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .introductory_popup .modal-dialog {
        max-width: calc(100% - 40px)
    }

    .introductory_popup_content {
        padding: 72px 40px 60px
    }

    .introductory_popup_bodytypes {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 24px
    }

    .introductory_popup_bodytype {
        margin-top: 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%
    }

    .introductory_popup_main_title {
        font-size: 48px;
        line-height: 54px
    }

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

    .introductory_popup_buttons2 .button {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width:479px) {
    .introductory_popup_buttons2 {
        margin-left: 0;
        margin-right: 0;
        display: block
    }

    .introductory_popup_buttons2 .button {
        margin: 10px 0;
        width: 100%
    }

    .introductory_popup_content {
        padding: 72px 20px 60px
    }

    .introductory_popup .modal-dialog {
        max-width: calc(100% - 20px)
    }

    .introductory_popup_bodytype {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }

    .introductory_popup_bodytype_img {
        height: 200px
    }

    .introductory_popup_bodytype_female1:before {
        top: 44px;
        width: 36px;
        margin-left: -18px;
        height: 50px
    }

    .introductory_popup_bodytype_female2:before {
        width: 48px;
        margin-left: -24px;
        height: 54px;
        top: 39px
    }

    .introductory_popup_bodytype_female3:before {
        border-left: 21px solid transparent;
        border-right: 21px solid transparent;
        border-bottom: 54px solid #ff2f1f;
        top: 39px;
        margin-left: -21px
    }

    .introductory_popup_bodytype_female4:before {
        width: 28px;
        height: 54px;
        top: 39px;
        margin-left: -14px
    }

    .introductory_popup_bodytype_female5:before {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 76px solid #ff2f1f;
        top: 55px;
        margin-left: -25px
    }

    .introductory_popup_bodytype_male1:before {
        width: 52px;
        border-top: 58px solid #ff2f1f;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        top: 38px;
        margin-left: -26px
    }

    .introductory_popup_bodytype_male2:before {
        width: 42px;
        margin-left: -21px;
        height: 54px;
        top: 44px
    }

    .introductory_popup_bodytype_male3:before {
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-top: 60px solid #ff2f1f;
        top: 38px;
        margin-left: -22px
    }

    .introductory_popup_bodytype_male4:before {
        border-left: 21px solid transparent;
        border-right: 21px solid transparent;
        border-bottom: 60px solid #ff2f1f;
        top: 38px;
        margin-left: -21px
    }

    .introductory_popup_bodytype_male5:before {
        width: 34px;
        height: 58px;
        top: 38px;
        margin-left: -17px
    }

    .popup_close {
        top: 20px;
        right: 20px
    }

    .introductory_popup_radiobuttons+.introductory_popup_buttons {
        margin-top: 50px
    }

    .introductory_popup_title a {
        min-width: 100%;
        margin-left: 0
    }

    .introductory_popup_main_button .button {
        width: 100%
    }
}

.introductory_popup_bodytype_tip {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1b1b1b;
    border: 2px solid #696969;
    color: #b1b1b1;
    padding: 18px 10px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-family: RobotoCN;
    font-weight: 400;
    letter-spacing: .02em
}

.introductory_popup_bodytype:hover .introductory_popup_bodytype_tip {
    opacity: 1
}

.introductory_popup_offers {
    margin-top: 30px;
    margin-bottom: 30px
}

.introductory_checkbox {
    display: block;
    font-family: RobotoCN;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #b1b1b1;
    cursor: pointer;
    letter-spacing: .02em;
    text-align: center
}

.introductory_checkbox input {
    display: none !important
}

.introductory_checkbox span {
    display: inline-block;
    position: relative;
    padding-left: 58px;
    padding-top: 8px;
    padding-bottom: 8px
}

.introductory_checkbox span:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #646464;
    position: absolute;
    left: 0;
    top: 0;
    background: center/21px auto no-repeat;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.introductory_checkbox input:checked+span:before {
    background-color: #161616;
    background-image: url(../img/check_white.png);
    border-color: transparent
}

.introductory_popup_privacypolice {
    text-align: center;
    font-family: RobotoCN;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #b1b1b1;
    margin-bottom: 51px
}

.introductory_popup_privacypolice a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.introductory_popup_privacypolice a:hover {
    border-bottom-color: transparent
}

.introductory_popup_need {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 72px;
    margin-top: 48px
}

.introductory_popup_need .introductory_popup_main_title2 {
    margin-bottom: 24px
}

.introductory_popup_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 24px
}

.introductory_popup_need_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 34px;
    position: relative
}

.introductory_popup_need_item+.introductory_popup_need_item {
    margin-top: 24px
}

.introductory_popup_need_item.itemor:before {
    content: "OR";
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    position: absolute;
    left: 72px;
    top: -24px
}

.introductory_popup_need_item_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    text-align: center;
    padding-right: 12px
}

.introductory_popup_need_item_title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase
}

@media (max-width:767px) {
    .introductory_popup_need {
        display: block
    }

    .introductory_popup_col+.introductory_popup_col {
        margin-top: 36px
    }
}

.introductory_popup_content .row {
    margin-top: 27px;
    margin-bottom: 27px
}

.introductory_popup_content .row .col-md-6 {
    padding-top: 27px;
    padding-bottom: 27px
}

#bodyTypeCarousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#bodyTypeCarousel .owl-dots .owl-dot {
    display: block;
    width: 18px;
    height: 18px;
    position: relative
}

#bodyTypeCarousel .owl-dots .owl-dot:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b2b2b2;
    position: absolute;
    left: 6px;
    top: 6px
}

#bodyTypeCarousel .owl-dots .owl-dot.active:before {
    background: #ff3e35
}

#bodyTypeCarousel .owl-nav button.owl-prev {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #8f9190;
    border-radius: 50%;
    position: absolute;
    left: -80px;
    top: 240px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media (max-width:1023px) {
    #bodyTypeCarousel .owl-nav button.owl-prev {
        left: 0;
        top: auto;
        bottom: 20px
    }
}

#bodyTypeCarousel .owl-nav button.owl-prev:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#bodyTypeCarousel .owl-nav button.owl-prev:before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
    border: 2px solid #fff;
    clip: rect(0, 0, 0, 0);
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

#bodyTypeCarousel .owl-nav button.owl-prev:hover {
    width: 90px;
    height: 90px;
    margin: -15px;
    background: #fff;
    border-color: #fff
}

#bodyTypeCarousel .owl-nav button.owl-prev:hover:after {
    border-color: #151515
}

#bodyTypeCarousel .owl-nav button.owl-prev:hover:before {
    clip: rect(0, 35px, 120px, 0);
    -webkit-animation: 1.5s linear infinite spin;
    animation: 1.5s linear infinite spin
}

#bodyTypeCarousel .owl-nav button.owl-next {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #8f9190;
    border-radius: 50%;
    position: absolute;
    right: -80px;
    top: 240px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media (max-width:1023px) {
    #bodyTypeCarousel .owl-nav button.owl-next {
        right: 0;
        top: auto;
        bottom: 20px
    }
}

#bodyTypeCarousel .owl-nav button.owl-next:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -3px;
    margin-top: -7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#bodyTypeCarousel .owl-nav button.owl-next:before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
    border: 2px solid #fff;
    clip: rect(0, 0, 0, 0);
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

#bodyTypeCarousel .owl-nav button.owl-next:hover {
    width: 90px;
    height: 90px;
    margin: -15px;
    background: #fff;
    border-color: #fff
}

#bodyTypeCarousel .owl-nav button.owl-next:hover:after {
    border-color: #151515
}

#bodyTypeCarousel .owl-nav button.owl-next:hover:before {
    clip: rect(0, 35px, 120px, 0);
    -webkit-animation: 1.5s linear infinite spin;
    animation: 1.5s linear infinite spin
}

.introductory_popup_select {
    margin-top: 54px;
    margin-bottom: 54px
}

.introductory_popup_select select {
    width: 100%;
    height: 50px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    text-indent: .01px;
    -o-text-overflow: "";
    text-overflow: "";
    padding: 0 60px 0 0;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    outline: 0;
    border: 0;
    border-bottom: 2px solid #b2b2b2;
    font-size: 16px;
    line-height: 24px;
    background: url(../img/arrowwhitedownt.png) right center/16px auto no-repeat
}

.introductory_popup_select select option {
    background: #151515;
    color: #fff
}