

/* Start:/local/components/terem/dealer.indevelop/templates/.default/style.css?17320216726213*/
/* Стили верстки блока в процессе с заголовком страницы */
.inprogress {
    margin-bottom: 0;
    padding-bottom: 120px;
    padding-top: 230px;
}

.inprogress .wrapper {
    max-width: 1095px;
}

.inprogress .inprogress-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inprogress .inprogress-info,
.inprogress .inprogress-mailto {
    width: calc(50% - 20px);
}

.inprogress .inprogress-info p a {
    white-space: nowrap;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.inprogress .inprogress-info p a:hover {
    border-bottom: none;
}

.inprogress .inprogress-mailto {
    background: var(--block-background);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 53px 49px;
}

.inprogress .inprogress-mailto .big-mail {
    font: 700 26px var(--title-font);
    color: var(--dark-grey-color);
    border-bottom: 2px solid var(--main-color);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.inprogress .inprogress-mailto .big-mail:hover {
    color: var(--main-color);
    border-color: transparent;
}

.inprogress .inprogress-title {
    font-size: 47px;
    margin-bottom: 40px;
}

.inprogress p {
    margin-bottom: 24px;
}

.inprogress .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 36px;
    font: 500 12px var(--text-font);
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--background);
    border-radius: 4px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 28px;
    padding: 10px 29px 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inprogress .button:hover {
    color: var(--main-color);
    background-color: var(--background);
    border: 1px solid var(--main-color);
}


/* Стили верстки красного блока Нужна консультация? */
.red-section.useful {
    padding: 120px 0;
}

.red-section.useful .bg img {
    max-width: 530px;
    width: 100%;
    bottom: 0;
    left: 4.5%;
}

.red-section.useful .wrapper {
    max-width: 65%;
}

.red-section.useful .h4 {
    font-size: 46px;
    margin-bottom: 65px;
}

.red-section.useful .l-l,
.red-section.useful .l-r {
    width: 36%;
}

.red-section.useful .l-l {
    padding-left: 130px;
}

.red-section.useful .tx {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.red-section.useful .tx .l-r p {
    margin-bottom: 5px;
}


.red-section.scam {
    padding-top: 90px;
    padding-bottom: 85px;
}

.red-section.scam .wrapper {
    margin-left: 35%;
    width: 44%;
}

.red-section.scam .h4 {
    margin-bottom: 0;
    text-align: left;
}

.red-section.scam .h5 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.red-section.scam p {
    margin-bottom: 5px;
}

@media screen and (max-width:1439px) {
    .red-section.useful .l-l {
        padding-left: 0;
    }
}

@media screen and (max-width:999px) {
    .inprogress {
        padding-bottom: 80px;
    }

    .inprogress .inprogress-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 45px;
    }

    .inprogress .inprogress-title {
        font-size: 32px;
        line-height: 1;
    }

    .inprogress .inprogress-info,
    .inprogress .inprogress-mailto {
        width: 100%;
    }

    .inprogress .inprogress-info {
        width: calc(100% - 48px);
        margin: 0 auto;
    }

    .inprogress .inprogress-mailto {
        padding: 45px 24px 50px;
        margin: 0;
    }

    .inprogress .button {
        margin-top: 40px;
    }

    .red-section.useful,
    .red-section.scam {
        padding: 100px 0;
    }

    .red-section.useful .wrapper,
    .red-section.scam .wrapper {
        max-width: 100%;
    }

    .red-section.scam .wrapper {
        width: calc(100% - 80px);
        margin: auto;
    }

    .red-section.useful .l-l {
        padding-left: 0;
    }

    .red-section.useful .tx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 16px;
    }

    .red-section.useful .l-l,
    .red-section.useful .l-r {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 960px) {
    .inprogress .inprogress-info {
        width: calc(100% - 60px)
    }

    .inprogress .inprogress-mailto {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 640px) {
    .inprogress {
        padding-bottom: 60px;
    }

    .inprogress .inprogress-info {
        width: calc(100% - 52px)
    }

    .inprogress .inprogress-mailto {
        padding-left: 26px;
        padding-right: 26px;
    }
}

@media (max-width: 500px) {
    .inprogress .inprogress-info {
        width: calc(100% - 32px)
    }

    .inprogress .inprogress-mailto {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width:450px) {
    .mobile-hide {
        display: none;
    }

    .inprogress .button {
        max-width: 100%;
        margin: 60px auto 0;
    }
}

@media screen and (max-width:425px) {

    .red-section.useful .h4 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .red-section.scam .h4 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .red-section.scam .h5 {
        font-size: 22px;
    }

}

@media screen and (max-width:374px) {
    .inprogress .inprogress-mailto .big-mail {
        font-size: 21px;
    }
}
/* End */


/* Start:/local/components/terem/dealer.index/templates/.default/style.css?175266508212772*/
section .tx .button,
section.home-banner .more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font: 500 12px/16px var(--text-font);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .08em;
    color: var(--background);
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 4px;
    padding: 10px 29px 8px;
    margin: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    box-sizing: border-box;
}

section .tx .button__white {
    color: var(--title-color);
    border: 1px solid var(--border-color);
    background-color: transparent;
}

section .tx a.button:hover,
section.home-banner .more-link:hover {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

section .tx a.button__white:hover {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.form-template.form-section .tx .h3 {
    margin-bottom: 21px;
}

section .slider-wrapper .slider-controls.s-t,
section .slider-wrapper .slider-controls.s-sh-r,
section .slider-wrapper .slider-controls.s-sh-l {
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
}

/* home */
/* section.home.banner-top-padding {
    padding: 186px 0 118px;
}

section.home h1 {
    font: 700 80px/110% var(--title-font);
    color: var(--text-color);
    letter-spacing: -1.6px;
}

section.home .home-slider .slide {
    line-height: 1.29;
} */

/* главный рендер */
section.home {
    display: none;
}

.main-intro-image {
    font-size: 0;
    position: relative;
    top: 0;
    box-sizing: border-box;
}

.main-intro-image .img-link:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(180deg, rgba(8, 59, 91, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.main-intro-image .img-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.main-intro-image .img img {
    display: block;
    height: 780px;
    object-fit: cover;
}

div.page-content {
    transform: translateY(0px);
}

.main-intro-block {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 150px 0 41px;
    box-sizing: border-box;
    transform: translate(-50%, 10px);
}

.load-complete-once .main-intro-block {
    transform: translate(-50%, 0px);
    transition: opacity 0.6s ease, transform 0.6s ease-out;
}

.main-intro-block h1 {
    text-align: center;
    cursor: default;
    font-size: unset;
}

.main-intro-block h1 span {
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
}

.main-intro-block h1 span:first-child {
    font: 500 60px var(--title-font);
    background: linear-gradient(179deg, var(--background) 20.57%, rgba(255, 255, 255, 0.77) 84.78%);
    background-clip: text;
    -webkit-background-clip: text;
    padding-right: 8px;
}

.main-intro-block h1 span:last-child {
    font: 700 90px/100px var(--title-font);
    background: linear-gradient(178deg, var(--background) 18.66%, rgba(255, 255, 255, 0.35) 91.8%);
    background-clip: text;
    -webkit-background-clip: text;
}


.main-intro-block._align-left h1 span:last-child {
    font: 700 70px/88px var(--title-font);
}

.main-intro-block .btn-link {
    position: relative;
    z-index: 2;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    padding: 26px 79px 26px 80px;
    margin: 0 auto;
}

.main-intro-block .btn-link:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: var(--background);
    border-radius: 80px;
    width: calc(100% - 20px);
    height: calc(100% - 21px);
    margin: auto;
}

.main-intro-block .btn-link_border {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    border: 1px solid var(--background);
    border-radius: 80px;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    opacity: 1;
    transition: all 0.15s ease-in-out;
    pointer-events: none;
}

.main-intro-block .btn-link:hover .btn-link_border {
    opacity: 0;
}

.main-intro-block .btn-link_text {
    position: relative;
    font: 500 14px/130% var(--text-font);
    letter-spacing: 1.4px;
    text-align: center;
    color: var(--title-color);
    text-transform: uppercase;
}

.main-intro-image .img-link, .main-intro-image .img-link .img {
    display: block;
}


@media (min-width: 1025px) {
    .main-intro-block._align-left h1 {
        width: 100%;
        text-align: left;
        margin-left: 11.2%;
    }

    .main-intro-block._align-left {
        padding-top: 205px;
    }
}

@media (min-width: 1601px) {
    .main-intro-image .img img {
        height: auto;
    }

    .main-intro-block {
        padding: 9.4% 0 41px;
    }

     .main-intro-block._align-left {
        padding-top: 14%;
    }

    .main-intro-block._align-left h1 span:first-child {
        font-size: 90px;
        padding-right: 0;
    }

    .main-intro-block._align-left h1 span:last-child {
        font-size: 110px;
        line-height: 135px;
    }
}

@media (min-width: 2100px) {
    .main-intro-block {
        padding: 8.34% 0 102px;
    }

    .main-intro-block h1 span:first-child {
        font-size: 100px;
        padding-right: 0;
    }

    .main-intro-block h1 span:last-child {
        font-size: 140px;
        line-height: 162px;
    }

    .main-intro-block .btn-link {
        padding: 30px 90px;
    }

    .main-intro-block .btn-link_text {
        font-size: 21px;
        letter-spacing: 2.1px;
    }
    
    .main-intro-block._align-left h1 {
        width: 100%;
        text-align: left;
        margin-left: 10.2%;
    }
}

@media (max-width: 1024px) {
    .main-intro-image .img-link:after {
        height: 130px;
    }

    .main-intro-block {
        padding: 125px 0 60px;
    }

    .main-intro-block h1 span:first-child {
        padding: 0;
    }

        .main-intro-image._align-left .img img {
        display: block;
        height: 844px;
        object-fit: cover;
    }

    .redbanner-show .main-intro-block._align-left {
        padding-top: 204px;
    }

    .main-intro-block._align-left {
        padding-top: 140px;
    }

    
    .main-intro-block._align-left {
        padding: 138px 0 60px;
    }

    .main-intro-block._align-left h1 span:first-child {
        font-size: 46px;
    }

    .main-intro-block._align-left h1 span:last-child {
        font-size: 72px;
    }
}

@media (max-width: 999px) {

    .main-intro-block {
        padding-bottom: 60px;
    }
}

@media (max-width:880px) {
    .main-intro-block._align-left {
        padding-top: 140px;
    }

    .redbanner-show .main-intro-block._align-left {
        padding-top: 204px;
    }

        .main-intro-block:not(._align-left) .btn-link_text {
        font-family: IBM Plex Sans;
        font-size: 12px;
        font-weight: 500;
        line-height: 15.6px;
        letter-spacing: 0.1em;
    }

        .main-intro-block:not(._align-left) .btn-link {
        padding: 23px 29px 21px;
    }

        .main-intro-block .btn-link:before {
        width: calc(100% - 16px);
        height: calc(100% - 16px);
    }

}

@media (max-width: 767px) {
    .btn-link_text_desk {
        display: none;
    }

    .btn-link_text_mob {
        display: block;
    }
}


@media (max-width: 640px) {
    .main-intro-image .img img {
        height: 540px;
    }

    .main-intro-block {
        padding-bottom: 40px;
    }

    .main-intro-block h1 span:first-child {
        font-size: 32px;
        padding-right: 1px;
    }

    .main-intro-block h1 span:last-child {
        font-size: 46px;
        line-height: 46px;
    }

    
    .main-intro-image._align-left .img img {
        height: 630px;
    }

    .main-intro-block._align-left h1 span:first-child {
        font-size: 28px;
    }

    .main-intro-block._align-left h1 span:last-child {
        font-size: 40px;
        line-height: 50px;
    }

    .main-intro-block._align-left {
        padding-top: 136px;
        padding-bottom: 41px;
    }

    .redbanner-show .main-intro-block._align-left {
        padding-top: 200px;
    }

    .main-intro-block._align-left .btn-link_text {
        font-size: 12px;
    }

    .main-intro-block._align-left .btn-link {
        padding: 22px 28px;
    }
}

/* end главный рендер */

/* home-slider */
section.home-banner .l-l {
    background: var(--block-background);
}

section.home-banner .title {
    font: 600 30px/130% var(--title-font);
    color: var(--main-color);
}

section.home-banner .tx p {
    font: 400 16px/150% var(--text-font);
    color: var(--grey-color);
    letter-spacing: 0;
}

section.home-banner .tx p:last-of-type {
    margin-bottom: 50px;
}

section.home-banner .more-link:before,
section.home-banner .more-link:after {
    content: none;
}

section.home-banner .more-link {
    padding-bottom: 9px;
}

section.home-banner .slide-wrap {
    padding: 17.2% 16% 0 14%;
}

section.home-banner .slider {
    transition: height 0.3s ease-in-out;
}

@media (max-width: 1330px) and (min-width: 1000px) {
    section.home-banner .slide-wrap {
        padding: 9.2% 13% 0 11%;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    section.home-banner .title {
        font-size: 24px;
    }

    section.home-banner .tx p {
        font-size: 14px;
    }

    section.home-banner .tx p:last-of-type {
        margin-bottom: 6%;
    }
}

/* блок Отзывы */

section.block-otzyvy {
    padding: 0;
    margin: 120px auto;
}

/* news */
section.news.carousel-section {
    margin: 36px 0 120px;
    padding: 0;
}

/* Остались вопросы? */
section.new-standard {
    margin-bottom: 0;
}

/* блок Отзывы */
@media screen and (min-width: 1000px) {

    section.block-otzyvy .l-clear+.item,
    section.block-otzyvy .l-clear+.item+.item {
        margin-top: 30px;
    }
}

@media (max-width: 999px) {
    /* section.home.banner-top-padding {
        padding: 110px 0 40px;
    }

    section.home h1 {
        font-size: 36px;
        line-height: 130%;
        letter-spacing: 0;
        color: var(--title-color);
    }

    section.home .home-slider .slide {
        line-height: 1.28;
    } */

    /* home-slider */
    section.home-banner {
        padding-top: 78px;
        padding-bottom: 0;
    }

    section.home-banner .l-l {
        margin-bottom: 0;
    }

    section.home-banner .block {
        display: flex;
        flex-direction: column;
        background: var(--block-background);
    }

    section.home-banner .slide-wrap {
        padding: 5.7% 5.65%;
    }

    section.home-banner .title {
        max-width: 530px;
        padding-bottom: 10px;
    }

    section.home-banner .tx p {
        max-width: 530px;
    }

    section.home-banner .tx p:last-of-type {
        margin-bottom: 30px;
    }

    /* features */
    section.features .wrapper {
        padding-left: 0;
    }

    /* блок Отзывы */
    section.block-otzyvy {
        margin: 80px auto;
    }

    /* news */
    section.news.carousel-section {
        margin: 55px 0 80px;
        padding: 0;
    }

    section.news .wrapper h4 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 640px) {

    /* features */
    section.features .features__title {
        line-height: 128%;
        margin-bottom: 29px;
    }

    /* блок Отзывы */
    section.block-otzyvy {
        margin: 60px auto;
    }

    /* news */
    section.news.carousel-section {
        margin: 36px 0 60px;
        padding: 0;
    }

    section.news .wrapper h4 {
        margin-bottom: 14px;
    }
}

@media (max-width: 600px) {
    /* section.home.banner-top-padding {
        padding: 111px 0 30px;
    }

    section.home h1 {
        font-size: 30px;
    }

    section.home .home-slider .slide {
        line-height: 1.30;
    } */

    /* home-slider */
    section.home-banner {
        padding-top: 58px;
    }

    section.home-banner .l-l {
        margin-bottom: 10px;
    }

    section.home-banner .slide-wrap {
        padding: 8.7% 8.65%;
    }

    section.home-banner .title {
        font-size: 21px;
        padding-bottom: 9px;
    }
}

@media (max-width: 425px) {

    /* home-slider */
    section.home-banner .wrapper {
        width: calc(100% - 32px);
    }
}
/* End */


/* Start:/local/components/terem/promotion.list/templates/home.slider/style.css?17320228625162*/
    .home-banner {
        padding-top: 0;
    }

    .home-banner .subtitle {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 18px;
        font-family: var(--title-font);
        letter-spacing: 0.05em;
        font-weight: 500;
        margin-bottom: 12px;
        color: var(--text-color);
    }

    .home-banner .title {
        font-family: var(--title-font);
        font-size: 30px;
        font-weight: 700;
        color: var(--main-color);
        line-height: 41px;
        padding-bottom: 20px;
    }

    .home-banner .more-link {
        position: relative;
        font-size: 18px;
        text-transform: uppercase;
        color: var(--main-color);
        letter-spacing: 0.1em;
        padding-right: 35px;
        padding-bottom: 1px;
        border-bottom: none;
    }

    .home-banner .more-link:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background: var(--main-color);
        transform: scale(0.6);
        opacity: 0;
        transition: opacity 0.3s linear, transform 0s ease 0.6s;
    }

    .home-banner .more-link:hover:before {
        transform: scale(1);
        opacity: 1;
        transition: 0.35s all cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.25s linear;
    }

    .home-banner .more-link:after {
        content: "...";
        position: absolute;
        top: -25px;
        right: 0;
        font-size: 32px;
    }

    .home-banner .l-l {
        background: var(--block-background);
    }

    .home-banner .l-l .slide>.tx {
        top: 0;
        height: auto;
        position: relative;
    }

    .home-banner .l-r .slider {
        padding-top: 68.2%;
    }

    .home-banner .icon-block {
        width: 150px;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 52px;
    }

    .home-banner .tx p, .home-banner .tx ul {
        font-size: 16px;
        font-family: var(--title-font);
        letter-spacing: -0.38px;
        line-height: 24px;
        margin-bottom: 29px;
        color: var(--dark-grey-color);
    }

    .home-banner .tx p:last-of-type {
        margin-bottom: 20px;
    }

    @media (min-width: 1000px) {
        .home-banner .l-l {
            width: calc(40% - 27px);
        }

        .home-banner .l-r {
            width: calc(62.6% - 20px);
        }
    }

    @media (min-width: 1280px) {
        .home-banner .slide-wrap {
            padding: 17% 14% 0;
        }
    }

    @media (min-width: 1440px) {
        .home-banner .slide-wrap {
            padding: 17% 14% 0;
        }
    }

    @media (max-width: 1440px) {

        .home-banner .slider-controls.s-sh-r {
            right: 0;
        }

        .home-banner .slider-controls.s-b {
            bottom: 0;
        }
    }

    @media (max-width: 1280px) {
        .home-banner .slide-wrap {
            padding: 17% 14% 0;
        }

        .home-banner .tx img {
            width: 100px;
            margin-bottom: 20px;
        }

        .home-banner .tx p {
            margin-bottom: 16px;
            font-size: 13px;
            line-height: 1.4;
        }

        .home-banner .tx p:last-child {
            margin-bottom: 18px;
        }
    }

    @media (max-width: 1110px) {
        .home-banner .subtitle {
            font-size: 12px;
            line-height: 12px;
        }

        .home-banner .title {
            font-size: 28px;
            line-height: 35px;
            padding-bottom: 15px;
        }

        .home-banner .more-link {
            font-size: 14px;
        }

    }

    @media (max-width: 999px) {
        .home-banner {
            padding-top: 23px;
        }

        .home-banner .slide-wrap {
            padding: 8% 8%;
        }

        .home-banner .l-l {
            width: 100%;
            display: inline-block;
            margin-bottom: 2px;
            border-top: 2px solid var(--background);
        }

        .home-banner .l-l .slide>.tx {
            display: block;
        }

        /* 
        .home-banner .title {
            font-size: 32px;
            line-height: 45px;
        } */

        .home-banner .tx p {
            font-size: 14px;
        }

        .home-banner .more-link {
            font-size: 16px;
        }
    }

    @media (max-width: 425px) {
        .home-banner .wrapper {
            width: calc(100% - 40px);
        }

        .home-banner .slide-wrap {
            padding: 10% 10%;
        }

        .home-banner .tx img {
            margin-bottom: 12px;
        }

        .home-banner .tx p {
            font-size: 14px;
            line-height: 1.2;
            margin-bottom: 16px;
        }

        .home-banner .slider-controls.s-b {
            bottom: -50px;
        }

        .home-banner .subtitle {
            font-size: 12px;
            line-height: 14px;
        }

        .home-banner .title {
            font-size: 22px;
            line-height: 32px;
        }

        .home-banner .more-link {
            font-size: 14px;
        }
    }

/* End */


/* Start:/local/components/terem/catalog.type.list.json/templates/.default.region/style.css?17404910944647*/
.main-projects .tx .description-helper>*:last-child {
    margin-left: 0;
}

.main-projects .block.bt .right {
    float: none;
}

section.main-projects .slider-data h2 {
    font: 600 60px/130% var(--title-font);
    color: var(--title-color);
    margin-bottom: 29px;
}

section.main-projects .slider-data p {
    font: 400 16px/150% var(--text-font);
    color: var(--dark-grey-color);
}

section.main-projects .tp .left .slider {
    padding-top: 100%;
}

section.main-projects .block.bt {
    margin-top: 0;
    margin-bottom: 0;
}

.main-projects .slider:focus::before {
    content: none;
}

.main-projects .slider .link-inner {
    background: rgba(147, 3, 56, 0.9);
}

section.main-projects .slider img {
    object-fit: cover;
}

section.main-projects .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font: 500 12px/16px var(--text-font);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .08em;
    color: var(--background);
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 4px;
    padding: 10px 29px 8px;
    margin: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    box-sizing: border-box;
}

section.main-projects a.button:hover {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

@media screen and (min-width: 1000px) {
    section.main-projects {
        padding-bottom: 120px;
    }

    .container.l-col-3.block.bt.j-link-group {
        margin-bottom: 120px;
    }

    .main-projects .block.tp {
        margin-bottom: 0;
    }

    .main-projects .tp .slider-item.left {
        margin-left: 19%;
        width: calc(50% - 19%);
    }

    section.main-projects .block.bt .slider-data {
        margin-top: 25.5%;
        margin-left: 9.2%;
    }

    .main-projects .block.tp .left p {
        margin-left: 0;
        margin-right: 0;
    }

    .main-projects .block.tp .left .slider-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    section.main-projects .block.bt .right {
        align-items: start;
    }

    section.main-projects .block.bt .button {
        display: none;
    }

    section.main-projects .tp .slider-item.right .slider-wrapper {
        margin-bottom: 51px;
    }

    section.main-projects .tp .slider-item.left .slider-data {
        margin-bottom: 50px;
    }

    section.main-projects .block.tp .right {
        margin-left: 39px;
        margin-top: 0;
    }

    section.main-projects .block.tp .right h2 {
        margin-left: 1px;
    }

    section.main-projects .tp .slider-item.left {
        width: calc(50% - 11.06%);
        margin-top: 1px;
        margin-left: 11.1%;
    }
}

@media (max-width: 1342px) and (min-width: 1000px) {
    section.main-projects .block.bt .right {
        align-items: center;
    }
    
    section.main-projects .block.bt .slider-data {
        margin-top: 0;
    }

    section.main-projects .container.l-col-3>.item.l-wide {
        width: calc(60.7% - 40px);
    }

    section.main-projects .container.l-col-3>.item {
        width: calc(39.3% - 40px);
    }

    section.main-projects .slider-data h2 { 
        font-size: 40px;
    }
}

@media screen and (max-width: 999px) {
    section.main-projects {
        padding: 80px 0;
    }

    .container.l-col-3.block.bt.j-link-group {
        margin-bottom: 80px;
    }

    .main-projects .block.tp .left .slider-wrapper,
    .main-projects .block.tp .left p {
        margin-left: 0;
    }

    section.main-projects .slider-data h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    section.main-projects .slider-data {
        margin-bottom: 40px;
    }

    .main-projects .block.tp {
        margin-bottom: 0;
    }

    .main-projects .tp .slider-item.left {
        margin: 80px 0 0;
    }

    section.main-projects .block.bt .button {
        margin: 60px auto 0;
    }
}

@media screen and (max-width: 599px) {
    section.main-projects {
        padding: 61px 0;
    }

    section.main-projects .slider-data h2 {
        font-size: 21px;
        line-height: 128%;
    }

    section.main-projects .block.tp h2 {
        margin-bottom: 29px;
    }

    section.main-projects .bt .left .slider {
        padding-top: 73.9%;
    }

    section.main-projects .block.bt .button {
        margin-top: 40px;
        padding: 10px 28px 8px 30px;
    }

    .container.l-col-3.block.bt.j-link-group {
        margin-bottom: 61px;
    }

    .main-projects .tp .slider-item.left {
        margin-top: 61px;
    }
}

/* End */


/* Start:/local/components/terem/feature.list/templates/page.index.features.region/style.css?17320217912943*/
section.features {
    background: var(--block-background);
    padding: 90px 0;
    box-sizing: border-box;
}

.features .wrapper {
    display: flex;
    flex-direction: column;
}

.features .features__title {
    max-width: 780px;
    font: 600 46px/130% var(--title-font);
    color: var(--text-color);
    margin: 0 0 40px;
}

.features .features__button-wrapper {
    display: flex;
    gap: 25px;
    margin-bottom: 60px;
}

.features .features__items {
    display: flex;
    gap: 30px;
}

.features .features__items .item {
    width: calc(100% - 30px);
    min-height: 142px;
    display: flex;
    flex-direction: column;
    background: var(--background);
    gap: 20px;
    justify-content: space-between;
    margin: 0;
    padding: 30px 30px 40px;
    box-sizing: border-box;
}

.features .item svg {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.features .item .text {
    max-width: 220px;
    font: 400 16px/150% var(--text-font);
    color: var(--text-color);
    margin: 0 0 0 10px;
}


@media screen and (max-width: 999px) {
    section.features {
        width: calc(100% - 60px);
        margin: 0 auto;
        padding: 80px 0;
    }

    .features .wrapper {
        width: calc(100% - 80px);
        padding-left: 1px;
    }

    .features .features__title {
        max-width: 570px;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .features .features__button-wrapper {
        order: 2;
        margin-bottom: 0;
        margin-top: 60px;
    }

    .features .features__items {
        flex-direction: column;
        gap: 20px;
    }

    .features .features__items .item {
        width: 100%;
        min-height: auto;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        padding: 30px;
    }

    .features .item .text {
        max-width: 100%;
        text-align: left;
    }

    .features .item .text br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .features .features__button-wrapper {
        justify-content: space-between;
        gap: 27px;
    }

    .features .tx .button {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    section.features {
        width: 100%;
        padding: 60px 0 61px;
    }

    .features .wrapper {
        width: calc(100% - 32px);
        padding-left: 0px;
    }

    .features .features__title {
        font-size: 21px;
    }

    .features .features__items .item {
        gap: 0;
    }

    .features .item .text {
        margin: 1px 0 0 20px;
    }

    .features .features__button-wrapper {
        flex-direction: column;
        margin-top: 39px;
        gap: 30px;
    }

    .features .tx .button {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .features .features__items .item {
        align-items: start;
    }

    .features .item .text br {
        display: block;
    }
}
/* End */


/* Start:/local/components/terem/review.list.text/templates/.default.region/style.css?173209092211158*/
.block-otzyvy h3 {
    font: 600 30px/130% var(--title-font);
    color: var(--text-color);
    margin: 0 0 40px 0;
}

.block-otzyvy .video-button {
    bottom: -69px;
}

.block-otzyvy .text-item .nfo{
    display: flex;
    flex-direction: column;
}

.block-otzyvy .text-item .nfo span:first-child {
    padding-right: 18px;
    margin-bottom: 12px;
}

.block-otzyvy .text-item .nfo span {
    display: block;
    font: 700 16px/130% var(--title-font);
    color: var(--title-color);
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.block-otzyvy .feedback-info .nfo span:first-child::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 3px;
    height: 20px;
    background: var(--main-color);
} 

.block-otzyvy .button.button__white {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font: 500 12px/16px var(--text-font);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .08em;
    color: var(--title-color);
    border: 1px solid var(--border-color);
    background-color: transparent;
    border-radius: 4px;
    padding: 10px 29px 8px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    box-sizing: border-box;
    margin: 0 auto;
}

.block-otzyvy .button.button__white:hover {
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.otzyvy-item {
    background-color: var(--background);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.otzyvy-item .tx {
    position: relative;
    top: 0;
    color: var(--text-color);
}

.text-item .nfo span:first-child {
    padding-right: 0;
    margin-right: 0;
}

.otzyvy-item-info.nfo>span:last-child {
    overflow: hidden;
    display: block;
    padding: 0 10px 0 0;
}

.otzyvy-item-text {
    font-family: var(--text-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: var(--dark-grey-color);
    height: 13.5em;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.otzyvy-item-text.opened+.otzyvy-item-text {
    height: unset;
    overflow: auto;
}

.otzyvy-item-text.opened+.otzyvy-item-text-btn {
    display: none;
}

.otzyvy-item-text-btn {
    cursor: pointer;
    font: 400 16px var(--text-font);
    text-transform: none;
    color: var(--title-color);
    opacity: 0;
    display: none;
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--title-color)), to(var(--title-color)));
    background-image: -o-linear-gradient(left, var(--title-color) 0, var(--title-color) 100%);
    background-image: linear-gradient(to right, var(--title-color) 0, var(--title-color) 100%);
    background-repeat: repeat-x;
    background-position: 0 96%;
    background-size: 100% 1px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    margin-bottom: 29px;
}

.otzyvy-item-text-btn:hover {
    background-image: none;
}

.otzyvy-item .link-to-house-type {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    display: none;
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--main-color)), to(var(--main-color)));
    background-image: -o-linear-gradient(left, var(--main-color) 0, var(--main-color) 100%);
    background-image: linear-gradient(to right, var(--main-color) 0, var(--main-color) 100%);
    background-repeat: repeat-x;
    background-position: 0 96%;
    background-size: 100% 1px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    width: fit-content;
    color: var(--dark-grey-color);
}

.otzyvy-item-text .review-txt {
    display: inline;
}

.otzyvy-item-user-info {
    margin-top: 20px;
}

.otzyvy-item-user {
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 4px;
    padding: 0 10px 0 0;
}

.otzyvy-item-region {
    font-family: var(--text-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--grey-color);
}

.otzyvy-item-link__container {
    margin-top: 20px;
}

a.otzyvy-item-link {
    display: inline;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-family: var(--text-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-grey-color);
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--main-color)), to(var(--main-color)));
    background-image: linear-gradient(to right, var(--main-color) 0, var(--main-color) 100%);
    background-repeat: repeat-x;
    background-position: 0 98%;
    background-size: 100% 1px;
    padding-bottom: 2.4px;
}

a.otzyvy-item-link:hover {
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--background)), to(var(--background)));
    background-image: linear-gradient(to right, var(--background) 0, var(--background) 100%);
}

.block-otzyvy .text-item .nfo span::after{
    display: none;
}

@media screen and (min-width: 1400px) {
    .block-otzyvy .otzyvy-item .tx {
        min-height: 365px;
    }
}

@media screen and (min-width: 1000px) {
    .block-otzyvy .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .container>.item:last-child {
        margin-bottom: 40px;
    }

    .block-otzyvy .otzyvy-item .tx {
        padding: 0 39px 39px 40px;
        background: var(--block-background);
    }

    .block-otzyvy .text-item .nfo {
        position: relative;
        top: -8px;
        margin-bottom: 22px;
    }

    .block-otzyvy .text-item .nfo span {
        position: relative;
        width: fit-content;
    }

    .block-otzyvy .text-item .nfo span::after{
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: -1px;
        width: 3px;
        height: 20px;
        background: var(--main-color);    
    }

    .block-otzyvy .text-item .nfo *:last-child::after {
        content: none;
    }

    .block-otzyvy .otzyvy-item-text-btn {
        display: none;
    }

    .block-otzyvy .otzyvy-item-text {
        height: 100%;
        margin-bottom: 0;
    }

    .block-otzyvy .video-feedback {
        margin-bottom: 40px;
    }

    .feedback-info .nfo span:first-child {
        margin-right: 35px;
    }

    .l-clear+.item,
    .l-clear+.item+.item {
        margin-top: 30px;
    }
}

@media screen and (max-width: 999px) {
    .block-otzyvy h3 {
        margin-bottom: 30px;
    }

    .block-otzyvy .video-feedback {
        width: 100%;
        margin-bottom: 29px;
    }

    .block-otzyvy .otzyvy>.item {
        padding: 0;
    }

    .block-otzyvy .otzyvy-item {
        margin-bottom: 80px;
    }

    .l-clear+.item+.otzyvy-item {
        margin-bottom: 41px;
    }

    .block-otzyvy .video-button {
        width: 60px;
        height: 60px;
        bottom: 43.5%;
    }

    .block-otzyvy .video-button svg {
        left: -40px;
        bottom: 40px;
    }

    .block-otzyvy .video-button:before {
        width: 60px;
        height: 60px;
        background: var(--background);
    }

    .block-otzyvy .video-button .circles {
        display: none;
    }

    .block-otzyvy .video-button .triangle {
        fill: var(--dark-grey-color);
    }

    .block-otzyvy .feedback-info {
        display: none;
    }

    .block-otzyvy .video-feedback .tp {
        margin-bottom: 0;
    }

    .block-otzyvy .text-item .nfo span {
        display: block;
        color: var(--text-color);
        font: 600 18px/130% var(--title-font);
        letter-spacing: 0;
        text-transform: none;
    }

    .block-otzyvy .text-item .nfo span:first-child {
        font: 400 16px/150% var(--text-font);
        color: var(--dark-grey-color);
        margin-bottom: 11px;
        letter-spacing: 0;
    }

    .otzyvy-item-text {
        color: var(--text-color);
        margin-bottom: 32px;
    }

    .otzyvy-item-text.opened {
        height: unset;
        overflow: auto;
    }

    .otzyvy-item.cut .otzyvy-item-text::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--background) 100%);
    }

    .otzyvy-item.cut .otzyvy-item-text-btn {
        opacity: 1;
        display: block;
    }

    .otzyvy-item .link-to-house-type {
        display: block;
    }

    .block-otzyvy .text-item .nfo{
        margin-bottom: 18px;
    }

    .block-otzyvy .button.button__white {
        margin: 17px auto 0;
    }
}

