@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  margin: 0 !important;
}

@font-face {
  font-family: "Segoe UI";
  src: url("./font/SegoeUI-BoldItalic.woff2") format("woff2"),
    url("./font/SegoeUI-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("./font/SegoeUI.woff2") format("woff2"),
    url("./font/SegoeUI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("./font/SegoeUI-Italic.woff2") format("woff2"),
    url("./font/SegoeUI-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("./font/SegoeUI-Bold.woff2") format("woff2"),
    url("./font/SegoeUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Segoe UI";
  font-size: 18px;
}

h1 {
  font-size: 65px;
  font-weight: bod;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 75px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 39px;
  }
}

h2 {
  font-size: 66px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 37px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  p {
    font-size: 18px;
  }
}

a:visited {
  color: inherit;
}

.btn {
  background: #1cc866;
  font-size: 18px;
  padding: 22px 27px;
  color: #fff !important;
  display: table;
  text-decoration: none;
  font-weight: bold;
}
header nav .nav_box ul .sub-menu::after {
content: "";
width: 100%;
position: absolute;
background: transparent;
height: 40px;
display: table;
bottom: 100%;
}
@media screen and (max-width: 1024px) {
  .btn {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .btn {
    font-size: 15px;
  }
}

.btn svg {
  margin-left: 10px;
}
.btn:hover {
  opacity: 0.7;
  transition: 0.5s ease;
}

.container {
  max-width: 1400px;
  width: 100%;
  display: table;
  margin: 0 auto;
  align-self: unset;
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1280px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 1024px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

@keyframes fadeInFromCenter {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.another nav .nav_box ul .sub-menu li {
  padding: 10px 20px;

}

.no-scroll {
  overflow: hidden;
}

header {
  background: #3479cf;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  header {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: 100vh;
  }
}
header.another {
  height: auto;
  padding-bottom: 30px;
  overflow: unset;
}
@media screen and (max-width: 1024px) {
  header.another {
    height: 100px;
  }
}
header.another .container {

}
header.another::after {
  content: "";
  content: "";
  background: unset;
  display: table;
  height: 1480px;
  width: 500px;
  transform: rotate(0deg);
  top: 0;
  position: absolute;
  left: 0;
  width: 550px;
  height: 0px;
  border-top: 165px solid rgba(18, 35, 55, 0.21);
  border-right: 70px solid transparent;
}
@media screen and (max-width: 1280px) {
  header.another::after {
    width: 12%;
    height: 0px;
    border-top: 132px solid rgba(18, 35, 55, 0.21);
  }
}
@media screen and (max-width: 1024px) {
  header.another::after {
    border-top: 98px solid rgba(18, 35, 55, 0.21);
  }
}
header.another::before {
  content: "";
  background: unset;
  display: table;
  height: 1480px;
  width: 500px;
  transform: rotate(0deg);
  top: 0;
  position: absolute;
  left: 0;
  width: 300px;
  height: 0px;
  border-top: 165px solid rgba(18, 35, 55, 0.21);
  border-right: 70px solid transparent;
}
@media screen and (max-width: 1024px) {
  header.another::before {
    border-top: 98px solid rgba(18, 35, 55, 0.21);
  }
}
@media screen and (max-width: 768px) {
  header.another::before {
    border-top: 98px solid rgba(18, 35, 55, 0.21);
    width: 55%;
  }
}
header.another .container {
  padding-top: 30px;
  margin-top: unset;
}
header::after {
  content: "";
  background: rgba(18, 35, 55, 0.21);
  display: table;
  height: 1480px;
  width: 500px;
  transform: rotate(27deg);
  top: -520px;
  position: absolute;
  left: -111px;
}
@media screen and (max-width: 768px) {
  header::after {
    left: -151px;
  }
}
header::before {
  content: "";
  background: rgba(18, 35, 55, 0.568627451);
  display: table;
  height: 1290px;
  width: 500px;
  transform: rotate(27deg);
  top: -520px;
  position: absolute;
  left: -268px;
}
@media screen and (max-width: 1024px) {
  header .btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
header a.logo {
  width: 185px;
}
@media screen and (max-width: 1024px) {
  header a.logo {
    width: 221px;
  }
  header a.logo img {
    width: 100%;
  }
}
header .mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .mobile {
    display: grid;
    gap: 8px;
    margin-right: 30px;
    cursor: pointer;
  }
  header .mobile span {
    height: 2px;
    width: 30px;
    display: table;
    background: #fff;
  }
  header .mobile:hover span {
    background: #fff;
    transition: 0.5s ease;
  }
}
header .container {
  margin-top: 30px;
/*   overflow-y: hidden; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  position: relative;
  z-index: 5;
  padding-left: 32px;
  padding-top: 14px;
  padding-bottom: 13px;
}
@media screen and (max-width: 1024px) {
  header nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  header nav {
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  header nav.active {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #22508c;
    z-index: 11;
  }
  header nav.active .nav_box.active {
    background: rgba(34, 80, 140, 0.5882352941);
  }
}
header nav .nav_box {
  display: flex;
  align-items: center;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  header nav .nav_box {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    display: none;
  }
  header nav .nav_box.active {
    display: grid;
    align-items: center;
    padding-right: 60px;
    position: absolute;
    top: 100%;
    background: rgba(34, 80, 140, 0.5882352941);
    left: 0;
    padding-right: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    justify-content: center;
    padding-bottom: 50px;
    visibility: visible;
    opacity: 1;
    height: auto;
    width: 100%;
  }
  header nav .nav_box.active ul {
    gap: 20px;
    display: grid;
    justify-items: center;
    margin: 0;
    padding: 50px 0;
  }
}
header nav .nav_box a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  header nav .nav_box a {
    font-size: 16px;
  }
}
header nav .nav_box a:hover {
  opacity: 0.5;
  transition: 0.5s ease;
}
header nav .nav_box ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0;
  padding: 0;
  margin-right: 53px;
  position: relative;
}
header.another nav .nav_box ul .sub-menu {
	background: rgb(55 122 209 / .7490196078)!important;
}
header nav .nav_box ul .sub-menu {
  position: absolute;
  left: -50%;
  top: calc(100% - 2px);
  display: grid;
  margin: 0;
  width: auto;
  padding: 20px;
  gap: 0;
  padding: 0 0;
  transform: translateX(-13%);
  padding-top: 0;
  z-index: 149;
  height: 0;
  visibility: hidden;
  opacity: 0;
	display: grid;
grid-template-columns: 1fr 1fr;
background: rgb(255 255 255 / .14);
white-space: nowrap;
	margin-top: 41px
}
@media screen and (max-width: 1024px) {
  header nav .nav_box ul .sub-menu {
    position: unset;
    left: unset;
    top: calc(100% - 2px);
    display: grid;
    margin: 0;
    width: 100%;
    padding: 20px;
    gap: 0;
    padding: 0 0;
    transform: unset;
    padding-top: 0;
    z-index: 149;
  }
}
header nav .nav_box ul .sub-menu li {
  padding: 10px 20px;
  text-align: center;
/*   background: rgba(255, 255, 255, 0.14); */
}
@media screen and (max-width: 1280px) {
  header nav .nav_box ul {
    gap: 20px;
  }
}
header nav .nav_box ul li {
  list-style: none;
  position: relative;
  text-align: center;
}
header nav .nav_box ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  padding: 10px 20px;
  height: auto;
  padding-top: 11px;
  transition: opacity 0.5s ease-in;
margin-top: 41px;
}
header .hero {
  position: relative;
  z-index: 4;
  padding-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  header .hero {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  header .hero {
    padding-bottom: 0;
  }
}
header .hero .item_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: auto;
}
header .hero .grid {
  display: flex;
  align-items: flex-end;
  position: relative;
  bottom: -8px;
}
@media screen and (max-width: 1680px) {
  header .hero .grid {
    display: grid;
    align-items: flex-start;
    position: relative;
    bottom: -8px;
    grid-template-columns: repeat(2, 1fr);
  }
  header .hero .grid h1 {
    font-size: 75px;
  }
}
@media screen and (max-width: 1440px) {
  header .hero .grid h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1280px) {
  header .hero .grid h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  header .hero .grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  header .hero .grid h1 {
    font-size: 34px;
  }
}
header .hero .time {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 15px;
  margin-top: 0px;
  margin-bottom: 35px;
}
header .hero .time svg path {
  fill: #fff;
}
header .hero h1 {
  color: #fff;
  margin: 0;
}
header .hero p {
  max-width: 670px;
  color: #fff;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  header .hero p br {
    display: none;
  }
}
header .hero .btn {
  margin-bottom: 60px;
}
header .hero .social {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  header .hero .social {
    margin-bottom: 30px;
  }
}
header .hero .social a {
  width: 57px;
  height: 57px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a2cbff;
}
header .hero .social a:hover {
  opacity: 0.5;
  transition: 0.5s ease-in;
}
header .hero .social a svg {
  fill: #22508c;
}
header .hero .item_image {
  position: relative;
  bottom: 0px;
  left: 70px;
}
@media screen and (max-width: 1280px) {
  header .hero .item_image {
    bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  header .hero .item_image {
    display: none;
  }
}
header .hero .item_image .box {
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .hero .item_image .box {
    margin: 0 auto -40px;
    max-width: 491px;
  }
}
@media screen and (max-width: 768px) {
  header .hero .item_image .box {
    argin: 0 auto -40px;
    max-width: 311px;
  }
}
header .hero .item_image .box svg {
  position: absolute;
  bottom: 0;
  left: -31px;
}
@media screen and (max-width: 1280px) {
  header .hero .item_image .box svg {
    width: 122%;
    bottom: -33px;
  }
}
@media screen and (max-width: 768px) {
  header .hero .item_image .box svg {
    bottom: -113px;
  }
}
header .hero .item_image .box .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border-radius: 60px;
  background: #89b3e5;
  z-index: 6;
}
@media screen and (max-width: 1440px) {
  header .hero .item_image .box .icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1280px) {
  header .hero .item_image .box .icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  header .hero .item_image .box .icon {
    width: 50px;
    height: 50px;
  }
}
header .hero .item_image .box .icon img {
  width: 50px;
  height: 50px;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  header .hero .item_image .box .icon img {
    width: 30px;
    height: 30px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  header .hero .item_image .box .icon img {
    width: 20px;
    height: 20px;
  }
}
header .hero .item_image .box .icon.icon-1 {
  bottom: 122px;
  left: -75px;
  animation-delay: 0.5s;
}
@media screen and (max-width: 1440px) {
  header .hero .item_image .box .icon.icon-1 {
    left: -55px;
  }
}
@media screen and (max-width: 768px) {
  header .hero .item_image .box .icon.icon-1 {
    left: -45px;
    bottom: 82px;
  }
}
header .hero .item_image .box .icon.icon-2 {
  bottom: 380px;
  left: 3px;
  animation-delay: 0.75s;
}
@media screen and (max-width: 1280px) {
  header .hero .item_image .box .icon.icon-2 {
    bottom: 380px;
  }
}
@media screen and (max-width: 768px) {
  header .hero .item_image .box .icon.icon-2 {
    bottom: 240px;
    left: 3px;
    animation-delay: 2s;
  }
}
header .hero .item_image .box .icon.icon-3 {
  bottom: 380px;
  left: unset;
  right: -60px;
  animation-delay: 1s;
}
@media screen and (max-width: 1680px) {
  header .hero .item_image .box .icon.icon-3 {
    bottom: 380px;
    left: unset;
    right: 134px;
  }
}
@media screen and (max-width: 1440px) {
  header .hero .item_image .box .icon.icon-3 {
    right: 54px;
  }
}
@media screen and (max-width: 1280px) {
  header .hero .item_image .box .icon.icon-3 {
    right: -16px;
  }
}
@media screen and (max-width: 768px) {
  header .hero .item_image .box .icon.icon-3 {
    right: -13px;
    bottom: 240px;
  }
}
header .hero .item_image .box .icon.icon-4 {
  bottom: 122px;
  left: unset;
  right: -155px;
  animation-delay: 1.25s;
}
@media screen and (max-width: 1680px) {
  header .hero .item_image .box .icon.icon-4 {
    right: 13px;
  }
}
@media screen and (max-width: 1440px) {
  header .hero .item_image .box .icon.icon-4 {
    right: -14px;
  }
}
@media screen and (max-width: 1280px) {
  header .hero .item_image .box .icon.icon-4 {
    right: -78px;
  }
}
@media screen and (max-width: 768px) {
  header .hero .item_image .box .icon.icon-4 {
    right: -50px;
    bottom: 82px;
  }
}
header .hero .item_image .box .shape-1 {
  width: 493px;
  height: 444px;
  border-radius: 310px 310px 0px 0px;
  display: table;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3882352941);
  z-index: 5;
  right: -26px;
}
header .hero .item_image .box .shape-2 {
  width: 600px;
  height: 502px;
  border-radius: 330px 330px 0px 0px;
  display: table;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.38);
  left: 2px;
  z-index: 3;
}
header .hero .item_image .box .shape-3 {
  width: 690px;
  height: 563px;
  border-radius: 330px 330px 0px 0px;
  display: table;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  left: -49px;
  z-index: 3;
}
header .hero .item_image .box img {
  position: relative;
  z-index: 6;
  bottom: 0px;
  animation-delay: 0.25s;
}

.about {
  padding: 83px 0;
}
.about H2 {
  margin-bottom: 83px;
}
@media screen and (max-width: 1680px) {
  .about .container {
    max-width: 1180px;
  }
}
@media screen and (max-width: 1280px) {
  .about .container {
    max-width: 1024px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about .container {
    max-width: 1180px;
    overflow: auto;
  }
}
.about .block_since {
  position: absolute;
  right: -80px;
  background: url(./img/romb.png) center center no-repeat;
  display: table;
  width: 239px;
  height: 276px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  bottom: -67px;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .about .block_since {
    width: 189px;
    height: 219px;
    bottom: -50px;
  }
}
@media screen and (max-width: 1280px) {
  .about .block_since {
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .about .block_since {
    width: 180px;
    height: 207px;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .about .block_since {
    width: 119px;
    height: 135px;
    right: 0;
    font-size: 13px;
  }
}
.about .grid {
  display: grid;
  grid-template-columns: 564px 1fr;
  gap: 126px;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .about .grid {
    grid-template-columns: 474px 1fr;
  }
}
@media screen and (max-width: 1280px) {
  .about .grid {
    gap: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .about .grid {
    grid-template-columns: 1fr;
  }
}
.about h2 {
  margin: 0;
  position: relative;
  left: -6px;
}
@media screen and (max-width: 1024px) {
  .about h2 {
    margin: 0;
    position: relative;
    left: -2px;
  }
}
.about .sub_title {
  font-size: 23px;
  font-weight: 500;
  display: table;
  margin-bottom: 17px;
}
.about p {
  font-size: 20px;
  margin: 0;
  margin-bottom: 67px;
}
.about .image {
  position: relative;
  max-width: 554px;
}
.about #hexagon1 {
  width: 239.34px;
  height: 138.24px;
  background: #377ad1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  right: -97px;
  bottom: 4px;
}
@media screen and (max-width: 1440px) {
  .about #hexagon1 {
    width: 189px;
    height: 118.24px;
    right: -58px;
  }
}
@media screen and (max-width: 768px) {
  .about #hexagon1 {
    right: 10px;
    width: 139px;
    height: 78.24px;
  }
}
.about #hexagon1:before,
.about #hexagon1:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 119.67px solid transparent; /* Половина ширины шестиугольника */
  border-right: 119.67px solid transparent;
}
@media screen and (max-width: 1440px) {
  .about #hexagon1:before,
  .about #hexagon1:after {
    border-left: 91.67px solid transparent;
    border-right: 91.67px solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .about #hexagon1:before,
  .about #hexagon1:after {
    border-left: 70.67px solid transparent;
    border-right: 70.67px solid transparent;
  }
}
.about #hexagon1:before {
  bottom: 100%;
  border-bottom: 69.12px solid #377ad1; /* Половина высоты верхнего треугольника */
}
@media screen and (max-width: 1440px) {
  .about #hexagon1:before {
    border-bottom: 54.12px solid #377ad1;
  }
}
@media screen and (max-width: 768px) {
  .about #hexagon1:before {
    border-bottom: 50px solid #377ad1;
  }
}
.about #hexagon1:after {
  top: 100%;
  width: 0;
  border-top: 69.12px solid #377ad1; /* Половина высоты нижнего треугольника */
}
@media screen and (max-width: 1440px) {
  .about #hexagon1:after {
    border-top: 54.12px solid #377ad1;
  }
}
@media screen and (max-width: 768px) {
  .about #hexagon1:after {
    border-top: 50px solid #377ad1;
  }
}
.about #text {
  position: relative;
  z-index: 1;
}
.about #hexagon2 {
  width: 254.34px;
  height: 153.24px;
  background: white;
  position: relative;
  display: table;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  right: -97px;
  bottom: -1px;
}
@media screen and (max-width: 1440px) {
  .about #hexagon2 {
    width: 207.34px;
    height: 125.24px;
    background: white;
    position: relative;
    display: table;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    position: absolute;
    right: -66px;
    bottom: -1px;
  }
}
@media screen and (max-width: 768px) {
  .about #hexagon2 {
    right: 1px;
    width: 157.34px;
    height: 85.24px;
  }
}
.about #hexagon2:before,
.about #hexagon2:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 134.17px solid transparent;
  border-right: 127.17px solid transparent;
}
@media screen and (max-width: 1440px) {
  .about #hexagon2:before,
  .about #hexagon2:after {
    border-left: 105.17px solid transparent !important;
    border-right: 105.17px solid transparent !important;
  }
}
@media screen and (max-width: 768px) {
  .about #hexagon2:before,
  .about #hexagon2:after {
    border-left: 80.17px solid transparent !important;
    border-right: 80.17px solid transparent !important;
  }
}
.about #hexagon2:before {
  bottom: 100%;
  border-bottom: 78.12px solid white; /* Половина новой высоты верхнего треугольника */
}
@media screen and (max-width: 1440px) {
  .about #hexagon2:before {
    bottom: 100%;
    border-bottom: 66.12px solid white;
  }
}
@media screen and (max-width: 768px) {
  .about #hexagon2:before {
    border-bottom: 58px solid white;
  }
}
.about #hexagon2:after {
  top: 100%;
  width: 0;
  border-top: 84.12px solid white; /* Половина новой высоты нижнего треугольника */
}
@media screen and (max-width: 768px) {
  .about #hexagon2:after {
    border-top: 58px solid white;
  }
}
.about #text {
  position: relative;
  z-index: 1;
}
.about .romb-left {
  position: absolute;
  top: 18px;
  left: -134px;
}
@media screen and (max-width: 1440px) {
  .about .romb-left {
    position: absolute;
    top: 18px;
    width: 40%;
    left: -94px;
  }
}
@media screen and (max-width: 1280px) {
  .about .romb-left {
    position: absolute;
    top: -60px;
    width: 40%;
    left: 6px;
  }
}
body.compensate-for-scrollbar {
  overflow: auto !important;
}

