
/* #region start */
@font-face {
  font-family: 'bebasneuecyrillic';
  src: local('bebasneuecyrillic'),
    url("fonts/bebasneuecyrillic.ttf");
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: local('Montserrat-Medium'),
    url("fonts/Montserrat-Medium.ttf");
}

html {
  overflow-x: hidden;
  margin: 0px;
  scroll-behavior: smooth;
}

body {
  font-family: "bebasneuecyrillic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin: 0px;
  padding: 0px;
  background-color: #D1DDE9; 
  position: relative;
  /* overflow: hidden; */
}

html, body {width: auto !important;} 

p {
  margin: 0px;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  width: 100%;
}

button {
  border: none;
}
button:hover {
  background-color: #B0C5DB;
}
/* #endregion */

/* #region header */
header {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  background: url(images/header.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 1080px;
  position: relative;
}
.header2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  width: 100%;
}
.header2 *  {
  color: #242344 !important;
}
.header2 span {
  background-color: #242344 !important;
}

header::before {
  content: '';
  background-color: #000;
  width: 100%;
  height: 1080px;
  top: 0;
  left: 0;
  position: absolute;
  opacity: .6;
}
header::after {
  content: '';
  width: clamp(6.25rem, -3.433rem + 41.31vw, 33.75rem);
  height: 108px;
  bottom: -1px;
  right: 0;
  position: absolute;
  background: url(images/header_corner1.png);
  background-repeat: no-repeat;
}

.header__section {
  height: 110px;
  max-width: 1485px;
  width: 100%;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.burger_logo {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 0.405rem + 0.94vw, 1.25rem);
}
.burger_logo img {
  width: clamp(9.813rem, 2.438rem + 1.6vw, 3.875rem);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  gap: 40px;
  row-gap: 0px;
  /* margin-right: 46px; */
  justify-content: end;
}
.nav a {
  color: #fff;
  font-size: clamp(0.5rem, 0.016rem + 2.07vw, 1.875rem);
  text-transform: uppercase;
}
.nav a:hover {
  text-decoration: underline;
}
.nav li:last-child a {
  text-decoration: underline;
}
.nav li:last-child a:hover {
  text-decoration: none;
}

.banner__video {    
  position: absolute;
  z-index: 0;
  filter: brightness(50%);
}
/* #endregion */

/* #region top */
.top {
  display: flex;
  justify-content: center;
}
.top__section {
  max-width: 1485px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 804px;
  z-index: 100;
}
.top__section p {
  font-size: clamp(2.75rem, -0.376rem + 10.74vw, 10.188rem);
}
.top__section > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-top: 285px;
  font-family: Montserrat-Medium;
  gap: 20px;
  height: 150px;
  font-size: clamp(0.563rem, 0.32rem + 1.03vw, 1.25rem);
}

.top__section_left {
  flex-basis: 30%;
  height: 100%;
  padding: 28px 38px;
  position: relative;
}
.top__section_left::before {
  content: '';
  width: 100%;
  height: 100%;
  filter: blur(.5px) brightness(100%); 
  background: url(images/top__section_left.png);
  background-repeat: no-repeat;
  z-index: -10;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: 100% 100%;
}
.top__section_left::after {
  content: '';
  width: 34px;
  height: 34px;
  background: url(images/icon_check.png);
  background-repeat: no-repeat;
  z-index: 100;
  position: absolute;
  left: -10px;
  top: -10px;
}
.top__section_center {
  flex-basis: 32%;
  height: 100%;
  padding: 28px 50px;
  position: relative;
}
.top__section_center::after {
  content: '';
  width: 34px;
  height: 34px;
  background: url(images/icon_check.png);
  background-repeat: no-repeat;
  z-index: 100;
  position: absolute;
  left: 10px;
  top: -10px;
}
.top__section_center::before {
  content: '';
  width: 100%;
  height: 100%;
  filter: blur(.5px) brightness(100%); 
  background: url(images/top__section_center.png);
  background-repeat: no-repeat;
  z-index: -10;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size:100% 100%;
}
.top__section_right {
  flex-basis: 35%;
  height: 100%;
  padding: 28px 50px;
  position: relative;
}
.top__section_right::after {
  content: '';
  width: 34px;
  height: 34px;
  background: url(images/icon_check.png);
  background-repeat: no-repeat;
  z-index: 100;
  position: absolute;
  left: 10px;
  top: -10px;
}
.top__section_right::before {
  content: '';
  width: 100%;
  height: 100%;
  filter: blur(.5px) brightness(100%); 
  background: url(images/top__section_right.png);
  background-repeat: no-repeat;
  z-index: -10;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size:100% 100%;
}

