/*
Theme Name: Santehnik-radom
 */
 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Unbounded:wght@200..900&display=swap');
 @keyframes scaleChange {
    0% {
        transform: scale3d(1,1,1);
    }
    50% {
        transform: scale3d(1.1,1.1,1.1);
    }
    100% {
        transform: scale3d(1,1,1);
    }
}
@-webkit-keyframes scroll {from {-webkit-transform: translateX(0);transform: translateX(0);}to {-webkit-transform: translateX(-100%);transform: translateX(-100%);}}@-moz-keyframes scroll {from {-moz-transform: translateX(0);transform: translateX(0);}to {-moz-transform: translateX(-100%);transform: translateX(-100%);}}@-o-keyframes scroll {from {-o-transform: translateX(0);transform: translateX(0);}to {-o-transform: translateX(-100%);transform: translateX(-100%);}}@keyframes scroll {from {-webkit-transform: translateX(0);-moz-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}to {-webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-o-transform: translateX(-100%);transform: translateX(-100%);}}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0;
    margin:0;
    list-style-type: none;
    text-decoration:none;
    border:none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
img{
    max-width: 100%;
    max-height: 100%;
}
body{
    /*height: 7000px;*/
}
.main-container{
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

.main-order-form {
    position: fixed;
    width: 45%;
    left: 27.5%;
    top: 10%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    background: black;
    padding: 30px 50px;
    z-index: 12;
    display: none;
}
.form-msg{
    position: fixed;
    width: 45%;
    left: 27.5%;
    top: 12%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    background: black;
    padding: 30px 50px;
    z-index: 13;
    display: none;
}
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: rgba(0,0,0,0.7);
    display: none;
}
.main-order-esc-wrap {
    position: relative;
}
.main-order-esc {
    position: absolute;
    top: -15px;
    right: -25px;
    width: 24px;
    height: 24px;
    background: url(images/esc.svg) center center/contain no-repeat;
    z-index: 2;
    cursor: pointer;
}
.main-order-header {
    margin-bottom: 40px;
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.error-msg .main-order-header{
    color:red;
}
.main-order-input {
    margin-bottom: 20px;
}
.main-order-input input{
    padding: 20px 15px;
    font-size: 16px;
    color: white;
    font-weight: lighter;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    border: 1px solid grey;
    background: transparent;
    width: 100%;
}
.main-order-btn {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: #EA3B02;
    margin-bottom: 20px;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
}
.main-order-btn:hover{
    color: #EA3B02;
    background: white;
}
.privacy-block {
    font-size: 16px;
    text-align: center;
    font-weight: lighter;
    color: #FFFFFF;
}
.privacy-block a{
    text-decoration: underline;
    font-size: 16px;
    text-align: center;
    font-weight: lighter;
    color: #FFFFFF;
}
.msg-text{
    font-size: 20px;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}
.msg-soc {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.msg-tele{
    width: 38px;
    height: 38px;
    /*display: inline-block;*/
    display: none;
    background: url(images/Telegram_form.svg) center center/contain no-repeat;
    margin-right: 20px;
}
.msg-tele:hover{
    background: url(images/Telegram_form_hover.svg) center center/contain no-repeat;
}
.msg-watts{
    width: 38px;
    height: 38px;
    /*display: inline-block;*/
    display: none;
    background: url(images/WhatsApp_form.svg) center center/contain no-repeat;
}
.msg-watts:hover{
    background: url(images/WhatsApp_form_hover.svg) center center/contain no-repeat;
}
.msg-phone {
    margin-bottom: 20px;
    text-align: center;
}
.msg-phone a{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: white;
}
.msg-work {
    font-size: 16px;
    color: white;
    text-align: center;
}
.fixed-phone-wrap {
    display: block;
    position: fixed;
    z-index: 8;
    bottom: 30%;
    right: 15%;
    width: 60px;
    height: 60px;
    /* overflow: hidden; */
    /* animation: scaleChange 1s infinite; */
}
.call-btn {
    display: block;
    position: absolute;
    z-index: 4;
    width: 59px;
    height: 59px;
    background: url(images/phone-pulse.svg) center center/contain no-repeat;
    cursor: pointer;
    display: none;
}
.tele-btn {
    /*display: block;*/
    display: none !important;
    position: absolute;
    z-index: 4;
    width: 59px;
    height: 59px;
    background: url(images/tele-pulse.svg) center center/contain no-repeat;
    cursor: pointer;
    display: none;
}
.close-btn {
    position: absolute;
    z-index: 4;
    width: 59px;
    height: 59px;
    background: url(images/close-pulse.svg) center center/contain no-repeat;
    cursor: pointer;
}
.watts-btn {
    /*display: block;*/
    display: none !important;
    position: absolute;
    z-index: 4;
    width: 59px;
    height: 59px;
    background: url(images/watts-pulse.svg) center center/contain no-repeat;
    cursor: pointer;
    display: none;
}
.pulse-wrap {
    position: relative;
    width: 60px;
    height: 60px;
}
.pulse-phone.pulse-add {
    animation: scaleChange 1s infinite;
    cursor: pointer;
}
.pulse-phone {
    position: absolute;
    z-index: 5;
    width: 60px;
    height: 60px;
    background: url(images/pule-phone.svg) center center/contain no-repeat;
    /* transition: all 0.7s; */
}
header {
    background: url(images/header-bg.png) center center/cover no-repeat;
    padding: 20px 0;
}
.round-block{
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /*overflow: hidden;*/
    border: 1px solid white;
    background: rgba(255,255,255,0.3);
}
.fixed-block .round-block{
    background: rgba(0,0,0,0.5);
    padding: 5px 15px;
}
.header-logo {
    width: 23%;
}
.header-menu {
    width: 76%;
    display: flex;
    align-items: center;
}
.header-fixed-wrap .main-container{
    display: flex;
    justify-content: space-between;
}
.header-fixed-wrap{
    /*padding: 20px 0 7px 0;*/
    
}
.header-fixed-wrap-height {
    min-height: 86px;
}
.fixed-block {
    position: fixed;
} 
.header-fixed-wrap.fixed-block{
    padding: 5px 0 0 0;
    width: 100%;
    top: 0;
    z-index: 7;
    border-bottom: none;
    background: transparent;
    left: 0;
}
.header-menu>nav>ul{
    display: flex;
    justify-content: space-between;
}
.header-menu>nav>ul>li:first-child{
    position: relative;
}
.header-menu>nav>ul>li>a{
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.menu-serv-btn{
    color: black;
    font-size: 18px;
    font-weight: 600;
    padding-right: 20px;
    position: relative;
    background: transparent;
    cursor: pointer;
}
.menu-serv-btn>.btn-open{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url(images/down-white.svg) right center/contain no-repeat;
    right: 0;
    top: calc(50% - 7.5px);
    z-index: 7;
}
.sub-menu-wrap{
    position: absolute;
    display: none;
}
.sub-menu {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    background: black;
}
.sub-menu a{
    color:white;
    white-space: nowrap;
}
.sub-menu>ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 50px;
}
.sub-menu>ul>li{
    /*width: 33.3333%;*/
}
.sub-menu-esc-wrap {
    position: relative;
}
.sub-menu-esc {
    position: absolute;
    right: -15px;
    top: -20px;
    width: 20px;
    height: 20px;
    background: url(images/esc.svg) center center/contain no-repeat;
    cursor: pointer;
    z-index: 7;
}

.header-menu nav{
    width: 73%;
}
.menu-tele {
    width: 32px;
    height: 32px;
    /*display: inline-block;*/
    display: none;
    background: url(images/Telegram_form_head.svg) center center/contain no-repeat;
}
.menu-tele:hover{
    background: url(images/Telegram_form_hover.svg) center center/contain no-repeat;
}
.menu-watts {
    width: 32px;
    height: 32px;
    /*display: inline-block;*/
    display: none;
    background: url(images/WhatsApp_form_head.svg) center center/contain no-repeat;
}
.menu-watts:hover {
    background: url(images/WhatsApp_form_hover.svg) center center/contain no-repeat;
}
.header-soc-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 13%;
    padding: 0 1%;
}
.header-phone{
    width: 23%;
    text-align: center;
}
.header-phone a{
    display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    background: #384152;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}
.header-phone a:hover{
    background: #EA3B02;
}
.menu-btn-block {
    display: none;
}
.mob-burger{
    display: none;
}
footer{
    background: #384152;
    padding: 20px 0 10px 0;
    
}
footer .main-container{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.footer-1{
    width: 24%;
    margin-right: 4%;
}
.footer-2{
    width: 48%;
    margin-right: 10%;
}
.footer-3{
    width: 14%;
    text-align: right;
}
.footer-logo {
    margin-bottom: 5px;
}
.footer-adress {
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-policy, .footer-policy a,.call-privacy,.call-privacy a{
    color: white;
    font-size: 10px;
}
.call-privacy{
    text-align: center;
}
.footer-2 nav {
    margin-bottom: 20px;
}
.footer-2 nav ul{
    display: flex;
    justify-content: space-between;
}
.footer-2 nav ul li a{
    color: white;
    font-weight: 600;
    font-size: 18px;
}
.call-me {
    position: relative;
}
.call-me input{
    width: 70%;
    padding: 18px 14% 18px 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    background: white;
    font-weight: 50;
    font-size: 16px;
    
}
.call-me button{
    position: absolute;
    width: 44%;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px;
    cursor: pointer;
    color: white;
    background: #07B6D3;
}
.footer-soc {
    display: flex;
    justify-content: right;
}
.foot-tele {
    display: none;
    width: 30px;
    height: 30px;
    background: url(images/Telegram_form.svg) center center/cover no-repeat;
}
.foot-watts {
    display: none;
    width: 30px;
    height: 30px;
    background: url(images/WhatsApp_form.svg) center center/cover no-repeat;
    margin-left: 10px;
}
.foot-mail {
    width: 30px;
    height: 30px;
    background: url(images/menu-mail.svg) center center/cover no-repeat;
    margin-left: 10px;
}
.footer-phone {
    margin-bottom: 5px;
}
.footer-phone a{
    color: white;
    font-size: 15px;
}
.mob-adress {
    display: none;
}
.footer-call-privacy {
    display: none;
}
.header-main-block-wrap {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.main-header-img {
    width: 51%;
    display: flex;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
    background: #D9D9D9;
    flex-direction: column;
}
.main-header-img-wrap {
    width: 100%;
}
.main-header-text {
    width: 48%;
}
h1 {
    font-family: "Unbounded", sans-serif;
    color: white;
    margin: 30px 0;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
}
h1 span {
    color: #07B6D3;
    font-family: "Unbounded", sans-serif;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
}
.page-text {
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
}
.main-sale{
    font-family: "Unbounded", sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.main-sale span{
    font-family: "Unbounded", sans-serif;
    color: #07B6D3;
    font-size: 22px;
    font-weight: bold;
}
.no-summ {
    color: white;
    margin-bottom: 10px;
    font-size: 10px;
}
.main-header-btns {
    display: flex;
    justify-content: space-between
}
.main-header-btns a{
    display: block;
    width: 48%;
    padding: 10px 25px;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
}
.action-single {
    display: block;
    padding: 10px 25px;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    background: #384152;
}
.main-header-btns a:first-child{
    background: #07B6D3;
}
.main-header-btns a:last-child{
    background: #384152;
}

.main-header-img-wrap {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    flex-grow: 1;
}
.main-advances {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.main-advances div{
    margin-bottom: 10px;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    color: white;
    border: 1px solid white;
    padding: 6px 7px;
    background: #5B5B5B;
}

.region-free {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Unbounded", sans-serif;
    color: #07B6D3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    background: white;
    padding: 10px;
}
.page-text a {
    color: #07B6D3;
}
.main-header-img button{
    display: block;
    padding: 10px 25px;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    background: #EA3B02;
    width: 100%;
    cursor: pointer;
}
.main-header-img button:hover{
    background: white;
    color: #EA3B02;
}
.contacts {
    background: white;
    padding: 100px 0 20px 0;
    
}
h2{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Unbounded", sans-serif;
    color: #384152;
    margin-bottom: 20px;
}
h2 div{
    font-family: "Unbounded", sans-serif;
}
.map {
    position: relative;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}
.map-contacts {
    position: absolute;
    top: 25px;
    left: 25px;
    display: inline-block;
    padding: 20px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    background: #384152;
    width: 40%;
}
.map-adress {
    position: relative;
    padding-left: 60px;
    color: white;
    font-size: 14px;
    margin-bottom: 35px;
}
.map-adress:before {
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    content: '';
    background: url(images/adress-ic.svg) center center/contain no-repeat;
}
.map-phone {
    position: relative;
    padding-left: 60px;
    color: white;
    font-size: 14px;
    margin-bottom: 35px;
}
.map-phone:before {
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    content: '';
    background: url(images/map-phone.svg) center center/contain no-repeat;
}
.map-mail-soc {
    display: flex;
    position: relative;
    padding-left: 60px;
    color: white;
    font-size: 14px;
    margin-bottom: 35px;
}
.map-mail-soc:before {
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    content: '';
    background: url(images/map-mail.svg) center center/contain no-repeat;
}
.map-phone a,.map-mail a{
    color: white;
    font-size: 14px;
}
.map-contacts-header{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    color: white;
}
.map-contacts .footer-soc {
    justify-content: left;
    align-items: center;
}
.footer-soc-contacts {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    color: white;
}
.info-h{
    font-weight: 600;
}
.map-wrap {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}
.foot-contacts-btn {
    display: none;
}
.qua-text {
    display: none;
    transition: all 0.5s;
    font-size: 15px;
    padding-right: 30px;
}
.qua-block {
    transition: all 0.5s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #07B6D3;
    color: white;
    padding: 20px 35px 20px 12px;
    margin-bottom: 10px;
    cursor: pointer;
}
.qua-block:last-child{
    margin-bottom: 0;
}
.qua-block.qua-open{
    background: #384152;
}
.qua-header{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.qua-header:after{
    position: absolute;
    right: -15px;
    top: calc(50% - 15px);
    content: '';
    width: 30px;
    height: 30px;
    background: url(images/qua-arr.svg) center center / contain no-repeat;
    transition: all 0.5s;
}
.qua-block.qua-open .qua-header:after{
    transform: rotate(-90deg);
}

.qua-block.qua-open .qua-text{
    display: block;
}
h2 span{
    font-weight: bold;
    font-family: "Unbounded", sans-serif;
}
h2.border{
    padding-bottom: 5px;
    border-bottom: 3px solid #384152;
    display: flex;
    justify-content: space-between;
}
.qua {
    padding: 100px 0;
}
.section-dotts-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: start;
}
.section-text {
    width: 75%;
    font-size: 30px;
    color: #27292F;
    font-weight: 600;
    text-transform: uppercase;
}
.section-dotts {
    width: 15%;
    display: flex;
}
.section-dotts>div{
    padding: 12px;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    border-radius: 60%;
    border:1px solid black;
    margin-right: 5px;
    display: inline-block;
}
.section-dotts>div:last-child{
    margin-right: 0;
}
.section-dotts div.blue-dott{
    padding: 12.5px;
    border: none;
    background: #07B6D3;
}
.qua-main {
    display: flex;
    justify-content: space-between;
}
.qua-blocks {
    width: 63%;
}
.qua-form{
    width: 35%;
    padding: 18px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: url(images/form-bg.png) center center/cover no-repeat;
}
.qua-form-header {
    font-size: 20px;
    font-weight: 600;
    font-family: "Unbounded", sans-serif;
    margin-bottom: 10px;
    color: white;
}
.qua-form input{
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 16px;
    color: white;
    border: 1px solid white;
    margin-bottom: 15px;
    padding: 14px 18px;
    background: rgba(0,0,0,0.4);
    overflow: hidden;
}
.qua-form button{
    display: block;
    padding: 10px 25px;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    background: #EA3B02;
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px;
}
.qua-form button:hover{
    background: white;
    color: #EA3B02;
}
.qua-policy {
    text-align: center;
    font-size: 12px;
    color: white;
    width: 60%;
    margin: 0 auto 30px auto;
}
.qua-soc-phone {
    display: flex;
    justify-content: space-between;
}
.qua-phone {
    text-align: right;
    font-size: 15px;
    color: white;
}
.qua-phone a{
    font-size: 15px;
    color: white;
}
.qua-soc {
    display: flex;
}
.qua-soc a:first-child{
    margin-right: 15px;
}
.single-rev{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #384152;
    margin: 0 6px;
    color: white;
    padding: 15px;
}
.rev-title {
    padding-left: 56px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    background: url(images/rev-ic.svg) left center/contain no-repeat;
}
.rev-text {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 20px;
}
.rev-date {
    font-size: 15px;
    font-style: italic;
}
.revs {
    padding: 100px 0;
}
.section-text div,.section-text span{
    font-weight: 600;
    text-transform: uppercase;
}
.section-text span{
    color: #EA3B02;
    text-transform: uppercase;
}
.rev-btns{
    padding-left: 20px;
    display: inline-block;
    float: right;
}
.rev-btns-wrap {
    display: flex;
}
.prev {
    width: 54px;
    height: 27px;
    cursor: pointer;
    background: url(images/left-arr.png) center center/contain no-repeat;
    margin-right: 22px;
}
.next {
    width: 54px;
    height: 27px;
    cursor: pointer;
    background: url(images/right-arr.png) center center/contain no-repeat;
}
.standart-block {
    padding: 100px 0;
}
.second-text{
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
}
.garant-main-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.garant-single {
    width: 32%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 170px 50px 15px 10px;
    color: white;
}
.garant-text-wrap {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #384152;
    padding: 12px 25px;
}
.garant-title{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.garant-text {
    font-size: 15px;
}
.garant-1 {
    background: url(images/garant-1.png) center center/cover no-repeat;
}
.garant-2 {
    background: url(images/garant-2.png) center center/cover no-repeat;
}
.garant-3 {
    background: url(images/garant-3.png) center center/cover no-repeat;
}
.section-dotts .garant-single{
    display: none;
}
.wait-wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.wait-left {
    width: 63%;
}
.wait-text {
    margin-top: 50px;
    padding-left: 100px;
}
.wait-mob-text {
    display: none;
}
.steps-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.steps-wrap>div{
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.steps-wrap>div:last-child{
    flex-wrap: wrap;
}
.steps-single {
    width: 49%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #384152;
    padding: 10px;
}
.steps-wrap>div:first-child .steps-single{
    background: #07B6D3;
}
.steps-single:before{
    left: -20%;
    color: white;
    opacity: 0.6;
    font-size: 141px;
    font-weight: bold;
    font-family: "Unbounded", sans-serif;
    position: absolute;
    z-index: 1;
}
.steps-single.first-step:before{
    content: '01';
    bottom: -35px;
}
.steps-single.second-step:before{
    content: '02';
    top: -25px;
}
.steps-single.third-step:before{
    content: '03';
    bottom: -35px;
}
.steps-single.fourth-step:before{
    content: '04';
    top: -25px;
}
.steps-single-text {
    color: white;
    display: flex;
    /*height: 100%;*/
    width: 100%;
    flex-wrap: wrap;
}
.steps-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
}
.steps-text {
    font-size: 18px;
    width: 100%;
}
.steps-single.first-step {
    padding-bottom: 200px;
}
.steps-single.second-step{
    padding-top: 200px;
}
.steps-single.third-step{
    padding-bottom: 120px;
}
.steps-single.fourth-step{
    padding-top: 120px;
}
.steps-single.first-step .steps-single-text,
.steps-single.third-step .steps-single-text{
    /*align-items: start;*/
}
.steps-single.fourth-step .steps-single-text,
.steps-single.second-step .steps-single-text{
    /*align-items: end;*/
}
.steps-descr {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.steps-scroll {
    background: #EA3B02;
    margin-top: 15px;
    padding: 10px 0;
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    color: white;
}
header+.steps-scroll{
    background: #384152;
    margin-top: 0;
}
header+.steps-scroll .sales-text div:after{
    background: #07B6D3;
}
.sales-text {
    display: flex;
    text-align: center;
    webkit-animation: scroll 30s linear infinite;
    -moz-animation: scroll 30s linear infinite;
    -o-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
    /*overflow: hidden;*/
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.sales-text div{
    position: relative;
    text-transform: uppercase;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 0 20px;
}
.sales-text div:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: white;
    right: -5px;
    top: calc(50% - 5.5px);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.section-dotts-wrap .steps-descr{
    display: none;
}
.radom-wrap {
    display: flex;
    justify-content: space-between;
}
.radom-form {
    width: 30%;
}
.radom-form .section-dotts,.radom-form .qua-form {
    width: 100%;
}
.radom-form .section-dotts{
    margin-bottom: 20px;
}
.radom-main {
    width: 69%;
}
.radom-main-text {
    font-size: 18px;
    margin-bottom: 15px;
}
.radom-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.radom-block {
    width: 32%;
    background: #DDF0F7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.radom-text-block {
    padding: 60px 10px 10px 10px;
    color: black;
}
.radom-block:last-child {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.radom-block:last-child .radom-text-wrap{
    width: 39%;
    padding: 50px 0px 0px 0px;
    position: relative;
}
.radom-foto{
    width: 60%;
    height: 100%;
    background: url(images/radom.png) center center/cover no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden; 
}
.radom-rounds{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.radom-round {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #07B6D3;
    margin-bottom: 2px;
}
.trans-round{
    background: transparent;
}
.radom-title {
    font-size: 32px;
    font-weight: bold;
    font-family: "Unbounded", sans-serif;
}
.radom-text {
    font-size: 16px;
    font-weight: 500;
}
.radom-main+.qua-form{
    display: none;
}
.radom-main-text .section-dotts{
    display: none;
}
.services-right .section-dotts {
    display: none;
}
.services-blocks+.sarvices-btn{
    display: none;
}
.services-text-btn {
    display: flex;
    justify-content: space-between;
}
.section-text div.services-top-text {
    width: 49%;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}
.sarvices-btn {
    width: 44%;
    background: #07B6D3;
    color: white;
    text-transform: uppercase;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 10px 80px 10px 15px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    align-self: center;
}
.sarvices-btn:after{
    content: '';
    width: 26px;
    height: 26px;
    top: 10px;
    right: 10px;
    position: absolute;
    background: url(images/Arrow-btn.svg) center center/cover no-repeat;
}
.services-blocks {
    display: flex;
    justify-content: space-between;
}
.services-left {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services-left-block {
    width: 49%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    padding: 120px 10px 10px 10px;
    
}
.service-left-title {
    padding: 10px;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    background: #384152;
    color: white;
}
.services-left-1 {
    background: url(images/service-1.png) center center/cover no-repeat;
    margin-bottom: 10px;
}
.services-left-2 {
    background: url(images/service-2.png) center center/cover no-repeat;
    margin-bottom: 10px;
}
.services-left-3 {
    background: url(images/service-3.png) center center/cover no-repeat;
}
.services-left-4 {
    background: url(images/service-4.png) center center/cover no-repeat;
}
.services-right {
    display: flex;
    justify-content: space-between;
    width: 39%;
}
.services-right-foto-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.services-right-foto{
    height: 100%;
    background: url(images/mixer.png) center center/cover no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.services-right-text {
    display: none;
}
.service-page-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 10px;
}
.action-page-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
}
.action-main-service,.single-main-service {
    margin: 0 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    background: #384152;
    padding: 15px 10px;
}
.action-main-service-img,.single-main-service-img {
    display: block;
    height: 230px;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.action-main-service-title,.single-main-service-title {
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    display: block;
    height: 100px;
    font-weight: 500;
    text-align: center;
}
.action-main-service-btn,.single-main-service-btn {
    display: block;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    background: #07B6D3;
    color: white;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}
.action-main-service-text {
    margin-bottom: 10px;
    color: white;
    text-align: center;
    font-size: 16px;
}
.action-1{
    background: url(images/action-1.png) center center/cover no-repeat;
}
.action-2{
    background: url(images/action-2.png) center center/cover no-repeat;
}
.action-3{
    background: url(images/action-3.png) center center/cover no-repeat;
}
.action-4{
    background: url(images/action-4.png) center center/cover no-repeat;
}
.action-5{
    background: url(images/action-5.png) center center/cover no-repeat;
}
.serv-btns {
    display: none;
}
.h2-red {
    font-family: "Unbounded", sans-serif;
    color: #EA3B02;
}
.clear {
    clear: both;
}
@media only screen and (max-width:1200px){
     
}
@media only screen and (max-width:991px){
     
}
@media only screen and (max-width:768px){
    .mob-burger{
        display: block;
        width: 13%;
    }
    .mob-burger button{
        width: 50px;
        height: 50px;
        cursor: pointer;
        background: url(images/burger.svg) center center/contain no-repeat;
    }
    .header-menu nav{
        width: 0;
        height: 0;
        overflow: visible;
        padding: 0;
    }
    .header-menu{
        width: 49%;
        justify-content: space-between;
    }
    .header-soc-block {
        width: 25%;
    }
    .header-phone {
        width: 55%;
        text-align: center;
    }
    header{
        padding: 20px 10px;
    }
    .round-block {
        padding: 10px;
    }
    .header-logo {
        width: 33%;
        display: flex;
        align-items: center;
    }
    .header-menu>nav>ul>li,.header-menu>nav>ul>li>a{
        width: 0;
        height: 0;
        overflow: auto;
        display: inline-block;
    }
    .sub-menu-wrap {
        display: block;
        position: fixed;
        top: 0%;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        height: 100%;
        overflow-y: auto;
        background: rgba(0,0,0,0.7);
        display: none;
        z-index: 8;
    }
    .menu-btn-block {
        margin-top: 30px;
        display: block;
    }
    .menu-btn-block button{
        display: block;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        overflow: hidden;
        background: #1E91FF;
        color: white;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px;
        text-align: center;
        border: 1px solid #1E91FF;
        transition: all 0.5s;
        cursor: pointer;
        margin-bottom: 30px;
        width: 100%;
    }
    .menu-btn-block button:hover{
        background: white;
        color: #1E91FF;
    }
    .menu-btn-block-header {
        color: white;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .menu-btn-block a{
        display: inline-block;
        padding-left: 45px;
        position: relative;
        color: white;
        font-size: 15px;
        color: white;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .menu-btn-block a:before{
        width: 30px;
        height: 30px;
        content: '';
        position: absolute;
        left: 0;
        top: calc(50% - 15px);
    }
    .sub-menu-wrap .menu-watts,.sub-menu-wrap .menu-tele{
        background: none;
    }
    .menu-watts:before{
        background: url(images/menu-watts.svg) center center/contain no-repeat;
    }
    .menu-tele:before{
        background: url(images/menu_telegram.svg) center center/contain no-repeat;
    }
    .menu-mail:before{
        background: url(images/menu-mail.svg) center center/contain no-repeat;
    }
    .menu-phone:before{
        background: url(images/menu-phone.svg) center center/contain no-repeat;
    }
    .menu-btn-block a.menu-mail{
        margin-bottom: 20px;
    }
    .main-order-form {
        width: 65%;
        left: 17.5%;
    }
    .mob-adress {
        display: block;
        color: white;
        font-size: 14px;
    }
    .footer-adress{
        display: none;
    }
    footer .main-container{
        flex-wrap: wrap;
    }
    .footer-1 {
        width: 50%;
        order: 1;
        margin-right: 0;
    }
    .footer-2{
        width: 100%;
        order: 3;
        margin-right: 0;
        margin-top: 25px;
    }
    .footer-3{
        width: 50%;
        order: 2;
        
    }
    footer{
        padding: 20px;
    }
    .footer-soc{
        margin-bottom: 5px;
    }
    h1,h1 span{
        font-size: 35px;
        text-align: center;
    }
    .header-main-block-wrap{
        flex-direction: column;
    }
    .main-header-text {
        width: 100%;
        order:2;
    }
    .main-header-img {
        order: 1;
        width: 75%;
        margin-bottom: 35px;
        align-self: center;
    }
    .main-header-img-wrap{
        height: 300px;
    }
    .contacts{
        padding: 80px 10px 20px 10px;
    }
    .map-contacts {
        position: relative;
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        top: initial;
        left: initial;
        justify-content: space-between;
    }
    .foot-contacts-btn {
        display: block;
        padding: 10px 25px;
        font-size: 20px;
        color: white;
        text-transform: uppercase;
        text-align: center;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        overflow: hidden;
        background: #EA3B02;
        width: 100%;
        cursor: pointer;
        width: 57%;
        align-self: start;
    }
    .footer-soc {
        width: 100%;
    }
    .foot-contacts-btn:hover{
        background: white;
        color: #EA3B02;
    }
    .map-adress,.map-phone {
        width: 48%;
    }
    .map-mail-soc {
        width: 40%;
    }
    .qua {
        padding: 80px 10px;
    }
    .qua-blocks {
        width: 100%;
    }
    .qua-form {
        display: none;
    }
    .revs {
        padding: 80px 10px;
    }
    .standart-block {
        padding: 50px 10px;
    }
    .garant .section-dotts {
        width: 35%;
    }
    .garant .section-text{
        width: 62%;
    }
    .garant .section-dotts {
        flex-wrap: wrap;
    }
    .section-dotts div.garant-single{
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
        padding: 120px 10px 10px 10px;
        color: white;
        display: block;
        margin-top: 40px;
        border: none;
    }
    .garant-main-block .garant-1{
        display: none;
    }
    .garant-main-block .garant-single{
        width: 48%;
    }
    .wait-wrap {
        flex-wrap: wrap;
        
    }
    .wait-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .wait-text {
        padding-left: 0;
        margin-top: 30px;
    }
    .wait .qua-form{
        display: block;
        width: 100%;
    }
    .form-msg{
        width: 60%;
        left: 15%;
    }
    .section-dotts-wrap .section-text div.steps-descr{
        display: block;
        font-weight: normal;
        text-transform: none;
    }
    .steps-single+.steps-descr{
        display: none;
    }
    .steps-wrap {
        flex-wrap: wrap;
    }
    .steps-wrap div{
        width: 100%;
        flex-wrap: wrap;
    }
    .steps-single.first-step,
    .steps-single.second-step,
    .steps-single.third-step,
    .steps-single.fourth-step{
        padding: 20px 30px;
    }
    .steps-single.first-step,.steps-single.third-step,
    .steps-single.second-step{
        margin-bottom: 10px;
    }
    .steps-single.first-step:before,
    .steps-single.second-step:before,
    .steps-single.third-step:before,
    .steps-single.fourth-step:before{
        top: initial;
        bottom: initial;
        bottom: -35px;
        left: -7%;
        opacity: 0.4;
    }
    .radom-wrap {
        flex-wrap: wrap;
    }
    .radom-form{
        display: none;
    }
    .radom-main{
        width: 100%;
    }
    .radom-main-text {
        display: flex;
        justify-content: space-between;
    }
    .radom-main+.qua-form{
        display: block;
        margin-top: 20px;
        width: 100%;
    }
    .radom-main-text .section-dotts{
        display: flex;
        align-self: start;
    }
    .radom-main-text-block {
        width: 76%;
    }
    .services .main-container>.section-dotts-wrap {
        display: none;
    }
    .services-blocks {
        flex-wrap: wrap;
    }
    .services-left {
        order: 2;
        width: 100%;
    }
    .services-right {
        width: 100%;
        order: 1;
        align-items: start;
    }
    .services-right-foto-wrap {
        width: 45%;
        flex-wrap: wrap;
    }
    .services-right .section-dotts {
        display: flex;
        width: 100%;
        align-items: start;
        margin-bottom: 10px;
    }
    .services-right-foto {
        height: 210px;
    }
    .services-right-text {
        display: block;
        width: 53%;
        margin-bottom: 20px;
    }
    .services-right-title {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .services-right-title span{
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
        color: #EA3B02;
    }
    .services-right-text-block {
        font-size: 16px;
        font-weight: 500;
    }
    .services-blocks+.sarvices-btn{
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .service-page-list {
        display: block;
        grid-template-columns: initial;
        gap: initial;
    }
    .service-full h2{
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .service-full h2>div:first-child{
        width: 53%;
    }
    .serv-btns {
        width: 18%;
        display: flex;
        justify-content: space-between;
    }
    .actions .serv-btns{
        float: right;
        margin-bottom: 10px;
    }
    .serv-btns>div{
        width: 54px;
        height: 27px;
    }
    .serv-page-left {
        background: url(images/left-arr.png) center center/cover no-repeat;
    }
    .serv-page-right {
        background: url(images/right-arr.png) center center/cover no-repeat;
    }
}
@media only screen and (max-width:572px){
    .header-menu{
        flex-wrap: wrap;
    }
    .header-soc-block {
        order:1;
    }
    .mob-burger {
        order: 2;
    }
    .header-phone{
        width: 100%;
        order: 3;
    }
    .header-logo{
        width: 45%;
    }
    .round-block{
        padding: 5px;
        background: transparent;
        border: none;
    }
    .header-soc-block{
        width: 70%;
        justify-content: space-around;
    }
    .mob-burger{
        width: 30%;
    }
    .fixed-block .round-block {
        background: transparent;
        padding: 5px;
    }
    .header-fixed-wrap.fixed-block {
        background: rgba(0,0,0,0.5);
        border-bottom: 2px solid #07B6D3;
    }
    .sub-menu {
        padding: 15px 5px;
    }
    .sub-menu-esc {
        right: 0px;
        top: -10px;
    }
    .main-order-form {
        width: 90%;
        left: 5%;
        padding: 20px 10px;
    }
    .main-order-esc {
        position: absolute;
        top: -15px;
        right: 0;
    }
    .main-order-header {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .footer-1 {
        width: 100%;
        text-align: center;
    }
    .footer-2{
        width: 100%;
    }
    .footer-3{
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .footer-phone {
        order:2;
    }
    .footer-soc {
        order: 1;
    }
    .mob-adress {
        order: 3;
    }
    .footer-soc {
        justify-content: center;
    }
    .footer-policy {
        display: none;
    }
    .footer-policy.footer-call-privacy {
        display: block;
    }
    .call-me input{
        display: none;
    }
    .call-me button{
        width: 100%;
        text-align: center;
        position: relative;
    }
    .footer-2 nav{
        display: none;
    }
    .main-header-img{
        width: 100%;
    }
    .page-text{
        font-size: 15px;
    }
    .main-header-btns{
        flex-direction: column;
    }
    .main-header-btns a{
        width: 100%;
    }
    .main-header-btns a:first-child{
        margin-bottom: 15px;
    }
    h1, h1 span{
        font-size: 23px;
    }
    .map-contacts {
        flex-direction: column;
    }
    .map-contacts .footer-soc{
        order: initial;
    }
    .map-contacts>*{
        width: 100%;
    }
    .foot-contacts-btn {
        display: none;
    }
    h2{
        font-size: 23px;
        margin-bottom: 10px;
    }
    .contacts {
        padding: 50px 10px 20px 10px;
    }
    .section-dotts {
        display: none;
    }
    .section-text {
        width: 100%;
    }
    .section-text {
        font-size: 20px;
    }
    .qua-header {
        font-size: 17px;
        padding-right: 10px;
    }
    .qua-text {
        font-size: 13px;
        padding-right: 15px;
    }
    .qua {
        padding: 50px 10px;
    }
    .revs {
        padding: 50px 10px;
    }
    .rev-btns{
        display: none;
    }
    .garant .section-text{
        width: 100%;
    }
    .garant-main-block {
        flex-wrap: wrap;
    }
    
    .garant-main-block .garant-1{
        display: block;
    }
    .garant-main-block .garant-single{
        width: 100%;
        margin-bottom: 10px;
    }
    .garant-main-block .garant-single:last-child{
        margin-bottom: 0;
    }
    .wait-mob-text {
        display: block;
        margin-top: 20px;
    }
    .wait-text {
        display: none;
    }
    .form-msg{
        width: 90%;
        left: 5%;
    }
    .steps-text{
        font-size: 15px;
    }
    .steps-single.first-step:before,
    .steps-single.second-step:before,
    .steps-single.third-step:before,
    .steps-single.fourth-step:before{
        left: -3%;
    }
    .steps-single.first-step, .steps-single.second-step, .steps-single.third-step, .steps-single.fourth-step{
        padding: 15px 10px;
    }
    .radom-main-text .section-dotts{
        display: none;
        align-self: start;
    }
    .radom-main-text-block {
        width: 100%;
    }
    .radom-block {
        width: 100%;
        margin-bottom: 10px;
    }
    .radom-main+.qua-form {
        margin-top: 10px;
    }
    .radom-block:last-child{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .radom-foto {
        width: 100%;
        height: 110px;
    }
    .radom-block:last-child .radom-text-wrap {
        width: 100%;
        padding: 0px;
    }
    .services-right {
        flex-wrap: wrap;
    }
    .services-right-foto-wrap {
        width: 100%;
        order: 2;
        margin-bottom: 10px;
    }
    .services-right-text {
        width: 100%;
        order: 1;
    }
    .services-right .section-dotts{
        display: none;
    }
    .services-left {
        flex-wrap: wrap;
    }
    .services-left-block {
        width: 100%;
        margin-bottom: 10px;
    }
    .services-left-block:last-child{
        margin-bottom: 0;
    }
    .services-right-title, .services-right-title span {
        font-size: 20px;
    }
    .services-right-text-block {
        font-size: 15px;
    }
    .sarvices-btn {
        font-size: 18px;
        text-align: center;
        padding: 10px;
    }
    .sarvices-btn:after{
        display: none;
    }
    .service-full h2>div:first-child{
        width: 100%;
    }
    .serv-btns {
        display: none;
    }
    .fixed-phone-wrap{
        bottom: 15%;
    }
    .action-main-service-text{
        font-size: 13px;
    }
}

