@font-face {
    font-family: "SF UI Display";
    font-style: normal;
    font-weight: 400;
    src: local("SF UI Display"),
    url("/local/templates/bass2021/fonts/sf-ui-display-regular/sf-ui-display-regular.woff2") format("woff2"),
    url("/local/templates/bass2021/fonts/sf-ui-display-regular/sf-ui-display-regular.woff") format("woff");
}
.fixed-header{
    z-index: 100;
}
jdiv [class*=jivoMobileButton] {
/*    left: 20px; */

    bottom: 40px;
}
.contacts-sect__geo-text.address-box {
    border: 3px dashed #59b2ed;
    padding: 15px;
}
a.contacts-sect__gallery-item{
    text-decoration: none;
}

a.contacts-sect__gallery-item p{
    color: initial;
    text-decoration: none;
    text-align: center;
}

.btn-default{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    max-width: 100%;
    text-align: center;
    height: 50px;
    padding: 5px 15px;
    background-color: #ff4651;
    border: 1px solid #ff4651;
    color: #fff;
    text-transform: uppercase;
    line-height: .05em;
    font-size: 11px;
    font-family: Noah,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    box-shadow: none;
    transition: 0.3 ease;
}
.btn-default:hover{
    cursor: pointer;
    background-color: transparent;
    color: #ff4651;
}

.article-sect__header-author-img{
    flex: 1 0 108px;
}
.article-sect__header-author-desc{
    font-weight: 600;
}

.works-sect .works-sect__subtitle-text a{
    color: inherit;
    text-decoration: none;
}

.mproducts-sect__slide-slide{
    background-position: left center;
    background-size: contain;
    cursor: pointer;
}

.catalog-sect__ctrls-view .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
    border: none;
    padding: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    cursor: pointer;
}

.catalog-sect__ctrls-view .button.active svg {
    fill: #4591e3;
}

.main-header__phone-row a{
    color: inherit;
}
.main-header__phone-row a:hover{
    color: #4591e3!important;
}
.main-header__social .main-header__social-label{
    display: none;
}
.main-header__ctrls > .main-header__ctrls-link:nth-child(1){
    visibility: hidden;
}
.main-nav .main-nav__nav-text{
    position: relative;
    white-space: initial;
    /*color: #ffffff;*/
    padding-right: 10px;
    font-size: 12px;
}
.main-nav .main-nav__nav-text::after{
    position: absolute;
    right: -5px;
    top: 50%;
    width: 5px;
    height: 5px;
    transform: translateY(-50%) rotate(45deg);
    /*filter: brightness(0) invert(1);*/
}
.main-nav .main-nav__nav-link.no-sub .main-nav__nav-text{
    padding-right: 0;
}
.main-nav .main-nav__nav-link.no-sub .main-nav__nav-text::after{
    content: none;
}
.main-nav{
    background-color: #fcfcfc;
    /*box-shadow: 5px 5px 15px rgba(89, 178, 237, 0.35);*/
}
.main-nav .main-nav__nav-link{
    padding-left: 10px;
    padding-right: 10px;
}
.main-nav li:first-child .main-nav__nav-link{
    padding-left: 0;
}
.main-nav li:last-child .main-nav__nav-link{
    padding-right: 0;
}

.main-nav .main-nav__nav-icon{
    flex-basis: 22px;
    margin-right: 10px;
}

.popup-window-buttons{
    padding-left: 20px;
    padding-right: 20px;
}
.popup-window-buttons .def-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 50px;
    padding: 5px 15px;
    background-color: #ff4651;
    color: #fff;
    text-transform: uppercase;
    line-height: .05em;
    font-size: 11px;
    font-family: Noah,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    box-shadow: none;
}
.popup-window-buttons .def-btn:hover{
    box-shadow: 0 6px 16px rgb(255, 70, 81, 0.35);
}

.popup-window-content .call-popup__input_bottom textarea{
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: "SF Pro Display",Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 15px 20px 10px 25px;
    border: 1px solid #dde3ea;
    border-radius: 5px;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    min-height: 100px;
}

