:root {
  --font-family: "Poppins";
  --content-width: 1350px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --primary: #333333;
  --blue: #25AAE2;
  --darkBlue: #15759D;
  --whiteColor: #ffffff;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "PoppinsItalic";
  src: url("../fonts/../fonts/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/../fonts/Poppins-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/../fonts/OpenSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
.all_pages {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 101;
}
.all_pages:hover ul {
  right: 0;
}
.all_pages .page_point {
  padding: 10px 15px;
  background: #00d2ff;
  cursor: pointer;
}
.all_pages ul {
  background: #00D2FF;
  padding: 15px 20px;
  position: absolute;
  top: 60%;
  width: 200px;
  right: -200px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 450px;
  overflow-y: auto;
}
.all_pages ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
}
.all_pages ul li a {
  color: #fff;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  position: relative;
  margin: 0;
  font-style: normal;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}
.page__body.lock {
  overflow: hidden;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.btn {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--whiteColor);
  padding: 10px 65px;
  background-color: var(--blue);
  border-radius: 25px;
  display: inline-block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.btn:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .btn {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .btn {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 576px) {
  .btn {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    line-height: 15px;
    white-space: nowrap;
  }
}

.btn-online {
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--whiteColor);
  border: 2px solid var(--blue);
  background-color: var(--darkBlue);
  border-radius: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 5px 50px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.btn-online:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .btn-online {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (max-width: 576px) {
  .btn-online {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    line-height: 15px;
    white-space: nowrap;
  }
}

.title {
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
  color: var(--primary);
}
@media (max-width: 768px) {
  .title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 25px;
    line-height: 30px;
  }
}

.title-sm {
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: var(--whiteColor);
}
@media (max-width: 992px) {
  .title-sm {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .title-sm {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .title-sm {
    font-size: 29px;
    line-height: 40px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 99;
  background-color: var(--whiteColor);
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 99;
}
@media (max-width: 768px) {
  .header__top {
    padding: 5px 0;
  }
}
.header__logo {
  margin-right: 30px;
}
@media (max-width: 576px) {
  .header__logo {
    margin-right: 10px;
  }
  .header__logo img {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .header__logo {
    margin-right: 10px;
  }
  .header__logo img {
    max-width: 60%;
  }
}
.header__name {
  font-family: "PoppinsItalic";
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #999999;
}
.header__name span {
  font-size: 22px;
}
@media (max-width: 1200px) {
  .header__name span {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .header__name span {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .header__name {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .header__name {
    font-size: 12px;
    line-height: 22px;
    max-width: 272px;
  }
}
@media (max-width: 768px) {
  .header__name {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__btn {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 768px) {
  .header__btn {
    margin-right: 60px;
  }
}
@media (max-width: 576px) {
  .header__btn {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.header__bottom {
  background-color: var(--primary);
  padding: 5px;
}
@media (max-width: 768px) {
  .header__bottom {
    padding: 0;
  }
}
.header .nav {
  display: block;
}
.header .nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
}
.header .nav > ul > li {
  margin-right: 50px;
}
.header .nav > ul > li:last-child {
  margin-right: 0;
}
.header .nav > ul > li > a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--whiteColor);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .nav > ul > li > a.active {
  color: var(--blue);
}
@media (max-width: 768px) {
  .header .nav > ul > li > a.active {
    color: var(--whiteColor);
  }
}
.header .nav > ul > li > a:hover {
  color: var(--blue);
}
@media (max-width: 768px) {
  .header .nav > ul > li > a:hover {
    color: var(--whiteColor);
  }
}
@media (max-height: 350px) {
  .header .nav > ul > li > a {
    font-size: 12px;
    line-height: 20px;
  }
}
.header .nav > ul > li:nth-child(2) {
  position: relative;
  text-transform: uppercase;
  line-height: 40px;
  color: var(--whiteColor);
  cursor: pointer;
}
.header .nav > ul > li:nth-child(2):hover {
  color: var(--blue);
}
@media (max-width: 768px) {
  .header .nav > ul > li:nth-child(2):hover {
    color: var(--whiteColor);
  }
}
@media (max-width: 768px) {
  .header .nav > ul > li:nth-child(2) {
    text-align: center;
    cursor: none;
  }
  .header .nav > ul > li:nth-child(2):after {
    content: "";
    position: absolute;
    top: 16px;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
  }
}
@media (max-width: 768px) and (max-height: 350px) {
  .header .nav > ul > li:nth-child(2):after {
    top: 7px;
  }
}
@media (max-height: 350px) {
  .header .nav > ul > li:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
  }
}
.header .nav > ul > li:nth-child(2) ul {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 305px;
  background-color: var(--whiteColor);
  padding: 15px 20px;
  display: none;
}
.header .nav > ul > li:nth-child(2) ul > li {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-transform: lowercase;
}
.header .nav > ul > li:nth-child(2) ul > li::first-letter {
  text-transform: uppercase;
}
@media (max-height: 350px) {
  .header .nav > ul > li:nth-child(2) ul > li {
    line-height: 22px;
  }
}
.header .nav > ul > li:nth-child(2) ul:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #ffffff transparent;
}
@media (max-width: 768px) {
  .header .nav > ul > li:nth-child(2) ul:after {
    position: static;
    border: none;
  }
}
@media (max-width: 768px) {
  .header .nav > ul > li:nth-child(2) ul {
    position: static;
    width: auto;
    background-color: transparent;
  }
  .header .nav > ul > li:nth-child(2) ul.open {
    display: block;
  }
}
@media (max-height: 350px) {
  .header .nav > ul > li:nth-child(2) ul {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .header .nav > ul > li:nth-child(2) ul > li {
    text-align: center;
  }
}
.header .nav > ul > li:nth-child(2) ul > li > a {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: var(--primary);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .nav > ul > li:nth-child(2) ul > li > a:hover {
  color: var(--blue);
}
@media (max-width: 768px) {
  .header .nav > ul > li:nth-child(2) ul > li > a {
    color: var(--whiteColor);
  }
  .header .nav > ul > li:nth-child(2) ul > li > a:hover {
    color: var(--whiteColor);
  }
}
@media (max-height: 350px) {
  .header .nav > ul > li:nth-child(2) ul > li > a {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 768px) {
  .header .nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(51, 51, 51, 0.95);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
  }
  .header .nav > ul {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .nav > ul > li {
    margin-right: 0;
  }
  .header .nav.menu--active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.header .burger {
  --burger-width: 30px;
  --burger-height: 20px;
  --burger-line-height: 2px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: #000;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.header .burger::before, .header .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger::before {
  top: 0;
}
.header .burger::after {
  top: calc(100% - var(--burger-line-height));
}
.header .burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger--active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger--active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger--active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .header .burger {
    display: block;
    position: absolute;
    top: 36px;
    right: 20px;
  }
  .header .burger--active {
    color: white;
  }
}
@media (max-width: 576px) {
  .header .burger {
    top: 28px;
  }
}
@media (max-width: 480px) {
  .header .burger {
    top: 19px;
  }
}
.header.fixedMenu {
  z-index: 99;
}
.header.fixedMenu .header__top {
  padding: 5px 0;
}
@media (max-width: 768px) {
  .header.fixedMenu {
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
  }
}

.promo {
  padding-top: 140px;
  padding-bottom: 165px;
  margin-top: 164px;
}
@media (max-width: 1200px) {
  .promo {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .promo {
    margin-top: 90px;
  }
}
@media (max-width: 576px) {
  .promo {
    margin-top: 75px;
  }
}
@media (max-width: 480px) {
  .promo {
    margin-top: 59px;
  }
}
.promo__wrap {
  max-width: 656px;
}
.promo__title {
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: var(--whiteColor);
}
@media (max-width: 992px) {
  .promo__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .promo__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 576px) {
  .promo__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.promo__subtitle {
  margin-top: 5px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  color: var(--whiteColor);
}
@media (max-width: 992px) {
  .promo__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .promo__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .promo__subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
  }
}
.promo__btn {
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--whiteColor);
  background-color: var(--blue);
  border-radius: 30px;
  padding: 18px 99px 18px 75px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.promo__btn:after {
  content: "";
  position: absolute;
  right: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/arrow-btn.svg");
  width: 24px;
  height: 11px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 992px) {
  .promo__btn:after {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .promo__btn:after {
    position: static;
  }
}
.promo__btn:hover:after {
  -webkit-transform: translate(5px, -5px);
  -ms-transform: translate(5px, -5px);
  transform: translate(5px, -5px);
}
.promo__btn:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .promo__btn {
    line-height: 15px;
    padding: 15px 84px 15px 60px;
  }
}
@media (max-width: 992px) {
  .promo__btn {
    padding: 12px 60px 12px 60px;
  }
}

.about {
  padding-top: 140px;
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .about {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}
@media (max-width: 1200px) {
  .about__wrap {
    gap: 45px;
    display: block;
  }
}
@media (max-width: 576px) {
  .about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
.about__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.about__img img {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .about__img img {
    float: left;
  }
}
@media (max-width: 992px) {
  .about__img img {
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .about__img img {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .about__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .about__img img {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
.about__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
@media (max-width: 576px) {
  .about__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.about__text {
  margin-top: 20px;
}
.about__text p {
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 25px;
  color: var(--primary);
  margin: 10px 0;
}

.services {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkBlue)), color-stop(50%, #F7F8FA));
  background: -o-linear-gradient(left, var(--darkBlue) 50%, #F7F8FA 50%);
  background: linear-gradient(to right, var(--darkBlue) 50%, #F7F8FA 50%);
}
.services__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F8FA;
}
@media (max-width: 890px) {
  .services__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.services .left-services {
  padding: 120px 85px 120px 0;
  color: var(--whiteColor);
  max-width: 430px;
  padding-right: 85px;
  background-color: var(--darkBlue);
}
@media (max-width: 1200px) {
  .services .left-services {
    padding: 80px 40px 80px 0;
  }
}
@media (max-width: 890px) {
  .services .left-services {
    max-width: calc(100% + 15px);
    margin-right: -15px;
    padding: 40px 40px 40px 0;
  }
}
.services .left-services__title {
  color: var(--whiteColor);
}
.services .left-services__text {
  margin-top: 40px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .services .left-services__text {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .services .left-services__text {
    font-size: 18px;
    line-height: 24px;
  }
}
.services .left-services__contacts {
  margin-top: 40px;
}
.services .left-services__contacts a {
  color: var(--whiteColor);
  display: block;
  padding-left: 24px;
  margin-bottom: 7px;
}
.services .left-services__contacts a:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .services .left-services__contacts a {
    font-size: 14px;
  }
}
.services .left-services__contacts a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .services .left-services__contacts {
    margin-top: 30px;
  }
}
.services .left-services__phone:first-child {
  background-image: url("../img/icon-call.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 0px;
}
@media (max-width: 576px) {
  .services .left-services__phone:first-child {
    background-size: 14px 14px;
  }
}
.services .left-services__phone:nth-child(2) {
  background-image: url("../img/icon-mobile.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 0px;
}
@media (max-width: 576px) {
  .services .left-services__phone:nth-child(2) {
    background-size: 14px 14px;
  }
}
.services .left-services__mail {
  background-image: url("../img/icon-email.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 0px;
}
@media (max-width: 576px) {
  .services .left-services__mail {
    background-size: 14px 14px;
  }
}
.services .left-services__satisfaction {
  margin-top: 40px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .services .left-services__satisfaction {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .services .left-services__satisfaction {
    font-size: 17px;
    line-height: 24px;
  }
}
.services .left-services__btn {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .services .left-services__btn {
    margin-top: 30px;
  }
}
.services .right-services {
  background-color: #F7F8FA;
  padding: 120px 0 120px 145px;
}
@media (max-width: 1400px) {
  .services .right-services {
    padding-left: 80px;
  }
}
@media (max-width: 1200px) {
  .services .right-services {
    padding-left: 30px;
    padding: 80px 0 80px 30px;
  }
}
@media (max-width: 890px) {
  .services .right-services {
    margin-left: -15px;
    padding: 40px 30px 40px 15px;
  }
}
@media (max-width: 540px) {
  .services .right-services {
    padding-right: 0;
  }
}
.services .right-services__wrap {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (310px)[2];
  grid-template-columns: repeat(2, 310px);
  -ms-grid-rows: (90px)[4];
  grid-template-rows: repeat(4, 90px);
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 30px;
}
@media (max-width: 1400px) {
  .services .right-services__wrap {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 1200px) {
  .services .right-services__wrap {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 1100px) {
  .services .right-services__wrap {
    -ms-grid-rows: (60px)[4];
    grid-template-rows: repeat(4, 60px);
    -ms-grid-columns: (270px)[2];
    grid-template-columns: repeat(2, 270px);
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
@media (max-width: 992px) {
  .services .right-services__wrap {
    -ms-grid-columns: (250px)[2];
    grid-template-columns: repeat(2, 250px);
  }
}
@media (max-width: 890px) {
  .services .right-services__wrap {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.services .right-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  color: var(--primary);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.services .right-services__item:hover {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}
@media (max-width: 1100px) {
  .services .right-services__item {
    gap: 15px;
  }
}
@media (max-width: 890px) {
  .services .right-services__item {
    width: 230px;
  }
}
@media (max-width: 540px) {
  .services .right-services__item {
    width: 100%;
    gap: 10px;
  }
}
.services .right-services__img {
  width: 90px;
  height: 90px;
  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(--blue);
}
@media (max-width: 1100px) {
  .services .right-services__img {
    width: 60px;
    height: 60px;
  }
  .services .right-services__img img {
    max-width: 50%;
  }
}
@media (max-width: 540px) {
  .services .right-services__img {
    width: 40px;
    height: 40px;
  }
}
.services .right-services__name {
  max-width: 185px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 1100px) {
  .services .right-services__name {
    font-size: 16px;
    line-height: 24px;
    max-width: 150px;
  }
}
@media (max-width: 540px) {
  .services .right-services__name {
    max-width: 100%;
    font-size: 13px;
  }
}

.leaders {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .leaders {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .leaders {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.leaders__title {
  text-align: center;
}
.leaders__text {
  margin-top: 30px;
}
.leaders__text p {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: var(--primary);
  margin: 0;
}
@media (max-width: 576px) {
  .leaders__text p {
    font-size: 16px;
  }
}
.leaders__text p b {
  font-weight: 800;
  font-size: 20px;
  line-height: 45px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .leaders__text p b {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .leaders__text {
    margin-top: 15px;
  }
}
.leaders__wrap {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}
.leaders__wrap .leaders__title {
  text-align: left;
}
@media (max-width: 576px) {
  .leaders__wrap .leaders__title {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .leaders__wrap {
    margin-top: 80px;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .leaders__wrap {
    display: block;
  }
  .leaders__wrap img {
    max-width: 40%;
    float: left;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .leaders__wrap {
    margin-top: 40px;
  }
  .leaders__wrap img {
    float: none;
    max-width: 80%;
    display: block;
    margin: 0;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 576px) {
  .leaders__wrap {
    margin-top: 20px;
  }
}
.leaders__descr {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: var(--primary);
}
@media (max-width: 576px) {
  .leaders__descr {
    font-size: 16px;
    line-height: 25px;
  }
}
.leaders__bold {
  font-family: "OpenSans";
  font-weight: 700;
  font-size: 22px;
  line-height: 45px;
  color: var(--primary);
}
@media (max-width: 992px) {
  .leaders__bold {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .leaders__bold {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .leaders__btn {
    font-size: 15px;
    line-height: 20px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .leaders__btn {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .leaders__btn {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media (max-width: 1200px) and (max-width: 480px) {
  .leaders__btn {
    font-size: 11px;
    padding-right: 4px;
    padding-left: 4px;
    max-width: 100%;
    text-align: center;
  }
}

.footer {
  padding-top: 50px;
  background-color: var(--primary);
  color: var(--whiteColor);
}
.footer a {
  color: var(--whiteColor);
}
.footer__link {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  display: inline-block;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__link:hover {
  text-decoration: none;
}
.footer__link:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .footer__link {
    font-size: 16px;
    display: block;
  }
}
.footer__text {
  display: block;
  margin-top: 30px;
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 25px;
  max-width: 976px;
}
@media (max-width: 576px) {
  .footer__text {
    font-size: 14px;
  }
}
.footer__social {
  margin-top: 20px;
}
.footer__social a {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a:hover {
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
.footer__copy {
  margin-top: 35px;
  padding: 20px 0;
  border-top: 1px solid #444444;
}
.footer__copy p {
  margin: 0;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #AAAAAA;
}
.footer__copy a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .footer__copy {
    margin-top: 20px;
    text-align: center;
  }
}

.banner {
  margin-top: 164px;
  padding-top: 165px;
  padding-bottom: 165px;
}
@media (max-width: 992px) {
  .banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .banner {
    margin-top: 90px;
  }
}
@media (max-width: 576px) {
  .banner {
    margin-top: 75px;
  }
}
@media (max-width: 480px) {
  .banner {
    margin-top: 59px;
  }
}
.banner_two {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (max-width: 992px) {
  .banner_two {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.banner-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner-contact .banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 75px;
}
@media (max-width: 1200px) {
  .banner-contact .banner__wrap {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .banner-contact .banner__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-contact .banner__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 992px) {
  .banner-contact .banner__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: auto;
  }
}
.banner-contact .banner__item video {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  border: 2px solid var(--whiteColor);
}
@media (max-width: 992px) {
  .banner-contact .banner__item video {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .banner-contact .banner__item video {
    max-width: 100%;
  }
}
.banner-contact .title-sm {
  font-size: 50px;
  line-height: 68px;
}
@media (max-width: 1200px) {
  .banner-contact .title-sm {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .banner-contact .title-sm {
    font-size: 29px;
    line-height: 40px;
  }
}
.banner-contact .banner__subtitle {
  color: var(--whiteColor);
  margin-top: 10px;
  font-size: 25px;
  line-height: 35px;
  max-width: 500px;
}
@media (max-width: 1200px) {
  .banner-contact .banner__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .banner-contact .banner__subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}

.content {
  padding-top: 80px;
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  .content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.content__text p {
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 25px;
  color: var(--primary);
}
.content img {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .content img {
    margin-top: 0;
  }
}

.aboutus {
  padding-top: 80px;
  padding-bottom: 105px;
}
@media (max-width: 768px) {
  .aboutus {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .aboutus {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.aboutus__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}
@media (max-width: 1200px) {
  .aboutus__wrap {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .aboutus__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 576px) {
  .aboutus__wrap {
    gap: 20px;
  }
}
.aboutus__img {
  max-width: 500px;
  max-height: 600px;
  position: relative;
}
@media (max-width: 1200px) {
  .aboutus__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
}
@media (max-width: 992px) {
  .aboutus__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
}
@media (max-width: 768px) {
  .aboutus__img {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .aboutus__img {
    max-width: 70%;
  }
}
@media (max-width: 400px) {
  .aboutus__img {
    max-width: 100%;
  }
}
.aboutus__decr {
  padding: 30px 35px 40px;
  background-color: var(--blue);
  max-width: 440px;
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media (max-width: 1400px) {
  .aboutus__decr {
    bottom: 0;
    padding: 20px;
  }
}
@media (max-width: 1300px) {
  .aboutus__decr {
    position: static;
  }
}
@media (max-width: 768px) {
  .aboutus__decr {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 768px) {
  .aboutus__decr {
    padding: 10px;
  }
}
.aboutus__mission {
  font-weight: 900;
  font-size: 24px;
  line-height: 25px;
  color: var(--whiteColor);
}
@media (max-width: 1400px) {
  .aboutus__mission {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .aboutus__mission {
    font-size: 15px;
    line-height: 17px;
  }
}
.aboutus__text {
  margin-top: 10px;
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: var(--whiteColor);
}
@media (max-width: 1400px) {
  .aboutus__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .aboutus__text {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
  }
}
.aboutus__content {
  max-width: 775px;
}
@media (max-width: 1200px) {
  .aboutus__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
}
@media (max-width: 992px) {
  .aboutus__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    font-size: 14px;
  }
}
.aboutus__decription {
  margin-top: 5px;
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 25px;
  color: var(--primary);
}

.values {
  padding-top: 75px;
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .values {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .values {
    padding-bottom: 50px;
  }
}
.values__title {
  text-align: center;
}
.values__wrap {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 150px 150px;
  grid-template-rows: 150px 150px;
  grid-auto-rows: 150px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 60px;
}
@media (max-width: 1200px) {
  .values__wrap {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
  }
}
@media (max-width: 992px) {
  .values__wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .values__wrap {
    -ms-grid-columns: 300px;
    grid-template-columns: 300px;
    row-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }
}
@media (max-width: 576px) {
  .values__item {
    padding: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.values__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .values__head {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .values__icon img {
    max-width: 80%;
  }
}
.values__name {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
}
@media (max-width: 576px) {
  .values__name {
    font-size: 20px;
    line-height: 25px;
  }
}
.values__text {
  margin-top: 10px;
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 25px;
  color: var(--primary);
}
@media (max-width: 576px) {
  .values__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.work {
  padding-top: 80px;
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  .work {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .work {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .work {
    padding-bottom: 40px;
  }
}
.work__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 75px;
}
@media (max-width: 1200px) {
  .work__wrap {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .work__wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .work__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 576px) {
  .work__wrap {
    gap: 20px;
  }
}
.work__img {
  max-width: 500px;
  max-height: 400px;
}
@media (max-width: 768px) {
  .work__img {
    margin: 0 auto;
    max-width: 60%;
  }
}
@media (max-width: 480px) {
  .work__img {
    max-width: 80%;
  }
}
.work__content {
  max-width: 775px;
}
@media (max-width: 1200px) {
  .work__content {
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .work__content {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .work__content {
    max-width: 100%;
  }
}
.work__text {
  margin-top: 20px;
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 25px;
  color: var(--primary);
}

.form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F7F8FA;
}
@media (max-width: 992px) {
  .form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .form {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.form__title {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
.form__form {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .form__form {
    margin-top: 30px;
  }
}
.form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.form__btn {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .form__btn {
    margin-top: 30px;
  }
}

form {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
form input, form textarea {
  display: block;
  width: 100%;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #999999;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #999999;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #999999;
}
form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #999999;
}
form input::placeholder, form textarea::placeholder {
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #999999;
}
form label {
  display: block;
  width: 100%;
  font-family: "OpenSans";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #999999;
}
form label span {
  color: red;
}
form input {
  border: none;
  outline: none;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #D9D9D9;
  background-color: transparent;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  form input {
    margin-bottom: 30px;
  }
}
form textarea {
  margin-top: 15px;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--primary);
  border: none;
  outline: none;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #D9D9D9;
  background-color: transparent;
  resize: none;
  height: 100px;
}
@media (max-width: 576px) {
  form textarea {
    height: 200px;
  }
}
form input[type=submit] {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--whiteColor);
  padding: 10px 65px;
  background-color: var(--blue);
  border-radius: 25px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
form input[type=submit]:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  form input[type=submit] {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  form input[type=submit] {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.contact .services {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--whiteColor)), color-stop(50%, #F7F8FA));
  background: -o-linear-gradient(left, var(--whiteColor) 50%, #F7F8FA 50%);
  background: linear-gradient(to right, var(--whiteColor) 50%, #F7F8FA 50%);
}
.contact .left-services {
  background-color: var(--whiteColor);
  color: var(--primary);
}
.contact .left-services a {
  color: var(--primary);
}
.contact .left-services__title {
  color: var(--primary);
}
.contact .left-services__phone:first-child {
  background-image: url("../img/icon-call-dark.svg");
}
.contact .left-services__phone:nth-child(2) {
  background-image: url("../img/icon-mobile-dark.svg");
}
.contact .left-services__mail {
  background-image: url("../img/icon-email-dark.svg");
}
.contact .right-services {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.contact form {
  max-width: 775px;
}
@media (max-width: 992px) {
  .contact form textarea {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .contact form textarea {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .map iframe {
    height: 350px;
  }
}
/*# sourceMappingURL=main.css.map */