@font-face {
  font-family: "Gilroy Bold";
  src: url("../fonts/Gilroy/Gilroy-Bold.otf") format("otf"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("ttf"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy Regular";
  src: url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("ttf"), url("../fonts/Gilroy/Gilroy-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
span {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-size: 18px;
  line-height: 140%;
}

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

@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .container {
    width: 1240px;
  }
}

@media only screen and (max-width: 1280px) {
  .container {
    width: 920px;
  }
}

@media only screen and (max-width: 940px) {
  .container {
    width: 740px;
  }
}

@media only screen and (max-width: 760px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

h1,
h2,
h3,
h4 {
  font-family: 'Gilroy Bold', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 56px;
  line-height: 110%;
}

h2 {
  font-size: 42px;
  line-height: 120%;
}

h3 {
  font-size: 34px;
  line-height: 120%;
}

h4 {
  font-size: 26px;
  line-height: 120%;
}

.ps {
  font-size: 14px;
  line-height: 140%;
}

button {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}

.btn {
  font-weight: 700;
  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;
  background-color: var(--btn-color);
  color: var(--white-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  border-radius: 8px;
}

@media only screen and (max-width: 1023px) {
  body {
    font-size: 16px;
    line-height: 140%;
  }
  h1 {
    font-size: 40px;
    line-height: 110%;
  }
  h2 {
    font-size: 34px;
    line-height: 120%;
  }
  h3 {
    font-size: 28px;
    line-height: 120%;
  }
  h4 {
    font-size: 22px;
    line-height: 120%;
  }
  .ps {
    font-size: 12px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  h1 {
    font-size: 32px;
    line-height: 110%;
  }
  h2 {
    text-align: left !important;
    font-size: 28px;
    line-height: 120%;
  }
  h3 {
    font-size: 24px;
    line-height: 120%;
  }
  h4 {
    font-size: 20px;
    line-height: 120%;
  }
}

:root {
  --main-bg: #A9D8DC;
  --second-bg: #E6E9EC;
  --footer-bg: #1B1B1B;
  --font-color: #111111;
  --btn-color: #FF6B00;
  --color-confirm: #00C16E;
  --color-alert: #E41235;
  --color-disable: #D9D9D9;
  --white-color: #fff;
  --active-tab-color: #2F80ED;
  --footer-font: #9799A4;
}

body {
  font-family: 'Gilroy Regular', sans-serif;
}

.header {
  padding: 0 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white-color);
  z-index: 1000;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 21px 0 23px;
}

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

.header__logo .mobile__logo {
  display: none;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 33px;
  column-gap: 33px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.contacts__item span,
.contacts__item #phone-holder {
  font-weight: 700;
}

.contacts__item-img {
  margin: 7px 13px 0 0;
}

.callback-btn {
  width: 220px;
  height: 56px;
  background-color: var(--white-color);
  color: var(--btn-color);
  border: 1px solid var(--btn-color);
  border-radius: 8px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.callback-btn:hover {
  background-color: var(--btn-color);
  color: var(--white-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.offer {
  background: url(../img/hero-banner.jpg) no-repeat center center/cover;
  padding: 100px 0 0 0;
}

.offer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.offer__mobile-block {
  display: none;
}

.offer__content-wrapper {
  background: -webkit-gradient(linear, right top, left top, from(rgba(73, 195, 206, 0)), color-stop(79.07%, rgba(73, 195, 206, 0.4)), color-stop(90.37%, rgba(73, 195, 206, 0)));
  background: linear-gradient(270deg, rgba(73, 195, 206, 0) 0%, rgba(73, 195, 206, 0.4) 79.07%, rgba(73, 195, 206, 0) 90.37%);
}

.offer__content {
  padding: 92px 80px 92px 220px;
}

.offer__content-subtitle {
  margin: 24px 0 0 0;
}

.offer__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.offer__content-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px 0 0 0;
}

.offer__content-form button {
  width: 220px;
  height: 56px;
  border: 1px solid var(--btn-color);
}

.offer__content-form button:hover {
  background-color: var(--white-color);
  color: var(--btn-color);
}

.offer__content-form input {
  font-family: 'Gilroy Regular', sans-serif;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  border-radius: 8px;
  border: none;
  padding: 0 0 0 14px;
  font-size: 18px;
  line-height: 120%;
  color: #9799A4;
  outline: none;
}

.offer__content-form input::-webkit-input-placeholder {
  color: #9799A4;
  font-family: 'Gilroy Regular', sans-serif;
}

.offer__content-form input:-ms-input-placeholder {
  color: #9799A4;
  font-family: 'Gilroy Regular', sans-serif;
}

.offer__content-form input::-ms-input-placeholder {
  color: #9799A4;
  font-family: 'Gilroy Regular', sans-serif;
}

.offer__content-form input::placeholder {
  color: #9799A4;
  font-family: 'Gilroy Regular', sans-serif;
}

.content__list {
  margin: 40px 0 0 0;
}

.content__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0 0 24px 0;
}

.content__list-item span {
  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;
}

.content__list-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--white-color);
  margin: 0 12px 0 0;
}

.pref {
  padding: 56px 0 0;
}

.pref__title {
  margin: 56px 0 0 0;
  text-align: center;
}

.pref__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: 30px 0 0 0;
}

.pref__list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 40px 0;
}

.pref__list-item-img {
  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;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 10px rgba(198, 198, 198, 0.4);
  box-shadow: 2px 2px 10px rgba(198, 198, 198, 0.4);
  margin: 0 0 16px 0;
}

.pref__list-item-img img {
  width: 60%;
  height: 60%;
}

.pref__list-item-text {
  text-align: center;
}

.counter {
  font-family: 'Gilroy Bold', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 96px;
  line-height: 120%;
  color: #49C3CE;
  width: 105px;
}

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

.counter__row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter__row-item:last-child .counter {
  width: 150px;
}

.counter__text {
  color: var(--font-color);
  padding: 0 0 0 12px;
}

.form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--main-bg);
  overflow: hidden;
}

