@font-face {
  font-family: 'Gilroy Medium';
  src: url("../fonts/Gilroy/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy Semibold';
  src: url("../fonts/Gilroy/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy Bold';
  src: url("../fonts/Gilroy/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy Black';
  src: url("../fonts/Gilroy/Gilroy-Black.eot");
  src: url("../fonts/Gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

html {
  min-height: 100%;
}

body {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  background: #000000;
  cursor: default;
  font-family: 'Gilroy Medium';
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 14px;
  color: #ffffff;
  background: none;
  border: 2px solid #ffffff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  -webkit-transition: .6s;
  transition: .6s;
  font-family: 'Gilroy Medium';
}

.button svg {
  margin-left: 18px;
  fill: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  z-index: -1;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 120px;
  -webkit-transition: .6s;
  transition: .6s;
}

.button:focus {
  outline: none;
}

a, input, button {
  outline: none;
}

a:focus, input:focus, button:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.burger {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

p {
  margin: 0;
  padding: 0;
  color: #ffffff;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

input[type=tel]:focus, input[type=text]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input::-webkit-input-placeholder {
  color: #BCBCBC;
  opacity: 0.99;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input::-moz-placeholder {
  color: #BCBCBC;
  opacity: 0.99;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:-moz-placeholder {
  color: #BCBCBC;
  opacity: 0.99;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:-ms-input-placeholder {
  color: #BCBCBC;
  opacity: 0.99;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.title {
  font-family: 'Gilroy Bold';
  color: #ffffff;
  font-size: 37px;
  line-height: 33px;
  text-transform: uppercase;
}

.title span {
  text-transform: initial;
  font-size: 23px;
  line-height: 19px;
}

@media (min-width: 992px) {
  .button:hover {
    color: #ffffff;
    cursor: pointer;
  }

  .button:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0px;
  }

  .button[disabled="disabled"], .button[disabled] {
    cursor: default;
  }

  .button:active {
    background: #000000;
  }

  .button[disabled="disabled"], .button[disabled] {
    background: #000000;
  }
}

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

@media screen and (max-width: 576px) {
  .title {
    font-size: 32px;
    line-height: 28px;
  }

  .title span {
    font-size: 20px;
    line-height: 17px;
  }
}


.header {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../img/main.jpg") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.header::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 33px 0;
}

.header-container {
  position: relative;
  height: 100%;
  z-index: 2;
}

.header-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(17.11%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 17.11%, rgba(0, 0, 0, 0) 100%);
  padding: 80px 0;
}

.header-footer__container {
  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: 0 -15px;
}

.header-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 310px;
  margin: 0 15px;
}

.header-footer__text {
  font-size: 16px;
  line-height: 20px;
  color: #F2D4B7;
}

.header-footer__img {
  margin-left: 16px;
}

.header-content {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 498px;
}

.header-title {
  margin-bottom: 27px;
  font-size: 55px;
  line-height: 60px;
  color: #ffffff;
  font-family: 'Gilroy Bold';
}

.header-title span {
  display: inline-block;
  font-size: 48px;
}

.header-subtitle {
  margin-bottom: 34px;
  font-size: 22px;
  line-height: 26px;
  font-family: 'Gilroy Semibold';
}

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  font-family: 'Gilroy Black';
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
}

.logo a span {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.3px;
  font-family: 'Gilroy Medium';
}

@media screen and (max-width: 1200px) {
  .header-footer__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .header-top {
    padding: 24px 0;
  }

  .header-footer {
    padding: 50px 0;
  }

  .header-footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .header-footer__item {
    margin: 0;
    margin-bottom: 20px;
  }

  .header-footer__item:last-child {
    margin-bottom: 0;
  }

  .header-footer__item:nth-child(1), .header-footer__item:nth-child(2) {
    max-width: 42%;
  }

  .header-footer__item:nth-child(3) {
    max-width: 50%;
  }

  .header-footer__text {
    font-size: 16px;
  }

  .header-content {
    top: 35%;
  }
}

@media screen and (max-width: 768px) {
  .header-footer {
    padding: 46px 0;
  }

  .header-footer__item {
    max-width: 230px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .header-footer__item:first-child .header-footer__img svg {
    width: 50px;
    height: 30px;
  }

  .header-footer__item:nth-child(1), .header-footer__item:nth-child(2) {
    max-width: 45%;
  }

  .header-footer__text {
    font-size: 12px;
    line-height: 14px;
  }

  .header-footer__img svg {
    width: 96px;
    height: 30px;
  }
}

@media screen and (max-width: 576px) {
  .header {
    background-position: 75% 50%;
  }

  .header-top {
    padding: 18px 0;
  }

  .header-footer {
    padding: 30px 0;
  }

  .header-footer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 14px;
  }

  .header-footer__text {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 17px;
  }

  .header-footer__img svg {
    width: 96px;
    height: 30px;
  }

  .header-content {
    position: relative;
    top: 0;
    max-width: 368px;
    margin: 0 auto;
    margin-top: 15%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }

  .header-content .button {
    margin: 0 auto;
  }

  .header-title {
    font-size: 31px;
    line-height: 36px;
  }

  .header-title span {
    font-size: 27px;
    line-height: 30px;
  }

  .header-subtitle {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 420px) {
  .header-content {
    margin-top: 10%;
  }

  .header-footer__text {
    font-size: 11px;
    line-height: 13px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
  .header-content {
    margin-top: 0;
  }

  .header-title {
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 24px;
  }

  .header-title span {
    font-size: 18px;
  }

  .header-subtitle {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 16px;
  }

  .header-footer__item {
    margin-bottom: 10px;
  }

  .header-footer__text {
    font-size: 10px;
    line-height: 12px;
  }

  .header-footer__img svg {
    width: 70px;
    height: 25px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 576px) and (orientation: landscape) {
  .header-footer {
    padding: 10px 0;
  }

  .header-footer__item {
    width: 100%;
    max-width: 174px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 992px) and (orientation: landscape) {
  .header-content {
    margin-top: 3%;
  }

  .header-footer {
    padding: 30px 0;
  }

  .header-footer__item {
    width: 100%;
    max-width: 222px;
  }
}

.menu-close {
  position: absolute;
  top: 24px;
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 100%;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  z-index: 100;
}

.menu-close__button {
  position: absolute;
  right: 15px;
  top: 0;
  width: 32px;
  height: 32px;
  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: none;
  border: none;
}

.menu-close__button::after, .menu-close__button::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 14px;
  width: 20px;
  height: 2px;
  background: #ffffff;
}

.menu-close__button::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-close__button::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 60px;
}

.menu-list a {
  position: relative;
  margin: 0 25px;
  color: #ffffff;
  font-family: 'Gilroy Semibold';
}

.menu-list a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #F2D4B7;
  border-radius: 5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: -1;
}

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

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

.menu-soc 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: 20px;
  height: 20px;
  margin-right: 13px;
}

.menu-soc a:last-child {
  margin-right: 0;
}

.menu-soc a svg {
  -webkit-transition: .4s;
  transition: .4s;
  fill: #ffffff;
}

.menu-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 31px;
}

.menu-phone a {
  position: relative;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-family: 'Gilroy Semibold', sans-serif;
  -webkit-transition: .4s;
  transition: .4s;
}

.menu-phone a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #F2D4B7;
  border-radius: 5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: -1;
}

.menu-phone a:first-child {
  display: block;
}

.menu-mail {
  display: none;
  margin-top: 22px;
  margin-bottom: 45px;
}

.menu-mail a {
  color: #ffffff;
  font-family: 'Gilroy Semibold';
}

@media screen and (min-width: 320px) {
  .menu-close {
    top: 18px;
  }
}

@media screen and (min-width: 576px) {
  .menu-close {
    top: 24px;
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .menu-close {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .menu-soc a:hover svg {
    fill: #F2D4B7;
  }

  .menu-phone a:hover::after {
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .menu-list a:hover::after {
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 992px) {
  .menu {
    position: absolute;
    top: -230px;
    left: 0;
    width: 100%;
    height: 100vh;
    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: #000000;
    z-index: 10000;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    pointer-events: none;
  }

  .menu-mob {
    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: 100%;
    height: 80%;
    overflow-y: auto;
  }

  .menu.active {
    top: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .menu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .menu-list li {
    margin-bottom: 46px;
  }

  .menu-list a {
    margin: 0;
  }

  .menu-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-phone {
    margin: 0;
  }

  .menu-phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }

  .menu-soc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-soc a {
    margin: 0 23px;
    width: 26px;
    height: 26px;
  }

  .menu-soc a:last-child {
    margin-right: 23px;
  }

  .menu-soc a svg {
    width: 100%;
    height: 100%;
  }

  .menu-mail {
    display: block;
  }
}

@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
  .menu-mob {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.about {
  padding-top: 109px;
  padding-bottom: 70px;
  overflow: hidden;
}

.about-header {
  position: relative;
  margin-bottom: 117px;
}

.about-header__title {
  position: absolute;
  left: -167px;
  top: -32px;
  z-index: -1;
  text-transform: uppercase;
  font-size: 120px;
  font-family: 'Gilroy Bold', sans-serif;
  color: #F2D4B7;
}

.about-header__content {
  margin-top: 10px;
  font-size: 18px;
}

.about-circle {
  position: absolute;
  width: 100%;
  height: 100%;
}

.about-circle__circle {
  position: absolute;
  background: radial-gradient(73% 75% at 100% 100%, #B56E05 0%, #f2d4b7 100%);
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transition: .8s;
  transition: .8s;
}

.about-circle__plus {
  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;
  background: radial-gradient(73% 75% at 100% 100%, #B56E05 0%, #f2d4b7 100%);
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transition: .8s;
  transition: .8s;
}

.about-content {
  margin-bottom: 90px;
}

.about-content__box {
  position: absolute;
  width: 100%;
  max-width: 370px;
}

.about-content__box:nth-child(1) {
  left: 36px;
  top: 2px;
}

.about-content__box:nth-child(1) .about-circle__circle {
  left: -36px;
  top: -43px;
  width: 60px;
  height: 60px;
  z-index: 1;
}

.about-content__box:nth-child(1) .about-circle__plus {
  right: -33px;
  bottom: -26px;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.about-content__box:nth-child(1) .about-circle__plus svg {
  width: 20px;
  height: 20px;
}

.about-content__box:nth-child(3) {
  left: 68px;
  bottom: 60px;
}

.about-content__box:nth-child(3) .about-circle__circle {
  left: -68px;
  bottom: -44px;
  width: 100px;
  height: 100px;
  z-index: -1;
}

.about-content__box:nth-child(3) .about-circle__plus {
  right: -27px;
  top: -30px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.about-content__box:nth-child(3) .about-circle__plus svg {
  width: 16px;
  height: 16px;
}

.about-content__box:nth-child(4) {
  right: 18px;
  top: 35px;
}

.about-content__box:nth-child(4) .about-circle__circle {
  right: -18px;
  top: -44px;
  width: 70px;
  height: 70px;
  z-index: -1;
}

.about-content__box:nth-child(4) .about-circle__plus {
  left: -28px;
  bottom: -32px;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.about-content__box:nth-child(4) .about-circle__plus svg {
  width: 16px;
  height: 16px;
}

.about-content__box:nth-child(5) {
  right: 18px;
  bottom: 60px;
}

.about-content__box:nth-child(5) .about-circle__circle {
  right: -18px;
  top: -18px;
  width: 41px;
  height: 41px;
  z-index: 1;
}

.about-content__box:nth-child(5) .about-circle__plus {
  left: -48px;
  top: 29px;
  width: 60px;
  height: 60px;
  z-index: 0;
}

.about-content__box:nth-child(5) .about-circle__plus svg {
  width: 23px;
  height: 23px;
}

.about-content__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-content__item {
  width: 100%;
  height: 100%;
  padding: 26px 30px;
  background: rgba(85, 212, 224, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 5px;
}

@media screen and (max-width: 992px) {
  .about {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .about-header__content {
    margin-top: 40px;
  }

  .about-header__title {
    font-size: 92px;
    top: -14px;
    left: -134px;
  }

  .about-content__box {
    position: relative;
    max-width: 435px;
  }

  .about-content__box:nth-child(1) .about-circle__plus {
    right: 80px;
    bottom: -36px;
    z-index: 0;
  }

  .about-content__box:nth-child(3) {
    left: 0;
    bottom: auto;
    margin-bottom: 23px;
    z-index: 1;
  }

  .about-content__box:nth-child(3) .about-circle__circle {
    left: auto;
    right: -80px;
  }

  .about-content__box:nth-child(3) .about-circle__plus {
    right: auto;
    left: 90px;
    top: -30px;
    z-index: 0;
  }

  .about-content__box:nth-child(4) {
    left: 60px;
    top: 0;
    margin-bottom: 23px;
    z-index: 0;
  }

  .about-content__box:nth-child(4) .about-circle__circle {
    display: none;
  }

  .about-content__box:nth-child(5) {
    left: 0;
    bottom: auto;
  }

  .about-content__box:nth-child(5) .about-circle {
    display: none;
  }

  .about-content__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-content__img img {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 576px) {
  .about {
    padding-top: 60px;
  }

  .about .title {
    margin-left: 40px;
  }

  .about-content {
    font-size: 14px;
    line-height: 16px;
  }

  .about-header {
    margin-bottom: 80px;
  }

  .about-header__title {
    top: 2px;
    left: -33px;
    font-size: 80px;
    line-height: 65px;
  }

  .about-content {
    margin-bottom: 70px;
  }

  .about-content__item {
    padding: 22px;
    font-size: 14px;
    line-height: 16px;
  }

  .about-content__img {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .about-content__img img {
    margin-bottom: -32px;
  }

  .about-content__box {
    position: relative;
    max-width: 100%;
  }

  .about-content__box:nth-child(1) {
    left: 23px;
    width: calc(100% - 53px);
  }

  .about-content__box:nth-child(1) .about-circle__circle {
    width: 44px;
    height: 44px;
    top: -28px;
    left: -24px;
  }

  .about-content__box:nth-child(1) .about-circle__plus {
    width: 36px;
    height: 36px;
    bottom: -26px;
    z-index: 0;
  }

  .about-content__box:nth-child(1) .about-circle__plus svg {
    width: 16px;
    height: 16px;
  }

  .about-content__box:nth-child(3) {
    left: 0;
    bottom: auto;
    margin-bottom: 23px;
    padding-right: 55px;
    z-index: 1;
  }

  .about-content__box:nth-child(3) .about-circle__circle {
    left: auto;
    right: 0px;
    bottom: -38px;
    width: 72px;
    height: 72px;
  }

  .about-content__box:nth-child(3) .about-circle__plus {
    width: 30px;
    height: 30px;
    top: -23px;
  }

  .about-content__box:nth-child(3) .about-circle__plus svg {
    width: 14px;
    height: 14px;
  }

  .about-content__box:nth-child(4) {
    width: calc(100% - 60px);
  }

  .about-content__box:nth-child(5) {
    padding-right: 55px;
  }
}

.indicator-num {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 15px;
  font-size: 42px;
  line-height: 50px;
  font-family: 'Gilroy Medium';
  color: #F2D4B7;
  text-align: center;
}

.indicator-num::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #F2D4B7;
}

.indicator-content {
  width: 100%;
  max-width: 215px;
  margin: 0 auto;
  color: #F2D4B7;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .indicator-num {
    font-size: 32px;
    line-height: 38px;
  }

  .indicator-content {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 420px) {
  .indicator-num {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 30px;
    line-height: 38px;
  }

  .indicator-content {
    font-size: 11px;
    line-height: 14px;
  }
}

.request {
  padding-bottom: 90px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .request {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 576px) {
  .request {
    padding-bottom: 90px;
  }
}

.form .title {
  width: 100%;
  max-width: 340px;
  margin-bottom: 35px;
  font-size: 42px;
  text-transform: lowercase;
}

.form .title span {
  display: inline-block;
  margin-bottom: 5px;
}

.form__subtitle {
  margin-bottom: 49px;
  font-size: 16px;
  line-height: 19px;
}

.form label {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.form input {
  width: 100%;
  margin-bottom: 17px;
  padding: 9px 23px;
  background: #ffffff;
  border-radius: 5px;
  border: none;
  font-size: 16px;
}

.form-calculate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.form-calculate .button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 6%;
}

.form-consent {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}

.form-consent a {
  position: relative;
  color: #f2d4b7;
  font-family: 'Gilroy Medium';
  -webkit-text-decoration: #f2d4b7 underline;
  text-decoration: #F2D4B7 underline;
}

@media screen and (max-width: 992px) {
  .form {
    margin-top: -30px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .form .title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 36px;
  }

  .form .title span {
    font-size: 20px;
  }

  .form__subtitle {
    margin-bottom: 40px;
  }

  .form-calculate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .form-calculate .button {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%;
    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;
    padding: 0;
    height: 40px;
  }

  .form-calculate .button svg {
    margin-top: 2px;
  }

  .form input {
    margin-bottom: 27px;
  }

  .form-consent {
    font-size: 14px;
  }
}

.contact {
  position: relative;
  margin-top: 76px;
  margin-left: 105px;
}

.contact__title {
  position: absolute;
  left: -87px;
  top: -44px;
  margin: 0;
  font-size: 55px;
  font-family: 'Gilroy Semibold';
  text-transform: uppercase;
  color: #1D1A15;
  white-space: nowrap;
}

.contact-container {
  position: relative;
  padding: 24px 33px;
  z-index: 1;
}

.contact-container::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  height: 100%;
  background: rgba(85, 212, 224, 0.15);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: -1;
  border-radius: 5px 0 0 0;
}

.contact-title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 86px;
  font-size: 32px;
  color: #F2D4B7;
}

.contact-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 2px;
  background: #F2D4B7;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 22px;
}

.contact-item p {
  margin-bottom: 12px;
}

.contact-item a {
  margin-bottom: 8px;
  color: #ffffff;
}

.contact-item:last-child {
  margin-bottom: 12px;
}

.contact-soc a {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0;
  margin-right: 21px;
}

.contact-soc a:last-child {
  margin-right: 0;
}

.contact-soc a svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 992px) {
  .contact a {
    -webkit-transition: .4s;
    transition: .4s;
  }

  .contact a:hover {
    color: #F2D4B7;
  }

  .contact a:hover svg {
    fill: #F2D4B7;
  }
}

@media screen and (max-width: 1400px) {
  .contact {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .contact {
    margin-left: 20px;
  }
}

@media screen and (max-width: 992px) {
  .contact {
    margin-left: 0;
  }

  .contact-container {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 768px) {
  .contact-container {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 576px) {
  .contact__title {
    left: 23px;
    top: -27px;
    font-size: 43px;
    line-height: 46px;
  }

  .contact-container {
    margin-left: -15px;
    padding-left: 15px;
  }
}

.footer {
  padding-bottom: 20px;
}

.footer a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-container {
  padding-top: 30px;
  padding-bottom: 23px;
  border-top: 1px solid #C4C4C4;
}

.footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-item a {
  margin-bottom: 10px;
  color: #BCBCBC;
  font-size: 16px;
}

.footer-soc a {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0;
  margin-right: 13px;
}

.footer-soc a:last-child {
  margin-right: 0;
}

.footer-soc a svg {
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  fill: #BCBCBC;
}

.footer-copy {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .footer a {
    -webkit-transition: .4s;
    transition: .4s;
  }

  .footer a:hover {
    color: #F2D4B7;
  }

  .footer a:hover svg {
    fill: #F2D4B7;
  }
}

@media screen and (max-width: 992px) {
  .footer-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .logo {
    margin-bottom: 30px;
  }

  .footer .logo a {
    margin: 0 auto;
  }
}
