/**
 * Theme Name: Шаблон ne-techet.ru
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    -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", serif;
    line-height: 1;
}
img{
    max-width: 100%;
    max-height: 100%;
}
@keyframes scaleChange {
    0% {
        transform: scale3d(1,1,1);
    }
    50% {
        transform: scale3d(1.1,1.1,1.1);
    }
    100% {
        transform: scale3d(1,1,1);
    }
}
@keyframes scaleChangeMin {
    0% {
        background: blue;
    }
    50% {
        background: black;
    }
    100% {
        background: blue;
    }
}
@keyframes Blick {
    0% {
      transform: scale(0);
      opacity: 1;
      right: 120%;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 220px;
    height: 220px;
    opacity: 0;
  }
}
@keyframes border {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
      }
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes sheen{
        0%,49%{
                opacity:0;filter:alpha(opacity=0);
                -webkit-transform:rotateZ(60deg) translate(-5em,7.5em);
                transform:rotateZ(60deg) translate(-5em,7.5em)
        }
        50%{
                opacity:1;
                filter:alpha(opacity=100);
                -webkit-transform:rotateZ(60deg) translate(-5em,7.5em);
                transform:rotateZ(60deg) translate(-5em,7.5em)
        }
        95%{
                opacity:1;
                filter:alpha(opacity=100);
                -webkit-transform:rotateZ(60deg) translate(1em,-11em);
                transform:rotateZ(60deg) translate(1em,-11em)
        }
        100%{
                opacity:0;
                filter:alpha(opacity=0);
                -webkit-transform:rotateZ(60deg) translate(1em,-9em);
                transform:rotateZ(60deg) translate(1em,-9em)
        }
}
body {
    padding-top: 20px;
}
header{
    
}
.main-container {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.header-for-fix-wrap {
    min-height: 114px;
}
.fixed-block .service-nav>ul {
    display: none;
}
.fixed-block .logo{
    width: 7%;
}
.fixed-block .head-mail {
    display: none;
}
.fixed-block .head-soc {
    width: 33%;
}
.fixed-block .head-phone{
    font-size: 32px;
    margin-bottom: 0;
}
.fixed-block .header-phones{
    width: 38%;
}
.fixed-block .site-menu{
    display: none;
}
.fixed-block .call-me-wrapper{
    width: 21%;
}
.fixed-block .call-me-btn{
    display: block;
    width: 100%;
}
.fixed-block .hader-top-block{
    padding: 10px;
}
.fixed-block .mob-logo {
    display: block;
}
.fixed-block .desc-logo {
    display: none;
}
.overlay {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    display: none;
}
.form-msg {
    width: 40%;
    position: fixed;
    z-index: 11;
    left: 30%;
    top: 17%;
    padding: 30px;
    border: 3px solid green;
    color: green;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    background: white;
    display: none;
}
.form-msg.red-msg{
    border: 3px solid #ec001c;
    color: #ec001c;
}
.main-order-form {
    position: fixed;
    width: 60%;
    background: #7990F7;
    /*border: 3px solid black;*/
    transition: all 0.7s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    top: 15%;
    left: 20%;
    z-index: 10;
    display: none;
}
.main-in-msg {
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #7990F7;
    display: none;
}
.main-in-msg-text-wrap{
    text-align: center;
    margin-top: 30%;
    color: white;
    font-size: 25px;
    font-weight: 600;
}
.red-in .main-in-msg-text-wrap{
    color: red;
}
.main-form-wrap {
    display: flex;
    
}
.main-form-left{
    width: 50%;
    padding: 30px 50px;
    position: relative;
}
.main-form-right {
    width: 50%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    background: url(images/main-form-img.png) center center/cover no-repeat;
}
.main-order-esc-wrap {
    position: relative;
}

.main-order-esc {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(images/esc-blue.png) center center/contain no-repeat;
    z-index: 12;
}
.main-order-header {
    margin-bottom: 40px;
    padding-bottom: 7px;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}