@media(max-width:640px) {
    .block-otzyvy h3 {
        font-size: 21px;
        margin-bottom: 29px;
    }

    .block-otzyvy .video-button {
        width: 50px;
        height: 50px;
        bottom: 38.5%;
    }

    .block-otzyvy .video-button:before {
        width: 50px;
        height: 50px;
    }

    .block-otzyvy .video-button svg {
        left: -30px;
        bottom: 30px;
        width: 110px;
        height: 110px;
    }

    .block-otzyvy .video-feedback {
        margin-bottom: 21px;
    }

    .block-otzyvy .text-item .nfo span {
        font-size: 16px;
    }

    .block-otzyvy .text-item .nfo span:first-child {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .otzyvy-item-text {
        font-size: 14px;
    }

    .block-otzyvy .text-item .nfo {
        margin-bottom: 20px;
    }

    .otzyvy-item-text {
        height: 7.4em;
        margin-bottom: 34px;
    }

    .otzyvy-item-text-btn {
        font-size: 14px;
        margin-bottom: 31px;
    }

    .block-otzyvy .otzyvy-item {
        margin-bottom: 59px;
    }

    .l-clear+.item+.otzyvy-item {
        margin-bottom: 40px;
    }

    .container.otzyvy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container.l-col-2>.item.otzyvy-item {
        width: 100%;
    }

    .container.l-col-2>.item.otzyvy-item:last-child {
        margin-bottom: 0;
    }

    section.block-otzyvy .wrapper {
        width: calc(100% - 30px);
    }

    .otzyvy-item {
        width: 100%;
    }

    .otzyvy-item-info-date {
        font-size: 14px;
        line-height: 22px;
        color: var(--grey-color);
    }

    .otzyvy-item-info.nfo>span:last-child {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
    }
}

@media(max-width:400px) {
    .block-otzyvy .text-item .nfo {
        margin-bottom: 20px;
        max-width: 340px;
    }
}

/* End */


/* Start:/local/components/terem/news.list/templates/page.carousel.image.region/style.css?17320224724040*/
section.news {
	background: var(--background);
	padding-top: 120px;
	padding-bottom: 121px;
}

.news .wrapper h4 {
	font: 600 30px/131% var(--title-font);
	color: var(--text-color);
	margin-bottom: 25px;
}


.news .carousel-container .owl-stage-outer {
	height: auto !important;
}

/* 
.news .carousel-container .owl-stage {
	display: flex;
	gap: 30px;
} */

.news .carousel .item {
	margin-right: 0;
}

/* .news .carousel-container.owl-drag .owl-item {
	margin-right: 0 !important;
	width: calc(33.3% - 33px) !important;
} */

.news .carousel-container .owl-item img {
	min-width: auto;
	margin-bottom: 36px;
	object-fit: cover;
}

.news .wrapper .text-item {
	width: 100%;
	background: initial;
	margin-right: 0;
	padding: 0;
}

.news .news-slide-container {
	position: relative;
	height: 100%;
	min-height: 332px;
	background: var(--block-background);
	padding: 0 38px 38px;
}

.news .tx.news-link {
	top: 46px;
	min-height: auto;
	width: fit-content;
	margin: auto;
}

.news .text-item h5,
.news .text-item a {
	font: 500 26px/130% var(--title-font);
	color: var(--dark-grey-color);
}

.news .text-item h5 {
	position: relative;
	top: -15px;
	margin-bottom: 15px;
	padding-left: 2px;
}

.news .text-item p {
	font: 400 16px/150% var(--text-font);
	color: var(--dark-grey-color);
	margin-bottom: 30px;
}

.news .text-item .more-link {
	position: absolute;
	bottom: 40px;
	left: 40px;
	font: 14px var(--title-font);
	color: var(--main-color);
	text-transform: uppercase;
	cursor: pointer;
	border: none;
}

.news .more-link::after {
	content: "...";
	top: -0.5px;
	right: -9px;
	font-size: 14px;
}

.news .carousel-container .owl-dots {
	display: none;
}

@media screen and (max-width:1279px) {
	section.news {
		padding: 80px 0;
	}

	.news .wrapper h4 {
		margin-bottom: 15px;
	}

	.news .wrapper .news-slide-container {
		padding: 30px 29px 25px 30px;
		min-height: 285px;
	}

	.news .text-item h5,
	.news .text-item a {
		font-size: 21px;
		line-height: 129%;
	}

	.news .text-item h5 {
		top: 0;
		margin-bottom: 20px;
		padding: 0;
	}

	/* .news .carousel-container.owl-drag .owl-item {
		width: calc(50% - 30px) !important;
	} */

	.news .carousel-container .owl-item img {
		margin-bottom: 0;
	}

	.news .text-item .more-link {
		bottom: 30px;
		left: 30px;
	}

	.news .tx.news-link {
		top: 45px;
	}
}

@media screen and (max-width:599px) {
	section.news {
		padding: 60px 0 88px;
	}

	.news .wrapper h4 {
		font-size: 21px;
		margin-bottom: 14px;
	}

	.news .wrapper .news-slide-container {
		padding-top: 31px;
		min-height: 284px;
	}

	.news .text-item h5,
	.news .text-item a {
		line-height: 128%;
	}

	.news .text-item h5 {
		margin-bottom: 19px;
	}

	.news.carousel-section .carousel {
		overflow: visible;
	}

	.news .carousel-container .owl-stage {
		gap: 20px;
	}

	.news .carousel-container .owl-dots {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		bottom: -33px;
	}

	.news .carousel-container .owl-dots .owl-dot:not(:last-child) {
		margin-right: 8px;
	}

	.news .carousel-container .owl-dots .owl-dot.active span {
		background: var(--grey-color);
	}

	.news .carousel-container .owl-dots .owl-dot span {
		display: block;
		background: var(--line-color);
		width: 8px;
		height: 8px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}

	.news .tx.news-link {
		top: 73px;
		padding-left: 1px;
	}
}

@media screen and (min-width: 375px) {
	.news .carousel-container .owl-item img {
		min-height: 235px;
	}
}

@media screen and (min-width: 640px) {
	.news.carousel-section .wrapper {
		padding: 0px;
	}
}

@media screen and (min-width: 768px) {
	.news .carousel-container .owl-item img {
		min-width: 339px;
		min-height: 232px;
	}
}

@media screen and (max-width:767px) and (min-width: 600px) {
	.news .carousel-container .owl-item img {
		min-height: auto;
	}
}

@media screen and (min-width: 1600px) {
	.news .carousel-container .owl-item img {
		min-width: 420px;
		min-height: 287px;
	}
}

/* End */


/* Start:/local/components/terem/standard.blocks/templates/new.standard.block/style.css?17320246524945*/
.new-standard {
    padding: 0;
    margin: 60px 0;
}

.new-standard img {
    display: block;
    width: 100%;
    max-width: 110px;
    height: auto;
    margin-left: -10px;
}

.new-standard .wrapper {
    display: block;
    min-height: 387px;
    border-radius: 10px;
    background-color: var(--block-background);
    padding: 20px 30px 30px;
    text-align: start;
}

.new-standard__text-container {
    margin-top: 30px;
}

.new-standard__title {
    color: var(--title-color);
    font: normal 600 21px/27px var(--title-font);
}

.new-standard__text {
    max-width: 90%;
    color: var(--dark-grey-color);
    font: normal 400 16px/24px var(--text-font);
    margin-top: 12px;
}

.new-standard__btn svg {
    display: none;
}

.new-standard__btn {
    display: block;
    max-width: 300px;
    width: 100%;
    font: 500 12px/16px var(--text-font);
    color: var(--background);
    background: var(--main-color);
    border-radius: 4px;
    letter-spacing: 0.08em;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    margin-top: 40px;
    padding: 10px 30px 8px;
}

.new-standard__link:hover .new-standard__btn {
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color: var(--main-color);
    background-color: transparent;
}

@media screen and (min-width: 767px) {
    .new-standard {
        margin: 80px 0;
    }

    .new-standard img {
        width: auto;
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -ms-grid-row-span: 2;
        grid-row: span 2;
        margin: 0;
    }

    .new-standard__btn {
        max-width: 220px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 10px 27px 8px 28px;
        margin: 40px 0 0;
    }

    .new-standard .wrapper {
        min-height: auto;
        display: -ms-grid;
        display: grid;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        -ms-grid-columns: auto 37px 1fr;
        grid-template-columns: auto 1fr;
        -webkit-column-gap: 37px;
        -moz-column-gap: 37px;
        column-gap: 37px;
        padding: 30px 30px 40px;
    }

    .new-standard .wrapper>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .new-standard .wrapper>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .new-standard .wrapper>*:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .new-standard .wrapper>*:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .new-standard__text-container {
        margin-top: 11px;
    }

    .new-standard__text {
        max-width: 94%;
    }
}

@media screen and (min-width: 1100px) {
    .new-standard {
        margin: 120px 0;
    }

    .new-standard img {
        max-width: 130px;
    }

    .new-standard__title {
        font: normal 600 26px/34px var(--title-font);
    }

    .new-standard__text {
        font: normal 400 18px/27px var(--text-font);
        margin-top: 12px;
    }

    .new-standard__btn {
        position: absolute;
        top: 50%;
        right: 60px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        padding: 0;
        margin: 0;
    }

    .new-standard__btn svg {
        display: block;
        margin-left: 3px;
    }

    .new-standard__link:hover .new-standard__btn {
        background-color: var(--tab-color);
        border-color: var(--tab-color);
    }

    .new-standard__btn span {
        display: none;
    }

    .new-standard .wrapper {
        min-height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 47px;
        -moz-column-gap: 47px;
        column-gap: 47px;
        padding: 35px 30px 35px 43px;
    }

    .new-standard__text-container {
        margin: 0;
    }

    .new-standard__text {
        max-width: 100%;
    }
}

/* End */
/* /local/components/terem/dealer.indevelop/templates/.default/style.css?17320216726213 */
/* /local/components/terem/dealer.index/templates/.default/style.css?175266508212772 */
/* /local/components/terem/promotion.list/templates/home.slider/style.css?17320228625162 */
/* /local/components/terem/catalog.type.list.json/templates/.default.region/style.css?17404910944647 */
/* /local/components/terem/feature.list/templates/page.index.features.region/style.css?17320217912943 */
/* /local/components/terem/review.list.text/templates/.default.region/style.css?173209092211158 */
/* /local/components/terem/news.list/templates/page.carousel.image.region/style.css?17320224724040 */
/* /local/components/terem/standard.blocks/templates/new.standard.block/style.css?17320246524945 */