.offers {
  background: #ecf4ff;
  padding: 83px 0 83px;
}
.offers .sub_title {
  font-size: 23px;
  font-weight: 500;
  display: table;
  margin: 0 auto 15px;
}
.offers h2 {
  margin: 0 0 83px;
  text-align: center;
  line-height: 72px;
}
@media screen and (max-width: 768px) {
  .offers h2 {
    line-height: 33px;
  }
}
.offers .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
}
@media screen and (max-width: 1024px) {
  .offers .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .offers .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.offers .grid .item {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.offers .grid .item:hover {
  box-shadow: 4px 3px 12px 2px rgba(0, 0, 0, 0.168627451);
  transition: 0.5s ease-in;
}
.offers .grid .item h3 {
  font-size: 28px;
  margin: 0 0 17px;
  color: #122337;
  text-decoration: none;
}
.offers .grid .item p {
  margin: 0;
  font-size: 19px;
  text-decoration: none;
  color: #122337;
}
@media screen and (max-width: 1440px) {
  .offers .grid .item p br {
    display: none;
  }
}
.offers .grid .item .content {
  padding-top: 95px;
  display: grid;
  align-items: center;
  padding: 95px 40px 43px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .offers .grid .item .content {
    padding: 65px 30px 43px;
  }
}
.offers .grid .photo {
  height: 294px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .offers .grid .photo {
    height: 164px;
  }
}
@media screen and (max-width: 768px) {
  .offers .grid .photo {
    height: 294px;
  }
}
@media screen and (max-width: 480px) {
  .offers .grid .photo {
    height: 204px;
  }
}
.offers .grid .photo .icon {
  width: 118px;
  height: 118px;
  background: #377ad1;
  display: flex;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
  border: 7px solid #fff;
  position: absolute;
  bottom: -59px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .offers .grid .photo .icon {
    width: 88px;
    height: 88px;
  }
  .offers .grid .photo .icon img {
    max-width: 50%;
  }
}
.gallery {
  padding: 83px 0 83px;
}
@media screen and (max-width: 768px) {
  .gallery {
    margin: 0;
  }
  .gallery.another {
    padding-top: 0;
  }
}
.gallery
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -51px !important;
}
.gallery .container {
  max-width: 1400px;
  width: 100%;
  display: block;
  margin: 0 auto;
  align-self: unset;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.gallery .sub_title {
  font-size: 23px;
  font-weight: 500;
  display: table;
  margin: 0 auto 15px;
}
.gallery h2 {
  margin: 0 0 83px;
  text-align: center;
}
.gallery .itemes {
  display: grid;
  grid-template-columns: 1fr 505px;
  gap: 38px;
}
.gallery .itemes:nth-child(2n) {
  grid-template-columns: 505px 1fr; /* Меняем порядок колонок для каждого второго элемента */
}
@media screen and (max-width: 1440px) {
  .gallery .itemes {
    display: grid;
    grid-template-columns: 1fr 385px;
    gap: 18px;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .gallery .itemes {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery .itemes {
    grid-template-columns: 1fr;
  }
}
.gallery .itemes img {
  margin-bottom: -4px;
}
.gallery .itemes .box-1 {
  display: grid;
  gap: 38px;
}
@media screen and (max-width: 1280px) {
  .gallery .itemes .box-1 {
    gap: 18px;
  }
}
@media screen and (max-width: 480px) {
  .gallery .itemes .box-1 {
    grid-template-columns: 1fr;
  }
}
.gallery .itemes .box-2 img {
  width: 100%;
  height: 803px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1440px) {
  .gallery .itemes .box-2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.gallery .itemes .tow-1 {
  display: grid;
  grid-template-columns: 359px 1fr;
  gap: 38px;
}
@media screen and (max-width: 1280px) {
  .gallery .itemes .tow-1 {
    grid-template-columns: 50% 1fr;
    gap: 18px;
  }
}
@media screen and (max-width: 480px) {
  .gallery .itemes .tow-1 {
    grid-template-columns: 1fr;
  }
}
.gallery .itemes .tow-1 img {
  height: 383px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1440px) {
  .gallery .itemes .tow-1 img {
    height: 313px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.gallery .itemes .tow-2 {
  display: grid;
  grid-template-columns: 1fr 358px;
  gap: 38px;
}
@media screen and (max-width: 1280px) {
  .gallery .itemes .tow-2 {
    grid-template-columns: 1fr 50%;
    gap: 18px;
  }
}
@media screen and (max-width: 480px) {
  .gallery .itemes .tow-2 {
    grid-template-columns: 1fr;
  }
}
.gallery .itemes .tow-2 img {
  height: 383px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1440px) {
  .gallery .itemes .tow-2 img {
    height: 313px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -2px !important;
}

.wpcf7-not-valid {
  border: 1px solid rgb(255 0 0 / 34%) !important;
}

span.wpcf7-not-valid-tip {
  display: none;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #122337 !important;
  width: 18px !important;
  height: 18px !important;
  background: unset !important;
  position: relative;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  display: table;
  width: 7px;
  height: 7px;
  border-radius: 60px;
  background: #122337;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

span.swiper-pagination-bullet {
  border: 1px solid #122337 !important;
  width: 17px !important;
  height: 17px !important;
  background: unset !important;
  opacity: 1 !important;
}

input.wpcf7-submit:hover {
  opacity: 0.5;
  transition: 0.5s ease;
}

.book {
  background: #ecf4ff;
  padding: 83px 0 83px;
}
.book .sub_title {
  font-size: 23px;
  font-weight: 500;
  display: table;
  margin: 0 auto 15px;
}
.book h2 {
  margin: 0 0 67px;
  text-align: center;
}
.book .grid {
  display: grid;
  grid-template-columns: 1fr 602px;
  gap: 102px;
}
@media screen and (max-width: 1440px) {
  .book .grid {
    gap: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .book .grid {
    grid-template-columns: 1fr 412px;
  }
  .book .grid img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .book .grid {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -52px;
  }
  .book .grid img {
    width: 100%;
    -o-object-position: center;
    object-position: center;
    display: none;
  }
}
.book .grid .form_area {
  background: #fff;
  border-radius: 3px;
  padding: 32px 39px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .book .grid .form_area {
    min-height: 940px;
  }
}
@media screen and (max-width: 480px) {
  .book .grid .form_area {
    padding: 32px 19px;
  }
}
.book .grid .form_area h3 {
  margin: 0 0 18px;
}
.book .grid .form_area p {
  margin: 0 0 37px;
}
.book .grid .form_area br {
  display: none;
}
.book .grid .form_area .form-row p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .book .grid .form_area .form-row p {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .book .grid .form_area .form-row p {
    grid-template-columns: 1fr;
  }
}
.book .grid .form_area .form-row input,
.book .grid .form_area .form-row textarea,
.book .grid .form_area .form-row select {
  border: 0;
  padding: 18px 19px 22px;
  background: #f3f4f6;
  font-size: 19px;
  color: #55616f;
  width: 100%;
  -webkit-appearance: none; /* Убирает стили по умолчанию у input и select в Safari */
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
@media screen and (max-width: 1024px) {
  .book .grid .form_area .form-row input,
  .book .grid .form_area .form-row textarea,
  .book .grid .form_area .form-row select {
    padding: 10px 19px;
  }
}
.book .grid .form_area .form-row textarea {
  max-height: 167px;
  resize: none;
}
.book .grid .form_area .form-row .wpcf7-spinner {
  height: 0;
}
.book .grid .form_area .form-row input.wpcf7-submit {
  background: #1cc866;
  max-width: 305px;
  margin-left: auto;
  color: #fff;
  font-weight: 700;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .book .grid .form_area .form-row input.wpcf7-submit {
    max-width: 100%;
    width: 100%;
  }
}
.book .grid .form_area .form-row:nth-child(6) p,
.book .grid .form_area .form-row:nth-child(7) p {
  grid-template-columns: 1fr;
}
.book .grid .form_area .form-row:nth-child(7) p {
  margin: 0;
  gap: 0;
}

.feedbacnk {
  padding: 83px 0 83px;
}
.feedbacnk .container {
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 36px;
}
.feedbacnk .swiper-button-next:after,
.feedbacnk .swiper-button-prev:after {
  font-size: unset;
}
.feedbacnk .swiper-button-prev {
  background: #fff;
  box-shadow: 3px 1px 8px 0px rgba(0, 0, 0, 0.0901960784);
  width: 77px;
  height: 77px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2bc96e;
  font-weight: 700;
  position: absolute;
  right: -33px !important;
  left: inherit;
  top: 50%;
  transform: translateY(calc(-50% - 90px));
}
.feedbacnk .swiper-button-next {
  background: #2bc96e;
  width: 77px;
  height: 77px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: -33px !important;
  left: inherit;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.feedbacnk .swiper-slide {
  opacity: 0;
}
.feedbacnk .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.feedbacnk .sub_title {
  font-size: 23px;
  font-weight: 500;
  display: table;
  margin: 0 auto 15px;
}
.feedbacnk h2 {
  margin: 0 0 83px;
  text-align: center;
}
.feedbacnk .item {
  background: #ecf4ff;
  position: relative;
  max-width: 1127px;
  width: 100%;
  margin-left: auto;
  padding-left: 178px;
  padding-top: 126px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .feedbacnk .item {
    max-width: 917px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .feedbacnk .item {
    max-width: 717px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .feedbacnk .item {
    padding-left: 78px;
  }
}
@media screen and (max-width: 768px) {
  .feedbacnk .item {
    padding-left: 38px;
  }
}
.feedbacnk .item::after {
  content: "";
  display: table;
  width: 77px;
  height: 77px;
  border-radius: 60px;
  background: #daf2f2;
  position: absolute;
  top: 56px;
  left: 177px;
}
.feedbacnk .item > img {
  width: 361px;
  height: 396px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 50%;
  left: -250px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .feedbacnk .item > img {
    width: 361px;
    height: 396px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: unset;
    top: 50%;
    left: -250px;
    transform: unset;
    display: none;
  }
}
.feedbacnk .item p {
  font-size: 25px;
  color: #27384a;
  font-weight: 300;
  font-style: italic;
  padding-right: 70px;
}
.feedbacnk .item p br {
  display: none;
}
@media screen and (max-width: 1440px) {
  .feedbacnk .item p {
    font-size: 23px;
  }
}
@media screen and (max-width: 1280px) {
  .feedbacnk .item p {
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .feedbacnk .item p {
    padding-right: 20px;
  }
  .feedbacnk .item p br {
    display: none;
  }
}
.feedbacnk .item .author {
  display: flex;
  gap: 29px;
  align-items: center;
  margin-top: 45px;
}
.feedbacnk .item .author img {
  width: 95px;
  height: 95px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.feedbacnk .item .author_content {
  display: grid;
  gap: 13px;
}
.feedbacnk .item .author_content .name {
  font-size: 27px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .feedbacnk .item .author_content .name {
    font-size: 20px;
  }
}
.feedbacnk .item .author_content small {
  font-size: 20px;
  font-weight: 300;
}

.restoring {
  background: #3479cf;
  position: relative;
  overflow: hidden;
}
.restoring .btn {
  position: relative;
  z-index: 4;
}
.restoring::after {
  content: "";
  background: rgba(18, 35, 55, 0.21);
  display: table;
  height: 1480px;
  width: 500px;
  transform: rotate(27deg);
  top: -520px;
  position: absolute;
  left: -111px;
}
.restoring::before {
  content: "";
  background: rgba(18, 35, 55, 0.568627451);
  display: table;
  height: 1290px;
  width: 500px;
  transform: rotate(27deg);
  top: -520px;
  position: absolute;
  left: -268px;
}
.restoring .grid {
  display: grid;
  grid-template-columns: 60% 1fr;
  align-items: center;
  justify-items: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1680px) {
  .restoring .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .restoring .grid {
    grid-template-columns: 1fr;
  }
}
.restoring .grid h2 {
  color: #fff;
  font-size: 62px;
  line-height: 70px;
}
@media screen and (max-width: 1280px) {
  .restoring .grid h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .restoring .grid h2 {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .restoring .grid h2 {
    font-size: 39px;
    line-height: 44px;
  }
}
.restoring .grid p {
  color: #fff;
  position: relative;
  z-index: 33;
}
@media screen and (max-width: 1280px) {
  .restoring .grid p br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .restoring .grid p {
    text-align: center;
  }
}
.restoring .grid .item_image {
  position: relative;
}
.restoring .grid .item_image .box {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .restoring .grid .item_image .box {
    margin: 0 auto -40px;
    max-width: 491px;
  }
}
@media screen and (max-width: 768px) {
  .restoring .grid .item_image .box {
    argin: 0 auto -40px;
    max-width: 311px;
  }
}
.restoring .grid .item_image .box svg {
  position: absolute;
  bottom: 0;
  left: -31px;
}
@media screen and (max-width: 1280px) {
  .restoring .grid .item_image .box svg {
    width: 122%;
    bottom: -33px;
  }
}
@media screen and (max-width: 768px) {
  .restoring .grid .item_image .box svg {
    bottom: -113px;
  }
}
.restoring .grid .item_image .box .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border-radius: 60px;
  background: #89b3e5;
  z-index: 6;
}
@media screen and (max-width: 1440px) {
  .restoring .grid .item_image .box .icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .restoring .grid .item_image .box .icon {
    width: 50px;
    height: 50px;
  }
}
.restoring .grid .item_image .box .icon img {
  width: 50px;
  height: 50px;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .restoring .grid .item_image .box .icon img {
    width: 30px;
    height: 30px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .restoring .grid .item_image .box .icon img {
    width: 20px;
    height: 20px;
  }
}
.restoring .grid .item_image .box .icon.icon-1 {
  bottom: 122px;
  left: -75px;
  animation-delay: 0.5s;
}
@media screen and (max-width: 1440px) {
  .restoring .grid .item_image .box .icon.icon-1 {
    left: -55px;
  }
}
@media screen and (max-width: 768px) {
  .restoring .grid .item_image .box .icon.icon-1 {
    left: -45px;
    bottom: 82px;
  }
}
.restoring .grid .item_image .box .icon.icon-2 {
  bottom: 380px;
  left: 3px;
  animation-delay: 0.75s;
}
@media screen and (max-width: 1280px) {
  .restoring .grid .item_image .box .icon.icon-2 {
    bottom: 380px;
  }
}
@media screen and (max-width: 768px) {
  .restoring .grid .item_image .box .icon.icon-2 {
    bottom: 240px;
    left: 3px;
  }
}
.restoring .grid .item_image .box .icon.icon-3 {
  bottom: 380px;
  left: unset;
  right: -60px;
  animation-delay: 1s;
}
@media screen and (max-width: 1680px) {
  .restoring .grid .item_image .box .icon.icon-3 {
    bottom: 380px;
    left: unset;
    right: -56px;
  }
}
@media screen and (max-width: 1440px) {
  .restoring .grid .item_image .box .icon.icon-3 {
    right: -26px;
  }
}
@media screen and (max-width: 1280px) {
  .restoring .grid .item_image .box .icon.icon-3 {
    right: -6px;
  }
}
@media screen and (max-width: 768px) {
  .restoring .grid .item_image .box .icon.icon-3 {
    right: -13px;
    bottom: 240px;
  }
}
.restoring .grid .item_image .box .icon.icon-4 {
  bottom: 122px;
  left: unset;
  right: -155px;
  animation-delay: 1.25s;
}
@media screen and (max-width: 1680px) {
  .restoring .grid .item_image .box .icon.icon-4 {
    right: -175px;
  }
}
@media screen and (max-width: 1440px) {
  .restoring .grid .item_image .box .icon.icon-4 {
    right: -103px;
  }
}
@media screen and (max-width: 1280px) {
  .restoring .grid .item_image .box .icon.icon-4 {
    right: -94px;
  }
}
@media screen and (max-width: 768px) {
  .restoring .grid .item_image .box .icon.icon-4 {
    right: -50px;
    bottom: 82px;
  }
}
.restoring .grid .item_image .box .shape-1 {
  width: 493px;
  height: 444px;
  border-radius: 310px 310px 0px 0px;
  display: table;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3882352941);
  z-index: 5;
  right: -26px;
}
.restoring .grid .item_image .box .shape-2 {
  width: 600px;
  height: 502px;
  border-radius: 330px 330px 0px 0px;
  display: table;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.38);
  left: 2px;
  z-index: 3;
}
.restoring .grid .item_image .box .shape-3 {
  width: 690px;
  height: 563px;
  border-radius: 330px 330px 0px 0px;
  display: table;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  left: -49px;
  z-index: 3;
}
.restoring .grid .item_image .box img {
  position: relative;
  z-index: 6;
  bottom: -9px;
}

.bradcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bradcrumbs a,
.bradcrumbs span {
  font-size: 16px;
  font-weight: 500;
  color: #122337;
  text-decoration: none;
}

.single_content {
  padding: 124px 0 165px;
}
@media screen and (max-width: 768px) {
  .single_content {
    padding: 44px 0;
  }
}
.single_content h1 {
  font-size: 65px;
}
@media screen and (max-width: 1024px) {
  .single_content h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .single_content .btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.single_content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 77px;
  color: #122337;
}
@media screen and (max-width: 1024px) {
  .single_content .grid {
    gap: 17px;
  }
}
@media screen and (max-width: 768px) {
  .single_content .grid {
    display: flex;
    flex-direction: column-reverse;
  }
}
.single_content .grid img {
  width: 564px;
  height: 540px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  .single_content .grid img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single_content .grid img {
    width: 100%;
  }
}
.single_content .grid h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single_content .grid p {
  margin: 0px 0 25px;
}
.single_content .grid p br {
  display: none;
}

footer {
  padding-top: 97px;
  padding-bottom: 32px;
  background: #122337;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 37px;
  }
}
footer .logo {
  margin-bottom: 32px;
  position: relative;
  left: -10px;
}
footer .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  footer .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .grid .item:nth-child(3) {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 768px) {
  footer .grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  footer .grid {
    grid-template-columns: 1fr;
  }
}
footer .grid p {
  margin: 0;
}
footer .grid .social {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  footer .grid .social {
    margin: 32px auto;
  }
}
footer .grid .item .social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 204px;
}
footer .grid .item .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  background: #2a394c;
  border-radius: 60px;
}
footer .grid .item .social a:nth-child(3):hover svg path {
  stroke: #fff;
  fill: unset;
}
footer .grid .item .social a:nth-child(3) svg path {
  stroke: #1cc866;
  fill: unset;
}
footer .grid .item .social a:hover {
  background: #1cc866;
  transition: 0.5s ease;
}
footer .grid .item .social a:hover svg path {
  fill: #fff;
}
footer .grid .item .social a svg path {
  fill: #1cc866;
}
footer .grid .item:first-child p {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  footer .grid .item:first-child p {
    font-size: 14px;
  }
}
footer .grid .item:nth-child(3) {
  margin-left: 48px;
}
@media screen and (max-width: 1280px) {
  footer .grid .item:nth-child(3) {
    margin-left: 0;
  }
}
footer .grid .item_box {
  background: #203145;
  border-radius: 5px;
  padding: 28px 27px;
  display: grid;
  grid-template-columns: 73px 1fr;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
footer .grid .item_box:hover {
  background: #1cc866;
  transition: 0.5s ease;
}
footer .grid .item_box:hover .icon {
  background: #122337;
}
@media screen and (max-width: 1280px) {
  footer .grid .item_box {
    padding: 21px 27px;
  }
}
@media screen and (max-width: 768px) {
  footer .grid .item_box {
    min-width: 300px;
  }
}
footer .grid .item_box span.title {
  font-size: 19px;
}
@media screen and (max-width: 1280px) {
  footer .grid .item_box span.title {
    font-size: 17px;
  }
}
footer .grid .item_box + .item_box {
  margin-top: 32px;
}
footer .grid .item_box .icon {
  width: 73px;
  height: 73px;
  display: flex;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
  background: #1cc866;
}
footer .grid .item_box .icon svg path {
  fill: transparent;
  stroke: #fff;
}
footer .grid .item_box .content {
  display: grid;
  gap: 6px;
}
footer .grid .item_box .content a {
  font-size: 29px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  footer .grid .item_box .content a {
    font-size: 20px;
  }
}
footer iframe {
  max-height: 326px;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  footer iframe {
    max-width: 100%;
    width: 100%;
  }
}
footer .copywrite {
  text-align: center;
  font-size: 19px;
  color: #fff;
  padding-top: 32px;
  margin-top: 95px;
  border-top: 1px solid #2a394c;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 122;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 0.5s ease;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: opacity 0.5s ease;
}

.modal {
  position: fixed;
  z-index: 123;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 154px 203px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .modal {
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  .modal {
    background: #fff;
    padding: 20px 20px;
  }
}
.modal.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: opacity 0.5s ease;
}
.thx {
  margin: 0;
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #122337;
  text-align: center;
  display: grid;
  width: 100%;
  align-items: center;
}
.thx small {
  font-size: 31px;
  display: table;
}
@media screen and (max-width: 1024px) {
  .modal.active {
    display: flex;
    padding: 100px 40px;
  }
}
@media screen and (max-width: 768px) {
  .modal.active {
    width: 90%;
    align-items: center;
    justify-content: center;
    min-height: 66vh;
  }
}
.modal .content {
  min-width: 580px;
}
.appointment-form-wrapper .form-row:nth-child(4) p {
  grid-template-columns: 1fr !important;
}
@media screen and (max-width: 860px) {
  .modal .content {
    min-width: 320px;
  }
}
.modal .close {
  position: absolute;
  top: 22px;
  right: 22px;
}
.modal h2 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #122337;
}
.modal h2 + p {
  margin: 0 0 48px;
  color: #122337;
}
@media screen and (max-width: 1024px) {
  .modal h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 480px) {
  .modal h2 {
    font-size: 27px;
  }
}
.modal form > p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .modal form > p {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .modal form > p {
    grid-template-columns: 1fr;
  }
}
.modal form > p b4 {
  display: none;
}
.modal form input,
.modal form textarea,
.modal form select {
  border: 0;
  padding: 18px 19px 22px;
  background: #f3f4f6;
  font-size: 19px;
  color: #55616f;
  width: 100%;
}
.modal form textarea {
  max-height: 167px;
  resize: none;
}
.modal form .wpcf7-spinner {
  height: 0;
}
.modal form input.wpcf7-submit {
  background: #1cc866;
  max-width: 100%;
  margin-left: auto;
  color: #fff;
  font-weight: 500;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-horizontal {
  position: relative;
}

.wpcf7-response-output {
  display: none !important;
}

.swiper-container.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .swiper-container.pc {
    display: none;
  }
}
.swiper-container.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .swiper-container.mobile {
    display: block;
  }
  .swiper-container.mobile img {
    height: 356px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
} /*# sourceMappingURL=css.css.map */
