
button {
    cursor: pointer
}

button:focus {
    outline: none
}



ul {
    margin: 0;
    margin-bottom: 0 !important;
    padding-left: 0;
    list-style: none
}

.page-wrap {
    padding: 0 20px
}

@media (max-width: 767.98px) {
    .page-wrap {
        padding: 0
    }

}

* {
    box-sizing: border-box;
    outline: none
}

.img-responsive {
    width: 100%;
    height: auto
}

.fixed {
    position: fixed;
    width: 100vw
}

.overflow-fix {
    overflow: hidden
}

.mb-30px {
    margin-bottom: 30px
}

.max-width-960px {
    max-width: 990px
}

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

.loader, .loader:after, .loader:before {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    -webkit-animation: load7 1.8s ease-in-out infinite;
    animation: load7 1.8s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.loader {
    position: relative;
    margin: 20px auto;
    color: #f47a20;
    font-size: 10px;
    text-indent: -9999em;
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.loader:after, .loader:before {
    content: "";
    position: absolute;
    top: 0
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader:after {
    left: 3.5em
}

@-webkit-keyframes load7 {
    0%, 80%, to {
        box-shadow: 0 2.5em 0 -1.3em
    }
    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes load7 {
    0%, 80%, to {
        box-shadow: 0 2.5em 0 -1.3em
    }
    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.popup-window {
    position: absolute;
}

.popup-window-close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    opacity: .8
}

.popup-window-close-icon:hover {
    opacity: .5
}

.popup-window-close-icon:after, .popup-window-close-icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-flex;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: ""
}

.popup-window-close-icon:before {
    transform: rotate(45deg)
}

.popup-window-close-icon:after {
    transform: rotate(-45deg)
}

.popup-window-titlebar {
    height: 35px
}

.about__breadcrumbs-wrapper, .deliv__breadcrumbs-wrapper, .guaranty__breadcrumbs-wrapper, .pay__breadcrumbs-wrapper {
    padding: 40px 0 20px
}

.about__subtitle, .deliv__subtitle, .guaranty__subtitle, .pay__subtitle {
    margin-top: 0
}

.popup-window-buttons .btn.btn-primary {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #f47a20;
    border: 1px solid #f47a20;
    border-radius: 2px
}

.popup-window-buttons .btn, .popup-window-buttons .btn.btn-primary {
    font-size: 11px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase
}

.popup-window-buttons .btn {
    padding: 10px;
    color: #333;
    font-weight: 500;
    background-color: #f6f7f9;
    border: 1px solid #e2e5e9;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 8px
}

.popup-window-buttons .btn:last-child {
    margin-right: 0
}

.modal-sub, .popup-window-buttons .btn-hide {
    display: none
}

.modal-sub {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
    width: 100%;
    max-width: 400px;
    padding: 40px;
    background-color: #fff;
    transform: translate(-50%, -50%)
}

.modal-sub--show {
    display: block
}

.modal-sub__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.modal-sub__title {
    font-weight: 500;
    font-size: 20px
}

.modal-sub__label {
    display: flex;
    flex-direction: column;
    font-size: 15px
}

.modal-sub__body {
    margin-bottom: 40px
}

.modal-sub__input {
    margin-top: 10px;
    padding: 10px 15px;
    color: #333;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #e2e5e9;
    border-radius: 2px
}

.modal-sub__btn-cta {
    width: 100%;
    padding: 22px 0;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f47a20
}

.modal-sub__btn-cta:hover {
    background-color: #ef6c0c
}

.modal-sub__btn-close {
    padding: 0
}

.product-breadcrumbs {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

@media (max-width: 1169.98px) {
    .product-breadcrumbs {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 575.98px) {
    .product-breadcrumbs {
        display: none
    }
}

.product-breadcrumbs__logo-brand {
    margin-left: 20px
}

.product-head {
    margin-bottom: 99px
}

.product-head__scroll-wrap {
    transition: box-shadow .2s linear
}

.product-head__scroll-wrap--fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: none
}

.product-head__scroll-wrap--fixed * {
    transition: none !important
}

@media (max-width: 991.98px) {
    .product-head__scroll-wrap--fixed .product-head__top-container {
        flex-direction: row;
        align-items: center
    }

    .product-head__scroll-wrap--fixed .product-head__title {
        display: none
    }

    .product-head__scroll-wrap--fixed .product-head__btn-group {
        margin-top: 0
    }
}

@media (max-width: 575.98px) {
    .product-head__scroll-wrap--fixed .product-head__price {
        font-size: 16px !important;
        margin-right: 0
    }

    .product-head__scroll-wrap--fixed .product-head__btn-group {
        margin-left: 10px
    }

    .product-head__scroll-wrap--fixed .product-head__btn-to-cart, .product-head__scroll-wrap--fixed .product-head__btn-to-credit {
        font-size: 10px;
        padding: 17px 10px;
        flex: 1
    }
}

.product-head__top {
    padding: 10px 0;
    background-color: #f6f7f9
}

@media (max-width: 991.98px) {
    .product-head__top {
        padding: 20px 0
    }
}

.product-head__top-container {
    display: flex;
    align-items: center;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 1169.98px) {
    .product-head__top-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 991.98px) {
    .product-head__top-container {
        flex-direction: column;
        align-items: flex-start
    }
}

.product-head__nav-wrap {
    background-color: #eff0f3
}

@media (max-width: 991.98px) {
    .product-head__nav-wrap {
        display: none
    }
}

.product-head__nav-container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 1169.98px) {
    .product-head__nav-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

.product-head__product-img-block {
    position: relative;
    display: flex;
    flex-basis: 50%;
    justify-content: center;
    align-items: flex-end;
    min-height: 603px;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 991.98px) {
    .product-head__product-img-block {
        flex-basis: 100%;
        margin-top: 0 !important
    }
}

@media (max-width: 991.98px) {
    .product-head__img {
        width: 100%
    }
}

.product-head__options-item-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px
}

.product-head__options-item-img {
    width: 100%;
    height: auto
}

.product-head__container-wrap {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    transition: none
}

@media (max-width: 1169.98px) {
    .product-head__container-wrap {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 991.98px) {
    .product-head__container-wrap {
        flex-direction: column;
        align-items: center
    }
}

.product-head__options-title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px
}

.product-head__container {
    background: url(../img/594043d968d2821c8d4a5420ad744a47.png) no-repeat 50%;
    background-size: cover;
    transition: 0ms
}

.product-head__third-section {
    flex-basis: 25%
}

.product-head__options-list {
    display: flex;
    flex-wrap: wrap
}

.product-head__options-item-checkbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-color: #f47a20;
    border-radius: 50%
}

.product-head__options-item-btn {
    display: flex;
    align-items: center;
    padding: 0
}

.product-head__options-list .selected .product-head__options-item-checkbox:after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    content: ""
}

.product-head__options-item {
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer
}

.product-head__options-item--active .product-head__options-item-checkbox:after, .product-head__options-item:hover .product-head__options-item-checkbox:after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    content: ""
}

