/*.section-title p {*/
/*    text-transform: uppercase;*/
/*    color: #0f8ba1;*/
/*    font-weight: 700;*/
/*    letter-spacing: 1px;*/
/*    margin: 0 0 8px*/
/*}*/

/*.section-title__header {*/
/*    font-weight: 600;*/
/*    letter-spacing: 0;*/
/*    margin: 0*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .btn-orange {*/
/*        width: 100%*/
/*    }*/
/*}*/

/*.btn-orange:hover {*/
/*    background-color: transparent;*/
/*    color: #e35d3a*/
/*}*/

/*.btn-orange:focus {*/
/*    outline: none*/
/*}*/

/*.btn-turqoise {*/
/*    color: #fff;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    padding: 16px 40px;*/
/*    background-color: #188ea5;*/
/*    border: 1px solid #188ea5;*/
/*    border-radius: 4px*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .btn-turqoise {*/
/*        width: 100%*/
/*    }*/
/*}*/

/*.btn-turqoise:hover {*/
/*    background-color: transparent;*/
/*    color: #188ea5*/
/*}*/

/*.btn-turqoise:focus {*/
/*    outline: none*/
/*}*/

/*.control-label {*/
/*    font-weight: 600;*/
/*    margin-bottom: 8px*/
/*}*/

/*.control-input {*/
/*    position: relative*/
/*}*/

/*.control-input input, .control-input textarea {*/
/*    display: block;*/
/*    width: 100%;*/
/*    border: 1px solid #E6E6E6;*/
/*    padding: 15px;*/
/*    font-weight: 600;*/
/*    color: #131C32;*/
/*    appearance: none;*/
/*    background-color: transparent;*/
/*    border-radius: 4px*/
/*}*/

/*.control-input input:disabled, .control-input textarea:disabled {*/
/*    cursor: default;*/
/*    color: #E6E6E6;*/
/*    -webkit-text-fill-color: currentcolor*/
/*}*/

/*.control-input textarea {*/
/*    resize: none;*/
/*    height: 112px*/
/*}*/

/*.control-number {*/
/*    position: relative*/
/*}*/

/*.control-number input {*/
/*    padding-left: 54px;*/
/*    padding-right: 54px;*/
/*    text-align: center*/
/*}*/

/*.control-number__btn {*/
/*    position: absolute;*/
/*    width: 54px;*/
/*    height: 54px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    cursor: pointer;*/
/*    top: 1px*/
/*}*/

/*.control-number__btn._dec {*/
/*    left: 1px*/
/*}*/

/*.control-number__btn._dec span {*/
/*    background-image: url(../imgs/icons/minus.svg)*/
/*}*/

/*.control-number__btn._inc {*/
/*    right: 1px*/
/*}*/

/*.control-number__btn._inc span {*/
/*    background-image: url(../imgs/icons/plus.svg)*/
/*}*/

/*.control-number__btn span {*/
/*    width: 24px;*/
/*    height: 24px*/
/*}*/

/*.product-info-section {*/
/*    position: relative;*/
/*    overflow: hidden*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .product-info-section {*/
/*        margin-top: -67px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .product-info-section {*/
/*        padding-top: 80px*/
/*    }*/
/*}*/

/*.product-info-section:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 50%;*/
/*    top: 0;*/
/*    background-image: url(../imgs/icons/product-bg-top.svg);*/
/*    background-size: cover*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .product-info-section:before {*/
/*        width: 517px;*/
/*        height: 224px;*/
/*        margin-right: -97px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .product-info-section:before {*/
/*        width: 1572px;*/
/*        height: 680px;*/
/*        margin-right: -320px*/
/*    }*/
/*}*/

/*.product-info-section:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    background-image: url(../imgs/icons/product-bg-right.svg);*/
/*    background-size: cover*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .product-info-section:after {*/
/*        width: 220px;*/
/*        height: 227px;*/
/*        top: 95px;*/
/*        margin-left: 100px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .product-info-section:after {*/
/*        width: 488px;*/
/*        height: 504px;*/
/*        top: 306px;*/
/*        margin-left: 471px*/
/*    }*/
/*}*/