/* MODAL POPUP */
.modalPopup{
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 14px rgb(0 0 0 / 9%);
    box-shadow: 0 6px 14px rgb(0 0 0 / 9%);
    border-radius: 8px;
    padding: 20px 30px;
}
.modalPopup .popup-window-close-icon::after{
    width: 15px;
    height: 15px;
    background-image: url('./img/icons/close.svg')
}
.modalPopup .popup-window-titlebar-text{
    color: #25292d;
    font-size: 18px;
    font-family: Noah,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.modalPopup .popup-window-content{
    padding: 20px 10px;
    text-align: center;
}
.modalPopup .popup-window-content *{
    color: #555f68;
    font-size: 14px;
    line-height: 170%;
    font-family: -apple-system,BlinkMacSystemFont,"SF Pro Display",Arial,sans-serif;
}
.modalPopup .popUpIcon{
    margin-bottom: 25px;
    text-align: center;
}
.modalPopup .popUpIcon img{
    width: 42px;
}
.modalPopup .popup-window-buttons .def-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 150px;
    text-align: center;
    height: 50px;
    padding: 5px 15px;
    background-color: #ff4651;
    color: #fff;
    text-transform: uppercase;
    line-height: .05em;
    font-size: 11px;
    font-family: Noah,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    box-shadow: none;
}
.compare_link{
    position: relative;
}
.compare_count{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #ff4651;
    color: #fff;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    border-radius: 50%;
}
.vreview-sect__item-more .vreview-sect__item-more-link{
    width: 100%;
    display: flex;
    align-items: center;
    color: #707d8a;
}
.vreview-sect__item-more .vreview-sect__item-more-link img{
    width: 45px;
    height: auto;
    margin-right: 10px;
}
.vreview-sect__item-more .vreview-sect__item-more-link span{
    color: #707d8a;
    line-height: 170%;
    font-size: 12px;
}

.text-light{
    color: #ffffff!important;
}
.mx-auto{
    margin-left: auto!important;
    margin-right: auto!important;
}
.mt-3{
    margin-top: 1em!important;
}
.mb-3{
    margin-bottom: 1em!important;
}
.ml-0{
    margin-left: 0!important;
}
.pl-3{
    padding-left: 1em!important;
}
.pt-3{
    padding-top: 1em!important;
}
.pl-4{
    padding-left: 1.5em!important;
}
.list-disc,
.list-disc li{
    list-style: disc;
}

.w-100{
    max-width: 100%!important;
    width: 100%!important;
}
ul.normal-style{
    font-size: 14px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 170%;
    margin-bottom: 25px;
}
.catalog-sect__article li,
.catalog-sect__article ul {
    margin-left: 10px;
    list-style-type: disc;
}
/*
.modal-content {
    background-color: transparent!important;
    border: 0!important;
}
button.close {
    position: absolute;
    right: 22px;
    cursor: pointer;
    z-index: 100000;
}*/
.main-nav__submenu{
    z-index: 99;
}
.amoforms-footer-copyright{display:none!important}

.modalPopup {
    padding: 10px 0!important;
    z-index: 1150;
}

.modal button.popup-window-buttons{
    background: transparent;
    border: 0;
    padding: 10px 0;
}
.modal-title{
    font-size: 16px;
    margin-bottom: 0;
}
ul.main-nav__nav li>a{text-decoration:none}
ul.main-nav__submenu-content-nav li {display:block}
.main-header__phone-row a {
    text-decoration: none;
}
.modal.show {
    display: block!important;
    opacity: 1!important;
}
.bx-filter_range-price {
    margin-top: -10px;
}
.bx-filter_range-price__title {
    font-weight: bold;
    font-size: 16px;
}
.bx-filter_range-price__choice___input label{
    font-weight: normal;
    font-size: 14px;
    line-height: 134%;
    color: #25292d;
    padding-left: 25px;
    cursor: pointer;
}
.bx-filter_range-price__button {
    margin: 10px auto 20px;
    text-align: center;
}
.bx-filter_range-price__button button{
    background-color: #1485ce;
    border-color: #1485ce;
    color: #fff;
    padding: 4px 15px;
    font-size: 14px;
}
.bx-filter_range-price__button button:hover{
    background-color: #53a4d8;
    border-color: #53a4d8;
    color: #fff;
}
.catalog-sect__brends .catalog-sect__products {
    display: grid;
    grid-template-columns: repeat(4,23%);
    grid-column-gap: 2.5%;
    grid-row-gap: 51px;
    margin-bottom: 70px;
    position: relative;
    z-index: 0;
}
.favorites .inner{
    text-align: center;
    margin-bottom: 25px;
}
.inner_title{
    font-size: 1.4rem;
}
.mproducts-sect__slide-hctrls .favor.active svg {
    fill: #ffc107;
}
.modalPopup h3>a {
    color: #000;
    text-decoration: none;
}
.modalPopup h3>a:hover {
    text-decoration: none;
}
.modalPopup .mproducts-sect__slide-price-now {
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    color: #25292d;
    font-size: 18px!important;
    white-space: nowrap;
    margin-right: 11px;
}
.modalPopup .mproducts-sect__slide-btn {
    height: auto!important;
}
.modalPopup .mproducts-sect__slide-label span {
    color: #fff;
}
.modalPopup .mproducts-sect__slide-btn .text-btn {
    color: #fff;
}
.modalPopup .mproducts-sect__slide-btn .text-btn:hover {
    text-decoration: none;
}
.article-sect__text ul {
    margin: 0;
    list-style-type: disc;
}
.article-sect__text ul li {
    padding-left: 0;
    list-style-type: disc;
}