.product-head__options {
    flex-basis: 25%;
    margin-top: 50px
}

.product-head__title {
    margin-right: auto;
    color: #333;
    font-weight: 400;
    font-size: 20px
}

.product-head__price {
    margin-right: 27px;
    white-space: nowrap
}

.product-head__price-old {
    color: #7d828f;
    font-weight: 300;
    font-size: 15px;
    text-decoration: line-through
}

.product-head__price-old + .product-head__price-cur {
    color: #f47a20
}

.product-head__price-cur {
    color: #7d828f;
    font-weight: 300;
    font-size: 24px
}

@media (max-width: 991.98px) {
    .product-head__btn-group {
        display: flex;
        width: 100%;
        margin-top: 10px
    }
}

.product-head__btn-to-credit {
    margin-right: 10px;
    padding: 17px 30px;
    color: #7d828f;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
    border-radius: 2px;
    white-space: nowrap
}

.product-head__btn-to-credit:hover {
    color: #b4b7be
}

@media (max-width: 991.98px) {
    .product-head__btn-to-credit {
        flex-basis: 50%;
        padding: 17px 0
    }
}

.product-head__btn-to-cart {
    padding: 17px 30px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #a4b4dc;
    border: none;
    border-radius: 2px;
    white-space: nowrap
}

.product-head__btn-to-cart:hover {
    background-color: #7f96ce
}

@media (max-width: 991.98px) {
    .product-head__btn-to-cart {
        flex-basis: 50%
    }
}

.product-head__list {
    padding: 10px 0
}

.product-head__list-item {
    display: inline
}

.product-head__list-item:not(:last-child) {
    margin-right: 30px
}

.product-head__list-link {
    color: #333;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-wrap: normal
}

.product-head__list-link:hover {
    color: #f47a20
}

.eff-section {
    margin-bottom: 80px;
    text-align: center;
}

.eff-section__advantage {
    display: flex;
    justify-content: space-around;
    max-width: 960px;
    margin: 0 auto
}


.eff-section__advantage-item {
    color: #333;
    font-weight: 100;
    font-size: 30px
}

