@font-face {
  font-family: "Sora";
  src:
    url("../fonts/Sora-ExtraBold.woff2") format("woff2"),
    url("../fonts/Sora-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src:
    url("../fonts/Sora-Bold.woff2") format("woff2"),
    url("../fonts/Sora-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src:
    url("../fonts/Sora-SemiBold.woff2") format("woff2"),
    url("../fonts/Sora-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src:
    url("../fonts/Sora-Medium.woff2") format("woff2"),
    url("../fonts/Sora-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Sora";
  src:
    url("../fonts/Sora-ExtraLight.woff2") format("woff2"),
    url("../fonts/Sora-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button:focus {
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font:
    400 24px "Sora",
    sans-serif;
  color: #29292b;
  background: #fff;
}

body.fixed {
  overflow: hidden;
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1808px;
  margin: 0 auto;
}

@media screen and (max-width: 1880px) {
  .container {
    width: 1500px;
  }
}

@media screen and (max-width: 1600px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1300px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

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

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 500;
  overflow: hidden;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .header {
    position: fixed;
    border-bottom: 1px solid #d4d4d5;
  }
}

.header.dop {
  position: fixed;
  transform: translateY(-100%);
}

@media only screen and (max-width: 991px) {
  .header.dop {
    transform: none;
  }
}

.header.fixed {
  transform: none;
}

.header__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__start {
  display: flex;
  align-items: center;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  margin-right: 100px;
}

@media only screen and (max-width: 1880px) {
  .header__logo {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 1600px) {
  .header__logo {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  .header__logo {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header__logo {
    width: 47px;
  }
}

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

.header__nav {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .header__nav {
    display: none;
  }
}

.header__nav li a {
  display: block;
  padding: 20px 76px;
  font-weight: 600;
  font-size: 18px;
  line-height: 178%;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (max-width: 1880px) {
  .header__nav li a {
    padding: 20px 55px;
  }
}

@media only screen and (max-width: 1600px) {
  .header__nav li a {
    font-size: 16px;
    padding: 18px 35px;
  }
}

@media only screen and (max-width: 1300px) {
  .header__nav li a {
    padding: 18px 30px;
  }
}

.header__nav li a:hover {
  background: #2c2c2c;
  color: #f25700;
}

.header__nav li a.active::before {
  content: "";
  height: 4px;
  width: 100%;
  background: #f25700;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.header__item {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .header__item {
    display: none;
  }
}

.header__tel {
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  display: block;
  padding: 27px 91px;
}

@media only screen and (max-width: 1880px) {
  .header__tel {
    padding: 27px 60px;
  }
}

@media only screen and (max-width: 1600px) {
  .header__tel {
    padding: 23px 40px;
  }
}

@media only screen and (max-width: 1300px) {
  .header__tel {
    padding: 23px 30px;
  }
}

.header__tel:hover {
  background: #2c2c2c;
  color: #f25700;
}

.header__btn {
  padding: 20px 102px;
  font-weight: 800;
  font-size: 16px;
  line-height: 200%;
  text-transform: uppercase;
  background: #f25700;
  color: #fff;
  margin-right: -56px;
  position: relative;
  display: block;
}

.header__btn::before {
  content: "";
  display: block;
  width: 40vh;
  position: absolute;
  top: 0;
  right: -40vh;
  height: 100%;
  transition: 300ms;
  background: #f25700;
  z-index: 5;
}

@media only screen and (max-width: 1880px) {
  .header__btn {
    padding: 20px 65px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .header__btn {
    padding: 16px 45px;
  }
}

@media only screen and (max-width: 1300px) {
  .header__btn {
    padding: 16px 30px;
  }
}

.header__btn span {
  position: relative;
  z-index: 5;
}

.header__btn:hover {
  background: #2c2c2c;
  color: #f25700;
}

.header__btn:hover::before {
  background: #2c2c2c;
}

.header__burger {
  display: none;
  width: 64px;
  height: 64px;
}

@media only screen and (max-width: 991px) {
  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #d4d4d5;
  }
}

@media only screen and (max-width: 767px) {
  .header__burger {
    margin-right: -24px;
  }
}

.header__burger a {
  display: block;
  cursor: pointer;
  padding: 12px 0;
}

.header__burger a span {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

.header__burger a span:before,
.header__burger a span:after {
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #29292b;
  transition: all 0.2s ease-in-out;
}

.header__burger a span:before {
  top: -4px;
}

.header__burger a span:after {
  top: 4px;
}

.header__burger a.active span {
  background: transparent;
}

.header__burger a.active span:before {
  transform: rotate(45deg) translate(3px, 2px);
}

.header__burger a.active span:after {
  transform: rotate(-45deg) translate(3px, -3px);
}

.drop-menu {
  display: none;
  position: fixed;
  top: -150vh;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 400;
  transition: 500ms;
}

@media only screen and (max-width: 991px) {
  .drop-menu {
    display: block;
  }
  .drop-menu.active {
    top: 0;
  }
}

.drop-menu .container {
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 128px 0 100px 0;
}

.drop-menu .container::-webkit-scrollbar {
  width: 0;
  opacity: 0;
  background: transparent;
}

.drop-menu__nav {
  margin-bottom: 80px;
  width: 100%;
}

.drop-menu__nav li a {
  display: block;
  padding: 20px 24px;
  font-weight: 800;
  font-size: 20px;
  line-height: 160%;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #d4d4d5;
}

.drop-menu__nav li a:hover {
  background: #f25700;
  border-bottom: 1px solid #f25700;
  color: #fff;
}

.drop-menu__end {
  border-top: 1px solid #d4d4d5;
  width: 100%;
}

.drop-menu__social {
  padding: 24px;
  display: flex;
  align-items: center;
}

.drop-menu__social li {
  margin-right: 16px;
}

.drop-menu__social li:last-child {
  margin-right: 0;
}

.drop-menu__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #d4d4d5;
}

.drop-menu__social li a:hover {
  background: #d4d4d5;
}

.drop-menu__tel {
  display: block;
  padding: 27px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
}

.drop-menu__tel:hover {
  background: #f25700;
  color: #fff;
}

.drop-menu__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f25700;
  color: #fff;
  padding: 12px 24px;
  font-weight: 800;
  font-size: 16px;
  line-height: 200%;
  text-transform: uppercase;
  width: 100%;
}

.showcase {
  position: relative;
  padding: 200px 0 100px 0;
  border-bottom: 1px solid #d4d4d5;
  min-height: 100vh;
  margin-bottom: 232px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.showcase::before {
  content: "";
  display: block;
  width: calc(50%);
  position: absolute;
  top: 72px;
  left: 0;
  background: #d4d4d5;
  height: 1px;
}

@media only screen and (max-width: 1600px) {
  .showcase::before {
    top: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase::before {
    display: none;
  }
}

@media only screen and (max-width: 1880px) {
  .showcase {
    padding: 170px 0 80px 0;
    margin-bottom: 180px;
  }
}

@media only screen and (max-width: 1600px) {
  .showcase {
    margin-bottom: 140px;
  }
}

@media only screen and (max-width: 1300px) {
  .showcase {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase {
    min-height: auto;
    padding: 120px 0 56px 0;
    margin-bottom: 56px;
  }
}

.showcase .container {
  width: 100%;
}

@media screen and (max-width: 1880px) {
  .showcase .container {
    width: 1500px;
  }
}

@media screen and (max-width: 1600px) {
  .showcase .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1300px) {
  .showcase .container {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .showcase .container {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .showcase .container {
    width: 100%;
  }
}

.showcase__image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-attachment: fixed;
}

@media only screen and (max-width: 1600px) {
  .showcase__image {
    top: 64px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__image {
    position: static;
    height: 440px;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__image {
    height: 327px;
    background-size: cover;
  }
}

.showcase__item {
  max-width: calc(50% - 56px);
}

@media only screen and (max-width: 1300px) {
  .showcase__item {
    max-width: calc(50% - 40px);
  }
}

@media only screen and (max-width: 991px) {
  .showcase__item {
    max-width: 100%;
  }
}

.showcase__title {
  font-weight: 600;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin-bottom: 56px;
  position: relative;
}

@media only screen and (max-width: 1880px) {
  .showcase__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1600px) {
  .showcase__title {
    font-size: 50px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  .showcase__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__title {
    max-width: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__title {
    max-width: 327px;
    margin-bottom: 24px;
  }
}

.showcase__title::before {
  content: "";
  display: block;
  width: 589px;
  height: 166px;
  background: url(../images/showcase-title.svg) no-repeat;
  background-size: 589px;
  background-position: center center;
  position: absolute;
  right: 73px;
  top: 86px;
  z-index: -1;
}

@media only screen and (max-width: 1880px) {
  .showcase__title::before {
    width: 520px;
    height: 145px;
    background-size: 520px;
    right: 6px;
    top: 82px;
  }
}

@media only screen and (max-width: 1600px) {
  .showcase__title::before {
    width: 420px;
    height: 200px;
    background-size: contain;
    right: 0;
    top: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .showcase__title::before {
    top: -5px;
    right: 13px;
    width: 329px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__title::before {
    width: 220px;
    background: url(../images/showcase-title-mobile.svg) no-repeat;
    background-size: 220px;
    background-position: center center;
    height: 104px;
    top: auto;
    right: 0;
    left: -4px;
    bottom: -4px;
  }
}

.showcase__title span {
  font-weight: 800;
}

.showcase__text {
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1880px) {
  .showcase__text {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1600px) {
  .showcase__text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__text {
    margin-bottom: 48px;
  }
}

.showcase__list {
  margin-bottom: 96px;
}

@media only screen and (max-width: 1880px) {
  .showcase__list {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 1600px) {
  .showcase__list {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__list {
    margin-bottom: 32px;
  }
}

.showcase__list li {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 133%;
  padding-left: 24px;
  position: relative;
}

@media only screen and (max-width: 1880px) {
  .showcase__list li {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1600px) {
  .showcase__list li {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__list li {
    font-size: 16px;
    padding-left: 20px;
  }
}

.showcase__list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #f25700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .showcase__list li::before {
    transform: none;
    top: 6px;
  }
}

.showcase__list li:last-child {
  margin-bottom: 0;
}

.showcase__btn {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: #f25700;
}

.showcase__btn span {
  position: relative;
}

.showcase__btn span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #f25700;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 300ms;
  opacity: 0;
}

@media only screen and (max-width: 1880px) {
  .showcase__btn {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .showcase__btn {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__btn {
    justify-content: flex-end;
    font-size: 18px;
  }
}

.showcase__btn svg {
  -webkit-animation: pulse3 2s ease-in-out infinite;
  animation: pulse3 2s ease-in-out infinite;
}

@-webkit-keyframes pulse3 {
  from {
    transform: none;
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: none;
  }
}

@keyframes pulse3 {
  from {
    transform: none;
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: none;
  }
}

@media only screen and (max-width: 1880px) {
  .showcase__btn svg {
    width: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .showcase__btn svg {
    width: 20px;
  }
}

.showcase__btn svg path {
  transition: 300ms;
}

.showcase__btn:hover span::before {
  opacity: 1;
}

.showcase__btn svg {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .showcase__btn svg {
    margin-left: 16px;
  }
}

.showcase__info {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 96px;
}

@media only screen and (max-width: 1880px) {
  .showcase__info {
    font-size: 22px;
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 1600px) {
  .showcase__info {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1300px) {
  .showcase__info {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .showcase__info {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.showcase__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .showcase__social {
    display: block;
  }
}

.showcase__social p {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
}

@media only screen and (max-width: 1880px) {
  .showcase__social p {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1600px) {
  .showcase__social p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1300px) {
  .showcase__social p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase__social p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.showcase__social ul {
  display: flex;
  align-items: center;
}

.showcase__social ul li {
  margin-right: 20px;
}

.showcase__social ul li:last-child {
  margin-right: 0;
}

.showcase__social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #d4d4d5;
}

.showcase__social ul li a:hover {
  background: #d4d4d5;
}

.showcase .contacts__map {
  width: 50%;
  max-width: 960px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .showcase .contacts__map {
    position: relative;
    height: 400px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase .contacts__map {
    height: 327px;
  }
}

.showcase .contacts__map-adres {
  left: 67%;
  top: 37%;
  width: 405px;
}

@media only screen and (max-width: 1880px) {
  .showcase .contacts__map-adres {
    left: 70%;
  }
}

@media only screen and (max-width: 1600px) {
  .showcase .contacts__map-adres {
    width: 260px;
    left: 64%;
  }
}

@media only screen and (max-width: 1300px) {
  .showcase .contacts__map-adres {
    left: 67%;
    top: 35%;
  }
}

@media only screen and (max-width: 991px) {
  .showcase .contacts__map-adres {
    left: 59%;
    top: 37%;
  }
}

@media only screen and (max-width: 767px) {
  .showcase .contacts__map-adres {
    font-size: 20px;
    width: 287px;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0);
  }
}

.effect {
  margin-bottom: 232px;
}

@media only screen and (max-width: 1880px) {
  .effect {
    margin-bottom: 180px;
  }
}

@media only screen and (max-width: 1660px) {
  .effect {
    margin-bottom: 140px;
  }
}

@media only screen and (max-width: 1300px) {
  .effect {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .effect {
    margin-bottom: 56px;
  }
}

.effect__content {
  height: 580px;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 56px;
  background-attachment: fixed;
}

@media only screen and (max-width: 1880px) {
  .effect__content {
    height: 520px;
    padding: 40px;
  }
}

@media only screen and (max-width: 1600px) {
  .effect__content {
    height: 480px;
  }
}

@media only screen and (max-width: 1300px) {
  .effect__content {
    height: 420px;
    padding: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .effect__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 767px) {
  .effect__content {
    height: 327px;
    padding: 32px 24px;
    width: calc(100% - 24px - 24px);
    margin: 0 auto;
    /*background-image: url(../images/mission-2.png) !important;*/
  }
}

.effect__abs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -1px;
}

@media only screen and (max-width: 1880px) {
  .effect__abs {
    width: 300px;
  }
}

@media only screen and (max-width: 1600px) {
  .effect__abs {
    width: 280px;
  }
}

@media only screen and (max-width: 1300px) {
  .effect__abs {
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .effect__abs {
    width: 154px;
  }
}

.effect__info {
  text-align: right;
  color: #fff;
  font-weight: 800;
  font-size: 48px;
  text-align: right;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1880px) {
  .effect__info {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1600px) {
  .effect__info {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1300px) {
  .effect__info {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .effect__info {
    text-align: left;
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .effect .container {
    padding: 0;
  }
}

.effect__items {
  display: flex;
  border-bottom: 1px solid #d4d4d5;
}

@media only screen and (max-width: 991px) {
  .effect__items {
    border: 0;
    margin-top: 56px;
    display: block;
  }
}

.effect__item {
  border-left: 1px solid #d4d4d5;
  height: 336px;
  transition: 500ms;
  padding: 40px;
  position: relative;
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.effect__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  bottom: -2px;
  background: #f25700;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 500ms;
}

@media only screen and (max-width: 991px) {
  .effect__item::after {
    display: none;
  }
}

@media only screen and (max-width: 1880px) {
  .effect__item {
    padding: 30px;
    height: 310px;
  }
}

@media only screen and (max-width: 1600px) {
  .effect__item {
    padding: 20px;
    height: 280px;
  }
}

@media only screen and (max-width: 1300px) {
  .effect__item {
    height: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .effect__item {
    height: auto;
    border: 0;
    border-bottom: 1px solid #d4d4d5;
    width: 100%;
    padding: 0;
  }
  .effect__item:first-child {
    border-top: 1px solid #d4d4d5;
  }
}

.effect__item:hover {
  width: 66%;
  position: relative;
}

.effect__item:hover::after {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .effect__item:hover {
    width: 100%;
  }
}

.effect__item:hover .effect__head span {
  color: #f25700;
}

@media only screen and (max-width: 991px) {
  .effect__item:hover .effect__head span {
    color: #909090;
  }
}

.effect__item:hover .effect__text {
  visibility: visible;
  opacity: 1;
}

.effect__item:hover .effect__link {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .effect__item.active {
    position: relative;
  }
  .effect__item.active::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #f25700;
    position: absolute;
    left: 0;
    top: -2px;
  }
}

@media only screen and (max-width: 991px) {
  .effect__item.active .effect__head span {
    color: #f25700 !important;
  }
}

.effect__block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .effect__block {
    display: none;
    padding: 0 24px 24px 24px;
  }
}

.effect__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #f25700;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  margin-top: 44px;
  opacity: 0;
  visibility: hidden;
  transition: 500ms;
}

@media only screen and (max-width: 1880px) {
  .effect__link {
    font-size: 22px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1600px) {
  .effect__link {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .effect__link {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .effect__link {
    margin-top: 40px;
    visibility: visible;
    opacity: 1;
  }
}

.effect__link span {
  margin-right: 20px;
}

@media only screen and (max-width: 1600px) {
  .effect__link span {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 1880px) {
  .effect__link svg {
    width: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .effect__link svg {
    width: 20px;
  }
}

.effect__head {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 32px;
}

@media only screen and (max-width: 1880px) {
  .effect__head {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1600px) {
  .effect__head {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .effect__head {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .effect__head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 24px;
    margin-bottom: 0;
  }
}

.effect__head span {
  font-weight: 600;
  font-size: 32px;
  color: #909090;
  transition: 500ms;
  margin-right: 12px;
}

@media only screen and (max-width: 1880px) {
  .effect__head span {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1600px) {
  .effect__head span {
    font-size: 24px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 1300px) {
  .effect__head span {
    font-size: 20px;
    margin-right: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .effect__head span {
    margin-right: 0;
  }
}

.effect__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  opacity: 0;
  visibility: hidden;
  transition: 500ms;
}

@media only screen and (max-width: 1880px) {
  .effect__text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .effect__text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .effect__text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .effect__text {
    font-size: 16px;
    line-height: 150%;
    visibility: visible;
    opacity: 1;
  }
}

.faq {
  margin-bottom: 440px;
}

@media only screen and (max-width: 1880px) {
  .faq {
    margin-bottom: 320px;
  }
}

@media only screen and (max-width: 1660px) {
  .faq {
    margin-bottom: 240px;
  }
}

@media only screen and (max-width: 1300px) {
  .faq {
    margin-bottom: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .faq {
    margin-bottom: 128px;
  }
}

.faq__items {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .faq__items {
    display: block;
  }
}

.faq__item {
  width: 100%;
  margin-right: 48px;
  padding-left: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 1880px) {
  .faq__item {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1600px) {
  .faq__item {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .faq__item {
    margin-right: 0;
    margin-bottom: 56px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .faq__item {
    padding: 0 24px;
  }
}

.faq__title {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1880px) {
  .faq__title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1600px) {
  .faq__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .faq__title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

.faq__title span {
  font-weight: 800;
}

@media only screen and (max-width: 767px) {
  .faq__title span {
    display: block;
  }
}

.faq__header {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1880px) {
  .faq__header {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1600px) {
  .faq__header {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .faq__header {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__header {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.faq__text {
  font-size: 24px;
  line-height: 133%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1880px) {
  .faq__text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .faq__text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1300px) {
  .faq__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__text {
    margin-bottom: 24px;
  }
}

.faq__btn {
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
  color: #f25700;
}

.faq__btn::before {
  content: "";
  display: block;
  width: 0;
  height: 6px;
  background: #f25700;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 1000ms;
}

@media only screen and (max-width: 991px) {
  .faq__btn::before {
    height: 3px;
  }
}

@media only screen and (max-width: 1880px) {
  .faq__btn {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1600px) {
  .faq__btn {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1300px) {
  .faq__btn {
    font-size: 28px;
    line-height: 140%;
  }
}

.faq__btn.element-show::before {
  width: 100%;
}

.faq__btn:hover::before {
  transition: 300ms;
  opacity: 0;
}

.faq__blocks {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .faq .container {
    padding: 0;
  }
}

.faq__block {
  width: 100%;
  border: 1px solid #d4d4d5;
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .faq__block {
    border-left: 0;
    border-right: 0;
  }
}

.faq__block:hover .faq__block-arrow svg path {
  fill: #f25700;
}

.faq__block:hover .faq__block-head {
  color: #f25700;
}

.faq__block.active .faq__block-arrow svg path {
  fill: #f25700;
}

.faq__block:last-child {
  border-bottom: 1px solid #d4d4d5;
}

.faq__block-head {
  transition: 300ms;
}

.faq__block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  cursor: pointer;
}

@media only screen and (max-width: 1880px) {
  .faq__block-header {
    padding: 30px;
  }
}

@media only screen and (max-width: 1600px) {
  .faq__block-header {
    padding: 24px;
  }
}

.faq__block-head {
  font-weight: 600;
  font-size: 32px;
}

@media only screen and (max-width: 1880px) {
  .faq__block-head {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1600px) {
  .faq__block-head {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1300px) {
  .faq__block-head {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__block-head {
    font-size: 20px;
  }
}

.faq__block-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  width: 24px;
  margin-left: 20px;
}

@media only screen and (max-width: 1880px) {
  .faq__block-arrow {
    min-width: 22px;
    width: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .faq__block-arrow {
    min-width: 20px;
    width: 20px;
  }
}

.faq__block-arrow svg path {
  transition: 300ms;
  fill: #d4d4d5;
}

.faq__block-body {
  padding: 0 40px 40px 40px;
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  display: none;
}

@media only screen and (max-width: 1880px) {
  .faq__block-body {
    padding: 0 30px 30px 30px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .faq__block-body {
    padding: 0 24px 24px 24px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1300px) {
  .faq__block-body {
    font-size: 16px;
  }
}

.faq__body-link {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: #f25700;
  display: block;
  text-align: right;
  margin-top: 44px;
}

@media only screen and (max-width: 1880px) {
  .faq__body-link {
    font-size: 22px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1600px) {
  .faq__body-link {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .faq__body-link {
    font-size: 18px;
  }
}

.contacts {
  position: relative;
  background: #e5e5e5;
  padding: 144px 0 0 0;
}

@media only screen and (max-width: 1880px) {
  .contacts {
    padding: 100px 0 0 0;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts {
    padding: 80px 0 0 0;
  }
}

@media only screen and (max-width: 1300px) {
  .contacts {
    padding: 60px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .contacts {
    padding: 60px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .contacts {
    padding: 48px 0 0;
  }
}

.contacts__abs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -208px;
  right: 0;
  width: 100%;
}

@media only screen and (max-width: 1880px) {
  .contacts__abs {
    top: -170px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__abs {
    top: -155px;
  }
}

@media only screen and (max-width: 1300px) {
  .contacts__abs {
    min-width: 1300px;
    top: -120px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__abs {
    top: -100px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__abs {
    top: -70px;
    min-width: 767px;
  }
}

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

.contacts__line {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.contacts__line_wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
   -webkit-animation: marquee 30s infinite linear;
  animation: marquee 30s infinite linear;
}

@media only screen and (max-width: 767px) {
  .contacts__line {
    padding-bottom: 5px;
  }
}

.contacts__line-item {
  font-weight: 700;
  font-size: 96px;
  line-height: 162%;
  text-transform: uppercase;
  padding: 0 56px;
  position: relative;
  white-space: nowrap;
  color: #545455;
 
}

@media only screen and (max-width: 1880px) {
  .contacts__line-item {
    font-size: 80px;
    padding: 0 45px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__line-item {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1300px) {
  .contacts__line-item {
    font-size: 54px;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__line-item {
    font-size: 44px;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__line-item {
    font-size: 32px;
    padding: 0 16px;
  }
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.contacts__line-item::before {
  content: "";
  display: block;
  width: 13px;
  height: 90px;
  background: #f25700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.5;
}

@media only screen and (max-width: 1880px) {
  .contacts__line-item::before {
    width: 10px;
    height: 80px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__line-item::before {
    height: 70px;
    width: 8px;
  }
}

@media only screen and (max-width: 1300px) {
  .contacts__line-item::before {
    height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__line-item::before {
    width: 6px;
    height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__line-item::before {
    width: 4px;
    height: 30px;
  }
}

.contacts__content {
  max-width: 1192px;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .contacts__content {
    max-width: 100%;
  }
}

.contacts__title {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1880px) {
  .contacts__title {
    font-size: 42px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__title {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__title {
    font-size: 28px;
  }
}

.contacts__title span {
  font-weight: 800;
}

.contacts__header {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1880px) {
  .contacts__header {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__header {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__header {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__header {
    font-size: 20px;
  }
}

.contacts__form {
  margin-top: 40px;
}

.contacts__radios {
  display: flex;
  align-items: center;
  margin-bottom: 96px;
}

@media only screen and (max-width: 1880px) {
  .contacts__radios {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__radios {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__radios {
    margin-bottom: 40px;
    display: block;
  }
}

.contacts__radio {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  border: 1px solid #545455;
  margin-right: 16px;
  transition: 300ms;
}

.contacts__radio:hover {
  background: #545455;
  color: #fff;
}

@media only screen and (max-width: 1880px) {
  .contacts__radio {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__radio {
    display: inline-block;
    font-size: 16px;
    margin: 6px 6px 6px 0;
  }
}

.contacts__radio:last-child {
  margin-right: 0;
}

.contacts__radio span {
  width: 100%;
  height: 100%;
  padding: 20px 24px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .contacts__radio span {
    padding: 16px 24px;
  }
}

.contacts__radio span b {
  font-weight: 600;
  position: relative;
  z-index: 5;
}

.contacts__radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.contacts__radio input:checked ~ span {
  color: #fff;
}

.contacts__radio input:checked ~ span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #29292b;
  top: 0;
  left: 0;
}

.contacts__form-block {
  margin-bottom: 96px;
}

@media only screen and (max-width: 1880px) {
  .contacts__form-block {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__form-block {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__form-block {
    margin-bottom: 40px;
  }
}

.contacts__form-head {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 32px;
}

@media only screen and (max-width: 1880px) {
  .contacts__form-head {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__form-head {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__form-head {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__form-head {
    font-size: 20px;
  }
}

.contacts__form-inputs {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .contacts__form-inputs {
    display: block;
  }
}

.contacts__form-inputs input {
  width: 100%;
  padding-bottom: 32px;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(41, 41, 43, 0.5);
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  font-family: inherit;
}

.contacts__form-inputs input:focus {
  border-bottom: 1px solid #4d4d4d;
}

@media only screen and (max-width: 1880px) {
  .contacts__form-inputs input {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1880px) {
  .contacts__form-inputs input {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__form-inputs input {
    font-size: 18px;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__form-inputs input {
    font-size: 16px;
  }
}

.contacts__form-inputs input::-moz-placeholder {
  color: #4d4d4d;
}

.contacts__form-inputs input::-ms-input-placeholder {
  color: #4d4d4d;
}

.contacts__form-inputs input::placeholder {
  color: #4d4d4d;
}

.contacts__form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media only screen and (max-width: 991px) {
  .contacts__form-grid {
    grid-template-columns: 1fr;
  }
}

.contacts__form-grid input {
  width: 100%;
  padding-bottom: 32px;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(41, 41, 43, 0.5);
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  font-family: inherit;
}

.contacts__form-grid input:focus {
  border-bottom: 1px solid #4d4d4d;
}

@media only screen and (max-width: 1880px) {
  .contacts__form-grid input {
    padding-bottom: 20px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__form-grid input {
    font-size: 18px;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__form-grid input {
    font-size: 16px;
  }
}

.contacts__form-grid input::-moz-placeholder {
  color: #4d4d4d;
}

.contacts__form-grid input::-ms-input-placeholder {
  color: #4d4d4d;
}

.contacts__form-grid input::placeholder {
  color: #4d4d4d;
}

.contacts__social {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  justify-content: space-between;
  color: #545455;
}

@media only screen and (max-width: 1880px) {
  .contacts__social {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__social {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__social {
    font-size: 16px;
    display: block;
  }
  .contacts__social p {
    margin-bottom: 20px;
  }
}

.contacts__social-items {
  display: flex;
  align-items: center;
}

.contacts__social-item {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  transition: 300ms;
}

@media only screen and (max-width: 1600px) {
  .contacts__social-item {
    margin-right: 15px;
  }
}

.contacts__social-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  border: 1px solid #d4d4d5;
}

.contacts__social-item svg path {
  transition: 300ms;
}

.contacts__social-item:last-child {
  margin-right: 0;
}

.contacts__social-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}

.contacts__social-item input:checked ~ span {
  border: 1px solid #f25700;
}

.contacts__social-item input:checked ~ span svg path {
  fill: #f25700;
}
.contacts__social-item input:checked ~ span .none-fill path {
  fill: none;
  stroke: #f25700;
}

.contacts__social-item input:checked ~ span svg path:nth-child(2),
.contacts__social-item input:checked ~ span svg path:nth-child(3),
.contacts__social-item input:checked ~ span svg path:nth-child(4) {
  stroke: #f25700;
}

.contacts__social-item:hover span {
  border: 1px solid #f25700;
}

.contacts__social-item:hover svg path {
  fill: #f25700;
}
.contacts__social-item:hover .none-fill path {
  fill: none;
  stroke: #f25700;
}

.contacts__social-item:hover svg path:nth-child(2),
.contacts__social-item:hover svg path:nth-child(3),
.contacts__social-item:hover svg path:nth-child(4) {
  stroke: #f25700;
}

.contacts__area {
  width: 100%;
  resize: none;
  padding-bottom: 30px;
  border: 0;
  background: none;
  border-bottom: 1px solid rgba(41, 41, 43, 0.5);
  color: #29292b;
  font-size: 26px;
  font-family: inherit;
  height: 64px;
  margin-bottom: 96px;
}

.contacts__area:focus {
  border-bottom: 1px solid #4d4d4d;
}

@media only screen and (max-width: 1880px) {
  .contacts__area {
    padding-bottom: 20px;
    font-size: 22px;
    margin-bottom: 75px;
    height: 54px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__area {
    margin-bottom: 60px;
    font-size: 18px;
    height: 45px;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__area {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__area {
    font-size: 16px;
    height: 40px;
  }
}

.contacts__area::-moz-placeholder {
  color: #545455;
}

.contacts__area::-ms-input-placeholder {
  color: #545455;
}

.contacts__area::placeholder {
  color: #545455;
}

.contacts__btn {
  border: 0;
  background: none;
  font-weight: 700;
  font-size: 42px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  border: 4px solid #f25700;
  padding: 8px 2%;
  margin-bottom: 20px;
  transition: 300ms;
  cursor: pointer;
  background: #f25700;
}

.contacts__btn:hover{
  background: none;
  color: #f25700;
}

@media only screen and (max-width: 1880px) {
  .contacts__btn {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__btn {
    font-size: 36px;
    border-bottom: 3px solid #f25700;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__btn {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__btn {
    font-size: 28px;
    margin-bottom: 24px;
    width: 100%;
  }
}

.contacts__end {
  font-size: 16px;
  line-height: 125%;
  color: #2c2c2c;
}

@media only screen and (max-width: 767px) {
  .contacts__end {
    font-size: 14px;
  }
}

.contacts__end a {
  text-decoration: underline;
  font-weight: 700;
}

.contacts__end a:hover {
  text-decoration: none;
}

.contacts #datepicker {
  background-image: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0 top;
  padding-left: 34px;
  cursor: pointer;
  width: 100%;
}

.contacts .datepicker {
  width: 100%;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .contacts .datepicker {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.contacts .datepicker__header {
  background: none;
}

.contacts .datepicker__prev {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M15 8.25H5.87l4.19-4.19L9 3 3 9l6 6 1.06-1.06-4.19-4.19H15v-1.5z" fill="black"/></svg>');
}

.contacts .datepicker__prev::before {
  content: "";
  display: block;
  width: 1px;
  background: #29292b;
  height: calc(100% + 10px);
  position: absolute;
  right: -5px;
  top: -5px;
}

.contacts .datepicker__next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M9 3L7.94 4.06l4.19 4.19H3v1.5h9.13l-4.19 4.19L9 15l6-6z" fill="black"/></svg>');
}

.contacts .datepicker__next::after {
  content: "";
  display: block;
  width: 1px;
  background: #29292b;
  height: calc(100% + 10px);
  position: absolute;
  left: -5px;
  top: -5px;
}

.contacts .datepicker__title {
  color: #29292b;
  font-family: "Sora";
}

.contacts .datepicker__cal th {
  color: #29292b;
  font-family: "Sora";
}

.contacts .is-otherMonth {
  color: #909090;
  font-family: "Sora";
}

.contacts .datepicker__wrapper {
  border: 0;
}

.contacts .is-selected.datepicker__day div {
  border-radius: 0;
  background: #f25700;
  color: #fff;
}

.contacts .datepicker__day:hover div::after {
  background: #f25700;
}

.contacts .is-today.datepicker__day div {
  color: #f25700;
}

.contacts .is-today.datepicker__day div::after {
  border-radius: 0;
}

.contacts .is-today.datepicker__day:hover div {
  color: #fff !important;
}

.contacts .datepicker__day:hover {
  color: #fff !important;
}

.contacts .datepicker__day div {
  border-radius: 0;
}

.contacts .datepicker__day {
  border-radius: 0;
  font-family: "Sora";
}

.contacts .datepicker__day div::after {
  border-radius: 0;
}

.contacts .datepicker__day:hover div {
  background: rgba(242, 89, 0, 0.1);
}

.contacts .datepicker__day:active div {
  background: rgba(242, 89, 0, 0.1);
}

.contacts .datepicker__day:focus div {
  background: rgba(242, 89, 0, 0.1);
}

.contacts .datepicker__header {
  border: 1px solid #29292b;
}

.contacts .datepicker__wrapper {
  padding: 15px;
}

.contacts .datepicker__prev:hover,
.contacts .datepicker__next:hover {
  background-color: transparent;
}

.contacts__map {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 580px;
  position: relative;
  max-width: calc(100% - 154px);
}

@media only screen and (max-width: 1880px) {
  .contacts__map {
    height: 500px;
    max-width: calc(100% - 180px);
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__map {
    height: 420px;
    max-width: calc(100% - 120px);
  }
}

@media only screen and (max-width: 1300px) {
  .contacts__map {
    height: 390px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__map {
    max-width: 100%;
    height: 370px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__map {
    height: 327px;
  }
}

.contacts__map-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.contacts__map-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .contacts__map-image img {
    -o-object-position: 20%;
    object-position: 20%;
  }
}

.contacts__map-head {
  position: absolute;
  z-index: 5;
  font-size: 25px;
  text-align: center;
  color: #999;
  top: 25px;
  left: 37px;
}

@media only screen and (max-width: 1880px) {
  .contacts__map-head {
    font-size: 22px;
    left: 25px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__map-head {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__map-head {
    display: none;
  }
}

.contacts__map-adres {
  background: #fff;
  position: absolute;
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 20px;
  line-height: 140%;
  padding: 12px;
  top: 32%;
  left: 41%;
  transform: translate(-50%, -50%);
  -webkit-animation: pulse4 3s ease-in-out infinite;
  animation: pulse4 3s ease-in-out infinite;
}

@media only screen and (max-width: 1880px) {
  .contacts__map-adres {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__map-adres {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1300px) {
  .contacts__map-adres {
    top: 28%;
  }
}

@media only screen and (max-width: 767px) {
  .contacts__map-adres {
    font-size: 20px;
    width: 287px;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0);
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes pulse4 {
  from {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -35%);
  }
  to {
    transform: translate(-50%, -50%);
  }
}

@keyframes pulse4 {
  from {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -35%);
  }
  to {
    transform: translate(-50%, -50%);
  }
}

.contacts__map-adres span {
  display: block;
  font-weight: 700;
}

.contacts__map-adres::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url(../images/adres-abs.svg) no-repeat;
  background-size: 12px;
  background-position: center;
  bottom: -8px;
  left: 16px;
  position: absolute;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .contacts__map-adres::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.contacts__up {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-left: auto;
  width: 210px;
  height: 210px;
  background: #f25700;
  font-weight: 700;
  font-size: 51px;
  line-height: 178%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  transform: translateX(55px);
  transition: 300ms;
  cursor: pointer;
  overflow: hidden;
}

.contacts__up span {
  -webkit-animation: pulse2 3s ease-in-out infinite;
  animation: pulse2 3s ease-in-out infinite;
}

@-webkit-keyframes pulse2 {
  from {
    transform: none;
  }
  50% {
    transform: scale(1.2);
  }
  to {
    transform: none;
  }
}

@keyframes pulse2 {
  from {
    transform: none;
  }
  50% {
    transform: scale(1.2);
  }
  to {
    transform: none;
  }
}

@media only screen and (max-width: 1880px) {
  .contacts__up {
    transform: none;
    width: 180px;
    height: 180px;
    font-size: 40px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts__up {
    width: 120px;
    height: 120px;
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts__up {
    width: 100%;
    height: 56px;
    font-size: 24px;
    margin-top: 24px;
  }
}

.contacts__up:hover {
  background: #29292b;
  color: #f25700;
}

.contacts-second {
  overflow: hidden;
  background: #e5e5e5;
  padding-top: 144px;
}

@media only screen and (max-width: 1880px) {
  .contacts-second {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 1600px) {
  .contacts-second {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .contacts-second {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts-second {
    padding-bottom: 48px;
  }
}

.footer {
  background: #29292b;
  color: #fff;
  padding: 96px 0;
}

@media only screen and (max-width: 1880px) {
  .footer {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 1300px) {
  .footer {
    padding: 48px 0;
  }
}

.footer__items {
  padding-bottom: 96px;
  margin-bottom: 96px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 1880px) {
  .footer__items {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1300px) {
  .footer__items {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__items {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .footer__items {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer__start {
    margin-bottom: 48px;
  }
}

.footer__head {
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 24px;
  line-height: 118%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 1880px) {
  .footer__head {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1880px) {
  .footer__head {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .footer__head {
    margin-bottom: 12px;
  }
}

.footer__link {
  display: block;
  font-size: 48px;
  line-height: 156%;
  letter-spacing: -0.05em;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1880px) {
  .footer__link {
    font-size: 42px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1880px) {
  .footer__link {
    font-size: 36px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 1300px) {
  .footer__link {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__link {
    font-size: 28px;
  }
}

.footer__link:hover {
  color: #f25700;
}

.footer__copy {
  padding-top: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 119%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #999;
}

@media only screen and (max-width: 1880px) {
  .footer__copy {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1880px) {
  .footer__copy {
    padding-top: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__copy {
    padding-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer__copy.desk {
    display: none;
  }
}

.footer__copy.mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .footer__copy.mobile {
    display: block;
  }
}

.footer__item {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .footer__item {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .footer__item {
    display: block;
  }
}

.footer__nav {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1880px) {
  .footer__nav {
    margin-bottom: 48px;
  }
}

.footer__nav li {
  margin-bottom: 16px;
}

.footer__nav li:last-child {
  margin-bottom: 0;
}

.footer__nav li a {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1880px) {
  .footer__nav li a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__nav li a {
    font-size: 24px;
  }
}

.footer__nav li a:hover {
  color: #f25700;
}

.footer__police {
  opacity: 0.6;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

@media only screen and (max-width: 1880px) {
  .footer__police {
    font-size: 18px;
  }
}

.footer__police:hover {
  opacity: 1;
}

.footer__social {
  display: flex;
  align-items: center;
  margin-left: 160px;
}

@media only screen and (max-width: 1880px) {
  .footer__social {
    margin-left: 140px;
  }
}

@media only screen and (max-width: 1300px) {
  .footer__social {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__social {
    margin-left: 0;
    margin-top: 48px;
  }
}

.footer__social li {
  margin-right: 20px;
}

.footer__social li:last-child {
  margin-right: 0;
}

.footer__social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 48px;
  height: 48px;
  border: 1px solid #d4d4d5;
}

.footer__social li a:hover {
  background: #f25700;
  border: 1px solid #f25700;
}

.footer__end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .footer__end {
    display: block;
  }
}

.footer__end-start {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .footer__end-start {
    margin-bottom: 48px;
  }
}

.footer__end-start p {
  font-weight: 600;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1880px) {
  .footer__end-start p {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1880px) {
  .footer__end-start p {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1300px) {
  .footer__end-start p {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__end-start p {
    font-size: 32px;
  }
}

.footer__end-link {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #f25700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  border-bottom: 6px solid #f25700;
}

@media only screen and (max-width: 1880px) {
  .footer__end-link {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1880px) {
  .footer__end-link {
    font-size: 36px;
    border-bottom: 3px solid #f25700;
  }
}

@media only screen and (max-width: 991px) {
  .footer__end-link {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__end-link {
    font-size: 28px;
  }
}

.footer__end-link:hover {
  border-bottom: 6px solid transparent;
}

@media only screen and (max-width: 1880px) {
  .footer__end-link:hover {
    border-bottom: 3px solid transparent;
  }
}

.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  min-width: 61px;
  margin-right: 40px;
}

@media only screen and (max-width: 1880px) {
  .footer__logo {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .footer__logo {
    width: 50px;
    min-width: 50px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 40px;
    min-width: 40px;
    margin-right: 16px;
  }
}

.fancybox__backdrop {
  background: rgba(41, 41, 43, 0.3);
}

.f-button.is-close-btn {
  display: none;
}

.success {
  max-width: 884px;
  width: 100%;
  padding: 0;
  background: #fff;
}

@media only screen and (max-width: 1600px) {
  .success {
    max-width: 750px;
  }
}

.success__inner {
  padding: 40px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .success__inner {
    padding: 20px;
  }
}

.success__strong {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  width: 64px;
  height: 64px;
  background: #2c2c2c;
  right: -64px;
  top: 0;
}

@media only screen and (max-width: 1600px) {
  .success__strong {
    width: 55px;
    height: 55px;
    right: -55px;
  }
}

@media only screen and (max-width: 991px) {
  .success__strong {
    top: -55px;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .success__strong {
    width: 45px;
    height: 45px;
    top: -45px;
  }
}

.success__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d4d5;
  width: 96px;
  height: 96px;
  margin: 0 auto 24px auto;
}

@media only screen and (max-width: 1600px) {
  .success__image {
    width: 80px;
    height: 80px;
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .success__image {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
}

.success__title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #d4d4d5;
}

@media only screen and (max-width: 1600px) {
  .success__title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .success__title {
    font-size: 32px;
  }
}

.success__text {
  text-align: center;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1600px) {
  .success__text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .success__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.success__text p {
  margin-bottom: 12px;
}

.success__text p:last-child {
  margin-bottom: 0;
}

.success__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  background: #f25700;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 200%;
  text-transform: uppercase;
  cursor: pointer;
  transition: 300ms;
  border: 0;
}

@media only screen and (max-width: 1600px) {
  .success__btn {
    height: 62px;
  }
}

.success__btn:hover {
  background: #2c2c2c;
}

@media only screen and (max-width: 991px) {
  .fancybox__slide {
    padding-top: 55px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
}

.preloader__logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: pulse 2s ease-in-out infinite;
  animation: pulse 2s ease-in-out infinite;
  transition: 1000ms;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .preloader__logo {
    width: 120px;
    margin: 0 auto;
  }
}

.preloader__logo.active {
  opacity: 1;
}

@-webkit-keyframes pulse {
  from {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(0.85);
  }
}

@keyframes pulse {
  from {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(0.85);
  }
}

.showcase-about {
  overflow: hidden;
}

.showcase-about .showcase__title::before {
  display: none;
}

.showcase-about .showcase__title span {
  background: #e5e5e5;
  border-radius: 16px;
  padding: 0 12px;
  transform: translateX(-12px);
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .showcase-about .showcase__title span {
    transform: translateX(-4px);
    padding: 2px 4px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-about .showcase__title span {
    white-space: nowrap;
  }
}

.effect-about .effect__abs {
  left: auto;
  right: 0;
}

.effect-about .effect__info {
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
}

@media only screen and (max-width: 1880px) {
  .effect-about .effect__info {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .effect-about .effect__info {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .effect-about .effect__info {
    max-width: 600px;
    font-size: 18px;
  }
  .effect-about .effect__info br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .effect-about .effect__info {
    font-size: 16px;
  }
}

.effect-about .effect__info span {
  display: block;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1880px) {
  .effect-about .effect__info span {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1600px) {
  .effect-about .effect__info span {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1300px) {
  .effect-about .effect__info span {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .effect-about .effect__info span {
    font-size: 28px;
  }
}

.zone {
  margin-bottom: 232px;
}

@media only screen and (max-width: 1880px) {
  .zone {
    margin-bottom: 180px;
  }
}

@media only screen and (max-width: 1600px) {
  .zone {
    margin-bottom: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .zone {
    margin-bottom: 112px;
  }
}

.zone__headers {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 52px;
}

@media only screen and (max-width: 1880px) {
  .zone__headers {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1600px) {
  .zone__headers {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .zone__headers {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .zone__headers {
    padding: 0 24px;
    margin-bottom: 56px;
  }
}

.zone__headers-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  width: 100%;
}

@media only screen and (max-width: 1880px) {
  .zone__headers-text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .zone__headers-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .zone__headers-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1300px) {
  .zone__headers-text br {
    display: none;
  }
}

.zone__title {
  width: 100%;
  font-weight: 600;
  font-size: 48px;
}

@media only screen and (max-width: 1880px) {
  .zone__title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1600px) {
  .zone__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1300px) {
  .zone__title {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .zone__title {
    font-size: 28px;
  }
  .zone__title span {
    font-weight: 800;
  }
}

.zone__items {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .zone__items {
    display: block;
  }
}

.zone__item {
  width: 100%;
}

.zone__item:nth-child(1) {
  border-right: 1px solid #d4d4d5;
}

@media only screen and (max-width: 991px) {
  .zone__item:nth-child(1) {
    border-right: 0;
  }
}

.zone__item:nth-child(1) .zone__block {
  border-right: 0;
}

@media only screen and (max-width: 991px) {
  .zone__item:nth-child(1) .zone__block {
    border-right: 1px solid #d4d4d5;
  }
}

@media only screen and (max-width: 767px) {
  .zone__item:nth-child(1) .zone__block {
    border-right: 0;
  }
}

.zone__item:nth-child(2) .zone__block {
  border-left: 0;
}

@media only screen and (max-width: 991px) {
  .zone__item:nth-child(2) .zone__block {
    border-left: 1px solid #d4d4d5;
  }
}

@media only screen and (max-width: 767px) {
  .zone__item:nth-child(2) .zone__block {
    border-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .zone__item:nth-child(2) .zone__block:first-child {
    border-top: 0;
  }
}

.zone__block {
  border: 1px solid #d4d4d5;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .zone__block {
    border-right: 0;
    border-left: 0;
  }
}

.zone__block:nth-child(2) {
  border-top: 0;
}

.zone__block.active .zone__head {
  color: #f25700;
}

.zone__block.active .zone__arrow svg path {
  fill: #f25700;
}

.zone__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  cursor: pointer;
}

@media only screen and (max-width: 1880px) {
  .zone__header {
    padding: 30px;
  }
}

@media only screen and (max-width: 1600px) {
  .zone__header {
    padding: 24px;
  }
}

.zone__header:hover .zone__head {
  color: #f25700;
}

.zone__header:hover .zone__arrow svg path {
  fill: #f25700;
}

.zone__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  width: 24px;
  margin-left: 20px;
}

@media only screen and (max-width: 1880px) {
  .zone__arrow {
    min-width: 22px;
    width: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .zone__arrow {
    min-width: 20px;
    width: 20px;
  }
}

.zone__arrow svg path {
  transition: 300ms;
}

.zone__head {
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
  transition: 300ms;
}

@media only screen and (max-width: 1880px) {
  .zone__head {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1600px) {
  .zone__head {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1300px) {
  .zone__head {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .zone__head {
    font-size: 20px;
  }
}

.zone__body {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  padding: 0 40px 40px 40px;
  display: none;
}

@media only screen and (max-width: 1880px) {
  .zone__body {
    font-size: 22px;
    padding: 0 30px 30px 30px;
  }
}

@media only screen and (max-width: 1600px) {
  .zone__body {
    font-size: 18px;
    padding: 0 24px 24px 24px;
  }
}

@media only screen and (max-width: 1300px) {
  .zone__body {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .zone .container {
    padding: 0;
  }
}

.services {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
  min-height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-attachment: fixed;
}

@media only screen and (max-width: 991px) {
  .services {
    height: auto;
    min-height: auto;
    padding: 262px 0 200px 0;
  }
}

.services::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.services .container {
  position: relative;
  z-index: 5;
}

.services__title {
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: -0.01em;
  max-width: 990px;
  margin: 0 auto;
}

@media only screen and (max-width: 1880px) {
  .services__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1600px) {
  .services__title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .services__title {
    font-size: 46px;
  }

  .services {
    background-size: cover;
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 767px) {
  .services__title {
    font-size: 40px;
  }
}

.services__title span {
  display: inline-block;
  color: #f25700;
  background: #e5e5e5;
  border-radius: 16px;
  padding: 0 12px;
}

@media only screen and (max-width: 767px) {
  .services__title span {
    border-radius: 10px;
    padding: 0 6px;
  }
}

.services-content {
  overflow: hidden;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1880px) {
  .services-content {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  .services-content {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .services-content {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .services-content {
    margin-bottom: 56px;
  }
}

.services-content__items {
  padding: 128px 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media only screen and (max-width: 1880px) {
  .services-content__items {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 1600px) {
  .services-content__items {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 1300px) {
  .services-content__items {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .services-content__items {
    padding: 56px 0;
  }
}

.services-content__items::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #d4d4d5;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.content__item {
  width: 100%;
}

.services-content__items:nth-child(2n) {
  flex-direction: row-reverse;
}

.services-content__items:nth-child(2n) .services-content__abs {
  right: auto;
  left: 0;
}

.services-content__items:nth-child(2n) .services-content__item {
  padding-right: 0;
  padding-left: 48px;
}

@media only screen and (max-width: 1880px) {
  .services-content__items:nth-child(2n) .services-content__item {
    padding-left: 0;
  }
}

.services-content__items:nth-child(2n) .services-content__image {
  margin-right: 0;
  margin-left: 104px;
  background-position: right;
}

@media only screen and (max-width: 1880px) {
  .services-content__items:nth-child(2n) .services-content__image {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 1300px) {
  .services-content__items:nth-child(2n) .services-content__image {
    margin-left: 0;
  }
}

.services-content__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 848px;
  width: 848px;
  margin-right: 104px;
  height: 704px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  background-attachment: fixed;
  position: relative;
}

@media only screen and (max-width: 1880px) {
  .services-content__image {
    min-width: 750px;
    width: 750px;
    margin-right: 80px;
    height: 620px;
  }
}

@media only screen and (max-width: 1600px) {
  .services-content__image {
    min-width: 600px;
    width: 600px;
    height: 490px;
  }
}

@media only screen and (max-width: 1300px) {
  .services-content__image {
    min-width: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .services-content__image {
    height: 420px;
    background-size: cover;
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 767px) {
  .services-content__image {
    height: 327px;
  }
}

.services-content__abs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

@media only screen and (max-width: 1880px) {
  .services-content__abs {
    width: 290px;
  }
}

@media only screen and (max-width: 1600px) {
  .services-content__abs {
    width: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .services-content__abs {
    width: 154px;
  }
}

.services-content__title {
  margin-bottom: 48px;
  font-weight: 600;
  font-size: 48px;
}

@media only screen and (max-width: 1880px) {
  .services-content__title {
    font-size: 42px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1600px) {
  .services-content__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .services-content__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

.services-content__item {
  padding-right: 48px;
}

@media only screen and (max-width: 1880px) {
  .services-content__item {
    padding-right: 0;
  }
}

.services-content__text {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1880px) {
  .services-content__text {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1600px) {
  .services-content__text {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .services-content__text {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.services-content__list {
  margin-bottom: 106px;
}

@media only screen and (max-width: 1880px) {
  .services-content__list {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 1600px) {
  .services-content__list {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .services-content__list {
    margin-bottom: 24px;
  }
}

.services-content__list li {
  margin-bottom: 24px;
  padding-left: 24px;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
}

@media only screen and (max-width: 1880px) {
  .services-content__list li {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1600px) {
  .services-content__list li {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .services-content__list li {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.services-content__list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #f25700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.services-content__list li:last-child {
  margin-bottom: 0;
}

.services-content__link {
  display: flex;
  align-items: center;
  color: #f25700;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1600px) {
  .services-content__link {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .services-content__link {
    font-size: 18px;
  }
}

.services-content__link span {
  margin-right: 20px;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .services-content__link span {
    margin-right: 16px;
  }
}

.services-content__link span::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f25700;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 300ms;
}

@media only screen and (max-width: 1600px) {
  .services-content__link svg {
    width: 22px;
    height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .services-content__link svg {
    width: 20px;
    height: 20px;
  }
}

.services-content__link:hover span::before {
  width: 100%;
}

.effect-contacts .effect__abs {
  right: auto;
  left: 0;
}

.effect-contacts .effect__info {
  text-align: right;
}

@media only screen and (max-width: 1300px) {
  .effect-contacts .effect__info {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .effect-contacts .effect__info {
    text-align: left;
  }
}

.google {
  margin-bottom: 232px;
}

@media only screen and (max-width: 1880px) {
  .google {
    margin-bottom: 180px;
  }
}

@media only screen and (max-width: 1600px) {
  .google {
    margin-bottom: 160px;
  }
}

@media only screen and (max-width: 1300px) {
  .google {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .google {
    margin-bottom: 56px;
  }
}

.google__items {
  padding: 0 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media only screen and (max-width: 1880px) {
  .google__items {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .google__items {
    display: block;
  }
}

.google__item {
  max-width: 808px;
}

@media only screen and (max-width: 1600px) {
  .google__item {
    max-width: 750px;
  }
}

@media only screen and (max-width: 1600px) {
  .google__item {
    max-width: 700px;
  }
}

@media only screen and (max-width: 1300px) {
  .google__item {
    max-width: 650px;
  }
}

@media only screen and (max-width: 991px) {
  .google__item {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .google__item {
    margin-bottom: 30px;
  }
}

.google__title {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 40px;
  max-width: 690px;
}

@media only screen and (max-width: 1880px) {
  .google__title {
    font-size: 42px;
    max-width: 600px;
  }
}

@media only screen and (max-width: 1600px) {
  .google__title {
    font-size: 36px;
    max-width: 520px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .google__title {
    font-size: 32px;
    max-width: 460px;
  }
}

@media only screen and (max-width: 991px) {
  .google__title {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .google__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.google__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
}

@media only screen and (max-width: 1880px) {
  .google__text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .google__text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .google__text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .google__text {
    font-size: 16px;
  }
}

.google__link {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #f25700;
  border-bottom: 6px solid #f25700;
}

@media only screen and (max-width: 1880px) {
  .google__link {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1600px) {
  .google__link {
    font-size: 36px;
    border-bottom: 3px solid #f25700;
  }
}

@media only screen and (max-width: 1300px) {
  .google__link {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .google__link {
    font-size: 24px;
  }
}

.google__link:hover {
  border-bottom: 6px solid transparent;
}

@media only screen and (max-width: 1600px) {
  .google__link:hover {
    border-bottom: 3px solid transparent;
  }
}

.text-content {
  padding: 180px 0 160px 0;
}

@media only screen and (max-width: 1600px) {
  .text-content {
    padding: 140px 0 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .text-content {
    padding: 137px 0 80px 0;
  }
}

.text-content__content {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 24px;
}

@media only screen and (max-width: 1880px) {
  .text-content__content {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1600px) {
  .text-content__content {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .text-content__content {
    font-size: 16px;
  }
}

.text-content__content p {
  margin: 20px 0;
}

.text-content__content ul{
  padding-left: 20px;
  margin-bottom: 20px;
}

.text-content__content ul li{
  list-style-type: disc;
  margin: 6px 0;
}

.text-content__content h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
  .text-content__content h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .text-content__content h1 {
    font-size: 28px;
  }
}

.text-content__content h2,
.text-content__content h3,
.text-content__content h4,
.text-content__content h5,
.text-content__content h6 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
  .text-content__content h2,
  .text-content__content h3,
  .text-content__content h4,
  .text-content__content h5,
  .text-content__content h6 {
    font-size: 24px;
  }
}

.succes-inner {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(41, 41, 43, 0.3);
  width: 100%;
  height: 100%;
}

.secces-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 24px;
}

@media only screen and (max-width: 991px) {
  .secces-intro {
    padding: 60px 24px;
  }
}

#success {
  margin: auto auto;
}

.google__item {
  transition: 1000ms;
  opacity: 0;
  transform: translateX(-50px);
}

.google__item.element-show {
  opacity: 1;
  transform: none;
}

.footer__item-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 40px;
}

.footer__dev {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #f5f7f0;
}

.footer__dev p {
  margin-right: 24px;
}


.footer__dev.mobile{
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer__item-end{
    align-items: flex-start;
    margin-left: 0;
  }

  .footer__dev.desk{
    display: none;
  }

  .footer__dev{
    margin-top: 48px;
  }

  .footer__dev.mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
}
.ui-datepicker {
    z-index: 999 !important;
  }