/*.product-info-layout {*/
/*    letter-spacing: 0;*/
/*    position: relative*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .product-info-layout {*/
/*        display: flex;*/
/*        flex-direction: row;*/
/*        justify-content: space-between*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .product-info-layout__img {*/
/*        max-width: 400px;*/
/*        margin: 0 auto*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .product-info-layout__img {*/
/*        flex: 50% 0 0*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .product-info-layout__desc {*/
/*        margin-top: 24px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .product-info-layout__desc {*/
/*        flex: 41.666% 0 0*/
/*    }*/
/*}*/

/*.product-info-title {*/
/*    font-size: 40px;*/
/*    line-height: 64px;*/
/*    font-weight: 600*/
/*}*/

/*.product-info-price {*/
/*    margin-top: 16px*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .product-info-price {*/
/*        font-size: 18px;*/
/*        line-height: 24px;*/
/*        font-weight: 700*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .product-info-price {*/
/*        font-size: 40px;*/
/*        line-height: 64px;*/
/*        font-weight: 600*/
/*    }*/
/*}*/

/*.product-info-desc {*/
/*    margin-top: 16px*/
/*}*/

/*.product-info-desc p {*/
/*    margin-bottom: 0*/
/*}*/

/*.product-info-desc p:not(:first-child) {*/
/*    margin-top: 24px*/
/*}*/

/*.product-info-actions {*/
/*    margin-top: 40px*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .product-info-actions {*/
/*        display: flex;*/
/*        align-items: flex-end*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .product-info-actions__qty {*/
/*        margin-bottom: 24px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .product-info-actions__qty {*/
/*        width: 173px;*/
/*        margin-right: 32px*/
/*    }*/
/*}*/

/*.benefits-section {*/
/*    letter-spacing: 0;*/
/*    padding: 60px 0*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .benefits-list {*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        justify-content: center*/
/*    }*/
/*}*/

/*.benefits-item {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding: 0 16px*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .benefits-item {*/
/*        width: 20%;*/
/*        max-width: 232px*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .benefits-item:not(:first-child) {*/
/*        margin-top: 32px*/
/*    }*/
/*}*/

/*.benefits-item__img {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 70px;*/
/*    height: 80px;*/
/*    background-image: url(../imgs/icons/benefits-poligon.svg)*/
/*}*/

/*.benefits-item p {*/
/*    margin-top: 8px;*/
/*    text-align: center*/
/*}*/

/*.p-about-section {*/
/*    letter-spacing: 0;*/
/*    padding: 40px 0 60px*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .p-about-section {*/
/*        padding: 0*/
/*    }*/
/*}*/

/*.p-about-section .content-img {*/
/*    text-align: center*/
/*}*/

/*.p-about-section .content-img img {*/
/*    width: 100%;*/
/*    max-width: 600px*/
/*}*/

/*@media only screen and (max-width: 1920px) and (min-width: 992px) {*/
/*    .p-about-section .content-img img {*/
/*        max-width: 31.250vw*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .p-about-section .content-img img {*/
/*        max-width: 320px*/
/*    }*/
/*}*/

/*.p-about-section .content p {*/
/*    margin-bottom: 0*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .p-about-section .content p {*/
/*        margin-top: 24px*/
/*    }*/
/*}*/

/*.p-about-section .d-ltr {*/
/*    direction: ltr*/
/*}*/

/*.p-about-section .d-rtl {*/
/*    direction: rtl*/
/*}*/

/*.reviews-section {*/
/*    letter-spacing: 0;*/
/*    overflow: hidden*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .reviews-section {*/
/*        padding: 40px 0 40px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .reviews-section {*/
/*        padding: 60px 0*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) and (max-width: 991px) {*/
/*    .reviews-section__title {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: space-between;*/
/*        margin-bottom: 80px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .reviews-section__title {*/
/*        width: 450px;*/
/*        flex-shrink: 0*/
/*    }*/
/*}*/

