@charset 'UTF-8';

@font-face {
    font-family: 'PF Din Display Pro';
    font-weight: 300;
    font-style: normal; 

    src: url('../fonts/PFDinDisplayPro-Light.eot');
    src: url('../fonts/PFDinDisplayPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/../fonts/PFDinDisplayPro-Light.woff') format('woff'), url('../fonts/PFDinDisplayPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'PF Din Display Pro';
    font-weight: 400;
    font-style: normal; 

    src: url('../fonts/PFDinDisplayPro-Regular.eot');
    src: url('../fonts/PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PFDinDisplayPro-Regular.woff') format('woff'), url('../fonts/PFDinDisplayPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PF Din Display Pro';
    font-weight: 700;
    font-style: normal; 

    src: url('../fonts/PFDinDisplayPro-Bold.eot');
    src: url('../fonts/PFDinDisplayPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PFDinDisplayPro-Bold.woff') format('woff'), url('../fonts/PFDinDisplayPro-Bold.ttf') format('truetype');
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(3.275);
        transform: scale(3.275);
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(3.275);
        transform: scale(3.275);
        opacity: 0;
    }
}

@-webkit-keyframes circle3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scaleX(1.2) scaleY(1.5);
        transform: scaleX(1.2) scaleY(1.5);
        opacity: 0;
    }
}

@keyframes circle3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scaleX(1.2) scaleY(1.5);
        transform: scaleX(1.2) scaleY(1.5);
        opacity: 0;
    }
}

.button_play_pause {
    position: relative;
}

.button_play_pause:hover {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.button_play_pause.button_play_pause--animation {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.button_play_pause.button_play_pause--animation:before,
.button_play_pause.button_play_pause--animation:after {
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    left: -6px;
    width: 257px;
    height: 66px;
    margin: auto;
    content: '';
    border: 1px solid #fbd256;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

.button_play_pause.button_play_pause--animation:before {
    -webkit-animation: circle3 2s linear infinite;
    animation: circle3 2s linear infinite;
}

.button_play_pause.button_play_pause--animation:after {
    -webkit-animation: circle3 2s 1s linear infinite;
    animation: circle3 2s 1s linear infinite;
}

.b8_cont_slider-texts .btn-def {
    overflow: unset;
    border-color: #c1a23a;
}

.b8_cont_slider-texts .btn-def:before {
    background: none;
}

.b8_cont_slider-texts .btn-def .speaker_icon {
    position: absolute;
    top: 19px;
    right: 30px;
    display: block;
    width: 20px;
    height: 15px;
    content: '';
    background: url(../images/speaker.png) no-repeat;
}

input {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.modal-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-open {
    position: static;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
    }
}

.select__link {
    width: 100%;
    max-width: 895px;
    min-height: 345px;
    margin: 56px auto 0;
    padding: 26px 0 25px 0;
    -webkit-border-radius: 0 25px 0 25px;
    border-radius: 0 25px 0 25px;
    background-image: -webkit-linear-gradient(143deg, #8d8278 0%, #877362 100%);
    background-image: linear-gradient(-53deg, #8d8278 0%, #877362 100%);
}

.select__link h6 {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
}

.select__link .list_item .item_interes {
    margin: 0 15px 20px;
}

.select__link .list_item .item_interes strong {
    color: #000;
}

.modal__style .r_contacts-phone {
    position: absolute;
    top: 28px;
    right: 58px;
}

.modal__style .modal-dialog {
    margin: 0;
}

.modal__style .modal-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 480px;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #78664b;
}

.modal__style .close {
    position: absolute;
    top: 32px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: url(../images/cancel.svg);
    background-size: cover;
}

#modal__form .m-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    padding-top: 68px;
    text-align: center;
    color: #fff;
}

#modal__form .b1_form {
    width: 230px;
}

#modal__form .b1_form label {
    margin-bottom: 16px;
}

#modal__form .b1_form label:before {
    left: 0;
}

#modal__form .b1_form .btn-def {
    font-size: 16px;
    font-weight: 400;
    margin: 9px 0 23px;
    padding: 0;
}

#modal__form .b1_form .checks input[type=checkbox]:not(checked) + .checks_fake {
    margin-right: 19px;
    background: #a58d60;
}

.block_thanks {
    min-height: 480px;
    background: url(../images/thanks.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.block_thanks:after {
    display: none !important;
}

.block_thanks_main {
    padding-top: 145px;
}

.block_thanks_main h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.block_thanks_main h2 {
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

#modal__menu .nav__item {
    font-size: 18px;
    margin-bottom: 0;
}

#modal__menu .sub__menu {
    z-index: 15;
    width: 100%;
    margin: 6px 0 0;
    padding: 10px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#modal__menu .nav__item__sub {
    position: relative;
}

#modal__menu .nav__item__sub:after {
    position: absolute;
    top: 6px;
    right: -21px;
    width: 10px;
    height: 7px;
    content: '';
    -webkit-transition: all .5s;
    transition: all .5s;
    background: url(../images/down-arrow.svg);
    background-size: cover;
}

#modal__menu .nav__item__sub:hover:after {
    top: 8px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#modal__menu .nav {
    position: static;
    left: 0;
    display: block;
    margin-top: 120px;
    text-align: center;
}

#modal__menu .nav li {
    margin-right: 0;
    margin-bottom: 16px;
}

a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
    border: 0;
    outline: none;
}

button:focus {
    outline: none;
}

body {
    font-family: 'PF Din Display Pro';
    overflow-x: hidden;
    color: #24262b;
}

.error_page {
    font-weight: 700;
    line-height: 1;
    margin: 17px 0 0;
    text-align: center;
    color: #fff;
}

.error_page img {
    display: block;
    width: 100%;
    max-width: 639px;
    margin: 86px auto 0;
}

.error_page .btn-def {
    line-height: 45px;
    max-width: 245px;
    height: 50px;
    color: #000;
}

.error_page .btn-def:hover {
    color: #000;
}

.container-fluid {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.block_1 {
    height: 100vh;
    min-height: 800px;
    padding-top: 18px;
    background: url(../images/main-background_mod.jpg) no-repeat center center;
    background-size: cover;
}

.block_1 .container-fluid {
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
}

.block_1-container h1 {
    max-width: 520px;
    color: #fff;
}

.block_1-container .light-text {
    line-height: 1.57;
    color: #eee4bf;
}

.further {
    font-size: 10px;
    position: absolute;
    right: 106px;
    bottom: 190px;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #eee4bf;
}

.further span {
    display: block;
}

.further__line {
    position: relative;
    top: 12px;
}

.further__line:before {
    position: absolute;
    left: 50%;
    width: 15px;
    height: 15px;
    content: '';
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    background: url(../images/next.svg) center center;
    background-size: 100%;
}

.further__line:after {
    position: absolute;
    top: 15px;
    width: 1px;
    height: 67px;
    content: '';
    background: #eee4bf;
}

.figure {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    position: relative;
    margin-bottom: 21px;
    color: #000;
}

.figure:before {
    position: absolute;
    top: 25px;
    left: -116px;
    width: 65px;
    height: 18px;
    content: '';
    background: url(../images/figure_.png) no-repeat;
}

.header_blk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1403px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.h_logo {
    display: block;
    float: left;
    width: 133px;
    height: 82px;
}

.r_contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    margin: -13px 5px 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.r_contacts-mail {
    font-size: 12px;
    margin-right: 5px;
    margin-right: 30px;
    letter-spacing: -.03em;
    color: #eee4bf;
}

.r_contacts-mail:hover {
    text-decoration: none;
    color: #eee4bf;
}

.r_contacts-phone {
    line-height: 38px;
    position: relative;
    display: block;
    width: 161px;
    height: 39px;
    padding-right: 20px;
    text-align: right;
    text-decoration: none;
    letter-spacing: -.05em;
    color: #333;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 8px 21px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 8px 21px 0 rgba(0, 0, 0, .11);
}

.r_contacts-phone::before {
    position: absolute;
    top: 10px;
    left: 11px;
    width: 20px;
    height: 20px;
    content: '';
    background-image: url(../images/phone-symbol-of-an-auricular-inside-a-circle.svg);
    background-size: 100%;
}

.r_contacts-phone:hover {
    text-decoration: none;
    color: #333;
}

.nav {
    position: relative;
    left: 78px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav li {
    position: relative;
    margin-right: 35px;
}

.nav li:hover > .sub__menu {
    display: block;
}

.nav__item {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    z-index: 4;
    padding-bottom: 6px;
    color: #fff;
    border-bottom: 4px solid transparent;
}

.nav__item:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 4px solid #ebc643;
}

.nav__item:last-child {
    margin-right: 0;
}

.sub__menu {
    position: absolute;
    z-index: 2;
    top: 27px;
    left: 0;
    display: none;
    width: 254px;
    margin: 0;
    padding: 32px 0 28px 30px;
    list-style: none;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    -webkit-box-shadow: 0 5px 98px 0 rgba(0, 0, 0, .58);
    box-shadow: 0 5px 98px 0 rgba(0, 0, 0, .58);
}

.sub__menu li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
}

