@charset "UTF-8";

*,
:after,
:before {
    box-sizing: border-box
}

body {
    background: #fff;
    color: #474552;
    display: flex;
    flex-direction: column;
    font: 18px/1.5 Proxima Nova, sans-serif;
    margin: 0;
    padding: 0;
    position: relative
}

body.hide-scroll {
    overflow: hidden
}

button,
input,
select,
textarea {
    font-family: Proxima Nova, sans-serif
}

*,
:focus,
:hover {
    outline: none
}

aside,
h1,
h2,
h3,
p,
ul {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

.container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 50px;
    width: 1440px
}

.container._full-width {
    padding-left: 0;
    padding-right: 0
}

.hide {
    display: none
}

@media (max-width:1279px) {
    .container {
        padding: 0 30px;
        width: 100%
    }
}

@media (max-width:767px) {
    .container {
        padding: 0 10px
    }

    .no-mobile-block {
        display: none !important
    }
}

@media (min-width:768px) {
    .is-mobile-block {
        display: none !important
    }
}

h1 {
    color: #474552;
    font-size: 105px;
    line-height: 1
}

@media (max-width:1919px) {
    h1 {
        font-size: 95px
    }
}

@media (max-width:1439px) {
    h1 {
        font-size: 78px
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 50px
    }
}

h2 {
    color: #474552;
    font-size: 58px;
    font-weight: 700;
    line-height: 110%
}

@media (max-width:1919px) {
    h2 {
        font-size: 52px
    }
}

@media (max-width:1439px) {
    h2 {
        font-size: 46px
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 32px
    }
}

h3 {
    color: #474552;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2
}

@media (max-width:767px) {
    h3 {
        font-size: 18px
    }
}

h4 {
    color: #474552;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3
}

@media (max-width:767px) {
    h4 {
        font-size: 18px
    }
}

a,
a:hover,
a:visited:hover {
    color: #625e77;
    text-decoration: none
}

a:visited {
    color: #625e77
}

.flex {
    display: flex
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/ProximaNova-Extrabld.eot);
    src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url(../fonts/ProximaNova-Extrabld.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Extrabld.woff) format("woff"), url(../fonts/ProximaNova-Extrabld.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ProximaNova-Regular.eot);
    src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url(../fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Regular.woff) format("woff"), url(../fonts/ProximaNova-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url(../fonts/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Semibold.woff) format("woff"), url(../fonts/ProximaNova-Semibold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ProximaNova-Bold.eot);
    src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url(../fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Bold.woff) format("woff"), url(../fonts/ProximaNova-Bold.ttf) format("truetype")
}

.breadcrumbs {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 40px
}

.breadcrumbs__item a {
    color: #c6c5d1;
    transition: color .3s
}

.breadcrumbs__seporator {
    color: #c6c5d1;
    padding: 0 5px
}

.similar-cards {
    padding-bottom: 80px;
    padding-top: 80px
}

.similar-cards__items {
    margin-top: 50px
}

.popup {
    background: #fff;
    border-radius: 10px;
    padding: 50px 60px;
    position: relative;
    width: 670px
}

.popup__wrapper {
    align-items: center;
    background: rgba(71, 69, 82, .8);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 50px;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    visibility: hidden;
    z-index: 1001
}

.popup__wrapper._show {
    opacity: 1;
    visibility: visible
}

.popup__close {
    background: url(../images/dest/icons/icon-close.svg) no-repeat 50%;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 24px
}

.form__row+.form__row {
    margin-top: 20px
}

.form__title {
    margin-bottom: 30px
}

.form__btn {
    margin-top: 35px;
    text-align: center
}

.form__errors {
    background: #ffe6e5;
    border-radius: 3px;
    color: #ff0600;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: -18px;
    padding: 7px 20px 7px 40px;
    position: relative
}

.form__errors:empty {
    display: none
}

.form__errors:before {
    background: url(../images/dest/icons/icon-info.svg) no-repeat 50%;
    content: "";
    height: 24px;
    left: 8px;
    position: absolute;
    top: 3px;
    width: 24px
}

.form .checkbox>label {
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 120%
}