#modalFeedback .modal-content{
    border-radius: 0;
}
#modalFeedback .modal-header {
    position: relative;
    display: block;
    border-bottom: 0;
    text-align: center;
    margin: auto;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#modalFeedback .modal-header .close {
    position: absolute;
    top: 10px;
    right: 14px;
    padding: 0;
    margin: 0;
}
#modalFeedback .modal-title {
    padding-top: 30px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.5;
}
#modalFeedback .modal-text{
    text-align: center;
    padding: 0 50px 25px;
    color: #A4A4A4;
    line-height: 1.5;
}
#modalFeedback .box-feedback_border>div:first-child
{
    border: 1px solid #DDE3EA;
}
#modalFeedback .box-feedback_border>div:nth-child(2)
{
    border: 1px solid #DDE3EA;
    border-left: 0;
}
#modalFeedback .box-feedback_border>div:nth-child(3)
{
    border: 1px solid #DDE3EA;
    border-top: 0;
}
#modalFeedback .box-feedback_border>div:last-child
{
    border-right: 1px solid #DDE3EA;
    border-bottom: 1px solid #DDE3EA;
}
#modalFeedback .box-feedback{
}
#modalFeedback .box-feedback a{
    display: block;
    color: #090404;
    padding: 35px;
}
#modalFeedback .box-feedback:hover a{
    color: #fff;
    text-decoration: none;
}
#modalFeedback .box-feedback img{
    padding-bottom: 10px;
    transition: all .3s ease;
}
#modalFeedback .box-feedback:hover img{
    opacity: 0;
}
#modalFeedback .box-feedback.call:hover {
    background: url("https://lovia-spa.ru/images/icons/call_hover.png") 50% 36% no-repeat #34b1b0;
}
#modalFeedback .box-feedback.request-call:hover {
    background: url("https://lovia-spa.ru/images/icons/request-call_hover.png") 50% 36% no-repeat #34b1b0;
}
#modalFeedback .box-feedback.viber:hover {
    background: url("https://lovia-spa.ru/images/icons/viber_hover.png") 50% 36% no-repeat #7c52a0;
}
#modalFeedback .box-feedback.whatsapp:hover {
    background: url("https://lovia-spa.ru/images/icons/whatsapp_hover.png") 50% 36% no-repeat #2cc54e;
}
.home_banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home_banner__block {
    width: 100%;
    height: 425px;
}
.win-logo {
    margin: 0 10px;
}
.win-logo a,
.win-logo a:hover {
    color: #707d8a;
    text-decoration: none;
}
.win-logo_txt {
    font-size: 12px;
    line-height: 1;
    float: left;
    padding: 8px 5px;
}
.win-logo_svg {
    float: right;
}
.win-logo_svg svg {
    width: 122px;
    height: 35px;
    fill: #707d8a;
    stroke: #707d8a;
}
.win-logo_svg svg path {
    fill: #707d8a;
    stroke: #707d8a;
}