.form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__content {
  padding: 76px 0;
  position: relative;
  z-index: 5;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
}

.form__content-subtitle {
  margin: 24px 0 0 0;
}

.form-image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  overflow: hidden;
}

.form-image__bg {
  position: absolute;
  width: 742px;
  height: 742px;
  left: 100px;
  top: -124px;
  background-color: #B7E7FF;
  -webkit-filter: blur(220px);
  filter: blur(220px);
}

.form-image__front-image {
  position: relative;
  z-index: 2;
  padding: 50px 0 0 0;
}

.form-image__front-image img {
  margin: 0 0 -7px 0;
}

.form-image__back-image {
  top: 5px;
  left: 45px;
  position: absolute;
  z-index: 1;
}

.order-form {
  margin: 40px 0 0 0;
  max-width: 640px;
}

.order-form__input-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.order-form__input-area input {
  font-family: 'Gilroy Regular', sans-serif;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 45%;
  flex: 1 0 45%;
  height: 56px;
  border-radius: 8px;
  border: none;
  padding: 0 0 0 14px;
  font-size: 18px;
  line-height: 120%;
  color: #9799A4;
  outline: none;
}

.order-form__input-area input::-webkit-input-placeholder {
  color: #9799A4;
  font-family: 'Gilroy Regular', sans-serif;
}

.order-form__input-area input:-ms-input-placeholder {
  color: #9799A4;
  font-family: 'Gilroy Regular', sans-serif;
}

.order-form__input-area input::-ms-input-placeholder {
  color: #9799A4;
  font-family: 'Gilroy Regular', sans-serif;
}

.order-form__input-area input::placeholder {
  color: #9799A4;
  font-family: 'Gilroy Regular', sans-serif;
}

.order-form__btn-area {
  margin: 24px 0 0 0;
  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;
}

