* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    list-style: none;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}
html {
    font-size: 62.5%;
    width: 100%;
}
body {
    color: #1a181b;
    font-family: Montserrat, 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    width: 100%;
    background-color: #fff;
    background-repeat: repeat;
    word-wrap: break-word;
}

a,
button {
    cursor: pointer;
}



.wrapper {
    width: 100%;
    position: relative;
}



.flex-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    position: relative;
    padding-left: 2.4rem;
    background-color: #F8F8F8;
    padding-bottom: 2.4rem;
}
.flex-row__col-1 {
    width: 25rem;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
}
.flex-row__col-2 {
    width: 100%;
    position: relative;
    margin: 0 2.4rem;
    flex-shrink: 1;
}





.intro-banners {
    display: flex;
    align-items: stretch;
}

.slider-wrapper {
    width: 60%;
}

.design-banner {
    width: calc(40% - .4rem);
    margin-left: .4rem;
    background-image: url('../img/pages/main/intro/design/bg.jpg');
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: stretch;
}
.design-banner__content {
    padding: 4.8rem;
    display: flex;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.design-banner__title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1.2;
}
.design-banner__link {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 2.4rem;
    color: #32292F;
    background-color: #FCDC4D;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    border-radius: 50rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
    transition: .2s;
    height: 4rem;
}







.breadcrumbs {
    margin-top: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    position: relative;
}
.breadcrumbs__item {
    margin-left: .6rem;
}
.breadcrumbs__item:first-child {
    margin-left: 0;
}
.breadcrumbs__link {
    transition: .2s;
}
.breadcrumbs__link:hover {
    color: #49A8BC
}
.breadcrumbs__label {
    /*text-transform: uppercase;*/
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
}
.breadcrumbs__label.no-link {
    color: #49A8BC;
}
.breadcrumbs__icon {
    margin-left: .6rem;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}






.article {
    margin-top: 2.4rem;
    background-color: #fff;
    padding: 3.2rem 4.8rem;
    border-left: 1.2rem solid #49A8BC;
}

.article-title {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    font-size: 3.2rem !important;
    border-bottom: .2rem solid rgba(0, 0, 0, .12);
}

.article-content,
.article-content p,
.article-content b,
.article-content li {
    line-height: 1.7;
    font-size: 1.6rem;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    line-height: 1.3;
    font-weight: 700;
    color: #49A8BC;
}
.article-content h1 {
    font-size: 2.6rem;
}
.article-content h2 {
    font-size: 2.4rem;
}
.article-content h3 {
    font-size: 2.2rem;
}
.article-content h4 {
    font-size: 2rem;
}
.article-content h5 {
    font-size: 1.8rem;
}
.article-content h6 {
    font-size: 1.6rem;
}
.article-content ul,
.article-content ol {
    
}
.article-content ul li,
.article-content ol li {
    list-style-type: inherit;
    list-style-position: inside;
    line-height: 1.4;
    margin-top: .6rem;
}
.article-content ul li {
    list-style-type: disc;
}
.article-content ol li {
    list-style-type: decimal;
}
.article-content ul li:first-child,
.article-content ol li:first-child {
    margin-top: 0;
}


.article-content a {
    text-decoration: underline;
    color: #49A8BC !important;
    font-weight: 700 !important;
}

.detail_picture {
    display: none;
}




.posts-related {
    margin-top: 2.4rem;
}
.posts-related__title {
    font-weight: 700;
    font-size: 2.6rem;
}













.search-page {
    background-color: #fff;
    padding: 4.8rem 2.4rem;
    margin-top: 2.4rem;
    box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, .2);
}






























.bx-basket#basket-root {
    background-color: #fff;
    padding: 2.4rem 2.4rem;
    margin-top: 2.4rem;
}

.basket-items-list-header {
    display: none;
}

.basket-items-list-item-container {
    padding-top: 1.2rem;
    margin-top: 1.2rem;
    border-top: .1rem solid rgba(0, 0, 0, .12);
}
.basket-items-list-item-container:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.basket-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.basket-item__img-wrap {
    border: .1rem solid rgba(0, 0, 0, .12);
    border-radius: 1rem;
    padding: 1rem;
}
.basket-item-image-link {
    position: relative;
    display: flex;
    flex-shrink: 0;
    width: 7rem;
}
.basket-item-image-link:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.basket-item-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.basket-item__title {
    flex-shrink: 1;
    margin-left: 2.4rem;
    width: 100%;
}
.basket-item__title-link {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
}



