@media only screen and (max-width:768px){
	body{zoom: 300%;}
.header {
  flex-wrap: wrap;
  padding: 1.3vw 0vw 1vw;
  justify-content: center;
}
.header-online {
  
    width: 100%;
    justify-content: center;
}
.header__connection {
    text-align: center;
    margin: 1.5vw 0;
    display: flex;
    flex-flow: column;
}
.header__connection-tel {
    font-size: 2.32vw;
    margin: 0.76vw 0 0.36vw 0;
   }

.header-online__text button {
    width: 18vw;
    height: 3.825vw;
}
.header__connection-time {
    font-size: 1.27vw;
   }
.header-online__text button p {
    font-size: 1.133vw;
    
}
.header-online__text button img {
    width: 1.481vw;
    height: 1.481vw;
    margin-right: 0.694vw;
}
header nav{margin: 1.5vw 0;}
.dumanka {
    display: block;
    text-decoration: none;
    margin: 0 0.642vw;
    transition: .4s;
    font-size: 1.142vw;
    font-weight: 500;
    border-bottom: 0.1vw dotted #bebebe;
    text-decoration: none;
    padding: 0 0 0.15vw 0;
}
header nav ul li:last-child{display:none}
   .header__connection-zvonok {
    font-size: 1.5vw;
    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: 1.5vw;
    width: 100%;
    height: 0.069vw;
    border-color: #6cb644;
    border-bottom: 0.069vw dotted #39cb59;
    transition: all .4s;
}
.headleft {
    margin-left: 0;
    padding: 0 2vw;
}
.top__title {
    margin: 0;
    display: inline;
    font-size: 2.8vw;
    line-height: 1.1;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
}
.top__descr-text {
    display: block;
    max-width: 60vw;
    font-size: 1.4vw;
   
    text-align: center;
}
.main-title__dots {
  
    display: none;
}
.first__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5416666667vw;
    max-width: 1000%;
    flex-wrap: wrap;
}
.bullets-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    cursor: pointer;
    align-items: center;
    color: #fff;
    width: 100%;
    margin: 1vw 0;
}
.bullets-item p {
    font-size: 1.3vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-left: 1vw;
}

.top__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.36vw;
  }
  
.top__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
   
}
.btn-style {
     font-size: 1.4vw;
}
.btn-style-black{
     font-size: 1.4vw;
}
	.logotip-sayta img {
    width: 13vw;
    height: 100%;
}
.s_title {
    margin: 0 auto 1.4vw;
    text-align: center;
    font-size: 2vw;
    font-weight: 400;
    line-height: 1.2;
}
.quiz__item-title {
    margin: 0 0 2.4vw;
    font-size: 1.8vw;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.quiz__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0;
}
.quiz__left-wrap {
    min-height: 100%;
    max-width: 24vw;
    width: 100%;
    display: none;
}
.quiz__options {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(2,1fr);
    gap: 1.5vw;
}.quiz__optionsmob {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(1,1fr);
    gap: 1.5vw;
}
.quiz__option-img {
    height: 10vw;
}
.quiz__option-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.quiz__btn--next {
    position: relative;
    max-width: 19vw;
    margin-right: 1.6vw;
    font-size: 0.9vw;
    width: 100%;
    font-size: 1.2vw!important;
    border: none;
    padding: 1.5vw 1.3vw;
}
    .quiz__btns-shape {
    display:none
}
.contento__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: space-around;
}.contento__item {
    width: 47%;
    min-height: 18vw;
    position: relative;
    overflow: hidden;
    margin: 0 0 0.58vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 0.694vw;
}.bottom-title {
    font-weight: 700;
    font-size: 1.1vw;
    line-height: 1.5;
    letter-spacing: .07em;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 7.1666666667vw;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 2vw 1vw 2vw 1.5vw;
}.design__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(1,1fr);
    gap: 1vw;
    margin-bottom: 4.8vw;
}.design__card-img {
    height: 17vw;
    border-radius: 0.75vw;
}


.top__container {
   
    border-radius: 0;
   
}
.quiz__btn--prev {
    margin-right: 1.6vw;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 1.4vw;
}

.inputflex {
    grid-template-columns: repeat(1,1fr);
    display: grid;
    gap: 1vw;
}
.quiz__semifinal-form {
    display: -ms-grid;
    display: grid;
    gap: 1.4vw;
    width: 100%;
    border: none;
    padding: 0;
    border-radius: 1.736vw;
}.quiz__semifinal-form-wrapper {
    background-color: #fff;
    padding: 0;
    border-radius: 2.083vw;
}
.quiz__summary ul {
    flex-flow: wrap;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    gap: 1vw;
}
.custom-checkbox__field {
    margin-right: 0.4vw;
    width: 1vw;
}.design__card-title {
    font-size: 1.52vw;
    line-height: 1.4;
    font-weight: 600;
    margin: 1.2vw 0 1vw;
}.design__card-descr {
    font-size: 1.3vw;
    line-height: 1.4;
    min-height: 4vw;
}.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;
    border-radius: 0.694vw;
    left: 3.2vw;
    width: 3vw;
    height: 2.9vw;
    background: #31b939;
    color: #ffffff;
    font-size: 1.1vw;
    font-weight: 600;
}.services__item {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2.5vw 1.9791666667vw 1.71875vw 1.9791666667vw;
    min-height: 15vw;
    border-radius: 0.694vw;
    margin: 0 0 1vw 0;
}
.services__container .container-flex {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


.services__item .item-text {
    padding: 0.78125vw 0;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 300;
    font-size: 1.2375vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}.services__item .item-bottom__link {
    height: 5vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.0416666667vw;
    border-radius: 0.694vw;
}.services__item .item-bottom__link span {
    font-weight: 600;
    font-size: 1.3vw;
    line-height: 0.9895833333vw;
}

.call {
    margin: 0;
}
    .seotextblock{margin:3vw 0}
	.footer__logo-descr {
   
    display: none;
}

	.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: 3vw;
    -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: 1.7vw;
      /* margin-bottom: 3vw; */
      }
	.remodal input[type="text"], .remodal input[type="tel"] {
    padding: 2.5vw 2vw;
    font-size: 1.3vw;
    font-family: inherit;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0.75vw;
    width: 100%;
    border: none;
    height: 7vw;
    color: #000 !important;
    resize: none;
    margin-bottom: 1vw;
    background: #FFFFFF;
    background-position: 15px center;
    background-repeat: no-repeat;
}
    .modal-content .hero__link {
    height: 6.5vw;
    font-size: 1.3vw;
}.modal-content {
    text-align: left;
    padding-right: 0;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}.modal-content .custom-checkbox .form__copyright {
    font-size: 0.86vw;
    color: #fff;
}.modal-content .form__copyright-link {
    color: #fff;
    border-bottom: 1px solid #14eb36;
}
.modal-content2 {
    text-align: left;
    padding-right: 0;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.modal-content2 .custom-checkbox .form__copyright {
    font-size: 0.86vw;
    color: #fff;
}.modal-content2 .form__copyright-link {
    color: #fff;
    border-bottom: 1px solid #14eb36;
}input {
    outline: none;
    min-height: 3.819vw;
    padding: 1.389vw 2.083vw;
    font-size: 1.0972vw;
    border-radius: 0.694vw;
    background-color: #f2f3f5;
    border: none;
    font-family: 'Onest', sans-serif;
}
.call__wrapper {
   padding: 2.208vw;
   
}

.contact-form__message{font-size: 1.3vw;margin: 0 0 1vw;}
}