.order-form__btn {
  width: 220px;
  height: 56px;
  border: 1px solid var(--btn-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.order-form__btn:hover {
  background-color: var(--white-color);
  color: var(--btn-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.checkbox-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-content span {
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 0 12px;
}

.checkbox-content input {
  width: 16px;
  height: 16px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

.projects {
  padding: 56px 0 51px 0;
}

.projects__title {
  text-align: center;
}

.projects__gallery {
  margin: 26px 0 0 0;
}

.projects__gallery-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid var(--color-disable);
  padding-bottom: 18px;
  margin: 0 0 39px 0;
}

.projects__gallery-titles .titles-gallery__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  text-align: left;
  color: var(--color-disable);
  cursor: pointer;
}

.projects__gallery-titles .titles-gallery__item:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--active-tab-color);
  border-radius: 15px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.projects__gallery-titles .titles-gallery__item.active-tab {
  color: var(--active-tab-color);
}

.projects__gallery-titles .titles-gallery__item.active-tab::after {
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.projects__gallery-item {
  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;
  row-gap: 16px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  display: none;
}

.projects__gallery-item.active-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn .8s ease;
  animation: fadeIn .8s ease;
}

.projects__gallery-item .gallery-item__cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projects__gallery-item .gallery-item__cell-row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.projects__gallery-item .gallery-item__cell img {
  border-radius: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

.reviews {
  padding: 0 0 56px 0;
}

.reviews__title {
  text-align: center;
  margin: 56px 0 0 0;
}

.reviews__slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 24px auto 0;
}

.reviews__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 114px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__autor {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  height: 180px;
}

.reviews__autor img {
  width: 100%;
  height: 100%;
}

.reviews__autor-plank-mob {
  display: none;
}

.reviews__text {
  position: relative;
  background-color: var(--second-bg);
  padding: 24px;
  border-radius: 8px;
  margin: 0 0 0 31px;
}

.reviews__text .decor {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -28px;
  background-color: var(--second-bg);
  -webkit-transform: rotate(137deg) skew(5deg) translateX(-70%);
  transform: rotate(137deg) skew(5deg) translateX(-70%);
  border-radius: 8px;
}

.reviews__autor-plank {
  font-size: 14px;
  margin: 16px 0 0 0;
}

.reviews__slider-next {
  right: 15px;
}

.reviews__slider-next:after {
  display: none;
}

.reviews__slider-prev {
  left: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.reviews__slider-prev:after {
  display: none;
}

.reviews .reviews__swiper-pagination {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto 0;
}

.reviews .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #49C3CE;
  background-color: inherit;
}

.reviews .swiper-pagination-bullet-active {
  background-color: #49C3CE;
}

.work {
  padding: 56px 0;
  background-color: var(--main-bg);
}

.work__title {
  text-align: center;
}

.work__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 60px;
  margin: 24px 0 0 0;
}

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

.work__wrapper .wrapper__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: var(--white-color);
  -webkit-box-shadow: 2px 2px 10px rgba(73, 195, 206, 0.4);
  box-shadow: 2px 2px 10px rgba(73, 195, 206, 0.4);
}

.work__wrapper .wrapper__item-title {
  text-align: center;
  margin: 16px 0 0 0;
}

.work__wrapper .wrapper__item-arrow {
  padding: 0 0 70px 0;
  margin: 0 0 0 10px;
}

.about {
  padding: 56px 0;
}

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

.about__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.about__photo img {
  width: 100%;
  height: 100%;
}

.about__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  margin: 0 0 0 57px;
  padding: 0 100px 40px 0;
}

.about__content-text {
  margin: 24px 0 0 0;
}

.about__content-text-item {
  margin: 24px 0 0 0;
}

.about__certificates {
  padding: 56px 0 0;
  position: relative;
}

.about__certificates .certificates-slider__prev:after,
.about__certificates .certificates-slider__next:after {
  display: none;
}

.about__certificates .certificates-slider__prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about__certificates .certificates-slider__prev,
.about__certificates .certificates-slider__next {
  position: absolute;
  top: 65%;
}

.about__certificates .certificates-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px 0 0 0;
  display: none;
}

.about__certificates .certificates-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #49C3CE;
  background-color: inherit;
}

.about__certificates .certificates-slider__pagination .swiper-pagination-bullet-active {
  background-color: #49C3CE;
}

.about__certificates-title {
  text-align: center;
}

.about__certificates-slider {
  width: 85%;
  margin: 24px auto 0;
}

.about .about__certificates-slider-item img {
  width: 100%;
  height: 100%;
}

.about .partners {
  padding: 56px 0 0 0;
}

.about .partners__title {
  text-align: center;
}

.about .partners__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 0 0 0;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.about .partners__row-item {
  height: 100px;
  width: 246px;
}

.about .partners__row-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color-disable);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about .partners__row-item a:hover {
  border-color: #49C3CE;
}

.map {
  height: 600px;
}

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

