@import url("https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
html, body, ul, li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  display: none;
  font-size: 16px;
  color: #252326;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Cuprum', sans-serif;
}

body.thanks {
  display: block;
}

input {
  font-family: 'Cuprum', sans-serif;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  font-family: 'Cuprum', sans-serif;
}

.container {
  width: 1110px;
  margin: 0 auto;
}

.mobile-call-button {
  left: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 2;
  display: none;
  height: 60px;
  color: #fff;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  background: #69d26a;
}

.top-link {
  z-index: 1;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: fixed;
  opacity: 1;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  -webkit-box-shadow: 0px 0px 10px 5px #ababa9;
          box-shadow: 0px 0px 10px 5px #ababa9;
}

.btn-default {
  height: 52px;
  border: none;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  background: #e84b4b;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: 'Cuprum', sans-serif;
  -webkit-box-shadow: 0px 3px 0px 0px #d02a2a;
          box-shadow: 0px 3px 0px 0px #d02a2a;
}

.btn-default:hover {
  background: #db3535;
  -webkit-box-shadow: 0px 3px 0px 0px #a20909;
          box-shadow: 0px 3px 0px 0px #a20909;
}

#form-1 {
  background-image: url(/img/bg-form-1.jpg);
}

#form-2 {
  background-image: url(/img/bg-form-2.jpg);
}

#form-3 {
  background-image: url(/img/bg-form-3.jpg);
}

#form-4 {
  background-image: url(/img/bg-form-4.jpg);
}

#form-5 {
  background-image: url(/img/bg-form-5.jpg);
}

.phone-input {
  width: 100%;
  max-width: 350px;
  margin-right: 30px;
  position: relative;
}

