@media (min-width: 770px) and (max-width: 1024px) {
body {
    zoom: 110%;
}.mainr img {
    width: 60vw;
}
.mainr {
    top: 2vw;
    right: -15vw;
    z-index: 0;
    position: absolute;
}
.container-left {
    width: 100%;
    padding-left: 10vw;
    padding-right: 2vw;
    padding-top: 1.6vw;
}
.call__img {
    /* display: none; */
    height: 100%;
    right: 0;
    width: 40vw;
    top: 7vw;
    position: relative;
}.call__wrapper {
    position: relative;
    padding: 0vw 0 5vw 10vw;
    color: #fff;
    background: #000 url(../images/bgform2.png) center/cover no-repeat;
    overflow: hidden;
}.videotut video {
    border-radius: 30px;
    background-color: #fff;
    width: 40vw;
}
	.hero {
    position: relative;
    padding-bottom: 2vw;
    height: 100%;
}
}


@media only screen and (max-width: 770px) {	
body {
    zoom: 180%;
}	
	.hero {
    position: relative;
    padding-bottom: 0;
    height: 100%;
}
	.page__body {
    margin: 0;
    min-width: 28.8vw;
    min-height: 100%;
    font-size: 1.28vw;
}
	.contact-form__message{font-size:3vw;text-align:center}
.nomob{display: none!important;}	



.menu-triger {
	background: url(../images/menu.png) 0 0 repeat;
	display: block;
	background-size: cover;
	width: 3.7vw;
	height: 2.7vw;
	position: relative;
}	
.menu-close {
	background: url(../images/closewhite.png) 0 0 repeat;
	background-size: cover;
	display: block;
	width: 3.5vw;
	height: 3.5vw;
	position: absolute;
	right: 3vw;
	top: 4vw;
	z-index: 100;
}
	.remodal .imgs {
    width: 100%;
    margin-right: 5%;
}
	.remodal .contrightmodal {
    width: 100%;
		margin-top:2vw
}
	.remodal .dispflex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
	.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0.35vw;
    padding: 4vw;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
    border-radius: 0.35vw;
    box-shadow: 0px 0.35vw 0.35vw rgba(0, 0, 0, 0.15);
    max-width: 100vw;
}
	 .contact-form__title {
      font-size: 3vw;
      /* margin-bottom: 3vw; */
      }
	.remodal input[type="text"], .remodal input[type="tel"] {
    padding: 2.5vw 2vw;
    font-size: 2vw;
    font-family: inherit;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0.75vw;
    width: 100%;
    height: 7vw;
    color: #000 !important;
    resize: none;
    margin-bottom: 1vw;
    background: #FFFFFF;
    border: 1px solid rgb(226, 226, 233);
    background-position: 15px center;
    background-repeat: no-repeat;
}
	.menu-popup .online::before {
   width: 1vw;
    height: 1vw;
   
}
	.menu-popup .header__connection{margin-top: 7vw;}
	
	.menu-popup .header__logo{display:flex;justify-content:center;margin: 2vw 0 5vw;}