.sub__menu li:last-child {
    margin-bottom: 0;
}

.sub__menu li a {
    font-size: 15px;
    color: #666;
}

.info_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 66px 0 0 111px;
}

.info_product__item {
    position: relative;
    padding-left: 44px;
}

.info_product__item:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 24px;
    height: 24px;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/checked.svg) no-repeat center center, -webkit-linear-gradient(136deg, #ffe25b 0%, #c79216 100%);
    background: url(../images/checked.svg) no-repeat center center, linear-gradient(-46deg, #ffe25b 0%, #c79216 100%);
    background-size: 15px , 100%;
    -webkit-box-shadow: 0 0 25px 2px rgba(252, 214, 91, .67);
    box-shadow: 0 0 25px 2px rgba(252, 214, 91, .67);
}

.info_product__item:first-child {
    margin-right: 77px;
}

.info_product__item strong {
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
    display: block;
    color: #fff;
}

.info_product__item strong .m {
    font-size: 24px;
    display: inline;
}

.info_product__item span {
    font-size: 14px;
    color: #eee4bf;
}

.b1__container-form {
    float: right;
    width: 297px;
    height: 413px;
    margin-top: 9px;
    padding-top: 28px;
    -webkit-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 20px;
    background-color: white;
    -webkit-box-shadow: 0 25px 51px 0 rgba(0, 0, 0, .65);
    box-shadow: 0 25px 51px 0 rgba(0, 0, 0, .65);
}

.b1__container-form-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
    text-align: center;
    color: #333;
}

.block_1-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 104px;
    margin-left: 270px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-discont {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    color: #999;
}

input {
    outline: none;
}

.btn-def {
    font-family: 'PF Din Display Pro';
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 54px;
    margin: 21px 0 25px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #000;
    border-bottom: 4px solid #c1a339;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-linear-gradient(166deg, #ffea00 0%, #ffd200 100%);
    background: linear-gradient(-76deg, #ffea00 0%, #ffd200 100%);
    -webkit-box-shadow: 0 8px 18px 0 rgba(195, 136, 10, .57);
    box-shadow: 0 8px 18px 0 rgba(195, 136, 10, .57);
}

.btn-def span {
    position: relative;
    z-index: 2;
}

.btn-def:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    background: url(../images/pattern.png) center center;
}

.btn-def:hover:before {
    opacity: 0;
}

.btn-def--download {
    display: none;
}

.b1_form {
    width: 100%;
    max-width: 246px;
    margin: 18px auto 0;
}

.b1_form label {
    display: block;
    width: 100%;
}

.b1_form label input {
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    height: 49px;
    padding-left: 40px;
    text-align: center;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    outline: none;
    background: transparent;
}

.b1_form label input::-webkit-input-placeholder {
    font-weight: 300;
    color: #aea799;
}

.b1_form label input::-moz-placeholder {
    font-weight: 300;
    color: #aea799;
}

.b1_form label input:-ms-input-placeholder {
    font-weight: 300;
    color: #aea799;
}

.b1_form label input::placeholder {
    font-weight: 300;
    color: #aea799;
}

.b1_form label:before {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 27px;
    height: 27px;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #e3dec3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
}

.b1_form label.b1_form_email {
    position: relative;
}

.b1_form label.b1_form_email:before {
    background-image: url(../images/close-envelope.svg);
}

.b1_form label.b1_form_phone {
    position: relative;
}

.b1_form label.b1_form_phone:before {
    background-image: url(../images/call-answer.svg);
}

.checks {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.checks input[type='checkbox']:not(checked) + .checks_fake {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e5e5dc;
}

.checks input[type='checkbox']:checked + .checks_fake:before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    content: '';
    background: url(../images/tick.svg);
    background-size: cover;
}

.checks input {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    cursor: pointer;
    opacity: 0;
}

.checks span {
    font-size: 9px;
    font-weight: 300;
    line-height: 1.2;
    display: block;
    cursor: pointer;
    color: #b6b6b6;
}

.block_2 {
    overflow: hidden;
    min-height: 797px;
    background: url(../images/block_2.jpg) center center no-repeat;
}

.block_2 .container-fluid {
    position: relative;
    min-height: 797px;
}

.block_2 .b2__text {
    float: right;
    max-width: 390px;
    margin: 105px 70px 0 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.block_2 h2 {
    margin-bottom: 24px;
}

.light-text {
    font-size: 21px;
    font-weight: 300;
    color: #726c61;
}

.info__quality {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 99px 0 113px 15px;
}

.quality_item {
    position: relative;
    padding-left: 23px;
}

.quality_item:first-child {
    margin-right: 63px;
}

.quality_item:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: 62px;
    content: '';
    background-color: #d3d3d3;
}

.quality_item strong {
    font-size: 45px;
    font-weight: 300;
    line-height: 50px;
    display: block;
    color: #333;
}

.quality_item span {
    font-size: 18px;
    font-weight: 300;
    color: #726c61;
}

.info_count {
    margin-left: 20px;
}

.info_count strong {
    font-size: 72px;
    font-weight: 300;
    line-height: 50px;
    display: block;
    margin-bottom: 7px;
    color: #333;
}

.info_count span {
    font-size: 18px;
    display: block;
    color: #726c61;
}

.pogons {
    position: absolute;
    bottom: 0;
    left: -38px;
    width: 613px;
    height: 556px;
    text-align: center;
}

.pogons img {
    position: absolute;
    z-index: 2;
    left: 0;
}

.pogons:after {
    position: absolute;
    z-index: 0;
    top: 91px;
    left: -63px;
    width: 679px;
    height: 679px;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f5f6f1;
}

.pogons span {
    font-size: 21px;
    font-weight: 300;
    line-height: 50px;
    position: relative;
    z-index: 2;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-shadow: 1px 1px 5px #8c562acc;
}

.pogons .play {
    position: relative;
    z-index: 2;
    display: block;
    width: 65px;
    height: 65px;
    margin: 288px auto 14px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 13px 38px rgba(89, 89, 89, .47);
    box-shadow: 0 13px 38px rgba(89, 89, 89, .47);
}

.pogons .play:after,
.pogons .play:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    -webkit-animation: circle 1.7s linear infinite;
    animation: circle 1.7s linear infinite;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pogons .play:before {
    -webkit-animation: circle 2s linear infinite;
    animation: circle 2s linear infinite;
}

.pogons .play:after {
    -webkit-animation: circle 2s 1s linear infinite;
    animation: circle 2s 1s linear infinite;
}

.pogons .play img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 11px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.pogons .play:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tabs__container {
    position: relative;
}

.tabs__container .norm__slider {
    position: absolute;
}

.block_3 {
    overflow: hidden;
    min-height: 865px;
    background: url(../images/block_3.jpg) no-repeat center center;
    background-size: cover;
}

.b3_info {
    max-width: 640px;
    padding: 104px 0 0 115px;
}

.b3_info h2 {
    margin-bottom: 14px;
    color: #fff;
}

.b3_info .light-text {
    color: #eee4bf;
}

.b3_form {
    position: relative;
    max-width: 331px;
    height: 412px;
    margin: 74px 0 0 4px;
    padding: 32px 0 0 47px;
    background: url(../images/b3_form.png);
}

.b3_form:after {
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 100%;
    height: 52px;
    content: '';
    background: url(../images/shadow-form.png);
}

.b3_form .s-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #fff;
}