.footer {
  padding: 56px 0;
  background-color: var(--footer-bg);
  color: var(--footer-font);
  font-size: 14px;
}

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

.footer__social-row {
  max-width: 300px;
  -webkit-column-gap: 24px;
  column-gap: 24px;
  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: 24px 0 0 0;
}

.footer__social-row-item.ok a {
  position: relative;
}

.footer__social-row-item.ok a img {
  position: absolute;
}

.footer__social-row-item.ok a img:first-child {
  top: 7px;
}

.footer__social-row-item.ok a img:last-child {
  bottom: 7px;
}

.footer__social-row-item a {
  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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--footer-font);
}

.footer__social-row-item a a img {
  width: 100%;
}

.footer__social-policy {
  margin: 24px 0 0 0;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}

.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 13px;
  column-gap: 13px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer .phone-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.footer .phone-section a {
  position: relative;
}

.footer .phone-section a:first-child:after {
  position: absolute;
  right: -14px;
  top: 11px;
  display: block;
  background-color: var(--footer-font);
  content: '';
  width: 15px;
  height: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

form input {
  border: 1px solid var(--white-color) !important;
}

form.complited button {
  background-color: var(--color-confirm);
  border-color: var(--color-confirm) !important;
}

form.complited button:hover {
  color: var(--color-confirm);
}

form.error button {
  background-color: var(--color-alert);
  border-color: var(--color-alert) !important;
}

form.error button:hover {
  color: var(--color-alert);
}

form.error input {
  border: 1px solid var(--color-alert) !important;
}

form.error input::-webkit-input-placeholder {
  color: var(--color-alert);
}

form.error input:-ms-input-placeholder {
  color: var(--color-alert);
}

form.error input::-ms-input-placeholder {
  color: var(--color-alert);
}

form.error input::placeholder {
  color: var(--color-alert);
}

body.active-modal {
  overflow: hidden;
  padding: 0 18px 0 0;
}

.modal {
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(17, 17, 17, 0.8);
  z-index: 10000;
}

.modal.active-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
}

.modal__content {
  position: relative;
  width: 450px;
  max-height: 95vh;
  border-radius: 20px;
  padding: 40px;
  background-color: var(--white-color);
}

.modal__content-title {
  text-align: center;
}

.modal__content-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  margin: 24px 0 0 0;
}

.modal__content-form input {
  font-family: 'Gilroy Regular', sans-serif;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 56px;
  border-radius: 8px;
  border: 1px solid var(--color-disable) !important;
  outline: none;
  font-size: 18px;
  padding: 0 0 0 16px;
}

.modal__content-form input::-webkit-input-placeholder {
  color: var(--color-disable);
}

.modal__content-form input:-ms-input-placeholder {
  color: var(--color-disable);
}

.modal__content-form input::-ms-input-placeholder {
  color: var(--color-disable);
}

.modal__content-form input::placeholder {
  color: var(--color-disable);
}

.modal__content-form textarea {
  resize: none;
  font-family: 'Gilroy Regular', sans-serif;
  text-indent: 16px;
  border-radius: 8px;
  height: 168px;
  border: 1px solid var(--color-disable) !important;
  outline: none;
  font-size: 18px;
  padding: 16px 0 0 0;
}

.modal__content-form textarea::-webkit-input-placeholder {
  color: var(--color-disable);
}

.modal__content-form textarea:-ms-input-placeholder {
  color: var(--color-disable);
}

.modal__content-form textarea::-ms-input-placeholder {
  color: var(--color-disable);
}

.modal__content-form textarea::placeholder {
  color: var(--color-disable);
}

.modal__content-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__content-form-checkbox input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  height: 16px;
}

.modal__content-form-checkbox span {
  font-size: 12px;
  margin: 0 0 0 12px;
}

.modal__content-form-btn {
  height: 56px;
  border: 1px solid var(--btn-color);
}

.modal__content-form-btn:hover {
  background-color: var(--white-color);
  color: var(--btn-color);
}

.modal .modal__close-btn {
  position: absolute;
  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;
  top: 30px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.modal .modal__close-btn-item {
  width: 20px;
  height: 2px;
  background-color: var(--color-disable);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .modal__close-btn-item:after {
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--color-disable);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.modal__confirm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 592px;
  max-height: 95vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 143px 40px;
  border-radius: 20px;
  background-color: var(--color-confirm);
  color: var(--white-color);
  text-align: center;
}

.modal__confirm-image {
  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;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--white-color);
  margin: 0 auto;
}