@media (max-width:1279px) {
    .breadcrumbs {
        margin-bottom: 30px
    }

    .similar-cards {
        padding-bottom: 80px;
        padding-top: 50px
    }

    .similar-cards__items {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .breadcrumbs {
        display: none
    }

    .similar-cards {
        padding-bottom: 40px;
        padding-top: 30px
    }

    .similar-cards__title {
        font-size: 32px;
        line-height: 120%
    }

    .similar-cards__items {
        margin-top: 40px
    }

    .popup {
        background: #fff;
        border-radius: 0;
        padding: 26px 10px 40px;
        width: 100%
    }

    .popup__wrapper {
        display: block;
        padding: 0
    }

    .popup__close {
        right: 25px;
        top: 25px
    }

    .form__title {
        font-size: 20px;
        padding-right: 50px
    }
}

.input-field {
    height: 60px;
    position: relative
}

.input-field__clear {
    background: url(../images/dest/icons/clear.svg) no-repeat 50%;
    cursor: pointer;
    display: none;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 18px;
    width: 24px;
    z-index: 2
}

.input-field input {
    border: 1px solid #dedde6;
    border-radius: 10px;
    box-sizing: border-box;
    color: #474552;
    font-size: 18px;
    height: 100%;
    line-height: 150%;
    padding: 16px 50px 16px 20px;
    transition: border-color .3s;
    width: 100%
}

.input-field input::-moz-placeholder {
    color: #8c8a97
}

.input-field input:-ms-input-placeholder {
    color: #8c8a97
}

.input-field input::placeholder {
    color: #8c8a97
}

.input-field input:focus {
    border-color: #625e77
}

.input-field input._error {
    border-color: #ff0600
}

.input-field input:not(:-moz-placeholder-shown)+.input-field__clear {
    display: block
}

.input-field input:not(:-ms-input-placeholder)+.input-field__clear {
    display: block
}

.input-field input:not(:placeholder-shown)+.input-field__clear {
    display: block
}

.textarea-field textarea {
    border: 1px solid #dedde6;
    border-radius: 10px;
    box-sizing: border-box;
    color: #474552;
    display: block;
    font-size: 18px;
    height: 140px;
    line-height: 150%;
    min-height: 100px;
    padding: 16px 20px;
    resize: vertical;
    transition: border-color .3s;
    width: 100%
}

.textarea-field textarea._error {
    border-color: #ff0600
}

.textarea-field textarea::-moz-placeholder {
    color: #8c8a97
}

.textarea-field textarea:-ms-input-placeholder {
    color: #8c8a97
}

.textarea-field textarea::placeholder {
    color: #8c8a97
}

.textarea-field textarea:focus {
    border-color: #625e77
}

.select-field .choices[data-type*=select-one]:after {
    background: url(../images/dest/icons/dropdown-arrow.svg) no-repeat 50%;
    border: 0;
    height: 24px;
    margin-top: -12px;
    right: 20px;
    width: 24px
}

.select-field .choices[data-type*=select-one] .choices__inner {
    padding-right: 45px
}

.select-field .choices {
    font-size: 18px
}

.select-field .choices__inner {
    background: #fff;
    border: 1px solid #dedde6;
    border-radius: 10px;
    font-size: 18px;
    min-height: 60px;
    padding: 16px 20px
}

.select-field .choices__inner .choices__list {
    padding: 0
}

.select-field .choices__placeholder {
    color: #8c8a97;
    opacity: 1
}

.select-field .choices__list--dropdown {
    background: #fff;
    border: 1px solid #dedde6;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    margin-top: 10px;
    z-index: 4
}

.select-field .choices__list--dropdown .choices__list {
    max-height: 400px;
    padding-bottom: 12px;
    padding-top: 11px
}

.select-field .choices__list--dropdown .choices__item {
    font-size: 18px;
    line-height: 150%;
    padding: 8px 19px 7px
}

.select-field .choices__list--dropdown .choices__item.is-highlighted {
    background: #f8f8f8
}

.checkbox-list .checkbox+.checkbox {
    margin-top: 25px
}

.checkbox>label, .radio>label {
    color: #474552;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 50px;
    position: relative;
    vertical-align: top
}

.checkbox>label:after, .radio>label:after {
    background: #fff;
    border: 2px solid #dedde6;
    border-radius: 3px;
    box-sizing: border-box;
    content: "";
    height: 20px;
    left: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    transition: border-color .3s, background-color .3s;
    width: 20px
}

.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.checkbox input[type=checkbox]:checked:not(:disabled)+label:after,
.checkbox input[type=radio]:checked:not(:disabled)+label:after,
.radio input[type=checkbox]:checked:not(:disabled)+label:after,
.radio input[type=radio]:checked:not(:disabled)+label:after {
    background: url(../images/dest/icons/icon-checkbox.svg) no-repeat 50% #ff0600;
    border-color: transparent
}

.checkbox input[type=checkbox]:disabled+label,
.checkbox input[type=radio]:disabled+label,
.radio input[type=checkbox]:disabled+label,
.radio input[type=radio]:disabled+label {
    cursor: default;
    opacity: .5
}

.radio>label:after {
    border-radius: 50%
}

.header {
    left: 0;
    padding: 25px 50px 0;
    position: absolute;
    top: 0;
    transition: padding-left .2s ease-in-out, padding-right .2s ease-in-out;
    width: 100%;
    z-index: 1000
}

.header.active-search {
    height: auto
}

.header.active-search .header__search_content {
    display: flex;
    width: 100%
}

.header.fixed {
    padding: 0;
    position: fixed
}

.header.fixed .header__container {
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px 0 #000
}

.header.fixed.active-search {
    background: #fff;
    box-shadow: 0 0 10px 0 #000;
    height: auto
}

.header.fixed.active-search .header__container {
    border-radius: 0;
    box-shadow: none;
    transition: none
}

.header.fixed.active-search .header__search_content {
    border-radius: 0;
    left: 20px;
    padding: 0 20px;
    top: 65px;
    width: calc(100% - 40px)
}

.header__container {
    align-items: center;
    background: hsla(0, 0%, 100%, .85);
    border-radius: 10px;
    display: flex;
    padding: 20px;
    transition: border-radius .2s ease-in-out, box-shadow .2s ease-in-out;
    width: 100%
}

.header__container.active-search {
    background: #fff;
    transition: box-shadow .2s ease-in-out
}

.header__container.active-search .header__items,
.header__container.active-search .header__logo,
.header__container.active-search .header__menu {
    display: none
}

.header__container.active-search .header__search {
    flex: 1 1 auto
}

.header__container.active-search .header__search_input {
    display: block
}

.header__menu {
    display: none
}

.header__logo {
    font-size: 0;
    margin: 0 20px 0 0;
    outline: none;
    text-decoration: none
}

.header__logo a {
    align-items: center;
    display: flex;
    justify-content: center
}

.header__logo a {
    display: block;
}

.header__logo a img {
	width: 230px;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.header__items {
    align-items: center;
    display: flex;
    margin-left: auto
}

.header__item {
    margin: 0 60px 0 0
}

.header__item.mobile {
    display: none
}

.header__item_content>a {
    color: #474552;
    font-size: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    outline: none;
    text-decoration: none
}

.header__item_content>a:hover {
    color: #ff0600
}

.header__search_container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header__search_input {
    border: 0;
    color: #474552;
    display: none;
    flex: 1 1 auto;
    font: inherit;
    line-height: 35px;
    margin: 0 20px 0 0;
    outline: none;
    padding: 0 20px
}

.header__search_btn {
    align-items: center;
    background: #f8f8f8;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    font-size: 0;
    height: 35px;
    justify-content: center;
    overflow: hidden;
    width: 50px
}

.header__search_icon {
    background: url(../images/dest/icons/icon-search.svg) no-repeat 50%/contain;
    height: 24px;
    width: 24px
}

.header__search_icon.active-search {
    background: url(../images/dest/icons/icon-close.svg) no-repeat 50%/contain
}

.header__search_content {
    align-items: flex-start;
    background: #fff;
    border-radius: 0 0 10px 10px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    left: 50px;
    padding: 0 20px;
    width: calc(100% - 100px)
}

.header__search_recent {
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 0 30px;
    max-height: 134px;
    overflow-y: auto;
    padding: 10px 50px 10px 0
}

.header__search_recent::-webkit-scrollbar {
    display: none
}

.header__search_recent-items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.header__search_recent-item {
    align-items: center;
    background: #fafafa;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0 10px 10px 0;
    padding: 10px 15px
}

.header__search_results {
    overflow-y: auto;
    width: 100%
}

.header__search_results-items {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.header__search_results-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
    width: 100%
}

.header__search_results-item--image {
    align-items: center;
    background: #fafafa;
    border-radius: 10px;
    display: flex;
    font-size: 0;
    height: 50px;
    justify-content: center;
    margin: 0 20px 0 0;
    padding: 5px;
    width: 50px
}

.header__search_results-item--image picture,
.header__search_results-item--image picture img {
    display: block;
    height: auto;
    width: 100%
}

.header__search_results-item--title {
    color: #474552;
    text-decoration: none
}

@media (max-width:1279px) {
    .header {
        padding: 20px 30px 0
    }

    .header.active {
        height: 100vh;
        overflow: hidden
    }

    .header.active,
    .header.active-search {
        background: #fff;
        max-height: 100vh
    }

    .header.active-search .header__search_container:before {
        background: url(../images/dest/icons/icon-search.svg) no-repeat 50%/contain;
        content: "";
        height: 24px;
        left: 20px;
        opacity: .5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        z-index: 2
    }

    .header.active-search .header__search_btn {
        background: none;
        border-radius: 0
    }

    .header.fixed.active .header__container {
        border-radius: 0;
        box-shadow: none;
        transition: none
    }

    .header.fixed.active .header__items {
        height: calc(100vh - 60px);
        top: 60px
    }

    .header.fixed.active-search {
        max-height: 100vh
    }

    .header.fixed.active-search .header__search_content {
        top: 60px
    }

    .header.fixed.active-search .header__search_results {
        max-height: calc(100vh - 224px)
    }

    .header__container {
        display: flex;
        justify-content: space-between;
        padding: 15px 20px
    }

    .header__container.active {
        background: #fff
    }

    .header__container.active .header__search {
        visibility: hidden
    }

    .header__menu {
        display: block
    }

    .header__menu_content {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 24px;
        justify-content: center;
        width: 24px
    }

    .header__menu_btn {
        background: url(../images/dest/icons/icon-menu.svg) no-repeat 50%/contain;
        height: 100%;
        width: 100%
    }

    .header__menu.active .header__menu_btn {
        background: url(../images/dest/icons/icon-close.svg) no-repeat 50%/contain
    }

    .header__logo {
        margin: 0 20px
    }

    .header__logo a img {
        display: block;
        height: 20px
    }

    .header__items {
        scrollbar-width: none;
        -ms-overflow-style: none;
        background: #fff;
        display: none;
        height: calc(100vh - 90px);
        left: 0;
        margin: 0;
        overflow-y: auto;
        padding: 40px 30px;
        position: absolute;
        top: 90px;
        width: 100%
    }

    .header__items::-webkit-scrollbar {
        display: none
    }

    .header__items.active {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

    .header__item {
        margin: 0 0 35px
    }

    .header__item.mobile {
        display: block
    }

    .header__item.categories {
        display: none
    }

    .header__item_content>a {
        font-size: 24px;
        font-weight: 400
    }

    .header__search_container {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative
    }

    .header__search_input {
        background: #f8f8f8;
        border: 0;
        border-radius: 30px;
        color: #474552;
        display: none;
        flex: 1 1 auto;
        font: inherit;
        line-height: 40px;
        margin: 0 20px 0 0;
        outline: none;
        padding: 0 20px 0 54px;
        position: relative;
        width: 100%;
        z-index: 1
    }

    .header__search_btn {
        align-items: center;
        background: #f8f8f8;
        border-radius: 30px;
        cursor: pointer;
        display: flex;
        font-size: 0;
        height: 40px;
        justify-content: center;
        overflow: hidden;
        width: 50px
    }

    .header__search_icon {
        background: url(../images/dest/icons/icon-search.svg) no-repeat 50%/contain;
        height: 24px;
        width: 24px
    }

    .header__search_icon.active-search {
        background: url(../images/dest/icons/icon-close.svg) no-repeat 50%/contain
    }

    .header__search_content {
        border-radius: 0;
        padding: 20px 30px 0 0;
        width: calc(100% - 60px)
    }

    .header__search_results {
        max-height: calc(100vh - 254px)
    }

    .header__search_results-item {
        justify-content: space-between;
        position: relative
    }

    .header__search_results-item+.header__search_results-item {
        border-top: 1px solid #dedde6
    }

    .header__search_results-item--image {
        margin: 0 0 0 20px;
        order: 2
    }

    .header__search_results-item--title {
        order: 1
    }
}

@media (max-width:767px) {
    .header {
        padding: 15px 10px 0
    }

    .header.fixed .header__container {
        padding: 5px 20px
    }

    .header.fixed.active-search .header__container {
        padding: 20px 20px 10px
    }

    .header.fixed.active-search .header__search_content {
        left: 10px;
        padding: 0;
        top: 75px !important;
        width: calc(100% - 20px)
    }

    .header.fixed.active .header__items {
        height: calc(100vh - 50px);
        top: 50px
    }

    .header.fixed.active-search .header__search_content {
        top: 50px
    }

    .header.fixed.active-search .header__search_results {
        max-height: calc(100vh - 214px)
    }

    .header__container {
        padding: 10px 20px
    }

    .header__container.active-search {
        padding: 10px
    }

    .header__logo {
        margin: 0 10px
    }

    .header__logo a img {
        display: block;
        height: 14px;
    }

    .header__items {
        height: calc(100vh - 75px);
        padding: 20px 10px;
        top: 75px
    }

    .header__item {
        margin: 0 0 30px
    }

    .header__item.categories {
        display: block;
        margin: 0 -10px 30px
    }

    .header__item_title {
        color: #474552;
        font-size: 58px;
        font-weight: 700;
        line-height: 110%;
        margin: 0 10px 30px;
        text-align: left
    }
}

@media (max-width:767px) and (max-width:1919px) {
    .header__item_title {
        font-size: 52px
    }
}

@media (max-width:767px) and (max-width:1439px) {
    .header__item_title {
        font-size: 46px
    }
}

@media (max-width:767px) and (max-width:767px) {
    .header__item_title {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .header__item_list {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .header__item_list .list__item {
        align-items: center;
        background: #f8f8f8;
        border-radius: 5px;
        display: flex;
        flex: 0 1 calc(50% - 20px);
        font-size: 14px;
        font-weight: 600;
        height: 61px;
        justify-content: flex-start;
        margin: 0 10px 10px;
        overflow: hidden;
        padding: 0 10px 0 0
    }

    .header__item_list .list__item_image {
        border-radius: 5px;
        flex-shrink: 2;
        height: 100%;
        overflow: hidden;
        width: 61px
    }

    .header__item_list .list__item_image picture {
        display: block;
        height: 100%
    }

    .header__item_list .list__item_image picture img {
        display: block;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .header__item_list .list__item_title {
        flex-shrink: 0;
        margin: 0 0 0 12px;
        max-width: 85px;
        min-width: 85px
    }

    .header__search_content {
        left: 10px;
        padding: 0;
        top: 75px;
        width: calc(100% - 20px)
    }

    .header__search_recent {
        max-height: 120px
    }

    .header__search_results {
        overflow: inherit
    }

    .header__search_results-items {
        margin-right: -8px;
        max-height: calc(100vh - 239px);
        overflow-y: auto;
        padding-right: 8px
    }
}

.btn {
    align-items: center;
    background: #ff0600;
    border: 0;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    letter-spacing: .03em;
    line-height: 24px;
    min-width: 260px;
    padding: 18px 40px;
    text-transform: uppercase;
    transition: background-color .3s
}

.btn:hover {
    background: #df0500;
    color: #fff
}

.btn__text {
    text-align: center
}

.btn.btn-arrow .btn__text {
    min-width: 140px
}

.btn.btn-arrow .btn__icon {
    background: url(../images/dest/icons/button-arrow.svg) no-repeat 50%;
    background-size: contain;
    height: 20px;
    margin-left: 12px;
    width: 20px
}

.btn.btn-blocks .btn__icon {
    background: url(../images/dest/icons/button-blocks.svg) no-repeat 50%;
    background-size: contain;
    height: 16px;
    margin-right: 12px;
    width: 16px
}

.btn.btn-play .btn__icon {
    background: url(../images/dest/icons/button-play.svg) no-repeat 50%;
    background-size: contain;
    height: 13px;
    margin-right: 12px;
    width: 11px
}

a.btn,
a.btn:hover {
    color: #fff
}

.btn-arrow-link {
    background: transparent;
    border: 0;
    color: #ff0600;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 120%;
    padding: 0;
    text-transform: uppercase;
    transition: color .3s
}

.btn-arrow-link svg {
    margin-left: 14px
}

.btn-arrow-link svg path {
    fill: #ff0600;
    transition: fill .3s
}

.btn-arrow-link:hover {
    color: #df0500
}

.btn-arrow-link:hover svg path {
    fill: #df0500
}

@media (max-width:767px) {
    .btn-arrow-link {
        font-size: 14px
    }
}

.grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px
}

.grid._6-cols .grid__item {
    width: 16.6666%
}

.grid._4-cols .grid__item {
    width: 25%
}

.grid__item {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 33.3333%
}

.grid__item>* {
    height: 100%
}

@media (max-width:1279px) {
    .grid._6-cols .grid__item {
        width: 33.3333%
    }

    .grid__item {
        width: 50%
    }
}

@media (max-width:1279px) and (min-width:768px) {
    .grid.hide-last-odd-item .grid__item:nth-child(3) {
        display: none
    }
}

@media (max-width:767px) {
    .grid {
        margin-left: -8px;
        margin-right: -8px
    }

    .grid.hide-last-odd-item-mobile .grid__item:nth-child(3) {
        display: none
    }

    .grid._4-cols .grid__item,
    .grid._6-cols .grid__item {
        width: 50%
    }

    .grid__item {
        margin-bottom: 16px;
        padding: 0 8px;
        width: 50%
    }
}

.tabs__items {
    margin-bottom: 40px
}

.tabs__items._center {
    display: flex;
    justify-content: center
}

.tabs__items_inner {
    border-bottom: 1px solid #dedde6;
    display: flex
}

.tabs__content_block {
    display: none
}

.tabs__content_block._active {
    display: block
}

.tab {
    border-bottom: 3px solid transparent;
    color: #908f94;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: -1px;
    padding-bottom: 20px;
    transition: color .3s
}

@media (max-width:767px) {
    .tab {
        font-size: 18px
    }
}

.tab+.tab {
    margin-left: 80px
}

.tab._active {
    border-color: #ff0600
}

.tab._active,
.tab:hover {
    color: #ff0600
}

@media (max-width:767px) {
    .tabs__items {
        margin-bottom: 30px
    }

    .tabs__items_inner {
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }

    .tabs__items._center {
        max-width: 100%
    }

    .tab+.tab {
        font-size: 17px;
        margin-left: 25px
    }
}

@media (max-width:360px) {
    .tab+.tab {
        font-size: 15px;
        margin-left: 20px
    }
}

.banner {
    background: none no-repeat 50%;
    background-size: cover;
    height: 520px;
    padding-top: 180px
}

.banner._white .banner__text,
.banner._white .banner__title {
    color: #fff
}

.banner__title, .articles-banner__title, .contacts__title {
	font-size: 46px;
}
.test__form h1 {
	font-size: 46px;
	margin-bottom: 10px;
	text-align: center;
}
@media (max-width:450px) {
	.test__form h1 {
		font-size: 26px;
	}
}

.banner__image {
    background: none no-repeat 50%;
    background-size: cover;
    display: none
}

.banner__inner {
    padding-left: 36px
}

.banner__texts {
    max-width: 500px
}

.banner__text {
    color: #474552;
    font-size: 16px;
    line-height: 150%;
    margin-top: 20px;
    max-width: 400px
}

.articles-banner {
    background: none no-repeat 50%;
    background-size: cover;
    height: 520px;
    padding-top: 180px
}

.articles-banner._white .articles-banner__text,
.articles-banner._white .articles-banner__title {
    color: #fff
}

.articles-banner__inner {
    padding-left: 36px
}

.articles-banner__texts {
    max-width: 500px
}

.articles-banner__text {
    color: #474552;
    font-size: 16px;
    line-height: 150%;
    margin-top: 20px;
    max-width: 400px
}

.inner-banner {
    border-radius: 10px;
    color: #fff;
    min-height: 570px;
    padding: 80px 70px;
    position: relative
}

.inner-banner:before {
    background: linear-gradient(180deg, #000 -50%, rgba(45, 45, 45, 0) 100%);
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.inner-banner__content {
    position: relative;
    z-index: 2
}

.inner-banner__title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    max-width: 550px
}

.inner-banner__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 20px;
    max-width: 500px
}

.inner-banner__btn {
    margin-top: 50px
}

.main-banner {
    background: none no-repeat center 50%/cover;
    /* height: 720px; */
    margin-bottom: 335px;
    /* padding-top: 265px; */
    padding-top: 165px;
    position: relative;
    /* padding-right: 50px; */
    /* padding-left: 50px; */
}

.main-banner__background {
    background: rgba(71, 69, 82, .3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.main-banner .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    /* width: 100%; */
    /* max-width: 1500px; */
}

.main-banner .content_upper {
  display: flex;
  justify-content: space-between;
}

.main-banner .content_upper img {
  width: 100%;
}

.main-banner__title {
    /* color: #fff; */
    color: #ff0600;
    /* font-size: 105px; */
    font-size: 90px;
    line-height: 1;
    /* text-align: center; */
    /* width: 1160px; */
    width: 500px;

    padding-top: 80px;
}

.main-banner .content_lower {
  display: flex;
}

.main-banner .content_lower div {
  display: flex;
  align-items: flex-start;
  width: 33%;
  padding-right: 50px;
  padding-bottom: 20px;
}
.main-banner .content_lower div:last-of-type {
  padding-right: 0px;
}

.main-banner .content_lower img {
  width: 60px;
  height: auto;
  margin-right: 10px;
  margin-top: 6px;
}

.main-banner .content_lower p {

}

.main-banner .content_lower_snoska {
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 11px;
}

.snoska {
  font-size: 12px;
}

.snoska p {
  font-size: 12px;
}

@media (max-width:1919px) {
    .main-banner__title {
        /* font-size: 95px */
    }
}

@media (max-width:1650px) {
    .main-banner__title {
        font-size: 90px
    }
}

@media (max-width:1439px) {
    .main-banner__title {
        font-size: 78px
        /* font-size: 90px; */
    }
}

@media (max-width:1279px) {
    .main-banner__title {
        font-size: 60px
    }
}

@media (max-width:1024px) {
  .main-banner__title {
    padding-bottom: 30px;
  }
}

@media (max-width:767px) {
    .main-banner__title {
        font-size: 50px
    }
}

@media (max-width:1279px) {
    .banner {
        height: auto;
        /* min-height: 400px; */
        padding-bottom: 80px;
        padding-top: 180px
    }

    .articles-banner {
        height: auto;
        padding-bottom: 130px;
        padding-top: 130px
    }

    .inner-banner {
        min-height: 0
    }

    .main-banner {
        height: auto;
        margin-bottom: 335px;
        /* padding-bottom: 265px; */
        /* padding-top: 265px */
        padding-bottom: 40px;
    }

    .main-banner__title {
        /* max-width: 850px; */
        /* width: 100% */
    }

    .main-banner .content_lower div {
      padding-right: 20px;
    }
}

@media (max-width:1024px) {
  .main-banner {
    padding-top: 100px;
  }

  .main-banner .content_upper,
  .main-banner .content_lower {
    flex-direction: column;
  }

  .main-banner .content_lower div {
    width: 100%;
    padding-right: 0px;
  }
}

@media (max-width:767px) {
    .banner {
        background: none !important;
        height: auto;
        min-height: 0;
        padding: 0
    }

    .banner .container {
        background-color: #fff;
        border-radius: 20px
    }

    .banner._white .banner__text,
    .banner._white .banner__title {
        color: #474552
    }

    .banner__image {
        display: block;
        height: 250px;
        margin-bottom: -50px
    }

    .banner__texts {
        width: 100%
    }

    .banner__inner {
        padding-left: 0;
        padding-top: 30px
    }

    .banner__text {
        font-size: 18px
    }

    .articles-banner {
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: flex-end;
        min-height: 130px;
        padding: 18px 0;
        position: relative
    }

    .articles-banner:before {
        background: linear-gradient(1turn, rgba(45, 45, 45, .4), rgba(45, 45, 45, .1) 50%, rgba(45, 45, 45, 0));
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }

    .articles-banner__inner {
        padding-left: 0;
        position: relative;
        z-index: 2
    }

    .articles-banner__title {
        color: #fff;
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 0
    }

    .articles-banner__text {
        display: none
    }

    .inner-banner {
        background: none !important;
        border-radius: 0;
        color: #474552;
        min-height: 0;
        padding: 0;
        text-align: center
    }

    .inner-banner:before {
        display: none
    }

    .inner-banner__image {
        background: none no-repeat 50%;
        background-size: cover;
        display: block;
        height: 250px;
        margin-left: -10px;
        margin-right: -10px;
		margin-bottom: 20px;
    }

    .inner-banner__text {
        font-size: 18px;
        font-weight: 600;
        line-height: 150%;
        margin-top: 12px;
        max-width: 100%
    }

    .inner-banner__btn {
        margin-top: 40px
    }

    .product__banner .inner-banner__title {
        color: #474552;
        font-size: 24px;
        line-height: 130%;
        max-width: 100%;
        padding-top: 30px
    }

    .main-banner {
        height: auto;
        margin-bottom: 0;
        /* padding-bottom: 150px; */
        /* padding-top: 200px */
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-banner__title {
        /* max-width: 355px */
      width: 100%;
      padding-top: 60px;
    }

    .main-banner .content_upper img {
      padding-bottom: 20px;
    }
}

.product-card {
    background: #f8f8f8;
    border-radius: 10px;
    color: #625e77;
    display: block;
    padding: 36px 26px
}

.product-card__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 24px;
    line-height: 120%;
    overflow: hidden;
    text-align: center
}

.product-card__title_wrap {
    height: 58px;
    margin-top: 20px
}

.product-card__image,
.product-card__title_wrap {
    align-items: center;
    display: flex;
    justify-content: center
}

.product-card__image {
    height: 300px;
    width: 100%
}

.product-card__image img {
    max-height: 100%;
    max-width: 100%
}

@media (max-width:767px) {
    .product-card {
        padding: 20px 16px
    }

    .product-card__title {
        font-size: 18px;
        line-height: 150%
    }

    .product-card__title_wrap {
        height: 54px;
        margin-top: 16px
    }

    .product-card__image {
        height: 130px
    }
}

.article-card:hover .article-card__title {
    color: #ff0600
}

.article-card:hover .article-card__btn {
    opacity: 1
}

.article-card__image {
    background: none no-repeat 50%;
    background-size: cover;
    border-radius: 10px;
    height: 400px
}

.article-card__texts {
    margin-top: 30px;
    padding-right: 30px
}

.article-card__title {
    margin-bottom: 15px;
    transition: color .3s
}

.article-card__text {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.article-card__btn {
    margin-top: 9px;
    opacity: .5;
    transition: opacity .3s
}

@media (max-width:1279px) {
    .article-card__btn {
        opacity: 1
    }
}

@media (max-width:767px) {
    .article-card {
        display: flex
    }

    .article-card__image {
        flex-shrink: 0;
        height: 135px;
        margin-right: 20px;
        width: 135px
    }

    .article-card__texts {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        padding: 10px 0
    }

    .article-card__title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden
    }

    .article-card__text {
        display: none
    }

    .article-card__btn {
        margin-top: auto;
        opacity: 1
    }
}

.vitamin {
    align-items: center;
    border: 1px solid #dedde6;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 20px
}

.vitamin__image {
    height: 80px;
    line-height: 0;
    margin-bottom: 15px;
    width: 80px
}

.vitamin__image img {
    max-height: 100%;
    max-width: 100%
}

.vitamin__name {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 10px;
    text-align: center
}

.vitamin__organs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: auto;
    width: calc(100% + 20px)
}

.vitamin__organ {
    height: 24px;
    margin: 10px 4px 0;
    position: relative;
    width: 24px
}

.vitamin__organ:hover .vitamin__organ_title {
    display: block
}

.vitamin__organ_title {
    background: #fff;
    border-radius: 6px;
    bottom: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    color: #474552;
    display: none;
    font-size: 14px;
    left: 25px;
    line-height: 110%;
    padding: 5px 8px;
    position: absolute;
    z-index: 2
}

@media (max-width:767px) {
    .vitamin__organ_title {
        display: none !important
    }
}

.promo-card {
    background: #f9f9f9;
    border-radius: 10px;
    display: flex;
    flex-direction: column
}

.promo-card:hover .promo-card__title {
    color: #ff0600
}

.promo-card__image {
    background: none no-repeat 50%;
    background-size: cover;
    border-radius: 10px;
    flex-shrink: 0;
    height: 250px
}

.promo-card__texts {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    padding: 30px 20px
}

.promo-card__date {
    color: #625e77;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 5px
}

.promo-card__title {
    margin-bottom: 15px;
    transition: color .3s
}

.promo-card__text,
.promo-card__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.promo-card__btn {
    margin-top: auto;
    padding-top: 20px
}

@media (max-width:767px) {
    .promo-card__image {
        height: 200px
    }

    .promo-card__texts {
        min-height: 200px;
        padding: 20px 10px 26px
    }

    .promo-card__date {
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 6px
    }

    .promo-card__title {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 12px
    }

    .promo-card__text {
        color: #8c8a97;
        font-size: 14px;
        line-height: 120%
    }
}

.main .main__section_swiper {
    bottom: 120px;
    display: block;
    padding-top: 395px;
    position: absolute;
    width: 100%;
    z-index: 2
}

.main .main__section_swiper.hidden {
    display: none
}

.main .main__section .swiper-container {
    height: 395px;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    padding-top: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.main .main__section .swiper-container .swiper-slide {
    align-items: flex-end;
    cursor: pointer;
    display: flex;
    height: 395px;
    justify-content: flex-start;
    max-height: 335px;
    outline: none;
    overflow: hidden;
    padding: 15px 27px;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    width: 335px;
    z-index: 2
}

.main .main__section .swiper-container .swiper-slide:after {
    background: linear-gradient(1turn, #474552 -23.17%, rgba(71, 69, 82, 0) 50%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s linear;
    width: 100%;
    z-index: 2
}

.main .main__section .swiper-container .swiper-slide:hover {
    border-radius: 10px;
    max-height: 395px;
    padding: 45px 27px;
    transform: translateY(-30px);
    transform-origin: center;
    z-index: 5
}

.main .main__section .swiper-container .swiper-slide:hover:after {
    opacity: 1
}

.main .main__section .swiper-container .swiper-slide:hover .item__background:after {
    opacity: 0
}

.main .main__section .swiper-container .swiper-slide__background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.main .main__section .swiper-container .swiper-slide__background:after {
    background: rgba(71, 69, 82, .3);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .2s linear;
    width: 100%;
    z-index: 2
}

.main .main__section .swiper-container .swiper-slide__background {
    height: 100%;
    width: 100%
}

.main .main__section .swiper-container .swiper-slide__background img {
    height: 395px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    width: 100%
}

.main .main__section .swiper-container .swiper-slide__title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    z-index: 3
}

@media (max-width:767px) {
    .main .main__section .swiper-container .swiper-slide__title {
        font-size: 18px
    }
}

.main .main__section .swiper-container .slider-controls {
    position: absolute;
    top: calc(50% - 16px);
    width: 100%;
    z-index: 2
}

.main .main__section .swiper-container .slider-controls .slider-control {
    align-items: center;
    background: #a1a4b3;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    transition: all .3s;
    width: 32px
}

.main .main__section .swiper-container .slider-controls .slider-control.slider-prev {
    left: 16px
}

.main .main__section .swiper-container .slider-controls .slider-control.slider-next {
    right: 16px;
    transform: rotate(180deg)
}

.main .main__section .swiper-container .slider-controls .slider-control svg {
    fill: #fff;
    height: 10px;
    width: 6px
}

.main .bestsellers {
    position: relative
}

.main .bestsellers__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 -10px;
    position: relative
}

.main .bestsellers__title {
    color: #474552;
    font-size: 58px;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 80px;
    text-align: center;
    width: 100%
}

@media (max-width:1919px) {
    .main .bestsellers__title {
        font-size: 52px
    }
}

@media (max-width:1439px) {
    .main .bestsellers__title {
        font-size: 46px
    }
}

@media (max-width:767px) {
    .main .bestsellers__title {
        font-size: 32px
    }
}

.main .bestsellers__items {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

.main .bestsellers__item {
    align-items: center;
    display: flex;
    flex: 0 1 20%;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 10px
}

.main .bestsellers__item:hover picture {
    transform: scale(1.1)
}

.main .bestsellers__item.mobile {
    display: none
}

.main .bestsellers__item_image {
    font-size: 0;
    height: 244px
}

.main .bestsellers__item_image picture {
    display: flex;
    height: 100%;
    transform: scale(1);
    transition: all .3s ease-in-out
}

.main .bestsellers__item_image img {
    margin: auto;
    max-height: 100%;
    max-width: 100%
}

.main .bestsellers__item_title {
    color: #474552;
    font-size: 24px;
    line-height: 1.4;
    margin-top: 24px;
    text-align: center
}

@media (max-width:1279px) {
    .main .bestsellers__title {
        margin: 0 0 60px
    }

    .main .bestsellers__items {
        flex-wrap: wrap
    }

    .main .bestsellers__item {
        background: #f8f8f8;
        border-radius: 10px;
        flex: 0 1 calc(33.33333% - 20px);
        margin: 0 10px 20px;
        padding: 5px 25px
    }

    .main .bestsellers__item.mobile {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        padding: 20px 25px
    }

    .main .bestsellers__item.mobile .bestsellers__item_title {
        font-weight: 600;
        max-width: 115px;
        padding: 0;
        text-align: left
    }

    .main .bestsellers__item_image {
        height: 160px
    }

    .main .bestsellers__item_title {
        font-size: 16px;
        line-height: 1.3;
        padding-top: 10px
    }

    .main .bestsellers__item_btn {
        margin-top: 30px
    }

    .main .bestsellers .main__section_btn {
        display: none
    }
}

@media (max-width:767px) {
    .main .bestsellers__title {
        margin: 0 0 40px;
        padding: 0 10px
    }

    .main .bestsellers__items {
        flex-wrap: wrap
    }

    .main .bestsellers__item {
        background: #f8f8f8;
        border-radius: 10px;
        flex: 0 1 calc(50% - 20px);
        margin: 0 10px 20px;
        padding: 5px 15px
    }

    .main .bestsellers__item_title {
        margin-top: 0
    }

    .main .bestsellers__item.mobile {
        padding: 20px 7px
    }

    .main .bestsellers__item.mobile .bestsellers__item_title {
        font-weight: 600;
        padding: 0;
        text-align: left
    }

    .main .bestsellers__item_image {
        height: 100px
    }
}

.main .whybest {
    background: #fafafa;
    padding: 100px 0 120px;
    position: relative;
    width: 100%
}

.main .whybest__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 -10px;
    position: relative
}

.main .whybest__title {
    color: #474552;
    font-size: 58px;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 80px;
    text-align: center;
    width: 100%
}

@media (max-width:1919px) {
    .main .whybest__title {
        font-size: 52px
    }
}

@media (max-width:1439px) {
    .main .whybest__title {
        font-size: 46px
    }
}

@media (max-width:767px) {
    .main .whybest__title {
        font-size: 32px
    }
}

.main .whybest__items {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

.main .whybest__item {
    align-items: center;
    display: flex;
    flex: 1 1 20%;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 10px
}

.main .whybest__item_image {
    align-items: center;
    display: flex;
    font-size: 0;
    height: 100px;
    justify-content: center;
    margin: 0 0 60px;
    width: 100px
}

.main .whybest__item_image img,
.main .whybest__item_image picture {
    max-height: 100%;
    max-width: 100%
}

.main .whybest__item_title {
    color: #474552;
    font-size: 24px;
    line-height: 1.4;
    text-align: center
}

.main .whybest__footnote {
    bottom: 0;
    color: #a5a5a5;
    font-size: 15px;
    margin-bottom: -45px;
    position: absolute;
    right: 2px;
    z-index: 11
}

@media (max-width:1279px) {
    .main .whybest {
        padding: 70px 0 40px
    }

    .main .whybest__title {
        margin: 0 0 60px
    }

    .main .whybest__items {
        flex-wrap: wrap;
        justify-content: center
    }

    .main .whybest__item {
        flex: 1 1 calc(33.33333% - 20px);
        margin: 0 10px 60px;
        max-width: calc(33.33333% - 20px)
    }

    .main .whybest__item_image {
        height: 70px;
        margin: 0 0 30px;
        width: 70px
    }

    .main .whybest__item_title {
        font-size: 18px;
        line-height: 1.3
    }
}

@media (max-width:767px) {
    .main .whybest {
        padding: 50px 0 10px
    }

    .main .whybest__title {
        margin: 0 0 40px;
        padding: 0 10px
    }

    .main .whybest__item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px)
    }

    .main .whybest__item:nth-child(4) {
        order: 4
    }

    .main .whybest__item:nth-child(5) {
        order: 3
    }

    .main .whybest__item_image {
        height: 50px;
        width: 50px
    }
}

.main .test {
    align-items: center;
    display: flex;
    height: 832px;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1
}

.main .test .container {
    height: 100%
}

.main .test__background {
    font-size: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.main .test__background:after {
    background: linear-gradient(90deg, #222 -13.66%, rgba(34, 34, 34, 0) 53.48%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.main .test__background picture {
    height: 100%;
    width: 100%
}

.main .test__background picture img {
    height: 832px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 10%;
    object-position: center 10%;
    width: 100%
}

.main .test__container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 1
}

.main .test__title {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 20px;
    text-align: left;
    z-index: 2
}

@media (max-width:1919px) {
    .main .test__title {
        font-size: 52px
    }
}

@media (max-width:1439px) {
    .main .test__title {
        font-size: 46px
    }
}

@media (max-width:767px) {
    .main .test__title {
        font-size: 32px
    }
}

.main .test__title sup {
    font-size: 25px
}

.main .test__description {
    color: #fff;
    text-align: left;
    width: 323px;
    z-index: 2
}

.main .test__footnote {
    bottom: 0;
    color: #474552;
    font-size: 12px;
    left: 0;
    line-height: 1.4em;
    margin-bottom: -100px;
    position: absolute;
    z-index: 11
}

@media (max-width:1919px) {

    .main .test,
    .main .test__background picture img {
        height: 600px
    }
}

@media (max-width:1279px) {
    .main .test {
        height: 500px
    }

    .main .test__background picture img {
        height: 500px;
        -o-object-position: center 10%;
        object-position: center 10%
    }
}

@media (max-width:767px) {
    .main .test {
        flex-direction: column;
        height: auto;
        justify-content: flex-start;
        position: relative
    }

    .main .test__background {
        height: 210px;
        margin-left: -10px;
        margin-right: -10px;
        position: relative;
        width: auto
    }

    .main .test__background picture img {
        height: 210px;
        -o-object-position: 70% 15%;
        object-position: 70% 15%;
        width: 100%
    }

    .main .test__container {
        align-items: center;
        height: auto;
        justify-content: flex-start
    }

    .main .test__title {
        color: #474552;
        margin: 30px 0 20px;
        text-align: center;
        width: 100%
    }

    .main .test__title sup {
        font-size: 18px
    }

    .main .test__description {
        color: #474552;
        max-width: 350px;
        text-align: center;
        width: 100%
    }

    .main .test__footnote {
        margin: 20px 0 -35px;
        position: relative
    }
}

.main .awards {
    position: relative;
    width: 100%
}

.main .awards__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 -10px;
    position: relative
}

.main .awards__title {
    color: #474552;
    font-size: 58px;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 80px;
    text-align: center;
    width: 100%
}

@media (max-width:1919px) {
    .main .awards__title {
        font-size: 52px
    }
}

@media (max-width:1439px) {
    .main .awards__title {
        font-size: 46px
    }
}

@media (max-width:767px) {
    .main .awards__title {
        font-size: 32px
    }
}

.main .awards__items {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

.main .awards__item {
    align-items: center;
    display: flex;
    flex: 1 1 20%;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 10px
}

.main .awards__item_image {
    align-items: center;
    display: flex;
    font-size: 0;
    height: 185px;
    justify-content: center;
    margin: 0 0 30px
}

.main .awards__item_image picture {
    display: flex;
    height: 100%
}

.main .awards__item_image img {
    margin: auto;
    max-height: 100%;
    max-width: 100%
}

.main .awards__item_title {
    color: #474552;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 8px;
    text-align: center;
    width: 100%
}

@media (max-width:767px) {
    .main .awards__item_title {
        font-size: 18px
    }
}

.main .awards__item_description {
    color: #625e77;
    text-align: center;
    width: 100%
}

@media (max-width:1279px) {
    .main .awards__title {
        margin: 0 0 60px
    }

    .main .awards__items {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .main .awards__item {
        background: #fafafa;
        border-radius: 10px;
        display: flex;
        flex: 0 1 calc(33.33333% - 20px);
        margin: 0 10px 20px;
        padding: 5px 10px
    }

    .main .awards__item_image {
        height: 140px;
        margin: 0 0 10px;
        padding: 10px
    }

    .main .awards__item_image picture {
        height: 100%;
        width: 100%
    }

    .main .awards__item_image picture img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%
    }

    .main .awards__item_title {
        font-size: 18px;
        margin: 0 0 5px
    }

    .main .awards__item_description {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .main .awards__title {
        margin: 0 0 40px;
        padding: 0 10px
    }

    .main .awards__item {
        flex: 0 1 calc(50% - 20px)
    }

    .main .awards__item_image {
        height: 80px;
        padding: 5px
    }
}

.main .uarticles {
    position: relative;
    width: 100%
}

.main .uarticles__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 -10px;
    position: relative
}

.main .uarticles__title {
    color: #474552;
    font-size: 58px;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 80px;
    text-align: center;
    width: 100%
}

@media (max-width:1919px) {
    .main .uarticles__title {
        font-size: 52px
    }
}

@media (max-width:1439px) {
    .main .uarticles__title {
        font-size: 46px
    }
}

@media (max-width:767px) {
    .main .uarticles__title {
        font-size: 32px
    }
}

.main .uarticles__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    width: 100%
}

.main .uarticles__item {
    align-items: flex-start;
    border-radius: 10px;
    display: flex;
    flex: 1 1 calc(50% - 20px);
    flex-direction: column;
    height: 320px;
    justify-content: flex-end;
    margin: 0 10px 20px;
    max-width: 660px;
    outline: none;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-decoration: none
}

.main .uarticles__item.small {
    flex: 1 1 calc(25% - 20px);
    max-width: 320px
}

.main .uarticles__item_image {
    align-items: center;
    display: flex;
    font-size: 0;
    height: 320px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.main .uarticles__item_image:after {
    background: linear-gradient(1turn, #222 -13.66%, rgba(34, 34, 34, 0) 53.48%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.main .uarticles__item_image picture {
    height: 100%;
    width: auto;
}

.main .uarticles__item_image picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.main .uarticles__item_title {
    color: #fcf3f1;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    z-index: 2
}

@media (max-width:767px) {
    .main .uarticles__item_title {
        font-size: 18px
    }
}

@media (max-width:1279px) {
    .main .uarticles__title {
        margin: 0 0 60px
    }

    .main .uarticles__items {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .main .uarticles__item {
        align-items: flex-start;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: flex-start;
        margin: 0 10px 40px;
        overflow: auto;
        padding: 0;
        position: relative
    }

    .main .uarticles__item,
    .main .uarticles__item.small {
        flex: 0 1 calc(33.33333% - 20px);
        max-width: none
    }

    .main .uarticles__item_image {
        border-radius: 10px;
        display: block;
        font-size: 0;
        height: 200px;
        left: unset;
        margin: 0 0 10px;
        overflow: hidden;
        position: relative;
        top: unset
    }

    .main .uarticles__item_image:after {
        display: none
    }

    .main .uarticles__item_image picture img {
        height: 200px;
        -o-object-position: center top;
        object-position: center top;
        width: 100%
    }

    .main .uarticles__item_title {
        color: #474552;
        font-size: 24px;
        text-align: left
    }
}

@media (max-width:767px) {
    .main .uarticles__title {
        margin: 0 0 40px
    }

    .main .uarticles__item {
        margin: 0 10px 30px
    }

    .main .uarticles__item,
    .main .uarticles__item.small {
        flex: 0 1 calc(50% - 20px)
    }

    .main .uarticles__item_image,
    .main .uarticles__item_image picture img {
        height: 120px
    }

    .main .uarticles__item_title {
        font-size: 18px
    }
}

.main__section {
    padding-bottom: 150px;
    position: relative
}

.main__section_content {
    padding-top: 50px
}

.main__section_btn {
    margin-top: 50px;
    text-align: center
}

@media (max-width:1279px) {
    .main__section {
        padding-bottom: 120px;
        position: relative
    }

    .main__section_content {
        padding-top: 45px
    }

    .main__section_btn {
        margin-top: 45px;
        text-align: center
    }
}

@media (max-width:767px) {
    .main__section {
        padding-bottom: 70px;
        position: relative
    }

    .main__section_content {
        padding-top: 40px
    }

    .main__section_btn {
        margin-top: 40px;
        text-align: center
    }
}

.catalog__inner {
    padding-bottom: 150px;
    padding-top: 120px
}

.catalog__title {
    margin-bottom: 50px
}

.catalog__filters {
    margin-bottom: 30px
}

.catalog__filters_block {
    display: flex;
    justify-content: space-between
}

.catalog__filters_items_inner {
    display: flex
}

.catalog__filters_clear {
    background: url(../images/dest/icons/clear.svg) no-repeat 50% transparent;
    border: 0;
    cursor: pointer;
    display: none;
    height: 24px;
    margin-top: 18px;
    width: 24px
}

.catalog__filters_clear._show {
    display: block
}

.filter {
    margin-right: 20px;
    position: relative
}

.filter._open .filter__title {
    border-color: #625e77
}

.filter._open .filter__title_icon {
    transform: rotate(180deg)
}

.filter._open .filter__options {
    display: block
}

.filter._active .filter__title {
    border-color: #625e77
}

.filter__title {
    align-items: center;
    border: 1.5px solid #c6c5d1;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    line-height: 24px;
    padding: 16px 40px;
    transition: border-color .3s
}

.filter__title:hover {
    border-color: #625e77
}

.filter__title_icon {
    background: url(../images/dest/icons/dropdown-arrow.svg) no-repeat 50%;
    height: 24px;
    margin-left: 13px;
    width: 24px
}

.filter__options {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    display: none;
    left: 0;
    margin-top: 10px;
    min-width: 280px;
    padding: 30px 0;
    position: absolute;
    top: 100%;
}

.sort {
    height: 60px;
    position: relative
}

.sort__slider {
    border: 1.5px solid #ff0600;
    width: 50%
}

.sort__options {
    border: 1.5px solid #c6c5d1;
    border-radius: 40px;
    box-sizing: border-box;
    display: flex
}

.sort__option {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 57px;
    line-height: 24px;
    padding: 16px 40px;
    position: relative;
    transition: color .3s;
    z-index: 2
}

.sort__option._active {
    color: #ff0600
}

.sort__option+.sort__option {
    margin-left: -10px
}

.sort__title {
    display: none
}

.sort__slider {
    border: 1.5px solid red;
    border-radius: 40px;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 175px
}

@media (max-width:1279px) {
    .catalog__inner {
        padding-bottom: 120px;
        padding-top: 100px
    }

    .catalog__title {
        margin-bottom: 40px
    }

    .catalog .sort {
        margin-bottom: 20px;
        order: -1
    }

    .catalog__filters_block {
        flex-wrap: wrap
    }

    .catalog__filters_items {
        width: 100%
    }
}

@media (max-width:767px) {
    .catalog__inner {
        padding-bottom: 70px;
        padding-top: 40px
    }

    .catalog__title {
        margin-bottom: 30px
    }

    .catalog .sort {
        margin-bottom: 0;
        width: 100%
    }

    .catalog__filters._open .catalog__filters_items {
        display: flex
    }

    .catalog__filters_show {
        background: url(../images/dest/icons/icon-filter.svg) no-repeat 50%;
        border: 1.5px solid #c6c5d1;
        border-radius: 40px;
        cursor: pointer;
        flex-shrink: 0;
        height: 60px;
        margin-left: 20px;
        width: 104px
    }

    .catalog__filters_block {
        flex-wrap: nowrap
    }

    .catalog__filters_top {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px
    }

    .catalog__filters_close {
        background: url(../images/dest/icons/icon-close.svg) no-repeat 50%;
        cursor: pointer;
        height: 24px;
        width: 24px
    }

    .catalog__filters_items {
        background: rgba(71, 69, 82, .8);
        display: none;
        flex-direction: column;
        height: 100%;
        justify-content: flex-end;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10
    }

    .catalog__filters_items_inner {
        background-color: #fff;
        border-radius: 20px 20px 0 0;
        display: block;
        max-height: 80%;
        overflow-y: auto;
        padding: 30px 10px 20px
    }

    .filter {
        border-bottom: 1px solid #dedde6 !important;
        margin-right: 0;
        padding: 20px 0;
        position: relative
    }

    .filter._open .filter__title {
        border-color: #625e77
    }

    .filter._open .filter__title_icon {
        transform: rotate(180deg)
    }

    .filter._open .filter__options {
        display: block
    }

    .filter._active .filter__title {
        border-color: #625e77
    }

    .filter__title {
        border: 0;
        border-radius: 0;
        height: auto;
        padding: 0
    }

    .filter__title_icon {
        margin-left: auto
    }

    .filter__options {
        background-color: #fff;
        border-radius: 0;
        box-shadow: none;
        margin-top: 20px;
        padding: 0;
        position: static
    }

    .sort {
        height: 60px;
        position: relative
    }

    .sort._open .sort__options {
        display: block
    }

    .sort._open .sort__title:after {
        transform: rotate(180deg)
    }

    .sort__slider {
        display: none
    }

    .sort__title {
        align-items: center;
        border: 1.5px solid #c6c5d1;
        border-radius: 40px;
        box-sizing: border-box;
        display: flex;
        font-size: 18px;
        font-weight: 600;
        height: 60px;
        line-height: 1;
        padding: 16px 40px
    }

    .sort__title:after {
        background: url(../images/dest/icons/dropdown-arrow.svg) no-repeat 50%;
        content: "";
        display: inline-block;
        height: 24px;
        margin-left: auto;
        width: 24px
    }

    .sort__options {
        background: #fff;
        border: 0;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
        display: none;
        left: 0;
        padding: 13px 0;
        position: absolute;
        top: 70px;
        width: 100%
    }

    .sort__option {
        display: block;
        font-size: 18px;
        height: auto;
        line-height: 120%;
        padding: 16px 20px;
        text-align: center
    }

    .sort__option._active {
        color: #ff0600
    }

    .sort__option+.sort__option {
        margin-left: 0
    }
}

@media (max-width:360px) {
    .catalog__filters_show {
        flex-shrink: 1;
        margin-left: 10px
    }
}

.shops__inner {
    padding-bottom: 150px;
    padding-top: 100px
}

.shops__description {
    margin-bottom: 50px
}

.shop {
    align-items: center;
    background: #f9f9f9;
    border-radius: 10px;
    display: flex;
    height: 200px;
    justify-content: center;
    padding: 20px
}

.shop img {
    max-height: 100%;
    max-width: 100%
}

@media (max-width:1279px) {
    .shops__inner {
        padding-bottom: 100px;
        padding-top: 60px
    }

    .shops__description {
        margin-bottom: 30px
    }

    .shops__list .grid__item {
        width: 33.3333%
    }

    .shop {
        height: 160px
    }
}

@media (max-width:767px) {
    .shops__inner {
        padding-bottom: 70px;
        padding-top: 30px
    }

    .shops__description {
        margin-bottom: 20px
    }

    .shops__list .grid__item {
        width: 50%
    }

    .shop {
        height: 120px
    }
}

.articles__section {
    padding-bottom: 150px
}

.articles__section_content {
    padding-top: 50px
}

.articles__section_btn {
    margin-top: 54px;
    text-align: center
}

.articles__list {
    margin-bottom: -64px
}

.articles__list .grid__item {
    margin-bottom: 64px
}

@media (max-width:1279px) {
    .articles {
        padding-top: 120px
    }

    .articles__section {
        padding-bottom: 120px
    }

    .articles__section_content {
        padding-top: 40px
    }

    .articles__section_btn {
        margin-top: 40px
    }

    .articles__list {
        margin-bottom: -64px
    }

    .articles__list .grid__item {
        margin-bottom: 64px
    }
}

@media (max-width:767px) {
    .articles__section {
        padding-bottom: 70px
    }

    .articles__section_content {
        padding-top: 30px
    }

    .articles__list {
        margin-bottom: -25px
    }

    .articles__list .grid__item {
        margin-bottom: 25px;
        width: 100%
    }

    .articles-section .articles__section_content {
        padding-top: 40px
    }
}

.product {
    padding-bottom: 150px
}

.product__top {
    background: #f8f8f8;
    padding-bottom: 50px;
    padding-top: 150px
}

.product__top_inner {
    display: flex;
    justify-content: space-between
}

.product__images {
    width: calc(50% - 20px)
}

.product__images_slider-main .swiper-slide {
    align-items: center;
    background: #fff;
    display: flex;
    height: 530px;
    justify-content: center
}

.product__images_slider-main .swiper-slide img {
    max-height: 90%;
    max-width: 90%;
}

.product__images_slider-preview {
    margin-top: 20px
}

.product__images_slider-preview .swiper-slide {
    align-items: center;
    background: #fff;
    cursor: pointer;
    display: flex;
    height: 100px;
    justify-content: center
}

.product__images_slider-preview .swiper-slide img {
    max-height: 90%;
    max-width: 90%
}

.product__main {
    padding-right: 40px;
    width: calc(50% - 20px)
}

.product__title {
    font-size: 36px;
    line-height: 105%;
    margin-bottom: 10px
}

.product__title sup {
    display: inline-block;
    font-size: 75%;
    line-height: 24px;
    margin-left: 2px;
    margin-right: -4px;
    vertical-align: top
}

.product__description {
    font-size: 16px
}

.product__elements {
    margin-top: 20px
}

.product__benefits {
    margin-top: 30px
}

.product__benefits h4 {
    margin-bottom: 14px
}

.product__benefits_list {
    font-size: 16px;
    list-style: none;
    text-align: justify
}

.product__benefits_list li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative
}

.product__benefits_list li:before {
    background: url(../images/dest/icons/product-benefit-icon.svg) no-repeat 50%;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.product__buy {
    margin-top: 50px;
    text-align: center
}

.product__info {
    max-width: 886px;
    padding-top: 50px
}

.product__info .tabs__items {
    margin-bottom: 0
}

.product__info_block {
    padding: 50px 0
}

.product__info_block+.product__info_block {
    border-top: 1px solid #dedde6
}

.product__info_block h2 {
	font-size: 36px;
    margin-bottom: 10px;
}

.product__info_block p {
    margin-bottom: 10px
}

.product__info_block p:last-child {
    margin-bottom: 0
}

.product__info_block h4:first-child {
    margin-top: 0
}

.product__info_block table {
	margin-bottom: 20px;
}

.product__info_block_cols {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 230px
}

.product__info_block_cols div {
    margin-bottom: 10px;
    min-width: 227px;
    padding-right: 20px
}

.product__similar {
    margin-top: 20px
}

.product__similar .similar-cards__title {
    font-size: 36px;
    line-height: 105%
}

.product__similar .similar-cards__items {
    margin-top: 60px
}

.product__banner {
    margin-top: 70px
}

.product-line {
    background: #fff;
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, .05);
    left: 0;
    position: fixed;
    right: 0;
    z-index: 10
}

.product-line__inner {
    display: flex;
    justify-content: space-between;
    padding: 20px 0
}

.product-line__main {
    align-items: center;
    display: flex;
    width: calc(50% - 20px)
}

.product-line__image {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 70px
}

.product-line__image img {
    max-height: 75%;
    max-width: 75%
}

.product-line__title {
    margin: 0 0 0 10px
}

.product-line__elements {
    display: flex;
    margin-left: 30px
}

.product-line__element {
    height: 26px;
    margin-right: 10px;
    width: 26px
}

.product-line__element img {
    max-height: 100%;
    max-width: 100%
}

.product-line__btn {
    padding-right: 40px;
    text-align: center;
    width: calc(50% - 20px)
}

@media (max-width:1279px) {
    .product {
        padding-bottom: 120px
    }

    .product__top_inner {
        display: block
    }

    .product__images {
        width: 100%
    }

    .product__images_slider-main .swiper-slide {
        height: 215px
    }

    .product__images_slider-main .swiper-pagination-bullets {
        bottom: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        left: auto;
        right: 10px;
        top: 0;
        width: 10px
    }

    .product__images_slider-main .swiper-pagination-bullets .swiper-pagination-bullet {
        background: transparent;
        border: 1px solid #c6c5d1;
        height: 10px;
        margin: 4px 0;
        opacity: 1;
        width: 10px
    }

    .product__images_slider-main .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #c6c5d1
    }

    .product__main {
        margin-top: 0;
        padding-right: 0;
        width: 100%
    }

    .product__similar {
        margin-top: 20px
    }

    .product__similar .similar-cards__items {
        margin-top: 40px
    }

    .product__banner {
        margin-top: 0
    }

    .product-line__main {
        width: auto
    }

    .product-line__btn {
        margin-left: auto;
        padding-left: 20px;
        padding-right: 0;
        width: auto
    }
}

@media (max-width:767px) {
    .product {
        padding-bottom: 70px
    }

    .product__top {
        padding-bottom: 0;
        padding-top: 80px
    }

    .product__images_slider-main .swiper-slide {
        align-items: center;
        background-color: #f8f8f8;
        display: flex;
        justify-content: center
    }

    .product__images_slider-main .swiper-slide img {
        max-height: 90%;
        max-width: 90%
    }

    .product__images_slider-preview {
        display: none
    }

    .product__main {
        background-color: #fff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        width: auto
    }

    .product__title {
        font-size: 32px;
        line-height: 110%;
        margin-bottom: 20px
    }

    .product__description {
        font-size: 18px
    }

    .product__elements {
        margin-top: 32px
    }

    .product__benefits {
        margin-top: 45px
    }

    .product__benefits h4 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .product__buy {
        margin-top: 32px
    }

    .product__info {
        padding-top: 50px
    }

    .product__info .tabs__items {
        margin-bottom: 10px
    }

    .product__info_block {
        padding: 30px 0
    }

    .product__info_block h4 {
        font-size: 20px
    }

    .product__info_block_cols {
        max-height: 430px;
        word-break: break-word
    }

    .product__info_block_cols div {
        margin-bottom: 10px;
        min-width: 120px;
        padding-right: 0;
        width: calc(50% - 10px)
    }

    .product__similar {
        margin-top: 10px
    }

    .product__similar .similar-cards__title {
        font-size: 32px;
        line-height: 110%
    }

    .product__similar .similar-cards__items {
        margin-top: 40px
    }

    .product__banner {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .product-line__inner {
        padding: 12px 0
    }

    .product-line__main {
        display: none
    }

    .product-line__btn {
        padding-left: 0;
        width: 100%
    }
}

.article__content {
    margin: 0 auto;
    max-width: 886px;
    padding: 100px 0 150px
}

.article__similar {
    background: #f9f9f9
}

.article__banner {
    margin-bottom: 150px
}

.wysiwyg .big-text {
    font-size: 24px;
    line-height: 140%
}

.wysiwyg p {
    margin-bottom: 10px
}

.wysiwyg a {
    border-bottom: 1px solid #ff0600;
    color: #474552
}

.wysiwyg a:hover {
    color: #ff0600
}

.wysiwyg h3 {
    margin-bottom: 10px;
    margin-top: 90px
}

.wysiwyg h3:first-child {
    margin-top: 0
}

.wysiwyg h4 {
    margin-bottom: 20px
}

.wysiwyg img {
    display: block;
    height: auto;
    margin-bottom: 44px;
    margin-top: 40px;
    max-width: 100%;
	border-radius: 10px;
}

.wysiwyg ul {
    margin-top: 5px
}

.wysiwyg ul li {
    padding-left: 22px;
    position: relative
}

.wysiwyg ul li:before {
    background: #ff0600;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 7px
}

.wysiwyg ul li+li {
    margin-top: 5px
}

@media (max-width:1279px) {
    .article__content {
        margin: 0 auto;
        max-width: 886px;
        padding: 100px 0 120px
    }

    .article__banner {
        margin-bottom: 120px
    }
}

@media (max-width:767px) {
    .article__content {
        padding: 30px 0 75px
    }

    .article__similar {
        background-color: #fff;
        padding-bottom: 70px
    }

    .article__banner {
        margin-bottom: 40px
    }

    .wysiwyg h3 {
        margin-top: 50px
    }

    .wysiwyg h3:first-child {
        margin-top: 0
    }

    .wysiwyg img {
        margin-bottom: 40px;
        margin-top: 40px
    }

    .wysiwyg ul li {
        padding-left: 19px
    }
}

.promo__content {
    padding-bottom: 150px;
    padding-top: 100px
}

.promo__list {
    margin-bottom: -80px
}

.promo__list .grid__item {
    margin-bottom: 80px
}

.promo__btn {
    margin-top: 100px;
    text-align: center
}

@media (max-width:767px) {
    .promo__content {
        padding-bottom: 70px;
        padding-top: 30px
    }

    .promo__list {
        margin-bottom: -40px
    }

    .promo__list .grid__item {
        margin-bottom: 40px;
        width: 100%
    }

    .promo__btn {
        margin-top: 50px
    }
}

.faq__inner {
    background: #f9f9f9;
    padding-bottom: 150px;
    padding-top: 100px
}

.faq__questions {
    margin: 0 auto;
    max-width: 886px
}

.question {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05)
}

.question+.question {
    margin-top: 20px
}

.question._open .question__answer {
    display: block
}

.question._open .question__arrow {
    transform: rotate(180deg)
}

.question._open .question__title {
    font-weight: 700
}

.question__header {
    align-content: center;
    cursor: pointer;
    display: flex;
    padding: 14px 15px
}

.question__icon {
    background: url(../images/dest/icons/icon-question.svg) no-repeat 50%;
    flex-shrink: 0;
    height: 32px;
    margin-right: 20px;
    width: 32px
}

.question__title {
    font-size: 18px;
    padding-right: 80px;
    padding-top: 2px
}

.question__arrow {
    background: url(../images/dest/icons/dropdown-arrow.svg) no-repeat 50%;
    flex-shrink: 0;
    height: 24px;
    margin-left: auto;
    margin-top: 4px;
    width: 24px
}

.question__answer {
    display: none;
    padding: 26px 120px 4px 66px
}

@media (max-width:767px) {
    .faq .banner .container {
        background-color: #f9f9f9
    }

    .faq__inner {
        padding-bottom: 70px;
        padding-top: 30px
    }

    .question+.question {
        margin-top: 10px
    }

    .question._open .question__title {
        font-weight: 600
    }

    .question__header {
        padding: 12px 10px
    }

    .question__icon {
        display: none
    }

    .question__title {
        font-size: 18px;
        line-height: 130%;
        padding-right: 10px;
        padding-top: 0
    }

    .question__arrow {
        margin-top: 0
    }

    .question__answer {
        padding: 17px 10px 10px
    }
}

.not-found {
    background: radial-gradient(142.9% 243.96% at -42.9% 3.78%, #ffce50 0, #fce14f 37.73%, #ffad26 100%);
    overflow: hidden;
    padding-bottom: 130px;
    padding-top: 220px
}

.not-found__inner {
    margin: 0 auto;
    max-width: 530px;
    text-align: center
}

.not-found__image img {
    display: block;
    max-width: 1000px
}

.not-found__text {
    margin-top: 13px
}

.not-found__btn {
    margin-top: 32px
}

@media (max-width:767px) {
    .not-found {
        padding-bottom: 70px;
        padding-top: 115px
    }

    .not-found__image img {
        display: block;
        margin: 0 auto;
        max-width: 100%
    }

    .not-found__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 110%;
        margin-top: 16px;
        padding: 0 45px
    }

    .not-found__text {
        margin-top: 20px;
        padding: 0 45px
    }

    .not-found__btn {
        margin-top: 40px
    }
}

.contacts {
    padding-bottom: 150px
}

.contacts__top {
    background: #f9f9f9;
    padding-bottom: 145px;
    padding-top: 200px
}

.contacts__main_inner {
    margin-top: -90px;
    padding: 50px;
    position: relative
}

.contacts__info {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    padding: 40px 30px;
    position: relative;
    width: 350px;
    z-index: 2
}

.contacts__info_title {
    margin-bottom: 30px
}

.contacts__info_items {
    margin-top: 30px
}

.contacts__info_item+.contacts__info_item {
    margin-top: 20px
}

.contacts__info_item_value,
.contacts__info_item_value a {
    color: #474552
}

.contacts__info_item_title {
    color: #8c8a97
}

.contacts__feedback {
    border-top: 1px solid #dedde6;
    margin-top: 30px;
    padding-right: 50px;
    padding-top: 20px
}

.contacts__feedback_title {
    margin: 0
}

.contacts__feedback_btn {
    margin-top: 15px
}

.contacts__map {
    border-radius: 10px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.contacts__map [title="Определить ваше местоположение"] {
    align-items: center;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    display: flex;
    height: 40px;
    justify-content: center;
    padding-left: 0;
    width: 40px
}

.contacts__map [title="Определить ваше местоположение"] [class*=icon_geolocation] {
    position: static
}

.contacts__map [class*=map-copyrights-promo] {
    display: none
}

.contacts__map_inner {
    height: 100%;
    margin-right: -300px
}

.contacts__map_zoom {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    height: 80px;
    position: absolute;
    right: 30px;
    top: 285px;
    width: 40px;
    z-index: 3
}

.contacts__map_zoom_btn {
    border: 0;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 100%
}

.contacts__map_zoom_btn._plus {
    background: url(../images/dest/icons/plus.svg) no-repeat 50% transparent
}

.contacts__map_zoom_btn._minus {
    background: url(../images/dest/icons/minus.svg) no-repeat 50% transparent
}

.contacts__balloon {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    font-size: 16px;
    line-height: 120%;
    padding: 30px 20px;
    position: relative;
    transform: translate(-50%, -100%);
    width: 300px
}

.contacts__balloon:after {
    border: 13px solid transparent;
    border-bottom: 0;
    border-top: 10px solid #fff;
    color: #625e77;
    content: "";
    font-family: Proxima Nova, sans-serif;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: 100%
}

.contacts__balloon_content {
    display: none
}

.contacts__balloon_address {
    margin-top: 20px
}

.contacts__balloon_timetable {
    font-weight: 600;
    letter-spacing: .03em;
    margin-top: 10px
}

@media (max-width:767px) {
    .contacts {
        padding-bottom: 70px
    }

    .contacts__top {
        background: #fff;
        padding-bottom: 40px;
        padding-top: 105px
    }

    .contacts__main_inner {
        margin-top: 0;
        padding: 0;
        position: relative
    }

    .contacts__info {
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        width: 100%
    }

    .contacts__info_title {
        font-size: 24px;
        font-weight: 700;
        line-height: 110%;
        margin-bottom: 20px
    }

    .contacts__info_items {
        display: flex;
        margin-top: 20px
    }

    .contacts__info_item {
        padding-right: 5px;
        width: 50%
    }

    .contacts__info_item+.contacts__info_item {
        margin-top: 0
    }

    .contacts__feedback {
        padding-top: 30px
    }

    .contacts__feedback_title {
        font-size: 24px;
        font-weight: 700;
        line-height: 110%;
        margin: 0
    }

    .contacts__feedback_btn .btn-arrow-link {
        font-size: 16px;
        line-height: 120%
    }

    .contacts__map {
        border-radius: 0;
        height: 400px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 66px;
        overflow: hidden;
        position: relative;
        width: auto
    }

    .contacts__map [title="Определить ваше местоположение"] {
        display: none
    }

    .contacts__map_inner {
        height: 100%;
        margin-right: 0
    }

    .contacts__map_zoom {
        display: none
    }

    .contacts__balloon {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
        padding: 30px 20px;
        position: relative;
        transform: translate(-50%, -100%);
        width: 300px
    }

    .contacts__balloon,
    .contacts__balloon_inner {
        font-family: Proxima Nova, sans-serif;
        font-size: 16px;
        line-height: 120%
    }

    .contacts__balloon:after {
        border: 13px solid transparent;
        border-bottom: 0;
        border-top: 10px solid #fff;
        color: #625e77;
        content: "";
        font-family: Proxima Nova, sans-serif;
        left: 50%;
        margin-left: -13px;
        position: absolute;
        top: 100%
    }

    .contacts__balloon_address {
        margin-top: 20px
    }

    .contacts__balloon_timetable {
        font-weight: 600;
        letter-spacing: .03em;
        margin-top: 10px
    }
}

.inst_pdf {
	display: flex;
    align-items: center;
}

.inst_pdf img {
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 5px 0 0;
}

.inst_pdf span {
	line-height: 1.2;
}

.test {
    background: none no-repeat top;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 150px;
}

.test__form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    margin: 0 auto;
    max-width: 900px;
    padding: 52px 100px 60px;
    position: relative
}

.test__steps {
    display: flex;
    left: 12px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 3
}

.test__step {
    background: #ff0600;
    flex-grow: 1;
    height: 3px
}

.test__step+.test__step {
    margin-left: 10px
}

.test__step._current {
    background: #ffb4b3
}

.test__step._current~.test__step {
    background: #dedde6
}

.test__question {
    display: none
}

.test__question._active {
    display: block
}

.test__question_content {
    /* min-height: 280px */
}

.test__question_number {
    color: #8c8a97;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    text-align: center
}

.test__question_title {
    margin-bottom: 40px;
    margin-top: 10px;
    text-align: center
}

.test__question_nav {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding-right: 85px
}

.test__question_nav._without-back-button {
    padding-right: 0
}

.test__question_footnote {
    color: #bbb;
    font-size: 14px;
    left: 0;
    line-height: 1.2em;
    margin: 20px 0 -20px
}

.test__question_prev-btn {
    background: url(../images/dest/icons/icon-arrow-back.svg) no-repeat 50%;
    border: 1px solid #dedde6;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    margin-right: 25px;
    width: 60px
}

.test__question_next-btn {
    width: 288px;
	user-select: none;
}

.test__question_next-btn:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/dest/icons/button-arrow.svg) no-repeat 50%;
	background-size: contain;
	margin-left: 12px;
}

.test__question_next-btn[disabled] {
    background: #8c8a97;
	pointer-events: none;
	user-select: none;
}

.test__question_next-btn .btn__text {
    min-width: 0 !important
}

.test__field {
    margin: 80px auto 0;
    max-width: 550px
}

.test__field input {
    background: #fff;
    outline: none !important;
    text-align: center
}

.test__field input:-moz-placeholder-shown {
    text-align: left
}

.test__field input:-ms-input-placeholder {
    text-align: left
}

.test__field input:placeholder-shown {
    text-align: left
}

.test__field select {
    border: 1px solid #dedde6;
    border-radius: 10px;
    box-sizing: border-box;
    color: #474552;
    font-size: 18px;
    height: 100%;
    line-height: 150%;
    padding: 16px 50px 16px 20px;
    transition: border-color .3s;
    width: 100%
}

.test__radio-ckeck-list {
    margin: 0 auto;
    max-width: 660px;
    padding-top: 4px
}

.test__radio-ckeck-list .checkbox>label, .test__radio-ckeck-list .radio>label {
    font-size: 16px;
    line-height: 150%;
    padding: 16px 20px 16px 50px;
}

.test__radio-ckeck-list_el {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
	padding: 0;
}

.test__radio-ckeck-list_el+.test__radio-ckeck-list_el {
    margin-top: 10px
}

.test__radio-ckeck-list_el input[type=text] {
    border: 0;
    color: #474552;
    font-size: 16px;
    width: 100%
}

.test__food {
    margin: 0 auto;
    max-width: 660px;
    position: relative
}

.test__food input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.test__food input[type=radio]:checked+label,
.test__food input[type=radio]:checked+label~label {
    color: #ff0600;
	border: 1px solid #ff8582;
}

.test__food_description {
    color: #8c8a97;
    display: flex;
    font-size: 10px;
    justify-content: center;
    left: 0;
    line-height: 120%;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 100%
}

.test__food_description_item+.test__food_description_item {
    margin-left: 20px
}

.test__food_item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
	user-select: none;
}

.test__food_item+.test__food_item {
    margin-top: 10px
}

.test__food_item_title {
    font-size: 16px;
    line-height: 150%
}

.test__food_item_values {
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
    pointer-events: none
}

.test__food_item_values:hover label {
    /* color: #dedde6 !important */
}

.test__food_item_values:hover label:hover,
.test__food_item_values:hover label:hover~label {
    color: #ff0600 !important;
	border: 1px solid #ff8582;
}

.test__food_item_value {
    align-items: center;
    /* background: #f8f8f8; */
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
    border-radius: 50%;
    color: #474552;
    cursor: pointer;
    display: flex;
	font-size: 13px;
	line-height: 13px;
    font-weight: 600;
    height: 24px;
    justify-content: center;
    margin-left: 30px;
    pointer-events: auto;
    width: 24px;
}

.test__products {
    display: flex;
    justify-content: space-between;
    margin: 0 -45px;
    padding-bottom: 10px;
    padding-top: 10px
}

.test__product {
	display: none;
    background: #f8f8f8;
    height: 250px;
    padding: 15px 20px;
    width: calc(33.33% - 13px);
	margin: 0 auto;
}

.active-test-product {
	display: block;
}

.test__product_image {
    align-items: center;
    display: flex;
	width: 100%;
    height: 167px;
	padding: 10px;
	box-sizing: border-box;
    justify-content: center;
}

.test__product_image a {
    display: block;
	width: 100%;
    height: 100%;
	text-align: center;
}

.test__product_image img {
    max-height: 100%;
    max-width: 100%;
	width: auto;
    height: auto;
	margin: 0 auto;
	image-rendering: -webkit-optimize-contrast;
}

.test__product_name {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #625e77;
    display: -webkit-box;
    font-size: 16px;
    line-height: 120%;
    overflow: hidden;
    text-align: center
}

.test__product_name_wrap {
    align-items: center;
    display: flex;
    height: 57px;
    justify-content: center;
    margin-top: 2px
}

.answers-with-image {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 660px
}

.answer-with-image {
    flex: 1
}

.answer-with-image+.answer-with-image {
    margin-left: 20px
}

.answer-with-image input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.answer-with-image input[type=radio]:checked+label {
    border-color: #3fc77d
}

.answer-with-image__label {
    align-items: center;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 170px;
    justify-content: space-between;
    padding: 30px 10px 17px;
	user-select: none;
}

.answer-with-image__image {
    height: 80px;
    width: 80px
}

.answer-with-image__image img {
    max-height: 100%;
    max-width: 100%
}

.answer-with-image__text {
    font-size: 16px;
    text-align: center
}

@media (max-width:1279px) {
    .test,
    .test__form {
        padding-left: 20px;
        padding-right: 20px
    }

    .test__products {
        margin: 0;
        padding: 0
    }
}

@media (max-width:767px) {
    .test {
        background: #fff;
        background-image: none !important;
        overflow: hidden;
        padding: 95px 10px 40px
    }

    .test__products {
        display: block
    }

    .test__product {
        display: none;
        margin: 0 0 10px;
        width: 100%
    }

	.active-test-product {
		display: block;
	}

    .test__form {
        background-color: #fff;
        border-radius: 0;
        box-shadow: none;
        margin: 0 auto;
        padding: 0
    }

    .test__steps {
        display: none
    }

    .test__question {
        min-height: calc(100vh - 135px);
        min-height: -webkit-fill-available
    }

    .test__question._active {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .test__question_content {
        /* min-height: 280px */
    }

    .test__question_number {
        text-align: left
    }

    .test__question_title {
        font-size: 20px;
        margin-bottom: 35px;
        margin-top: 10px;
        text-align: left
    }

    .test__question_nav {
        margin-top: auto;
        padding-right: 0;
        padding-top: 50px
    }

    .test__question_prev-btn {
        flex-shrink: 0
    }

    .test__field {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
        height: 200px;
        margin: 0;
        padding: 70px 20px
    }

    .test__field input {
        padding: 16px 10px
    }

    .test__radio-ckeck-list {
        padding-top: 0
    }

    .test__radio-ckeck-list .checkbox>label:after {
		margin-top: 2px;
		top: calc(50% - 12px);
    }

    .test__food {
        margin: 0 auto;
        max-width: 660px;
        position: relative
    }

    .test__food_description {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        justify-content: flex-start;
        margin-right: -16px;
        margin-top: -20px;
        padding-top: 0;
        position: static
    }

    .test__food_description_item {
        align-items: center;
        display: flex;
        margin-bottom: 10px;
        margin-right: 25px
    }

    .test__food_description_item span {
        align-items: center;
        background: #f8f8f8;
        border-radius: 50%;
        color: #ff0600;
        display: flex;
        font-size: 12px;
        font-weight: 600;
        height: 24px;
        justify-content: center;
        margin-right: 8px;
        width: 24px
    }

    .test__food_description_item+.test__food_description_item {
        margin-left: 0
    }

    .test__food_item {
        display: block;
        padding: 15px 20px 18px
    }

    .test__food_item+.test__food_item {
        margin-top: 20px
    }

    .test__food_item_title {
        margin-bottom: 13px
    }

    .test__food_item_values {
        justify-content: flex-end
    }

    .test__food_item_value {
        height: 40px;
        margin-left: 28px;
        width: 40px
    }

    .test__food_item_value:last-child {
        margin-left: 0
    }

    .answers-with-image._3-el {
        flex-wrap: wrap
    }

    .answers-with-image._3-el .answer-with-image {
        flex-basis: 100%;
        width: 100%
    }

    .answers-with-image._3-el .answer-with-image+.answer-with-image {
        margin-left: 0;
        margin-top: 20px
    }

    .answers-with-image._3-el .answer-with-image__label {
        display: flex;
        flex-direction: row;
        height: auto;
        padding: 20px 30px
    }

    .answers-with-image._3-el .answer-with-image__image {
        flex-shrink: 0;
        height: 60px;
        margin-right: 40px;
        width: 60px
    }

    .answers-with-image._3-el .answer-with-image__text {
        font-size: 16px;
        width: 100%
    }
}

@media (max-width:360px) {
    .test__question_next-btn {
        min-width: 200px
    }

    .test__food_item_value {
        margin-left: 15px
    }
}

.footer {
    position: relative;
    width: 100%
}

.footer__container {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    padding: 50px 0 50px;
    position: relative
}

.footer__container:before {
    background: #dedde6;
    content: "";
    display: block;
    height: 1px;
    left: 10px;
    position: absolute;
    top: 0;
    width: calc(100% - 20px)
}

.footer__items {
    justify-content: space-between;
    position: relative;
    width: 100%
}

.footer__item,
.footer__items {
    align-items: flex-start;
    display: flex
}

.footer__item {
    flex: 0 1 207px;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 10px
}

.footer__item._logos {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer__item._contacts {
    flex: 0 1 319px
}

.footer__item._contacts .last {
    color: #474552;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase
}

.footer__item._contacts .last:hover {
    color: #ff0600
}

.footer__item_logo {
    margin: 0 0 50px
}

.footer__item_logo:first-child {
    flex: 0 1 100%
}

.footer__item_logo:nth-child(2) {
    margin: 0 20px 0 0
}

.footer__item_logo:nth-child(2) picture {
    display: flex;
    height: 42px
}

.footer__item_logo:nth-child(2) picture img {
    margin: auto 0;
    max-height: 100%;
    max-width: 100%;
    padding-top: 5px
}

.footer__item_logo:nth-child(3) {
    margin: 0
}

.footer__item_logo:nth-child(3) picture {
    display: flex;
    height: 42px
}

.footer__item_logo:nth-child(3) picture img {
    margin: auto 0;
    max-height: 100%;
    max-width: 100%
}

.footer__item_logo a {
    display: block;
    font-size: 0;
    outline: none;
    text-decoration: none
}

.footer__item_logo a picture {
    display: block
}

.footer__item_title {
    color: #474552;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 25px
}

@media (max-width:767px) {
    .footer__item_title {
        font-size: 18px
    }
}

.footer__item_content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.footer__item_link {
    color: #625e77;
    font-size: 16px;
    margin: 0 0 15px;
    outline: none;
    text-decoration: none
}

.footer__item_link:is(a):hover {
    color: #ff0600
}

.footer__item_link:not(a):hover {
    color: #625e77
}

.footer__consultation {
    align-items: center;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    padding: 60px 30px;
    width: 100%
}

.footer__consultation_content {
    color: #625e77;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:767px) {
    .footer__container {
        margin: 0 -10px;
        padding: 30px 0 35px
    }

    .footer__container:before {
        left: 0;
        width: 100%
    }

    .footer__items {
        flex-wrap: wrap
    }

    .footer__item {
        flex: 1 1 100%;
        margin: 0 10px 30px
    }

    .footer__item._logos {
        flex: 0 1 207px
    }

    .footer__item._contacts {
        flex: 0 1 100%
    }

    .footer__item._contacts .last {
        margin: 15px 0 0
    }

    .footer__item._contacts .footer__item_title:after {
        display: none
    }

    .footer__item_logo {
        margin: 0 0 20px
    }

    .footer__item_logo:first-child {
        flex: 0 1 100%
    }

    .footer__item_title {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 15px;
        padding: 0 40px 0 0;
        position: relative
    }

    .footer__item_title:after {
        background: url(../images/dest/icons/dropdown-arrow.svg) no-repeat 50%/contain;
        content: "";
        display: inline-block;
        height: 24px;
        margin-left: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: transform .2s ease-out;
        width: 24px
    }

    .footer__item_title.active:after {
        transform: translateY(-50%) rotate(180deg)
    }

    .footer__item_content {
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-out
    }

    .footer__item_link {
        color: #625e77;
        font-size: 16px;
        margin: 0 0 15px;
        outline: none;
        text-decoration: none
    }

    .footer__item_link:is(a):hover {
        color: #ff0600
    }

    .footer__item_link:not(a):hover {
        color: #625e77
    }

    .footer__item_link:last-child {
        margin: 0
    }

    .footer__consultation {
        align-items: center;
        background: #f8f8f8;
        display: flex;
        justify-content: center;
        padding: 30px 10px;
        width: 100%
    }

    .footer__consultation_content {
        font-size: 20px
    }

	.product__info_block table {
		display: block;
		width: 100%;
		overflow: auto;
	}
}

@media (max-width:1200px) {
	.inner-banner:before {
		opacity: 1;
	}
}