.b3_form .checks_fake {
    background-color: #928058;
}

.b3_form .b1_form {
    max-width: 245px;
    margin: 20px 0 0 -4px;
}

.b3_form .b1_form label {
    max-width: 231px;
    margin-bottom: 18px;
    margin-left: 4px;
}

.b3_form .b1_form label:before {
    left: 0;
    background-color: #a58d60;
}

.b3_flex {
    position: relative;
    width: 100%;
    height: 100%;
}

.b3_right {
    position: absolute;
    top: 409px;
    left: 510px;
}

.b3_right .img_cat {
    position: absolute;
    top: -300px;
    left: 185px;
}

.b3_right .t-title {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 26px;
    color: #eee4bf;
}

.b3_right .t-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 1px;
    content: '';
    background-color: #eee4bf;
}

.b3_right .down_text {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 28px;
    color: #fff;
}

.cat_info_number {
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cat_info_number strong {
    font-size: 70px;
    font-weight: 300;
    line-height: 29px;
    display: block;
    height: 42px;
    margin-right: 19px;
    color: #fff;
}

.cat_info_number span {
    font-family: 'PF Din Display Pro';
    font-size: 14px;
    line-height: 21px;
    color: #eee4bf;
}

.block_4 {
    min-height: 1032px;
    padding-top: 101px;
    background: url(../images/block_4.jpg) no-repeat center center;
}

.test_main {
    position: relative;
}

.test_main:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    content: '';
    -webkit-box-shadow: 0 25px 35px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 25px 35px 0 rgba(0, 0, 0, .29);
}

.test_main h2 {
    margin-left: 115px;
    text-align: center;
    color: #000;
}

.test_container {
    position: relative;
    z-index: 2;
}

.test_container:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    content: '';
    background-image: url(../images/shadow_bottom.png);
    background-position: -55px 0;
}

.test_container:before {
    position: absolute;
    z-index: 3;
    bottom: -70px;
    left: -347px;
    width: 420px;
    height: 412px;
    content: '';
    background: url(../images/linden.png);
}

.test_container .saw_blur {
    position: absolute;
    z-index: -1;
    right: -216px;
    bottom: -78px;
}

.test__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 622px;
    margin-top: 64px;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    background: url(../images/patter_kviz.png) #fff center center;
    -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, .11);
    box-shadow: 0 0 70px rgba(0, 0, 0, .11);
}

.test__content-left {
    width: 100%;
    max-width: 850px;
    margin: 47px 0 0;
}

.progress_content {
    padding-bottom: 38px;
    border-bottom: 1px solid #efefef;
}

.progress_item {
    position: relative;
    overflow: hidden;
    width: 588px;
    height: 38px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(129deg, #f3f3f1 0%, #fdfdf3 100%);
    background-image: linear-gradient(-39deg, #f3f3f1 0%, #fdfdf3 100%);
    -webkit-box-shadow: inset 1px 2px 6px rgba(0, 0, 0, .29);
    box-shadow: inset 1px 2px 6px rgba(0, 0, 0, .29);
}

.progress_item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(155, 155, 155, .14) 6px, rgba(155, 155, 155, .14) 6px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(155, 155, 155, .14) 6px, rgba(155, 155, 155, .14) 6px);
}

.progress_item .value {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 38px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6e15f), to(#e3ba2d));
    background-image: -webkit-linear-gradient(top, #f6e15f 0%, #e3ba2d 100%);
    background-image: linear-gradient(to bottom, #f6e15f 0%, #e3ba2d 100%);
    -webkit-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, .29);
    box-shadow: inset 1px 2px 2px rgba(0, 0, 0, .29);
}

.progress_item .value:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/pattern.png) left center;
}

.progress_item p {
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    position: relative;
    z-index: 5;
    text-align: center;
    text-transform: uppercase;
    color: #24262b;
}

.test_start {
    padding-top: 37px;
}

.test_start h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 52px;
    text-align: center;
    color: #24262b;
}

.test_start .m-title {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 10px;
    text-align: center;
    color: #726c61;
}

.test_start .m-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e1e1e0;
}

.list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 25px auto 0;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list_item .item_interes {
    width: 180px;
    height: 215px;
    margin: 0 8px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .11);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .11);
}

.list_item .item_interes:hover {
    background: #d5be68;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list_item .item_interes img {
    display: block;
    margin: 4px auto 13px;
}

.list_item .item_interes strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    display: block;
}

.list_item .item_interes strong span {
    font-size: 10px;
    font-weight: 300;
}

.test__content-right {
    position: relative;
    right: -2px;
    width: 318px;
    background-image: -webkit-linear-gradient(309deg, #f3f3f1 0%, #fdfdf3 100%);
    background-image: linear-gradient(-219deg, #f3f3f1 0%, #fdfdf3 100%);
    -webkit-box-shadow: -4px 0 13px rgba(0, 0, 0, .11);
    box-shadow: -4px 0 13px rgba(0, 0, 0, .11);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.test__content-right .b1_form {
    margin: 11px auto 0;
}

.test__content-right .b1_form .checks_fake {
    background-color: #e3dec3;
}

.test__content-right .b1_form button {
    font-weight: 700;
    margin: 17px 0 25px;
    padding-left: 43px;
    text-align: left;
}

.test__content-right .b1_form button:after {
    position: absolute;
    top: 18px;
    right: 46px;
    width: 19px;
    height: 19px;
    content: '';
    background: url(../images/telephone.svg);
    background-size: 100%;
}

.test__content-right .q-title {
    font-size: 21px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 19px;
    text-align: center;
    color: #000;
}

.test__content-right .q-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    height: 1px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e1e1e0;
}

.test__content-right .t-r-call {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    color: #726c61;
}

.t-r-container {
    position: relative;
    width: 274px;
    height: 250px;
    margin: 22px auto 21px;
    padding: 27px 0 0 43px;
    border: 1px solid #f6f6f0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px rgba(199, 199, 183, .23);
    box-shadow: 0 0 16px rgba(199, 199, 183, .23);
}

.t-r-container .f-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 7px;
    color: #726c61;
}

.t-r-container .f-title span {
    font-weight: 700;
    border-bottom: 1px solid;
}

.t-r-container:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 141px;
    height: 104px;
    content: '';
    background: url(../images/26.png);
}

.t-r-container .dicont {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-left: 37px;
    margin-left: 55px;
    color: #b1b1b1;
}

.block_5 {
    min-height: 1644px;
    padding-top: 128px;
    background: url(../images/block_5.jpg) no-repeat center center;
}

.block_5 .container-fluid {
    position: relative;
}

.block_5 .b5_img {
    position: absolute;
    top: 171px;
    left: -249px;
}

.b5_content {
    float: right;
    margin-right: 9px;
}

.b5_content h2 {
    font-size: 46px;
    max-width: 455px;
    margin-bottom: 97px;
    color: #fff;
}

.b5_content-form {
    width: 100%;
    max-width: 381px;
    height: 498px;
    padding: 31px 37px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 18px 51px rgba(95, 132, 157, .21);
    box-shadow: 0 18px 51px rgba(95, 132, 157, .21);
}

.d-calculation_type .d-calculation_item:after {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 8px;
    height: 8px;
    content: '';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(../images/right-arrow.svg);
    background-size: 100%;
}

.d-calculation .btn-def {
    height: 44px;
}

.d-calculation_item {
    position: relative;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

.d-calculation_item-type {
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    width: 90%;
    max-height: 21px;
    margin-bottom: -4px;
    cursor: pointer;
    letter-spacing: .7px;
    color: #040404;
}

.d-calculation_item-list {
    font-size: 14px;
    position: absolute;
    z-index: 5;
    top: 35px;
    left: 0;
    display: none;
    width: 100%;
    padding: 10px 3px 10px;
    list-style: none;
    background: #fff;
}

.d-calculation_item-list li {
    padding-bottom: 5px;
    cursor: pointer;
}

.d-calculation_item-title {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding-left: 42px;
    cursor: pointer;
    letter-spacing: .8px;
    color: #aea799;
}

.d-calculation_city {
    margin-bottom: 14px;
}

.d-calculation_city-title {
    font-size: 9px;
    font-weight: 300;
    position: relative;
    margin-bottom: 6px;
    letter-spacing: .45px;
    color: #726c61;
}

.d-calculation_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
}

.d-calculation_number {
    width: 105px;
    margin-right: 27px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.d-calculation_number .d-calculation_item:after {
    display: none;
}

.d-calculation_number_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.d-calculation_number_item-minus {
    width: 11px;
    height: 11px;
    cursor: pointer;
    background-color: #fff;
    background-image: url(../images/minus-symbol.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.d-calculation_number_item-plus {
    width: 11px;
    height: 11px;
    cursor: pointer;
    background-color: #fff;
    background-image: url(../images/plus-symbol.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.d-calculation_type {
    width: 177px;
}

.d-calculation_type .d-calculation_item:after {
    top: 26px;
    right: 7px;
}

.d-calculation_city .d-calculation_item:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #c0ba99;
    background-image: url(../images/placeholders.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
}

.d-calculation_city input[name='city_2'] {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    width: 100%;
    width: 92%;
    padding-left: 42px;
    cursor: pointer;
    letter-spacing: .8px;
    color: #aea799;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overflow-y: hidden !important;
    max-width: 299px !important;
    max-height: 350px !important;
    margin-top: 3px;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item {
    overflow: hidden !important;
    height: 27px !important;
    padding: 3px 1em 3px .4em;
    white-space: nowrap !important;
    border: 1px solid transparent !important;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item .ui-menu-item-wrapper {
    font-size: 14px;
    position: relative;
    padding: 3px 1em 3px .4em !important;
    color: #928a60;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    font-weight: normal !important;
    overflow: hidden !important;
    max-height: 27px !important;
    padding: 3px 1em 3px .4em !important;
    white-space: nowrap !important;
    color: #928a60 !important;
    color: #776400 !important;
    color: #333 !important;
    border: 1px solid transparent !important;
    background: transparent !important;
}

.d-table {
    width: 100%;
}

.d-table-head {
    font-size: 12px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.d-table-tr {
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -6px;
}

.d-table-tr .d-table-item {
    padding-top: 10px;
}

.d-table-item {
    padding-bottom: 6px;
    color: #333;
}

.d-table-item:first-child {
    width: 119px;
}

.d-table-item:nth-child(2) {
    width: 117px;
    padding-left: 19px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.d-table-item:last-child {
    width: 73px;
    text-align: right;
}

.b5_f2 {
    max-width: 500px;
    margin: 199px 0 0 72px;
}

.b5_f2 .checks_fake {
    background-color: #928058;
}

.b5_f2 h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 0 26px;
    color: #fff;
}

.b5_f2 .light-text {
    color: #eee4bf;
}

.b5_f2 .b1_form {
    margin: 36px 0 0 0;
}

.b5_f2 .b1_form .btn-def {
    margin-top: 29px;
}

.b5_f2 .b1_form label:before {
    background-color: #a58d60;
}

.block_6 {
    position: relative;
    overflow: hidden;
    min-height: 800px;
    margin-bottom: 10px;
    padding-top: 77px;
}

.block_6:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/pattern_33.png);
    background-size: cover;
}

.block_6:before {
    position: absolute;
    z-index: -1;
    top: 120px;
    right: -95px;
    width: 601px;
    height: 663px;
    content: '';
    background: url(../images/mockup_TZ.png);
}

.block_6 h2 {
    margin-left: 113px;
}

.b6_tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 250px;
    height: 43px;
    margin: 0 auto 52px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 27px rgba(0, 0, 0, .06);
    box-shadow: 0 12px 27px rgba(0, 0, 0, .06);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b6_tabs-item {
    font-size: 16px;
    line-height: 43px;
    position: relative;
    float: left;
    width: 125px;
    height: 100%;
    cursor: pointer;
    text-align: center;
    color: #000;
}

.b6_tabs-item span {
    line-height: 43px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.b6_tabs-item--active {
    font-weight: 700;
    background-image: -webkit-linear-gradient(284deg, #ffea00 0%, #ffd200 100%);
    background-image: linear-gradient(-194deg, #ffea00 0%, #ffd200 100%);
}

.b6_tabs-item--active:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/pattern.png) center center;
}

.b6__left {
    float: left;
    width: 700px;
    margin: 38px 0 0;
}

.b6__left .item {
    width: 100%;
    height: 342px;
    padding: 23px 31px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.b6__left .item .norm__slider_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b6__left .norm__slider {
    position: absolute;
    display: none;
    width: 100%;
    height: 342px;
}

.b6__left .norm__slider--active {
    display: block;
}

.b6__left .norm__slider .owl-stage-outer {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 36px 51px rgba(0, 0, 0, .1);
    box-shadow: 0 36px 51px rgba(0, 0, 0, .1);
}

.b6__left .norm__slider .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.b6__left .norm__slider .owl-nav [class*=owl-] {
    position: absolute;
    top: 122px;
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, .1);
    box-shadow: 0 12px 18px rgba(0, 0, 0, .1);
}

.b6__left .norm__slider .owl-nav [class*=owl-].disabled {
    opacity: 0;
}

.b6__left .norm__slider .owl-nav [class*=owl-]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b6__left .norm__slider .owl-nav [class*=owl-].owl-next {
    right: -29px;
}

.b6__left .norm__slider .owl-nav [class*=owl-].owl-next:after {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 18px;
    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/back.png);
}

.b6__left .norm__slider .owl-nav [class*=owl-].owl-prev {
    left: -29px;
}

.b6__left .norm__slider .owl-nav [class*=owl-].owl-prev:after {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 18px;
    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
    background: url(../images/back.png);
}

.b6__left .norm__slider .owl-dots {
    margin-top: 63px;
}

.b6__left .norm__slider .owl-dots .owl-dot {
    margin-right: 20px;
}

.b6__left .norm__slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.b6__left .norm__slider .owl-dots .owl-dot span {
    width: 21px;
    height: 21px;
    margin: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #e3dec3;
}

.b6__left .norm__slider .owl-dots .owl-dot.active span,
.b6__left .norm__slider .owl-dots .owl-dot:hover span {
    background-color: #e6c92f;
}

.norm__slider_content-img {
    width: 319px;
    height: 293px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.norm__slider_content-txt {
    margin: 43px 0 0 36px;
}

.norm__slider_content-txt .n-title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 19px;
    color: #000;
}

.norm__slider_content-txt .n-desc {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    display: inline-block;
    color: #000;
    border-bottom: 2px solid #000;
}

.norm__slider_content-txt ul {
    margin: 12px 0 0 5px;
    padding: 0;
    list-style: none;
    list-style-position: outside;
}

.norm__slider_content-txt ul li {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    display: block;
    margin-bottom: 5px;
    color: #726c61;
}

.norm__slider_content-txt ul li:before {
    padding-right: 5px;
    content: '—';
}

.b6_r-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    color: #000;
}

.b6__right {
    width: 270px;
    margin-top: 126px;
    margin-right: 93px;
}

.b6__right .b1_form {
    margin: 14px 0 0;
}

.b6__right .b1_form label {
    margin-bottom: 17px;
}

.b6__right .b1_form label:before {
    left: 0;
}

.b6__right .b1_form .btn-def {
    margin-top: 8px;
}

.b6__right .checks_fake {
    background-color: #e3dec3;
}

.b6__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block_7 {
    overflow-x: hidden;
    min-height: 800px;
    padding-top: 103px;
    background: url(../images/block_7.jpg) no-repeat center center;
}

.b7_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b7_cont_lft {
    width: 100%;
    max-width: 412px;
    margin-left: 115px;
}

.b7_cont_lft h2 {
    margin-bottom: 34px;
    color: #fff;
}

.b7_cont_lft .light-text {
    font-weight: 700;
    color: #eee4bf;
}

.b7_cont_right {
    width: 230px;
    margin-top: 6px;
    margin-right: 152px;
}

.b7_cont_right .r-title {
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.b7_cont_right .checks_fake {
    background-color: #928058;
}

.b7_cont_right .b1_form .btn-def {
    width: 245px;
    margin-top: 9px;
    margin-left: -6px;
    padding-left: 51px;
    text-align: left;
}

.b7_cont_right .b1_form .btn-def:after {
    position: absolute;
    top: 17px;
    right: 47px;
    width: 23px;
    height: 19px;
    content: '';
    background: url(../images/open-magazine.png);
}

.b7_cont_right .b1_form label {
    margin-bottom: 17px;
}

.b7_cont_right .b1_form label:before {
    left: 0;
    background-color: #a58d60;
}

.b7_cont_right .b1_form label input {
    height: 47px;
}

.b7_slider {
    width: 100%;
    margin-top: 69px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.b7_slider.owl-carousel .owl-item .item {
    position: relative;
    overflow: hidden;
    width: 270px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 12px 46px 0 rgba(0, 0, 0, .63);
    box-shadow: 0 12px 46px 0 rgba(0, 0, 0, .63);
}

.b7_slider.owl-carousel .owl-item .item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(46, 38, 27, .7);
}

.b7_slider.owl-carousel .owl-item.active .item:before {
    display: none;
}

.b7_slider.owl-carousel .owl-item.active .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b7_slider.owl-carousel .owl-item img {
    width: auto;
}

.b7_slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.b7_slider.owl-carousel .owl-nav {
    position: absolute;
    top: 72px;
    width: 100%;
    margin-top: 0;
}

.b7_slider.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    width: 46px;
    height: 46px;
    margin: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #a58d60;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .49);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .49);
}

.b7_slider.owl-carousel .owl-nav [class*=owl-]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b7_slider.owl-carousel .owl-nav .owl-next {
    right: -26px;
}

.b7_slider.owl-carousel .owl-nav .owl-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 13px;
    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: url(../images/back_2.png);
}

.b7_slider.owl-carousel .owl-nav .owl-prev {
    left: -26px;
}

.b7_slider.owl-carousel .owl-nav .owl-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 13px;
    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(180deg);
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
    background: url(../images/back_2.png);
}

.block_8 {
    padding-top: 97px;
    padding-bottom: 101px;
    background: url(../images/pattern_33.png);
}

.block_8 h2 {
    margin-left: 116px;
}

.b8_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px;
    margin-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b8_cont_right {
    width: 205px;
    margin: 112px 0 0 97px;
    padding-left: 20px;
    border-left: 1px solid #d3d3d3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.b8_cont_right span {
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
    color: #333;
}

.b8_cont_right p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin: 5px 0 0 7px;
    color: #726c61;
}

.b8_cont_slider {
    position: relative;
    max-width: 814px;
    margin: 4px 0 0;
}

.b8_cont_slider .owl-stage-outer {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 13px 0 rgba(65, 90, 141, .14);
    box-shadow: 0 6px 13px 0 rgba(65, 90, 141, .14);
}

.b8_cont_slider-cont {
    position: absolute;
    bottom: 23px;
    left: 31px;
    width: 100%;
    color: #fff;
}

.b8_cont_slider-name {
    font-size: 18px;
    font-weight: 700;
}

.b8_cont_slider-sub {
    font-size: 14px;
    font-weight: 300;
}

.b8_cont_slider-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b8_cont_slider-flex img {
    width: 162px !important;
    height: 232px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 13px rgba(38, 52, 82, .11);
    box-shadow: 0 3px 13px rgba(38, 52, 82, .11);
}

.b8_cont_slider-text {
    margin: 35px 0 0 49px;
}

.b8_cont_slider-text .s-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 33px;
    color: #333;
}

.b8_cont_slider-texts {
    width: 270px;
    margin-left: 39px;
}

.b8_cont_slider-texts p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #726c61;
}