.main-order-label {
    color: #ec001c;
    font-size: 22px;
    margin-bottom: 7px;
    display: none;
}
.main-order-input {
    margin-bottom: 20px;
}
.main-order-input input{
    width: 100%;
    padding: 15px;
    font-size: 16px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid white;
    background: transparent;
}
.main-order-input input::placeholder{
    color: white;
}
.main-order-esc.hvr-grow:hover {
    transform: scale(1.3);
}
.main-order-btn.hvr-float-shadow {
    display: block;
}
.main-order-btn {
    width: 100%;
    margin: 0 auto;
    background:white;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: black;
    padding: 20px 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.main-order-btn:hover {
    background: black;
    color: white;
}
.privacy-block {
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: white;
}
.privacy-block a{
    font-size: 18px;
    color: white;
}
.privacy-chec {
    margin-right: 10px;
}
.mob-logo {
    display: none;
}
.fixed-block {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.fixed-block .hader-top-block-2 {
    display: none;
}
.header-for-fix-wrap {
}
.hader-top-block {
    background: #F6F6F6;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.hader-top-block-1{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #B2B7CE;
    margin-bottom: 10px;
}
.logo{
    width: 22%;
}
.logo img{
    /*border: 2px solid #ec001c*/
}
.page-menu {
    width: 42%;
}
.header-phones {
    width: 17%;
    text-align: right;
}
.call-me-wrapper {
    width: 19%;
}
.head-soc {
    width: 35%;
    padding: 0 10px;
    text-align: center;
}
.page-menu nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-menu-link {
    padding: 0 12px;
}
.page-menu-link span{
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
}
.page-menu-link span:hover{
    text-decoration: underline;
}
.site-menu ul{
    display: flex;
    justify-content: center;
}
.site-menu ul li:first-child{
    margin-right: 10px;
}
.site-menu ul li:first-child a{
    display: block;
    border:2px solid #4067CC;
    color: #4067CC;
    font-size: 15px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 13px;
    overflow: hidden;
    text-transform: uppercase;
}
.site-menu ul li:nth-child(2) a{
    display: block;
    color: white;
    font-size: 15px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 13px;
    background: #7990F7;
    overflow: hidden;
    text-transform: uppercase;
}
.hader-top-block i{
    font-size: 10px;
    color: #4A4A4A;
    font-style: normal;
}
.head-phone,.head-mail {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #4A4A4A;
}
/*.head-mail {
    font-size: 22px;
    margin-top: 10px;
    color: white;
    display: inline-block;
}*/
.call-me-wrapper {
    text-align: center;
    padding-left: 25px;
    align-self: end;
}
.call-me-btn {
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    border: 2px solid #4067CC;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #4067CC;
    transition: all 0.7s;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
}
.hader-top-block-2 {
    /*display: flex;
    justify-content: space-between;*/
    position: relative;
}
.site-menu {
    float:right;
    margin-right: 30px;
}
.serv-btn{
    display: inline-block;
    text-align: center;
    font-size: 15px;
    padding: 10px 30px;
    border: 2px solid #4067CC;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #4067CC;
    transition: all 0.7s;
    text-transform: uppercase;
    cursor: pointer;
    float:left;
}
.clear {
    width: 100%;
    clear: both;
}
.tele-link {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(images/Telegram_form.png) center center/contain no-repeat;
    margin-right: 20px;
    float: right;
}
.whats-link {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(images/WhatsApp_form.png) center center/contain no-repeat;
    float: right;
    
}
.call-me-btn:hover{
    color: #4067CC;
    background: white;
}

.mob-serv-btn {
    display: none;
}
.service-nav {
    position: absolute;
    z-index: 10;
    padding: 20px;
    overflow: hidden;
    background: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    left: 0%;
    top: 100%;
    width: 70%;
    display: none;
}
.service-nav > ul {
    /*display: flex;
    flex-wrap: wrap;
    width: 100%;*/
    position: relative;
}
.service-nav > ul > li {
    width: 40%;
    /*margin-right: 1%;*/
    /*margin-bottom: 5px;*/
    padding: 10px 0;
    text-align: center;
}

/*.service-nav > ul > li:nth-child(5n) {
    margin-right: 0;
}*/
.service-nav-esc-wrap{
    position: relative;
}
.service-nav-esc {
    position: absolute;
    display: inline-block;
    right: 0;
    top: -10px;
    width: 18px;
    height: 18px;
    background: url(images/esc-ic.png) center center/contain no-repeat;
    cursor: pointer;
}
.service-nav-header {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}
.service-nav > ul > li > a{
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    /*background: #5555ff;
    color: white;*/
    background: #7990F7;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*transition: 0.7s all;*/
}
.service-nav > ul > li.menu-item-has-children > a{
    background: url(images/down-arr.png) 95% center no-repeat #7990F7;
}
.service-nav > ul > li.menu-item-has-children > a:hover,
.service-nav > ul > li.menu-item-has-children.close-btn-li>a{
    background: url(images/right-arr.png) 95% center no-repeat #4067CC;
}
/*.service-nav > ul > li > a:hover{
    background: white;
    color: blue;
}*/
.service-nav > ul > li > .sub-menu {
    z-index: 10;
    position: absolute;
    padding-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: none;
    width: 60%;
    left: 40%;
    top: 0;
    height: 100%;
    text-align: left;
    background: white;
}
.service-nav > ul > li:first-child > .sub-menu{
    display: block;
}
.service-nav > ul > li > .sub-menu > li {
    padding: 10px 10px 10px 20px;
    /*margin-bottom: 5px;*/
    background: white;
    overflow: hidden;
    /*border-right:2px solid blue;
    border-left:2px solid blue;*/
}
/*.service-nav > ul > li > .sub-menu > li:first-child{
    border-top:2px solid blue;
    border-right:2px solid blue;
    border-left:2px solid blue;
}
.service-nav > ul > li > .sub-menu > li:last-child {
    margin-bottom: 0;
    border-bottom:2px solid blue;
    border-right:2px solid blue;
    border-left:2px solid blue;
}*/
.service-nav > ul > li > .sub-menu > li > a {
    display: inline-block;
    /*border-bottom: 2px solid blue;
    color: blue;*/
    font-size: 15px;
    font-weight: 600;
    color: black;
    text-decoration: underline;
}
.service-nav > ul > li > .sub-menu > li > a:hover{
    text-decoration: none;
}
/*#menu-item-3095 > .sub-menu, #menu-item-3084 > .sub-menu, #menu-item-3042 > .sub-menu {
    right: 0;
}*/
.service-nav > ul > li:hover .sub-menu {
    display: block;
}
.open-menu-btn {
    right: 10px;
    top: 7px;
    width: 30px;
    height: 30px;
    display: block;
    background: url(images/finger.png) center center/contain no-repeat;
    position: absolute;
    display: none;
}
.mob-serv-btn{
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    background: white;
    color: blue;
    border:4px solid blue;
    transition: 0.7s all;
    position: relative;
}
.mob-serv-btn.close-btn {
    background: blue;
    color: white;
    border-bottom: 4px solid white;
}
.mob-serv-btn:after{
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(images/finger.png) center center/contain no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    content: '';
}
.fixed-phone-wrap{
    display: block;
    position: fixed;
    z-index: 9;
    bottom: 30%;
    right: 20%;
    width: 60px;
    height: 60px;
    /*overflow: hidden;*/
    /*animation: scaleChange 1s infinite;*/
}
.pulse-wrap{
    position: relative;
    width: 60px;
    height: 60px;
}
.pulse-phone {
    position: absolute;
    z-index: 5;
    width: 60px;
    height: 60px;
    background: url(images/pulse-phone.svg) center center/contain no-repeat;
    /*transition: all 0.7s;*/
}
.pulse-phone.pulse-add{
    animation: scaleChange 1s infinite;
    cursor: pointer;
}
.close-btn {
    position: absolute;
    z-index: 4;
    width: 59px;
    height: 59px;
    background: url(images/close-pulse2.svg) center center/contain no-repeat;
    cursor: pointer;
}
.call-btn {
    display: block;
    position: absolute;
    z-index: 4;
    width: 59px;
    height: 59px;
    background: url(images/call-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;
}
.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;
}
.bottom-fixed-form-wrap {
    bottom: 0;
    padding: 7px 0;
    position: fixed;
    z-index: 9;
    background: white;
    border-top: 3px solid blue;
    width: 100%;
    display: none;
}
.bottom-fixed-input {
    width: 35%;
    margin-right: 10px;
}
.bottom-fixed-input input{
    padding: 10px;
    background: #f2f1ff;
    font-size: 18px;
    width: 100%;
    border: 2px solid blue;
}
.bottom-fixed-btn-wrap {
    width: 25%;
    display: flex;
}
.bottom-fixed-form-btn {
    width: 100%;
    background: blue;
    color: white;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    align-self: stretch;
    line-height: normal;
    border:3px solid blue;
}
.bottom-fixed-form-btn:hover{
    background: white;
    color: blue;
}
.fix-privacy-chec{
    margin-right: 10px;
}
.input-bloc {
    margin-bottom: 7px;
    display: flex;
}
.input-bloc,.fix-privacy-block {
    justify-content: center;
    display: flex;
}
h1{
    margin-bottom: 15px;
    font-size: 45px;
    font-weight: 600;
}
.offer-bg {
    padding: 20px 0;
    /*background: url(images/fon-1.jpg) center center/cover no-repeat;*/
}
.page-form {
    display: flex;
}
.page-form-text {
    width: 52%;
    margin-right: 3%;
}
.page-form-form {
    width: 45%;
    position: relative;
    background: url(images/main-form-img.png) center center/cover no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.form-sale-wrap {
    position: absolute;
}
.form-sale-wrap:first-child{
    top: 30px;
    left: 20px;
}
.form-sale-wrap:last-child{
    bottom: 30px;
    right: 20px;
}
.page-form-form .form-sale {
    
    border:3px solid white;
    background: rgba(255,255,255,0.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*overflow: hidden;*/
    font-size: 21px;
    font-weight: 600;
    padding: 20px;
    display: inline-block;
    color: white;
    position: relative;
    text-align: center;
}
.page-form-form .form-sale:after{
    position: absolute;
    top: -20px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    content: '';
    background: url(images/blue-el.png) center center/contain no-repeat;
    z-index: 2;
}
.sale-anim{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffffff80;
    border-radius: 50%;
    z-index: 1;
    animation: scale 4s linear infinite;
    top: -20px;
    left: calc(50% - 21px);
}

/*.form-sale span{
    color: green;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    animation: scaleChange 1s infinite;
}*/
.no-summ {
    margin-top: 10px;
    text-align: right;
    font-size: 13px;
    color: white;
    font-weight: 200;
}
.page-main-form {
    /*padding: 10px;
    border: 4px solid blue;
    background: rgba(255,255,255,0.7);*/
}
.form-label {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid blue;
    font-size: 20px;
    text-transform: uppercase;
    color: blue;
}
.form-input {
    margin-bottom: 20px;
}
.form-input input{
    padding: 20px;
    background: white;
    font-size: 16px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    color: #cecece;
    border: 2px solid #cecece;
}
.main-order-form-btn {
    margin: 0 auto 10px auto;
    padding: 15px;
    width: 100%;
    border: 3px solid #4067CC;
    color: white;
    background: #4067CC;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.7s;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    display: block;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.main-order-form-btn:hover{
    background: white;
    color: #4067CC;
}
.main-privacy {
    display: flex;
    justify-content: center;
}
.main-check {
    margin-right: 10px;
}
.text-wrap {
    /*padding: 10px;
    border: 4px solid blue;
    background: rgba(255,255,255,0.7);*/
    margin-bottom: 25px;
}
.region-free {
    text-align: center;
    color: green;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid black;
}
.page-text {
    font-size: 15px;
    margin-bottom: 20px;
}
.page-advances {
    display: flex;
    flex-wrap: wrap;
}
.page-advances div{
    position: relative;
    font-size: 15px;
    padding: 7px 15px;
    color: #7990F7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border:3px solid #7990F7;
}
.page-advances div:before{
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: calc(50% - 12.5px);
    right: 5px;
    background: url(images/advances-arr.png) center center/contain no-repeat;
}
.page-advances div:first-child{
    width: 38%;
    margin-right: 2%;
}
.page-advances div:nth-child(2){
    width: 60%;
}
.page-advances div:nth-child(3){
    width: 100%;
    margin-top: 10px;
}
h2 {
    font-size: 45px;
    position: relative;
    font-weight: 600;
}
h2 button{
    display: inline-block;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    border: 2px solid #4067CC;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #4067CC;
    transition: all 0.7s;
    text-transform: uppercase;
    cursor: pointer;
}
h2 button:hover{
    background: white;
    color: #4067CC;
}
.how-we-works h2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.how-head-text {
    margin: 15px 0;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.how-we-works{
    /*background: url(images/fon-2.jpg) center center/cover no-repeat;*/
    padding: 50px 0;
}
.rounds-work{
    display: flex;
    margin-bottom: 20px;
}
.rounds-work div{
    color: #000;
    font-size: 15px;
}
.round-line {
    width: 10%;
    margin: 0 10px;
    position: relative;
}
.round-line:before{
    position: absolute;
    content: '';
    width: 100%;
    top: calc(50% - 0.5px);
    left: 0;
    height: 1px;
    background: black;
}
.how-wrap {
    display: flex;
    
}
.how-single {
    width: 24%;
    margin-right:1.3333%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.how-single:last-child{
    margin-right: 0;
}
.how-img {
    position: relative;
    align-self: stretch;
    display: flex;
}
.how-img.how4{
    margin-bottom: 10px;
}
.how-sort {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px;
    color: white;
    font-size: 15px;
    background: url(images/black-el.png) center center/contain no-repeat;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.blue-single .how-text:hover, .how-single.last-single .how-text:hover,.how-single.grey-single:hover {
    background: #7990F7;
    color: white;
}
.how-single.grey-single:hover .how-text{
    color: white;
}
.blue-single .how-text:hover .how-sort, .last-single .how-text:hover .how-sort,.how-single.grey-single:hover .how-sort{
    background: url(images/white-el.png) center center/contain no-repeat;
    color: #7990F7;
}
.blue-single .how-text:hover .grey-arr, .last-single .how-text:hover .grey-arr,.how-single.grey-single:hover .grey-arr{
    background: url(images/how-arr-white.png) center center/contain no-repeat;
}
.how-sort.white-sort{
    background: white;
    color: #7990F7;
}
.how-text-header {
    font-emphasize: 600px;
    font-size: 20px;
    margin-bottom: 10px;
}
.how-text {
    color: white;
    position: relative;
    align-self: end;
    font-size: 15px;
    color: #000;
}
/*.how-text:after{
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(images/how-arr.png) center center/contain no-repeat;
}*/
.grey-single .how-text:after{
    display: none;
}
.grey-arr {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(images/how-arr.png) center center/contain no-repeat;
}
/*.blue-single .how-text:after{
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(images/how-arr.png) center center/contain no-repeat;
}*/
.how-single.grey-single{
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #F6F6F6;
}
.blue-single .how-text{
    padding: 70px 15px 15px 15px;
    color: black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #F6F6F6;
}

.how-single.last-single .how-img{
    align-self: start;
}
.how-single.last-single .how-text{
    align-self: stretch;
    padding: 70px 15px 15px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #F6F6F6;
}
.blue-single .how-img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.numbers {
    padding: 50px 0;
    /*background: url(images/fon-3.jpg) center center/cover no-repeat;*/
}
.numbers h2{
    margin-bottom: 20px;
}
.numbers-wrap {
    display: flex;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
    background: url(images/about-img.png) center center/cover no-repeat;
}
.numbers-1{
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    width: 30%;
    margin-right: 2%;
}
.numbers-1 .single-number:first-child{
    margin-bottom: 50px;
}
.numbers-2 {
    display: flex;
    width: 60%;
    align-self: end;
}
.numbers-2 .single-number{
    width: 50%;
}
.single-number.numbers-pos {
    position: absolute;
    right: 15px;
    top: 40px;
    width: 30%;
}
.single-number {
    border: 3px solid white;
    background: rgba(255,255,255,0.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* overflow: hidden; */
    /*font-size: 21px;
    font-weight: 600;*/
    padding: 30px 15px 15px 15px;
    display: inline-block;
    color: white;
    position: relative;
    /*text-align: center;*/
}
.single-number-header {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}
.single-number-text{
    font-size: 15px;
}
.single-number:after{
    position: absolute;
    top: -20px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    content: '';
    background: url(images/blue-el.png) center center/contain no-repeat;
    z-index: 2;
}
.numbers-2 .single-number:first-child{
    margin-right: 10px;
}
.single-number-number {
    display: inline-block;
    color: black;
    text-shadow: 0px 0px 5px #FFFFFF;
    animation: scaleChange 1s infinite;
    font-size: 26px;
    margin: 0 7px;
}
.our-works {
    padding: 50px 0;
    /*background: url(images/fon-4.jpg) center center/cover no-repeat;*/
}
.def-prev{
    width: 35px;
    height: 35px;
    background: url(images/nav-left.png) center center/contain no-repeat;
    margin-right: 30px;
    cursor: pointer;
}
.def-next {
    width: 35px;
    height: 35px;
    background: url(images/nav-right.png) center center/contain no-repeat;
    cursor: pointer;
}
/*.prev-works {
    z-index: 8;
    top: calc(50% - 22px);
    left: 0;
    padding: 7px;
    width: 45px;
    height: 45px;
    background: url(images/left.png) center center/90% no-repeat, rgba(255,255,255,0.7);
    border: 3px solid blue;
    position: absolute;
    cursor: pointer;
}*/
/*.prev-mast{
    z-index: 8;
    top: calc(50% - 22px);
    left: 0;
    padding: 7px;
    width: 45px;
    height: 45px;
    background: url(images/left.png) center center/90% no-repeat, rgba(255,255,255,0.7);
    position: absolute;
    cursor: pointer;
}
.next-mast{
    z-index: 8;
    top: calc(50% - 22px);
    right: 0;
    padding: 7px;
    width: 45px;
    height: 45px;
    background: url(images/right.png) center center/90% no-repeat, rgba(255,255,255,0.7);
    position: absolute;
    cursor: pointer;
}*/
/*.next-works {
    z-index: 8;
    top: calc(50% - 22px);
    right: 0;
    padding: 7px;
    width: 45px;
    height: 45px;
    background: url(images/right.png) center center/90% no-repeat, rgba(255,255,255,0.7);
    border: 3px solid blue;
    position: absolute;
    cursor: pointer;
}*/
.single-works {
    margin: 0 5px;
}
.works-img{
    width: 100%;
    height: 250px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.works-slide-wrap {
    position: relative;
}
.works-text {
    background: white;
    color: black;
    font-size: 15px;
}
.works1 {
    background: url(images/work1.jpg) center center/cover no-repeat;
}
.works2 {
    background: url(images/work2.jpg) center center/cover no-repeat;
}
.works3 {
    background: url(images/work3.jpg) center center/cover no-repeat;
}
.works4 {
    background: url(images/work4.jpg) center center/cover no-repeat;
}
.works5 {
    background: url(images/work44.jpg) center center/cover no-repeat;
}
.works6 {
    background: url(images/work6.jpg) center center/cover no-repeat;
}
.works7 {
    background: url(images/work7.jpg) center center/cover no-repeat;
}
.works8 {
    background: url(images/work8.jpg) center center/cover no-repeat;
}
.our-masters {
    padding: 50px 0;
    /*background: url(images/fon-5.jpg) center center/cover no-repeat;*/
}
.masters-img {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.masters-single {
    margin: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #F6F8FA;
    padding: 10px;
}
.masters-name {
    height: 41px;
    color: black;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.masters-exp {
    color: black;
    padding: 5px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
}
/*.masters-exp span{
    font-size: 22px;
    font-weight: bold;
    color: green;
}*/
.masters-work {
    color: black;
    padding: 5px;
    font-size: 15px;
    text-align: center;
    height: 40px;
}
/*.masters-work span{
    font-size: 20px;
    font-weight: bold;
    color: blue;
}*/
.ms-img1 {
    background: url(images/mast1.jpg) center top/cover no-repeat;
}
.ms-img2 {
    background: url(images/mast3.jpg) center center/cover no-repeat;
}
.ms-img3 {
    background: url(images/mast4.jpg) center center/cover no-repeat;
}
.ms-img4 {
    background: url(images/mast6.jpg) center center/cover no-repeat;
}
.ms-img5 {
    background: url(images/mast7.jpg) center center/cover no-repeat;
}
.ms-img6 {
    background: url(images/mast8.jpg) center center/cover no-repeat;
}
.ms-img7 {
    background: url(images/14.jpg) center center/cover no-repeat;
}
.ms-img8 {
    background: url(images/master2.jpg) center top/cover no-repeat;
}
.ms-img9 {
    background: url(images/master5.jpg) center center/cover no-repeat;
}
.ms-img10 {
    background: url(images/13.jpg) center center/cover no-repeat;
}
.ms-img11 {
    background: url(images/12.jpg) center center/cover no-repeat;
}
.ms-img12 {
    background: url(images/11.jpg) center center/cover no-repeat;
}
.our-reviews {
    padding: 50px 0;
    /*background: url(images/fon-7.jpg) center center/cover no-repeat;*/
}
.rev-slide-wrap {
    position: relative;
}
/*.next-rev {
    z-index: 8;
    top: calc(20% - 22px);
    right: 0;
    padding: 7px;
    width: 45px;
    height: 45px;
    background: url(images/right.png) center center/90% no-repeat, rgba(255,255,255,0.7);
    border: 3px solid blue;
    position: absolute;
    cursor: pointer;
}
.prev-rev {
    z-index: 8;
    top: calc(20% - 22px);
    left: 0;
    padding: 7px;
    width: 45px;
    height: 45px;
    background: url(images/left.png) center center/90% no-repeat, rgba(255,255,255,0.7);
    border: 3px solid blue;
    position: absolute;
    cursor: pointer;
}*/
.rev-single {
    margin: 0 20px;
    padding: 20px;
    border: 2px solid #7990F7;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*text-align: center;*/
    position: relative;
}
.rev-single:after{
    position: absolute;
    top: -20px;
    right: -20px;
    content: '';
    width: 55px;
    height: 55px;
    background: url(images/rev-stars.png) center center/contain no-repeat;
}
.rev-wrap .slick-track{
    padding-top: 30px;
}
.rev-data {
    text-align: right;
    font-size: 12px;
    color: #000;
}
/*.rev-data:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    right: -50px;
    top: -10px;
    background: url(images/rev-ic1.png) center center/contain no-repeat;
}*/
.rev-text {
    font-size: 15px;
    text-align: left;
    margin-bottom: 5px;
    height: 89px;
}
.rev-text span{
    font-weight: 600;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
footer {
    padding: 30px 0;
    /*background: url(images/fon-8.jpg) center center/cover no-repeat;*/
    background: #F6F6F6;
}
footer nav{
    /*margin-bottom: 20px;*/
}
.footer-menu {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu li{
    margin: 0 0px 10px 0;
    width: 25%;
}
.footer-menu li.menu-item-3106,.footer-menu li.menu-item-3042,
.footer-menu li.menu-item-3132,.footer-menu li.menu-item-3049{
    width: 15%;
}
.footer-menu li.menu-item-3075,.footer-menu li.menu-item-3099,
.footer-menu li.menu-item-3062,.footer-menu li.menu-item-3088,
.footer-menu li.menu-item-3084,.footer-menu li.menu-item-3037,
.footer-menu li.menu-item-3038,.footer-menu li.menu-item-3095{
    width: 30%;
}
.footer-menu li a{
    font-size: 14px;
    color: #5A5A5A;
    
}
.footer-mess-head {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-menu li a:hover{
    /*background: white;*/
}
.footer-mess a{
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    margin-bottom: 15px;
    color: black;
    display: block;
}
.footer-mess a:last-child{
    margin-bottom: 0;
}
.footer-mess a:before{
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    
    top: calc(50% - 10px);
    left: 0;
}
.footer-whats-link:before{
    background: url(images/WhatsApp_form.png) center center/contain no-repeat;
}
.footer-tele-link:before{
    background: url(images/Telegram_form.png) center center/contain no-repeat;
}
.footer-head-mail:before{
    background: url(images/mail-ic.png) center center/contain no-repeat;
}
.footer-copyright {
    color: black;
    font-size: 10px;
}
.footer-copyright a{
    color: black;
    font-size: 10px;
}
.footer-menu .open-menu-btn{
    display: none;
}
.contacts-text {
    margin-bottom: 20px;
}
.contacts-wrap {
    display: flex;
}
.contacts-left {
    width: 49%;
    margin-right: 2%;
}
.map-wrap {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.contacts-right {
    width: 49%;
}
.contact-wrap {
    padding: 20px 0 0 0;
}
.cont-addr,.cont-phone,.cont-mail{
    padding-left: 65px;
    margin-bottom: 20px;
    position: relative;
}
.cont-addr {
    font-size: 14px;
}
.cont-addr:before,.cont-addr:before,.cont-mail:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    
    left: 0;
    top: calc(50% - 20px);
}
.cont-addr:before{
    background: url(images/contact-adr-ic.png) center center/contain no-repeat;
}
.cont-phone:before{
    background: url(images/cont-mob-ic.png) center center/contain no-repeat;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    
    left: 0;
    top: calc(50% - 20px);
}
.cont-mail:before{
    background: url(images/cont-mail-ic.png) center center/contain no-repeat;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    
    left: 0;
    top: calc(50% - 20px);
}
.contacts-left .tele-link{
    float: none;
    margin: 0;
    position: absolute;
    right: 60px;
    top: calc(50% - 19px);
}
.contacts-left .whats-link{
    float: none;
    position: absolute;
    right: 0px;
    top: calc(50% - 19px);
}
.cont-phone a,.cont-mail a{
    font-size: 14px;
    color: #000;
}
.cont-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.act-wrap {
    padding: 20px 0;
    /*background: url(images/act-fon.png) center center;*/
}
.action-wrap {
    display: flex;
    margin-bottom: 20px;
}
.single-action {
    /*width: 31%;
    margin: 0 1.1666%;
    padding: 10px;
    box-shadow: 0px 2px 5px 2px rgb(34 60 80 / 60%);*/
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #F6F6F6;
    position: relative;
    
}
.single-action .action-numb{
    padding: 6px;
    color: white;
    font-size: 15px;
    background: url(images/black-el.png) center center/contain no-repeat;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
}
.action-text {
    margin-bottom: 20px;
}
.action-text-wrap {
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.single-action:after{
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(images/how-arr.png) center center/contain no-repeat;
}
.action-more {
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #4067CC;
    position: relative;
}
.more-header {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.more-text {
    color: white;
    list-style-type: disc;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}
.more-text li{
    color: white;
    list-style-type: disc;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 200;
}
.more-btn {
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    border: 2px solid white;
    color: #4067CC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: white;
    transition: all 0.7s;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
}
.more-btn:hover{
    color: white;
    background: #4067CC;
}
.action-more:after{
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(images/how-arr-white.png) center center/contain no-repeat;
}
.action-more .action-numb{
    padding: 6px;
    display: inline-block;
    color: #4067CC;
    font-size: 15px;
    background: url(images/white-el.png) center center/contain no-repeat;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
}
.action-wrap>div{
    position: relative;
    width: 24%;
    margin-right: 1.3333%;
}
.action-wrap>div:last-child{
    margin-right: 0;
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.action-img {
    height: 150px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    /*border-bottom: 2px solid blue;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.action-header {
    font-size: 19px;
    font-weight: 600;
}
.action1 {
    background: url(images/online-sale.png) center center/cover no-repeat;
}
.action2 {
    background: url(images/pens-sale.png) center center/cover no-repeat;
}
.action3 {
    background: url(images/rad-sale.png) center center/cover no-repeat;
}
.hader-top-block-mobile {
    display: none;
}
.mobile-phones {
    display: none;
}
.hader-top-block-esc-wrap{
    display: none;
}
@-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%);}}
@keyframes scale {
    0% {
        transform: scale(0.9);
    }
    30% {
        transform: scale(0.9);
    }
    60% {
        transform: scale(1.2);
    }
    70% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(0.9);
    }
}
.advances-line{
    background: #EDF2F9;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin: 20px 0 80px 0;
    padding: 10px 0;
    position: relative;
}
.advances-line-wrap{
    
    justify-content: space-between;
    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;
    display: flex;
}
.advances-line-wrap div{
    color: #4F4F4F;
    padding: 0 10px;
    position: relative;
}
.advances-line div:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #4F4F4F;
    right: -2.5px;
    top: calc(50% - 2.5px);
}
.mob-how-img {
    display: none;
}
.our-works h2,.our-masters h2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.our-text,.masters-text {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
}
.our-paging,.master-paging {
    display: flex;
}
.our-reviews h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.btn-pag {
    display: flex;
}
.rev-paging {
    display: flex;
    margin-right: 20px;
}
.our-reviews h2 button{
    display: inline-block;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    border: 2px solid #4067CC;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #4067CC;
    transition: all 0.7s;
    text-transform: uppercase;
    cursor: pointer;
}
.our-reviews h2 button:hover{
    color: #4067CC;
    background: white;
}
.faq-header {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 600;
}
.faq {
    padding: 50px 0;
    margin-bottom: 80px;
}
.faq-wrap {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid black;
}
.question {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}
.question:after{
    position: absolute;
    content: '';
    width: 23px;
    height: 20px;
    background: url(images/faq-open.png) center center/contain no-repeat;
    right: 0;
    top: calc(50% - 10px);
    transition: all 0.8s;
}
.question.open-faq:after{
    transform: rotate(180deg);
    /*background: url(images/faq-close.png) center center/contain no-repeat;*/
}
.question+.answear {
    font-size: 15px;
    margin-top: 15px;
    display: none;
    padding-right: 40px;
}
.question.open-faq+.answear{
    display: block;
}
.footer-wrap {
    display: flex;
}
.footer-logo {
    width: 25%;
}
.footer-serv-contact {
    width: 75%;
    padding-left: 20px;
    display: flex;
}
.footer-serv {
    width: 70%;
}
.footer-mess {
    width: 30%;
    padding-left: 10px;
}
.footer-logo button{
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    border: 2px solid #4067CC;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #4067CC;
    transition: all 0.7s;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}
.footer-logo button:hover{
    color: #4067CC;
    background: white;
}
.footer-nav-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mob-footer-serv-btn{
    display: none;
}
@media only screen and (max-width:1200px){
    .fixed-phone-wrap{
        right: 5%;
        /*overflow: hidden;*/
        /*animation: scaleChange 1s infinite;*/
    }
}
@media only screen and (max-width:991px){
    .footer-menu li.menu-item-3106,.footer-menu li.menu-item-3042,
    .footer-menu li.menu-item-3132,.footer-menu li.menu-item-3049{
        width: 50%;
    }
    .footer-menu li.menu-item-3075,.footer-menu li.menu-item-3099,
    .footer-menu li.menu-item-3062,.footer-menu li.menu-item-3088,
    .footer-menu li.menu-item-3084,.footer-menu li.menu-item-3037,
    .footer-menu li.menu-item-3038,.footer-menu li.menu-item-3095{
        width: 50%;
    }
    .main-order-form{
        width: 40%;
        left: 30%;
    }
    .form-msg {
        width: 45%;
        left: 27.5%;
    }
    .action-wrap {
        flex-wrap: wrap;
    }
    /*.single-action{
        width: 48%;
        margin: 0 1% 20px 1%;
    }*/
    .main-form-left{
        width: 55%;
    }
    .main-form-right {
        width: 45%;
    }
    .how-single{
        width: 50%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .mob-how-img{
        display: block;
    }
    .desc-how-img {
        display: none;
    }
    .how-wrap {
        flex-wrap: wrap;
        
    }
    .how-we-works{
        padding: 0 10px;
        margin-bottom: 100px;
    }
    .single-number.numbers-pos{
        position: relative;
        top: initial;
        right: initial;
        width: 100%;
        margin-top: 25px;
    }
    .numbers-wrap {
        flex-wrap: wrap;
    }
    .numbers-1{
        width: 49%;
        padding-top: 20px;
    }
    .numbers-2{
        width: 49%;
        flex-wrap: wrap;
    }
    .numbers-2 .single-number{
        width: 100%;
    }
    .numbers-2 .single-number:first-child {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .numbers-1 .single-number:first-child{
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .mob-footer-serv-btn{
        display: block;
        text-align: center;
        font-size: 15px;
        padding: 10px;
        border: 2px solid #4067CC;
        color: white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #4067CC;
        transition: all 0.7s;
        text-transform: uppercase;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
    }
    footer nav{
        display: none;
    }
    .footer-menu li{
        width: 50%;
    }
    .footer-logo,.footer-serv-contact {
        width: 50%;
        padding: 0 5px;
    }
    .footer-serv-contact{
        flex-wrap: wrap;
    }
    .footer-serv {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-mess {
        width: 100%;
    }
    .action-wrap>div{
        width: 49%;
        margin-right:initial;
        margin-bottom: 20px;
    }
    .action-wrap>div:nth-child(2n+1){
        margin:0 2% 20px 0;
    }
    .act-wrap{
        padding: 10px;
    }
    .offer-bg {
        padding: 5px;
    }
    .fixed-phone-wrap{
        right: 2%;
        /*overflow: hidden;*/
        /*animation: scaleChange 1s infinite;*/
    }
}
@media only screen and (max-width:768px){
    .form-sale .sale-anim{
        display: none;
    }
    .main-order-form{
        width: 50%;
        left: 25%;
    }
    .form-msg {
        width: 55%;
        left: 22.5%;
    }
    .mob-serv-btn{
        display: block;
    }
    .hader-top-block {
        padding: 10px;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    .fixed-block{
        padding: 10px;
        background: white;
    }
    .fixed-block .mob-serv-btn{
        font-size: 20px;
        padding: 10px;
    }
    .fixed-block .mob-serv-btn:after{
        top: 5px;
    }
    .hader-top-block-1 .logo{
        display: none;
    }
    .page-menu {
        width: 100%;
        margin-bottom: 20px;
    }
    .page-menu nav{
        flex-direction: column;
        align-items: inherit;
    }
    .fixed-block .header-phones,.header-phones{
        padding-left: 7px;
        width: 75%;
        margin-bottom: 10px;
        display: none;
    }
    .page-menu-link {
        padding: 0;
        margin-bottom: 15px;
    }
    .page-menu-link span{
        display: block;
        font-size: 25px;
    }
    .head-soc {
        width: 100%;
    }
    .fixed-block .call-me-wrapper,.call-me-wrapper {
        /*display: none;*/
        width: 100%;
        margin-bottom: 15px;
        padding-left: 0;
    }
    .desc-logo {
        display: none;
    }
    .mob-logo {
        display: block;
        width: 75%;
        padding-right: 20px;
    }
    .menu-burger-wrap {
        width: 25%;
        text-align: center;
        display: flex;
        justify-content: end;
    }
    .burger {
        width: 62px;
        height: 62px;
        background: url(images/burger.png) center center/contain no-repeat;
        cursor: pointer;
        
    }
    .fixed-block .service-nav>ul,.service-nav>ul{
        display: block;
        height: 400px;
        overflow-y: auto;
    }
    .service-nav>ul>li{
        display: block;
        width: 100%;
        margin-right: 0;
        position: relative;
    }
    .service-nav > ul > li:hover .sub-menu {
        display: none;
    }
    .service-nav > ul > li > .sub-menu {
        position: relative;
        padding-top: 10px;
        width: 100%;
    }
    header{
        padding: 0 20px;
    }
    .fixed-block .logo{
        width: 15%;
    }
    /*.fixed-block .header-phones {
        width: 85%;
    }*/
    .fixed-block .head-mail {
        display: block;
    }
    .fixed-block .head-soc{
        width: 100%;
    }
    .fixed-block .head-soc i{
        display: none;
    }
    /*.fixed-block .whats-link{
        width: 50px;
        height: 50px;
    }
    .fixed-block .tele-link{
        width: 50px;
        height: 50px;
    }
    .header-for-fix-wrap {
        min-height: 338px;
    }*/
    .bottom-fixed-btn-wrap{
        display: none;
    }
    
    .fixed-phone {
        /*width: 60px;
        height: 60px;
        background: url(images/fixed.png) center center/110% no-repeat;
        position: relative;
        overflow: hidden;
        display: block;*/
    }
    .fixed-phone:before {
        /*content: '';
        position: absolute;
        display: block;
        width: 300%;
        height: 350%;
        top: -100%;
        right: -120%;
        border-radius: 50%;
        background: white;
        animation: Blick 2s infinite;*/
    }
    .offer-bg {
        padding: 15px 7px;
    }
    .page-form {
        flex-wrap: wrap;
    }
    .page-form-text {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }
    .page-form-form {
        width: 100%;
    }
    
    .how-single {
        width: 50%;
    }
    
    /*.single-number {
        width: 49%;
        margin: 0 0.5% 10px 0.5%;
        font-size: 20px;
    }*/
    .contacts-text{
        /*padding: 0 10px;*/
    }
    .contacts-wrap {
        /*padding: 0 10px;*/
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    
    .hader-top-block {
        position: fixed;
        width: 100%;
        height: 100%;
        /*left: 100%;*/
        z-index: 10;
        background: white;
        top: 0;
        bottom: 0;
        left: 100%;
        padding: 30px 15px;
    }
    .hader-top-block-mobile{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .mob-top-phone {
        width: 100%;
        margin-top: 10px;
    }
    .mop-phone {
        display: inline-block;
        font-size: 22px;
    }
    .hader-top-block-1{
        flex-wrap: wrap;
        padding-bottom: 0;
        /*margin-bottom: 0;*/
        border-bottom: none;
    }
    .fixed-block .head-phone{
        display: inline-block;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 600;
        color: #4A4A4A;
    }
    .fixed-block .hader-top-block-2,.hader-top-block-2 {
        display: flex;
        /*flex-direction: column;*/
        flex-wrap: wrap;
    }
    .hader-top-block-2 .clear{
        display: none;
    }
    .fixed-block .site-menu,.site-menu {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        order: 1;
        width: 100%;
        display: block;
    }
    .site-menu ul li:first-child a,
    .site-menu ul li:nth-child(2) a{
        padding: 15px;
        text-align: center;
    }
    .call-me-btn {
        padding: 15px;
    }
    .site-menu ul{
        flex-direction: column;
    }
    .site-menu ul li{
        margin-bottom: 5px;
    }
    .site-menu ul li:first-child{
        margin-right: 0;
    }
    .site-menu ul li:last-child{
        margin-bottom: 0;
    }
    .fixed-block .whats-link,.whats-link{
        float: none;
        order: 2;
        margin-right: 5%;
        width: 12%;
    }
    .fixed-block .tele-link,.tele-link {
        float: none;
        order: 3;
        margin-right: 5%;
        width: 12%;
    }
    .mobile-phones{
        display: block;
        width: 66%;
        order: 4;
        text-align: right;
        margin-bottom: 15px;
    }
    .serv-btn {
        float: none;
        order: 5;
        padding: 15px;
        width: 100%;
        margin-top: 10px;
    }
    .hader-top-block-esc-wrap{
        display: block;
        position: relative;
    }
    .hader-top-block-esc{
        position: absolute;
        right: 0;
        top: 0;
        width: 18px;
        height: 18px;
        background: url(images/esc-ic.png) center center/contain no-repeat;
    }
    .service-nav{
        display: none;
        position: relative;
        padding: 15px 0 0 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        left: initial;
        top: initial;
        width: 100%;
        order: 6;
    }
    .service-nav-esc {
        top: 10px;
    }
    .service-nav > ul > li > .sub-menu{
        left: initial;
        top: initial;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: auto;
    }
    .service-nav > ul > li:first-child > .sub-menu{
        display: none;
    }
    .open-menu-btn{
        position: absolute;
        background: transparent;
        right: 10px;
        width: 25px;
        height: 25px;
        top: 5px;
        display: block;
    }
    .main-form-left{
        width: 100%;
    }
    .main-form-right {
        width: 100%;
        height: 200px;
    }
    .main-form-wrap {
        flex-wrap: wrap;
    }
    .main-form-left {
        padding: 30px 15px;
    }
    .main-order-esc{
        background: url(images/esc-white.png) center center/contain no-repeat;
        top: 10px;
        right: 10px;
    }
    .main-order-form{
        z-index: 12;
    }
    .overlay {
        z-index: 11;
    }
    
    
    .page-form-form .form-sale:after{
        display: none;
    }
    
    .page-form-form{
        height: 400px;
        padding: 10px;
        flex-direction: column;
        justify-content: end;
        display: flex;
    }
    
    .text-wrap{
        margin-bottom: 10px;
    }
    .how-single{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .how-single.grey-single{
        padding: 80px 10px 10px 10px;
    }
    .how-img.how4{
        margin-bottom: 10px;
    }
    .round-numb{
        width: 10%;
    }
    .round-text {
        width: 30%;
    }
    .round-line {
        width: 60%;
    }
    .how-we-works h2 {
        flex-wrap: wrap;
    }
    
    .numbers{
        padding: 10px;
    }
    
    .single-number {
        background: rgba(0,0,0,0.4);
    }
    
    
    .btn-pag {
        flex-wrap: wrap;
        width: 100%;
    }
    .rev-paging {
        width: 100%;
        order: 2;
        margin-right: 0px;
        margin-bottom: 10px;
        justify-content: center;
        display: none;
    }
    .our-reviews h2 button{
        order: 1;
        margin-bottom: 10px;
        width: 100%;
    }
    .our-reviews {
        padding: 10px;
    }
    .rev-single{
        margin: 0 10px;
    }
    .rev-single:after{
        right: -5px;
    }
    .faq {
        padding: 10px;
        margin-bottom: 40px;
    }
    .question{
        font-size: 15px;
        padding-right: 30px;
    }
    .answear{
        padding-right: 25px;
        font-size: 12px;
    }
    .faq-header {
        font-size: 30px;
    }
    
    .action-text-wrap{
        padding-top: 70px;
    }
    h1{
        font-size: 30px;
    }
    .header-for-fix-wrap {
        min-height: 81px;
    }
    .form-sale-wrap,.form-sale-wrap:first-child,.form-sale-wrap:last-child{
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
    }
    .form-sale-wrap:first-child{
        margin-bottom: 10px;
    }
    .page-form-form .form-sale{
        width: 40%;
        font-size: 15px;
        padding: 15px;
        float: right;
    }
    .no-summ{
        text-align: right;
        clear: both;
        padding-top: 10px;
    }
    .how-single{
        width: 49%;
        /*margin-right: 0;*/
        margin-bottom: 10px;
    }
    .how-single:nth-child(2n+1){
        margin-right: 2%;
    }
    .our-works,.our-masters{
        padding: 20px 5px;
    }
    h2,h2 div:first-child{
        font-size: 30px;
    }
    .contact-wrap{
        padding: 5px;
    }
}
@media only screen and (max-width:572px){
    .mob-top-phone {
        text-align: center;
    }
    .mop-phone {
        display: inline-block;
        font-size: 22px;
    }
    /*.rev-paging{
        display: block;
    }*/
    .how-single.last-single .how-img,.mob-how-img,.blue-single .how-img{
        width: 100%;
    }
    header {
        padding: 0 10px;
    }
    .action-wrap>div{
        width: 100%;
        margin-right:initial;
        margin-bottom: 20px;
    }
    .action-wrap>div:nth-child(2n+1){
        margin:0 0 20px 0;
    }
    .contacts-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contacts-right {
        width: 100%;
    }
    .burger {
        width: 42px;
        height: 32px;
        background: url(images/burger.png) center center/contain no-repeat;
        cursor: pointer;
        
    }
    .masters-name,.masters-work{
        height: 11px;
        padding: 0;
    }
    .our-works h2>div:first-child,
    .our-masters h2>div:first-child{
        order:1;
        font-size: 30px;
    }
    .our-paging,.master-paging {
        order:3;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        justify-content: center;
        display: none;
    }
    .our-text,.masters-text {
        order:2;
    }
    .our-works,.our-masters{
        padding: 10px;
    }
    .our-reviews h2{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .numbers-1{
        width: 100%;
        padding-top: 0px;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .numbers-2{
        width: 100%;
    }
    .how-single{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .how-single:nth-child(2n+1){
        margin-right: 0;
    }
    h2>div:first-child{
        margin-bottom: 10px;
        width: 100%;
        font-size: 30px;
    }
    .how-we-works h2 div:first-child{
        width: 100%;
        font-size: 30px;
        /*margin-bottom: 10px;*/
        order:1;
    }
    .how-we-works h2 button{
        width: 100%;
        order:3;
    }
    .how-head-text{
        order:2;
    }
    .page-form-form .form-sale{
        width: 100%;
        font-size: 15px;
        padding: 15px;
        flex: none;
    }
    .no-summ{
        float: none;
        text-align: center;
    }
    .page-advances div,
    .page-advances div:first-child,
    .page-advances div:nth-child(2),
    .page-advances div:nth-child(3){
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .page-advances div:nth-child(3){
        padding-right: 30px;
    }
    .main-order-form{
        width: 90%;
        left: 5%;
    }
    .form-msg {
        width: 95%;
        left: 2.5%;
    }
    .how-single {
        width: 100%;
        margin-bottom: 10px;
    }
    .how-single:last-child{
        margin-bottom: 0;
    }
    .footer-menu li {
        /*width: 50%;
        margin: 0;
        padding: 10px;*/
    }
    footer{
        padding: 20px 10px;
    }
    .single-action{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .footer-wrap {
        flex-wrap: wrap;
    }
    .footer-logo {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .footer-serv-contact {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-serv {
        display: none;
    }
    .page-form-form .form-sale-wrap:first-child{
        margin-bottom: 5px;
    }
    .page-form-form .form-sale-wrap:first-child,
    .page-form-form .form-sale-wrap:last-child{
        width: 100%;
        position: relative;
        top: initial;
        left: initial;
        bottom: initial;
        right: initial;
    }
    .advances-line{
        margin: 20px 0;
    }
}