.phone-input img {
  top: 50%;
  left: 19px;
  width: 20px;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.phone-input input {
  width: 100%;
  height: 67px;
  outline: none;
  border: none;
  font-size: 18px;
  line-height: normal;
  border-radius: 4px;
  padding-left: 55px;
}

.contact-info {
  padding-left: 35px;
}

.contact-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.contact-info__item_align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-info__item_align-left img {
  width: 17px;
}

.contact-info__item a {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding-left: 8px;
}

.contact-info__item .whats-up-link {
  top: 50%;
  padding: 0;
  left: -35px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-info__item .whats-up-link img {
  width: 25px;
}

.contact-info__item span {
  padding-left: 5px;
  font-size: 14px;
}

.form {
  text-align: center;
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 45px 0px 40px 0px;
}

.form__title {
  color: #fff;
  margin-bottom: 45px;
}

.form__description {
  color: #fff;
  font-size: 25px;
  margin-bottom: 45px;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__textarea {
  width: 100%;
  max-width: 730px;
  position: relative;
  margin-bottom: 27px;
}

.form__textarea img {
  top: 25px;
  left: 19px;
  width: 20px;
  position: absolute;
  pointer-events: none;
}

.form__textarea textarea {
  width: 100%;
  border: none;
  height: 140px;
  resize: none;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  padding: 25px 25px 25px 55px;
  font-family: 'Cuprum', sans-serif;
}

.form button {
  width: 100%;
  height: 64px;
  max-width: 350px;
}

.form__agreement {
  color: #fff;
  font-size: 18px;
  margin-top: 35px;
}

.form__agreement a {
  color: #fff;
  text-decoration: underline;
}

.popup {
  top: 0px;
  left: 0px;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.popup_open {
  opacity: 1;
  pointer-events: auto;
}

.popup__overlay {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.popup__form {
  z-index: 2;
  padding: 50px 35px;
  max-width: 500px;
  position: relative;
  background: #fff;
  border-radius: 20px;
}

.popup__form__close {
  top: 15px;
  right: 15px;
  width: 15px;
  cursor: pointer;
  position: absolute;
}

.popup__form h3 {
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

.popup__form__description {
  font-size: 24px;
  text-align: center;
  margin-bottom: 35px;
}

.popup__form .phone-input {
  width: 100%;
  margin: 0 auto;
  max-width: 350px;
}

.popup__form .phone-input input {
  height: 64px;
  border-radius: 8px;
  border: 1px solid #acb1b7;
}

.popup__form button {
  width: 100%;
  display: block;
  max-width: 350px;
  margin: 30px auto 35px auto;
}

.popup__form__access {
  text-align: center;
}

.popup__form__access a {
  color: #e84b4b;
}

.thanks .header {
  padding: 0;
  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;
  height: 100vh;
}

.thanks .thanks-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 730px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  text-align: center;
  padding: 45px 20px 40px 20px;
}

.thanks .thanks-block img {
  width: 150px;
  margin-bottom: 45px;
}

.thanks .thanks-block h1 {
  font-size: 48px;
  margin-bottom: 30px;
}

.thanks .thanks-block h3 {
  font-size: 30px;
}

@media (max-width: 768px) {
  .thanks .thanks-block {
    width: 90%;
  }
  .thanks .thanks-block img {
    width: 50px;
    margin-bottom: 20px;
  }
  .thanks .thanks-block h1 {
    font-size: 30px;
  }
  .thanks .thanks-block h3 {
    font-size: 22px;
  }
}

.navigation {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  position: fixed;
  padding-top: 25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navigation__row {
  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;
}

.navigation .navigation__static {
  display: block;
}

.navigation .navigation__stiky {
  display: none;
}

.navigation_fixed {
  padding: 15px 0px;
  background: #333333;
}

.navigation_fixed .navigation__static {
  display: none;
}

.navigation_fixed .navigation__stiky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation_fixed .navigation__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation_fixed .navigation__phone .whats-up-link {
  font-size: unset;
  padding: 2px 0px 0px 0px;
  display: block;
}

.navigation_fixed .navigation__phone img {
  width: 25px;
}

.navigation_fixed .navigation__phone a {
  color: #fff;
  font-size: 22px;
  padding-left: 10px;
}

.navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation nav ul li {
  font-size: 18px;
  position: relative;
}

.navigation nav ul li a {
  color: #fff;
}

.navigation nav ul li::before {
  content: '';
  width: 0px;
  height: 6px;
  left: 50%;
  bottom: -8px;
  position: absolute;
  background: #e84b4b;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.navigation nav ul li:hover:before {
  width: 100%;
}

.navigation nav ul li + li {
  margin-left: 30px;
}

.navigation__info {
  color: #fff;
}

.navigation__info span {
  padding-left: 10px;
}

.header {
  padding: 145px 0px 70px 0px;
  background: url(/img/bg-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.header__row {
  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;
}

.header__info {
  width: 635px;
  color: #fff;
}

.header__info h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}

.header__info p {
  font-size: 24px;
}

.header__info .awards {
  margin-top: 45px;
}

.header__info .awards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__info .awards__item img {
  width: 65px;
  margin-right: 30px;
}

.header__info .awards__item span {
  font-size: 24px;
}

.header__info .awards__item + .awards__item {
  margin-top: 25px;
}

.header__form {
  max-width: 410px;
  background: #fff;
  border-radius: 8px;
  padding: 30px 30px 45px 30px;
}

.header__form h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
}

.header__form__input {
  margin-top: 25px;
}

.header__form__input input {
  height: 64px;
  border-radius: 8px;
  border: 1px solid #acb1b7;
}

.header__form button {
  width: 100%;
  height: 66px;
  font-size: 25px;
  font-weight: 400;
  line-height: 18px;
  padding-top: 7px;
  margin: 26px 0px 30px 0px;
}

.header__form button span {
  font-size: 18px;
}

.header__form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__form__item h4 {
  font-size: 42px;
  margin-right: 20px;
}

.header__form__item p {
  font-size: 18px;
  padding-top: 5px;
}

.header__form__item p span {
  color: #e84b4b;
}

.header__form__item + .header__form__item {
  margin-top: 25px;
}

.works {
  padding: 76px 0px 93px 0px;
}

.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works__item {
  width: calc(25% - 15px);
}

.works__item__img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.works__item__img img {
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.works__item h5 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.works__item ul {
  margin-top: 15px;
}

.works__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works__item ul li img {
  width: 16px;
  margin-right: 7px;
}

.works__item ul li + li {
  margin-top: 15px;
}

.works__item p {
  height: 66px;
  margin-top: 35px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.works__item p span {
  font-size: 18px;
  font-weight: 500;
}

.works__item button {
  width: 100%;
}

.why-we {
  background: #f8f8f8;
  padding: 95px 0px 180px 0px;
}

.why-we__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 85px;
  margin-bottom: -70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.why-we__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 30px);
}

.why-we__list__item img {
  width: 54px;
  margin-right: 43px;
}

.why-we__list__item p {
  font-size: 22px;
  font-weight: 500;
}

.price {
  padding: 98px 0px 96px 0px;
}

.price-table {
  margin-top: 70px;
  border-bottom: 1px solid #a3b8cf;
}

.price-table__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 16px 0px;
  text-align: center;
  background: #1c79b7;
}

.price-table__title:first-child {
  border-radius: 8px 8px 0px 0px;
}

.price-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #a3b8cf;
  border-right: 1px solid #a3b8cf;
}

.price-table__row::before {
  content: '';
  top: 50%;
  right: 380px;
  width: 1px;
  min-height: 40px;
  height: calc(100% - 66px);
  position: absolute;
  background: #a3b8cf;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.price-table__row h5 {
  font-size: 24px;
  font-weight: 600;
}

.price-table__row h6 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.price-table__row ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.price-table__row ul li img {
  width: 18px;
  margin-right: 12px;
}

.price-table__row ul li + li {
  margin-top: 10px;
}

.price-table__row + .price-table__row {
  border-top: 1px solid #a3b8cf;
}

.price-table__column-1 {
  padding: 0px 45px;
  width: calc(100% - 380px);
}

.price-table__column-2 {
  width: 380px;
  padding: 0px 45px;
  text-align: center;
}

.price__description {
  font-size: 24px;
  line-height: 34px;
  margin-top: 60px;
}

.work {
  padding: 73px 0px 120px 0px;
}

.work__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 115px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.work__row h4 {
  font-size: 30px;
  font-weight: 400;
}

.work__row ul {
  margin-top: 55px;
}

.work__row ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work__row ul li img {
  width: 40px;
  margin-right: 40px;
}

.work__row ul li span {
  font-size: 24px;
  font-weight: 500;
}

.work__row ul li + li {
  margin-top: 45px;
}

.work__img {
  width: 570px;
}

.instagram {
  background: #f8f8f8;
  padding: 75px 0px 130px 0px;
}

.instagram__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0px 60px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.instagram__description p {
  font-size: 24px;
  font-weight: 500;
}

.instagram__description p span {
  color: #d02a2a;
}

.instagram__description .btn-default {
  width: 285px;
  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;
}

.instagram__description .btn-default img {
  width: 28px;
  margin-right: 15px;
}

.instagram__list {
  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;
}

.instagram__list__item {
  padding: 14px 14px 16px 14px;
  -webkit-box-shadow: 0px 5px 15px 0px #dfdfdf;
          box-shadow: 0px 5px 15px 0px #dfdfdf;
}

.video {
  padding: 80px 0px 116px 0px;
}

.video__list {
  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: 130px;
}

.video__list__item {
  height: 300px;
  background: red;
  margin-bottom: 30px;
  width: calc(50% - 15px);
  -webkit-box-shadow: 5px 5px 10px 0px #ababa9;
          box-shadow: 5px 5px 10px 0px #ababa9;
}

.video__list__item iframe {
  width: 100%;
  height: 100%;
}

.team {
  background: #f8f8f8;
  padding: 80px 0px 180px 0px;
}

.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 65px;
  margin-top: 170px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team__list__item {
  text-align: center;
}

.team__list__item__img {
  width: 220px;
  height: 220px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.team__list__item__img img {
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.team__list__item h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}

.team__list__item h6 {
  font-size: 18px;
}

.questions {
  padding: 85px 0px 105px 0px;
}

.questions__list {
  margin: 0 auto;
  max-width: 790px;
  padding-top: 120px;
}

.questions__list__item {
  font-size: 24px;
}

.questions__list__item p {
  position: relative;
  border-radius: 10px;
  padding: 20px 15px 20px 35px;
}

.questions__list__item + .questions__list__item {
  margin-top: 28px;
}

.questions__list__item:nth-child(odd) p {
  width: 665px;
  background: #1c79b7;
}

.questions__list__item:nth-child(odd) p:after {
  content: '';
  right: -25px;
  bottom: 0px;
  position: absolute;
  border: 20px solid transparent;
  border-bottom: 16px solid #1c79b7;
  border-left: 22px solid #1c79b7;
}

.questions__list__item:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.questions__list__item:nth-child(even) p {
  width: 635px;
  background: #f2f2f2;
}

.questions__list__item:nth-child(even) p:before {
  content: '';
  left: -25px;
  bottom: 0px;
  position: absolute;
  border: 20px solid transparent;
  border-right: 16px solid #f2f2f2;
  border-bottom: 22px solid #f2f2f2;
}

.map {
  height: 540px;
}

.footer {
  color: #fff;
  background: #333333;
}

.footer .container:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  position: relative;
  padding-bottom: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #5c5c5c;
}

.footer .container:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0px 24px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .container:last-child a {
  color: #fff;
  text-decoration: underline;
}

.footer__logo p {
  margin-top: 20px;
  margin-bottom: 0px;
}

.footer__nav {
  padding-top: 5px;
}

.footer__nav ul li a {
  color: #fff;
}

.footer__nav ul li + li {
  margin-top: 5px;
}

.footer .btn-default {
  font-size: 16px;
}

@media (max-width: 1150px) {
  .works__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .works__item {
    margin-bottom: 30px;
    width: calc(50% - 15px);
  }
  .navigation .btn-default {
    display: none;
  }
  .container {
    width: 960px;
  }
  .work__img {
    width: 450px;
  }
  .instagram__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .instagram__list__item {
    margin-bottom: 30px;
    width: calc(50% - 15px);
  }
  .instagram__list__item img {
    width: 100%;
  }
}

@media (max-width: 992px) {
  body {
    padding-bottom: 60px;
  }
  .mobile-call-button {
    display: block;
    padding-right: 60px;
  }
  .top-link {
    width: 60px;
    height: 60px;
    z-index: 3;
    bottom: 0px;
    right: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__info {
    width: 100%;
  }
  .header__form {
    margin: 50px auto 0px auto;
  }
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0px;
    position: absolute;
    background: #333333;
  }
  .navigation .navigation__static {
    display: none;
  }
  .navigation .navigation__stiky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navigation .navigation__stiky .navigation__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation .navigation__stiky .navigation__phone .whats-up-link {
    font-size: unset;
    padding: 2px 0px 0px 0px;
    display: block;
  }
  .navigation .navigation__stiky .navigation__phone img {
    width: 25px;
  }
  .navigation .navigation__stiky .navigation__phone a {
    color: #fff;
    font-size: 22px;
    padding-left: 10px;
  }
  .container {
    width: 720px;
  }
  .work__img {
    display: none;
  }
  .team__list {
    padding: 0;
  }
  .footer .container:first-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price-table__row::before {
    right: 200px;
  }
  .price-table__column-1 {
    width: calc(100% - 200px);
  }
  .price-table__column-2 {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .popup__form {
    width: 80%;
    padding: 30px 15px;
  }
  .popup__form h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .popup__form__description {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .popup__form .phone-input input {
    height: 40px;
  }
  .popup__form button {
    margin: 15px auto;
  }
  .header {
    padding: 100px 0px 30px 0px;
  }
  .header__info h1 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
  }
  .header__info p {
    font-size: 20px;
    text-align: center;
  }
  .header__info .awards {
    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;
  }
  .header__info .awards__item {
    padding: 0px 10px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__info .awards__item img {
    width: 50px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .header__info .awards__item span {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
  }
  .header__info .awards .awards__item + .awards__item {
    margin-top: 0px;
  }
  .header__form h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .header__form__input.phone-input {
    max-width: 100%;
    margin-top: 15px;
  }
  .header__form button {
    margin: 15px 0px;
    font-size: 20px;
  }
  .header__form button span {
    font-size: 14px;
  }
  .header__form__item p {
    font-size: 16px;
  }
  .why-we {
    padding: 20px 0px;
  }
  .why-we__list {
    margin-top: 20px;
  }
  .why-we__list__item img {
    width: 40px;
    margin-right: 20px;
  }
  .why-we__list__item p {
    font-size: 18px;
  }
  .container {
    width: 540px;
  }
  h2 {
    font-size: 24px;
  }
  .phone-input {
    max-width: 300px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .phone-input input {
    height: 40px;
    font-size: 16px;
    padding-left: 40px;
  }
  .phone-input img {
    left: 14px;
    width: 15px;
  }
  .btn-default {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
  }
  .form {
    padding: 20px 0px;
  }
  .form__title {
    margin-bottom: 15px;
  }
  .form__description {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .form__row {
    -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;
  }
  .form__agreement {
    margin-top: 20px;
    font-size: 16px;
  }
  .form__textarea {
    max-width: 300px;
    margin-bottom: 10px;
  }
  .form__textarea textarea {
    height: 90px;
    font-size: 16px;
    padding: 10px 10px 10px 30px;
  }
  .form__textarea img {
    top: 11px;
    left: 9px;
    width: 15px;
  }
  .form button {
    height: 40px;
    max-width: 300px;
  }
  .works {
    padding: 20px 0px;
  }
  .works__list {
    margin-top: 20px;
  }
  .work {
    padding: 20px 0px;
  }
  .work__row {
    margin-top: 20px;
  }
  .work__row div {
    width: 100%;
  }
  .work__row ul {
    margin-top: 30px;
  }
  .work__row ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work__row ul li span {
    font-size: 18px;
    font-weight: 400;
  }
  .work__row ul li img {
    margin: 0px 0px 10px 0px;
  }
  .work h4 {
    font-size: 22px;
    text-align: center;
  }
  .instagram {
    padding: 20px 0px;
  }
  .instagram__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0px 30px 0px;
  }
  .instagram__description p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .video {
    padding: 20px 0px;
  }
  .video__list {
    margin-top: 20px;
  }
  .video__list__item {
    width: 100%;
  }
  .team {
    padding: 20px 0px;
  }
  .team__list {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team__list__item + .team__list__item {
    margin-top: 50px;
  }
  .questions {
    padding: 20px 0px;
  }
  .questions__list {
    padding-top: 20px;
  }
  .questions__list__item:nth-child(odd) p, .questions__list__item:nth-child(even) p {
    width: 80%;
    font-size: 18px;
    padding: 15px 15px 20px 15px;
  }
  .questions__list .questions__list__item + .questions__list__item {
    margin-top: 15px;
  }
  .map {
    height: 300px;
  }
  .footer__info, .footer .btn-default {
    margin-top: 20px;
  }
  .price {
    padding: 20px 0px;
  }
  .price__description {
    font-size: 16px;
    margin-top: 20px;
    line-height: normal;
  }
  .price-table {
    margin-top: 20px;
  }
  .price-table__title {
    font-size: 20px;
  }
  .price-table__column-1, .price-table__column-2 {
    padding: 0 15px;
  }
  .price-table__row {
    padding: 15px 0px;
  }
  .price-table__row h5 {
    font-size: 20px;
  }
  .price-table__row h6 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .price-table__row ul li {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .navigation .navigation__stiky img {
    width: 150px;
  }
  .navigation .navigation__stiky .navigation__phone img {
    width: 20px;
  }
  .navigation .navigation__stiky .navigation__phone a {
    font-size: 18px;
  }
  .why-we__list__item {
    width: 100%;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .why-we__list__item img {
    width: 50px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .why-we__list__item p {
    text-align: center;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .instagram__list__item {
    width: 100%;
  }
  .price-table__row::before {
    right: 35%;
  }
  .price-table__row h5 {
    font-size: 18px;
  }
  .price-table__column-1 {
    width: 65%;
  }
  .price-table__column-2 {
    width: 35%;
  }
  .video__list__item {
    height: 200px;
  }
  .team {
    padding: 20px 0px;
  }
  .team__list {
    margin-top: 20px;
  }
  .team__list__item__img {
    width: 150px;
    height: 150px;
    margin: 0px auto 20px auto;
  }
  .team__list__item h5 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .team__list__item h6 {
    font-size: 16px;
  }
  .team__list__item + .team__list__item {
    margin-top: 50px;
  }
  .footer .container:first-child {
    padding: 15px;
  }
  .footer .container:last-child {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer__logo p {
    font-size: 14px;
    margin-top: 10px;
  }
  .footer__nav {
    width: 60px;
  }
  .footer__info {
    padding: 0;
    margin-top: 0px;
    width: calc(100% - 150px);
  }
  .footer__info .contact-info__item .whats-up-link {
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    position: static;
    margin-right: 10px;
  }
  .footer__info .contact-info__item .whats-up-link img {
    width: 18px;
  }
  .footer__info .contact-info__item_align-left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer__info .contact-info__item img {
    width: 18px;
  }
  .footer__button {
    width: 100%;
    text-align: center;
  }
  .works__item {
    width: 100%;
  }
  .works__item__img {
    height: auto;
    margin-bottom: 15px;
  }
  .works__item__img img {
    top: unset;
    left: unset;
    position: static;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 420px) {
  .footer__nav {
    width: 50%;
  }
  .footer__info {
    width: 100%;
    margin-top: 20px;
  }
  .footer__info .contact-info__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__info .contact-info__item + .contact-info__item {
    margin-top: 10px;
  }
}

@media (max-width: 390px) {
  .navigation .navigation__stiky img {
    width: 130px;
    height: auto;
  }
  .navigation .navigation__stiky .navigation__phone img {
    width: 15px;
  }
  .navigation .navigation__stiky .navigation__phone a {
    font-size: 16px;
    padding-left: 5px;
  }
  .price-table__row h5 {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */