@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: 0
}
.btn_header{
  padding:8px 24px;
  border:1px solid transparent;
  border-radius:4px;
  color:#1d233f;
  background-color: #18b472;
}
.btn_footer{
  margin-bottom: 50px;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

button {
  cursor: pointer
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul, li {
  list-style: none;
  padding-left: 0;
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(""), url(../fonts/.woff2) format("woff2"), url(../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local(""), url(../fonts/.woff2) format("woff2"), url(../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url(../fonts/.woff2) format("woff2"), url(../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url(../fonts/.woff2) format("woff2"), url(../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url(../fonts/.woff2) format("woff2"), url(../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url(../fonts/.woff2) format("woff2"), url(../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url(../fonts/.woff2) format("woff2"), url(../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local(""), url(../fonts/.woff2) format("woff2"), url(../fonts/.woff) format("woff")
}

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(""), url(../fonts/.woff2) format("woff2"), url(../fonts/.woff) format("woff")
}

/* .container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto
} */



@media (max-width:991px) {
  .container {
    padding: 0 15px
  }
}



@media (max-width:600px) {
  .container {
    padding: 0 10px
  }
}

body {
  background-color: #fff
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100%;
  overflow: hidden
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}


.changeColor {
  background-color: rgba(30, 32, 35, 0.9);
  } 
.header {
  padding: 35px 0;
  background-color: #1d233f;
  width:100%;
  top:0;
  position: fixed;
  z-index:999;

}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:991px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #373737;
    z-index: 100;
    padding: calc(15px + 15 * ((100vw - 320px)/ 1600));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

.header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .header__exit-menu {
    display: block;
    top: calc(15px + 15 * ((100vw - 320px)/ 1600));
    right: calc(15px + 15 * ((100vw - 320px)/ 1600))
  }
}

.header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header__logo {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 900
}

.header__logo_menu {
  display: none;
  margin-right: auto;
  margin-bottom: 100px
}

@media (max-width:991px) {
  .header__logo_menu {
    display: block
  }
}
.nav{
  margin: 0 auto;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 50px
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px
  }
}

.nav__link {
  display: inline-block;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  font-weight: 400;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}

@media (max-width:991px) {
  .nav__link {
    font-size: 24px
  }
}

@media (any-hover:hover) {
  .nav__link:hover {
    opacity: .6
  }
}

.nav__link:active {
  opacity: .2;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 42px;
  height: 25px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px
}

.burger span:first-child {
  margin-bottom: 5px
}

.burger span:last-child {
  margin-bottom: 0
}

.menu-active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.hero {
  position: relative;
  background-image: url(../img/hero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.hero:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:991px) {
  .hero:not(:last-child) {
    margin-bottom: 75px
  }
}

@media (max-width:600px) {
  .hero:not(:last-child) {
    margin-bottom: 50px
  }
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, .5); */
  z-index: 1
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  backdrop-filter: blur(5px);
}

.hero__body {
  max-width: 700px
}

.hero__title {
  font-size: 42px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  text-align: left
}

.hero__title span {
  text-transform: uppercase
}

@media (max-width:991px) {
  .hero__title {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .hero__title {
    font-size: 27px
  }
}

.hero__title:not(:last-child) {
  margin-bottom: 50px
}

@media (max-width:991px) {
  .hero__title:not(:last-child) {
    margin-bottom: 35px
  }
}

@media (max-width:600px) {
  .hero__title:not(:last-child) {
    margin-bottom: 20px
  }
}

.hero__text {
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  text-align: left
}

@media (max-width:991px) {
  .hero__text {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .hero__text {
    font-size: 16px
  }
}

/* .about:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:991px) {
  .about:not(:last-child) {
    margin-bottom: 75px
  }
}

@media (max-width:600px) {
  .about:not(:last-child) {
    margin-bottom: 50px
  }
} */

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:991px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.about__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 780px;
  flex: 0 1 600px
}

@media (max-width:991px) {
  .about__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.about__title {
  font-size: 52px;
  line-height: 1.3;
  font-weight: 700;
  color: #1d233f;
}

@media (max-width:991px) {
  .about__title {
    font-size: 42px
  }
}

@media (max-width:600px) {
  .about__title {
    font-size: 30px
  }
}

.about__title:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .about__title:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .about__title:not(:last-child) {
    margin-bottom: 20px
  }
}

.about__text {
  font-size: 22px;
  line-height: 1.3;
  color: #1d233f;
  font-weight: 400
}
.about__text_mail-link:hover {
  font-size: 22px;
  line-height: 1.3;
  color: #ccc !important;
  font-weight: 400;
}

@media (max-width:991px) {
  .about__text {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .about__text {
    font-size: 18px
  }
}

.about__text:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .about__text:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .about__text:not(:last-child) {
    margin-bottom: 10px
  }
}

.about__image {
  position: relative;
  padding-bottom: 24%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px;
  border-radius: 10px;
}

@media (max-width:991px) {
  .about__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 50%
  }
}

@media (max-width:600px) {
  .about__image {
    padding-bottom: 85%
  }
}

.about__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.benefits:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:991px) {
  .benefits:not(:last-child) {
    margin-bottom: 75px
  }
}

@media (max-width:600px) {
  .benefits:not(:last-child) {
    margin-bottom: 50px
  }
}

.benefits__text-block{
  padding: 25px;
  box-sizing: border-box;
}


.benefits__title {
  font-size: 52px;
  line-height: 1.3;
  font-weight: 700;
  color: #1d233f;
  display: block;
  margin-top: 100px;
}

@media (max-width:991px) {
  .benefits__title {
    font-size: 42px
  }
}

@media (max-width:600px) {
  .benefits__title {
    font-size: 30px
  }
}

.benefits__title:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .benefits__title:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .benefits__title:not(:last-child) {
    margin-bottom: 20px
  }
}

.benefits__list {
  display: -ms-grid;
  display: grid;
  grid-template: auto/repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px
}

@media (max-width:600px) {
  .benefits__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}
.benefits__item:hover {
  transform: scale(1.03);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.benefits__item {
  border-radius: 10px;
  min-height: 300px;
  border:1px solid rgba(0, 0, 0, .1) ;
  transition-duration: .8s;
}

.benefits__image {
  width: 100%;
  height: 180px
}

.benefits__image img {
  display: block;
  width: 100%;
  border-radius:10px 10px 0px 0px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.benefits__image:not(:last-child) {
  margin-bottom: 20px
}
.benefits__text_main{
  padding: 0 15px 15px 15px;
  font-size: 33px;
  line-height: 1.3;
  text-align: center;
  color: #1d233f;
  font-weight: 600
}
@media (max-width:991px) {
  .benefits_text_main {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .benefits_text_main {
    font-size: 18px;
    padding: 0 10px 10px 10px
  }
}

.benefits_text_main:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .benefits_text_main:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .benefits_text_main:not(:last-child) {
    margin-bottom: 10px
  }
}
.benefits__text {
  padding: 0 15px 15px 15px;
  font-size: 22px;
  line-height: 1.3;
  color: #1d233f;
  font-weight: 400
}

@media (max-width:991px) {
  .benefits__text {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .benefits__text {
    font-size: 18px;
    padding: 0 10px 10px 10px
  }
}

.benefits__text:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .benefits__text:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .benefits__text:not(:last-child) {
    margin-bottom: 10px
  }
}

.services:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:991px) {
  .services:not(:last-child) {
    margin-bottom: 75px
  }
}

@media (max-width:600px) {
  .services:not(:last-child) {
    margin-bottom: 50px
  }
}

.services__title {
  font-size: 52px;
  line-height: 1.3;
  font-weight: 700;
  color: #1d233f;
}

@media (max-width:991px) {
  .services__title {
    font-size: 42px
  }
}

@media (max-width:600px) {
  .services__title {
    font-size: 30px
  }
}

.services__title:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .services__title:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .services__title:not(:last-child) {
    margin-bottom: 20px
  }
}

.services__list {
  display: -ms-grid;
  display: grid;
  grid-template: auto/repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px
}

@media (max-width:600px) {
  .services__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}
.services__item:hover {
  transform: scale(1.03);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  border:1px solid rgba(0, 0, 0, .1) ;
  min-height:300px;
  transition: .8s ease all;
  -webkit-transition: .8s ease all;
  -moz-transition: .8s ease all;
  -ms-transition: .8s ease all;
  -o-transition: .8s ease all;
}

@media (max-width:991px) {
  .services__item {
    padding: 20px 15px
  }
}

@media (max-width:600px) {
  .services__item {
    padding: 15px 10px
  }
}

.services__subtitle {
  font-size: 30px;
  line-height: 1.3;
  color: #1d233f;
  font-weight: 700
}

@media (max-width:991px) {
  .services__subtitle {
    font-size: 26px
  }
}

@media (max-width:600px) {
  .services__subtitle {
    font-size: 22px
  }
}

.services__subtitle:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .services__subtitle:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .services__subtitle:not(:last-child) {
    margin-bottom: 10px
  }
}

.services__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.services__descr:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .services__descr:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .services__descr:not(:last-child) {
    margin-bottom: 10px
  }
}

.services__text {
  font-size: 22px;
  line-height: 1.3;
  color: #1d233f;
  font-weight: 400
}

@media (max-width:991px) {
  .services__text {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .services__text {
    font-size: 18px
  }
}

.services__text:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .services__text:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .services__text:not(:last-child) {
    margin-bottom: 10px
  }
}

.services__price {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  color: #1d233f;
  font-weight: 600;
  margin-top: auto
}

@media (max-width:991px) {
  .services__price {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .services__price {
    font-size: 18px
  }
}

.services__price:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .services__price:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .services__price:not(:last-child) {
    margin-bottom: 10px
  }
}

#contacts{
  padding-top: 50px;
}

.footer {
  background-color: #1d233f;
  padding: 25px 0 45px 0
}

@media (max-width:991px) {
  .footer {
    padding: 25px 0 35px 0
  }
}

@media (max-width:600px) {
  .footer {
    padding: 25px 0 25px 0
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:800px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.footer__logo {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 900
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 50px
}

@media (max-width:991px) {
  .footer__list {
    gap: 10px 40px
  }
}

@media (max-width:600px) {
  .footer__list {
    gap: 10px 30px
  }
}

.footer__link {
  display: inline-block;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  font-weight: 400;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}

@media (max-width:600px) {
  .footer__link {
    font-size: 16px
  }
}

@media (any-hover:hover) {
  .footer__link:hover {
    opacity: .6
  }
}

.footer__link:active {
  opacity: .2;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}