.top__section_button {
  font-size: clamp(0.875rem, 0.655rem + 0.94vw, 1.5rem);
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50px;
  background-color: #3F54B3;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: clamp(3.125rem, 2.465rem + 2.82vw, 5rem);
}
.top__section_button:active {
  transform: translateY(2px);
}
/* #endregion */

/* #region company */
.company {
  display: flex;
  justify-content: center;
}
.company__section {
  height: 900px;
  width: 1440px;
  margin: 0 20px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 41px;
}
.company__title {
  font-size: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem);
  color: #242344;
  line-height: 0.9;
  margin-top: 115px;
}
.company__section > p {
  color: #242344;
  font-size: clamp(0.875rem, 0.655rem + 0.94vw, 1.5rem);
  font-family: Montserrat-Medium;
  font-weight: bold;
  text-transform: uppercase;
}
.company__items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 409px;
  width: 100%;
}
.company__items div {
  flex-basis: 31%;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: clamp(1.25rem, 0.81rem + 1.88vw, 2.5rem);
  color: #242344;
  margin-bottom: 14px;
  line-height: 1;
  padding: 38px 62px;
  gap: 19px;
  position: relative;
}
.company__item h2 {
  font-size: 36px;
  font-weight: 500;
}
.company__item p {
  display: flex;
  flex-direction: column;
  font-size: clamp(0.75rem, 0.618rem + 0.56vw, 1.125rem);
  color: #242344;
  font-weight: normal;
  font-family: Montserrat-Medium;
  word-break: break-word;
}

.company__item::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -4;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 20px;
  transform: skew(-4deg);
}
.company__item1::after {
  content: '';
  width: 95px;
  height: 95px;
  background: url(images/company__items1.png);
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  right: 10%;
  bottom: 10px;
  background-size: cover;
}
.company__item2::after {
  content: '';
  width: 95px;
  height: 95px;
  background: url(images/company__items2.png);
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  right: 10%;
  bottom: 10px;
  background-size: cover;
}
.company__item3::after {
  content: '';
  width: 95px;
  height: 95px;
  background: url(images/company__items3.png);
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  right: 10%;
  bottom: 10px;
  background-size: cover;
}
/* #endregion */