.eff-section__advantage-num,.eff-section__advantage-num:first-of-type {
    color: #f47a20;
    font-size: 60px;
    margin: 0;
    line-height: normal;
}

.eff-section__advantage-text {
    margin-top: 10px;
    color: #a2a2a2;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.56
}

.eff-section__advantage-text--bg {
    position: relative;
    padding: 4px;
    color: #333;
    font-weight: 700
}

.eff-section__advantage-text--bg:before {
    position: absolute;
    top: -20%;
    left: -10%;
    /*z-index: -10;*/
    width: 120%;
    height: 140%;
    background: url(../img/6475e775ef38d668d990ba0f062db948.svg) no-repeat 50%;
    background-size: contain;
    content: ""
}

.eff-section__cards-container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}


.eff-section__card {
    flex-basis: 50%;
    max-width: 465px;
    padding: 40px 30px;
    text-align: center;
    background-color: #f7f7f7
}

.eff-section__card:nth-child(-n+2) {
    margin-bottom: 30px
}


.eff-section__card-title {
    margin-bottom: 38px;
    color: #a3b3dd;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4
}

.eff-section__card-img-container {
    max-width: 300px;
    height: 146px;
    margin: 0 auto 30px;
    text-align: center
}

.eff-section__card-img {
    width: 100%
}

.eff-section__card-desc {
    margin-bottom: 20px;
    color: #000;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.44
}

.eff-section__card-list {
    display: flex;
    flex-wrap: wrap
}

.eff-section__card-list-item {
    width: 50%;
    margin: 0 0 20px 0;
}
.eff-section__card-list-item:before {
    display: none !important;
}
.eff-section__card-list-item:last-child {
    flex: 1;
    width: auto;
    margin-bottom: 15px
}

.eff-section__card-list-item-char {
    margin-bottom: 5px;
    color: #333;
    font-weight: 200;
    font-size: 32px
}