.flexible-spacing {
    width: 100%;
    flex-shrink: 1;
}




.basket-item__price {
    margin-left: 2.4rem;
    flex-shrink: 0;
}
.basket-item-block-price {

}
.basket-item-price-current {

}
.basket-item__price .basket-item-price-current-text {
    font-weight: 400;
    font-size: 1.8rem;
    text-align: center;
    display: block;
}
.basket-item-price-title {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 0rem;
}









.basket-item__quantity {
    margin-left: 2.4rem;
    flex-shrink: 0;
}
.basket-item-block-amount {
    display: flex;
    align-items: center;
    border-radius: 20rem;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .03);
    padding: .6rem;
}
.basket-item-amount-btn-minus,
.basket-item-amount-btn-plus {
    background-color: #FCDC4D;
    width: 3rem;
    height: 3rem;
    border-radius: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.basket-item-amount-btn-minus {
    
}
.basket-item-amount-btn-plus {
    
}
.basket-item-amount-btn-minus:before,
.basket-item-amount-btn-plus:before {
    font-family: Fontello;
    font-size: 2rem;
}
.basket-item-amount-btn-minus:before {
    content: '\e819';
}
.basket-item-amount-btn-plus:before {
    content: '\e818';
}

.basket-item-amount-filed-block {

}
.basket-item-amount-filed {
    width: 4rem;
    text-align: center;
    height: 3rem;
    font-weight: 700;
    font-size: 1.6rem;
}

.basket-item-amount-field-description {
    display: none;
}







.basket-item__total {
    flex-shrink: 0;
    margin-left: 2.4rem;
}
.basket-item__total .basket-item-price-current-text {
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    display: block;
}
.basket-item__total-desc {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0rem;
}






.basket-item__remove {
    margin-left: 2.4rem;
    flex-shrink: 0;
}
.basket-item-actions-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background-color: #32292F;
    border-radius: 20rem;
    color: #fff;
}
.basket-item-actions-remove:before {
    content: '\e82e';
    font-family: Fontello;
    font-size: 1rem;
}







.basket-checkout-container {
    display: none;
}































.info-banners {
    margin-top: 4.8rem;
    padding: 0 2.4rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.info-banners__banner {
    width: calc(50% - 1.2rem);
}

.info-banner {
/*    height: 35rem;*/
    background-color: #f8f8f8;
    padding: 8rem 4.8rem;
    position: relative;
    overflow: hidden;
    border-radius: 1.6rem;
}
.info-banner:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    content: '';
    background-color: rgba(255, 255, 255, .2);
}
.info-banner__text {
    position: relative;
    z-index: 10;
}
.info-banner__title {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 400;
    max-width: 70%;
    text-shadow: 0 0 1.8rem #fff;
}
.info-banner__subtitle {
    border-top: .2rem solid rgba(0, 0, 0, .2);
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 2.4rem;
    margin-top: 2.4rem;
    color: #49A8BC;
    text-shadow: 0 0 1.8rem #fff;
}

.banner-delivery {
    background-image: url('../img/pages/main/banner-delivery-bg.jpg');
    background-size: cover;
    background-position: center center;
}
.banner-loan {
    background-image: url('../img/pages/main/banner-loan-bg.jpg');
    background-size: cover;
    background-position: center center;
}











.block {
    /*margin-top: 6rem;*/
}
.block--news {
    /*padding: 0 2.4rem;*/
    margin-top: 4.8rem;

}
.block--advices {
    padding: 0;
    margin-top: 4.8rem;
}
.block__title {
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;
    padding-bottom: 1.3rem;
    border-bottom: .6rem solid rgba(0, 0, 0, .08);
    position: relative;
}
.block__title-link {
    display: flex;
    align-items: center;
    width: 100%;
}
.block__title-icon {
    display: block;
    color: rgba(0, 0, 0, .12);
    font-size: 5rem;
    z-index: -1;
    position: absolute;
    right: 0;
    margin-right: -1.4rem;
    top: 0;
    margin-top: -1.2rem;
}
.block__title-text {
    display: flex;
    align-items: center;
    position: relative;
}
.block__title-label {
    color: inherit;
    color: #555;
    font-size: 2.8rem;
    display: block;
    font-weight: 700;
    padding-bottom: .4rem;
}
.block__title-link-label {
    color: #777;
    font-size: 1.4rem;
    /*letter-spacing: .4rem;*/
    display: inline-block;
    margin-left: 1.1rem;
    /*text-transform: uppercase;*/
    font-weight: 700;
    position: relative;
    padding-left: 1.7rem;
    transition: .2s;
    /*padding-bottom: .1rem;*/
}
.block__title-link-label:hover {
    color: #444;
}
.block__title-link-label:before {
    content: '';
    left: 0;
    top: 50%;
    margin-top: -.3rem;
    width: .6rem;
    height: .6rem;
    background-color: #777;
    border-radius: 5rem;
    position: absolute;
}


.news__title {
    
}
.news__title .block__title-icon {
    
}

.advices__title {
    
}
.advices__title .block__title-icon {
    
}

.features__title {
    
}
.features__title .block__title-icon {
    
}































.block-comments {
    padding: 0 2.4rem;
    margin-top: 4.8rem;
}

.comments {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.section-comments__comment {
    width: calc(33.33% - 1.6rem);
    padding: 2.4rem;
    background-color: #f8f8f8;
    display: flex;
    position: relative;
    margin-left: 2.4rem;
    /*border: .2rem solid #34ac65;*/
    border-radius: 1.2rem;
}
.section-comments__comment:nth-child(3n-2) {
    margin-left: 0;
}
.section-comments__comment:before {
    content: '';
    position: absolute;
    top: 0rem;
    left: 0;
    margin-top: 3.6rem;
    margin-left: -3.2rem;
    border: 1.6rem solid transparent;
    /*border-top: 1.6rem solid #34ac65;*/
    border-right: 1.6rem solid #f8f8f8;
    /*border-bottom: 1.6rem solid #34ac65;*/
}
.section-comments__avatar {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #49A8BC;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    border-radius: 20rem;
    width: 6rem;
    height: 6rem;
    margin-right: 2.4rem;
}
.section-comments__details {
    flex-shrink: 1;
    width: 100%;
    border-left: .1rem solid rgba(0, 0, 0, .4);
    padding-left: 2.4rem;
}
.section-comments__text {
    line-height: 1.5;
}
.section-comments__meta {
    margin-top: 2rem;
    display: flex;
    align-items: center;
}
.section-comments__author {
    font-weight: 700;
    display: block;
}
.section-comments__date {
    font-weight: 700;
    display: block;
    color: rgba(0, 0, 0, .25);
    margin-left: 2rem;
}
.section-comments__link {
    display: flex;
    text-align: center;
    align-self: flex-start;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -5rem;
    font-family: Montserrat;
    color: #fff;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .3rem;
    background-color: #b19994;
    transition: .2s;
    height: 5rem;
}
.section-comments__link:hover {
    background-color: #2a2b2a;
}

/*.comment-respond {
    margin-top: 6rem;
    padding-top: 6rem;
    border-top: 1rem solid #DEC0BA;
    width: calc(50% - 3rem);
}
.commenting__title {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
}
.commenting {
    margin-top: 2.4rem;
    width: 100%;
    background-color: #f1eff9;
    padding: 2.4rem;
}
.commenting__name,
.commenting__text {
    background-color: rgba(255, 255, 255, .6);
    color: #2a2b2a;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    border-radius: .9rem;
    padding: 1.2rem;
    width: 100%;
    font-family: Montserrat;
}
.commenting__field::-webkit-input-placeholder {
    color: #2a2b2a;
}
.commenting__field:-ms-input-placeholder {
    color: #2a2b2a;
}
.commenting__field::-ms-input-placeholder {
    color: #2a2b2a;
}
.commenting__field::placeholder {
    color: #2a2b2a;
}
.commenting__text {
    height: 15rem;
    line-height: 1.5;
}
.commenting__name {
    margin-top: .6rem;
}
.math-captcha-form {
    display: flex;
    align-items: center;
    margin-top: .6rem;
}
.math-captcha-form label {
    line-height: 1;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: .8rem;
}
.math-captcha-form span {
    line-height: 1;
    font-size: 1.6rem;   
}
.math-captcha-form input {
    background-color: rgba(255, 255, 255, .6);
    color: #2a2b2a;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    border-radius: .9rem;
    padding: 1.2rem;
    width: 7rem;
    text-align: center;
    font-family: Montserrat;
}
.commenting .form-submit {
    margin-top: .6rem;
}
.commenting #submit {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 2.4rem;
    font-family: Montserrat;
    color: #2a2b2a;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .3rem;
    border: .1rem solid #2a2b2a;
    transition: .2s;
    height: 5rem;
    cursor: pointer;
}
.commenting #submit:hover {
    background-color: #2a2b2a;
    color: #fff;
}*/





































.block--features {
    padding: 4.8rem 4.8rem;
    width: calc(100% - 4.8rem);
    margin: 4.8rem 2.4rem 0;
    border-radius: 1.6rem;
    background-image: url('../img/pages/main/features-bg.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}
.block--features:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .4);
}
.features__list {
    display: flex;
    position: relative;
    z-index: 10;
}
.features__item {
    width: calc(25% - 1.8rem);
    margin-left: 2.4rem;
    padding: 2.4rem;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 1.6rem;
}
.features__item:first-child {
    margin-left: 0;
}
.features__heading {
    display: flex;
    align-items: center;
}
.features__icon {
    width: 6rem;
    height: 6rem;
    border-radius: 10rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background-color: #49A8BC;
    color: #fff;
}
.features__icon--safe {
    
}
.features__icon--price {
    
}
.features__icon--asr {
    
}
.features__icon--ind {
    
}
.features__label {
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    margin-left: 1rem;
    line-height: 1.3;
}
.features__text {
    border-top: .1rem solid rgba(0, 0, 0, .2);
    font-size: 1.4rem;
    margin-top: 1.8rem;
    padding-top: 1rem;
    line-height: 1.6;
}

































































































@media (max-width: 1200px) {






.wrapper {
    width: 100%;
    position: relative;
}



.flex-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    position: relative;
    padding-left: 2.4rem;
    background-color: #F8F8F8;
    padding-bottom: 2.4rem;


    padding-left: 0;
    /*padding-bottom: 0;*/
}
.flex-row__col-1 {
    width: 25rem;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    background-color: #fff;

    
    box-shadow: 0 0 4rem rgba(0, 0, 0, .4);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 6rem;
    bottom: 0;
    width: 100%;
    max-width: 30rem;
    transition: .4s;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-3rem);
}
.flex-row__col-1.on {


    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}
