.t503 .t-section__topwrapper,
.t852 .t-section__topwrapper,
.t527 .t-section__topwrapper,
.t550 .t-section__topwrapper{
    margin-bottom: 60px;
}
.t720 .t720__textwrapper,
.t1066 .t-section__topwrapper,
.t594 .t-section__topwrapper{
    margin-bottom: 45px;
}
.t527__bgimg,
.t852__bgimg{
    border-radius: 25px;
}
.t720 .t-input-phonemask{
    height:auto !important;
}
.t503 .t-section__title {
    margin-bottom: 10px;
}
.uc-andrey .t799 .t-col_7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}
.uc-andrey .t799 .t799__title {
    -webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;
    margin-bottom: 20px;
}
.uc-andrey .t799 .t799__button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-bottom: 30px;
    height: 45px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.uc-andrey .t799 .t799__text {
    -webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;
}

/*Запрещаем перенос телефонов*/
#rec178940376 a span,
#rec178798174 a span,
#rec180172740 span a,
#rec180188795 span a{
    white-space:nowrap;
}
@media screen and (min-width: 561px){
    .t702 .t-popup__container {
        border-radius:20px;
    }
}

@media screen and (max-width: 1200px) {
    .t995__title{
        font-size: 38px !important;
    }
}

/*Артема двигаем вверх в мобильных*/
@media screen and (max-width: 960px) {
    .t799 .t-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .t799-col_top{
        order: 2;
        margin-top: 60px;
    }
    .uc-andrey .t799 .t799-col_top {
        order: 0;
        margin-top: 0;
    }
    #rec180188795 .t-container{
        display: flex;
        flex-wrap: wrap;
    }
    #rec180188795 .t744__col_first {
        margin-bottom:0;
        order: 2;
    }
    #rec180188795 .t744__col:last-child {
        margin-bottom:24px;
    }
}

@media screen and (max-width: 560px){
    .t550 .t-section__topwrapper,
    .t527 .t-section__topwrapper,
    .t503 .t-section__topwrapper, .t852 .t-section__topwrapper,
    .t720 .t720__textwrapper,
    .t594 .t-section__topwrapper{
        margin-bottom: 40px;
    }
    .t282__logo__img {
        height: 45px !important;
    }
    .t702 .t-popup__close,
    .t750 .t-popup__close {
        background: #fff;
    }
    .t702 .t-popup__close-icon g,
    .t750 .t-popup__close-icon g{
        fill:#222;
    }
}

@media screen and (max-width: 640px) {
    #rec702464661 .t-descr_xs {
        font-size:16px;
    }
}

/*Этапы работ*/
#rec702464671 .t548__img {
    border-radius: 0;
    border:0;
}

/*Кнопки*/
.t-section__bottomwrapper a.t-btn,
.tn-elem__1785301891473846124811 a,
.tn-elem__1801671981586709886983 a,
.tn-elem__1798314591586709886983 a{
    position:relative;
}

.t-section__bottomwrapper a.t-btn:before,
.tn-elem__1785301891473846124811 a:before,
.tn-elem__1801671981586709886983 a:before,
.tn-elem__1798314591586709886983 a:before {
    content: '';
    position: absolute;
    border: #04afb3 solid 2px;
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: top, right, bottom, left, opacity;
    transition-property: top, right, bottom, left, opacity;
}

.t-section__bottomwrapper a.t-btn:hover:before,
.tn-elem__1785301891473846124811 a:hover:before,
.tn-elem__1801671981586709886983 a:hover:before,
.tn-elem__1798314591586709886983 a:hover:before{
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0.5;
}