.eff-section__card-list-item-label {
    color: #a2a2a2;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

.eff-section__card-title-footnote {
    color: #f47a20
}

.eff-section__card-footnote {
    color: #a2a2a2;
    text-align: left
}

.eff-section__card-footnote span {
    color: #f47a20
}

.eff-section__section-header {
    margin-bottom: 40px
}

.eff-section__video-block {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto
}


@media (max-width: 991.98px) {
    .eff-section__card {
        flex-basis: 100%;
        max-width: none
    }

    .eff-section__card:not(:last-child) {
        margin-bottom: 30px
    }

    .eff-section__video-block {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (max-width: 979.98px) {
    .eff-section__cards-container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (max-width: 767.98px) {
    .eff-section__advantage {
        flex-direction: column
    }
    .eff-section__advantage-item:first-child {
        margin-bottom: 40px
    }
}
.press-section {
    margin-bottom: 100px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 979.98px) {
    .press-section {
        padding-right: 15px;
        padding-left: 15px
    }
}

.press-section__banner-block {
    margin-bottom: 20px
}

.press-section__banner-link:hover {
    opacity: .9
}

.press-section__reviews-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (max-width: 767.98px) {
    .press-section__reviews-container {
        flex-direction: column
    }
}

.press-section__review {
    position: relative
}

.press-section__review:not(:last-child) {
    margin-right: 15px
}

@media (max-width: 767.98px) {
    .press-section__review:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.press-section__review-link:hover .press-section__review-title {
    color: #8ba4d4
}

.press-section__review-title {
    position: absolute;
    right: 45px;
    bottom: 30px;
    left: 45px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 15px;
    text-decoration: underline
}

@media (max-width: 991.98px) {
    .press-section__review-title {
        right: 25px;
        bottom: 20px;
        left: 25px
    }
}

@media (max-width: 767.98px) {
    .press-section__review-title {
        right: 45px;
        bottom: 30px;
        left: 45px
    }
}

.press-section__platforms-container {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767.98px) {
    .press-section__platforms-container {
        flex-direction: column
    }
}

.press-section__platform {
    display: flex;
    flex: 1;
    justify-content: center;
    max-width: 225px;
    min-height: 120px;
    text-align: center;
    background-color: #f7f7f7
}

.press-section__platform:not(:last-child) {
    margin-right: 10px
}

@media (max-width: 767.98px) {
    .press-section__platform:not(:last-child) {
        max-width: none;
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media (max-width: 767.98px) {
    .press-section__platform {
        max-width: none
    }
}

.press-section__platform-img {
    margin: 0 0 18px 0 !important;
}

.press-section__platform-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.press-section__platform-link:hover .press-section__platform-title {
    color: #8ba4d4
}

.press-section__platform-title {
    margin: 0 0 20px 0 !important;
    color: #a2a2a2;
    font-size: 12px
}

.video-block__content {
    padding: 20px 0 100px
}

.video-block__content video {
    width: 100%
}

.trial-section {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 979.98px) {
    .trial-section {
        padding-right: 15px;
        padding-left: 15px
    }
}

.trial-section__chart {
    margin-top: 50px
}

.trial-section__chart svg {
    width: 100%;
    height: auto
}

.partners-section {
    max-width: 1560px;
    margin: 0 auto 100px;
    padding: 0 20px;
    border-bottom: 1px solid #e5eaef
}

.partners-section__container {
    max-width: 960px;
    margin: 0 auto 40px
}

.partners-section__title {
    margin-bottom: 40px;
    color: #333;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    text-align: center
}

.partners-section__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch
}

.partners-section__list-item {
    display: flex;
    flex-basis: 16.6666%;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0
}

@media (max-width: 991.98px) {
    .partners-section__list-item {
        flex-basis: 25%
    }
}

@media (max-width: 575.98px) {
    .partners-section__list-item {
        flex-basis: 50%
    }
}

.related-products {
    max-width: 1140px;
    margin: 0 auto 120px;
    overflow: hidden
}

@media (max-width: 991.98px) {
    .related-products {
        margin: 0 20px 120px
    }
}

.related-products__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px
}

@media (max-width: 575.98px) {
    .related-products__header {
        flex-direction: column;
        margin-bottom: 30px
    }
}

.related-products__title {
    color: #333;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2
}

@media (max-width: 575.98px) {
    .related-products__title {
        margin-bottom: 20px
    }
}

.related-products__header-btn-group {
    display: flex
}

@media (max-width: 575.98px) {
    .related-products__header-btn-group {
        margin-left: auto
    }
}

.related-products__btn-next, .related-products__btn-prev {
    display: flex;
    align-items: center;
    padding: 15px 17px;
    background-color: #f7f7f7;
    border: none;
    border-radius: 2px
}

.related-products__btn-next:hover, .related-products__btn-prev:hover {
    background-color: #dedede
}

.related-products__btn-next {
    margin-left: 10px
}

.related-products__btn-next svg {
    transform: rotate(180deg)
}

.related-products__container-list {
    transition: all .3s ease-in
}

.related-products__container-list-item:not(:last-child) {
    margin-bottom: 30px
}

.related-products__card {
    display: flex;
    padding: 22px 30px 25px;
    border: 3px solid #f7f7f7
}

@media (max-width: 991.98px) {
    .related-products__card {
        flex-direction: column
    }
}

.related-products__list-wrap {
    position: relative;
    width: 100%;
    overflow: hidden
}

.related-products__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1140px
}

.related-products__list-item {
    min-width: 100%;
    overflow: hidden
}

.related-products__list-item:not(:last-child) {
    margin-bottom: 20px
}

.related-products__img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    max-height: 150px;
    margin-right: 30px
}

@media (max-width: 991.98px) {
    .related-products__img-container {
        width: 100%;
        max-width: none;
        max-height: 250px;
        margin-right: 0
    }
}

.related-products__img {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: 100%;
    max-height: 100%
}

@media (max-width: 991.98px) {
    .related-products__img {
        max-height: 250px
    }
}

.related-products__name {
    margin-bottom: 10px;
    color: #333;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4
}

.related-products__desc {
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #7d828f;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px solid #f2f4f7
}

.related-products__content {
    flex-grow: 1
}

.related-products__content-footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 575.98px) {
    .related-products__content-footer {
        flex-direction: column
    }
}

.related-products__price {
    color: #7d828f;
    font-weight: 300;
    font-size: 24px
}

@media (max-width: 575.98px) {
    .related-products__price {
        margin-bottom: 20px
    }
}

.related-products__btn-to-cart {
    padding: 17px 30px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #a4b4dc;
    border: none;
    border-radius: 2px
}

.related-products__btn-to-cart:hover {
    background-color: #7f96ce
}

@media (max-width: 575.98px) {
    .related-products__btn-to-cart {
        width: 100%
    }
}

.section-header {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 979.98px) {
    .section-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

.section-header__title {
    margin-bottom: 20px;
    color: #222F8D;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    text-align: center
}

.section-header__desc {
    max-width: 760px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    text-align: center
}

.product-promo__promo1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
    padding: 70px 20px 60px;
    background-color: #f7f7f7
}

.product-promo__promo1-img {
    max-width: 100%
}

.product-promo__promo2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    padding: 0 20px
}

.product-promo__promo2-img {
    max-width: 100%;
    margin-bottom: 20px
}

.product-promo__promo2-para {
    max-width: 760px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    text-align: center
}

.product-promo__promo3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 100px;
    padding: 50px 20px;
    background-color: #f7f7f7
}