/*.reviews-section__title h2 {*/
/*    font-weight: 600;*/
/*    margin: 0*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .reviews-section__title h2 {*/
/*        font-size: 24px;*/
/*        line-height: 40px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .reviews-section__title h2 {*/
/*        font-size: 24px;*/
/*        line-height: 40px*/
/*    }*/
/*}*/

/*.reviews-section-bg {*/
/*    position: relative*/
/*}*/

/*.reviews-section-bg:before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    background-image: url(../imgs/icons/reviews-bg.svg);*/
/*    background-size: cover;*/
/*    z-index: -1*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .reviews-section-bg:before {*/
/*        width: 464px;*/
/*        height: 518px;*/
/*        left: 104px;*/
/*        top: 9px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .reviews-section-bg:before {*/
/*        width: 932px;*/
/*        height: 1040px;*/
/*        left: 50%;*/
/*        margin-left: 134px;*/
/*        top: -136px*/
/*    }*/
/*}*/

/*.reviews-swiper {*/
/*    padding-bottom: 40px*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .reviews-swiper {*/
/*        width: 872px;*/
/*        overflow: hidden;*/
/*        padding-left: 8px;*/
/*        margin-left: -8px*/
/*    }*/
/*}*/

/*.reviews-swiper-nav {*/
/*    display: flex*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .reviews-swiper-nav {*/
/*        display: none*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .reviews-swiper-nav {*/
/*        margin-top: 24px*/
/*    }*/
/*}*/

/*.reviews-swiper-nav .swiper-button-prev, .reviews-swiper-nav .swiper-button-next {*/
/*    position: static;*/
/*    width: 56px;*/
/*    height: 56px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 4px;*/
/*    margin: 0 24px 0 0;*/
/*    background: linear-gradient(180deg, rgba(204, 230, 235, 0.5) 0%, #B7DCE3 100%), #fff*/
/*}*/

/*.reviews-swiper-nav .swiper-button-prev:hover, .reviews-swiper-nav .swiper-button-next:hover {*/
/*    background: linear-gradient(180deg, #D4E1E5 0%, #ABCDD5 100%)*/
/*}*/

/*.reviews-swiper-nav .swiper-button-prev:active, .reviews-swiper-nav .swiper-button-next:active {*/
/*    background: #0F8BA1*/
/*}*/

/*.reviews-swiper-nav .swiper-button-prev.swiper-button-disabled, .reviews-swiper-nav .swiper-button-next.swiper-button-disabled {*/
/*    opacity: 0.3*/
/*}*/

/*.reviews-swiper-nav .swiper-button-prev:after, .reviews-swiper-nav .swiper-button-next:after {*/
/*    display: none*/
/*}*/

/*.reviews-swiper .swiper-slide {*/
/*    min-height: 0;*/
/*    transition: opacity .2s ease-out*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .reviews-swiper .swiper-slide {*/
/*        width: calc(100vw - 92px);*/
/*        margin-right: 24px*/
/*    }*/

/*    .reviews-swiper .swiper-slide:last-of-type {*/
/*        margin-right: 32px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .reviews-swiper .swiper-slide {*/
/*        width: 400px;*/
/*        margin-right: 32px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .reviews-swiper .swiper-slide.swiper-slide-next + .swiper-slide {*/
/*        opacity: 0*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .reviews-content {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: space-between*/
/*    }*/
/*}*/

/*.reviews-slider-wrap {*/
/*    min-width: 0*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .reviews-slider-wrap {*/
/*        margin-top: 24px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 992px) {*/
/*    .reviews-slider-wrap {*/
/*        width: 51.3333%*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .reviews-quote {*/
/*        display: none*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .reviews-quote {*/
/*        display: flex*/
/*    }*/