/* #region catalog */
.catalog {
  display: flex;
  justify-content: center;
  background-color: #242344;
  position: relative;
}
.catalog::after {
  content: '';
  width: clamp(6.25rem, -3.433rem + 41.31vw, 33.75rem);
  height: 108px;
  bottom: -1px;
  right: 0;
  position: absolute;
  background: url(images/header_corner1.png);
  background-repeat: no-repeat;
}
.catalog::before {
  content: '';
  width: clamp(6.25rem, -3.433rem + 41.31vw, 33.75rem);
  height: 108px;
  top: -1px;
  left: 0;
  position: absolute;
  background: url(images/header_corner1.png);
  background-repeat: no-repeat;
  transform: scale(-1, -1);
}
.catalog__section {
  height: 922px;
  max-width: 1440px;
  width: 100%;
  margin: 0 20px;
  display: flex;
  align-items: start;
  flex-direction: column;
  position: relative;
}
.catalog__section > p {
  font-size: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem);
  margin-top: 170px;
}
.catalog_swiper {
  width: 100%;
  margin-top: 41px;
  height: 444px;
  overflow: hidden;
}
.catalog_swiper_item {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
/* @media (min-width: 1100px) and (max-width: 1600px) {
  .catalog_swiper_item {
    top: 25%;
    width: 44%;
  }
} */
.swiper-slide {
  width: 80%;
  display: flex !important;
  flex-direction: column;
  gap: 29px;
}
.catalog_swiper_item div {
  display: flex;
  justify-content: space-between;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
.catalog_swiper_item p {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  font-family: Montserrat-Medium;
}
.catalog_swiper_item .price {
  font-size: 20px;
  font-family: Montserrat-Medium;
  font-weight: 700;
}

/* #endregion */

/* #region swiper */
.swiper {
  width: 100%;
  height: 100%;
}
 .catalog_swiper_navigation {
  display: flex;
  justify-content: space-between;
  z-index: 20;
  width: 150px;
  position: absolute;
  right: 0px;
  top: 205px;
}
 .gallery_swiper_navigation {
  display: flex;
  justify-content: space-between;
  z-index: 20;
  width: 150px;
  position: absolute;
  right: 0px;
  top: 205px;
}
.catalog_prev,
.gallery_prev {
  background: url(images/navigation_prev.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  display: flex;
  cursor: pointer;
  width: clamp(2rem, 1.318rem + 2.91vw, 3.938rem);
  height: clamp(2rem, 1.318rem + 2.91vw, 3.938rem);
  border-radius: 50%;
}
.catalog_next,
.gallery_next {
  background: url(images/navigation_next.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  display: flex;
  cursor: pointer;
  width: clamp(2rem, 1.318rem + 2.91vw, 3.938rem);
  height: clamp(2rem, 1.318rem + 2.91vw, 3.938rem);
  border-radius: 50%;
}
.catalog_next:hover,
.gallery_next:hover {
  background-color: #FFA500;
}
/* #endregion */

/* #region services */
.services {
  display: flex;
  justify-content: center;
}
.services__section {
  width: 1440px;
  height: 1592px;
  margin: 0 20px;
  display: flex;
  align-items: start;
  flex-direction: column;
  position: relative;
  gap: 29px;
}
.services__section .title {
  font-size: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem);
  line-height: 0.99;
  font-family: bebasneuecyrillic;
  margin-top: 110px;
  color: #242344;
}
.services__section .subtitle {
  font-size: 20px;
  color: #242344;
  font-weight: normal;
  font-family: Montserrat-Medium;
  right: 0;
  bottom: 17px;
  width: 80%;
}

.services__items {
  display: flex;
  gap: 30px;
  width: 100%;
  position: relative;
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.services__items div {
  flex-basis: 25%;
  height: 488px;
  display: flex;
  flex-direction: column;
  font-size: clamp(1.25rem, 0.81rem + 1.88vw, 2.5rem);
  color: #242344;
  margin-bottom: 14px;
  line-height: 1;
  padding: 18px 28px 32px;
  gap: 25px;
  position: relative;
}
.services__item img {
  width: 100%;
}
.services__item h2 {
  font-size: 36px;
  font-weight: 500;
  flex: 1;
}
.services__item p {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  color: #3F54B3;
  font-weight: bold;
  font-family: Montserrat-Medium;
  word-break: break-word;
}

.services__item::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -4;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 20px;
  transform: skew(-4deg);
}
.services_button {
  font-size: clamp(0.625rem, 0.705rem + 0.94vw, 1.25rem);
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50px;
  background-color: #3F54B3;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 60px;
}

/* #endregion */

/* #region table */
.table {
  display: flex;
  justify-content: center;
  margin-top: 65px;  
}
.table .table__section {
  width: 1440px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.table .table__section .item {
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1rem, 0.56rem + 1.88vw, 2.25rem);
  color: #242344;
  line-height: 1;
  border-bottom: 2px solid #B0C5DB;
}
.table .table__section .item:first-child {
  border-top: 2px solid #B0C5DB;
}
.table .table__section .item p {
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  font-family: Montserrat-Medium;
  font-weight: 700;
  color: #00397B;
}
.table__section img {
  display: none;
  position: absolute;
  right: 18%;
  width: clamp(8.125rem, 4.208rem + 16.71vw, 19.25rem);
  /* margin-bottom: -190px; */
}
.table .table__section .item:hover img {
  display: flex;
}
/* #endregion */

/* #region contacts */
.contacts {
  display: flex;
  justify-content: center;
}
.contacts__section {
  width: 1440px;
  height: 824px;
  margin: 0 20px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 54px;
}
.contacts__title {
  font-size: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem);
  color: #242344;
  line-height: 0.9;
  margin-top: 115px;
}
.contacts__section > p {
  color: #242344;
  font-size: 100px;
  font-family: Montserrat-Medium;
  font-weight: bold;
  text-transform: uppercase;
}
.contacts__items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 444px;
  width: 100%;
}

.contacts__item::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -4;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 20px;
  transform: skew(-4deg);
}
.contacts__item {
  display: flex;
  flex-direction: column;
  padding: clamp(1.875rem, 1.545rem + 1.41vw, 2.813rem);
  height: 444px;
  flex-basis: 31%;
  position: relative;
  justify-content: space-between;
}
.contacts__item .title {
  display: flex;
  font-size: clamp(1.25rem, 0.81rem + 1.88vw, 2.5rem);
  color: #242344;
  line-height: 1;
  align-items: center;
}
.contacts__item p {
  font-size: clamp(0.75rem, 0.618rem + 0.56vw, 1.1rem);
  color: #242344;
  font-weight: normal;
  font-family: Montserrat-Medium;
}