.flex-row__col-2 {
    width: 100%;
    position: relative;
    margin: 0 2.4rem;
    flex-shrink: 1;


    padding: 0 2rem;
    margin: 0;
}
.home.flex-row__col-2 {


    padding: 0;
}





.intro-banners {
    display: flex;
    align-items: stretch;


    flex-direction: column;
}

.slider-wrapper {
    width: 60%;


    width: 100%;
}

.design-banner {
    width: calc(40% - .4rem);
    margin-left: .4rem;
    background-image: url('../img/pages/main/intro/design/bg.jpg');
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: stretch;


    width: 100%;
    margin-left: 0;
    margin-top: .2rem;
}
.design-banner__content {
    padding: 4.8rem;
    display: flex;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;


    padding: 4.8rem 2rem;
}
.design-banner__title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1.2;
}
.design-banner__link {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 2.4rem;
    color: #32292F;
    background-color: #FCDC4D;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    border-radius: 50rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1rem;
    transition: .2s;
    height: 4rem;
}







.breadcrumbs {
    margin-top: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    position: relative;
}
.breadcrumbs__item {
    margin-left: .6rem;
}
.breadcrumbs__item:first-child {
    margin-left: 0;
}
.breadcrumbs__link {
    transition: .2s;
}
.breadcrumbs__link:hover {
    color: #49A8BC
}
.breadcrumbs__label {
    /*text-transform: uppercase;*/
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
}
.breadcrumbs__label.no-link {
    color: #49A8BC;
}
.breadcrumbs__icon {
    margin-left: .6rem;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}






.article {
    margin-top: 2.4rem;
    background-color: #fff;
    padding: 3.2rem 4.8rem;
    border-left: 1.2rem solid #49A8BC;
}

.article-title {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    font-size: 3.2rem !important;
    border-bottom: .2rem solid rgba(0, 0, 0, .12);
}