.menu-popup {
	background: #000000e3;
	display: none;
	position: absolute;
	left: -110%;
	top: 0;
	height: 100vh;
	width: 100%;
	box-sizing: border-box;
	padding: 1vw 4vw;
	z-index: 9999;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 2.5vw 0;
	padding: 0;
	text-align: center;
}
.menu-popup li a {
	font-size: 3.4vw;
	color: rgb(255 255 255);
	line-height: 1.4;
	font-weight: 700;
	text-decoration: none;
}
.menu{display: flex;margin-left: 2vw;background: #efefef08;/* padding: 2vw; */align-items: center;height: 7vw;justify-content: center;width: 7vw;border-radius: 0.75vw;}

.container-left {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1.6vw;
    flex-flow: column;
    display: flex;
    justify-content: space-evenly;
}

.header__logo-img {
    display: block;
    margin-right: 2vw;
    width: 30vw;
}


.header__logo-descr {
    margin-top: 0.8vw;
    font-size: 2vw;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    max-width: 30vw;
    margin-right: 0;
}




.flexblock {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 6vw;
}
.top__bg {
    position: absolute;
    top: -43vw;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.header__social-text span {
    font-size: 1.82vw;
    font-weight: 300;
}
.header__social-text {
    margin-bottom: 0.48vw;
    font-size: 1.82vw;
    line-height: 1.6vw;
    font-weight: 500;
}
.btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    white-space: nowrap;
    font-size: 1.95vw;
}
.btn.btn--viber {
    background-color: rgb(0 0 0 / 21%);
    padding: 1.365vw 0.9375vw 1.365vw 0.417vw;
    color: rgba(255,255,255,.35);
    letter-spacing: .036vw;
    display: flex;
    border-radius: 30px;
    justify-content: space-around;
    width: 85%;
    position: relative;
}
.header__connection-tel {
    display: block;
    font-size: 4.32vw;
    color: #fff;
    font-weight: 700;
    margin: 0.56vw 0 0vw 0;
}
.header__connection-time {
    font-size: 2.5vw;
    color: #fff;
    position: relative;
    padding-left: 0.725vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__connection-zvonok {
    font-size: 2.7vw;
    color: #1ab524;
    letter-spacing: .13126vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-flex;
}
.header__connection-zvonok::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 3.1vw;
    width: 100%;
    height: 1px;
    border-color: #6cb644;
    border-bottom: 1px dotted #39cb59;
    transition: all .4s;
}
.header__connection-zvonok img {
    margin-left: 0.5vw;
    width: 1.3vw;
}

.header__connection {
    text-align: center;
    margin-right: 2.5vw;
}
.revertrow{flex-flow: row-reverse;}
.top__title-wrap {
   margin-top: 0vw;
   width: 100%;
   text-align: center;
   max-width: 100vw;
   margin-bottom: 2vw;
}
.mainr {
    top: 1vw;
    right: -10vw;
    z-index: 0;
    position: relative;
}

.top__btns {
    
margin-bottom: 0vw;
    
display: flex;
    
justify-content: space-between;
    
flex-flow: column;
}
.top__title {
    margin: 0;
    display: inline;
    font-size: 6.3vw;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    position: relative;
}
.top__descr-text {
    display: block;
    max-width: 100vw;
    font-size: 3.32vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}
.top__descr {
   
    justify-content: center;
    flex-flow: column;
}
.main-title__dots {
     margin-bottom: 1vw;
}
.main-title__dots span {
    border: 1px solid #015f10;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    -webkit-animation: main-dots 1s linear infinite;
    animation: main-dots 1s linear infinite;
}
	.top__btns-anchor {
    max-width: 70vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .05vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.btn-style {
    position: relative;
    display: -webkit-box;
    font-family: Jost,sans-serif;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: 3vw 3.6vw;
    font-size: 2.46vw;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.04vw;
    color: #fff;
    border-radius: 0.75vw;
    background: linear-gradient(0deg,#0348cb 0,#0153ee 100%);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    overflow: hidden;
}
.btn-style-black {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: 3vw 3.6vw;
    font-size: 2.46vw;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.04vw;
    color: #fff;
    border-radius: 0.75vw;
    background: linear-gradient(0deg,#1a1a1a 0,#2e2e2e 100%);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    overflow: hidden;
}


.top__btns-anchor img {
    margin-left: 1.36vw;
    width: 2vw;
}
	.wrapper2 {
    width: 100%;
    margin: 0 auto;
}
.section__title {
    margin: 0 auto 2.4vw;
    text-align: center;
    padding: 0 2vw;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.2;
}
	.form-estimate .flex__wrapper {
    display: flex;
    flex-flow: wrap;
}
	.form-estimate .section__descr {
    margin: 0 auto;
    text-align: center;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 1.3;
}
.section__descr {
    margin: 0 0 2.8vw;
    text-align: center;
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.3;
    max-width: 100%;
}

.quiz__benefits-list {
    gap: 1.4vw;
    flex-flow: column;
}
.quiz__benefits-item {
    border-radius: 0.75vw;
    padding: 1.2vw;
    width: 80%;
    display: -webkit-box;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}
.quiz__benefits-img {
    margin-right: 2vw;
    width: 15vw;
}

.quiz__benefits-item {

    justify-content: center;
}
.quiz__benefits-text {
    font-size: 2.48vw;
    line-height: 1.4;
}
.quiz__item-title {
    margin: 0 0 2.4vw;
    font-size: 3vw;
    font-weight: 600;
}
.quiz-progress p {
    margin: 0;
    width: 50%;
    font-size: 2vw;
    z-index: 1;
    font-weight: 500;
    color: #666;
}
.quiz-progress__bar {
    position: relative;
    overflow: hidden;
    margin-right: 1.2vw;
    width: 60%;
    height: 1.6vw;
    border-radius: 12px;
    background-color: #e8e8e8;
}

.quiz__options {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(3,1fr);
    gap: 1.6vw;
}
.quiz__option-text {
    color: #747474;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    font-size: 2vw;
}
.quiz__btns-text {
    max-width: 27.2vw;
    font-size: 2.04vw;
    line-height: 1.4;
}
.quiz__btns-shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2.96vw;
}.quiz__item--text input {
    padding: 3vw 1.5vw;
    height: 100%;
    max-width: 32vw;
    width: 100%;
    font-size: 2.2vw;
    border-radius: 10px;
    border: 1px solid #999;
}
.quiz__btn--next {
    opacity: .65;
    height: 10vw;
}

.quiz__loading-title{font-size:2vw}
.quiz__banner-text {
   
font-size: 1.98vw;
   
max-width: 100%;
}
.quiz__form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.8vw;
    flex-flow: column;
}
.quiz__semifinal-form .select__placeholder {
    font-size: 2.2vw;
    line-height: 1.4;
    color: #000;
}
.quiz__semifinal-form .select {
    width: 100%;
    height: 9vw;
    margin: 0;
}
.select__trigger img{width: 2.5vw;}
.quiz__semifinal-form-input {
    width: 100%;
    min-height: 10vw;
    padding: 1.6vw 2.4vw;
    border-radius: 0.75vw;
    margin-bottom: 1vw;
    background-color: #f2f3f5;
    border: none;
    font-size: 2.4vw;
    font-family: Jost,sans-serif;
}

.form__copyright {
    font-size: 1.5vw!important;
}
.quiz__item-descr {
    font-size: 2.6vw;
    font-weight: 600;
}


.design__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1,1fr);
    gap: 2.5vw;
    margin-bottom: 4.8vw;
    width: 90%;
    margin: 0 auto 4.8vw;
}