/*    .reviews-quote._top {*/
/*        justify-content: flex-start;*/
/*        margin-bottom: 46px*/
/*    }*/

/*    .reviews-quote._btm {*/
/*        justify-content: flex-end*/
/*    }*/
/*}*/

/*.reviews-item {*/
/*    background: #fff;*/
/*    box-shadow: 0px 25px 16px rgba(0, 0, 0, 0.04);*/
/*    border-radius: 8px*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .reviews-item {*/
/*        padding: 16px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .reviews-item {*/
/*        padding: 40px 24px*/
/*    }*/
/*}*/

/*.reviews-item__desc {*/
/*    margin: 0*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .reviews-item__desc {*/
/*        height: 168px;*/
/*        overflow-y: auto*/
/*    }*/
/*}*/

/*.reviews-item__author {*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    font-weight: 600;*/
/*    margin-top: 16px*/
/*}*/

/*.p-video-section {*/
/*    letter-spacing: 0*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-video-section {*/
/*        padding: 24px 0 60px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-video-section {*/
/*        padding: 32px 0 60px*/
/*    }*/
/*}*/

/*.p-video-section__title {*/
/*    font-weight: 600;*/
/*    margin: 0*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-video-section__title {*/
/*        font-size: 24px;*/
/*        line-height: 40px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-video-section__title {*/
/*        font-size: 24px;*/
/*        line-height: 40px*/
/*    }*/
/*}*/

/*.p-video-content {*/
/*    position: relative*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-video-content {*/
/*        margin-top: 24px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-video-content {*/
/*        margin-top: 32px*/
/*    }*/
/*}*/

/*.p-video-content video {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: auto*/
/*}*/

/*.p-video-btn {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: url(../imgs/icons/video-play.png) no-repeat center center;*/
/*    background-size: 64px 64px;*/
/*    cursor: pointer;*/
/*    z-index: 5;*/
/*    transition: opacity .2s ease-out*/
/*}*/

/*.p-video-btn._playing {*/
/*    opacity: 0*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-gallery-section {*/
/*        padding-top: 60px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-gallery-section {*/
/*        padding: 60px 0*/
/*    }*/
/*}*/

/*.p-gallery-slider {*/
/*    padding-bottom: 48px*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-gallery-slider {*/
/*        height: 328px;*/
/*        margin-top: 24px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-gallery-slider {*/
/*        height: 424px;*/
/*        margin-top: 24px*/
/*    }*/
/*}*/

/*.p-gallery-slider .swiper-pagination {*/
/*    bottom: 0*/
/*}*/

/*.p-gallery-slider .swiper-pagination .swiper-pagination-bullet {*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    margin: 8px;*/
/*    background-color: #131C32*/
/*}*/

/*.p-gallery-slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {*/
/*    opacity: 0.25;*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    margin: 9px*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-gallery-slider .swiper-button-next, .p-gallery-slider .swiper-button-prev {*/
/*        display: none*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-gallery-slider .swiper-button-next, .p-gallery-slider .swiper-button-prev {*/
/*        width: 24px;*/
/*        height: 24px*/
/*    }*/

/*    .p-gallery-slider .swiper-button-next::after, .p-gallery-slider .swiper-button-prev::after {*/
/*        display: none*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-gallery-slider .swiper-button-prev {*/
/*        left: 0*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-gallery-slider .swiper-button-next {*/
/*        right: 0*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-gallery-slide {*/
/*        width: 378px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) and (max-width: 860px) {*/
/*    .p-gallery-slide {*/
/*        width: 338px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-gallery-slide:not(.swiper-slide-active) {*/
/*        opacity: 0.25*/
/*    }*/

/*    .p-gallery-slide.swiper-slide-next, .p-gallery-slide.swiper-slide-prev {*/
/*        opacity: 0.75*/
/*    }*/
/*}*/

