@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%;
}

 .modal {
			visibility: hidden;
            position: fixed;
	 		display: flex;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: all 0.3s ease;
	 		z-index: 99999;
        }
        
        .modal.visible {
			visibility: visible;
            opacity: 1;
        }
        
        .modal-content {
            width: 54.1rem;
			padding: 3.2rem 4rem;
			    background: linear-gradient(129deg, #b64e10 0%, #5f0000 100%);
			border-radius: 2.4rem;
        }

.modal__title{
	font: 400 2.4rem / 120% $font-family;
	color: #fff;
	margin-bottom: 2.7rem;
}

.modal-content form{
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.modal-content form input{
	padding: 1rem 1.3rem;
	border: 1px solid #fff;
	border-radius: 0.5rem;
	color: #fff !important;
	font-size: 1.4rem;
}

.modal-content form input::placeholder{
	color: #fff;
	opacity: 0.5;
}

.modal-content form textarea::placeholder{
	color: #fff;
	opacity: 0.5;
}

.modal-content form textarea{
	padding: 1rem 1.3rem;
	border: 1px solid #fff;
	border-radius: 0.5rem;
	color: #fff !important;
	font-size: 1.4rem;
	height: 6.4rem;
}

.stages__item-icon{
	width: 8.8rem;
	height: auto;
	margin-bottom: 2.1rem;
}

.modal-content__wrap{
	display: flex;
	gap: 1.5rem;
}


.modal-content__policy input{
	position: absolute;
	opacity: 0;
}

.modal-content__policy label{
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.4);
	position: relative;
	display: flex;
	gap: 1.5rem;
}

.modal-content__policy label::after{
		content: '';
	  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSIgZGF0YS1fX2VtYmVkZGVkLWd5YXpvLWNvbnRlbnQtai1zPSI1LjE2LjAiIGRhdGEtX19neWF6by1leHBhbmRlci1lbmFibGVkPSJ0cnVlIj48cGF0aCBkPSJNMjYuOTggNS45OWExIDEgMCAwMC0uNjg4LjMwM0wxMC45OTkgMjEuNTg2bC02LjI5My02LjI5M2ExIDEgMCAxMC0xLjQxNCAxLjQxNGw3IDdhMSAxIDAgMDAxLjQxNCAwbDE2LTE2YTEgMSAwIDAwLS43MjctMS43MTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
	width: 1.4rem;
	height: 1.4rem;
	left: 0.1rem;
	top: 0.2rem;
	position: absolute;
	background-size: cover;
	opacity: 0;
}

.modal-content__policy input:checked + label::after{
	opacity: 1;
}

.modal-content__policy label::before{
	content: '';
	display: block;
	min-width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.4rem;
	outline: none;
	border: 1px solid #d9d9d9;
}

.directions__item-image{
	width: 100%;
	height: auto;
	margin-bottom: 5rem;
}
        


        .modal.visible .modal-content {
            transform: translateY(0);
        }
        
        .close-btn {
            float: right;
            cursor: pointer;
            font-size: 2.4rem;
			color: #fff;
        }

body {
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
}

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

a:focus,
a:active {
  outline: none;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
  margin: 0;
}

address {
  font-style: normal;
}

input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

button {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}

a {
  display: block;
}

img {
  object-fit: cover;
}

html {
  scrollbar-gutter: stable;
  font-size: 0.5787037037vw;
}
@media (max-width: 962px) {
  html {
    font-size: 1.8666666667vw;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  scroll-behavior: smooth;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2.4rem;
  color: #2C2C2C;
  background: #f0f0f0;
}
body.hidden, body.modal-open {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
	padding-top: 11rem;
}

.fade-up{
	opacity: 0;
	transition: all 0.7s;
}


.fade-up-visible{
	opacity: 1;
}

.container {
  width: 166.4rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .container {
    padding: 0 1.2rem;
  }
}
@media (max-width: 962px) {
  .container {
    width: 100%;
    padding: 0 1.6rem;
  }
}

.header {
  padding-top: 3rem;
	padding-bottom: 3rem;
  margin-bottom: 2rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 777;
	transition: all 0.3s;
  /* Анимация превращения в крестик */
}

.header.fixed{
	background: #fff;
}

@media (max-width: 962px) {
  .header {
    padding: 2rem 0;
    margin-bottom: 0;
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 18.4rem;
  height: auto;
  position: relative;
  z-index: 9999;
}
.header .logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 962px) {
  .header .logo {
    width: 13rem;
  }
}
.header .hamburger {
  display: none;
}
@media (max-width: 962px) {
  .header .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 9999;
  }
  .header .hamburger .hamburger-line {
    width: 100%;
    height: 4px;
    background-color: #2C2C2C;
    border-radius: 2px;
    transition: all 0.4s ease;
    transform-origin: left center;
  }
}
.header .hamburger.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(-5px, -5px);
}
.header .hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.header .hamburger.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(-4px, 2px);
}
@media (max-width: 962px) {
  .header .send {
    display: none;
  }
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 962px) {
  .header .nav {
    display: none;
  }
}
.header .nav a {
  font: 300 1.6rem "Helvetica Neue", sans-serif;
  color: #2c2c2c;
}
.header .send {
  font: 400 1.6rem "Helvetica Neue", sans-serif;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1b3163;
}