.article-content,
.article-content p,
.article-content b,
.article-content li {
    line-height: 1.7;
    font-size: 1.6rem;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    line-height: 1.3;
    font-weight: 700;
    color: #49A8BC;
}
.article-content h1 {
    font-size: 2.6rem;
}
.article-content h2 {
    font-size: 2.4rem;
}
.article-content h3 {
    font-size: 2.2rem;
}
.article-content h4 {
    font-size: 2rem;
}
.article-content h5 {
    font-size: 1.8rem;
}
.article-content h6 {
    font-size: 1.6rem;
}
.article-content ul,
.article-content ol {
    
}
.article-content ul li,
.article-content ol li {
    list-style-type: inherit;
    list-style-position: inside;
    line-height: 1.4;
    margin-top: .6rem;
}
.article-content ul li {
    list-style-type: disc;
}
.article-content ol li {
    list-style-type: decimal;
}
.article-content ul li:first-child,
.article-content ol li:first-child {
    margin-top: 0;
}


.article-content a {
    text-decoration: underline;
    color: #49A8BC !important;
    font-weight: 700 !important;
}

.detail_picture {
    display: none;
}




.posts-related {
    margin-top: 2.4rem;
}
.posts-related__title {
    font-weight: 700;
    font-size: 2.6rem;
}













.search-page {
    background-color: #fff;
    padding: 4.8rem 2.4rem;
    margin-top: 2.4rem;
    box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, .2);
}






























.bx-basket#basket-root {
    background-color: #fff;
    padding: 2.4rem 2.4rem;
    margin-top: 2.4rem;
}

.basket-items-list-header {
    display: none;
}

.basket-items-list-item-container {
    padding-top: 1.2rem;
    margin-top: 1.2rem;
    border-top: .1rem solid rgba(0, 0, 0, .12);
}
.basket-items-list-item-container:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.basket-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.basket-item__img-wrap {
    border: .1rem solid rgba(0, 0, 0, .12);
    border-radius: 1rem;
    padding: 1rem;
}
.basket-item-image-link {
    position: relative;
    display: flex;
    flex-shrink: 0;
    width: 7rem;
}
.basket-item-image-link:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.basket-item-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.basket-item__title {
    flex-shrink: 1;
    margin-left: 2.4rem;
    width: 100%;
}
.basket-item__title-link {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
}



.flexible-spacing {
    width: 100%;
    flex-shrink: 1;
}




.basket-item__price {
    margin-left: 2.4rem;
    flex-shrink: 0;
}
.basket-item-block-price {

}
.basket-item-price-current {

}
.basket-item__price .basket-item-price-current-text {
    font-weight: 400;
    font-size: 1.8rem;
    text-align: center;
    display: block;
}
.basket-item-price-title {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 0rem;
}









.basket-item__quantity {
    margin-left: 2.4rem;
    flex-shrink: 0;
}
.basket-item-block-amount {
    display: flex;
    align-items: center;
    border-radius: 20rem;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .03);
    padding: .6rem;
}
.basket-item-amount-btn-minus,
.basket-item-amount-btn-plus {
    background-color: #FCDC4D;
    width: 3rem;
    height: 3rem;
    border-radius: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.basket-item-amount-btn-minus {
    
}
.basket-item-amount-btn-plus {
    
}
.basket-item-amount-btn-minus:before,
.basket-item-amount-btn-plus:before {
    font-family: Fontello;
    font-size: 2rem;
}
.basket-item-amount-btn-minus:before {
    content: '\e819';
}
.basket-item-amount-btn-plus:before {
    content: '\e818';
}

.basket-item-amount-filed-block {

}
.basket-item-amount-filed {
    width: 4rem;
    text-align: center;
    height: 3rem;
    font-weight: 700;
    font-size: 1.6rem;
}

.basket-item-amount-field-description {
    display: none;
}







.basket-item__total {
    flex-shrink: 0;
    margin-left: 2.4rem;
}
.basket-item__total .basket-item-price-current-text {
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    display: block;
}
.basket-item__total-desc {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0rem;
}






.basket-item__remove {
    margin-left: 2.4rem;
    flex-shrink: 0;
}
.basket-item-actions-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background-color: #32292F;
    border-radius: 20rem;
    color: #fff;
}
.basket-item-actions-remove:before {
    content: '\e82e';
    font-family: Fontello;
    font-size: 1rem;
}







.basket-checkout-container {
    display: none;
}































.info-banners {
    margin-top: 4.8rem;
    padding: 0 2.4rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;


    padding: 0 2rem;
    flex-direction: column;
}
.info-banners__banner {
    width: calc(50% - 1.2rem);


    width: 100%;
}