/*.p-gallery-slide-img {*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center*/
/*}*/

/*.p-gallery-slide-img img {*/
/*    width: auto;*/
/*    height: auto;*/
/*    max-height: 100%;*/
/*    max-width: 100%*/
/*}*/

/*.p-learn-more-section {*/
/*    letter-spacing: 0*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-learn-more-section {*/
/*        padding-top: 40px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-learn-more-section {*/
/*        padding-top: 60px*/
/*    }*/
/*}*/

/*.p-learn-more-description p {*/
/*    margin: 24px 0 0*/
/*}*/

/*.p-suggestion-section {*/
/*    letter-spacing: 0*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-suggestion-section {*/
/*        padding-bottom: 40px*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-suggestion-section__title {*/
/*        padding: 24px 0*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-suggestion-section__title {*/
/*        padding: 32px 0;*/
/*        position: relative;*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        align-items: center*/
/*    }*/
/*}*/

/*.p-suggestion-section__title h2 {*/
/*    font-weight: 600;*/
/*    margin: 0*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-suggestion-section__title h2 {*/
/*        font-size: 24px;*/
/*        line-height: 40px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-suggestion-section__title h2 {*/
/*        font-size: 24px;*/
/*        line-height: 40px*/
/*    }*/
/*}*/

/*.p-suggestion-swiper-nav {*/
/*    display: flex*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-suggestion-swiper-nav {*/
/*        display: none*/
/*    }*/
/*}*/

/*.p-suggestion-swiper-nav .swiper-button-prev, .p-suggestion-swiper-nav .swiper-button-next {*/
/*    position: static;*/
/*    width: 56px;*/
/*    height: 56px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 4px;*/
/*    margin: 0 0 0 24px;*/
/*    background: linear-gradient(180deg, rgba(204, 230, 235, 0.5) 0%, #B7DCE3 100%), #fff*/
/*}*/

/*.p-suggestion-swiper-nav .swiper-button-prev:hover, .p-suggestion-swiper-nav .swiper-button-next:hover {*/
/*    background: linear-gradient(180deg, #D4E1E5 0%, #ABCDD5 100%)*/
/*}*/

/*.p-suggestion-swiper-nav .swiper-button-prev:active, .p-suggestion-swiper-nav .swiper-button-next:active {*/
/*    background: #0F8BA1*/
/*}*/

/*.p-suggestion-swiper-nav .swiper-button-prev.swiper-button-disabled, .p-suggestion-swiper-nav .swiper-button-next.swiper-button-disabled {*/
/*    opacity: 0.3*/
/*}*/

/*.p-suggestion-swiper-nav .swiper-button-prev:after, .p-suggestion-swiper-nav .swiper-button-next:after {*/
/*    display: none*/
/*}*/

/*.p-suggestion-slider {*/
/*    padding-bottom: 40px*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-suggestion-slider .swiper-slide {*/
/*        width: calc(100vw - 92px);*/
/*        margin-right: 24px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-suggestion-slider .swiper-slide {*/
/*        width: 378px;*/
/*        margin-right: 32px*/
/*    }*/
/*}*/

/*.p-suggestion-item {*/
/*    background: #FFFFFF;*/
/*    box-shadow: 0px 24px 16px rgba(0, 0, 0, 0.04);*/
/*    border-radius: 4px*/
/*}*/

/*.p-suggestion-item a {*/
/*    display: block;*/
/*    color: #131c32*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-suggestion-item a {*/
/*        padding: 16px;*/
/*        height: 352px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-suggestion-item a {*/
/*        padding: 24px 24px 0;*/
/*        height: 400px*/
/*    }*/
/*}*/

/*.p-suggestion-item__img {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-suggestion-item__img {*/
/*        height: 200px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-suggestion-item__img {*/
/*        height: 220px*/
/*    }*/
/*}*/

/*.p-suggestion-item__img img {*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    width: auto;*/
/*    height: auto*/
/*}*/