.modal__confirm-title {
  margin: 40px 0 0 0;
}

.modal__confirm-text {
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .modal {
    overflow-y: scroll;
  }
  .modal__content {
    padding: 32px;
  }
  .modal__confirm {
    width: 320px;
  }
  .modal__confirm-image {
    width: 113px;
    height: 113px;
  }
}

@media only screen and (max-width: 1400px) {
  .projects__gallery-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-column-gap: 16px;
    column-gap: 16px;
  }
  .projects__gallery-item .gallery-item__cell {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
  .projects__gallery-item .gallery-item__cell-row {
    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;
  }
}

@media only screen and (max-width: 1280px) {
  .map {
    height: 500px;
  }
  .contacts__item {
    position: relative;
  }
  .contacts__item span {
    display: none;
  }
  #phone-holder {
    display: none;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .callback-btn {
    width: 190px;
    height: 46px;
  }
  .visible {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50px;
    left: -130px;
    width: 160px;
    padding: 5px 0;
    opacity: 1 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white-color);
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
  }
  .offer {
    background-position-x: 30%;
    padding: 90px 0 0 0;
  }
  .offer__content {
    padding: 92px 10px 92px 220px;
  }
  .counter {
    font-size: 75px;
    width: 75px;
  }
  .counter__text {
    font-size: 18px;
  }
  .counter__row-item:last-child .counter {
    width: 130px;
  }
  .pref__list {
    margin: 50px 0 0 0;
  }
  .pref__list-item-img {
    width: 130px;
    height: 130px;
  }
  .form-image__back-image {
    left: -5px;
  }
  .reviews__title {
    margin: 0;
  }
  .reviews__slider-item {
    padding: 0 74px;
  }
  .reviews__autor {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    height: 150px;
  }
  .work__wrapper {
    padding: 0;
  }
  .work__wrapper .wrapper__item-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .work__wrapper .wrapper__item-image img {
    width: 55%;
  }
  .work__wrapper .wrapper__item-image img.small {
    width: 45%;
  }
  .work__wrapper .wrapper__item-arrow {
    width: 50px;
    margin: 0 0 0 10px;
  }
  .work__wrapper .wrapper__item-arrow img {
    width: 100%;
  }
  .about__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin: 0;
    padding: 0 0 40px 0;
  }
  .about__photo img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about__certificates-slider {
    width: 88%;
  }
  .about__certificates .certificates-slider__prev img,
  .about__certificates .certificates-slider__next img {
    width: 160%;
  }
  .about .partners__row {
    -webkit-column-gap: 16px;
    column-gap: 16px;
  }
  .about .partners__row-item a img {
    width: 90%;
  }
}

