/*
Theme Name: SanSite
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
  font-family: "Bicubik";
  src:
    url("fonts/Bicubik.OTF") format("opentype");
}
*{
    -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;
}
@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%);}}
.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: #1E91FF;
    margin-bottom: 20px;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
}
.main-order-btn:hover{
    color: #1E91FF;
    background: white;
}
.privacy-block {
    font-size: 16px;
    text-align: center;
    font-weight: lighter;
    color: grey;
}
.privacy-block a{
    text-decoration: underline;
    font-size: 16px;
    text-align: center;
    font-weight: lighter;
    color: grey;
}
.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;
    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;
    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;
    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;
    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{
    min-height: 110px;
}
.header-fixed-wrap{
    padding: 20px 0 7px 0;
    
}
.header-fixed-wrap-height {
    min-height: 109px;
}
.fixed-block {
    position: fixed;
} 
.header-fixed-wrap.fixed-block{
    padding: 5px 0;
    width: 100%;
    top: 0;
    z-index: 7;
    border-bottom: 2px solid #1E91FF;
    background: white;
}
.header-1{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.header-fixed-wrap.fixed-block .header-1{
    margin-bottom: 0;
}
.header-fixed-wrap-height+.main-container{
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}
.logo{
    width: 20%;
    padding-right: 2.6%;
}
.soc {
    width: 12%;
    padding-right: 2.2%;
}
.action {
    width: 14%;
}
.contacts{
    width: 27%;
    padding-right: 1%;
    text-align: right;
}
.header-call-btn-wrap {
    width: 27%;
}
.soc a{
    width: 36px;
    height: 36px;
    display: inline-block;
    transition: all 0.5s;
}
.soc a.soc-watts-btn{
    margin-right: 10px;
    background: url(images/WhatsApp.svg) center center/contain no-repeat;
}
.soc a.soc-watts-btn:hover{
    background: url(images/WhatsApp_form.svg) center center/contain no-repeat;
}
.soc a.soc-tele-btn{
    background: url(images/Telegram.svg) center center/contain no-repeat;
}
.soc a.soc-tele-btn:hover{
    background: url(images/Telegram_form.svg) center center/contain no-repeat;
}
.action-btn{
    display: block;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    background: #1E91FF;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    border: 1px solid #1E91FF;
    transition: all 0.5s;
    cursor: pointer;
}
.action-btn:hover{
    background: white;
    color: #1E91FF;
}
.contacts a{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: black;
}
.worktime {
    font-size: 10px;
}
.header-call-btn{
    display: block;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    background: black;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    transition: all 0.5s;
    width: 100%;
    cursor: pointer;
}
.header-call-btn span{
    font-size: 10px;
}
.header-call-btn:hover{
    background: #1E91FF;
    color: white;
}
.menu-btn {
    display: none;
}
.header-2>nav>ul{
    display: flex;
    justify-content: space-between;
}
.header-2>nav>ul>li:first-child{
    position: relative;
}
.header-2>nav>ul>li>a{
    color: black;
    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: 7px;
    background: url(images/down-arrow.svg) right center/contain no-repeat;
    right: 0;
    top: calc(50% - 1.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;
}
.sales-info-wrap {
    background: black;
    padding: 5px 0;
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.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 10px;
}
.sales-text div:after{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #1E91FF;
    right: -2.5px;
    top: calc(50% - 3.5px);
}
.menu-btn-block {
    display: none;
}
.footer-wrap{
    display: flex;
    align-items: center;
}
.logo-block {
    width: 30%;
    padding-right: 4%;
}
.footer-contacts {
    width: 20%;
}
.footer-menu {
    width: 50%;
    padding-right: 19%;
}
.footer-call {
    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: 25px;
    width: 100%;
}
.footer-privacy,.footer-privacy a{
    font-size: 10px;
    color: white;
}
.footer-call:hover{
    background: white;
    color: #1E91FF;
}
.footer-menu ul{
    display: flex;
    flex-wrap: wrap;
}
.footer-menu li{
    display: inline-block;
    width: 50%;
    padding-bottom: 10px;
}
.footer-menu li a{
    font-size: 18px;
    color: white;
}
footer{
    padding: 30px 20px 20px 20px;
    background: black;
}
.footer-logo {
    margin-bottom: 15px;
}
.footer-block-header {
    color: white;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.footer-contacts a{
    display: inline-block;
    padding-left: 45px;
    position: relative;
    color: white;
    font-size: 15px;
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer-contacts a:before{
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
}
.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;
}
.footer-contacts .footer-privacy{
    display: none;
}
.contacts-wrap {
    margin-bottom: 40px;
}
.contacts-wrap>.main-container{
    position: relative;
}
.contacts-info {
    z-index: 2;
    position: absolute;
    width: 40%;
    right: 1%;
    top: 5%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px 25px;
    background: black;
}
.map-logo{
    width: 60%;
    margin-bottom: 15px;
}
.map-header {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}
.map-header span{
    color: #1E91FF;
}
.info-h {
    margin-bottom: 5px;
    font-size: 18px;
    color: white;
    font-weight: 600;
}
.map-adress {
    position: relative;
    padding-left: 60px;
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
}
.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: 15px;
}
.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: 15px;
}
.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-mail {
    margin-right: 15px;
}
.contacts-map{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.map-soc {
    display: flex;
}
.map-watts {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: url(images/menu-watts.svg) center center/contain no-repeat;
}
.map-tele {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/menu_telegram.svg) center center/contain no-repeat;
}
.map-watts:hover {
    background: url(images/WhatsApp_form_hover.svg) center center/contain no-repeat;
}
.map-tele:hover {
    background: url(images/Telegram_form_hover.svg) center center/contain no-repeat;
}
.site-header{
    padding: 40px 0 20px 0;
}
.main-offer {
    padding-top: 20px;
    margin-bottom: 50px;
}
.main-offer .main-container{
    display: flex;
}
.main-img {
    width: 48%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.region-free {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 3%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    color: #1E91FF;
    text-align: center;
    padding: 7px;
    background: rgba(255,255,255,0.9);
    font-weight: bold;
    text-transform: uppercase;
}
.main-text {
    width: 52%;
    padding-left: 2%;
}
.main-offer h1{
    color: black;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.main-offer h1 span {
    color: #1E91FF;
}
.page-text {
    font-size: 20px;
    color: #000;
}
.form-sale {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.form-sale span{
    color: #1E91FF;
    margin-bottom: 10px;
}
.no-summ {
    font-size: 12px;
    color: #000;
    margin-bottom: 15px;
}
.advances {
    margin-bottom: 100px;
}
.advances .main-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 80px;
}
.single-advances {
    position: relative;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-left: 35px;
}
.single-advances:before{
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background: #1E91FF;
    left: 0;
    top: 0;
}
.prices {
    margin-bottom: 40px;
}
.prices h2{
    padding: 20px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: white;
    background: black;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
}
.prices h2 span{
    position: absolute;
    right: 30px;
    top: calc(50% - 3.5px);
    width: 15px;
    height: 7px;
    background: url(images/down-white.svg) center center/contain no-repeat;
    cursor: pointer;
    overflow: hidden;
    display: block;
    z-index: 2;
}
.prices-list {
    padding: 40px 30px;
    background: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid black;
}
.prices-list-wrap{
    transition: all 0.8s;
    overflow: hidden;
}
.prices-list-wrap.no-height{
    height: 0;
}
.single-price {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url(images/price-border.svg) bottom center/contain no-repeat;
    display: flex;
    justify-content: space-between;
}
.service-title,.service-price{
    font-size: 14px;
    color: #000;
}
.single-price:last-child{
    margin-bottom: 0;
}
.page-form {
    margin-bottom: 100px;
}
.page-form-wrap {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    background: black;
    padding: 25px 15px;
}
.page-form-input input{
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    color: grey;
    padding: 15px;
    font-size: 16px;
    color: white;
    border: 1px solid grey;
    width: 100%;
    background: transparent;
}
.page-form-input input::placeholder{
    color: grey;
}
.page-form-btn-wrap button{
    display: block;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    background: #1E91FF;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px;
    text-align: center;
    border: 1px solid #1E91FF;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 5px;
    width: 100%;
}
.page-form-btn-wrap button:hover {
    background: white;
    color: #1E91FF;
}
.page-form-inputs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    margin-bottom: 15px;
}
.page-pol {
    font-size: 13px;
    color: white;
    text-align: center;
}
.page-pol a{
    font-size: 13px;
    color: white;
}
.page-form-phone,.page-form-phone a {
    font-size: 20px;
    color: white;
}
.page-form-contacts {
    display: flex;
    justify-content: space-between;
}
.page-form-soc a{
    display: inline-block;
    width: 38px;
    height: 38px;
}
.page-form-soc a:first-child{
    margin-right: 10px;
}
.how{
    margin-bottom: 100px;
    font-family: 'Inter';
}
.how h2 {
    font-family: "Bicubik";
    margin-bottom: 5px;
    font-size: 40px;
}
.how-1-text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 60px;
}
.how-1-blocks,.how-2-left,.how-2-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.how-block-single {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #9CCCFF;
    color: black;
    padding: 10px 10px 30px 10px;
}
.how-block-number {
    margin-bottom: 20px;
    font-family: "Bicubik";
    font-size: 40px;
}
.how-block-header{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    z-index: 2;
}
.how-block-text {
    font-size: 14px;
    z-index: 2;
}
.how-block-single.how-black{
    color: white;
    background: #1E1E1E;
    position: relative;
}
.how-block-single.how-black:after{
    width: 160px;
    height: 142px;
    content: '';
    position: absolute;
    background: url(images/how.svg) center center/cover no-repeat;
    bottom: 5px;
    right: 5px;
    z-index: 1;
}
.how-1-wrap {
    display: flex;
    margin-bottom: 15px;
}
.how-1-text-wrap {
    width: 46%;
    padding-right: 15px;
}
.how-1-img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 54%;
}
.how-2-wrap{
    display: flex;
}
.how-2-left{
    width: 46%;
    padding-right: 15px;
}
.how-2-right {
    width: 54%;
}
.how-1-img video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.mob-how-header,.how-1-text-mob {
    display: none;
}
.sec-action{
    margin-bottom: 100px;
}
.sec-action h2{
    font-size: 42px;
    margin-bottom: 30px;
    font-family: "Bicubik";
    text-transform: uppercase;
}
.sec-action h2 span{
    color: #1E91FF;
}
.action-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}
.single-action {
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    background: black;
}
.single-action-img {
    margin-bottom: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    height: 230px;
}
.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;
}
.single-action-header {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    height: 40px;
}
.single-action-text {
    font-size: 16px;
    text-align: center;
    color: white;
    height: 95px;
    margin-bottom: 10px;
}
.single-action-btn {
    cursor: pointer;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    color: white;
    background: #1E91FF;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}
.single-action-btn:hover{
    color: #1E91FF;
    background: white;
}
.all-action {
    cursor: pointer;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    text-align: center;
    padding: 15px;
    color: white;
    background: black;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    display: block;
    text-transform: uppercase;
}
.all-action:hover{
    color: white;
    background: #1E91FF;
}
.review {
    margin-bottom: 100px;
}
    
.review h2{
    position: relative;
    margin-bottom: 30px;
    font-family: "Bicubik";
    text-transform: uppercase;
    font-size: 42px;
}
.review h2 span{
    color: #1E91FF;
}
.rev-arrows {
    position: absolute;
    right: 0;
    top: calc(50% - 17.5px);
    display: flex;
}
.rev-prev {
    width: 35px;
    height: 35px;
    background: url(images/nav-left.svg) center center/contain no-repeat;
    margin-right: 30px;
    cursor: pointer;
}
.rev-next {
    width: 35px;
    height: 35px;
    background: url(images/nav-right.svg) center center/contain no-repeat;
    cursor: pointer;
}
.slick-slide.single-rev {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 15px;
    color: #000;
    background: #9CCCFF;
    margin-right: 15px;
    height: 310px;
}
.single-rev-header {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}
.single-rev-text {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 15px;
}
.single-rev-text{
    font-size: 15px;
    font-style: italic;
}
.qua{
    margin-bottom: 100px;
}
.qua h2{
    margin-bottom: 30px;
    font-family: "Bicubik";
    text-transform: uppercase;
    font-size: 42px;
}
.qua h2 span{
    color: #1E91FF;
}
.single-qua {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    color: white;
    background: #1E91FF;
    padding: 15px 25px;
    transition: all 0.5s;
    margin-bottom: 7px;
    cursor: pointer;
}
.single-qua.open-qua{
    background: black;
}
.qua-header {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.single-qua .qua-header:after{
    position: absolute;
    right: -15px;
    top: calc(50% - 20px);
    content: '';
    width: 40px;
    height: 40px;
    background: url(images/qua-chest.svg) center center/contain no-repeat;
    transition: all 0.5s;
}
.single-qua.open-qua .qua-header:after{
    transform: rotate(45deg);
}
.single-qua .qua-text {
    font-size: 15px;
    display: none;
    transition: all 0.5s;
}
.single-qua.open-qua .qua-text {
    display: block;
}
.main-offer-btns {
    margin-top: 20px;
    display: flex;
}
.main-offer-btns a,.main-offer-btns button{
    width: 48%;
    display: block;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.main-offer-btn1 {
    background: black;
    margin-right: 4%;
    padding: 20px;
}
.main-offer-btn1:hover{
    background: #1E91FF;
}
.main-offer-btn2 {
    background: #1E91FF;
    border:1px solid  #1E91FF;
    padding: 19px;
}
.main-offer-btn2:hover {
    background: white;
    color: #1E91FF;
}
.main-img video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.company {
    margin-bottom: 40px;
}
.company h2{
    margin-bottom: 10px;
    font-family: "Bicubik";
    text-transform: uppercase;
    font-size: 42px;
}
.company .main-container{
    display: flex;
}
.about-blocks {
    width: 48%;
    padding-right: 35px;
}
.about-text {
    width: 52%;
}
.about-banners-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.banners-single {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #9CCCFF;
    color: #000;
    padding: 15px 10px;
}
.banners-header {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 10px;
}
.banners-text{
    font-size: 16px;
    font-weight: 500;
}
.about-text {
    font-size: 20px;
    color: #000;
}
.about-text p:first-child{
    margin-bottom: 20px;
}
.main-services {
    margin-bottom: 100px;
}
.main-services h2{
    position: relative;
    margin-bottom: 30px;
    font-family: "Bicubik";
    text-transform: uppercase;
    font-size: 42px;
}
.main-services h2 span{
    color: #1E91FF;
}
.service-nav {
    position: absolute;
    right: 0;
    top: calc(50% - 17.5px);
    display: flex;
}
.service-prev {
    width: 35px;
    height: 35px;
    background: url(images/nav-left.svg) center center/contain no-repeat;
    margin-right: 30px;
}
.service-next {
    width: 35px;
    height: 35px;
    background: url(images/nav-right.svg) center center/contain no-repeat;
}
.service-main-list {
    margin-bottom: 15px;
}
.single-main-service {
    margin: 0 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    background: black;
    padding: 15px 10px;
}
.single-main-service-img {
    display: block;
    height: 230px;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.single-main-service-title {
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    display: block;
    height: 100px;
    font-weight: 500;
    text-align: center;
}
.single-main-service-btn {
    display: block;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    overflow: hidden;
    background: #1E91FF;
    color: white;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.page-form h2{
    margin-bottom: 10px;
    font-family: "Bicubik";
    text-transform: uppercase;
    font-size: 42px;
}
.page-form h2 span{
    color: #1E91FF;
}
.page-form-slogan {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.page-form.main-page-form{
    margin-bottom: 20px;
}
.sales-info-wrap.main-sales-info{
    margin-bottom: 100px;
}
.garanty {
    margin-bottom: 100px;
}
.garanty h2{
    margin-bottom: 20px;
    font-family: "Bicubik";
    text-transform: uppercase;
    font-size: 42px;
}
.garanty h2 span{
    color: #1E91FF;
}
.garanty-text {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.garanty-img {
    height: 315px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    background: url(images/garanty_1.png) center center/cover no-repeat;
}
.serice-header h1{
    font-size: 140px;
    color: #000;
    margin-bottom: 30px;
    font-family: "Bicubik";
    text-transform: uppercase;
}
.serice-header h1 span{
    position: relative;
    font-family: "Bicubik";
}
.serice-header h1 span:after{
    position: absolute;
    content: '';
    width: 121px;
    height: 102px;
    right: -131px;
    top: calc(50% - 51px);
    background: url(images/service-ic.svg) center center/contain no-repeat;
}
.service-block-header {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.service-block-header span{
    color: #1E91FF;
}
.service-page-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 10px;
}
.service-page-list .single-main-service{
    margin: 0;
}
.services-list {
    margin-bottom: 100px;
}
.services-list h2{
    font-family: "Bicubik";
    margin-bottom: 30px;
    font-size: 42px;
    position: relative;
}
.serv-page-pager{
    position: absolute;
    right: 0;
    top: calc(50% - 17.5px);
    display: none;
    
}
.serv-page-left {
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin-right: 30px;
    background: url(images/nav-left.svg) center center/contain no-repeat;
}
.serv-page-right {
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: url(images/nav-right.svg) center center/contain no-repeat;
}
.services-list h2 span{
    font-family: "Bicubik";
    color: #1E91FF;
}
.action-header h1{
    font-family: "Bicubik";
    font-size: 65px;
    margin: 20px 0;
    text-transform: uppercase;
}
.action-header h1 span{
    font-family: "Bicubik";
    color: #1E91FF;
}
.single-main-service.action-service{
    cursor: pointer;
}
.single-main-service.action-service .single-main-service-title {
    height: 80px;
}
.single-main-service.action-service .single-action-text{
    height: 145px;
}
.contacts-text-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 90px;
}
.contacts-text-block>div{
    padding-left: 60px;
    position: relative;
    color: #000;
    font-size: 14px;
}
.contacts-text-block a{
    color: #000;
}
.contacts-text-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contacts-mail {
    display: flex;
    justify-content: space-between;
}
.contacts-text-block>div:before {
    width: 50px;
    height: 50px;
    position: absolute;
    content: '';
    left: 0;
    top: calc(50% - 25px);
}
.contacts-adress:before{
    background: url(images/adress-icb.svg) center center/contain no-repeat;
}
.contacts-phone:before{
    background: url(images/phone-icb.svg) center center/contain no-repeat;
}
.contacts-mail:before{
    background: url(images/mail-icb.svg) center center/contain no-repeat;
}
.main-offer>.main-container:first-child{
    margin-bottom: 20px;
}
@media only screen and (max-width:1200px){
     
}
@media only screen and (max-width:991px){
     .fixed-phone-wrap {
        right: 5%;
    }
    .main-container{
        padding: 0 20px;
    }
    .single-main-service.action-service .single-action-text {
        height: 205px;
    }
    .single-main-service.action-service .single-main-service-title {
        height: 100px;
    }
    .contacts-text-block {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width:768px){
    .main-order-form,.form-msg{
        width: 55%;
        left: 22.5%;
        padding: 30px;
    }
    .main-order-esc{
        right: -15px;
    }
    .logo{
        width: 28%;
        padding-right: 1.3%;
    }
    .soc {
        width: 12%;
        padding-right: 0%;
    }
    .action {
        display: none;
    }
    .contacts{
        width: 31%;
        padding-right: 2%;
    }
    .header-call-btn-wrap {
        width: 29%;
    }
    .soc a.soc-watts-btn{
        margin-right: 5px;
    }
    .footer-wrap {
        flex-wrap: wrap;
    }
    .footer-menu{
        order: 1;
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .logo-block {
        order: 2;
        width: 69%;
        padding-right: 28%;
    }
    .footer-contacts{
        width: 31%;
        order: 3;
    }
    .footer-menu ul{
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
    }
    .footer-menu li{
        display: inline-block;
        width: initial;
        padding-bottom: 10px;
    }
    .footer-menu li a,.header-2>nav>ul>li>button,.header-2>nav>ul>li>a{
        font-size: 14px;
    }
    .contacts-info {
        position: relative;
        margin-bottom: 20px;
        right: initial;
        top: initial;
        width: auto;
    }
    .map-info-mob-wrap{
        display: flex;
        flex-wrap: wrap;
    }
    .map-adress {
        width: 100%;
    }
    .map-phone{
        width: 48%;
        margin-right: 4%;
    }
    .map-mail-soc {
        width: 48%;
    }
    .main-offer .main-container{
        flex-wrap: wrap;
    }
    .main-img {
        width: 100%;
        margin-bottom: 30px;
        height: 280px;
    }
    .main-text{
        width: 100%;
        padding-right: 0;
    }
    .advances .main-container{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 30px;
    }
    .page-form-inputs {
        grid-template-columns: repeat(1, 1fr);
        
    }
    .how-1-wrap,.how-2-wrap {
        flex-wrap: wrap;
    }
    .how-1-text-wrap {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .how-2-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .how-2-right {
        width: 100%;
    }
    .how-1-img {
        width: 100%;
        height: 280px;
    }
    .how-1-blocks, .how-2-left, .how-2-right {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .how h2,.how-1-text {
        display: none;
    }
    .mob-how-header {
        font-family: "Bicubik";
        margin-bottom: 5px;
        display: block;
        font-size: 24px;
        order: 1;
    }
    .how-1-text-mob {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
        display: block;
        order: 2;
    }
    .how-1-img {
        order: 3;
        margin-bottom: 15px;
    }
    .how-1-text-wrap{
        order: 5;
        margin-bottom: 0;
    }
    .action-list {
        display: block;
        grid-template-columns: initial;
        gap: initial;
    }
    .single-action {
        margin: 0 7px;
    }
    .rev-arrows {
        display: none;
    }
    .company .main-container{
        flex-wrap: wrap;
    }
    .about-blocks {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .about-text {
        width: 100%;
    }
    .garanty-text {
        grid-template-columns: repeat(1, 1fr);
    }
    .garanty,.main-services,.sales-info-wrap.main-sales-info{
        margin-bottom: 50px;
    }
    .serice-header h1{
        font-size: 68px;
    }
    .serice-header h1 span:after{
        width: 80px;
        height: 66px;
        right: -91px;
        top: calc(50% - 33px);
    }
    .services-list {
        margin-bottom: 50px;
    }
    .services-list h2{
        font-size: 35px;
        margin-bottom: 20px;
        padding-right: 115px;
    }
    .serv-page-pager{
        display: flex;
    }
    .service-page-list{
        display: block;
        grid-template-columns: initial;
        gap: initial;
    }
    .service-page-list .single-main-service {
        margin: 0 5px;
    }
    .action-header h1{
        font-size: 45px;
    }
    
}
@media only screen and (max-width:572px){
    .privacy-block{
        font-size: 14px;
    }
    .main-order-esc{
        right: -7.5px;
    }
    .main-order-form,.form-msg{
        width: 90%;
        left: 5%;
        padding: 30px 15px;
    }
    .header-1 {
        flex-wrap: wrap;
    }
    .logo{
        width: 59%;
        padding-right: 6%;
    }
    .soc {
        width: 24%;
        padding-right: 2.4%;
        text-align: center;
    }
    .contacts{
        width: 100%;
        padding-right: 0%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }
    .contacts a{
        width: 49%;
    }
    .contacts a:first-child{
        margin-right: 2%;
    }
    .worktime {
        width: 49%;
    }
    .header-call-btn-wrap {
        display: none;
    }
    .menu-btn {
        display: block;
        width: 17%;
        text-align: right;
    }
    .menu-burger{
        width: 48px;
        height: 48px;
        display: inline-block;
        background: url(images/burger.svg) center center/contain no-repeat;
    }
    .soc a{
        width: 27px;
        height: 27px;
    }
    .main-container{
        padding: 0 15px;
    }
    .soc a.soc-watts-btn{
        /*margin-right: 2px;*/
    }
    header{
        min-height: 133px;
    }
    .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;
    }
    .sub-menu>ul{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 0px;
    }
    .sub-menu {
        width: 90%;
        margin: 20% auto 0 auto;
    }
    .header-fixed-wrap-height+.main-container,
    .header-fixed-wrap-height+.main-container>nav>ul{
        width: 0;
        height: 0;
        overflow: visible;
        padding: 0;
    }
    .header-2>nav>ul>li,.header-2>nav>ul>li>a {
        width: 0;
        height: 0;
        overflow: auto;
        display: inline-block;
    }
    .sub-menu-esc{
        width: 25px;
        height: 25px;
    }
    .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);
    }
    .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;
    }
    .header-fixed-wrap-height+.main-container{
        margin-bottom: 0;
        z-index: 10;
    }
    .logo-block .footer-privacy{
        display: none;
    }
    .footer-menu {
        display: none;
    }
    .footer-contacts .footer-privacy{
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    .footer-contacts .footer-privacy a{
        padding: 0;
        margin-bottom: 0;
        font-size: 10px;
    }
    .logo-block,.footer-contacts {
        width: 100%;
        padding-right: 0;
    }
    .logo-block {
        margin-bottom: 20px;
    }
    .footer-call{
        margin-bottom: 0;
    }
    .map-phone{
        width: 100%;
        margin-right: 0%;
    }
    .map-mail-soc {
        width: 100%;
    }
    .main-img {
        height: 330px;
    }
    .advances .main-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .page-form-contacts {
        flex-wrap: wrap;
    }
    .page-form-soc {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .page-form-phone {
        width: 100%;
        text-align: center;
    }
    .how-1-img {
        height: 440px;
    }
    .worktime {
        display: none;
    }
    .single-qua{
        padding: 15px 50px 15px 25px;
    }
    .single-qua .qua-header:after{
        right: -40px;
    }
    .main-offer,.sec-action h2,.review h2,.qua h2{
        margin-bottom: 20px;
    }
    .sec-action h2,.review h2,.qua h2{
        font-size: 32px;
    }
    .advances,.prices,.page-form,.how,.sec-action,
    .review,.qua{
        margin-bottom: 50px;
    }
    .main-offer-btns{
        flex-wrap: wrap;
    }
    .main-offer-btns button.main-offer-btn1{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .main-offer-btns a.main-offer-btn2{
        width: 100%;
    }
    .about-banners-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .serice-header h1{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .serice-header h1 span:after{
        width: 35px;
        height: 30px;
        right: -45px;
        top: calc(50% - 15px);
    }
    .services-list h2{
        padding-right: 0;
    }
    .serv-page-pager{
        display: none;
    }
    .action-header h1{
        font-size: 27px;
    }
    .single-main-service.action-service .single-action-text {
        height: 145px;
    }
    .single-main-service.action-service .single-main-service-title {
        height: 80px;
    }
    .contacts-text-block {
        display: none;
    }
}