@media (max-width: 991.98px) {
    .product-promo__promo3 {
        flex-direction: column
    }
}

.product-promo__promo3-img {
    max-width: 100%;
    margin-right: 15px
}

.product-promo__promo3-content {
    max-width: 465px;
    margin-left: 15px;
    color: #333
}

.product-promo__promo3-title {
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
    font-size: 32px
}

.product-promo__promo3-list {
    padding-left: 18px
}

.product-promo__promo3-list-item {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4
}

.product-promo__promo3-list-item:before {
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #a3b3dd;
    font-weight: 700;
    content: "\2022"
}

.product-promo__promo4 {
    min-height: 860px;
    margin: 0 auto 100px;
    background: url(../img/0030039f5b861887426e4c2043145009.png) no-repeat bottom;
    background-size: cover
}

.product-promo__promo5 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 20px;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 1169.98px) {
    .product-promo__promo5 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1199.98px) {
    .product-promo__promo5 {
        flex-direction: column-reverse;
        margin-bottom: 40px
    }
}

.product-promo__promo5-img {
    max-width: 100%;
    margin-right: 15px
}

@media (max-width: 1199.98px) {
    .product-promo__promo5-img {
        margin-right: 0
    }
}

.product-promo__promo5-content {
    max-width: 465px;
    margin-left: 15px;
    color: #333
}

@media (max-width: 1199.98px) {
    .product-promo__promo5-content {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px
    }
}

@media (max-width: 1199.98px) and (max-width: 979.98px) {
    .product-promo__promo5-content {
        padding-right: 15px;
        padding-left: 15px
    }
}

.product-promo__promo5-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px
}

.product-promo__promo5-para {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4
}

.product-promo__promo5-para:not(:last-child) {
    margin-bottom: 10px
}

.product-promo__promo6 {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    padding: 0 20px;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 1169.98px) {
    .product-promo__promo6 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 1199.98px) {
    .product-promo__promo6 {
        flex-direction: column
    }
}

.product-promo__promo6-img {
    max-width: 100%
}

.product-promo__promo6-content {
    max-width: 465px;
    color: #333
}

@media (max-width: 1199.98px) {
    .product-promo__promo6-content {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px
    }
}

@media (max-width: 1199.98px) and (max-width: 979.98px) {
    .product-promo__promo6-content {
        padding-right: 15px;
        padding-left: 15px
    }
}

.product-promo__promo6-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px
}

.product-promo__promo6-para {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4
}

.product-promo__promo6-list {
    display: flex
}

.product-promo__promo6-list-item {
    color: #8ba4d4;
    font-weight: 300;
    font-size: 18px;
    border-bottom: 1px solid rgba(139, 164, 212, .3)
}

.product-promo__promo6-list-item:not(:last-child) {
    margin-right: 20px
}

.product-promo__promo7 {
    display: flex;
    align-items: center;
    min-height: 600px;
    margin-bottom: 100px;
    padding: 0 20px;
    background: url(../img/f417cfaa06dc384ab49b3584d6631de8.jpg) no-repeat 0;
    background-size: cover
}

.product-promo__promo7-container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

@media (max-width: 1169.98px) {
    .product-promo__promo7-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

.product-promo__promo7-content {
    max-width: 465px;
    margin-left: 50%;
    color: #333
}

@media (max-width: 991.98px) {
    .product-promo__promo7-content {
        margin-left: 0
    }
}

.product-promo__promo7-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px
}

.product-promo__promo7-para {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4
}

.product-promo__promo8 {
    margin-bottom: 90px
}

.product-promo__promo8-container {
    display: flex;
    align-items: center;
    min-height: 600px;
    margin: 100px auto 0;
    padding: 0 20px;
    background: url(../img/9081a93941051cb7e1b56fd50794e4f1.png) no-repeat 50%;
    background-size: cover
}

.product-promo__promo8-content-wrap {
    display: flex;
    flex-basis: 50%
}

@media (max-width: 991.98px) {
    .product-promo__promo8-content-wrap {
        flex-basis: 100%
    }
}

.product-promo__promo8-content {
    max-width: 465px;
    margin-left: auto;
    color: #333
}