.b8_cont_slider-texts button {
    font-size: 16px;
    font-weight: 400;
    width: 245px;
    padding-left: 26px;
    text-align: left;
}

.b8_cont_slider .owl-item {
    overflow: hidden;
    height: 368px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(321deg, #f3f3f1 0%, #fdfdf3 100%);
    background-image: linear-gradient(129deg, #f3f3f1 0%, #fdfdf3 100%);
}

.b8_cont_slider .owl-item .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b8_cont_slider .owl-item .b8_cont_slider-img {
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 368px;
}

.b8_cont_slider .owl-item .b8_cont_slider-img img {
    position: absolute;
    left: 50%;
    width: 382px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.b8_cont_slider:before {
    position: absolute;
    top: 3px;
    right: 28px;
    width: 143px;
    height: 98px;
    content: '';
    background: url(../images/right-quotation-mark.png);
}

.b8_cont_slider .owl-nav {
    position: absolute;
    top: 160px;
    width: 100%;
    margin-top: 0;
}

.b8_cont_slider .owl-nav [class*=owl-] {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 9px rgba(53, 77, 93, .09);
    box-shadow: 0 5px 9px rgba(53, 77, 93, .09);
}

.b8_cont_slider .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b8_cont_slider .owl-nav .owl-next {
    right: -26px;
}

.b8_cont_slider .owl-nav .owl-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 17px;
    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: url(../images/right-arrow.png);
}

.b8_cont_slider .owl-nav .owl-prev {
    left: -26px;
}

.b8_cont_slider .owl-nav .owl-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 17px;
    content: '';
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(180deg);
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
    background: url(../images/right-arrow.png);
}

.b8_cont_slider .owl-dots {
    margin-top: 75px;
}

.b8_cont_slider .owl-dots .owl-dot {
    margin-right: 20px;
}

.b8_cont_slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.b8_cont_slider .owl-dots .owl-dot span {
    width: 21px;
    height: 21px;
    margin: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #e3dec3;
}

.b8_cont_slider .owl-dots .owl-dot.active span,
.b8_cont_slider .owl-dots .owl-dot:hover span {
    background-color: #e6c92f;
}

.list_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 122px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.block_9 {
    position: relative;
    overflow: hidden;
}

.block_9 iframe {
    width: 100%;
    height: 729px;
}

.maps_container {
    position: absolute;
    top: -596px;
    left: 14px;
    width: 379px;
    height: 453px;
    padding: 32px 15px 0 47px;
    background: url(../images/maps_contacts.png);
}

.maps_container .r-title {
    font-family: 'PF Din Display Pro';
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.maps_container ul {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.maps_container ul li {
    margin-bottom: 30px;
    margin-left: 50px;
}

.maps_container ul li p {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    position: relative;
    margin: 4px 0 0;
    color: #fff;
}

.maps_container ul li p:before {
    position: absolute;
    top: 3px;
    left: -50px;
    width: 26px;
    height: 26px;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #a58d60;
    background-image: url(../images/facebook-placeholder-for-locate-places-on-maps.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.maps_container ul li .mail {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    position: relative;
    margin: 4px 0 0;
    color: #fff;
}

.maps_container ul li .mail:before {
    position: absolute;
    top: 0;
    left: -50px;
    width: 26px;
    height: 26px;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #a58d60;
    background-image: url(../images/close-envelope.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.maps_container ul li span {
    font-size: 12px;
    font-weight: 300;
    display: block;
    color: #eee4bf;
}

.maps_container ul li .phones {
    font-size: 27px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.maps_container ul li .phones:before {
    position: absolute;
    top: 3px;
    left: -50px;
    width: 26px;
    height: 26px;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #a58d60;
    background-image: url(../images/call-answer.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.block_10 {
    height: 190px;
    background: url(../images/b_10.jpg);
}

.b10_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 52px 78px 0 46px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 2px 0 0;
}

.social_link {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.social_link_fb {
    margin: 0 24px;
    background-image: url(../images/fb.png);
}

.social_link_vk {
    background-image: url(../images/vk.png);
}

.social_link_in {
    background-image: url(../images/in.png);
}

.b10_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b10_link a {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    margin-right: 50px;
    text-decoration: underline;
    letter-spacing: -.35px;
    color: #fff;
}

.test_cont {
    position: relative;
    height: 311px;
}

.test_cont .test__head {
    position: absolute;
    left: 0;
    width: 100%;
}

.kviz_rozn,
.kviz_opt {
    position: relative;
    display: none;
}

.kviz_rozn fieldset,
.kviz_opt fieldset {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
}

.counts {
    width: 321px;
    margin: 0 auto;
    padding-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .11);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .11);
}

.counts__title {
    font-size: 14px;
    font-weight: 300;
    padding-top: 50px;
    text-align: center;
    letter-spacing: .7px;
    color: #726c61;
}

.counts .btn-def {
    display: block;
    max-width: 150px;
    margin: 15px auto 0;
}

.c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    margin: 16px auto 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.count__name {
    font-family: 'PF Din Display Pro';
    font-size: 27px;
    font-weight: 300;
    margin-left: 22px;
    padding-left: 18px;
    color: #040404;
    border-left: 1px solid #9ea29e;
}

.count__name span {
    font-size: 21px;
}

.count__name span sup {
    font-size: 8px;
    top: -10px;
}

.counts__check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4px;
    border-bottom: 1px solid #e3e3e3;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.counts__check_minus,
.counts__check_plus {
    font-size: 15px;
    line-height: 23px;
    position: relative;
    width: 23px;
    height: 23px;
    cursor: pointer;
    text-align: center;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f1f1f1;
}

.counts__check_value {
    font-family: 'PF Din Display Pro';
    font-size: 21px;
    font-weight: 300;
    margin: 0 14px;
    letter-spacing: 1.05px;
    color: #040404;
}

.js-fieldset--form {
    display: none;
}

@media (max-width: 1650px) {
    .block_6:before {
        right: -250px;
    }
}

@media (max-width: 1400px) {
    .block_6:before {
        right: -450px;
    }
}

@media (max-width: 1170px) {
    .block_1-flex {
        margin-left: 130px;
    }

    .b6__right {
        margin-right: 0;
    }

    .b6__left {
        margin-left: 30px;
    }

    .b7_slider.owl-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .b7_slider.owl-carousel .owl-nav .owl-next {
        right: 0;
    }

    .b7_slider.owl-carousel .owl-item .item {
        margin: 0 auto;
    }

    .block_8 h2 br {
        display: none;
    }

    .b8_cont_right {
        margin-left: 50px;
    }
}

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

    .r_contacts {
        margin-top: 0;
    }

    .block_1 {
        background-position: right center;
    }

    .block_2 .b2__text {
        margin-right: 0;
    }

    .list_item .item_interes {
        width: 130px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .list_item .item_interes img {
        width: 100%;
    }

    .block_5 .b5_img {
        left: -280px;
    }

    .b6__cont {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .b6__left {
        height: 534px;
        margin: 0 auto;
    }

    .b6__right {
        width: 100%;
        max-width: 290px;
        margin: 0 auto;
    }

    .b8_cont {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .b8_cont_right {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border: 0;
    }

    .b7_cont_right {
        margin-right: 50px;
    }

    .b8_cont_slider {
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .test__content-left {
        margin: 47px auto 0;
    }

    .figure:before {
        display: none;
    }

    .block_1-flex {
        margin-left: 0;
    }

    .info_product {
        margin-left: 0;
    }

    .nav {
        left: 38px;
    }

    .block_2 {
        padding: 50px 0 0;
    }

    .block_2 .b2__text {
        float: none;
        max-width: 100%;
        margin: 0;
        padding: 0 0 0 25px;
    }

    .info__quality {
        margin: 35px 0;
    }

    .info_count {
        margin: 25px 0 0 0;
    }

    .pogons {
        position: relative;
        top: 115px;
        left: 0;
        width: 350px;
        height: 350px;
        margin: 0 auto;
        padding-top: 140px;
    }

    .pogons .play {
        margin: 0 auto;
    }

    .pogons img {
        top: 0;
        width: 100%;
        height: 100%;
    }

    .pogons:after {
        left: 0;
        width: 100%;
        height: 100%;
    }

    .test__content-right {
        display: none;
    }

    .figure {
        font-size: 39px;
    }

    .b1__container-form {
        width: 320px;
    }

    .list_item .item_interes {
        width: 145px;
    }

    .b5_content {
        float: none;
        max-width: 381px;
        margin: 0 auto;
    }

    .b5_content h2 {
        font-size: 35px;
        margin-bottom: 35px;
        text-align: center;
    }

    .b5_content-form {
        margin-bottom: 35px;
    }

    .block_5 {
        padding: 50px 0;
        background-size: cover;
    }

    .block_5 .b5_img {
        position: static;
        top: 0;
        width: 100%;
    }

    .block_5 .b5_img img {
        width: 100%;
    }

    .b5_f2 {
        margin: 60px auto 0;
    }

    .b5_f2 h3 {
        text-align: center;
    }

    .b5_f2 .light-text {
        margin-bottom: 25px;
        text-align: center;
    }

    .b5_f2 .b1_form {
        margin: 0 auto;
    }

    .block_6 {
        padding: 50px 0;
    }

    .block_6 h2 {
        display: block;
        margin-left: 0;
        text-align: center;
    }

    .b6__right {
        padding-top: 30px;
        text-align: center;
    }

    .b6__right .b1_form {
        margin: 30px auto 0;
    }

    .b7_cont {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .b7_cont_lft {
        margin: 0 auto;
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .b7_cont_right {
        margin: 0 auto;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .b7_slider {
        max-width: 290px;
        margin: 40px auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .block_7 {
        overflow: unset;
        padding: 50px 0;
        background-size: cover;
    }

    .b7_slider.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .b7_slider.owl-carousel .owl-nav .owl-next {
        right: -26px;
    }

    .b7_slider.owl-carousel .owl-nav .owl-prev {
        left: -26px;
    }

    .b8_cont_slider .owl-item .item {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .list_logo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block_8 {
        padding: 50px 0;
    }

    .b8_cont {
        flex-direction: row;
        width: 100%;
        margin-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .b8_cont_slider .owl-nav .owl-prev {
        left: 0;
    }

    .b8_cont_slider .owl-nav .owl-next {
        right: 0;
    }

    .b8_cont_right {
        width: 332px;
        margin-top: 0;
        margin-left: 25px;
        border-left: 1px solid #d3d3d3;
    }

    .block_8 h2 {
        margin-left: 0;
    }

    .b8_cont_slider {
        max-width: 445px;
        margin: 0 auto;
    }

    .b8_cont_slider .owl-item {
        height: auto;
    }

    .b8_cont_slider .owl-item .b8_cont_slider-img {
        width: 100%;
        height: 260px;
    }

    .b8_cont_slider .owl-item .b8_cont_slider-img img {
        width: 100%;
    }

    .b8_cont_slider .b8_cont_slider-flex img {
        display: none;
    }

    .b8_cont_slider .b8_cont_slider-texts {
        width: 100%;
        margin-left: 0;
    }

    .b8_cont_slider .owl-nav {
        top: auto;
        bottom: 50px;
    }

    .list_logo div {
        margin: 0 25px;
    }

    .b10_cont {
        flex-direction: column;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .b10_link {
        flex-direction: column;
        margin: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .b10_link a {
        margin: 0;
    }

    .block_10 {
        height: auto;
        padding: 25px 0;
    }
}

.mobile_menu {
    display: none;
}

.btn-def--access {
    display: none;
}

@media (max-width: 767px) {
    .d-calculation_city input[name='city_2'] {
        font-size: 14px;
    }

    .block_1 {
        position: relative;
        height: 480px;
        min-height: auto;
        background: url(../images/main-background_mobile.jpg) center center;
        background-size: cover;
    }

    .block_1:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 205px;
        content: '';
        background: url(../images/b1_before_mobile_mod.png) no-repeat;
        background-position: -10px center;
    }

    .header_blk {
        position: relative;
    }

    .h_logo {
        width: 67px;
        height: 41px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .h_logo img {
        width: 100%;
    }

    .nav {
        display: none;
    }

    .r_contacts {
        margin: -1px 43px 0 0;
    }

    .r_contacts-phone {
        font-size: 11px;
        line-height: 22px;
        position: relative;
        width: 112px;
        height: 21px;
        padding-right: 13px;
    }

    .r_contacts-phone:before {
        top: 2px;
        left: 4px;
        width: 17px;
        height: 17px;
    }

    .r_contacts-mail {
        display: none;
    }

    .mobile_menu {
        position: absolute;
        right: 15px;
        display: block;
        width: 17px;
        height: 17px;
        margin: 0;
        padding: 0;
        background: url(../images/menu.svg) center center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .block_1-flex {
        margin-top: 22px;
    }

    .block_1-container h1 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 8px;
    }

    .block_1-container .light-text {
        font-size: 14px;
        line-height: 21px;
    }

    .block_1-container .light-text br {
        display: none;
    }

    .b1__container-form {
        display: none;
    }

    .block_1-flex {
        position: relative;
        width: 100%;
        max-width: 506px;
        padding-bottom: 50px;
    }

    .btn-def--access {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .info_product {
        display: block;
        margin: 96px 68px 0 154px;
    }

    .info_product__item {
        margin-bottom: 12px;
    }

    .info_product__item:last-child {
        position: relative;
        left: 67px;
        padding-left: 25px;
    }

    .info_product__item:last-child:before {
        top: 5px;
    }

    .info_product__item:first-child {
        margin-right: 0;
        padding-left: 23px;
    }

    .info_product__item strong {
        font-size: 24px;
        line-height: 13px;
    }

    .info_product__item strong .m {
        font-size: 16px;
    }

    .info_product__item span {
        font-size: 10px;
    }

    .info_product__item:before {
        top: -1px;
        width: 15px;
        height: 15px;
        background-size: 9px , cover;
    }

    .btn-def--access {
        font-size: 13px;
        font-weight: 400;
        display: block;
        max-width: 197px;
        height: 44px;
        margin: 19px 0 0;
        padding: 0 0;
    }

    .d-calculation_number_item-minus,
    .d-calculation_number_item-plus {
        font-size: 0;
    }

    .figure {
        font-size: 24px;
        line-height: 33px;
    }

    .block_2 h2 {
        margin-bottom: 6px;
    }

    .block_2 .b2__text {
        padding: 0 0 25px 33px;
    }

    .light-text {
        font-size: 14px;
    }

    .info__quality {
        margin: 67px 0 0 0;
    }

    .quality_item {
        padding-left: 16px;
    }

    .quality_item:before {
        top: 0;
        height: 42px;
    }

    .quality_item:first-child {
        margin-right: 30px;
    }

    .quality_item strong {
        font-size: 29px;
        line-height: .8;
    }

    .quality_item span {
        font-size: 12px;
    }

    .info_count {
        margin: 46px 0 0 0;
    }

    .info_count strong {
        font-size: 47px;
        line-height: 1;
        margin-bottom: 0;
    }

    .info_count span {
        font-size: 12px;
    }

    .pogons {
        position: absolute;
        top: 60px;
        right: 15px;
        left: auto;
        overflow: hidden;
        height: 276px;
        padding-top: 64px;
    }

    .pogons span {
        font-size: 14px;
    }

    .block_2 {
        min-height: auto;
    }

    .block_2 .container-fluid {
        min-height: auto;
    }

    .block_3 {
        min-height: auto;
        padding: 65px 0 0;
    }

    .b3_info {
        padding: 0;
    }

    .b3_form {
        display: none;
    }

    .b3_right {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 36px;
        padding-top: 17px;
    }

    .b3_right:before {
        position: absolute;
        top: 0;
        left: 1px;
        width: 55px;
        height: 1px;
        content: '';
        background: #eee4bf;
    }

    .b3_right .t-title {
        display: none;
    }

    .b3_right .img_cat {
        position: absolute;
        top: -68px;
        right: 0;
        left: auto;
        width: 300px;
        margin: 0 0 0;
    }

    .b3_right .img_cat img {
        width: 100%;
    }

    .b3_right .down_text {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .cat_info_number {
        margin: 0;
    }

    .cat_info_number strong {
        font-size: 49px;
        height: auto;
        margin-right: 9px;
    }

    .cat_info_number span {
        font-size: 12px;
        line-height: 19px;
    }

    .btn-def--download {
        display: block;
        float: left;
        width: 245px;
        padding-left: 45px;
        text-align: left;
        letter-spacing: -.04em;
    }

    .btn-def--download:after {
        position: absolute;
        top: 17px;
        right: 47px;
        width: 23px;
        height: 19px;
        content: '';
        background: url(../images/open-magazine.png);
    }

    .block_4 {
        min-height: auto;
        padding: 50px 0 78px;
    }

    .test_main h2 {
        margin: 0;
    }

    .test__content {
        height: auto;
        margin-top: 42px;
    }

    .test__content-left {
        margin: 24px 0 0;
    }

    .test_cont {
        height: auto;
        padding-bottom: 34px;
    }

    .kviz_rozn fieldset,
    .kviz_opt fieldset,
    .test_cont .test__head {
        position: static;
    }

    .progress_item {
        width: 100%;
        max-width: 244px;
        height: 20px;
        margin: 0 auto;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .progress_item p {
        font-size: 8px;
        font-weight: 700;
        line-height: 23px;
    }

    .progress_content {
        padding-bottom: 20px;
        border: 0;
    }

    .test_start {
        padding-top: 19px;
    }

    .test_start .m-title {
        font-size: 12px;
        padding-bottom: 14px;
    }

    .test_start h3 {
        font-size: 18px;
        line-height: 1.2;
        margin: 0 0 36px;
    }

    .list_item {
        flex-direction: column;
        width: 244px;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .list_item .item_interes {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        width: 244px;
        height: 75px;
        margin: 0 0 10px;
        padding: 7px;
        background-color: white;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .11);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .11);
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .list_item .item_interes img {
        width: 77px;
        height: 65px;
        margin: 0 17px 0 0;
    }

    .list_item .item_interes strong {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.2;
        text-align: left;
    }

    .test_container:before,
    .test_container .saw_blur {
        display: none;
    }

    .counts {
        width: 244px;
        margin: 0 auto;
    }

    .counts .c-flex {
        flex-direction: column;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .counts .count__name {
        margin-left: 0;
        padding-left: 0;
        border: 0;
    }

    .counts .counts__check {
        margin-bottom: 10px;
    }

    .b5_content h2 {
        font-size: 24px;
    }

    .b5_content-form {
        height: auto;
        padding: 21px 23px 13px;
    }

    .b5_content-form .d-table {
        margin: 0 0 0 -3px;
    }

    .b5_content-form .d-table .d-table-head .d-table-item {
        padding-bottom: 9px;
    }

    .b5_content-form .d-table .d-table-item:first-child {
        width: 39%;
    }

    .b5_content-form .d-table .d-table-item:nth-child(2) {
        line-height: 1.2;
        width: 35%;
        padding-left: 14px;
    }

    .b5_content-form .d-table .d-table-item:last-child {
        width: 25%;
        padding-left: 12px;
        text-align: left;
    }

    .b5_content-form .d-table-tr .d-table-item {
        font-size: 10px;
        padding-top: 6px;
    }

    .d-calculation_item {
        padding: 0 0 3px 0;
    }

    .d-calculation_item-title {
        font-size: 14px;
        padding-left: 31px;
    }

    .d-calculation_item-title:before {
        top: -3px;
        width: 22px;
        height: 22px;
    }

    .d-calculation_city-title {
        margin-bottom: 10px;
    }

    .d-calculation_number {
        width: 81px;
    }

    .d-calculation_number_item {
        margin-bottom: -5px;
    }

    .d-calculation_number .d-calculation_city-title {
        margin-bottom: 5px;
        white-space: nowrap;
    }

    .d-calculation_number .d-calculation_city-title-count {
        font-size: 11px;
    }

    .d-calculation_type .d-calculation_item-type {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .d-calculation_type .d-calculation_city-title {
        margin-bottom: 3px;
    }

    .d-calculation .btn-def {
        font-size: 14px;
        font-weight: 400;
        margin: 14px 0 18px 0;
    }

    .block_5 {
        overflow: hidden;
        min-height: auto;
        padding: 50px 0 87px;
    }

    .block_5 .b5_img {
        left: 0;
        display: block;
        width: 350px;
        margin: 58px auto 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .block_5 .b5_img img {
        display: block;
        width: 350px;
        margin: 0 auto;
    }

    .b5_f2 h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 9px;
    }

    .b5_f2 .b1_form .btn-def {
        margin-top: 20px;
    }

    .block_6 {
        padding: 40px 0;
    }

    .block_6 h2 {
        margin-bottom: 26px;
    }

    .b6__left {
        float: none;
        width: 100%;
        height: 450px;
    }

    .b6__left .norm__slider {
        left: 50%;
        width: 245px;
        height: auto;
        margin: 0 auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .b6__left .item {
        height: auto;
        padding: 23px 7px 13px;
    }

    .b6__left .item .norm__slider_content {
        display: block;
    }

    .b6__left .norm__slider_content-img {
        width: 100%;
        height: 147px;
    }

    .b6__left .owl-carousel .owl-item img {
        width: 100%;
        height: 100%;
    }

    .b6_tabs {
        width: 175px;
        height: 31px;
        margin: 0 auto 16px;
    }

    .b6_tabs-item {
        font-size: 11px;
        width: 50%;
    }

    .b6_tabs-item span {
        line-height: 31px;
    }

    .norm__slider_content-txt {
        margin: 12px 0 0 7px;
    }

    .norm__slider_content-txt .n-title {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .norm__slider_content-txt .n-desc {
        font-size: 12px;
        border-bottom-width: 1px;
    }

    .norm__slider_content-txt ul {
        margin: 16px 0 0 0;
    }

    .norm__slider_content-txt ul li {
        font-size: 12px;
    }

    .b6__left .norm__slider .owl-nav [class*=owl-] {
        top: 163px;
        width: 40px;
        height: 40px;
    }

    .b6__left .norm__slider .owl-nav [class*=owl-].owl-next {
        right: -30px;
    }

    .b6__left .norm__slider .owl-nav [class*=owl-].owl-next:after {
        width: 6px;
        height: 12px;
        background-size: cover;
    }

    .b6__left .norm__slider .owl-nav [class*=owl-].owl-prev {
        left: -30px;
    }

    .b6__left .norm__slider .owl-nav [class*=owl-].owl-prev:after {
        width: 6px;
        height: 12px;
        background-size: cover;
    }

    .b6__left .norm__slider .owl-dots {
        margin-top: 29px;
    }

    .b6__left .norm__slider .owl-dots .owl-dot {
        margin-right: 10px;
    }

    .b6__left .norm__slider .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
    }

    .b6_r-title {
        padding: 0 25px;
    }

    .b6__right .b1_form {
        margin: 17px auto 0;
    }

    .block_7 {
        min-height: auto;
        padding: 44px 0 66px 0;
    }

    .b7_cont_lft h2 {
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .b7_slider.owl-carousel {
        width: 215px;
        margin: 37px auto 0;
    }

    .b7_slider.owl-carousel .owl-item .item {
        width: 100%;
    }

    .b7_slider.owl-carousel .owl-item .item img {
        height: 145px;
    }

    .b7_slider.owl-carousel .owl-nav {
        top: 54px;
    }

    .b7_slider.owl-carousel .owl-nav [class*=owl-] {
        width: 34px;
        height: 34px;
    }

    .b7_slider.owl-carousel .owl-nav .owl-prev {
        left: -39px;
    }

    .b7_slider.owl-carousel .owl-nav .owl-next {
        right: -39px;
    }

    .b7_cont_right {
        width: 100%;
        margin: 37px auto 0;
    }

    .b7_cont_right .b1_form {
        max-width: 235px;
        margin: 15px auto 0;
    }

    .b7_cont_right .r-title {
        font-size: 14px;
    }

    .b7_cont_right .r-title br {
        display: none;
    }

    .block_8 {
        padding: 37px 0 4px;
    }

    .block_8 h2 {
        font-size: 22px;
        margin-left: 0;
        text-align: center;
    }

    .b8_cont {
        margin-top: 17px;
    }

    .b8_cont_slider {
        max-width: 245px;
    }

    .b8_cont_slider .owl-item .b8_cont_slider-img {
        height: 167px;
    }

    .b8_cont_slider .owl-item .b8_cont_slider-img img {
        top: -5%;
        height: unset;
    }

    .b8_cont_slider .owl-item .b8_cont_slider-cont {
        bottom: 15px;
        left: 0;
        text-align: center;
    }

    .b8_cont_slider-name {
        font-size: 16px;
    }

    .b8_cont_slider-sub {
        font-size: 12px;
    }

    .b8_cont_slider-text {
        min-height: 224px;
        margin: 0;
        padding: 18px 0 0;
        text-align: center;
    }

    .b8_cont_slider-text .s-title {
        font-size: 14px;
        margin: 0 9px 9px;
    }

    .b8_cont_slider-texts {
        padding: 0 25px;
    }

    .b8_cont_slider-texts p {
        font-size: 12px;
        line-height: 18px;
    }

    .b8_cont_slider-texts button {
        font-size: 12px;
        width: 100%;
        height: 42px;
        margin: 1px 0 24px;
    }

    .b8_cont_slider-texts .btn-def .speaker_icon {
        top: 13px;
    }

    .b8_cont_slider .owl-dots {
        margin: 60px 50px 0;
    }

    .b8_cont_slider .owl-dots .owl-dot {
        margin-right: 10px;
    }

    .b8_cont_slider .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
    }

    .b8_cont_slider .owl-nav {
        bottom: 32px;
    }

    .b8_cont_slider .owl-nav [class*=owl-] {
        width: 33px;
        height: 33px;
    }

    .b8_cont_slider .owl-nav .owl-prev {
        left: 0;
    }

    .b8_cont_slider .owl-nav .owl-prev:before {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 80%;
    }

    .b8_cont_slider .owl-nav .owl-next {
        right: 0;
    }

    .b8_cont_slider .owl-nav .owl-next:before {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 80%;
    }

    .b8_cont_right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 30px 0 0 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .b8_cont_right p {
        font-size: 11px;
        line-height: 18px;
        margin: 5px 7px 0 19px;
    }

    .b8_cont_right span {
        font-size: 58px;
        font-weight: 300;
    }

    .b7_slider.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .list_logo {
        margin-top: 52px;
    }

    .list_logo div {
        width: 25%;
        margin: 0 1.5% 10px;
    }

    .list_logo div picture {
        display: block;
        margin: 0 auto;
    }

    .list_logo div img {
        display: block;
        width: 60%;
        margin: 0 auto;
    }

    .maps_container {
        position: static;
        width: 290px;
        height: 340px;
        margin: 20px auto 57px;
        padding: 28px 15px 0 64px;
        -webkit-border-radius: 0 15px 0 15px;
        border-radius: 0 15px 0 15px;
    }

    .maps_container .r-title {
        font-size: 21px;
        line-height: 30px;
    }

    .maps_container ul {
        margin: 17px 0 0;
    }

    .maps_container ul li {
        margin-bottom: 14px;
        margin-left: 0;
    }

    .maps_container ul li p {
        font-size: 14px;
        line-height: 23px;
    }

    .maps_container ul li p:before {
        top: 9px;
        left: -46px;
    }

    .maps_container ul li .phones {
        font-size: 21px;
    }

    .maps_container ul li .phones:before {
        top: 0;
        left: -47px;
    }

    .maps_container ul li .mail {
        font-size: 15px;
    }

    .maps_container ul li .mail:before {
        top: -10px;
        left: -45px;
    }

    .block_9 iframe {
        position: relative;
        height: 342px;
    }

    .block_9 .container_maps {
        position: relative;
        height: 342px;
    }

    .block_9 .container_maps:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
    }

    .block_10 {
        padding: 30px 0 25px;
    }

    .b10_cont .logo {
        width: 80px;
    }

    .b10_cont .logo img {
        width: 100%;
    }

    .b10_link a {
        font-size: 12px;
    }

    .block_thanks {
        height: auto;
        min-height: 800px;
        background-size: cover !important;
    }

    .block_thanks_main {
        padding-top: 50px;
    }

    .d-calculation_item-list {
        padding: 10px 3px 10px 7px;
    }
}

@media (max-width: 590px) {
    .btn-def--access {
        position: relative;
    }

    .info_product {
        margin-top: 50px;
    }

    .pogons {
        position: relative;
        top: 5px;
        right: 0;
    }

    .b3_right .img_cat {
        position: static;
    }

    .btn-def--download {
        float: none;
        margin: 0 auto;
    }

    .block_3 {
        padding: 50px 0;
    }

    .b8_cont {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .b8_cont_right {
        width: 100%;
        border: 0;
    }

    .block_5 .b5_img {
        width: 100%;
    }

    .block_5 .b5_img img {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .block_5 .b5_img {
        left: 0;
    }

    .info_product {
        float: right;
        margin: 35px 50px 0 4px;
    }

    .pogons {
        width: 100%;
    }
}