@media (max-width: 1200px) {
    .catalog-sect__brends .catalog-sect__products {
        grid-template-columns: repeat(3,32%);
        grid-column-gap: 2%;
    }
}
@media (max-width: 768px) {
    .home_banner {
        background-size: auto 100%;
    }
.home_banner__block {
    width: 100%;
    height: 235px;
}
    .mini-cart__item-count {
        top: 0;
        right: 5px;
    }
    .catalog-sect__brends .catalog-sect__product {
        width: 100%;
        margin-bottom: 30px;
    }
    .catalog-sect__brends .catalog-sect__products {
        grid-template-columns: repeat(2,49%);
    }
}
@media (max-width: 600px) {
    .home_banner__block {
        height: 215px;
    }
}
@media (max-width: 540px) {
    .home_banner__block {
        height: 160px;
    }
}
@media (max-width: 411px) {
    .catalog-sect__brends .catalog-sect__products {
        grid-template-columns: repeat(1,100%);
        grid-column-gap: 0;
    }
    .home_banner__block {
        height: 130px;
    }
}
iframe, img {
    max-width: 100% !important;
}
.roistat-multiwidget-pulsator-holder{
    bottom: 40px !important;
}
.zphone{
    color: #4591E3;
    text-decoration: none;
}
.container-iframe{
    position: relative;
    width: 100%;
    padding-top: calc(100% / 16 * 9);
}
.container-iframe iframe{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 0;
    right: 0;
}

.garant-sect__container {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.container {
    width: 1120px;
    margin: 0 auto;
}

.aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
}

.garant-sect__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-left: 50px;
}

.redlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
}
.redlist__item {
    padding-left: 15px;
    position: relative;
    margin: 7px 0px;
}
.redlist__item::before {
    content: "";
    position: absolute;
    background: #FF4651;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1220px) {
    .garant-sect__container {
        width: calc(100% - 40px);
    }

    .container {
        width: calc(100% - 40px);
    }
}
@media (max-width: 992px) {
    .aside {
        display: none;
    }

    .garant-sect__main {
        margin-left: 0px;
    }
}
/*new-style end*/

/*guaranty start*/
.garant-sect__main-add {
    margin-top: 60px;
}

.q_add__title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}
.q_add__text {
    margin-top: 22px;
}
.q_add__subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 22px;
}
.q_add__list {
    margin-top: 10px;
}
.q_add__list-cert li:last-child::before {
    display: none;
}
.q_add__table {
    width: 90%;
    border: 1px solid #B1BECB;
    border-top: none;
    margin-top: 32px;
    margin-bottom: 32px;
}
.q_add__table tr {
    width: 100%;
}
.q_add__table td {
    border: 1px solid #B1BECB;
    width: 25%;
    text-align: center;
    vertical-align: middle;
}
.q_add__table p {
    display: block;
    margin: auto auto;
}
.q_add__table thead {
    height: 70px;
    background: #EBEFF2;
}
.q_add__table thead tr td {
    color: #F22F2F;
}
.q_add__table thead tr td:first-child {
    color: #707D8A;
}
.q_add__table tbody tr td {
    height: 70px;
}
.q_add__num-list {
    list-style: auto;
    padding-left: 50px;
}
.q_add__num-list li {
    margin: 5px 0px;
}