/*.p-suggestion-item__desc {*/
/*    display: flex;*/
/*    flex-direction: column*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-suggestion-item__desc {*/
/*        padding-top: 16px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-suggestion-item__desc {*/
/*        padding: 24px 0 0*/
/*    }*/
/*}*/

/*.p-suggestion-item__desc h3 {*/
/*    overflow: hidden;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-suggestion-item__desc h3 {*/
/*        font-size: 18px;*/
/*        line-height: 24px;*/
/*        font-weight: 700;*/
/*        max-height: 48px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-suggestion-item__desc h3 {*/
/*        font-size: 20px;*/
/*        line-height: 24px;*/
/*        font-weight: 600;*/
/*        max-height: 48px*/
/*    }*/
/*}*/

/*.p-suggestion-item__desc p {*/
/*    margin: 8px 0 0;*/
/*    height: 48px;*/
/*    overflow: hidden;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2*/
/*}*/

/*.p-suggestion-item__btm {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-suggestion-item__btm {*/
/*        padding: 0 16px 16px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-suggestion-item__btm {*/
/*        padding: 0 20px 20px*/
/*    }*/
/*}*/

/*.p-suggestion-item__btm ._price {*/
/*    margin: 0*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .p-suggestion-item__btm ._price {*/
/*        font-size: 18px;*/
/*        line-height: 24px;*/
/*        font-weight: 700*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .p-suggestion-item__btm ._price {*/
/*        font-size: 24px;*/
/*        line-height: 40px;*/
/*        font-weight: 600*/
/*    }*/
/*}*/

/*.p-suggestion-item-cart {*/
/*    display: flex;*/
/*    cursor: pointer*/
/*}*/

/*.faq-section {*/
/*    letter-spacing: 0*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .faq-section {*/
/*        padding: 24px 0 50px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .faq-section {*/
/*        padding: 60px 0*/
/*    }*/
/*}*/

/*.faq-section-title {*/
/*    margin-bottom: 0;*/
/*    font-size: 24px;*/
/*    line-height: 40px;*/
/*    font-weight: 600*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .faq-section-content {*/
/*        padding-top: 8px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .faq-section-content {*/
/*        display: flex;*/
/*        margin: 8px -16px 0*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) and (min-width: 768px) {*/
/*    .faq-section-content-column {*/
/*        padding: 0 16px;*/
/*        width: 50%*/
/*    }*/
/*}*/

/*.faq-list {*/
/*    margin-bottom: 0*/
/*}*/

/*.faq-list-item {*/
/*    background: #fff;*/
/*    box-shadow: 0px 24px 16px rgba(0, 0, 0, 0.04);*/
/*    border-radius: 4px*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .faq-list-item {*/
/*        margin-top: 16px;*/
/*        width: 100%*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .faq-list-item {*/
/*        margin-top: 32px*/
/*    }*/
/*}*/

/*.faq-list-item dt {*/
/*    display: block*/
/*}*/

/*.faq-list-item dt a {*/
/*    display: block;*/
/*    color: inherit;*/
/*    font-weight: 600;*/
/*    position: relative*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .faq-list-item dt a {*/
/*        padding: 24px 48px 24px 16px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .faq-list-item dt a {*/
/*        padding: 24px 64px 24px 24px*/
/*    }*/
/*}*/

/*.faq-list-item dt a:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 24px;*/
/*    right: 16px;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    background-image: url(../imgs/icons/chevron-down.svg)*/
/*}*/

/*.faq-list-item dt a.active:after {*/
/*    transform: rotate(180deg)*/
/*}*/

/*.faq-list-item dd {*/
/*    display: none;*/
/*    margin: 0*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .faq-list-item dd {*/
/*        padding: 0 48px 24px 16px*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
/*    .faq-list-item dd {*/
/*        padding: 0 64px 24px 24px*/
/*    }*/
/*}*/

/*!*# sourceMappingURL=style.min.css.map *!*/