@media only screen and (max-width: 940px) {
  .map {
    height: 400px;
  }
  .header__logo {
    width: 40%;
  }
  .header__logo img {
    width: 100%;
  }
  .callback-btn {
    width: 170px;
    height: 42px;
  }
  .offer {
    padding: 87px 0 0 0;
  }
  .offer__content {
    padding: 92px 10px 92px 120px;
  }
  .pref {
    padding: 40px 0;
  }
  .counter__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .counter__row-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .counter {
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .counter__text {
    width: 210px;
  }
  .pref__list-item-img {
    width: 110px;
    height: 110px;
  }
  .form-image__bg {
    display: block;
  }
  .form .container {
    width: 100%;
    padding: 0 15px;
  }
  .form-image__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .form-image__front-image img {
    width: 80%;
  }
  .form-image__back-image img {
    width: 100%;
  }
  .form__content {
    padding: 40px 0;
  }
  .work {
    padding: 40px 0;
  }
  .work__wrapper {
    padding: 0 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    scrollbar-width: 0;
  }
  .work__wrapper::-webkit-scrollbar {
    width: 0;
  }
  .about__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin: 0;
    padding: 0 0 20px 0;
  }
  .about .partners__row-item {
    height: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .map {
    height: 295px;
  }
  .header .container {
    padding: 5px 0;
  }
  .header__logo {
    padding: 0 0 0 20px;
  }
  .header__logo img:first-child {
    display: none;
  }
  .header__logo .mobile__logo {
    display: block;
  }
  .header__contacts {
    -webkit-column-gap: 5px;
    column-gap: 5px;
  }
  .callback-btn {
    display: none;
  }
  .offer {
    background-color: var(--main-bg);
    background-image: none;
    padding: 56px 0 0 0;
  }
  .offer .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .offer__mobile-block {
    height: 253px;
    background: url(../img/hero-banner.jpg) no-repeat 20% center/cover;
    display: block;
  }
  .offer__content-wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .offer__content {
    padding: 40px 0;
  }
  .offer__content-subtitle {
    margin: 10px 0 0 0;
  }
  .content__list {
    display: none;
  }
  .offer__content-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .offer__content-form input {
    padding: 17px 0 17px 12px;
  }
  .offer__content-form button {
    width: 100%;
    margin: 8px 0 0 0;
  }
  .counter__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .counter__row-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .counter {
    width: 110px;
    font-size: 56px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .counter__row-item:last-child .counter {
    width: 110px;
  }
  .pref__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .pref__list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 150px;
    flex: 1 0 150px;
    padding: 5px 0 0 0;
  }
  .pref__list-item-img {
    width: 100px;
    height: 100px;
  }
  .form .container {
    padding: 0 20px;
  }
  .form-image__wrapper {
    display: none;
  }
  .form__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .form-image__bg {
    display: none;
  }
  .order-form {
    max-width: 100%;
  }
  .order-form__input-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 8px;
    margin: 16px 0 0 0;
  }
  .order-form__btn-area {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .order-form__btn {
    width: 100%;
  }
  .checkbox-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 16px 0 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .checkbox-content span {
    font-size: 12px;
  }
  .projects__gallery-titles {
    overflow-x: scroll;
    padding-bottom: 12px;
    scrollbar-width: none;
    -webkit-column-gap: 16px;
    column-gap: 16px;
  }
  .projects__gallery-titles::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .projects__gallery-titles .titles-gallery__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .projects__gallery-titles .titles-gallery__item:after {
    bottom: -12px;
  }
  .projects__gallery-item .gallery-item__cell:first-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .projects__gallery-item .gallery-item__cell {
    max-height: 156px;
  }
  .projects__gallery-item .gallery-item__cell-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .projects__gallery-item .gallery-item__cell img {
    max-width: 250px;
  }
  .reviews__slider-item {
    display: block;
    padding: 0;
  }
  .reviews__autor {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
  }
  .reviews__autor-plank-mob {
    display: block;
    position: absolute;
    right: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 90px;
    font-size: 12px;
  }
  .reviews__autor-plank {
    display: none;
  }
  .reviews__text {
    margin-top: 24px;
  }
  .reviews__slider-prev,
  .reviews__slider-next {
    display: none;
  }
  .reviews__swiper-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .work__wrapper {
    padding: 0;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    scrollbar-width: none;
  }
  .work__wrapper .wrapper__item-arrow {
    width: 70px;
    padding: 0 0 60px 0;
  }
  .about {
    padding: 0 0 40px 0;
  }
  .about .container {
    padding: 0;
  }
  .about__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about__photo,
  .about__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .about__content {
    margin: 40px 0 0 0;
    padding: 0 15px;
  }
  .about__content-text-item {
    margin: 16px 0 0 0;
  }
  .about__certificates {
    padding: 40px 15px 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .certificates-slider__pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .about .partners {
    padding: 40px 15px 0;
  }
  .about .partners__row {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: 0;
  }
  .about .partners__row::-webkit-scrollbar {
    width: 0;
  }
  .about .partners__row-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 246px;
    flex: 0 0 246px;
    height: 100px;
  }
  .about .partners__row-item a img {
    width: 75%;
  }
}

@media only screen and (max-width: 700px) {
  .footer {
    padding: 40px 0;
    font-size: 12px;
  }
  .footer .container {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    row-gap: 24px;
  }
  .footer__social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer__contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
/* 26.07 */

.about__wrapper {
  display: block;
}

.about__photo {
  float: left;
  max-width: 50%;
  margin: 0 50px 5px 0;
}

.about__content {
  margin: 0;
  padding: 0;
}

.projects__gallery-item {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  overflow-y: hidden;
}

.projects__gallery-item .gallery-item__cell {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.projects__gallery-item .gallery-item__cell a {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.projects__gallery-item .gallery-item__cell a.small-cell {
  max-width: 203px;
  border-radius: 8px;
  overflow: hidden;
}

.gallery-item__cell .gallery-item__row a,
.gallery-item__cell .gallery-item__row a img,
.gallery-item__cell a,
.gallery-item__cell a img {
  height: 100%;
  max-width: 100%;
}

.gallery-item__cell a img,
.gallery-item__cell .gallery-item__row a img {
  -o-object-fit: cover;
  object-fit: cover;
}


.gallery-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media only screen and (max-width: 940px) {
  .about__photo {
    margin: 0 20px 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about__photo {
    width: 100%;
    max-width: 100%;
  }

  .about__content {
    padding: 0 15px;
    margin: 40px 0 0 0;
  }

  .projects__gallery-item {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .projects__gallery-item .gallery-item__cell,
  .projects__gallery-item .gallery-item__cell:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 355px;
  }

  .gallery-item__cell .gallery-item__row a,
  .gallery-item__cell .gallery-item__row a img,
  .gallery-item__cell a,
  .gallery-item__cell a img {
    width: 100%;
    max-width: 200px;
  }

  .gallery-item__cell a img,
  .gallery-item__cell .gallery-item__row a img {
    -o-object-position: center;
    object-position: center;
  }

  .gallery-item__row {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .header__contacts {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .contacts__item-img {
    margin-right: 0;
  }

  .contacts__item #phone-holder
  .contacts__item #phone-holder1 {
    position: static;
    max-width: 140px;
  }
}


.partners__row-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 940px) {
  .about__photo {
    margin: 0 20px 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about__photo {
    width: 100%;
    max-width: 100%;
  }

  .about__content {
    padding: 0 15px;
    margin: 40px 0 0 0;
  }

  .projects__gallery-item {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .projects__gallery-item .gallery-item__cell,
  .projects__gallery-item .gallery-item__cell:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 355px;
  }

  .gallery-item__cell .gallery-item__row a,
  .gallery-item__cell .gallery-item__row a img,
  .gallery-item__cell a,
  .gallery-item__cell a img {
    width: 100%;
    max-width: 200px;
  }

  .gallery-item__cell a img,
  .gallery-item__cell .gallery-item__row a img {
    -o-object-position: center;
    object-position: center;
  }

  .gallery-item__row {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .header__contacts {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .contacts__item-img {
    margin-right: 0;
  }

  .contacts__item #phone-holder,
  .contacts__item #phone-holder1 {
    position: static;
    max-width: 140px;
    font-weight: 700;
    padding: 0;
  }
}

/* 03.08 */

.contacts__item #phone-holder,
.contacts__item #phone-holder1 {
  font-weight: 700;
}

@media only screen and (max-width: 1280px) {
  .header__contacts {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-left: 20px;
    margin-right: 10px;
  }

  .contacts__item #phone-holder,
  .contacts__item #phone-holder1 {
    position: static;
    max-width: 140px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {

  .contacts__item #phone-holder,
  .contacts__item #phone-holder1 {
    position: static;
    max-width: 140px;
    padding: 0;
  }

  .contacts__item {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

/* 21.08 */

@media only screen and (max-width: 767px) {
  .pref__list {
    flex-wrap: wrap;
  }

  .pref__list-item {
    flex: 1 0 48%;
  }

  .work__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
  }

  .work__wrapper-item {
    flex: 0 0 48%;
    justify-content: center;
  }

  .work__wrapper .wrapper__item-arrow {
    display: none;
  }

  .wrapper__item-cell {
    width: 60%;
    max-width: 200px;
  }
}

@media only screen and (max-width: 420px) {
  .pref__list {
    flex-wrap: wrap;
  }

  .pref__list-item {
    flex: 1 0 50%;
  }

  .work__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
  }

  .work__wrapper-item {
    flex: 0 0 48%;
    justify-content: center;
  }

  .work__wrapper .wrapper__item-arrow {
    display: none;
  }

  .wrapper__item-cell {
    width: 60%;
  }
}

/* 22.08 */

.reviews__slider-prev {
  left: 15px!important;
}

.reviews__slider-next {
  right: 15px!important;
}