.info-banner {
/*    height: 35rem;*/
    background-color: #f8f8f8;
    padding: 8rem 4.8rem;
    position: relative;
    overflow: hidden;
    border-radius: 1.6rem;


    padding: 4.8rem 2rem;
}
.info-banner:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    content: '';
    background-color: rgba(255, 255, 255, .2);
}
.info-banner__text {
    position: relative;
    z-index: 10;
}
.info-banner__title {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 400;
    max-width: 70%;
    text-shadow: 0 0 1.8rem #fff;


    font-size: 2.8rem;
}
.info-banner__subtitle {
    border-top: .2rem solid rgba(0, 0, 0, .2);
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 2.4rem;
    margin-top: 2.4rem;
    color: #49A8BC;
    text-shadow: 0 0 1.8rem #fff;


    font-size: 2rem;
}

.banner-delivery {
    background-image: url('../img/pages/main/banner-delivery-bg.jpg');
    background-size: cover;
    background-position: center center;
}
.banner-loan {
    background-image: url('../img/pages/main/banner-loan-bg.jpg');
    background-size: cover;
    background-position: center center;


    margin-top: 2rem;
}











.block {
    /*margin-top: 6rem;*/
}
.block--news {
    /*padding: 0 2.4rem;*/
    margin-top: 4.8rem;
    padding: 0 2rem;

}
.block--advices {
    padding: 0;
    margin-top: 4.8rem;


    padding: 0 2rem;
}
.block__title {
    display: flex;
    align-items: center;
    margin-bottom: 2.4rem;
    padding-bottom: 1.3rem;
    border-bottom: .6rem solid rgba(0, 0, 0, .08);
    position: relative;
}
.block__title-link {
    display: flex;
    align-items: center;
    width: 100%;
}
.block__title-icon {
    display: block;
    color: rgba(0, 0, 0, .12);
    font-size: 5rem;
    z-index: -1;
    position: absolute;
    right: 0;
    margin-right: -1.4rem;
    top: 0;
    margin-top: -1.2rem;
}
.block__title-text {
    display: flex;
    align-items: center;
    position: relative;
}
.block__title-label {
    color: inherit;
    color: #555;
    font-size: 2.8rem;
    display: block;
    font-weight: 700;
    padding-bottom: .4rem;
}
.block__title-link-label {
    color: #777;
    font-size: 1.4rem;
    /*letter-spacing: .4rem;*/
    display: inline-block;
    margin-left: 1.1rem;
    /*text-transform: uppercase;*/
    font-weight: 700;
    position: relative;
    padding-left: 1.7rem;
    transition: .2s;
    /*padding-bottom: .1rem;*/
}
.block__title-link-label:hover {
    color: #444;
}
.block__title-link-label:before {
    content: '';
    left: 0;
    top: 50%;
    margin-top: -.3rem;
    width: .6rem;
    height: .6rem;
    background-color: #777;
    border-radius: 5rem;
    position: absolute;
}


.news__title {
    
}
.news__title .block__title-icon {
    
}

.advices__title {
    
}
.advices__title .block__title-icon {
    
}

.features__title {
    
}
.features__title .block__title-icon {
    
}































.block-comments {
    padding: 0 2.4rem;
    margin-top: 4.8rem;


    padding: 0 2rem;
}

.comments {
    display: flex;
    position: relative;
    flex-wrap: wrap;


    flex-direction: column;
}
.section-comments__comment {
    width: calc(33.33% - 1.6rem);
    padding: 2.4rem;
    background-color: #f8f8f8;
    display: flex;
    position: relative;
    margin-left: 2.4rem;
    /*border: .2rem solid #34ac65;*/
    border-radius: 1.2rem;


    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
    padding: 2rem;
}
.section-comments__comment:nth-child(3n-2) {
    margin-left: 0;
}
.section-comments__comment:before {
    content: '';
    position: absolute;
    top: 0rem;
    left: 0;
    margin-top: 3.6rem;
    margin-left: -3.2rem;
    border: 1.6rem solid transparent;
    /*border-top: 1.6rem solid #34ac65;*/
    border-right: 1.6rem solid #f8f8f8;
    /*border-bottom: 1.6rem solid #34ac65;*/
}
.section-comments__avatar {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #49A8BC;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    border-radius: 20rem;
    width: 6rem;
    height: 6rem;
    margin-right: 2.4rem;


    display: none;
}
.section-comments__details {
    flex-shrink: 1;
    width: 100%;
    border-left: .1rem solid rgba(0, 0, 0, .4);
    padding-left: 2.4rem;


    padding-left: 0;
    border-left: none;
}
.section-comments__text {
    line-height: 1.5;
}
.section-comments__meta {
    margin-top: 2rem;
    display: flex;
    align-items: center;
}
.section-comments__author {
    font-weight: 700;
    display: block;
}
.section-comments__date {
    font-weight: 700;
    display: block;
    color: rgba(0, 0, 0, .25);
    margin-left: 2rem;
}
.section-comments__link {
    display: flex;
    text-align: center;
    align-self: flex-start;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -5rem;
    font-family: Montserrat;
    color: #fff;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .3rem;
    background-color: #b19994;
    transition: .2s;
    height: 5rem;
}
.section-comments__link:hover {
    background-color: #2a2b2a;
}