@media (max-width: 991.98px) {
    .product-promo__promo8-content {
        margin-left: 0
    }
}

.product-promo__promo8-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2
}

.product-promo__promo8-para {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4
}

.product-promo__promo8-btn {
    padding: 0;
    color: #8ba4d4;
    font-weight: 300;
    font-size: 18px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(139, 164, 212, .3)
}

.product-promo__promo9 {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    padding: 0 20px
}

.product-promo__promo9-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1560px;
    padding-bottom: 120px;
    border-bottom: 1px solid #e5eaef
}

@media (max-width: 991.98px) {
    .product-promo__promo9-container {
        flex-direction: column-reverse
    }
}

.product-promo__promo9-img {
    max-width: 100%;
    margin-right: 15px
}

@media (max-width: 991.98px) {
    .product-promo__promo9-img {
        margin-right: 0
    }
}

.product-promo__promo9-content {
    max-width: 465px;
    margin-left: 15px;
    color: #333
}

@media (max-width: 991.98px) {
    .product-promo__promo9-content {
        margin-bottom: 20px;
        margin-left: 0
    }
}

.product-promo__promo9-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px
}

.product-promo__promo9-para {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4
}

.product-promo__promo9-para:not(:last-child) {
    margin-bottom: 10px
}

.product-promo__promo3-1-title {
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
    font-size: 32px
}

.product-promo__promo3-1-para {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4
}

.product-promo__promo3-1 {
    max-width: 960px;
    margin: 0 auto 100px;
    text-align: center
}

.product-promo__section-header {
    margin-bottom: 60px
}

.docs-product {
    max-width: 1140px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .docs-product {
        padding: 0 20px
    }
}

.docs-product__title {
    margin-bottom: 20px;
    color: #222F8D;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    text-align: center
}

.docs-product__list {
    display: flex;
    flex-direction: column
}

.docs-product__list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 3px solid #f7f7f7;
    transition: all .2s
}

.docs-product__list-item:hover {
    border-color: transparent;
    box-shadow: 0 10px 30px rgba(125, 130, 143, .15)
}

.docs-product__list-item:hover .docs-product__icon svg rect {
    fill: #a3b3dd
}

.docs-product__list-item:hover .docs-product__icon svg path {
    fill: #fff
}

.docs-product__link {
    display: flex;
    flex: 1;
    padding: 20px
}

.docs-product__icon {
    flex: 0;
    margin-right: 20px
}

.docs-product__icon svg path, .docs-product__icon svg rect {
    transition: fill .2s
}

.docs-product__content {
    flex: 1
}

.docs-product__doc-name {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4
}

.docs-product__doc-info {
    color: #7d828f;
    text-transform: uppercase;
    margin-top: 5px
}

#properties td {
    vertical-align: top
}

.reviews-slider {
    margin-bottom: 150px
}

.reviews-slider__wrap {
    position: relative;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 1169.98px) {
    .reviews-slider__wrap {
        padding-right: 15px;
        padding-left: 15px
    }
}

.reviews-slider__list-item-wrap {
    padding: 0 20px
}

.reviews-slider__body {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid rgba(229, 234, 239, .4);
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(83, 100, 133, .05), 0 1px 0 rgba(83, 100, 133, .05);
    cursor: -webkit-grab;
    cursor: grab
}

.reviews-slider__body:after {
    position: absolute;
    top: 100%;
    left: 34px;
    width: 30px;
    height: 18px;
    background: url(../img/5049021fe67f5b0e952ff51c4664f5aa.png) 0 0 no-repeat;
    content: ""
}

.reviews-slider__list {
    margin: 0 -20px;
    transition: all .3s ease-in
}

.reviews-slider__btn-next, .reviews-slider__btn-prev {
    position: absolute;
    top: 50%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid rgba(229, 234, 239, .4);
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(83, 100, 133, .05), 0 1px 0 rgba(83, 100, 133, .05);
    cursor: pointer
}

.reviews-slider__btn-next:hover svg path, .reviews-slider__btn-prev:hover svg path {
    fill: #f37a1f
}

.reviews-slider__btn-prev {
    left: 0;
    transform: translateY(-50%)
}

@media (max-width: 1199.98px) {
    .reviews-slider__btn-prev {
        left: 20px
    }
}

.reviews-slider__btn-next {
    right: 0;
    transform: translateY(-50%)
}

@media (max-width: 1199.98px) {
    .reviews-slider__btn-next {
        right: 20px
    }
}

.reviews-slider__rating {
    display: flex;
    margin-bottom: 10px !important
}

.reviews-slider__rating-star {
    opacity: .3
}