.design__card-title {
    font-size: 3vw;
    line-height: 1.2;
    font-weight: 600;
    margin: 1.2vw 0 1.2vw;
}
.design__card-descr {
    font-size: 2vw;
    line-height: 1.6;
    margin-bottom: 1.6vw;
    min-height: 6vw;
    overflow: hidden;
}
.design__card-img {
    width: 100%;
    border-radius: 10px;
    height: 17vw;
}
.design__card {
    position: relative;
    padding: 2vw 4vw 2.4vw;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
   
    -webkit-box-shadow: 0 1.6vw 4vw 0 rgba(163,169,183,.2);
    box-shadow: 0 1.6vw 4vw 0 rgba(163,169,183,.2);
}
	.vw48{ width: 48%;}
.design__card-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 3.2vw;
    left: 3.2vw;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #ffcc00;
    color: #5a2403;
    box-shadow: 0.5vw 0.5vw 1vw rgb(255 204 0 / 18%), 0.5vw 0.5vw 1vw rgb(255 204 0 / 20%);
    font-size: 2vw;
    font-weight: 600;
}

.wrapper {
    max-width: 90vw;
    width: 90%;
    margin: 0 auto;
}
.design__list2 {
    display: flex;
    gap: 2.4vw;
    flex-flow: wrap;
    margin-bottom: 3.2vw;
}
.containervideo {
    margin: 0 auto;
    padding: 0 var(--container-offset);
    width: 100%;
}
.videotut video {
    border-radius: 0.75vw;
    background-color: #fff;
    width: 100%;
}
.videotext {
    flex-grow: 1;
    margin-left: 0vw;
    font-size: 2.1vw;
    line-height: 1.6;
    width: 100%;
    margin: 2vw auto!important;
}
.videotitle {
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.8vw;
}
.videoflex {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 4.8vw auto 1.8vw;
    flex-flow: column;
    width: 100%;
}