.btn {
  display: flex;
}
@media (max-width: 962px) {
  .btn {
    width: 100%;
  }
}
.btn span {
  padding: 2.2rem 2.2rem 2rem;
  background: #fff;
  border-radius: 0.8rem;
  width: 17.9rem;
  font: 400 1.6rem "Helvetica Neue", sans-serif;
  text-align: left;
}
@media (max-width: 962px) {
  .btn span {
    width: 100%;
  }
}
.btn .arrow {
  width: 5.9rem;
  min-width: 5.9rem;
  height: 6.3rem;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.btn .arrow svg {
  width: 1.9rem;
  height: 1.5rem;
}

.footer {
  padding: 5rem 0;
  background: #222;
}
.footer .container {
  width: 146.4rem;
}
@media (max-width: 962px) {
  .footer .container {
    width: 100%;
  }
}
.footer__wrapper {
  display: flex;
  gap: 3rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 3rem;
}
@media (max-width: 962px) {
  .footer__wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 1.7rem;
}
.footer__logo img {
  width: 17.7rem;
  height: 2.8rem;
}
.footer__info {
  width: 22.7rem;
}
.footer__info p {
  font: 400 1.4rem/143% "Geist", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
.footer__nav {
  width: 100%;
  display: flex;
  gap: 13rem;
  justify-content: space-between;
}
@media (max-width: 962px) {
  .footer__nav {
    flex-wrap: wrap;
    gap: 3rem 7rem;
    justify-content: flex-start;
  }
}
.footer__nav a {
  font: 400 1.4rem/143% "Geist", sans-serif;
  color: #fff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}
.footer__nav a svg {
  width: 1.5rem;
}
.footer__nav-title {
  font: 600 1.6rem/150% "Geist", sans-serif;
  color: #fff;
  margin-bottom: 1.6rem;
}
.footer__descr {
  font: 400 1.4rem/143% "Geist", sans-serif;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.breacpoints {
  margin-bottom: 15rem;
  margin-top: 15rem;
}
@media (max-width: 962px) {
  .breacpoints {
    margin: 3rem 0;
  }
}
.breacpoints .container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 962px) {
  .breacpoints .container {
    font-size: 1.6rem;
  }
}
.breacpoints .container a {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #636363;
}
@media (max-width: 962px) {
  .breacpoints .container a {
    font-size: 1.6rem;
  }
}

.directions__item-wrap span{
	transition: all 0.3s;
}

.key-services__wrapper span{
	transition: all 0.3s;
}

.directions__item-wrap span:hover{
	background: rgba(208, 208, 208, 0.3);
}

.key-services__wrapper span:hover{
	background: rgba(255, 255, 255, 0.1);
}

.types__item{
	transition: all 0.3s;
}


.types__item .types__item-title{
	transition: all 0.3s;
}

.advantages{
	opacity: 1 !important;
}

.advantages__wrap .advantages__item{
	opacity: 0;
}

.services__title {
  text-align: left !important;
}

.what-do .advantages__banner {
  padding: 0;
  padding-bottom: 15rem;
}
@media (max-width: 962px) {
  .what-do .advantages__banner {
    padding-bottom: 10rem;
  }
	.wrapper {
		padding-top: 6.5rem;
	}
}
.what-do .advantages__title {
  font: 400 7.2rem/120% "Helvetica Neue", sans-serif;
  text-transform: unset;
  color: #2c2c2c;
	margin-bottom: 8.8rem;
}
.what-do .advantages__item-name {
  color: #b64e10;
}
.what-do .advantages__item p {
  color: #2c2c2c;
  width: 100%;
}
.what-do .advantages__item {
  width: 51.4rem;
}
@media (max-width: 962px) {
  .what-do .advantages__item {
    width: 100%;
    padding-bottom: 3rem;
    border-bottom: 1px solid #b64e10;
  }
}

.policy{
	margin-bottom: 10rem;
}

.policy__block{
	border-radius: 1.6rem;
	padding: 3rem 2.4rem;
	background: #fff;
	margin-bottom: 3rem;
}

.policy__block p{
	margin-bottom: 2rem;
}

.policy__block a{
	margin-bottom: 2rem;
	color: #2C2C2C;
}

.policy__block ul{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.policy__block ul li{
	list-style-type: disc;
	margin-left: 4rem;
}

.policy__title{
	font-size: 3rem;
	margin-bottom: 2rem;
}

.mobile-menu {
  display: none;
}
@media (max-width: 962px) {
  .mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    position: fixed;
    background: #f0f0f0;
    top: 6.5rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 3rem 1.6rem;
    z-index: 777;
    transform: translateY(-150%);
    transition: all 0.3s;
  }
  .mobile-menu.visible {
    transform: translateY(0%);
  }
  .mobile-menu .nav {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .mobile-menu .nav a {
    font-size: 2.4rem;
  }
  .mobile-menu .send {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
  }
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.hero .container {
  position: relative;
  padding: 4rem 5.7rem;
  display: flex;
  flex-direction: column;
  height: 71.5rem;
}
@media (max-width: 962px) {
  .hero .container {
    padding: 5rem 1.6rem;
    height: calc(100vh - 6.8rem);
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 71.5rem;
  object-fit: cover;
}
@media (max-width: 962px) {
  .hero__bg {
    width: 100%;
    height: calc(100vh - 6.8rem);
  }
}
.hero__title {
  font: 400 10rem/100% "Helvetica Neue", sans-serif;
  color: #fff;
  flex: 1;
  position: relative;
}
@media (max-width: 962px) {
  .hero__title {
    font-size: 4rem;
    flex: unset;
    margin-bottom: 3rem;
  }
}
.hero p {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #fff;
  position: relative;
	width: 50.4rem;
}
@media (max-width: 962px) {
  .hero p {
    font-size: 1.6rem;
	  width: 100%;
  }
}
.hero__info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54.1rem;
  height: 34.8rem;
}
@media (max-width: 962px) {
  .hero__info {
    width: 100%;
    left: 0;
    right: auto;
    padding: 1.6rem;
    height: auto;
  }
}
.hero__info-block {
 background: linear-gradient(129deg, #b64e10 0%, #5f0000 100%);
  border-radius: 1.6rem;
  padding: 5.8rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}

.hero__info-block p{
	width: auto;
}
@media (max-width: 962px) {
  .hero__info-block {
    padding: 2rem;
  }
}
.hero__info-block p {
  margin-bottom: 5.5rem;
}
@media (max-width: 962px) {
  .hero__info-block p {
    margin-bottom: 2rem;
  }
}

.georgaphy .container {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 21rem;
}
@media (max-width: 962px) {
  .georgaphy .container {
    padding: 10rem 0;
  }
}
.georgaphy .container .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 102.9rem;
  width: 100%;
}
@media (max-width: 962px) {
  .georgaphy .container .bg {
    display: none;
  }
}
.georgaphy__subtitle {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 8rem;
  position: relative;
}
@media (max-width: 962px) {
  .georgaphy__subtitle {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.georgaphy__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #2c2c2c;
  position: relative;
}
@media (max-width: 962px) {
  .georgaphy__title {
    font-size: 3rem;
    padding: 0 1.6rem;
  }
  .georgaphy__title br {
    display: none;
  }
}
.georgaphy__title span {
  color: #b64e10;
}

.georgaphy__title strong {
  color: #b64e10;
	font-weight: 400;
}

.advantages {
  margin-bottom: 20rem;
}
@media (max-width: 962px) {
  .advantages {
    margin-bottom: 10rem;
  }
}
.advantages .container {
 background: linear-gradient(129deg, #b64e10 0%, #5f0000 100%);
  padding: 0 1.4rem 2.8rem 2.8rem;
  border-radius: 0 0 1.6rem 1.6rem;
}
@media (max-width: 962px) {
  .advantages .container {
    padding: 0 1.6rem 5rem;
  }
}
.advantages.about-advantages .advantages__top {
  margin-top: -6rem;
}
@media (max-width: 962px) {
  .advantages.about-advantages .advantages__top {
    margin-top: 0;
  }
}
.advantages.about-advantages .advantages__info {
  padding-top: 1rem;
}
.advantages.about-advantages .advantages__wrap {
  padding-top: 0;
}
.advantages__top {
  margin-top: -2rem;
}
@media (max-width: 962px) {
  .advantages__top {
    flex-direction: column;
    gap: 0 !important;
  }
}
.advantages__inner {
  display: flex;
  gap: 8.3rem;
  align-items: center;
  margin-top: 8rem;
}
@media (max-width: 962px) {
  .advantages__inner {
    margin-top: 0;
    flex-direction: column;
    gap: 2rem;
  }
}
.advantages__descr {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #fff;
  width: 72.7rem;
  min-width: 72.7rem;
  padding-top: 9rem;
  padding-bottom: 19rem;
}
@media (max-width: 962px) {
  .advantages__descr {
    width: 100%;
    min-width: 100%;
    font-size: 1.6rem;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.advantages__texts {
  width: 72.7rem;
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #fff;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}
@media (max-width: 962px) {
  .advantages__texts {
    width: 100%;
    font-size: 1.6rem;
  }
}
.advantages__img img {
  border-radius: 1.6rem;
  width: 78.7rem;
  height: 50.1rem;
}
@media (max-width: 962px) {
  .advantages__img img {
    width: 100%;
    height: auto;
  }
}
.advantages__wrap {
  padding-top: 9.5rem;
  display: flex;
  justify-content: space-between;
  min-width: 70rem;
  padding-bottom: 7.3rem;
}
@media (max-width: 962px) {
  .advantages__wrap {
    min-width: 100%;
    flex-direction: column;
    gap: 3rem;
    padding: 5rem 0;
  }
}
.advantages__wrap p {
  font: 400 1.6rem/120% "Helvetica Neue", sans-serif;
  color: #fff;
  margin-bottom: 9rem;
  width: auto !important;
}
@media (max-width: 962px) {
  .advantages__wrap p {
    margin-bottom: 3rem;
  }
}
.advantages__wrap .digit {
  font: 400 1.6rem/120% "Helvetica Neue", sans-serif;
  color: #fff;
}
.advantages__wrap .digit span {
  font: 300 7.2rem/120% "Helvetica Neue", sans-serif;
}
@media (max-width: 962px) {
  .advantages__wrap .digit span {
    font-size: 4rem;
  }
}
.advantages__top {
  display: flex;
  gap: 13.3rem;
}
.advantages__info {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
}
@media (max-width: 962px) {
  .advantages__info {
    flex-direction: column;
    margin-bottom: 5rem;
  }
}
.advantages__info p {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #2c2c2c;
  margin-bottom: 3.7rem;
}
@media (max-width: 962px) {
  .advantages__info p {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 1.7rem;
  }
}
.advantages__team {
  display: flex;
  align-items: center;
}
.advantages__team img {
  width: 10.6rem;
  height: 10.6rem;
}

.advantages__team img:nth-child(2){
	margin-left: -4rem;
}

.advantages__team img:nth-child(3){
	margin-left: -4rem;
}

.advantages__team img:nth-child(4){
	margin-left: -4rem;
}

@media (max-width: 962px) {
  .advantages .btn {
    width: 100%;
  }
}
.advantages .btn span {
  width: auto;
  color: #fff;
 background: #b64e10;
}
@media (max-width: 962px) {
  .advantages .btn span {
    width: 100%;
    background: #fff;
    color: #2c2c2c;
  }
}
.advantages .btn .arrow {
 background: #b64e10;
}
@media (max-width: 962px) {
  .advantages .btn .arrow {
    background: #fff;
  }
  .advantages .btn .arrow svg path {
    stroke: #2c2c2c;
  }
}
.advantages__banner {
  padding: 10rem 8.3rem 16rem;
  background-size: cover !important;
  border-radius: 1.6rem;
}
@media (max-width: 962px) {
  .advantages__banner {
    padding: 5rem 1.6rem;
  }
}
.advantages__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 9rem;
}
@media (max-width: 962px) {
  .advantages__title {
    font-size: 3rem !important;
    text-align: left;
    margin-bottom: 5rem !important;
  }
}
.advantages__wrapper {
  display: flex;
  gap: 5rem;
}
@media (max-width: 962px) {
  .advantages__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 962px) {
  .advantages__item {
    padding-bottom: 3rem;
    border-bottom: 1px solid #fff;
  }
}
.advantages__item p {
  width: 44.2rem;
  color: #fff;
}
@media (max-width: 962px) {
  .advantages__item p {
    width: 100%;
    font-size: 1.6rem;
  }
}
.advantages__item-icon {
  margin-bottom: 5.4rem;
}
@media (max-width: 962px) {
  .advantages__item-icon {
    margin-bottom: 3rem;
  }
}
.advantages__item-icon img {
  width: 9rem;
  height: auto;
}
@media (max-width: 962px) {
  .advantages__item-icon img {
    width: 5rem;
    height: auto;
  }
}
.advantages__item-name {
  font: 700 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #fff;
  margin-bottom: 3rem;
}
@media (max-width: 962px) {
  .advantages__item-name {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.directions {
  margin-bottom: 20rem;
}
@media (max-width: 962px) {
  .directions {
    margin-bottom: 10rem;
  }
}
.directions__wrapper {
  display: flex;
}
.directions__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 13rem;
}
@media (max-width: 962px) {
  .directions__title {
    font-size: 4rem;
    margin-bottom: 5rem;
    text-align: left;
  }
}
.directions__wrapper {
  display: flex;
  justify-content: space-between;
	    gap: 3rem;
}
@media (max-width: 962px) {
  .directions__wrapper {
    flex-direction: column;
	  
  }
}
.directions__item-title {
  font: 700 2.4rem/120% "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  color: #b64e10;
  margin-bottom: 2.7rem;
}
.directions__item {
  width: 50.4rem;
}
@media (max-width: 962px) {
  .directions__item {
    width: 100%;
    padding: 1.6rem;
    border: 1px solid #2c2c2c;
    border-radius: 1rem;
  }
}
.directions__item p {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #2c2c2c;
  min-height: 8.7rem;
  margin-bottom: 8rem;
}
@media (max-width: 962px) {
  .directions__item p {
    flex-direction: column;
    font-size: 1.6rem;
    margin-bottom: 3rem;
    min-height: 5.7rem;
  }
}
.directions__item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-bottom: 5.4rem;
}
@media (max-width: 962px) {
  .directions__item-wrap {
    margin-bottom: 3rem;
    gap: 1rem;
  }
}
.directions__item-wrap span {
  padding: 1.5rem 1.35rem;
  background: rgba(208, 208, 208, 0.51);
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #2c2c2c;
  border-radius: 0.4rem;
}
@media (max-width: 962px) {
  .directions__item-wrap span {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.directions .btn span {
  width: auto;
  color: #fff;
 background: #b64e10;
}
@media (max-width: 962px) {
  .directions .btn span {
    width: 100%;
  }
}
.directions .btn .arrow {
 background: #b64e10;
}

.our-advantages {
  margin-bottom: 3.8rem;
}
@media (max-width: 962px) {
  .our-advantages {
    margin-bottom: 10rem;
  }
}
.our-advantages__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 9rem;
}
@media (max-width: 962px) {
  .our-advantages__title {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 5rem;
  }
}
.our-advantages__text {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 13rem;
  margin-top: -5rem;
}
@media (max-width: 962px) {
  .our-advantages__text {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
.our-advantages__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}
@media (max-width: 962px) {
  .our-advantages__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-advantages__item {
  border-radius: 1.6rem;
  padding: 5rem 2.8rem 4rem;
 background: #b64e10;
}
.our-advantages__item img {
  width: 8.8rem;
  height: 8.8rem;
  margin-bottom: 8.8rem;
}
@media (max-width: 962px) {
  .our-advantages__item img {
    margin-bottom: 5rem;
    width: 7rem;
    height: 7rem;
  }
}
.our-advantages__item p {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #fff;
}
@media (max-width: 962px) {
  .our-advantages__item p {
    font-size: 1.6rem;
  }
}
.our-advantages__item-title {
  font: 700 2.4rem/120% "Helvetica Neue", sans-serif;
  margin-bottom: 3rem;
  color: #fff;
}
@media (max-width: 962px) {
  .our-advantages__item-title {
    font-size: 2rem;
  }
}

@media (max-width: 962px) {
  .key-services {
    margin-bottom: 10rem;
  }
}
.key-services .container {
  position: relative;
  padding: 7rem 4rem;
  height: 71.5rem;
}
@media (max-width: 962px) {
  .key-services .container {
    padding: 5rem 1.6rem;
    width: calc(100% - 3.2rem);
    margin: 0 1.6rem;
    height: auto;
    padding-bottom: 1.6rem;
  }
}
.key-services .container .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 71.5rem;
}
@media (max-width: 962px) {
  .key-services .container .bg {
    border-radius: 1.6rem;
    height: 100%;
    object-fit: cover;
  }
}
.key-services__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  color: #fff;
  margin-bottom: 8rem;
  position: relative;
}
@media (max-width: 962px) {
  .key-services__title {
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}
.key-services__wrapper {
  position: relative;
}
.key-services__wrapper span {
  display: inline-block;
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #fff;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  border-radius: 0.4rem;
  padding: 1.5rem 5rem;
  backdrop-filter: blur(30.3999996185px);
  background: rgba(255, 255, 255, 0.31);
}
@media (max-width: 962px) {
  .key-services__wrapper span {
    padding: 1rem;
    font-size: 1.4rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
.key-services__info {
  position: absolute;
  bottom: 0;
  width: 54.1rem;
  height: 35rem;
  right: 0;
  border-radius: 1.6rem;
  padding: 9.6rem 6.3rem 5rem;
 background: #b64e10;
}
@media (max-width: 962px) {
  .key-services__info {
    width: 100%;
    right: 1.6rem;
    padding: 2rem;
    height: auto;
    bottom: 1.6rem;
    position: relative !important;
    left: 0;
    bottom: unset;
    margin-top: 3rem;
  }
}
.key-services__info p {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #fff;
  margin-bottom: 8.4rem;
}
@media (max-width: 962px) {
  .key-services__info p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}

.stages .container {
  background: #fff;
  padding: 12rem 5rem;
  border-radius: 1.6rem;
  position: relative;
}
@media (max-width: 962px) {
  .stages .container {
    padding: 5rem 1.6rem;
  }
}
.stages__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 9rem;
}
@media (max-width: 962px) {
  .stages__title {
    font-size: 4rem;
    text-align: left;
    margin-bottom: 5rem;
  }
}
.stages__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 962px) {
  .stages__wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
.stages__item {
  width: 33.3rem;
  position: relative;
	opacity: 0;
}
@media (max-width: 962px) {
  .stages__item {
    width: 100%;
    border: 1px solid #2c2c2c;
    border-radius: 1.6rem;
    padding: 1.6rem;
  }
}
.stages__item p {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #2c2c2c;
}
@media (max-width: 962px) {
  .stages__item p {
    font-size: 1.6rem;
  }
}
.stages__item:last-child::before {
  display: none;
}
.stages__item::before {
  content: "";
  position: absolute;
  right: -3.3rem;
  top: 3.8rem;
  background-image: url("data:image/svg+xml,%3Csvg width='124' height='15' viewBox='0 0 124 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M123.707 8.07088C124.098 7.68035 124.098 7.04719 123.707 6.65666L117.343 0.292702C116.953 -0.0978227 116.319 -0.0978227 115.929 0.292702C115.538 0.683226 115.538 1.31639 115.929 1.70692L121.586 7.36377L115.929 13.0206C115.538 13.4111 115.538 14.0443 115.929 14.4348C116.319 14.8254 116.953 14.8254 117.343 14.4348L123.707 8.07088ZM0 7.36377V8.36377H123V7.36377V6.36377H0V7.36377Z' fill='%23B64E10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 13.4rem;
  height: 1.5rem;
}
@media (max-width: 962px) {
  .stages__item::before {
    display: none;
  }
}
.stages__item-title {
  font: 300 7.2rem/120% "Helvetica Neue", sans-serif;
  color: #b64e10;
  margin-bottom: 3.8rem;
}
@media (max-width: 962px) {
  .stages__item-title {
    font-size: 4rem;
    margin-bottom: 1.6rem;
  }
}
.stages__item-name {
  font: 700 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #2c2c2c;
  margin-bottom: 3rem;
}
@media (max-width: 962px) {
  .stages__item-name {
    margin-bottom: 1.6rem;
  }
}

.garant {
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .garant {
    margin-bottom: 5rem;
  }
}
.garant .container {
  margin-top: -2rem;
  padding: 13rem 3rem 2.5rem;
  background: linear-gradient(129deg, #b64e10 0%, #5f0000 100%);
}
@media (max-width: 962px) {
  .garant .container {
    padding: 7rem 1.6rem 5rem;
  }
}
.garant__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .garant__title {
    font-size: 3rem;
    margin-bottom: 5rem;
    text-align: left;
  }
}
.garant__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem;
  margin-bottom: 13rem;
}
@media (max-width: 962px) {
  .garant__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 5rem;
  }
}
.garant__item-icon {
  width: 8rem;
  height: 8rem;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .garant__item-icon {
    width: 7rem;
    height: 7rem;
    margin-bottom: 2rem;
  }
}
.garant__item-title {
  font: 700 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #fff;
  margin-bottom: 3rem;
}
@media (max-width: 962px) {
  .garant__item-title {
    font-size: 2rem;
  }
}
@media (max-width: 962px) {
  .garant__item {
    padding-bottom: 3rem;
    border-bottom: 1px solid #fff;
  }
}
.garant__item p {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #fff;
}
@media (max-width: 962px) {
  .garant__item p {
    width: 100%;
    font-size: 1.6rem;
  }
}
.garant__banner {
  width: 100%;
  height: 63.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 962px) {
  .garant__banner {
    padding: 1.6rem;
    height: 40rem;
  }
}
.garant__banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 962px) {
  .garant__banner img {
    border-radius: 1.6rem;
  }
}
.garant__banner-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.garant__banner-info p {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .garant__banner-info p {
    font-size: 1.6rem;
  }
  .garant__banner-info p br {
    display: none;
  }
}
.garant__banner-title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 5rem;
}
@media (max-width: 962px) {
  .garant__banner-title {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
.garant .btn span {
  width: auto;
}
@media (max-width: 962px) {
  .garant .btn span {
    width: 100%;
  }
}

.stages-service {
  margin-bottom: 12rem;
}
@media (max-width: 962px) {
  .stages-service {
    margin-bottom: 8rem;
  }
}

.garant-service {
  margin-bottom: 5rem;
}
.garant-service .container {
  margin-top: 0;
  background: transparent;
	padding-left: 0;
	padding-left: 0;
}

.improvement {
  margin-top: 20rem;
}
@media (max-width: 962px) {
  .improvement {
    margin-top: 8rem;
  }
	.garant-service .container {
  margin-top: 0;
  background: transparent;
	padding-left: 1.6rem;
	padding-left: 1.6rem;
}
}
.improvement__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 9rem;
}
@media (max-width: 962px) {
  .improvement__title {
    font-size: 3rem;
    margin-bottom: 5rem;
    text-align: left;
  }
}
.improvement__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 4.6rem;
}
@media (max-width: 962px) {
  .improvement__wrapper {
    padding: 0;
    flex-direction: column;
    gap: 3rem;
  }
}
.improvement__info {
  width: 72.7rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.improvement__info p{
	display: none;
}

.improvement__info p:nth-child(1){
	display: block;
}

.improvement__info p:nth-child(2){
	display: block;
}

.improvement__info.visible p{
	display: block;
}


@media (max-width: 962px) {
  .improvement__info {
    width: 100%;
  }
}
.improvement__info p {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #383838;
}
@media (max-width: 962px) {
  .improvement__info p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.improvement .btn span {
  width: 23rem;
  color: #fff;
 background: #b64e10;
}
@media (max-width: 962px) {
  .improvement .btn span {
    width: 100%;
  }
}
.improvement .btn .arrow {
 background: #b64e10;
}
.improvement__img {
  border-radius: 1.6rem;
  width: 78.7rem;
  height: 50.6rem;
}
@media (max-width: 962px) {
  .improvement__img {
    width: 100%;
    height: auto;
  }
}
.improvement__img img {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
}

.primers {
  margin-bottom: 26rem;
}
@media (max-width: 962px) {
  .primers {
    margin-bottom: 8rem;
  }
}
.primers__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .primers__title {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 5rem;
  }
}
.primers__wrapper {
  display: flex;
  gap: 2rem;
}
@media (max-width: 962px) {
  .primers__wrapper {
    flex-direction: column;
  }
}
.primers__item {
  width: 54.1rem;
  border-radius: 1.6rem;
  height: 53.3rem;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 962px) {
  .primers__item {
    width: 100%;
    height: auto;
  }
}
.primers__item p {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #b64e10;
  flex: 1;
}
@media (max-width: 962px) {
  .primers__item p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.primers__item img {
  width: 54.1rem;
  height: 30.3rem;
  border-radius: 1.6rem;
  margin-bottom: 2.1rem;
}
@media (max-width: 962px) {
  .primers__item img {
    width: 100%;
    height: auto;
  }
}
.primers__item-info {
  padding: 0 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 962px) {
  .primers__item-info {
    padding: 0 1.6rem 3rem;
  }
}
.primers__item-title {
  font: 700 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #2c2c2c;
  margin-bottom: 0.6rem;
}

.types {
  margin-bottom: 10rem;
}
@media (max-width: 962px) {
  .types {
    margin-bottom: 8rem;
  }
}
.types__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 11rem;
}
@media (max-width: 962px) {
  .types__title {
    font-size: 4rem;
    margin-bottom: 5rem;
    text-align: left;
  }
}
.types__item-price {
  font: 400 3.6rem/120% "Helvetica Neue", sans-serif;
  color: #2c2c2c;
  margin-top: auto;
}
.types__wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.4rem;
}
@media (max-width: 962px) {
  .types__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.types__item {
  height: 30.3rem;
  border-radius: 1.6rem;
  background: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 962px) {
  .types__item {
    height: 20rem;
  }
}
.types__item img {
  width: 8rem;
  height: 8rem;
  display: block;
  margin-left: auto;
}
.types__item-title {
  font: 400 2.4rem/120% "Helvetica Neue", sans-serif;
  color: #2c2c2c;
  flex: 1;
}

.strengths {
  margin-bottom: 12rem;
}
.strengths .our-advantages__item {
  background: #222;
}
.strengths .our-advantages__item p {
  color: #fff;
}
.strengths .our-advantages__item-title {
  color: #fff;
}

.about-hero .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 962px) {
  .about-hero .container {
    flex-direction: column;
  }
}
.about-hero__info {
  width: 72.7rem;
}
@media (max-width: 962px) {
  .about-hero__info {
    width: 100%;
  }
}
.about-hero__info p {
  font: 400 4rem/120% "Helvetica Neue", sans-serif;
  margin-bottom: 10rem;
}
@media (max-width: 962px) {
  .about-hero__info p {
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }
}
.about-hero__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .about-hero__title {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
.about-hero .btn span {
  width: 25rem;
  color: #fff;
 background: #b64e10;
}
@media (max-width: 962px) {
  .about-hero .btn span {
    width: 100%;
  }
}
.about-hero .btn .arrow {
 background: #b64e10;
}
.about-hero__img {
  width: 67.1rem;
  height: 43.4rem;
  margin-top: 13rem;
}
@media (max-width: 962px) {
  .about-hero__img {
    width: 100%;
    height: auto;
    margin-top: 5rem;
  }
}
.about-hero__img img {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
}

.certificates {
  margin-bottom: 12rem;
}
@media (max-width: 962px) {
  .certificates {
    margin-bottom: 8rem;
  }
}
.certificates__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .certificates__title {
    font-size: 3rem;
    margin-bottom: 5rem;
    text-align: left;
  }
}
.certificates__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 962px) {
  .certificates__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.certificates__item {
  border-radius: 1.6rem;
  height: 48.6rem;
  background: #fff;
}
@media (max-width: 962px) {
  .certificates__item {
    height: 23rem;
  }
}

.partners {
  margin-bottom: 12rem;
}
@media (max-width: 962px) {
  .partners {
    margin-bottom: 8rem;
  }
}
.partners__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .partners__title {
    font-size: 3rem;
    margin-bottom: 3rem;
    text-align: left;
  }
}
.partners__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 962px) {
  .partners__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.partners__item {
  border-radius: 1.6rem;
  height: 16.5rem;
  background: #fff;
}

.portfolio-hero {
  margin-bottom: 18rem;
}
@media (max-width: 962px) {
  .portfolio-hero {
    margin-bottom: 8rem;
  }
}

.portfolio {
  margin-bottom: 12rem;
}
@media (max-width: 962px) {
  .porfolio {
    margin-bottom: 8rem;
  }
}
.portfolio__thumbs {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .portfolio__thumbs {
    overflow: auto;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 5rem;
  }
}
.portfolio__thumbs button {
  width: 26.1rem;
  height: 5.9rem;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  color: #fff;
  backdrop-filter: blur(30.3999996185px);
  background: rgba(182, 78, 16, 0.29);
}
@media (max-width: 962px) {
  .portfolio__thumbs button {
    width: auto;
    height: auto;
    padding: 1rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.portfolio__thumbs button.active {
  backdrop-filter: blur(30.3999996185px);
  background: #b64e10;
}
.portfolio__content {
  display: none;
}
.portfolio__content.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 962px) {
  .portfolio__content.active {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
.portfolio .btn {
  width: 28.7rem;
  margin: 8rem auto 0;
}
@media (max-width: 962px) {
  .portfolio .btn {
    margin: 3rem auto 0;
  }
}
.portfolio .btn span {
  width: 23rem;
  color: #fff;
 background: #b64e10;
}
.portfolio .btn .arrow {
 background: #b64e10;
}



.price-list__item{
	display: flex; 
	gap: 2rem;
}

.price-list__item img{
	width: 53.9rem;
	height: auto;
	border-radius: 1.6rem;
}

@media (max-width: 962px) {
	.price-list__item img{
		display: none;
}
}
.price-list__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  color: #2c2c2c;
  margin-bottom: 12rem;
}
@media (max-width: 962px) {
  .price-list__title {
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}
.price-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.price-list__block {
	width: 100%;
  padding: 2.5rem;
  border: 1px solid #d7d7d7;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f8f8f8;
  border-radius: 1rem;
}
.price-list__block-title {
  font: 500 3.2rem/100% "Helvetica Neue", sans-serif;
  color: #b64e10;
  margin-bottom: 3.2rem;
}
@media (max-width: 962px) {
  .price-list__block-title {
    font-size: 2rem;
  }
}
.price-list__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.price-list__list li {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 962px) {
  .price-list__list li {
    font-size: 1.4rem;
  }
}
.price-list__list li .price {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font: 400 1.4rem/143% "Helvetica Neue", sans-serif;
  color: #636363;
}
@media (max-width: 962px) {
  .price-list__list li .price {
    gap: 0.7rem;
    font-size: 1rem;
  }
}
.price-list__list li .price b {
  font: 500 2.4rem/150% "Helvetica Neue", sans-serif;
  color: #161616;
}
@media (max-width: 962px) {
  .price-list__list li .price b {
    font-size: 1.4rem;
  }
}

.contacts {
  margin-bottom: 13rem;
}
@media (max-width: 962px) {
  .contacts {
    margin-bottom: 8rem;
  }
}
.contacts__title {
  font: 400 7.2rem/100% "Helvetica Neue", sans-serif;
  color: #2c2c2c;
  margin-bottom: 10rem;
}
@media (max-width: 962px) {
  .contacts__title {
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}
.contacts__map {
  position: relative;
  width: 100%;
  height: 71.5rem;
}
@media (max-width: 962px) {
  .contacts__map {
    height: auto;
  }
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
}
@media (max-width: 962px) {
  .contacts__map iframe {
    height: 50rem;
  }
}
.contacts .hero__info {
  position: absolute;
  width: 56.1rem;
  height: 46.5rem;
  padding: 2rem 0 0 2rem;
  background: #f0f0f0;
  z-index: 7;
  border-radius: 1.6rem 0 0 0;
}
@media (max-width: 962px) {
  .contacts .hero__info {
    width: 100%;
    padding: 0;
    position: static;
    margin-top: 2.5rem;
  }
}
.contacts .hero__info-tel-title {
  font: 600 1.6rem/150% "Geist", sans-serif;
  color: #fff;
  margin-bottom: 0.5rem;
}
.contacts .hero__info-conctact a {
  font: 400 1.6rem/150% "Geist", sans-serif;
  color: #fff;
  display: inline-block;
  margin-right: 2rem;
}
.contacts .hero__info-conctact p {
  font: 400 1.6rem/150% "Geist", sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.contacts .hero__info-conctact {
  margin-bottom: 3rem;
}

.details__title {
  font: 700 2.4rem/133% "Geist", sans-serif;
  color: #161616;
  margin-bottom: 3.2rem;
}
.details__wrap {
  padding: 2.5rem;
  border: 1px solid #d7d7d7;
  border-radius: 1rem;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f8f8f8;
  margin-bottom: 2.5rem;
}
.details__wrap p {
  font: 400 1.6rem/150% "Geist", sans-serif;
  color: #636363;
  margin-bottom: 1.9rem;
}
.details__wrap p b {
  font-weight: 700;
}
.details__wrap p:last-child {
  margin-bottom: 0;
}
.details__wrap-title {
  font: 600 1.6rem/100% "Geist", sans-serif;
  color: #161616;
  margin-bottom: 3.5rem;
}
.details__wrap-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.7rem;
}
.details__wrap-inner.column {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 962px) {
  .details__wrap-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.details input {
  width: 100%;
  font: 500 1.6rem/150% "Geist", sans-serif;
  color: #161616;
  padding: 1.2rem;
  background: #f2f2f2;
  border: none;
  border-radius: 0.6rem;
}
.details .copy {
  position: absolute;
  right: 1.6rem;
  bottom: 1rem;
  cursor: pointer;
}
.details .copy svg {
  width: 1.6rem;
  height: 1.6rem;
}
.details__wrap-item {
  position: relative;
}
.details__wrap-name {
  font: 600 1.4rem/143% "Geist", sans-serif;
  color: #636363;
  margin-bottom: 1.1rem;
}
.btn{
	transition: all 0.3s;
}


.btn span{
	box-shadow: -1px -1px 8px 0px rgba(34, 60, 80, 0);
	transition: all 0.3s;
}

.btn .arrow{
	box-shadow: -1px -1px 8px 0px rgba(34, 60, 80, 0);
	transition: all 0.3s;
}

.btn:hover span{
	box-shadow: -1px -1px 8px 0px rgba(34, 60, 80, 0.2);
}

.btn:hover .arrow{
	box-shadow: -1px -1px 8px 0px rgba(34, 60, 80, 0.2);
}



.header .nav a, .send{
	transition: all 0.3s;
}

.header .nav a:hover, .send:hover{
	transform: translatey(-3px);
}

/* Анимации для появления элементов */

/* Фон появляется первым */
.hero__bg {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

/* Шапка выезжает сверху */
.header{
  opacity: 0;
  transform: translateY(-30px);
  animation: slideDown 0.7s ease 0.8s forwards;
}

/* Заголовок появляется после шапки */
.hero__title {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease 0.7s forwards;
}

/* Блок info выезжает справа налево */
.hero__info {
  opacity: 0;
  transform: translateX(50px);
  animation: slideLeft 0.7s ease 0.9s forwards;
}

/* Текст появляется последним */
.hero p {
  opacity: 0;
  transform: translateY(15px);
  animation: fadeUp 0.6s ease 1.1s forwards;
}

/* Ключевые кадры анимаций */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.footer__descr{
	display: flex; 
	justify-content: space-between;
	text-align: left;
	
}

.footer__descr a{
	font: 400 1.4rem / 143% "Geist", sans-serif;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 962px) {
	.footer__descr{
		flex-direction: column;
		gap: 2rem;
	}
	.modal-content{
		width: 95%;
	}
	.modal-content__wrap{
		flex-direction: column;
	}
}

.about-hero__info {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.about-hero__img {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition-delay: 0.2s; /* Небольшая задержка для второго блока */
}

/* Класс для активации анимации */
.about-hero.animated .about-hero__info,
.about-hero.animated .about-hero__img {
    opacity: 1;
    transform: translateX(0);
}

.btn span{
	transition: all 0.3s;
}


.btn .arrow{
	transition: all 0.3s;
}

.btn:hover span{
	background: #5f0000;
	color: #fff;
}

.btn:hover .arrow{
	background: #5f0000;
}

.btn:hover .arrow svg path{
	stroke: #fff;
}