.reviews-slider__rating-star:not(:last-child) {
    margin-right: 5px
}

.reviews-slider__rating-star--active {
    opacity: 1
}

.reviews-slider__review-text {
    position: relative;
    max-height: 5.5716em;
    overflow: hidden;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4
}

.reviews-slider__review-text--show {
    max-height: none;
    padding-bottom: 20px
}

.reviews-slider__review-text--show:after {
    display: none
}

.reviews-slider__review-text:after {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    content: ""
}

.reviews-slider__toggle-btn {
    margin-top: 2px;
    padding: 0;
    color: #a3b3dd;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px dotted #a3b3dd
}

.reviews-slider__toggle-btn--active {
    color: #f37a1f
}

.reviews-slider__info {
    margin-left: 20px
}

.reviews-slider__name {
    margin-bottom: 3px;
    color: #333;
    font-weight: 700;
    font-size: 14px
}

.reviews-slider__date-city {
    color: #333;
    font-size: 13px
}

.market_review_source_link {
    margin-left: 10px;
    color: #a3b3dd;
    text-decoration: underline
}

.catalog-section {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 140px
}

@media (max-width: 1169.98px) {
    .catalog-section {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 991.98px) {
    .catalog-section {
        max-width: 700px
    }
}

.catalog-section__cards-list {
    display: flex;
    flex: 1;
    flex-direction: column
}

.catalog-section__cards-list + .catalog-section__btn-more {
    margin-top: 30px
}

.catalog-section__cards-list + .catalog-section__pagination {
    margin-top: 60px
}

.catalog-section__cards-list-item {
    display: flex;
    border: 3px solid #f7f7f7
}

.catalog-section__cards-list-item:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width: 991.98px) {
    .catalog-section__cards-list-item {
        position: relative;
        flex-direction: column;
        align-items: center
    }
}

.catalog-section__cards-list-item:hover {
    border-color: transparent;
    box-shadow: 0 10px 30px rgba(125, 130, 143, .15)
}

.has-second-pic:hover .catalog-section__card-img {
    display: none
}

.has-second-pic:hover .catalog-section__card-second-img {
    display: block
}

.has-related-products:hover .catalog-section__card-char-list {
    display: none
}

.has-related-products:hover .catalog-section__card-related-list {
    display: flex
}

.catalog-section__card-img-link {
    width: 380px;
    height: 311px;
    padding: 30px;
    text-align: center
}

@media (max-width: 991.98px) {
    .catalog-section__card-img-link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%
    }
}

.catalog-section__card-img {
    width: auto !important;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.catalog-section__card-second-img {
    display: none;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.catalog-section__card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 30px 0 0
}

@media (max-width: 991.98px) {
    .catalog-section__card-content {
        position: static;
        width: 90%;
        padding: 40px 0 0
    }
}

.catalog-section__card-sticker {
    position: absolute;
    top: -3px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f47a20;
    border-radius: 2px
}

.catalog-section__card-sticker--lead {
    padding: 5px 15px
}

.catalog-section__card-sticker--sale {
    padding: 5px 6px
}

.catalog-section__card-title {
    color: #333;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4
}

.catalog-section__card-char-list {
    display: flex;
    align-items: center;
    min-height: 185px;
    border-bottom: 1px solid #f2f4f7
}

@media (max-width: 991.98px) {
    .catalog-section__card-char-list {
        justify-content: space-around
    }
}

@media (max-width: 575.98px) {
    .catalog-section__card-char-list {
        flex-direction: column
    }
}

.catalog-section__card-related-list {
    display: none
}

.catalog-section__card-related-list img {
    max-width: 150px;
    max-height: 85px
}

.catalog-section__banner {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer
}

@media (max-width: 991.98px) {
    .catalog-section__banner {
        display: flex;
        padding: 30px 0;
        background-color: #535552
    }
}

@media (max-width: 575.98px) {
    .catalog-section__banner {
        flex-direction: column;
        align-items: center
    }
}

.catalog-section__banner:hover svg path {
    stroke: #f47a20
}

.catalog-section__banner svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)
}

@media (max-width: 991.98px) {
    .catalog-section__banner svg {
        position: static;
        flex: 1;
        transform: none
    }
}

.catalog-section__banner__title {
    position: absolute;
    top: 50%;
    left: 40px;
    color: #fff;
    font-weight: 200;
    font-size: 40px;
    transform: translateY(-50%)
}

@media (max-width: 991.98px) {
    .catalog-section__banner__title {
        position: static;
        margin-left: 20px;
        transform: none
    }
}