.videoflexrev {
   
margin: 4.8vw 0;
   
flex-flow: column;
   
width: 100%;
   
margin: 2vw auto;
}
.calc-banner__content .content-main {
    width: 100%;
    height: auto;
    z-index: 2;
    padding: 3.3854166667vw 4.4791666667vw 3.3854166667vw 4.1666666667vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
}.calc-banner__content .content-block2 {
    width: 100%;
    margin-right: 0;
}.calc-banner__content .content-title {
    font-weight: 300;
    font-size: 2.95vw;
    line-height: 1.1;
    letter-spacing: .02em;
    margin-bottom: 1.3020833333vw;
    margin-top: 0;
    color: #000;
}.calc-banner__content .content-title a {
    color: #ffffff;
    /* text-decoration: underline; */
    font-size: 3.7vw;
    font-weight: 400;
    display: inline-block;
    margin-top: 2vw;
}.calc-banner__content .content-text {
    font-size: 1.93vw;
    line-height: 1.5;
    width: 100%;
}
.calc-banner__content .content-block2 .content-text {
    color: #e2e2e2;
}.calc-banner__content .content-block:nth-child(2) {
    width: 100%;
    margin-top: 2vw;
}
.standart-btn, .standart-dark-btn {
    height: 8.2083333333vw;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.4;
}.calc-banner__content .content-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 1.8vw;
    background: #6635a6;
    border-radius: 0.75vw;
    padding: 2vw 4.7vw;
    line-height: 1.4;
    text-decoration: none;
}.calc-banner__content .content-link img {
    width: 2.4583333333vw;
    height: 2.4583333333vw;
    border-radius: 50%;
    overflow: hidden;
}
.services__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1vw;
    align-items: center;
    flex-wrap: wrap;
}
.services__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    justify-content: space-evenly;
    cursor: pointer;
    width: 100%;
}.services__icon span {
    font-weight: 600;
    font-size: 3vw;
}.services__icon p {
    margin: 0.4vw 0 0;
    font-size: 2.5vw;
}.services__icon img {
    height: 9vw;
    margin-right: 1.2vw;
    width: 9vw;
}.services__icon {
    /* width: 15vw; */
    height: 13vw;
    padding: 3.1vw 1.5vw 3.1vw 1.1vw;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 1vw;
    width: 70%;
}
.btn-service {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 0 auto;
    display: flex;
    letter-spacing: .05vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    position: relative;
    text-align: left;
    padding: 1.5vw 2vw;
    font-size: 2vw;
    width: 100%;
    line-height: 1.4;
    font-weight: 400;
    color: #4a4a4a;
    border-radius: 10px;
    background: linear-gradient(0deg,#eeeeee 0,#f9f9f9 100%);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    overflow: hidden;
}
.btn-service .btnsicon {
    width: 4vw;
    height: 4vw;
    background: #fff;
    border-radius: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 1vw;
}.btn-service .btnsicon img {
    width: 1.44vw;
    opacity: 0.4;
    margin: 0 auto;
}.btn-style2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    font-size: 2.36vw;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .0.4vw;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(0deg,#05881a 0,#5caf0c 100%);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    overflow: hidden;
}
.call__wrapper .flex__wrapper {
    display: flex;
    flex-wrap: wrap;
}.call__wrapper {
    position: relative;
    padding: 7vw 3vw 8vw 3vw;
    color: #fff;
    background: #000 url(../images/bgform2.png) center/cover no-repeat;
    overflow: hidden;
}.call__descr-text {
    /* padding-left: 4.8vw; */
    font-size: 2.5vw;
    padding: 1.6vw 1.4vw 1.6vw 4.8vw;
    line-height: 1.5;
    background: #191919cc;
    border-radius: 10px;
}.call__text {
    font-size: 2.56vw;
    line-height: 1.4;
    text-align: left;
}.call__img {
    /* display: none; */
    height: 50vw;
    right: -30vw;
    position: absolute;
}.dispflexform {
    display: flex;
    flex-direction: column;
    z-index: 3;
}.videoblock {
    margin: 6vw 0;
    padding: 0 2vw;
}.call__img2 {
    /* display: none; */
    right: 0;
    top: 10vw;
    left: 10vw;
    height: 60vw;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.2;
}.socialcheck {
    justify-content: start;
    margin-bottom: 3.04vw;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}.socialcheck .wpcf7-list-item {
    margin: 0 0.48vw 1vw;
    width: 35%;
}.socialcheck .wpcf7-list-item-label {
    display: block;
    color: #b9b9b9;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 0.75vw;
    border: solid 1px #444;
}.socialcheck label {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 6vw;
    font-size: 2.12vw;
    line-height: 1.86;
    text-align: center;
    display: block;
    border-radius: 0.75vw;
    opacity: 1;
}.form__form-wrapper {
    display: -ms-grid;
    display: flex;
    gap: 0.8vw;
    align-items: center;
    justify-content: start;
    margin-bottom: 1.6vw;
    justify-content: start;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 0 3.2vw;
    flex-flow: wrap;
}.form__form-label {
    display: block;
    width: 100%;
}.form__form-wrapper .btn-style {
   
    width: 100%;
}.stories__list {
    display: flex;
   
    flex-flow: wrap;
}.stories__list .card__video::after {
    content: "";
    position: absolute;
    width: 10.2vw;
    height: 10.2vw;
    border-radius: 50%;
    background: var(--main-gradient);
    -webkit-box-shadow: 0 0 0 1.6vw rgba(255,255,255,.15);
    box-shadow: 0 0 0 1.6vw rgba(255,255,255,.15);
    z-index: 10;
    -webkit-animation: 2s infinite pulse;
    animation: 2s infinite pulse;
}.stories__list .card__video::before {
    content: "";
    position: absolute;
    margin-left: 0.4vw;
    width: 0;
    height: 0;
    border-top: 2vw solid transparent;
    border-left: 4vw solid #fff;
    border-bottom: 2vw solid transparent;
    z-index: 11;
}.services__blocks2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3vw;
    align-items: center;
    flex-flow: wrap;
}.services__icon2 {
    width: 20vw;
    height: 7.5vw;
    padding: 2.5vw 1.5vw;
    border-radius: 30px;
    margin-bottom: 1vw;
    background: #ffffff;
}.reviews__list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 2.4vw;
    -moz-column-gap: 2.4vw;
    column-gap: 2.4vw;
    gap: 2.4vw;
}.reviews__card-descr {
   
font-size: 2.6vw;
   
line-height: 2vw;
   
color: #333;
   
line-height: 1.5;
   
margin: 1vw 0;
   
padding: 1.6vw 2vw;
   
border-radius: 10px;
   
background: #f6f6f6;
   
position: relative;
}.reviews__card-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.64vw;
    font-size: 2.74vw;
    font-weight: 600;
}.reviews__card-name img {
    width: 8vw;
}.reviews__card-img {
    width: 11vw;
    margin-top: 1vw;
}.calc-banner__content .content-block {
    width: 100%;
    margin-right: 1.5625vw;
}.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
}.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 3vw;
}.footer__logo-descr {
    font-size: 1.82vw;
    max-width: 30vw;
    line-height: 1.5;
}.footer__logo-img {
    display: block;
    margin-right: 0.8vw;
    max-width: 24.4vw;
}
.footer__links{margin: 3vw auto;text-align: center;justify-content: center;display: flex;flex-flow: column;}
.footer__copyright {
    font-size: 1.74vw;
    line-height: 1.3;
    max-width: 43vw;
}.footer__social-text {
    margin-bottom: 0.8vw;
    font-size: 1.44vw;
    line-height: 1.5;
    font-weight: 500;
}.footer__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5vw;
    height: 5vw;
    border-radius: 0.75vw;
    margin-right: 0.8vw;
    background-color: #00a2f2;
}.footer__social-link svg {
    width: 3vw;
    height: 3vw;
}.footer__links-descr {
    font-size: 1.74vw;
    margin-bottom: 0.4vw;
}.footer__links-tel {
    font-size: 3.28vw;
    font-weight: 700;
    color: #000;
}.footer .smart-link .descr-moitop {
    font-size: 1.5vw;
    text-decoration: underline;
    font-weight: 500;
}
	.menu-popup img.header__logo-img-mob {width:25vw;margin: 0 auto;}
	.header-socials__item {
    border-radius: 10%;
    /* background: #0ccf87; */
    width: 5.5vw;
    height: 5.5vw;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.header__consultation, .header__consultation>div, .header__consultation>div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    justify-content: start;
    margin-bottom: 0.5vw;
}.moitopw-menu {
    position: fixed;
    right: 0;
    width: 100%;
    bottom: 0;
    top: auto;
    box-sizing: border-box;
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    backdrop-filter: blur(12.5px);
    background: rgb(0 0 0 / 70%);
    justify-content: space-around;
    padding: 1vw 0;
}
 .moitopw-menu__content {
       display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;
       justify-content: space-between;
       -webkit-justify-content: space-between;
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
       z-index: 1;
       align-items: center;
       position: relative;
       flex-direction: row;
       width: 100%;
       padding: 0 2vw;
    }.moitopw-link:nth-of-type(3) {
    border: none;
    color: #fff;
    background: linear-gradient(0deg,#05881a 0,#5caf0c 100%);
    border-radius: 0.63vw;
}.moitopw-link:nth-of-type(2) {
    background-color: #fff;
    border: none;
    color: #fff;
    background: none;
    width: 30%;
    margin: 0!important;
    padding: 0!important;
} .moitopw-link {
        margin-bottom: 5px;
        background: none;
        width: 34%;
        height: 100%;
        margin: 0!important;
        padding: 0.5vw 0!important;
        flex-flow: wrap;
        text-align: left;
        align-items: start;
    }

    .moitopw-link span {
        font-size: 1.55vw;
        font-weight: 400;
        margin-top: 0.5vw;
    }

    .moitopw-link img {
        max-width: 100%;
        width: 4.5vw;
        background: #00000033;
        padding: 1vw;
        border-radius: 1vw;
        margin-right: 1vw;
    }

    .moitopw-video {
        display: none
    }.quiz__option-img img {
    border-radius: 1.5vw;
    width: 100%;
}.calc-banner__content .content-img {
   
    opacity: 0.1;
}
.reviews__card {
  border-radius: 0.75vw;
  
}.reviews__card-wrapper {
  
    border-radius: 0.75vw;
}.contact-form__titlepdf {
    color: #fff;
    font-weight: 700;
    font-size: 2.7vw;
    margin: 0 0 0.5vw;
    text-transform: uppercase;
}.contact-form__descrpdf {
    color: #8e8e8e;
    font-size: 2.2vw;
    margin: 0;
    width: 100%;
}.consultation-select, .estimate-select, .help-select, .lead-select, .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 7vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.75vw;
    padding: 0.8vw 1.2vw 0.8vw 2vw;
    background-color: #f2f3f5;
    font-size: 1.28vw;
    color: #000;
    cursor: pointer;
    margin-bottom: 1vw;
}.modal-content .hero__link {
    width: 100%;
    font-size: 2vw;
    height: 8vw;
    margin-top: 1vw;
}.hero__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    width: 23.5vw;
    height: 7vw;
    font-size: 2vw;
    font-weight: 500;
    border: none;
    border-radius: 0.75vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: var(--font-family,sans-serif);
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg,#023caa 0,#0153ee 100%);
}.consultation-select__placeholder, .estimate-select__placeholder, .help-select__placeholder, .lead-select__placeholder, .select__placeholder {
    font-size: 1.8vw;
    line-height: 1.52vw;
    color: #000;
}.estimate-select__option img {
    width: 2vw;
}
	.estimate-select__option span {
    font-size:1.8vw
}.estimate-select__options {
    position: absolute;
    display: block;
    width: 100%;
    top: 100%;
    left: 0;
    font-size: 1vw;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    background: #000;
}.form-text {
    font-size: 1.8vw;
    margin-bottom: 0.625vw;
    padding-left: 1.34375vw;
    color: #fff;
}.popup-img img {
    /* width: 25.78125vw; */
    height: 43vw;
    position: absolute;
    left: 20vw;
    bottom: 0;
}.custom-checkbox__field {
    margin-right: 0.4vw;
    width: 1vw;
}.contact-form__descr {
    color: #8e8e8e;
    font-size: 2.2vw;
    margin: 0;
}.quiz__semifinal-form .select__option img{width:3vw}
.quiz__semifinal-form .select__option {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.12vw;
    padding: 1.95vw 1.2vw;
    border-radius: 0;
    position: static;
    left: 0.08vw;
    top: 0.08vw;
    color: #000;
    cursor: pointer;
    background-color: #f2f3f5;
    font-size: 2.2vw;
    border-bottom: 0.1vw solid #e6e6e6;
}.select__arrow {
    height: 100%;
    width: 2vw;
    margin-left: auto;
    background-size: contain;
    /* background-repeat: no-repeat; */
    background-position: center center;
    background-image: url(../fonts/arrow-select.svg);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: transform .2s ease-out;
    -webkit-transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
}.modal-content .hero__link img {
    margin: 0.3vw 0vw 0vw 1.3vw;
    width: 1.2vw;
}.remodal-close {
    width: 2.5vw;
    height: 2.5vw;
    background: #ffffff00 url(../fonts/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    right: 2vw;
    position: absolute;
    z-index: 9;
}
.popup-img2 img {
    /* width: 25.78125vw; */
    height: 53vw;
    position: absolute;
    left: 24vw;
    bottom: 0;
}
.popup-img2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
}.content-container-wrapper {
    
    z-index: 3;
}.socialcheck input:checked+.wpcf7-list-item-label {
   
    border: none;
}.quiz__inner-container {
   
    border-radius: 0.75vw;
    
}.quiz__inner {
 
    border-radius: 0.75vw;
}.services-list #button {
    margin: 0 auto;
    padding: 2vw 4.6vw;
}
    .seo-text {
    max-height: 10vw;
    position: relative;
    overflow: hidden;
    transition: .5s;
    margin-bottom: 1.375vw;
    font-size: 1.68vw;
}
    .seo__btn {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 1.6vw;
}
    .static-text {
    position: relative;
    transition: .5s;
    margin-bottom: 1.375vw;
    font-size: 2.3vw;
}
     .static-bottom{ 
    margin-bottom: 6vw;
}  
 .speedbar {
    color: #fff;
    font-size: 2vw;
}
    .revertrow-static{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 3vw;
    margin-top: 1vw;
}
}