@media (max-width: 640px) {
    .q_add__table {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .q_add__table td {
        font-size: 12px;
    }

    .q_add__table tbody tr td {
        height: 65px;
    }
}
.garant-sect__main-exception {
    margin-top: 60px;
}

.q_exc {
    padding: 60px;
    padding-top: 10px;
    border: 1px solid #b1becb;
    border-radius: 10px;
}
.q_exc__title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    color: #25292d;
    background: #fff;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 15px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.q_exc__bottom {
    font-size: 14px;
    line-height: 22px;
    margin-top: 23px;
    color: #000;
}
.q_exc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
}
.q_exc__list-item {
    padding-left: 15px;
    position: relative;
    margin: 7px 0px;
}
.q_exc__list-item::before {
    content: "";
    position: absolute;
    background: #FF4651;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1160px) {
    .q_exc__title {
        font-size: 22px;
    }

    .q_exc {
        padding: 40px;
    }
}
@media (max-width: 1024px) {
    .q_exc__title {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .q_exc {
        padding-top: 20px;
    }

    .q_exc__title {
        width: auto;
        -webkit-transform: none;
        transform: none;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .q_exc__title {
        font-size: 16px;
        line-height: 21px;
    }

    .q_exc {
        padding: 20px;
    }
}
.garant-sect__main-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.q_garant-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.q_garant-hero__title {
    font-size: #25292D;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.q_garant__description {
    width: 45%;
    font-size: 14px;
    line-height: 22px;
}
.q_garant__img {
    width: 40%;
}

@media (max-width: 1160px) {
    .q_garant-hero__title {
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 640px) {
    .q_garant-hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .q_garant__description {
        width: 100%;
    }

    .q_garant__description {
        margin-top: 15px;
    }

    .q_garant-hero__title {
        font-size: 32px;
    }
}
@media (max-width: 420px) {
    .q_garant__img {
        width: 60%;
    }

    .q_garant-hero__title {
        font-size: 26px;
    }

    .q_garant__img {
        margin-top: 20px;
    }
}
.garant-sect__main-req {
    margin-top: 45px;
}

.q_req {
    padding: 60px;
    border: 1px solid #B1BECB;
    border-radius: 10px;
}
.q_req__title {
    font-size: 26px;
    line-height: 32px;
    color: #25292D;
    text-align: center;
    background: #fff;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 15px;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}
.q_req-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.q_req__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 32%;
}
.q_req__item-img {
    width: 56px;
    height: auto;
}
.q_req__item-text {
    margin-top: 20px;
}
.q_req__bottom {
    font-size: 14px;
    line-height: 22px;
    margin-top: 33px;
}

@media (max-width: 1160px) {
    .q_req__title {
        font-size: 22px;
    }

    .q_req {
        padding: 40px 40px;
    }
    .q_req__title {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
@media (max-width: 1024px) {
    .q_req__title {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .q_req {
        padding-top: 20px;
    }

    .q_req__title {
        -webkit-transform: none;
        transform: none;
        width: auto;
        margin-bottom: 25px;
    }

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

    .q_req__item {
        width: 100%;
        max-width: 100%;
        margin: 10px 0px;
    }
    .modal-cookie {
        padding: 10px 20px!important;
    }
    .modal-cookie .form-sect__form-submit {
        height: 38px!important;
        font-size: 12px!important;
    }
    .modal-cookie-content p {
        font-size: 11px;
        line-height: 1;
    }
}
@media (max-width: 480px) {
    .q_req__item-img {
        width: 48px;
    }
}
@media (max-width: 480px) {
    .q_req__title {
        font-size: 16px;
        line-height: 21px;
    }
}
@media (max-width: 420px) {
    .q_req {
        padding: 20px;
    }
}
.q_trade__title {
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
.q_trade__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.q_trade__wrap .q_trade__text {
    width: 55%;
}
.q_trade__img {
    width: 35%;
}
.q_trade__title {
    margin-top: 30px;
}
.q_trade__reason {
    margin: 22px 0px;
    color: #000;
}
.q_trade__reason b {
    font-weight: 700;
}
.q_trade__subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
}

@media (max-width: 1160px) {
    .q_trade__title {
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 640px) {
    .q_trade__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .q_trade__wrap .q_trade__text {
        width: 100%;
        margin: 10px 0px;
    }
}
@media (max-width: 420px) {
    .q_trade__title {
        font-size: 26px;
    }
}
.q_wrn {
    padding: 30px 55px;
    border: 1px solid #4591E3;
    border-radius: 10px;
}
.q_wrn__title {
    color: #4591E3;
    font-size: 18px;
    line-height: 28px;
}
.q_wrn__description {
    margin-top: 12px;
    color: #000;
}

@media (max-width: 1160px) {
    .q_wrn {
        padding: 30px 40px;
    }

    .garant-sect__main-exception {
        margin-top: 50px;
    }
}
@media (max-width: 420px) {
    .q_wrn {
        padding: 20px;
    }
}
/*guaranty end*/
.cdesc-sect .cdesc-sect__description *{
    text-align: left;
    font-family: "SF UI Display",Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #25292D;
    font-size: 14px;
    line-height: 133.7%;
}
.cdesc-sect .cdesc-sect__description h3, .cdesc-sect__description .cdesc-sect__description-title{
    margin-bottom: 17px;
    color: #000;
    line-height: 133.7%; 
    font-size: 22px;
}
.cdesc-sect .cdesc-sect__description p{
    color: #25292D;
    font-size: 14px;
    line-height: 133.7%;
}

.cdesc-sect .cdesc-sect__description ol {
    padding: 0;
}
.cdesc-sect .cdesc-sect__description ol li {
    list-style-type: decimal;
}
.cdesc-sect .cdesc-sect__description li p:first-child{
    display: inline;
    /*text-indent: 0em;*/
}
.cdesc-sect .cdesc-sect__description li{
    list-style-position: inside;
    list-style-type: circle;
}