.contacts_table {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 17px;
}
.contacts_table img {
  width: 27px;
  height: 27px;
}
.contacts_table_item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.contacts_button {
  font-size: clamp(0.625rem, 0.705rem + 0.94vw, 1.25rem);
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50px;
  background-color: #3F54B3;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 60px;
  margin-top: 20px;
}
/* #endregion */

/* #region gallery */
.gallery {
  display: flex;
  justify-content: center;
  background-color: #242344;
  position: relative;
}
.gallery__section {
  max-width: 1440px;
  width: 100%;
  margin: 0 20px;
  display: flex;
  align-items: start;
  flex-direction: column;
  position: relative;
  height: 922px;
}
.gallery__section p {
  font-size: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem);
  color: #fff;
  margin-top: 177px;
}
.gallery_swiper {
  width: 100%;
  margin-top: 41px;
  height: 390px;
  overflow: hidden;
}
.gallery_swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery_swiper a img {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery::after {
  content: '';
  width: clamp(6.25rem, -3.433rem + 41.31vw, 33.75rem);;
  height: 108px;
  bottom: -1px;
  right: 0;
  position: absolute;
  background: url(images/header_corner1.png);
  background-repeat: no-repeat;
}
.gallery::before {
  content: '';
  width: clamp(6.25rem, -3.433rem + 41.31vw, 33.75rem);;
  height: 108px;
  top: -1px;
  left: 0;
  position: absolute;
  background: url(images/header_corner1.png);
  background-repeat: no-repeat;
  transform: scale(-1, -1);
}
/* #endregion */

/* #region consult */
.consult {
  display: flex;
  justify-content: center;
  margin-top: 230px;
  background: url(images/consult_image.png) no-repeat;
  background-size: contain;
  background-position-x: clamp(0rem, -4.842rem + 20.66vw, 20.75rem);
  background-color: #00397B;
}
.consult__section {
  width: 1440px;
  margin: 0 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: clamp(4.375rem, 2.614rem + 7.51vw, 9.375rem);
  height: clamp(21.875rem, 16.373rem + 10.47vw, 37.5rem);
}
.consult__left {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 210px;
  flex-basis: 50%;
}
.consult__right {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-basis: 50%;
  gap: 25px;
}
.consult__title {
  font-size: clamp(1.688rem, -0.799rem + 10.61vw, 8.75rem);
  line-height: 0.99;
}
.consult__item {
  display: flex;
  flex-direction: column;
}
.consult__right .table__section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consult__right .table__section input {
  height: clamp(3.125rem, 2.245rem + 3.76vw, 5.625rem);
  width: 100%;
  font-size: clamp(0.875rem, 0.787rem + 0.38vw, 1.125rem);
  color: #7CA3D0;
  line-height: 1;
  font-family: Montserrat-Medium;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
}
.consult__right .table__section input::placeholder { 
  color: #7CA3D0; 
} 
.consult_button {
  font-size: clamp(0.875rem, 0.655rem + 0.94vw, 1.5rem);
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50px;
  background-color: #fff;
  color: #00397B;
  font-weight: 700;
  width: 100%;
  height: clamp(3.125rem, 2.465rem + 2.82vw, 5rem);
}
.personal_data {
  display: flex;
  gap: 25px;
  font-size: clamp(0.75rem, 0.618rem + 0.56vw, 1.125rem);
  font-family: Montserrat-Medium;
  text-align: left;
}
.personal_data input[type="checkbox"] {
  width: 26px;
  border-radius: 29px;
  background: transparent;
  border: none;
  outline: none;
}
.consult .personal_data a {
  text-decoration: underline;
  color: #fff;
}
/* #endregion */

/* #region footer */
footer {
  display: flex;
  justify-content: center;
  background-color: #242344;
  position: relative;
  height: 779px;
}
.footer__section {
  width: 1440px;
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: clamp(1.25rem, 1.03rem + 0.94vw, 1.875rem);
  color: #fff;
  line-height: 1;
  padding: 225px 0 50px 0;
}
footer::before {
  content: '';
  width: clamp(6.25rem, -3.433rem + 41.31vw, 33.75rem);;
  height: 108px;
  top: -1px;
  left: 0;
  position: absolute;
  background: url(images/header_corner1.png);
  background-repeat: no-repeat;
  transform: scale(-1, -1);
}
body.main .footer__section {
  padding-top: 0px;
}
.footer__left {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 70px;
}
.footer__right {
  display: flex;
  align-items: start;
}
footer .logo {
  width: clamp(12.688rem, 10.773rem + 8.17vw, 18.125rem);
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer hr {
  position: absolute;
  background-color: #1E5696;
  width: 100%;
  height: 2px;
  border: 0px;
  top: 20px;
}
footer iframe {
  width: clamp(20.938rem, 5.022rem + 43.57vw, 51.938rem);
  height: clamp(10.938rem, 5.216rem + 24.41vw, 27.188rem);
  border-radius: 10px;
}
/* #endregion */

/* #region cookies */
.cookies {
  position: fixed;
  bottom: 32px;
  right: 50px;
  justify-content: center;
  padding: 45px 30px 30px;
  box-sizing: border-box;
  background-color: #fff;
  font-family: Montserrat-Medium;
  color: #00397B;
  width: 380px;
  border-radius: 20px;
  z-index: 4000;
  display: none;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 0 30px rgba(36, 35, 68, 0.4);
}
.cookies a {
  font-weight: 700;
  color: #00397B;
}
.cookies button {
  font-size: 18px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50px;
  background-color: #00397B;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 60px;
}
.cookies button.cookies_decline {
  background-color: #fff;
  color: #00397B;
  border: 1px solid #00397B;
}
/* #endregion */

/* #region menu */
.menu {
  position: absolute;
  width: 332px;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  z-index: 200;
  font-size: clamp(1.75rem, 1.486rem + 1.13vw, 2.5rem);
  box-shadow: 0 0 30px rgba(36, 35, 68, 0.4);
  padding: 40px 50px;
  flex-direction: column;
  gap: 43px;
  text-transform: uppercase;
  font-weight: 500;
  top: 100px;
  box-sizing: border-box;
  opacity: 0;
  display: flex;
  transition: visibility 0s, opacity 0.5s linear;
  /* pointer-events: none; */
}
.menu a {
  color: #242344;
}
/* #endregion */

/* #region request and requisites */
.request, 
.requisites1,
.requisites2,
.requisites3 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.request_window { 
  position: relative;
  /* top: 20%; */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 30px rgba(36, 35, 68, 0.4);
  color: #242344;
  gap: 43px;
  font-size: clamp(1.75rem, 1.486rem + 1.13vw, 2.5rem);
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 20px;
  width: 550px;
  height: fit-content;
  align-items: center;
}
.requisites1_window, 
.requisites2_window, 
.requisites3_window { 
  position: relative;
  /* top: 10%; */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 30px rgba(36, 35, 68, 0.4);
  color: #242344;
  gap: 15px;
  font-size: clamp(1.75rem, 1.486rem + 1.13vw, 2.5rem);
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 20px;
  width: 730px;
  height: fit-content;
  align-items: start;
  margin: 0 20px;
}
.request_button_close,
.requisites1_button_close,
.requisites2_button_close,
.requisites3_button_close {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2C3063;
  transform: rotate(45deg);
  font-weight: 300;
  font-family: Montserrat-Medium;
  cursor: pointer;
}
.request_title,
.requisites1_title,
.requisites2_title,
.requisites3_title {
  color: #242344;
  font-size: clamp(2.25rem, 1.722rem + 2.25vw, 3.75rem);
}
.request_window p {
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  text-transform: none;
  text-align: center;
  font-family: Montserrat-Medium;
  width: 395px;
  color: #838E9C;
}
.requisites1_window p,
.requisites2_window p,
.requisites3_window p {
  font-size: clamp(0.75rem, 0.684rem + 0.28vw, 0.938rem);
  text-transform: none;
  font-family: Montserrat-Medium;
  color: #242344;
  text-align: left;
}
.request_window .table__section input {
  height: 60px;
  width: 100%;
  font-size: 18px;
  color: #7CA3D0;
  line-height: 1;
  font-family: Montserrat-Medium;
  background: none;
  border: none;
  border-bottom: 1px solid #99AFC5;
  outline: none;
}
.request_window .table__section input::placeholder { 
  color: #99AFC5; 
} 
.request_button2 {
  font-size: clamp(0.875rem, 0.655rem + 0.94vw, 1.5rem);
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50px;
  background-color: #00397B;
  color: #fff;
  font-weight: 500;
  width: 100%;
  height: 65px;
}
.request .personal {
  text-align: left;
}
.request .personal a {
  text-decoration: underline;
  color: #00397B;
}

/* #endregion */

/* #region content */
.content {
  display: flex;
  justify-content: center;
}
.content__section {
  width: 1485px;
  margin: 0 20px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}
.content__section .breadcrumbs {
  font-size: clamp(0.625rem, 0.537rem + 0.38vw, 0.875rem);
  font-family: Montserrat-Medium;
  color: #242344;
}
.content__section .breadcrumbs a {
  color: #B0C5DB;
}
.content__section p {
  font-size: 70px;
  margin: 14px 0 40px 0;
  color: #242344;
}
.content__section div {
  font-family: Montserrat-Medium;
  color: #242344;
  line-height: 24px;
}
.content__section button {
  font-size: 18px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50px;
  background-color: #00397B;
  color: #fff;
  font-weight: 700;
  width: 300px;
  height: 60px;
}.content__section button:hover {
  background-color: #B0C5DB;
}
.content__section button:active {
  transform: translateY(2px);
}
/* #endregion */

/* #region cargo */
.cargoContainer {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  height: 2340px;
  z-index: -2;
}
.cargo {
  position: sticky;
  top: 1px;
  width: 748px;
  height: 642px;
  background: url(images/cargo.png) no-repeat;
  background-size: contain;
  scale: 0.8;
  transition: top 0.3s;
}
.ropeContainer {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  height: 2000px;
  z-index: -3;
}
.rope {
  position: sticky;
  top: 1px;
  width: 2px;
  background-color: #00397B;
  height: 260px;
  left: 50%;
  transform: translateX(-50%);
}
.bgCloud {
  position: absolute;
  top: 0px;
  height: 1505px;
  background: url(images/bg2.png) no-repeat;
  background-size: contain;
  z-index: -1;
  width: 100%;
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .cargoContainer {
    top: 5%;
  }
  .ropeContainer {
    top: 4%;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .cargoContainer {
    height: 2270px;
  }
}
/* #endregion */

/* #region circle */
.circle {
  background-color: #00397B;
  border-radius: 100%;
  width: 3000px;
  height: 3000px;
  position: relative;
  bottom: -500px;
  scale: 1;
  transition: all 1s linear;
}
.circleContainer {
  position: absolute;
  bottom: 0;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: -50;
  height: 2500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.grow {
  scale: 1.33;  
}
/* #endregion */

/* #region request_button */
.requestButtonContainer {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  top: 0;
  /* height: clamp(234.375rem, 198.063rem + 154.93vw, 337.5rem); */
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  display: flex;
}
.requestButtonSticky {
  position: sticky;
  /* top: clamp(23.938rem, 20.152rem + 23.15vw, 49.688rem); */
  top: calc(100vh - 130px);
  pointer-events: fill;
}
/* #endregion */

.catalog_image {
  display: block;
    width: 345px;
    height: 255px;
    border-radius: 14px;
    overflow: clip;
}

.catalog_image img {
  object-fit: cover;
    width: 100%;
    height: 100%;
}