@import url("../libs/fancybox/jquery.fancybox.min.css");
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Furore";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Furore.woff2") format("woff2");
}
::-webkit-input-placeholder {
  color: #E6E6E6;
}
::-moz-placeholder {
  color: #E6E6E6;
}
:-ms-input-placeholder {
  color: #E6E6E6;
}
::-ms-input-placeholder {
  color: #E6E6E6;
}
::placeholder {
  color: #E6E6E6;
}

::-moz-selection {
  background: #33BB27;
  color: #fff;
}

::selection {
  background: #33BB27;
  color: #fff;
}

input, textarea {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

input,
textarea,
button,
select {
  font-family: inherit;
}

textarea {
  resize: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background: #FFFFFF;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #000;
}

.page {
  overflow-x: hidden;
}

.overflow {
  overflow: hidden;
}

.container {
  width: 95.625vw;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  background: #33BB27;
  border: none;
  border-radius: 60px;
  padding: 47px 30px;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  cursor: pointer;
  background: #000000;
  color: #fff;
}
.btn--light:hover {
  background: #fff;
  color: #000;
}
.btn--border {
  border: 0.1041666667vw solid #33BB27;
  background: 0;
  color: #fff;
}
.btn--border:hover {
  background: #33BB27;
  color: #fff;
}

.header {
  padding: 32px 0;
  position: relative;
  z-index: 200;
  background: #fff;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .nav {
  margin-left: 52px;
}
.header__btn {
  margin-left: auto;
}
.header .menu-btn {
  display: none;
}
.header .btn {
  border-radius: 30px;
  padding: 15px 24px;
  font-size: 16px;
}
.header .logo {
  width: 224px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo img {
  vertical-align: top;
  width: 100%;
}

.nav__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__item {
  margin-right: 52px;
}
.nav__item:last-child {
  margin-right: 0;
}
.nav__link {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  -webkit-transition: text-shadow 0.3s;
  -o-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
.nav__link:hover {
  color: #33BB27;
  text-shadow: 0 0 1px #33BB27;
}
.nav__contacts {
  display: none;
}
.nav__label {
  display: none;
}

.promo {
  padding-bottom: 7.8125vw;
}
.promo .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promo__image {
  border-radius: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(50% - 18px);
}
.promo__left {
  width: calc(50% - 18px);
  margin-right: 1.875vw;
}
.promo__content {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #000;
  border-radius: 60px;
  color: #fff;
  padding: 3.125vw;
  min-height: 40.9895833333vw;
}
.promo__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promo__content .btn {
  border-radius: 1.5625vw;
  padding: 1.09375vw 1.5625vw;
  min-width: 12.7604166667vw;
  font-size: 0.9375vw;
}
.promo__btn--mob {
  display: none;
}
.promo__desc {
  max-width: 23.9583333333vw;
  font-size: 1.25vw;
  line-height: 140%;
  font-weight: 400;
}
.promo__title {
  font-family: "Furore", sans-serif;
  text-transform: uppercase;
  font-size: 3.3333333333vw;
  line-height: 1.16;
  font-weight: 400;
}
.promo__btn {
  width: 100%;
  margin-top: 1.875vw;
}

.title {
  font-family: "Furore", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.5vw;
  line-height: 120%;
}

.about {
  padding: 5.2604166667vw 0;
}
.about__wrap {
  padding-left: 6.25vw;
  padding-right: 8.0729166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__text {
  max-width: 38.75vw;
}
.about__text p {
  margin-bottom: 1.25vw;
  font-size: 0.9375vw;
  line-height: 140%;
}
.about__text p:last-child {
  margin-bottom: 0;
}
.about__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7.8125vw;
}
.about__images img {
  border-radius: 3.125vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about__images img:first-child {
  width: 57.52%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.about__images img:nth-child(2) {
  width: 40.52%;
}

.expert {
  padding: 5.1041666667vw 0;
}
.expert__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5.2604166667vw 6.25vw 5.2083333333vw;
  border-radius: 60px;
  background: #F8F7F7;
}
.expert__left {
  width: 45vw;
}
.expert__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.expert__item {
  width: 19.2708333333vw;
  margin-top: 3.125vw;
}
.expert__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font-size: 1.25vw;
  line-height: 140%;
  font-weight: 700;
}
.expert__label img {
  width: 32px;
  margin-right: 12px;
}
.expert__text {
  margin-top: 0.46875vw;
  padding-left: 0.2083333333vw;
  font-size: 0.9375vw;
  line-height: 140%;
  font-weight: 400;
}
.expert__card {
  border-radius: 60px;
  background: #000;
  color: #fff;
  width: 34.375vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 4.4791666667vw 5.8333333333vw;
}
.expert__card-title {
  font-family: "Furore", sans-serif;
  text-transform: uppercase;
  font-size: 1.6666666667vw;
  line-height: 140%;
  font-weight: 400;
}
.expert__card-text {
  font-size: 0.9375vw;
  line-height: 140%;
  margin-top: 0.5729166667vw;
}
.expert__card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.6145833333vw;
}
.expert__card .btn {
  padding: 0.8333333333vw 1.25vw;
  font-size: 0.8333333333vw;
}
.expert__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.8333333333vw;
  line-height: 140%;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.expert__card-link:focus, .expert__card-link:active {
  color: #fff;
}
.expert__card-link:hover {
  color: #33BB27;
}
.expert__card-link .icon-arrow {
  width: 0.9375vw;
  height: 0.9375vw;
  color: #33BB27;
}

.service {
  padding: 2.8125vw 0 3.125vw;
}
.service .title {
  margin-left: 3.0208333333vw;
}
.service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.0833333333vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.875vw;
}
.service__item {
  width: 30.625vw;
  background: #F8F7F7;
  border-radius: 60px;
  padding: 3.125vw 2.5vw 3.0208333333vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service__item-num {
  position: absolute;
  top: 1.5625vw;
  min-width: 3.0729166667vw;
  border-radius: 10px;
  padding: 0.2083333333vw 0.5208333333vw 0.0520833333vw;
  background: #33BB27;
  font-size: 1.25vw;
  line-height: 110%;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.service__item-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.25vw;
  line-height: 120%;
  font-weight: 700;
  max-width: 8.8541666667vw;
  width: 100%;
}
.service__item-text {
  margin-left: 1.5104166667vw;
  font-size: 0.9375vw;
  line-height: 140%;
  font-weight: 400;
  color: #585858;
}

.service2 {
  padding-bottom: 0;
}

.order {
  padding: 4.6875vw 0;
}
.order__wrap {
  padding: 3.125vw 3.125vw 2.0833333333vw;
  background: #000;
  border-radius: 60px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order .form {
  width: 40.625vw;
}
.order__text {
  margin-top: 1.1458333333vw;
  max-width: 21.3541666667vw;
  font-size: 0.9375vw;
  line-height: 140%;
  font-weight: 400;
}

.form .btn {
  width: 100%;
  padding: 1.25vw 1.0416666667vw 1.1458333333vw;
  border-radius: 30px;
  font-size: 0.9375vw;
}
.form__agree {
  width: 100%;
  font-size: 0.8333333333vw;
  line-height: 120%;
  font-weight: 400;
  text-align: right;
}
.form__agree a {
  text-decoration: underline;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form__agree a:focus, .form__agree a:active {
  color: #fff;
}
.form__agree a:hover {
  color: #33BB27;
}
.form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form__flex .input,
.form__flex .btn {
  width: calc(50% - 0.9375vw);
  margin-bottom: 1.875vw;
}
.form__flex + .form__agree {
  margin-top: -1.25vw;
}

.input {
  display: block;
  width: 100%;
  height: 3.4375vw;
  background: #343434;
  border: 1px solid #343434;
  border-radius: 30px;
  padding-left: 1.25vw;
  color: #fff;
  font-size: 0.8333333333vw;
  line-height: 110%;
  font-weight: 400;
}

.cases {
  padding: 3.1770833333vw 0 0px;
}
.cases .title {
  margin-left: 6.25vw;
}
.cases__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.875vw;
  margin-top: 2.0833333333vw;
}
.cases__item {
  width: 30.625vw;
  position: relative;
  padding-bottom: 1.3020833333vw;
}
.cases__item-image {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
  display: block;
}
.cases__item-image img {
  vertical-align: top;
  width: 100%;
  height: 21.9791666667vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.cases__item-tags {
  position: absolute;
  left: 2.2916666667vw;
  top: 1.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cases__item-tag {
  margin-right: 0.4166666667vw;
  margin-bottom: 0.4166666667vw;
  background: #33BB27;
  border-radius: 60px;
  padding: 0px 0.9375vw;
  font-size: 0.7291666667vw;
  font-weight: 500;
  color: #fff;
}
.cases__item-text {
  margin-top: 1.3020833333vw;
  text-align: center;
  font-size: 0.9375vw;
  line-height: 140%;
}

.footer {
  margin-top: 7.8125vw;
  padding: 2.9166666667vw 0;
  background: #212121;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:focus, .footer a:active {
  color: #fff;
}
.footer a:hover {
  color: #33BB27;
}
.footer .logo {
  width: 365px;
}
.footer__wrap {
  padding: 0 3.125vw;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "left menu1 menu2 contacts";
}
.footer__box {
  margin-top: 0.625vw;
}
.footer__left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: left;
}
.footer__nav-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: menu1;
}
.footer__nav-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: menu2;
}
.footer__contacts {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: contacts;
}
.footer__desc {
  font-size: 0.9375vw;
  margin-top: 1.1979166667vw;
}
.footer__address {
  margin-top: 0.5208333333vw;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
}
.footer__links {
  margin-top: 0.6770833333vw;
}
.footer__links a {
  display: block;
  font-size: 0.8333333333vw;
  line-height: 110%;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0.46875vw;
}
.footer__links a:last-child {
  margin-bottom: 0;
}
.footer .copyright {
  margin-top: 0.4166666667vw;
  font-size: 0.8333333333vw;
  line-height: 110%;
}
.footer__subtitle {
  font-size: 1.25vw;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.9895833333vw;
}
.footer__nav {
  list-style: none;
}
.footer__nav--flex {
  width: 28.9583333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__nav li {
  margin-bottom: 0.2604166667vw;
}
.footer__nav li:last-child {
  margin-bottom: 0;
}
.footer__nav a {
  font-size: 0.9375vw;
}
.footer__email {
  font-size: 0.9375vw;
}
.footer__phone {
  display: block;
  margin-top: 0.2604166667vw;
  font-weight: 700;
  font-size: 0.9375vw;
}
.footer__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.4166666667vw;
}
.footer__messenger {
  display: block;
  width: 1.25vw;
  height: 1.25vw;
}
.footer__messenger svg {
  width: 100%;
  height: 100%;
}

.modal {
  width: 940px;
  background: #000;
  border-radius: 60px;
  padding: 80px;
  color: #fff;
}
.modal__title {
  font-family: "Furore", sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 400;
}
.modal .form {
  margin-top: 41px;
}
.modal .form__agree {
  text-align: left;
}

.fancybox-slide--html .fancybox-close-small {
  opacity: 1;
  outline: none;
  position: absolute;
  right: 48px;
  top: 48px;
  width: 32px;
  height: 32px;
  background: url("../images/icons/close.svg") center no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fancybox-slide--html .fancybox-close-small:hover {
  background-image: url("../images/icons/close-active.svg");
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
.overlay.active {
  display: block;
}

.case__wrap {
  border-radius: 60px;
  min-height: 28.90625vw;
  padding: 6.25vw 3.125vw;
  background: #000;
  text-align: center;
  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;
}
.case__title {
  font-family: "Furore", sans-serif;
  font-size: 3.3333333333vw;
  line-height: 1.16;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.case__content {
  max-width: 66.875vw;
  margin: 5.2604166667vw auto 0;
}
.case__box {
  padding: 0 1.9270833333vw;
  margin-bottom: 2.03125vw;
}
.case__subtitle {
  font-family: "Furore", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.5vw;
  line-height: 120%;
  margin-bottom: 1.71875vw;
}
.case__text {
  font-size: 0.9375vw;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 1.25vw;
}
.case__text:last-child {
  margin-bottom: 0;
}
.case__image {
  margin-top: 3.0729166667vw;
  margin-bottom: 3.1770833333vw;
}
.case__image img {
  width: 100%;
  vertical-align: top;
  border-radius: 60px;
}

.portfolio .title {
  margin-left: 0;
  text-align: center;
}
.portfolio .cases__items {
  max-width: 63.125vw;
  margin-left: auto;
  margin-right: auto;
}

.contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__form {
  border-radius: 3.125vw;
  background: #000;
  width: calc(50% - 0.9375vw);
  color: #fff;
  padding: 3.125vw;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__form .form__agree {
  font-size: 0.7291666667vw;
}
.contacts__subtitle {
  font-family: "Furore", sans-serif;
  font-size: 2.5vw;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
.contacts__desc {
  font-size: 0.9375vw;
  line-height: 140%;
  margin-top: 1.25vw;
  max-width: 21.3541666667vw;
}
.contacts__right {
  width: calc(50% - 0.9375vw);
}
.contacts__info {
  border-radius: 3.125vw;
  border: 3px solid #000;
  padding: 3.125vw;
  min-height: 18.3333333333vw;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.contacts__messenger {
  width: 1.25vw;
  height: 1.25vw;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__messenger:hover {
  color: #33BB27;
}
.contacts__messenger svg {
  width: 100%;
  height: 100%;
}
.contacts__phone, .contacts__email {
  font-size: 0.9375vw;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__phone:hover, .contacts__email:hover {
  color: #33BB27;
}
.contacts__address {
  margin-top: 1.25vw;
  font-size: 0.9375vw;
  line-height: 140%;
  font-weight: 500;
}
.contacts__team {
  margin-top: 1.875vw;
  min-height: 28.90625vw;
  color: #fff;
  border-radius: 3.125vw;
  padding: 3.125vw;
  background: #212121;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__team .contacts__email {
  color: #fff;
  font-weight: 400;
}
.contacts__team .contacts__email:focus, .contacts__team .contacts__email:active {
  color: #fff;
}
.contacts__team .contacts__email:hover {
  color: #33BB27;
}

.head {
  padding-bottom: 2.7083333333vw;
}
.head__wrap {
  border-radius: 3.125vw;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  color: #fff;
  padding: 3.125vw;
}
.head__title {
  font-family: "Furore", sans-serif;
  line-height: 1.17;
  font-size: 3.3333333333vw;
  font-weight: 400;
}
.head__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 11.3541666667vw;
}
.head__desc {
  max-width: 31.25vw;
  font-size: 1.25vw;
  line-height: 140%;
  font-weight: 400;
}
.head .btn {
  padding: 1.0416666667vw 1.1979166667vw;
  font-size: 0.9375vw;
}

.cost {
  padding: 7.8125vw 0 5.2083333333vw;
}
.cost .title {
  margin-left: 3.0208333333vw;
}
.cost__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.875vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.0833333333vw;
}
.cost__item {
  width: calc(33% - 1.25vw);
  border-radius: 3.125vw;
  padding: 3.0208333333vw;
  background: #F8F7F7;
  border: 2px solid #f8f7f7;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cost__item-label {
  font-size: 1.25vw;
  line-height: 140%;
  font-weight: 700;
}
.cost__item-label img {
  vertical-align: -0.625vw;
  margin-left: 0.1041666667vw;
  -webkit-transform: translateY(-0.3125vw);
  -ms-transform: translateY(-0.3125vw);
  transform: translateY(-0.3125vw);
}
.cost__item-sub {
  margin-top: 0.4166666667vw;
  font-size: 0.9375vw;
  line-height: 140%;
}
.cost__item-list {
  margin-top: 1.6666666667vw;
  list-style: none;
}
.cost__item-list li {
  position: relative;
  padding-left: 1.4583333333vw;
  margin-bottom: 0.8333333333vw;
  font-size: 0.9375vw;
  line-height: 140%;
  font-weight: 500;
}
.cost__item-list li:last-child {
  margin-bottom: 0;
}
.cost__item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2083333333vw;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background: url("../images/icons/check.svg") center/contain no-repeat;
}
.cost__item-bottom {
  margin-top: 2.1354166667vw;
}
.cost__item-desc {
  margin-top: 0.625vw;
  font-size: 0.9375vw;
  line-height: 140%;
  text-align: center;
}
.cost__item .btn {
  width: 100%;
  display: block;
  padding: 1.25vw 1.0416666667vw 1.1979166667vw;
  border-radius: 0.5208333333vw;
  font-size: 0.9375vw;
  line-height: 110%;
  font-weight: 400;
  background: #000;
  text-transform: none;
  color: #fff;
}
.cost__item .btn:focus, .cost__item .btn:active {
  color: #fff;
}
.cost__item .btn:hover {
  background: #33BB27;
  color: #fff;
}
.cost__item--active {
  border-color: #33BB27;
  background: 0;
}
.cost__item--active .btn {
  background: #33BB27;
  color: #fff;
}
.cost__item--active .btn:hover {
  background: #000;
}

.effective {
  padding: 2.65625vw 0 2.6041666667vw;
}
.effective__wrap {
  border-radius: 3.125vw;
  padding: 5.2083333333vw 3.125vw;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.effective__desc {
  margin-top: 0.9375vw;
  max-width: 35.9375vw;
  font-size: 0.9375vw;
  line-height: 140%;
}
.effective__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.4166666667vw;
}
.effective__tag {
  margin-left: 0.4166666667vw;
  background: #33BB27;
  border-radius: 3.125vw;
  padding: 0.2604166667vw 0.8333333333vw 0.15625vw;
  font-size: 0.8333333333vw;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.reviews {
  padding: 5.2083333333vw 0 0;
}
.reviews .title {
  margin-left: 3.0729166667vw;
}
.reviews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.2083333333vw;
}
.reviews__item {
  margin-top: 1.875vw;
  width: calc(50% - 0.9375vw);
  padding: 3.125vw 3.125vw 2.0833333333vw;
  border-radius: 3.125vw;
  background: #F8F7F7;
  font-size: 0.9375vw;
  line-height: 140%;
  font-weight: 400;
}
.reviews__text p {
  margin-bottom: 1.3020833333vw;
}
.reviews__text p:last-child {
  margin-bottom: 0;
}
.reviews__author {
  margin-top: 1.25vw;
}
.reviews__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.5208333333vw;
  color: #33BB27;
  font-size: 0.8333333333vw;
  line-height: 140%;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews__link:hover {
  color: #000;
}
.reviews__link svg {
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  margin-right: 0.4166666667vw;
}

@media screen and (max-width: 1440px) {
  .container {
    width: calc(100% - 120px);
  }
  .header {
    padding: 1.5972222222vw 0 1.7361111111vw;
  }
  .btn {
    padding: 2.5694444444vw 2.0833333333vw;
  }
  .promo__left {
    margin-right: 1.6666666667vw;
    width: calc(50% - 12px);
  }
  .promo__image {
    width: calc(50% - 12px);
  }
  .promo__content {
    min-height: 54.1666666667vw;
    padding: 4.1666666667vw;
  }
  .promo__btn {
    margin-top: 1.6666666667vw;
  }
  .about {
    padding: 4.3055555556vw 0;
  }
  .about__wrap {
    padding-left: 6.1111111111vw;
    padding-right: 5.0694444444vw;
  }
  .about__text {
    max-width: 39.9305555556vw;
  }
  .about__text p {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 22px;
  }
  .title {
    font-size: 2.2222222222vw;
    line-height: 120%;
  }
  .expert {
    padding: 6.7361111111vw 0;
  }
  .expert__wrap {
    padding: 6.1111111111vw;
  }
  .expert__card {
    width: 38.8888888889vw;
    padding: 4.5138888889vw 4.4444444444vw;
  }
  .expert__card-text {
    font-size: 16px;
    margin-top: 0.8333333333vw;
  }
  .expert__card-bottom {
    margin-top: 1.4583333333vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .expert__card-link {
    font-size: 14px;
    margin-left: 2.2222222222vw;
  }
  .expert__card-link .icon-arrow {
    width: 1.25vw;
    height: 1.25vw;
  }
  .expert__items {
    margin-top: 0.5555555556vw;
  }
  .expert__item {
    margin-top: 2.7777777778vw;
  }
  .expert__text {
    font-size: 16px;
    padding-left: 0;
  }
  .service {
    padding: 3.8194444444vw 0 5.6944444444vw;
  }
  .service .title {
    margin-left: 6.1111111111vw;
  }
  .service__items {
    gap: 1.6666666667vw;
  }
  .service__item {
    width: 28.8888888889vw;
    padding: 3.9583333333vw 3.3333333333vw;
  }
  .service__item-title {
    font-size: 18px;
  }
  .service__item-text {
    margin-left: 1px;
    font-size: 16px;
    line-height: 130%;
  }
  .service__item-num {
    top: 2.2916666667vw;
    min-width: 3.6805555556vw;
    font-size: 18px;
    padding: 0.2777777778vw 0.6944444444vw 0.1388888889vw;
  }
  .order {
    padding-bottom: 7.2222222222vw;
  }
  .order__wrap {
    padding: 4.1666666667vw 6.25vw 4.1666666667vw 6.1111111111vw;
  }
  .order__text {
    font-size: 16px;
    line-height: 130%;
    max-width: 22.2222222222vw;
  }
  .order .form {
    width: 48.3333333333vw;
  }
  .input {
    padding-left: 1.6666666667vw;
    font-size: 14px;
    height: 4.1666666667vw;
  }
  .form__flex .input,
  .form__flex .btn {
    margin-bottom: 1.6666666667vw;
  }
  .form__flex + .form__agree {
    margin-top: -0.7638888889vw;
  }
  .form__agree {
    font-size: 14px;
    line-height: 120%;
  }
  .cases__items {
    gap: 1.6666666667vw;
  }
  .cases__item {
    width: 28.8888888889vw;
  }
  .cases__item-image img {
    height: 23.1944444444vw;
  }
  .cases__item-text {
    margin-top: 0.8333333333vw;
    font-size: 1.1111111111vw;
    line-height: 130%;
  }
  .footer {
    padding: 4.1666666667vw 0;
    margin-top: 9.3055555556vw;
  }
  .footer .logo {
    width: 18.75vw;
  }
  .footer__wrap {
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: calc(100% - 140px);
  }
  .header {
    padding: 1.875vw 0;
  }
  .header .btn {
    font-size: 1.09375vw;
    padding: 1.09375vw 1.25vw 0.9375vw;
  }
  .nav__item {
    margin-right: 1.5625vw;
  }
  .nav__link {
    font-size: 1.09375vw;
  }
  .promo .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .promo__title {
    font-size: 2.5vw;
  }
  .promo__btn {
    width: 100%;
    margin-top: 1.875vw;
    display: inline-block;
    font-size: 1.40625vw;
    padding: 2.421875vw 1.5625vw 2.265625vw;
  }
  .promo__left {
    margin-right: 1.875vw;
  }
  .promo__left .promo__btn {
    display: none;
  }
  .promo__content {
    padding: 3.4375vw 3.4375vw;
    min-height: 48.046875vw;
  }
  .promo__content .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 2.34375vw;
    font-size: 1.09375vw;
    min-width: auto;
    padding: 0.9375vw 1.171875vw 0.78125vw 1.09375vw;
    border-width: 0.15625vw;
  }
  .title {
    font-size: 1.875vw;
  }
  .about {
    padding: 1.875vw 0 1.015625vw;
  }
  .about__wrap {
    padding-left: 7.578125vw;
    padding-right: 7.578125vw;
  }
  .about__text {
    max-width: 35.9375vw;
  }
  .about__text p {
    font-size: 1.09375vw;
    line-height: 130%;
    margin-bottom: 1.328125vw;
  }
  .expert__wrap {
    padding: 6.328125vw 5.234375vw 6.25vw;
  }
  .expert__card {
    width: 36.015625vw;
    padding: 4.296875vw 5.625vw 4.375vw;
  }
  .expert__card-title {
    font-size: 1.40625vw;
  }
  .expert__card-text {
    margin-top: 0.625vw;
    font-size: 1.09375vw;
    line-height: 130%;
  }
  .expert__card-bottom {
    margin-top: 1.328125vw;
    display: block;
  }
  .expert__card .btn {
    font-size: 1.09375vw;
    padding: 1.09375vw 1.25vw 0.9375vw;
  }
  .expert__card-link {
    margin: 1.40625vw 0 0;
    font-size: 0.9375vw;
  }
  .expert__card-link .icon-arrow {
    margin-left: 0.390625vw;
    width: 1.40625vw;
    height: 1.40625vw;
  }
  .expert__left {
    width: 33.125vw;
  }
  .expert__items {
    margin-top: 0.390625vw;
  }
  .expert__item {
    margin-top: 2.109375vw;
    width: 14.84375vw;
  }
  .expert__label {
    font-size: 1.25vw;
  }
  .expert__label img {
    width: 2.03125vw;
  }
  .expert__text {
    margin-top: 0.46875vw;
    font-size: 1.09375vw;
  }
  .service {
    padding: 1.171875vw 0 3.125vw;
  }
  .service .title {
    margin-left: 7.578125vw;
  }
  .service__items {
    gap: 1.875vw;
    margin-top: 2.421875vw;
  }
  .service__item {
    width: 27.34375vw;
    display: block;
    padding: 2.34375vw 2.34375vw 2.578125vw 3.75vw;
  }
  .service__item-num {
    display: inline-block;
    position: static;
    min-width: 3.984375vw;
    padding: 0.15625vw 0.390625vw;
  }
  .service__item-title {
    margin-top: 1.015625vw;
    font-size: 1.25vw;
    line-height: 120%;
  }
  .service__item-text {
    margin-left: 0;
    margin-top: 0.234375vw;
    font-size: 1.09375vw;
  }
  .cases__items {
    gap: 1.875vw;
  }
  .cases__item {
    width: 27.34375vw;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    width: 768px;
  }
  .title {
    font-size: 24px;
  }
  .header {
    padding: 24px 0;
    position: relative;
  }
  .header .btn {
    padding: 12px 16px;
    font-size: 14px;
  }
  .header .menu-btn {
    margin-left: 44px;
    padding: 0;
    border: 0;
    background: 0;
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    color: #33BB27;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .menu-btn:hover, .header .menu-btn.active {
    color: #000;
  }
  .header .menu-btn svg {
    width: 100%;
    height: 100%;
  }
  .header .nav {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 10;
    text-align: center;
    padding: 57px 30px 47px;
    border-radius: 0 0 60px 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .nav.active {
    opacity: 1;
    visibility: visible;
  }
  .header .nav__label {
    display: block;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
  }
  .header .nav__list {
    margin-top: 18px;
    display: block;
  }
  .header .nav__item {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .header .nav__item:last-child {
    margin-bottom: 0;
  }
  .header .nav__link {
    font-size: 16px;
  }
  .header .nav__contacts {
    display: block;
    margin-top: 32px;
  }
  .header .nav__btn {
    display: none;
  }
  .header .nav__email {
    display: block;
    font-size: 14px;
  }
  .header .nav__phone {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
    display: block;
  }
  .header .nav__messengers {
    margin-top: 16px;
  }
  .header .nav__messenger .icon-telegram {
    width: 24px;
    height: 24px;
  }
  .promo {
    padding-bottom: 60px;
  }
  .promo__image {
    display: none;
  }
  .promo__left {
    margin: 0;
    width: 100%;
  }
  .promo__content {
    min-height: 459px;
    padding: 60px;
    display: block;
    position: relative;
  }
  .promo__content-bottom {
    margin-top: 16px;
  }
  .promo__content .btn {
    position: absolute;
    left: 60px;
    bottom: 60px;
    padding: 20px 32px;
    font-size: 14px;
    border-radius: 40px;
  }
  .promo__desc {
    font-size: 14px;
    line-height: 130%;
    max-width: 290px;
  }
  .promo__title {
    font-size: 32px;
  }
  .promo__btn {
    margin-top: 40px;
    padding: 31px 20px;
    font-size: 16px;
  }
  .service__item {
    width: 30.9895833333vw;
  }
  .cases__item {
    width: 27.890625vw;
  }
  .about {
    padding: 39px 0 64px;
  }
  .about__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .about__text {
    max-width: 100%;
    margin-top: 16px;
  }
  .about__text p {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .expert {
    padding: 50px 0;
  }
  .expert__wrap {
    padding: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .expert__left {
    width: 100%;
    padding: 48px 48px 0;
  }
  .expert__items {
    margin-top: 16px;
  }
  .expert__item {
    margin-bottom: 24px;
    width: 254px;
  }
  .expert__label {
    font-size: 16px;
  }
  .expert__label img {
    width: 22px;
    margin-right: 10px;
  }
  .expert__text {
    font-size: 14px;
    margin-top: 4px;
  }
  .expert__card {
    padding: 48px 48px 44px;
    width: 100%;
    margin-top: 9px;
  }
  .expert__card-title {
    font-size: 24px;
  }
  .expert__card-text {
    max-width: 440px;
    margin-top: 12px;
    font-size: 14px;
  }
  .expert__card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
  }
  .expert__card .btn {
    padding: 20px 24px;
    font-size: 14px;
  }
  .expert__card-link {
    margin-top: 0;
    margin-left: 40px;
    font-size: 14px;
  }
  .expert__card-link .icon-arrow {
    margin-left: 6px;
    width: 18px;
    height: 18px;
  }
  .service {
    padding: 50px 0;
  }
  .service .title {
    margin-left: 61px;
  }
  .service__items {
    margin-top: 8px;
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service__item {
    margin-top: 24px;
    width: calc(50% - 12px);
    padding: 32px;
  }
  .service__item-num {
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 110%;
    min-width: 51px;
  }
  .service__item-title {
    margin-top: 12px;
    font-size: 16px;
  }
  .service__item-text {
    margin-top: 4px;
    font-size: 14px;
  }
  .order {
    padding: 50px 0;
  }
  .order__wrap {
    padding: 60px;
    display: block;
  }
  .order__text {
    margin-top: 12px;
    max-width: 390px;
    font-size: 14px;
  }
  .order .form {
    width: 100%;
    margin-top: 24px;
  }
  .input {
    height: 48px;
    padding-left: 24px;
    font-size: 12px;
  }
  .form__flex .input,
  .form__flex .btn {
    margin-bottom: 24px;
    width: calc(50% - 12px);
  }
  .form .btn {
    padding: 17px 15px 16px;
    font-size: 14px;
    border-radius: 30px;
  }
  .form__agree {
    text-align: left;
    font-size: 10px;
    line-height: 120%;
  }
  .cases {
    padding-top: 50px;
  }
  .cases .title {
    margin-left: 61px;
  }
  .cases__items {
    gap: 0;
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cases__item {
    margin-top: 32px;
    width: calc(50% - 12px);
  }
  .cases__item-image img {
    height: 288px;
  }
  .cases__item-tags {
    left: 44px;
    top: 24px;
  }
  .cases__item-tag {
    margin-bottom: 12px;
    margin-right: 12px;
    padding: 0 16px;
    font-size: 14px;
  }
  .cases__item-text {
    margin-top: 12px;
    font-size: 14px;
  }
  .footer {
    margin-top: 100px;
    padding: 28px 0 56px;
  }
  .footer__wrap {
    grid-template-areas: "left menu1" "menu2 menu1" "contacts menu1";
  }
  .footer .logo {
    width: 250px;
  }
  .footer__left {
    margin-top: 32px;
  }
  .footer__box {
    margin-top: 32px;
  }
  .footer__desc {
    margin-top: 24px;
    font-size: 16px;
  }
  .footer__address {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.2;
  }
  .footer__links {
    margin-top: 12px;
  }
  .footer__links a {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .footer .copyright {
    margin-top: 8px;
    font-size: 16px;
    line-height: 110%;
  }
  .footer__subtitle {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .footer__nav li {
    margin-bottom: 12px;
  }
  .footer__nav a {
    font-size: 16px;
  }
  .footer__email {
    font-size: 16px;
  }
  .footer__phone {
    margin-top: 12px;
    font-size: 16px;
  }
  .footer__messengers {
    margin-top: 12px;
  }
  .footer__messenger {
    width: 24px;
    height: 24px;
  }
  .modal {
    width: 678px;
    padding: 60px;
  }
  .modal__title {
    font-size: 24px;
  }
  .modal .form {
    margin-top: 24px;
  }
  .fancybox-slide--html .fancybox-close-small {
    width: 24px;
    height: 24px;
    top: 40px;
    right: 40px;
  }
  .case__wrap {
    min-height: 320px;
    padding: 60px;
  }
  .case__title {
    font-size: 32px;
  }
  .case__content {
    max-width: 680px;
    margin: 60px auto 0;
  }
  .case__subtitle {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .case__text {
    font-size: 14px;
    line-height: 130%;
  }
  .case__box {
    margin-bottom: 24px;
  }
  .case__image {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .contacts__subtitle {
    font-size: 24px;
  }
  .contacts__desc {
    margin-top: 12px;
    max-width: 100%;
    font-size: 16px;
    line-height: 130%;
  }
  .contacts__form {
    padding: 44px;
    border-radius: 60px;
    width: calc(50% - 12px);
  }
  .contacts .form {
    margin-top: 52px;
  }
  .contacts .form__flex {
    display: block;
  }
  .contacts .form__flex .input {
    width: 100%;
    margin-bottom: 16px;
  }
  .contacts .form__flex .btn {
    width: 100%;
  }
  .contacts .form__agree {
    text-align: right;
    font-size: 10px;
  }
  .contacts__right {
    width: calc(50% - 12px);
  }
  .contacts__info {
    padding: 40px;
  }
  .contacts__info-bottom {
    margin-top: 42px;
    display: block;
    position: relative;
  }
  .contacts__messengers {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contacts__messenger {
    width: 24px;
    height: 20px;
  }
  .contacts__team {
    padding: 40px;
    margin-top: 24px;
    min-height: 314px;
  }
  .contacts__address {
    font-size: 16px;
    margin-top: 8px;
  }
  .contacts__text {
    font-size: 16px;
    line-height: 140%;
    margin-top: 9px;
  }
  .contacts__email, .contacts__phone {
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
  }
  .contacts__email:last-child, .contacts__phone:last-child {
    margin-bottom: 12px;
  }
  .cost {
    padding: 100px 0 0;
  }
  .footer__left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer__nav-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }
  .footer__nav-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer__contacts {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .header {
    padding: 32px 0;
  }
  .header .btn {
    display: none;
  }
  .header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header .menu-btn {
    margin-left: 0;
  }
  .header .nav {
    padding: 28px 30px 45px;
  }
  .header .nav .btn {
    display: inline-block;
  }
  .header .nav__contacts {
    margin-top: 16px;
  }
  .header .nav__email {
    margin-top: 4px;
  }
  .header .nav__phone {
    margin-top: 4px;
  }
  .header .nav__messengers {
    margin-top: 16px;
  }
  .form__flex {
    display: block;
  }
  .form__flex .input,
  .form__flex .btn {
    width: 100%;
    display: block;
    margin-bottom: 16px;
  }
  .form__flex .btn {
    margin-bottom: 0;
  }
  .form__flex + .form__agree {
    margin-top: 12px;
  }
  .form__agree {
    margin-top: 12px;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
  }
  .cases .title {
    margin-left: 0;
    text-align: center;
  }
  .cases__items {
    margin-top: 24px;
  }
  .cases__item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .cases__item:last-child {
    margin-bottom: 0;
  }
  .cases__item-image {
    border-radius: 60px;
  }
  .cases__item-tags {
    left: 20px;
    top: 20px;
  }
  .cases__item-tag {
    background: #fff;
    color: #000;
  }
  .portfolio .cases__items {
    max-width: 100%;
  }
  .modal {
    padding: 80px;
  }
  .modal__title {
    text-align: center;
  }
  .modal .form__agree {
    text-align: center;
  }
  .about__images {
    margin-top: 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about__images img {
    width: 100%;
    margin-bottom: 18px;
  }
  .about__images img:first-child, .about__images img:nth-child(2) {
    width: 100%;
  }
  .about__images img:last-child {
    margin-bottom: 0;
  }
  .contacts .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts__form {
    width: 100%;
    padding: 60px;
  }
  .contacts__subtitle {
    font-size: 32px;
  }
  .contacts__right {
    width: 100%;
    margin-top: 24px;
  }
  .contacts__info {
    border-radius: 60px;
  }
  .contacts__team {
    border-radius: 60px;
  }
  .head__wrap {
    padding: 60px;
    border-radius: 60px;
  }
  .head__bottom {
    display: block;
    margin-top: 16px;
  }
  .head__desc {
    font-size: 14px;
    max-width: 300px;
  }
  .head .btn {
    margin-top: 168px;
    font-size: 14px;
    padding: 20px 32px;
  }
  .cost {
    padding-bottom: 50px;
  }
  .cost__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .cost__item {
    margin-bottom: 24px;
    width: 100%;
    padding: 60px;
    border-radius: 60px;
  }
  .cost__item:last-child {
    margin-bottom: 0;
  }
  .cost__item-label {
    font-size: 16px;
  }
  .cost__item-sub {
    margin-top: 8px;
    font-size: 14px;
  }
  .cost__item-list {
    margin-top: 16px;
  }
  .cost__item-list li {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 28px;
  }
  .cost__item-list li::before {
    width: 16px;
    height: 16px;
  }
  .cost__item-bottom {
    margin-top: 24px;
  }
  .cost__item .btn {
    max-width: 380px;
    padding: 26px 20px 25px;
    font-size: 14px;
    border-radius: 10px;
  }
  .cost__item-desc {
    max-width: 380px;
    margin-top: 8px;
    font-size: 14px;
  }
  .effective {
    padding: 50px 0;
  }
  .effective__wrap {
    border-radius: 60px;
    padding: 60px;
    display: block;
  }
  .effective__desc {
    max-width: 400px;
    font-size: 14px;
    margin-top: 16px;
  }
  .effective__tags {
    margin-top: 0px;
    margin-left: auto;
  }
  .effective__tag {
    margin-left: 8px;
    padding: 3px 16px;
    font-size: 14px;
  }
  .effective__row {
    margin-top: 8px;
  }
  .reviews {
    padding: 50px 0 0;
  }
  .reviews__items {
    margin-top: 32px;
  }
  .reviews__item {
    width: 100%;
    border-radius: 60px;
    margin-bottom: 24px;
    padding: 60px;
    font-size: 14px;
  }
  .reviews__item:last-child {
    margin-bottom: 0;
  }
  .reviews__author {
    margin-top: 24px;
  }
  .reviews__link {
    margin-top: 13px;
    font-size: 14px;
  }
  .reviews__link svg {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 480px) {
  .promo__content {
    min-height: 400px;
    border-radius: 30px;
    padding: 30px;
  }
  .promo__content .btn {
    left: 30px;
    bottom: 30px;
  }
  .promo__title {
    font-size: 24px;
  }
  .promo__btn {
    margin-top: 24px;
  }
  .about {
    padding: 40px 0 64px;
    text-align: center;
  }
  .about__images {
    margin-top: 60px;
  }
  .expert__wrap {
    padding: 0;
    border-radius: 30px;
  }
  .expert__left {
    padding: 30px;
  }
  .expert__item {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .expert__card {
    border-radius: 30px;
    padding: 30px;
  }
  .expert__card-title {
    font-size: 18px;
  }
  .expert__card-bottom {
    margin-top: 60px;
    display: block;
  }
  .expert__card-link {
    margin-left: 0;
    margin-top: 10px;
  }
  .service .title {
    margin-left: 0;
    text-align: center;
  }
  .service__items {
    margin-top: 24px;
  }
  .service__item {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    border-radius: 30px;
  }
  .service__item:last-child {
    margin-bottom: 0;
    margin-top: 0;
  }
  .order__wrap {
    padding: 30px;
    border-radius: 30px;
  }
  .cases__item-image {
    border-radius: 30px;
  }
  .footer {
    padding: 65px 0 60px;
  }
  .footer__wrap {
    display: block;
  }
  .footer__left {
    margin-top: 0;
  }
  .footer__box {
    margin-bottom: 40px;
  }
  .footer__box:last-child {
    margin-bottom: 0;
  }
  .footer__nav--flex {
    width: 100%;
  }
  .modal {
    padding: 40px;
    border-radius: 30px;
  }
  .modal__title {
    font-size: 20px;
  }
  .modal .form__agree {
    font-size: 10px;
  }
  .fancybox-slide--html .fancybox-close-small {
    right: 20px;
    top: 20px;
    width: 18px;
    height: 18px;
  }
  .case__wrap {
    border-radius: 40px;
    padding: 40px 30px;
    min-height: 300px;
  }
  .case__title {
    font-size: 24px;
  }
  .case__content {
    margin-top: 40px;
  }
  .case__box {
    padding: 0 15px;
  }
  .case__subtitle {
    font-size: 18px;
  }
  .case__text {
    font-size: 14px;
  }
  .case__image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .case__image img {
    border-radius: 40px;
  }
  .contacts__subtitle {
    font-size: 24px;
  }
  .contacts__form {
    padding: 40px;
    border-radius: 40px;
  }
  .contacts__desc {
    margin-top: 8px;
    font-size: 14px;
  }
  .contacts .form {
    margin-top: 30px;
  }
  .contacts__info, .contacts__team {
    border-radius: 40px;
    min-height: 305px;
  }
  .head {
    padding-bottom: 0;
  }
  .head__wrap {
    padding: 40px 30px;
    border-radius: 40px;
    background-position: 70% 70%;
  }
  .head__title {
    font-size: 20px;
  }
  .head .btn {
    margin-top: 120px;
  }
  .cost__item {
    padding: 40px 30px;
    border-radius: 40px;
  }
  .cost__item .btn {
    padding: 25px 10px;
    font-size: 12px;
  }
  .effective__wrap {
    padding: 40px 30px;
    border-radius: 40px;
  }
  .effective__tag {
    margin-left: 6px;
    padding: 3px 12px;
    font-size: 10px;
  }
  .reviews__items {
    margin-top: 24px;
  }
  .reviews__item {
    padding: 40px;
    border-radius: 40px;
  }

}