/*.comment-respond {
    margin-top: 6rem;
    padding-top: 6rem;
    border-top: 1rem solid #DEC0BA;
    width: calc(50% - 3rem);
}
.commenting__title {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
}
.commenting {
    margin-top: 2.4rem;
    width: 100%;
    background-color: #f1eff9;
    padding: 2.4rem;
}
.commenting__name,
.commenting__text {
    background-color: rgba(255, 255, 255, .6);
    color: #2a2b2a;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    border-radius: .9rem;
    padding: 1.2rem;
    width: 100%;
    font-family: Montserrat;
}
.commenting__field::-webkit-input-placeholder {
    color: #2a2b2a;
}
.commenting__field:-ms-input-placeholder {
    color: #2a2b2a;
}
.commenting__field::-ms-input-placeholder {
    color: #2a2b2a;
}
.commenting__field::placeholder {
    color: #2a2b2a;
}
.commenting__text {
    height: 15rem;
    line-height: 1.5;
}
.commenting__name {
    margin-top: .6rem;
}
.math-captcha-form {
    display: flex;
    align-items: center;
    margin-top: .6rem;
}
.math-captcha-form label {
    line-height: 1;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: .8rem;
}
.math-captcha-form span {
    line-height: 1;
    font-size: 1.6rem;   
}
.math-captcha-form input {
    background-color: rgba(255, 255, 255, .6);
    color: #2a2b2a;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    border-radius: .9rem;
    padding: 1.2rem;
    width: 7rem;
    text-align: center;
    font-family: Montserrat;
}
.commenting .form-submit {
    margin-top: .6rem;
}
.commenting #submit {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 2.4rem;
    font-family: Montserrat;
    color: #2a2b2a;
    padding: 0 2.4rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .3rem;
    border: .1rem solid #2a2b2a;
    transition: .2s;
    height: 5rem;
    cursor: pointer;
}
.commenting #submit:hover {
    background-color: #2a2b2a;
    color: #fff;
}*/





































.block--features {
    padding: 4.8rem 4.8rem;
    width: calc(100% - 4.8rem);
    margin: 4.8rem 2.4rem 0;
    border-radius: 1.6rem;
    background-image: url('../img/pages/main/features-bg.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;


    width: 100%;
    padding: 4.8rem 2rem;
    border-radius: 0;
    margin: 4.8rem 0 0;
}
.block--features:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .4);
}
.features__list {
    display: flex;
    position: relative;
    z-index: 10;


    flex-direction: column;
}
.features__item {
    width: calc(25% - 1.8rem);
    margin-left: 2.4rem;
    padding: 2.4rem;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 1.6rem;


    width: 100%;
    padding: 2.4rem 2rem;
    margin-left: 0;
    margin-top: 2rem;
}
.features__item:first-child {
    margin-left: 0;
}
.features__heading {
    display: flex;
    align-items: center;
}
.features__icon {
    width: 6rem;
    height: 6rem;
    border-radius: 10rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background-color: #49A8BC;
    color: #fff;


    width: 4rem;
    height: 4rem;
}
.features__icon--safe {
    
}
.features__icon--price {
    
}
.features__icon--asr {
    
}
.features__icon--ind {
    
}
.features__label {
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    margin-left: 1rem;
    line-height: 1.3;
}
.features__text {
    border-top: .1rem solid rgba(0, 0, 0, .2);
    font-size: 1.4rem;
    margin-top: 1.8rem;
    padding-top: 1rem;
    line-height: 1.6;
}

}