@media (max-width: 575.98px) {
    .catalog-section__banner__title {
        margin-bottom: 20px;
        margin-left: 0
    }
}

.catalog-section__banner-img {
    width: 100%;
    height: auto
}

@media (max-width: 991.98px) {
    .catalog-section__banner-img {
        display: none
    }
}

.catalog-section__card-char-list-item {
    flex-basis: 35%
}

.catalog-section__card-char-list-item p {
    color: #7d828f;
    font-weight: 200;
    font-size: 32px
}

.catalog-section__card-char-list-item p span {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1;
    text-transform: uppercase
}

@media (max-width: 575.98px) {
    .catalog-section__card-char-list-item:not(:last-child) {
        margin-bottom: 20px
    }
}

.catalog-section__card-footer {
    display: flex;
    flex: 0;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

@media (max-width: 575.98px) {
    .catalog-section__card-footer {
        flex-direction: column
    }
}

.catalog-section__card-oldprice {
    color: #7d828f;
    font-weight: 300;
    font-size: 15px;
    text-decoration: line-through
}

.catalog-section__card-oldprice + .catalog-section__card-price {
    color: #f47a20
}

.catalog-section__card-price {
    color: #7d828f;
    font-weight: 300;
    font-size: 24px
}

@media (max-width: 575.98px) {
    .catalog-section__card-price {
        margin-bottom: 20px
    }
}

.catalog-section__card-btn {
    padding: 18px 30px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #7d828f;
    border-radius: 2px;
    cursor: pointer
}

.catalog-section__card-btn.add-to-basket {
    background-color: #a4b4dc
}

.catalog-section__card-btn.add-to-basket:hover {
    background-color: #92a5d5
}

@media (max-width: 575.98px) {
    .catalog-section__card-btn {
        width: 100%
    }
}

.catalog-section__card-btn:hover {
    background-color: #8ba4d4
}

.catalog-section__card-content {
    flex: 1
}

.catalog-section__btn-more {
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 0;
    color: #333;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f6f7f9
}

.catalog-section__btn-more:hover {
    background-color: #f0f2f5
}

.catalog-section__pagination {
    display: flex;
    justify-content: center
}

.catalog-section__pagination-list {
    display: flex;
    margin: 0 20px
}

.catalog-section__btn-next {
    transform: scaleX(-1)
}

.catalog-section__btn-next, .catalog-section__btn-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 2px
}

.catalog-section__btn-next:hover, .catalog-section__btn-prev:hover {
    background-color: #f0f2f5
}

.catalog-section__pagination-list-item {
    width: 40px;
    height: 40px;
    border-radius: 2px
}

.catalog-section__pagination-list-item--active {
    background-color: #8ba4d4
}

.catalog-section__pagination-list-item--active .catalog-section__pagination-link {
    color: #fff
}

.catalog-section__pagination-list-item:hover .catalog-section__pagination-link {
    color: #a3b3dd
}

.catalog-section__pagination-link {
    display: flex;
    color: #7d828f;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px
}

.catalog-section__modal, .catalog-section__pagination-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.catalog-section__modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0
}

.catalog-section__modal--show {
    display: flex
}

.catalog-section__video-container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

@media (max-width: 1169.98px) {
    .catalog-section__video-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

.catalog-section__modal-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.catalog-section__modal-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.catalog-section__modal-btn-close {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    opacity: .7
}

.catalog-section__modal-btn-close:hover {
    opacity: 1
}

#properties tr {
    border-bottom: 1px solid #eff0f3
}

#properties td {
    padding: 5px 0
}

div[data-value="properties"] table tr:nth-child(odd) {
    background: #f6f7f9;
    border-bottom: none !important;
}
div[data-value="properties"] table tr td {
    vertical-align: top;
    padding: 15px 10px 8px;
    overflow-wrap: break-word;
    height: 38px;
    vertical-align: middle !important;
    word-wrap: break-word;
    font-size: 15px !important;
    padding-left: 10px !important;
}
div[data-value="properties"] table tr td:first-child {
    color: #9b9b9b!important;
}
.ordered-block:not(.goods) .tab-content > .tab-pane  {
    display: block;
}
#desc_brand {
    margin-bottom: 100px;
}
.ordered-block {
    margin: 100px auto !important;
}
.maxwidth-theme.bottom-info-wrapper .tab-content,.maxwidth-theme.bottom-info-wrapper .tab-pane,.ordered-block.goods{
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;

}
.product-detail-gallery__thmb-container {
    position: absolute;
    bottom: 10px;
    width: 100%;
}