/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.advantages-list {
    display: flex;
    flex-wrap: wrap;
}
.row.advantages-list > * {
    padding-top: 16px;
    padding-bottom: 16px;
}
.advantage {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    height: 100%;
    min-height: 170px;
    gap: 15px;
}
.advantage__name {
    line-height: 1.4;
    font-size: 14px;
}

.company-item .fill-theme svg * {
    fill: none;
}

.company-item .fill-theme svg * path {
    fill: var(--theme-base-color);
}

.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper--ICONS {
    margin: 0;
}

.tizers-list__item-text-wrapper {
    margin-top: -30px;
}

.tizers-list__item-name.switcher-title {
    padding-left: 3.2em;
}

/* меню размер шрифта */
.header-menu__wrapper .header-menu__link .font_12{
    font-size: 1em;
    line-height: 1.429em;
}
/*всплывашка замер*/
/* Всплывашка замера */
.zamer_popup {
    position: fixed;
    /*bottom: 0;*/
    /*bottom: -50%;*/
    bottom: -1000px;
    top: auto;
    left: 22%;
    z-index: 999;
    overflow: hidden;
    transition: all 600ms;
    display: flex;
}
.zamer_popup.active {
    /*transform: translateY(-140%);*/
    transform: translateY(-1000px);
}
.zamer_popup.d_none {
    display: none;
}
.zamer_popup .close {
    opacity: 0.8;
}
.zamer_popup .content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0.4em 0.4em 5px rgb(122 122 122 / 50%);
    margin-bottom: 20px;
    max-width: 100%;
    width: 600px;
}
.zamer_popup .content .title {
    font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #333333;
  max-width: 400px;
  text-align: left;
    padding-bottom: 30px;
}
.zamer_popup .content .title span {
    color: #00aa4f;
}
.zamer_popup .content .cont {
    display: flex;
}
.zamer_popup .content .cont ul {
    margin-bottom: 35px;
}
.zamer_popup .content .cont ul li {
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
}
.zamer_popup .content .cont ul li:before {
    display: none;
}
.zamer_popup .content .cont ul li span {
    font-weight: 700;
    color: #0B59A5;
}
.zamer_popup .content .cont .left {
    max-width: 296px;
}
.zamer_popup .content .cont .right img {
    position: absolute;
    bottom: 0;
    right: -208px;
}
.zamer_popup .content .button .btn {
    background-color: #f38b04;
  border-color: #f38b04;
}
.sections-list__item--big-padding {
    padding: 34px 40px 40px;
}
.contacts__sticky-panel {
    position: static !important;
}
.contacts-requisites{
    padding-top: 20px;
}
@media (max-width: 1020px) {
    .zamer_popup .content .cont .right {
        display: none;
    }
    .zamer_popup .content .title {
        font-size: 19px;
    line-height: 32px;
    }
}
/** kviz **/
.kviz{
    padding: 65px 0 30px;
}
.kviz-list{
    padding-bottom: 30px;
}
.kviz-step {
    height: 0;
    visibility: hidden;
}
.kviz-step.active{
    height: auto;
    visibility: visible;
}
.kviz-step1{
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.kviz-step__header{
    margin-bottom: 45px;
}
.kviz-step__h1{
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}
.kviz-step__sub{
    font-weight: 400;
    font-size: 19px;
    line-height: normal;
    text-align: center;
    color: #666666;
    margin-bottom: 10px;
}
.kviz-step-btn{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #FF0000;
    border-radius: 60px;
    padding: 25px 40px;
    display: inline-block;
    cursor: pointer;
}
.kviz-step-btn:hover{
    color: #FFF;
    text-decoration: underline;
}

.kviz-step__h2{
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}
.kviz-step-row1{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
}
.kviz-step-col1{
    padding: 0 15px;
    margin-bottom: 20px;
    max-width: 50%;
    text-align: center;
}
.kviz-step-item1{
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    height: 100%;
}
.kviz-step-item1__img{
    max-width: 100%;
    text-align: center;
}
.kviz-step-item1__img img{
    max-width: 100%;
}
.kviz-step-item1__title{
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    padding: 20px 15px;
    text-align: center;
}
.kviz-scroll{
    background: #D8DFE6;
    border-radius: 4px;
    overflow: hidden;
    height: 14px;
    width: 100%;
    display: none;
}
.kviz-scroll.active{
    display: block;
}
.kviz-scroll__bar{
    background: #0459A9;
    border-radius: 4px;
    width: 16.66%;
    height: 100%;
}



.kviz-step-row2 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
}

.kviz-step-col2 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.kviz-step-item2 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    min-height: 170px;
    padding: 0 15px;
    width: 310px;
}
.kviz-step-item1.checked,
.kviz-step-item2.checked{
    background-color: #c4ffd1;
}
.kviz-step-item2__title{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #555555;
}
.kviz-form{
    max-width: 480px;
    margin: 0 auto;
}
.kviz-form__title{
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}
.kviz-butons{
    padding: 0 0 30px 0;
    text-align: center;
    display: none;
}
.kviz-butons.active {
    display: block;
}
.kviz-butons .btn{
    margin: 0 15px 15px 0;
}
.kviz-errors{
    color: red;
    text-align: center;
    margin-bottom: 5px;
    display: none;;
}
.kviz-errors.active{
    display: block;
}
.kviz-form-errors{
    font-size: 18px;
    color: red;
}
.kviz-form-success {
    font-size: 18px;
    color: green;
    display: none;
}
.kviz-footer{
    margin-bottom: 30px;
}
.kviz-link {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 800;
    display: inline-block;
    padding: 7px 5px 7px 35px;
    border-radius: 4px;
    background: #FF0000 url(/images/kviz/btn-icon.svg) 5px center no-repeat;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}
.kviz-link:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

@media (max-width: 768px){
    .kviz-step__header {
        margin-bottom: 15px;
    }
    .kviz-step__h1 {
        font-size: 30px;
        line-height: normal;
    }
    .kviz-step__h2 {
        font-size: 30px;
        line-height: normal;
    }
    .kviz-step-col1{
        width: 100%;
        max-width: 100%;
    }
    .kviz-step-item1__title {
        padding: 15px 10px;
    }
    .kviz-list {
        padding-bottom: 20px;
    }
    .kviz{
        padding: 20px 0;
    }
    .kviz-step-col2 {
        width: 100%;
        margin-bottom: 10px;
    }
    .kviz-step-item2 {
        min-height: 0px;
        padding: 10px 15px;
        width: 100%;
    }
    .kviz-link {
        display: inline-block;
        padding: 5px 5px 5px 5px;
        border-radius: 4px;
        background: #FF0000;
        line-height: normal;
        text-decoration: underline;
        bottom: 0;
        left: 0;
    }
}
/** kviz end**/



.grid-list--items-3-wide .sale-list__item-image-wrapper--BG, 
.grid-list--items-3 .sale-list__item-image-wrapper--BG {
    padding-top: 67.5%;
}

.sale-list__item-image-wrapper--BG .sale-list__item-image {
    background-size: contain !important;
}
