html {
  box-sizing: border-box;
  font-size: 10px;
  scroll-behavior: smooth;
}

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

@font-face {
  font-family: "VWHEAD";
  font-weight: 700;
  font-style: normal;
  src: local("VWHEAD-BOLD"), url("../fonts/VWHEAD-BOLD.woff") format("woff"),
    url("../fonts/VWHEAD-BOLD.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "VWHEAD";
  font-weight: 400;
  font-style: normal;
  src: local("VWHEAD-REGULAR"),
    url("../fonts/VWHEAD-REGULAR.woff") format("woff"),
    url("../fonts/VWHEAD-REGULAR.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "VWHEAD";
  font-weight: 300;
  font-style: normal;
  src: local("VWHEAD-LIGHT"), url("../fonts/VWHEAD-LIGHT.woff") format("woff"),
    url("../fonts/VWHEAD-LIGHT.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "VWHEAD";
  font-weight: 800;
  font-style: normal;
  src: local("VWHEAD-EXTRABOLD"),
    url("../fonts/VWHEAD-EXTRABOLD.woff") format("woff"),
    url("../fonts/VWHEAD-EXTRABOLD.woff2") format("woff2");
  font-display: swap;
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 360px;
  min-height: 100vh;
  font-family: "VWHEAD", "Open Sans", sans-serif;
}

section {
  max-width: 1920px;
  margin: 0 auto;
}

main {
  flex-grow: 1;
}

footer {
  flex-shrink: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

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

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

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

input {
  border: none;
  outline: none;
  background-color: transparent;
}

address {
  font-style: normal;
}

select {
  outline: none;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.container {
  padding-right: min(10.4vw, 200px);
  padding-left: min(10.4vw, 200px);
}

.header {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: min(0.7vw, 14px);
  padding-bottom: min(0.7vw, 13px);
}
.header::after {
  content: "";
  position: absolute;
  bottom: min(1.25vw, 25px);
  left: 0;
  width: min(47.5vw, 913px);
  height: 1px;
  background-color: rgb(255, 255, 255);
}
.header::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: min(1.25vw, 25px);
  width: min(47.5vw, 913px);
  height: 1px;
  background-color: rgb(255, 255, 255);
}
.header__container {
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: min(1vw, 20px);
  column-gap: min(1vw, 20px);
}
.header__blockContact {
  align-self: flex-start;
  flex-direction: column;
  margin: 0 auto;
}
.header__block {
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
  width: min(47.5vw, 912px);
}
.header__name {
  font-size: min(1vw, 20px);
  font-weight: 700;
  line-height: min(1.2vw, 24px);
  color: rgb(255, 255, 255);
}
.header__contactDescr {
  font-size: min(0.6vw, 12px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  color: rgb(204, 204, 204);
}
.header__contact {
  font-size: min(1vw, 20px);
  font-weight: 400;
  line-height: min(1.2vw, 24px);
  color: rgb(255, 255, 255);
}

.header__contact.mob {
  font-size: 13px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  display: none;
  align-items: center;
  justify-content: center;
  line-height: unset;
  padding-top: 4px;
  height: 100%;
}

.header__logoImg {
  width: min(2.86vw, 55px);
  height: min(3.85vw, 74px);
}
.header__btn {
  align-items: center;
  justify-content: center;
  width: min(16vw, 306px);
  min-height: min(2.5vw, 50px);
  padding: min(0.8vw, 15px);
  border-radius: min(4vw, 80px);
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: rgb(0, 30, 80);
  text-align: left;
  background-color: rgb(255, 255, 255);
}

.hero__slider {
  overflow: hidden;
}
.hero__main {
  min-height: min(100vh - min(2.2vw, 43px), 1134px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero__main_1 {
  background-image: url(../img/hero.webp);
}
.hero__main_2 {
  background-image: url(../img/hero2.webp);
}
.hero__nav {
  padding-top: min(5.3vw, 101px);
  width: 100%;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}
.hero__navList {
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: min(0.5vw, 10px);
  padding-bottom: min(0.5vw, 10px);
  background-color: rgba(0, 30, 80, 0.5);
  -moz-column-gap: min(5.2vw, 100px);
  column-gap: min(5.2vw, 100px);
}
.hero__navLink {
  padding-bottom: min(0.5vw, 10px);
  border-bottom: 1px solid transparent;
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: rgb(255, 255, 255);
}
.hero__container {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  min-height: min(100vh - min(9.58vw, 184px), 913px);
  padding-bottom: min(5.26vw, 101px);
}
.hero__descr {
  margin-bottom: min(2vw, 40px);
  font-size: min(1.5vw, 32px);
  font-weight: 400;
  line-height: min(2vw, 40px);
  color: rgb(255, 255, 255);
}
.hero__link {
  align-items: center;
  justify-content: center;
  width: min(16vw, 306px);
  padding: min(0.78vw, 15px);
  border-radius: min(4vw, 80px);
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: rgb(0, 30, 80);
  background-color: white;
}
.hero__title {
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: min(0.7vw, 15px);
  column-gap: min(0.7vw, 15px);
}
.hero__mainTitle {
  margin-bottom: min(0.7vw, 15px);
  font-size: min(2.5vw, 50px);
  font-weight: 800;
  line-height: min(3vw, 60px);
  color: white;
}
.hero__proc {
  margin-bottom: min(0.5vw, 10px);
  font-size: min(4.8vw, 96px);
  font-weight: 800;
  line-height: min(3.9vw, 75px);
  color: white;
}
.hero__titleAdvant {
  align-items: flex-start;
  justify-content: center;
  min-height: min(2.6vw, 52px);
  padding: 0 min(0.8vw, 16px);
  border-radius: min(2vw, 40px);
  font-size: min(2.4vw, 48px);
  font-weight: 800;
  line-height: min(2vw, 40px);
  color: rgb(0, 30, 80);
  background-color: white;
}
.hero__formBlock {
  position: relative;
  z-index: 1000;
  align-items: flex-start;
  justify-content: space-between;
  width: min(79vw, 1520px);
  margin: 0 auto;
  margin-top: max(-2vw, -40px);
  padding-top: min(0.6vw, 12px);
  padding-right: min(0.6vw, 12px);
  padding-left: min(1.5vw, 30px);
  border-radius: min(3.2vw, 61px);
  background-color: white;
  -moz-column-gap: min(1.2vw, 24px);
  column-gap: min(1.2vw, 24px);
}
.hero__formDescr {
  margin-top: min(0.45vw, 9px);
  font-size: min(1.4vw, 27px);
  font-weight: 700;
  line-height: min(1.6vw, 32px);
  color: rgb(0, 30, 80);
}

.form {
  align-items: flex-end;
  flex-direction: column;
  row-gap: min(0.2vw, 4px);
}
.form__inputBlock {
  -moz-column-gap: min(1vw, 20px);
  column-gap: min(1vw, 20px);
}
.form__inputBlock_footer {
  flex-direction: column;
  row-gap: min(0.5vw, 10px);
}
.form__tel {
  width: min(19vw, 365px);
  padding: min(0.7vw, 15px) min(1.2vw, 25px);
  border: 1px solid rgb(0, 30, 80);
  border-radius: min(3vw, 60px);
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: rgba(0, 30, 80, 0.67);
}
.form__tel::-moz-placeholder {
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: rgba(0, 30, 80, 0.67);
}
.form__tel::placeholder {
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: rgba(0, 30, 80, 0.67);
}
.form__tel_footer {
  border: 1px solid #e9e9e9;
  color: #cccccc;
}
.form__tel_footer::-moz-placeholder {
  color: #cccccc;
}
.form__tel_footer::placeholder {
  color: #cccccc;
}
.form__btn {
  justify-content: center;
  width: min(18vw, 353px);
  padding: min(0.7vw, 15px) min(1.2vw, 25px);
  border-radius: min(3vw, 60px);
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: hsl(0, 0%, 100%);
  background-color: rgb(0, 30, 80);
}
.form__btn_footer {
  width: min(19vw, 365px);
  color: #001e50;
  background-color: #ffffff;
}

.checkBlock {
  position: relative;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-right: min(3.5vw, 70px);
  padding-left: min(0.8vw, 16px);
  cursor: pointer;
}
.checkBlock_footer {
  justify-content: center;
  margin: 0 auto;
}
.checkBlock__check {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.checkBlock__checkVis {
  position: absolute;
  left: 0;
  align-items: center;
  justify-content: center;
  width: min(0.4vw, 8px);
  height: min(0.4vw, 8px);
  border-radius: 100%;
  outline: 1px solid rgb(0, 30, 80);
  outline-offset: 1px;
}
.checkBlock__checkVis::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  background-color: rgb(0, 30, 80);
  transition: opacity 0.3s ease-in-out;
}
.checkBlock__checkVis_footer {
  outline: 1px solid white;
}
.checkBlock__checkVis_footer::after {
  background-color: white;
}
.checkBlock__descr {
  font-size: min(0.5vw, 10px);
  font-weight: 300;
  line-height: min(0.6vw, 12px);
  color: rgb(0, 0, 0);
}
.checkBlock__descr a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
.checkBlock__descr_footer {
  color: white;
}
.checkBlock__descr_footer a {
  color: white;
  text-decoration: underline;
}

.checkBlock__check:checked + .checkBlock__checkVis::after {
  opacity: 1;
}

.slick-next {
  right: min(10.4vw, 200px);
}

.slick-prev {
  left: min(10.4vw, 200px);
}

.slick-prev,
.slick-next {
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(3vw, 60px);
  height: min(3vw, 60px);
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  width: min(0.6vw, 12px);
  height: min(1.2vw, 24px);
  background-image: url(../img/slider_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slick-next::before {
  transform: rotate(180deg);
}

.slick-prev:focus,
.slick-next:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.serv {
  padding-top: min(5.26vw, 101px);
}
.serv__title {
  margin-bottom: min(2vw, 40px);
  font-size: min(2vw, 40px);
  font-weight: 700;
  line-height: min(2.4vw, 48px);
  color: rgb(34, 34, 34);
  text-align: center;
  text-transform: uppercase;
}
.serv__list {
  justify-content: space-between;
  margin-bottom: min(2vw, 40px);
  grid-template-columns: repeat(3, min(26vw, 500px));
  -moz-column-gap: min(0.5vw, 10px);
  column-gap: min(0.5vw, 10px);
  row-gap: min(0.5vw, 10px);
}
.serv__titleCard {
  max-width: min(20vw, 400px);
  margin-bottom: min(1vw, 20px);
  font-size: min(1.4vw, 28px);
  font-weight: 700;
  line-height: min(1.7vw, 34px);
  color: rgb(0, 30, 80);
  text-align: center;
}
.serv__item {
  min-height: min(13.3vw, 256px);
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image 0.3s ease-in-out;
}
.serv__item_topLeft {
  background-image: url(../img/serv_border_top_left.svg);
  background-position: center bottom;
}
.serv__item_topCenter {
  background-image: url(../img/serv_border_top_center.svg);
  background-position: center bottom;
}
.serv__item_topRight {
  background-image: url(../img/serv_border_top_right.svg);
  background-position: center bottom;
}
.serv__item_bottomLeft {
  background-image: url(../img/serv_border_bottom_left.svg);
  background-position: center top;
}
.serv__item_bottomCenter {
  background-image: url(../img/serv_border_bottom_center.svg);
  background-position: center top;
}
.serv__item_bottomRight {
  background-image: url(../img/serv_border_bottom_right.svg);
  background-position: center top;
}
.serv__item_hidden {
  display: none;
}
.serv__link {
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  row-gap: min(1vw, 20px);
}
.serv__img {
  display: block;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease-in-out;
}
.serv__img_1 {
  background-image: url(../img/serv_1.png);
}
.serv__img_2 {
  background-image: url(../img/serv_2.png);
}
.serv__img_3 {
  background-image: url(../img/serv_3.png);
}
.serv__img_4 {
  background-image: url(../img/serv_4.png);
}
.serv__img_5 {
  background-image: url(../img/serv_5.png);
}
.serv__img_6 {
  background-image: url(../img/serv_6.png);
}
.serv__img_7 {
  background-image: url(../img/serv_7.png);
}
.serv__img_8 {
  background-image: url(../img/serv_8.png);
}
.serv__img_9 {
  background-image: url(../img/serv_9.png);
}
.serv__btn {
  align-items: center;
  justify-content: center;
  width: min(16vw, 306px);
  min-height: min(2.5vw, 50px);
  margin: 0 auto;
  padding: min(0.7vw, 16px);
  border-radius: min(1.3vw, 25px);
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: white;
  background-color: #001e50;
}

.act {
  padding-top: min(6.8vw, 130px);
}
.act__title {
  margin-bottom: min(2vw, 40px);
  font-size: min(2vw, 40px);
  font-weight: 700;
  line-height: min(2.4vw, 48px);
  color: #222222;
  text-align: center;
  text-transform: uppercase;
}
.act__list {
  grid-template-columns: repeat(3, 1fr);
}
.act__item {
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  row-gap: min(1.5vw, 30px);
}
.act__item:not(:last-child) {
  padding-right: min(0.6vw, 12px);
}
.act__item:nth-child(2n) {
  flex-direction: column-reverse;
}
.act__item:not(:first-child) {
  padding-left: min(0.6vw, 12px);
}
.act__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #d9d9d9;
}
.act__cardTitle {
  margin-bottom: min(1vw, 20px);
  font-size: min(1.4vw, 28px);
  font-weight: 700;
  line-height: min(1.7vw, 34px);
  color: #000000;
}
.act__cardDescr {
  display: block;
  margin-bottom: min(1.5vw, 30px);
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
}
.act__cardBtn {
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: min(2.5vw, 50px);
  padding: min(0.7vw, 15px);
  border-radius: min(1.3vw, 25px);
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: white;
  background-color: #001e50;
}
.act__imgBlock {
  overflow: hidden;
  width: 100%;
  height: min(12vw, 238px);
  border-radius: min(0.5vw, 10px);
}
.act__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.3s ease-in-out;
}
.act__img_1 {
  background-image: url(../img/action_1.webp);
}
.act__img_2 {
  background-image: url(../img/action_2.webp);
}
.act__img_3 {
  background-image: url(../img/action_3.jpg);
}

@-moz-document url-prefix() {
  .rev__revBlock {
    scrollbar-color: #001e50 #cccccc;
    scrollbar-width: thin;
  }
}
.rev {
  padding-top: min(8.9vw, 170px);
}
.rev__title {
  margin-bottom: min(2vw, 40px);
  font-size: min(2vw, 40px);
  font-weight: 700;
  line-height: min(2.4vw, 48px);
  color: #222222;
  text-align: center;
  text-transform: uppercase;
}
.rev__mainBlock {
  height: min(28.5vw, 547px);
  -moz-column-gap: min(1vw, 20px);
  column-gap: min(1vw, 20px);
}
.rev__revBlock {
  overflow-y: scroll;
  width: 50%;
  height: 100%;
}
.rev__revBlock::-webkit-scrollbar {
  width: 1px;
  background-color: #cccccc;
}
.rev__revBlock::-webkit-scrollbar-thumb {
  width: min(0.15vw, 3px);
  background-color: #001e50;
  cursor: pointer;
}
.rev__rev {
  position: relative;
  margin-right: min(1.5vw, 30px);
  padding-left: min(3.4vw, 68px);
  border-bottom: 1px solid #d9d9d9;
  counter-increment: counter 1;
}
.rev__rev:not(:last-child) {
  margin-bottom: min(1vw, 20px);
}
.rev__rev::after {
  content: "0" counter(counter);
  position: absolute;
  top: 0;
  left: 0;
  font-size: min(1.2vw, 24px);
  font-weight: 800;
  line-height: min(1.5vw, 30px);
  color: #cccccc;
}
.rev__name {
  display: block;
  margin-bottom: min(1vw, 20px);
  font-size: min(1.2vw, 24px);
  font-weight: 700;
  line-height: min(1.5vw, 30px);
  color: #001e50;
}
.rev__star {
  display: block;
  width: min(9.2vw, 176px);
  height: min(1.4vw, 28px);
  margin-bottom: min(1vw, 20px);
  background-image: url(../img/star.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rev__txt {
  padding-bottom: min(1vw, 20px);
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: #222222;
}
.rev__date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: #cccccc;
}
.rev__imgBlock {
  overflow: hidden;
  width: 50%;
  height: 100%;
  border-radius: min(0.5vw, 10px);
}
.rev__img {
  width: 100%;
  height: 100%;
  background-image: url(../img/rev.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.garant {
  padding-top: min(8.9vw, 170px);
}
.garant__title {
  margin-bottom: min(2vw, 40px);
  font-size: min(2vw, 40px);
  font-weight: 700;
  line-height: min(2.4vw, 48px);
  color: #222222;
  text-align: center;
  text-transform: uppercase;
}
.garant__main {
  width: 100%;
  min-height: min(41vw, 791px);
  padding: min(3vw, 60px);
  border-radius: min(1.5vw, 30px);
  background-image: url(../img/garanty.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.garant__listTitle {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: min(1.2vw, 23px);
  padding: min(0.5vw, 10px) min(1.2vw, 24px);
  border: 1px solid white;
  border-radius: min(1.5vw, 30px);
  font-size: min(1.2vw, 24px);
  font-weight: 700;
  line-height: min(1.5vw, 30px);
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
}
.garant__mainItem {
  margin-bottom: min(3vw, 60px);
}
.garant__descrList {
  position: relative;
  flex-direction: column;
  padding-left: min(1vw, 20px);
  row-gap: min(0.5vw, 10px);
}
.garant__descrList::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #e9e9e9;
}
.garant__descrItem {
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: #ffffff;
}

.footer {
  margin-top: min(8.9vw, 170px);
  padding-top: min(3.1vw, 62px);
  background-color: #001e50;
}
.footer__container {
  position: relative;
  padding-bottom: min(1vw, 20px);
}
.footer__title {
  position: absolute;
  top: max(-5vw, -100px);
  width: 100%;
  max-width: min(79vw, 1520px);
  padding: min(0.7vw, 15px) 0;
  border-radius: min(3vw, 60px);
  font-size: min(2vw, 40px);
  font-weight: 700;
  line-height: min(2.4vw, 48px);
  color: #001e50;
  text-align: center;
  background-color: white;
}
.footer__leftList {
  flex-direction: column;
  row-gap: min(1vw, 20px);
}
.footer__main {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer__leftBlock {
  align-items: flex-start;
  flex-direction: column;
}
.footer__rightBlock {
  flex-direction: column;
  row-gap: min(1vw, 20px);
}
.footer__leftName {
  font-size: min(0.6vw, 12px);
  font-weight: 400;
  line-height: min(0.7vw, 14px);
  color: #cccccc;
}
.footer__leftElem {
  font-size: min(0.8vw, 16px);
  font-weight: 400;
  line-height: min(1vw, 20px);
  color: white;
  text-align: left;
}
.footer__rightItem {
  font-size: min(0.7vw, 14px);
  font-weight: 300;
  line-height: min(0.9vw, 19px);
  color: #cccccc;
  text-align: left;
}
.footer__rightElem {
  font-size: min(1.2vw, 24px);
  font-weight: 700;
  line-height: min(1.5vw, 30px);
  color: white;
  text-align: left;
}
.footer__form {
  row-gap: min(0.3vw, 6px);
}
.footer__formBlock {
  padding-top: min(1.1vw, 22px);
  padding-right: min(10.5vw, 202px);
  padding-bottom: min(1.3vw, 25px);
  padding-left: min(10.5vw, 202px);
  border-right: 1px solid #073581;
  border-left: 1px solid #073581;
}
.footer__map {
  width: 100%;
  height: min(23.8vw, 457px);
  background-image: url(../img/map.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer__disclamer {
  color: #fff;
  font-size: 14px;
  padding: 30px 0;
}

.modal {
  display: none;
  width: 30%;
  max-width: 430px;
}
.modal__formTel {
  width: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border: 1px solid #231f20;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  color: rgba(35, 31, 32, 0.6);
  text-align: center;
}
.modal__form {
  flex-direction: column;
  width: 420px;
  max-width: 100%;
  row-gap: 1rem;
}
.modal__btn {
  display: block;
  width: 100%;
  margin-bottom: 0.4rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  color: white;
  text-align: center;
  background-color: #001e50;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.modal__checkInput {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.modal__checkBlock {
  position: relative;
  display: flex !important;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding-left: 1.5rem !important;
  cursor: pointer;
}
.modal__check {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #8a8d8f;
  border-radius: 100%;
}
.modal__check::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  border-radius: 100%;
  opacity: 0;
  background-color: #8a8d8f;
  transition: opacity 0.3s ease-in-out;
}
.modal__title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: black;
  text-align: center;
}

.burger {
  position: relative;
  z-index: 1000;
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 25px;
  transition: transform 0.5s ease-in-out;
}
.burger__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #001e50;
}
.burger__line::after,
.burger__line::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #001e50;
  transition: animation 0.8s ease-in;
}
.burger__line::after {
  top: 0;
}
.burger__line::before {
  bottom: -1px;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__btn_form,
.act__cardBtn,
.serv__btn,
.hero__link,
.header__btn,
.form__btn_footer,
.modal__btn {
  transition: background-color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .form__btn_form:hover,
  .act__cardBtn:hover,
  .serv__btn:hover,
  .modal__btn:hover {
    background-color: #003a99;
  }
  .hero__link:hover,
  .header__btn:hover,
  .form__btn_footer:hover {
    background-color: #e9e9e9;
  }
  .hero__navLink:hover {
    border-color: white;
  }
  .act__item:hover .act__img {
    transform: scale(1.1);
  }
  .serv__link:hover .serv__img {
    transform: scale(1.05);
  }
  .serv__item_topLeft:hover {
    background-image: url(../img/serv_border_top_left_hover.svg);
  }
  .serv__item_topCenter:hover {
    background-image: url(../img/serv_border_top_center_hover.svg);
  }
  .serv__item_topRight:hover {
    background-image: url(../img/serv_border_top_right_hover.svg);
  }
  .serv__item_bottomLeft:hover {
    background-image: url(../img/serv_border_bottom_left_hover.svg);
  }
  .serv__item_bottomCenter:hover {
    background-image: url(../img/serv_border_bottom_center_hover.svg);
  }
  .serv__item_bottomRight:hover {
    background-image: url(../img/serv_border_bottom_right_hover.svg);
  }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .slick-prev:hover::before,
  .slick-next:hover::before {
    background-image: url(../img/slider_arrow_hover.png);
  }
  .slick-prev:hover::before {
    transform: rotate(180deg);
  }
  .slick-next:hover::before {
    transform: rotate(0);
  }
  .left:hover {
    background-image: url(../img/serv_border_center_left_hover.svg);
  }
  .right:hover {
    background-image: url(../img/serv_border_center_right_hover.svg);
  }
  .center:hover {
    background-image: url(../img/serv_border_center_center_hover.svg);
  }
}
.hidden {
  display: none;
}

.visible {
  display: flex;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
  border-width: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
  display: none;
}

.popup_container .agree_field {
  font-size: 10px;
  color: black;
  text-align: left;
}

.popup_container .agree_field a {
  color: black;
}

.popup_container .form_comment {
  padding-bottom: 15px;
  font-size: 20px;
  color: #d6001c;
  text-align: center;
}

.popup_container .form_comment a {
  display: block;
  color: #414141;
  text-decoration: none;
}

.popup_container .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  /* Aey IE */
  /* Aey Firefox */
  /* Aey Safari, Chrome, iOS */
  /* Aey Opera */
  transform: rotate(45deg);
}

.popup_container .close:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  width: 34px;
  height: 1px;
  background-color: #a8a8a8;
}

.popup_container .close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  display: block;
  width: 1px;
  height: 34px;
  background-color: #a8a8a8;
}

.popup_container .form-group input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #f3f3f3;
  line-height: 56px;
  color: black;
  text-align: left;
  text-decoration: none;
  outline: none;
  background: #f3f3f3;
}

.popup_container .form-group textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #c0c6c9;
  font-family: "Montserrat";
  font-size: 16px;
  color: black;
  text-align: left;
  text-decoration: none;
  outline: none;
  background: none;
  resize: none;
}

.popup_container .form-group select {
  width: 100%;
  height: 50px;
  height: 38px;
  padding-left: 10px;
  border: 1px solid white;
  border: 1px solid #c0c6c9;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 300;
  color: #1d1f20;
  background-color: white;
}

.popup_container .form-group button {
  height: 38px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.popup_container .form-group button:before {
  display: none;
}

.popup_container .form-group button:after {
  display: none;
}

.not_agree button {
  color: white !important;
  background-color: #cccccc !important;
  cursor: auto !important;
}

.agree_field {
  position: relative;
  top: 0;
  display: inline-block;
  padding-left: 20px;
  font-size: 10px;
  line-height: 100%;
}

.agree_field input {
  position: absolute;
  top: -1px;
  left: 0;
  margin: 0;
}

.popup_container .form-disclamer {
  padding-top: 10px;
  font-size: 10px;
  color: #b8b8b8;
  text-align: center;
}

.form_tel {
  margin-bottom: 20px;
}

.form_tel a {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
} /*# sourceMappingURL=style.css.map */
