@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/suisseintl.eot");
  src: url("../fonts/suisseintl.eot?#iefix") format("embedded-opentype"), url("../fonts/suisseintl.woff2") format("woff2"), url("../fonts/suisseintl.woff") format("woff"), url("../fonts/suisseintl.ttf") format("truetype"), url("../fonts/suisseintl.svg#suisseintl") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/suisseintl-medium.eot");
  src: url("../fonts/suisseintl-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/suisseintl-medium.woff2") format("woff2"), url("../fonts/suisseintl-medium.woff") format("woff"), url("../fonts/suisseintl-medium.ttf") format("truetype"), url("../fonts/suisseintl-medium.svg#suisseintl-medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/suisseintl-semibold.eot");
  src: url("../fonts/suisseintl-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/suisseintl-semibold.woff2") format("woff2"), url("../fonts/suisseintl-semibold.woff") format("woff"), url("../fonts/suisseintl-semibold.ttf") format("truetype"), url("../fonts/suisseintl-semibold.svg#suisseintl-semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Formular";
  src: local("Formular Bold"), local("Formular-Bold"), url("../fonts/Formular-Bold.woff2") format("woff2"), url("../fonts/Formular-Bold.woff") format("woff"), url("../fonts/Formular-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
*, ::after, ::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #4C4C4C;
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  background: #FFF;
}

img {
  max-width: 100%;
  display: block;
  border: none;
}

a, button {
  text-decoration: none;
  color: #000;
  font-family: "Suisse Intl", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 11px;
  outline: 0;
  cursor: pointer;
  transition: all 0.5s;
  background: none;
  border: none;
}

.box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrapper {
  max-width: 1758px;
  padding: 0 15px;
  margin: 0 auto;
}

.title, h1 {
  color: #22516C;
  font-family: "Suisse Intl", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  text-transform: uppercase;
}

.btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 18px 15px 18px 25px;
  align-items: center;
  gap: 49px;
  color: #000;
  background: #fff;
  font-family: "Formular", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 11px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.btn:after {
  content: "";
  background: url("../img/arrow.svg") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  transition: all 0.5s;
}
.btn:hover {
  background: #CBEFFC;
  border: 1px solid #CBEFFC;
}

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

.breadcrumb {
  margin: 5px 0 18px 19px;
}
.breadcrumb > span {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px;
}
.breadcrumb > span span {
  color: #ADADAD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.breadcrumb > span span a {
  color: #ADADAD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px;
}
.breadcrumb > span span a:after {
  content: "-";
  color: #ADADAD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
.breadcrumb > span span a:hover {
  color: #22516C;
}

.select2-dropdown {
  border: none;
  border-bottom: 2px solid #22516C;
  background: #FFF;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
}

.select2-results__option--selectable {
  color: #7B7B7B;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #22516C;
  background: #F4F4F4;
}

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

section {
  padding: 52px 0 0 0;
}
section h1 {
  margin-bottom: 50px;
}

header {
  padding: 3px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
header .box {
  padding: 0 6px;
  align-items: center;
}
header .box .burger {
  display: none;
}
header .box .logo {
  width: 105px;
}
header .box .logo a {
  width: 100%;
}
header .box .logo a img {
  width: 100%;
}
header .box .mini-menu {
  margin: 0 0 3px 184px;
}
header .box .mini-menu a {
  color: #22516C;
  font-family: "Suisse Intl", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
header .box .mini-menu a .line {
  width: 18px;
}
header .box .mini-menu a .line span {
  width: 100%;
  height: 2px;
  background: #22516C;
  margin-bottom: 2px;
  display: block;
  transition: all 0.5s;
}
header .box .mini-menu a .line span:last-child {
  margin: 0;
}
header .box .mini-menu a:hover {
  color: #000;
}
header .box .mini-menu a.active .line span {
  transform: rotate(45deg);
  margin-bottom: -2px;
}
header .box .mini-menu a.active .line span:last-child {
  transform: rotate(-45deg);
  margin: 0;
}
header .box .menu-uslugi {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.06);
  z-index: 100;
  width: 100%;
}
header .box .menu-uslugi .box {
  max-width: 1758px;
  padding: 34px 33px;
  margin: 0 auto;
  align-items: flex-start;
}
header .box .menu-uslugi .box .left {
  width: 13.4%;
  border-right: 1px solid #ECECEC;
}
header .box .menu-uslugi .box .left .zag {
  color: #22516C;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 65px;
}
header .box .menu-uslugi .box .left .btn {
  margin: 0;
  width: fit-content;
  padding: 14px 34px;
}
header .box .menu-uslugi .box .left .btn:after {
  display: none;
}
header .box .menu-uslugi .box .right {
  width: 83.4%;
}
header .box .menu-uslugi .box .right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
}
header .box .menu-uslugi .box .right ul li {
  width: 32%;
  margin-bottom: 20px;
}
header .box .menu-uslugi .box .right ul li a {
  color: #22516C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
  display: block;
  width: fit-content;
  transition: all 0.5s;
}
header .box .menu-uslugi .box .right ul li a span {
  transform: translateY(0);
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  display: block;
  height: 20px;
}
header .box .menu-uslugi .box .right ul li a:after {
  content: "";
  background: #22516C;
  width: 0;
  height: 1px;
  display: block;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
}
header .box .menu-uslugi .box .right ul li a:hover span {
  transform: translateY(-20px);
  transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out;
}
header .box .menu-uslugi .box .right ul li a:hover:after {
  width: 100%;
}
header .box .menu {
  margin: 0 0 3px 205px;
  width: 399px;
}
header .box .menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .box .menu ul li a {
  color: #22516C;
  font-family: "Suisse Intl", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  height: 19px;
  overflow: hidden;
  position: relative;
  display: block;
  width: fit-content;
}
header .box .menu ul li a span {
  transform: translateY(0);
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  display: block;
  height: 19px;
}
header .box .menu ul li a:after {
  content: "";
  background: #22516C;
  width: 0;
  height: 1px;
  display: block;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
}
header .box .menu ul li a:hover span {
  transform: translateY(-19px);
  transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out;
}
header .box .menu ul li a:hover:after {
  width: 100%;
}
header .box .menu ul li.mobile {
  display: none;
}
header .box .tel {
  margin: 0 0 0 auto;
}
header .box .tel a {
  color: #22516C;
  font-family: "Suisse Intl", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
}
header .box .tel a:hover {
  color: #000;
}
header .box .btn {
  border: 1px solid #D0D0D0;
  margin: 0 -2px 0 22px;
  color: #22516C;
  font-family: "Suisse Intl", sans-serif;
  padding: 14px 16px;
}
header .box .btn:after {
  display: none;
}
header .box .btn:hover {
  background: #CBEFFC;
  border: 1px solid #CBEFFC;
}

.sec-1 {
  padding: 50px 0 0 0;
  position: relative;
}
.sec-1 .slider {
  position: relative;
  height: 879px;
}
.sec-1 .slider .wrapper {
  position: relative;
}
.sec-1 .slider .swiper-slide .wrapper {
  height: 100%;
}
.sec-1 .slider .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-1 .slider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1.1);
}
.sec-1 .slider .top {
  position: absolute;
  top: 100px;
  left: 50px;
  max-width: 1100px;
  transition: all 0.5s;
}
.sec-1 .slider .top .title {
  color: #FFF;
  font-size: 69px;
}
.sec-1 .slider .top .text {
  color: #FFF;
  font-family: "Suisse Intl", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-top: 33px;
  max-width: 520px;
  letter-spacing: 0.28px;
}
.sec-1 .slider .btn {
  position: absolute;
  left: 15px;
  bottom: 83px;
}
.sec-1 .slider .swiper-arrow {
  width: 55px;
  height: 55px;
  background: url("../img/arrow2.svg") 0 0 no-repeat;
  position: absolute;
  bottom: 0;
  left: auto;
  top: auto;
  margin: 0;
  z-index: 50;
  transition: all 0.5s;
}
.sec-1 .slider .swiper-arrow:after {
  display: none;
}
.sec-1 .slider .swiper-arrow.swiper-button-next {
  right: 0;
  transform: scale(-1, 1);
}
.sec-1 .slider .swiper-arrow.swiper-button-prev {
  right: 55px;
}
.sec-1 .slider .swiper-arrow:hover {
  background: url("../img/arrow3.svg") 0 0 no-repeat;
}
.sec-1 .slider .swiper-pagination {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.44);
  padding: 15px 0 17px 23px;
  color: #EFEFEF;
  font-family: "Suisse Intl", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  opacity: 1;
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.sec-1 .slider .swiper-slide-active .title {
  animation: fadeInUpSD 0.5s both 0.5s;
}
.sec-1 .slider .swiper-slide-active .text {
  animation: fadeInUpSD 0.5s both 1s;
}
.sec-1 .slider .swiper-slide-active .btn {
  animation: fadeInUpSD 0.5s both 1.5s;
}
.sec-1:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.5s;
}
.sec-1.element-show .slider .img img {
  transform: scale(1);
}
.sec-1.element-show .slider .top {
  top: 60px;
  left: 19px;
}
.sec-1.element-show:after {
  height: 0;
}

.sec-2 {
  padding: 72px 0 0 0;
}
.sec-2 h1 {
  font-size: 69px;
  margin: 0 0 61px 19px;
}
.sec-2 .title {
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 40px 15px;
}
.sec-2 .box {
  padding: 0 16px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sec-2 .box .item {
  width: 33.3333%;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  height: 313px;
  position: relative;
}
.sec-2 .box .item:first-child, .sec-2 .box .item:nth-child(3n+1) {
  border-left: 1px solid #D9D9D9;
}
.sec-2 .box .item:nth-child(1), .sec-2 .box .item:nth-child(2), .sec-2 .box .item:nth-child(3) {
  border-top: 1px solid #D9D9D9;
}
.sec-2 .box .item .img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: relative;
  display: block;
}
.sec-2 .box .item .img:after {
  content: "";
  background: url("../img/bg1.svg") 0 0 no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.sec-2 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-2 .box .item .num {
  color: #ADADAD;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  right: 13px;
  top: 6px;
  z-index: 10;
}
.sec-2 .box .item .zag {
  color: #22516C;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.4px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 295px;
  height: fit-content;
  margin: auto;
  z-index: 10;
}
.sec-2 .box .item:hover .img {
  opacity: 1;
}
.sec-2 .box .item:hover .zag {
  color: #FFF;
}
.sec-2 .more {
  color: #22516C;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  border-bottom: 1px solid #22516C;
  position: relative;
  transition: all 0.5s;
  margin: 120px auto 0 auto;
  display: block;
  width: fit-content;
}
.sec-2 .more span {
  color: #ADADAD;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  top: -4px;
  left: calc(100% + 6px);
}
.sec-2 .more:hover {
  color: #1579B3;
  border-bottom: 1px solid #1579B3;
}

.sec-3 {
  padding: 115px 0 0 0;
}
.sec-3 .img {
  width: calc(100% - 30px);
  height: 884px;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/bg.jpg") lightgray 50%/cover no-repeat;
  transition: all 0.5s;
  background-size: calc(100% + 350px);
}
.sec-3 .img:before {
  content: "";
  background: url("../img/bg.svg") 50%/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  background-size: calc(100% + 350px);
}
.sec-3 .top {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1110px;
  height: fit-content;
}
.sec-3 .top .sub-title {
  color: #D8DFEA;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 27px;
}
.sec-3 .top .title {
  color: #FFF;
  text-align: center;
  margin-bottom: 33px;
}
.sec-3 .top .text {
  color: #F4F4F4;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0 auto 65px auto;
  max-width: 713px;
}
.sec-3 .top .btn {
  width: 270px;
  margin: 0 auto;
}
.sec-3.element-show .img {
  background-size: 100%;
}
.sec-3.element-show .img:before {
  background-size: 100%;
}

.sec-4 {
  padding: 99px 0 0 0;
}
.sec-4 .title {
  color: #ADADAD;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  border-bottom: 1px solid #D9D9D9;
  text-transform: none;
  margin: 0 0 27px 17px;
  width: calc(100% - 32px);
}
.sec-4 .box {
  padding: 0 15px;
  gap: 14px 0;
}
.sec-4 .box .item {
  width: 49.5%;
  border: 1px solid #D9D9D9;
  position: relative;
}
.sec-4 .box .item .img {
  width: 100%;
  height: 416px;
  opacity: 0;
  transition: all 0.5s;
}
.sec-4 .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-4 .box .item .num {
  color: #ADADAD;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 7px;
  right: 22px;
}
.sec-4 .box .item .zag {
  color: #22516C;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  position: absolute;
  transition: all 0.5s;
  top: 26px;
  left: 25px;
  width: 61%;
}
.sec-4 .box .item .text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  transition: all 0.5s;
  position: absolute;
  bottom: 28px;
  left: 31px;
  width: 30%;
}
.sec-4 .box .item .more {
  border-radius: 42.5px;
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sec-4 .box .item .more:hover {
  background: #383838;
  color: #fff;
}
.sec-4 .box .item:hover .zag, .sec-4 .box .item:hover .text {
  color: #fff;
}
.sec-4 .box .item:hover .img, .sec-4 .box .item:hover .more {
  opacity: 1;
  visibility: visible;
}

.sec-5 {
  padding: 144px 0 0 0;
}
.sec-5 .title {
  padding: 0 0 0 15px;
  max-width: 1100px;
  margin-bottom: 48px;
}
.sec-5 .box {
  border-top: 1px solid #D9D9D9;
  margin: 0 0 26px 14px;
  width: calc(100% - 30px);
  padding: 14px 230px 14px 8px;
}
.sec-5 .box:last-child {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 25px;
}
.sec-5 .box .num {
  color: #7C7C7C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.sec-5 .box .zag {
  color: #22516C;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  width: 44.5%;
}
.sec-5 .box .text {
  color: #4C4C4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  width: 41.8%;
  margin: 0 0 0 28px;
}

.sec-6 {
  padding: 85px 0 0 0;
}
.sec-6 .title {
  color: #ADADAD;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  border-bottom: 1px solid #D9D9D9;
  text-transform: none;
  margin: 0 0 27px 17px;
  width: calc(100% - 32px);
}
.sec-6 .box, .sec-6 .rss-aggregator {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-6 .box .item, .sec-6 .box .feed-item, .sec-6 .rss-aggregator .item, .sec-6 .rss-aggregator .feed-item {
  width: 32.8%;
}
.sec-6 .box .item .wpra-grid-item__image, .sec-6 .box .feed-item .wpra-grid-item__image, .sec-6 .rss-aggregator .item .wpra-grid-item__image, .sec-6 .rss-aggregator .feed-item .wpra-grid-item__image {
  margin-bottom: 20px;
  background-size: 100%;
  background-position: center;
  transition: all 0.5s;
}
.sec-6 .box .item .zag, .sec-6 .box .item a, .sec-6 .box .feed-item .zag, .sec-6 .box .feed-item a, .sec-6 .rss-aggregator .item .zag, .sec-6 .rss-aggregator .item a, .sec-6 .rss-aggregator .feed-item .zag, .sec-6 .rss-aggregator .feed-item a {
  color: #22516C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  display: block;
  width: 85%;
  margin-bottom: 18px;
  transition: all 0.5s;
}
.sec-6 .box .item .zag:hover, .sec-6 .box .item a:hover, .sec-6 .box .feed-item .zag:hover, .sec-6 .box .feed-item a:hover, .sec-6 .rss-aggregator .item .zag:hover, .sec-6 .rss-aggregator .item a:hover, .sec-6 .rss-aggregator .feed-item .zag:hover, .sec-6 .rss-aggregator .feed-item a:hover {
  color: #000;
  text-decoration: underline;
}
.sec-6 .box .item .date, .sec-6 .box .item .feed-date, .sec-6 .box .feed-item .date, .sec-6 .box .feed-item .feed-date, .sec-6 .rss-aggregator .item .date, .sec-6 .rss-aggregator .item .feed-date, .sec-6 .rss-aggregator .feed-item .date, .sec-6 .rss-aggregator .feed-item .feed-date {
  color: #ADADAD;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: block;
}
.sec-6 .box .item:hover .zag, .sec-6 .box .feed-item:hover .zag, .sec-6 .rss-aggregator .item:hover .zag, .sec-6 .rss-aggregator .feed-item:hover .zag {
  color: #000;
  text-decoration: underline;
}
.sec-6 .box .item:hover .wpra-grid-item__image, .sec-6 .box .feed-item:hover .wpra-grid-item__image, .sec-6 .rss-aggregator .item:hover .wpra-grid-item__image, .sec-6 .rss-aggregator .feed-item:hover .wpra-grid-item__image {
  background-size: calc(100% + 50px);
}
.sec-6 .more {
  color: #22516C;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  border-bottom: 1px solid #22516C;
  position: relative;
  transition: all 0.5s;
  margin: 102px auto 0 auto;
  display: block;
  width: fit-content;
}
.sec-6 .more:after {
  content: "";
  background: url("../img/plus.svg") 0 0 no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 12px;
  left: calc(100% + 10px);
  transition: all 0.5s;
}
.sec-6 .more:hover {
  color: #1579B3;
  border-bottom: 1px solid #1579B3;
}
.sec-6 .more:hover:after {
  background: url("../img/plus1.svg") 0 0 no-repeat;
}

.sec-7 {
  padding: 138px 0 19px 0;
}
.sec-7 .box {
  padding: 0 15px;
}
.sec-7 .box .left {
  background: url("../img/bg1.png") 82% 100% no-repeat, linear-gradient(324deg, #CCD5DE 6.65%, #81A6CD 68.03%);
  width: 66.3%;
  padding: 40px 37px;
}
.sec-7 .box .left .title {
  color: #FFF;
  text-transform: none;
  width: 95%;
  margin-bottom: 26px;
}
.sec-7 .box .left .text {
  color: #ECECEC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  width: 390px;
  letter-spacing: 0.3px;
  padding: 0 0 0 8px;
  margin-bottom: 185px;
}
.sec-7 .box .left .tel {
  margin: 0 0 4px 7px;
}
.sec-7 .box .left .tel a {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background: url("../img/tel.svg") 0 0 no-repeat;
  transition: all 0.5s;
  display: block;
  width: fit-content;
  padding: 5px 0 5px 44px;
}
.sec-7 .box .left .tel a:hover {
  color: #000;
}
.sec-7 .box .left .mail {
  margin: 0 0 0 52px;
}
.sec-7 .box .left .mail a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: all 0.5s;
  text-decoration: underline;
}
.sec-7 .box .left .mail a:hover {
  color: #000;
  text-decoration: none;
}
.sec-7 .box .right {
  width: 32.8%;
  border: 1px solid #E7E7E7;
  padding: 39px 42px;
}
.sec-7 .box .right .zag {
  color: #22516C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 18px;
}
.sec-7 .box .right .text {
  color: #ADADAD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 63px 2px;
  width: 85%;
}
.sec-7 .box .right .group {
  margin-bottom: 31px;
}
.sec-7 .box .right .group label {
  display: block;
  font-family: "Suisse Intl", sans-serif;
  color: #4C4C4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.sec-7 .box .right .group input {
  background: none;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  font-family: "Suisse Intl", sans-serif;
  width: 100%;
  height: 34px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  outline: 0;
  transition: all 0.5s;
}
.sec-7 .box .right .group input.wpcf7-not-valid {
  border-bottom: 1px solid #FF1B1B;
}
.sec-7 .box .right .group .wpcf7-not-valid-tip {
  color: #FF2323;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: block;
}
.sec-7 .box .right .group select {
  background: none;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  font-family: "Suisse Intl", sans-serif;
  width: 100%;
  height: 34px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  outline: 0;
}
.sec-7 .box .right .group .select2-container--default .select2-selection--single {
  background: none;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
  height: 34px;
  font-family: "Suisse Intl", sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 0;
}
.sec-7 .box .right .group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url("../img/arrow4.svg") 0 0 no-repeat;
  border: none;
  width: 13px;
  height: 8px;
  margin: -7px 0 0 -12px;
}
.sec-7 .box .right .group .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.sec-7 .box .right .btn {
  background: #22516C;
  width: 100%;
  display: block;
  color: #FFF;
  font-family: "Formular", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 11px;
  text-transform: uppercase;
  transition: all 0.5s;
  margin: 50px 0 18px 0;
}
.sec-7 .box .right .btn:after {
  display: none;
}
.sec-7 .box .right .btn:hover {
  background: #1B6088;
}
.sec-7 .box .right .chek .wpcf7-list-item {
  margin: 0;
}
.sec-7 .box .right .chek input {
  display: none;
}
.sec-7 .box .right .chek input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
.sec-7 .box .right .chek .wpcf7-list-item-label {
  display: block;
  color: #ADADAD;
  font-family: "Suisse Intl", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  padding: 0 0 0 29px;
}
.sec-7 .box .right .chek .wpcf7-list-item-label:after {
  content: "";
  background: #D2D2D2;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-7 .box .right .chek .wpcf7-list-item-label:before {
  content: "";
  background: url("../img/arrow5.svg") 0 0 no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.sec-7 .box .right .chek .wpcf7-list-item-label a {
  color: #ADADAD;
  text-decoration-line: underline;
}
.sec-7 .box .right .chek .wpcf7-list-item-label a:hover {
  text-decoration-line: none;
}

.sec-8 {
  padding: 55px 0 0 0;
  height: 811px;
  position: relative;
}
.sec-8 .wrapper {
  position: relative;
  height: 100%;
  z-index: 2;
}
.sec-8 .breadcrumb {
  position: absolute;
  top: 15px;
  left: 37px;
  z-index: 2;
}
.sec-8 .breadcrumb > span span {
  color: #D2D2D2;
}
.sec-8 .breadcrumb > span span a {
  color: #D2D2D2;
}
.sec-8 .breadcrumb > span span a:hover {
  color: #22516C;
}
.sec-8 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.sec-8 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1.1);
}
.sec-8 .img:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.sec-8 .top h1 {
  color: #FFF;
  font-size: 69px;
  position: absolute;
  top: 150px;
  left: 100px;
  width: 50%;
  transition: all 0.5s;
  z-index: 2;
  animation: fadeInUpSD 0.5s both 0.5s;
}
.sec-8 .top .btn {
  position: absolute;
  bottom: 22px;
  left: 37px;
  padding: 21px 0;
  width: 270px;
  justify-content: center;
  gap: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  font-family: "Suisse Intl", sans-serif;
  animation: fadeInUpSD 0.5s both 1s;
}
.sec-8 .top .btn:after {
  display: none;
}
.sec-8:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.5s;
}
.sec-8.element-show .top h1 {
  top: 46px;
  left: 50px;
}
.sec-8.element-show .img img {
  transform: scale(1);
}
.sec-8.element-show:after {
  height: 0;
}

.sec-9 {
  padding: 52px 0 0 0;
}
.sec-9 .box {
  border-bottom: 1px solid #E7E7E7;
}
.sec-9 .box .left {
  width: 33.6%;
  border-right: 1px solid #E7E7E7;
  padding: 5px 0 30px 15px;
}
.sec-9 .box .left ul {
  position: sticky;
  top: 75px;
}
.sec-9 .box .left ul li {
  display: block;
  height: 15px;
  margin-bottom: 27px;
}
.sec-9 .box .left ul li a {
  color: rgba(34, 81, 108, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  text-transform: uppercase;
  display: block;
  padding: 0 0 0 18px;
  width: fit-content;
}
.sec-9 .box .left ul li a:hover {
  color: #22516C;
}
.sec-9 .box .left ul li a.active {
  border-left: 3px solid #D9D9D9;
  padding: 0 0 0 15px;
  color: #22516C;
}
.sec-9 .box .right {
  width: 66.4%;
  padding-bottom: 30px;
}
.sec-9 .box .right h2 {
  color: #22516C;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  padding: 53px 0 31px 36px;
}
.sec-9 .box .right h2:first-child {
  padding-top: 0;
}
.sec-9 .box .right p {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 24px 39px;
  letter-spacing: 0.26px;
}
.sec-9 .box .right p strong {
  color: #22516C;
  font-weight: 500;
}
.sec-9 .box .right ul {
  padding: 0 0 28px 50px;
  list-style: circle;
}
.sec-9 .box .right ul li {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 0 5px;
  letter-spacing: 0.4px;
}
.sec-9 .box .right ol {
  padding: 0 0 28px 60px;
}
.sec-9 .box .right ol li {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 0 5px;
  letter-spacing: 0.4px;
}
.sec-9 .box .right .slider-text {
  width: 100%;
  height: 601px;
  position: relative;
  margin-bottom: 33px;
}
.sec-9 .box .right .slider-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-9 .box .right .slider-text .swiper-arrow {
  width: 55px;
  height: 55px;
  background: url("../img/arrow2.svg") 0 0 no-repeat;
  position: absolute;
  bottom: 18px;
  left: auto;
  top: auto;
  margin: 0;
  z-index: 50;
  transition: all 0.5s;
}
.sec-9 .box .right .slider-text .swiper-arrow:after {
  display: none;
}
.sec-9 .box .right .slider-text .swiper-arrow.swiper-button-next {
  right: 13px;
  transform: scale(-1, 1);
}
.sec-9 .box .right .slider-text .swiper-arrow.swiper-button-prev {
  right: 69px;
}
.sec-9 .box .right .slider-text .swiper-arrow:hover {
  background: url("../img/arrow3.svg") 0 0 no-repeat;
}

.sec-10 {
  padding: 82px 0 0 0;
}
.sec-10 h1 {
  font-size: 69px;
  margin: 0 0 72px 14px;
}
.sec-10 .box, .sec-10 .rss-aggregator {
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 43px 16px;
}
.sec-10 .box .item, .sec-10 .box .feed-item, .sec-10 .rss-aggregator .item, .sec-10 .rss-aggregator .feed-item {
  width: 49.5%;
}
.sec-10 .box .item .wpra-grid-item__image, .sec-10 .box .feed-item .wpra-grid-item__image, .sec-10 .rss-aggregator .item .wpra-grid-item__image, .sec-10 .rss-aggregator .feed-item .wpra-grid-item__image {
  margin-bottom: 20px;
  background-size: 100%;
  background-position: center;
  transition: all 0.5s;
  width: 100%;
  display: block;
}
.sec-10 .box .item .zag, .sec-10 .box .item a, .sec-10 .box .feed-item .zag, .sec-10 .box .feed-item a, .sec-10 .rss-aggregator .item .zag, .sec-10 .rss-aggregator .item a, .sec-10 .rss-aggregator .feed-item .zag, .sec-10 .rss-aggregator .feed-item a {
  color: #22516C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  display: block;
  width: 59%;
  margin-bottom: 18px;
  transition: all 0.5s;
}
.sec-10 .box .item .date, .sec-10 .box .item .feed-date, .sec-10 .box .feed-item .date, .sec-10 .box .feed-item .feed-date, .sec-10 .rss-aggregator .item .date, .sec-10 .rss-aggregator .item .feed-date, .sec-10 .rss-aggregator .feed-item .date, .sec-10 .rss-aggregator .feed-item .feed-date {
  color: #ADADAD;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  display: block;
}
.sec-10 .box .item:hover .zag, .sec-10 .box .item:hover a, .sec-10 .box .feed-item:hover .zag, .sec-10 .box .feed-item:hover a, .sec-10 .rss-aggregator .item:hover .zag, .sec-10 .rss-aggregator .item:hover a, .sec-10 .rss-aggregator .feed-item:hover .zag, .sec-10 .rss-aggregator .feed-item:hover a {
  color: #000;
}
.sec-10 .box .item:hover .wpra-grid-item__image, .sec-10 .box .feed-item:hover .wpra-grid-item__image, .sec-10 .rss-aggregator .item:hover .wpra-grid-item__image, .sec-10 .rss-aggregator .feed-item:hover .wpra-grid-item__image {
  background-size: calc(100% + 50px);
}
.sec-10 .wp-rss-aggregator .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.sec-10 .wp-rss-aggregator .box .nav-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.sec-10 .wp-rss-aggregator .box .nav-links span.alignleft {
  border: 1px solid #D9D9D9;
  width: 37px;
  height: 44px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  color: #000;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.sec-10 .wp-rss-aggregator .box .nav-links span.alignleft.active {
  background: #22516C;
  border: 1px solid #22516C;
  color: #fff;
}
.sec-10 .wp-rss-aggregator .box .nav-links .nav-next a {
  border: 1px solid #D9D9D9;
  min-width: 37px;
  padding: 0 15px;
  height: 44px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.sec-10 .wp-rss-aggregator .box .nav-links .nav-next a:hover {
  background: #22516C;
  border: 1px solid #22516C;
  color: #fff;
}
.sec-10 .wp-rss-aggregator .box .nav-links .nav-previous a {
  border: 1px solid #D9D9D9;
  height: 44px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  padding: 0 30px;
}
.sec-10 .wp-rss-aggregator .box .nav-links .nav-previous a:hover {
  background: #22516C;
  border: 1px solid #22516C;
  color: #fff;
}
.sec-10 .all {
  color: #ADADAD;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
  position: absolute;
  right: 30px;
  bottom: 0;
}
.sec-10 .wrapper {
  position: relative;
}

.sec-11 {
  padding: 54px 0 57px 0;
  height: 811px;
  position: relative;
}
.sec-11 .wrapper {
  position: relative;
  height: 100%;
}
.sec-11 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.sec-11 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1.1);
}
.sec-11 .breadcrumb {
  position: absolute;
  top: 15px;
  left: 37px;
  z-index: 1;
}
.sec-11 .breadcrumb > span span {
  color: #D2D2D2;
}
.sec-11 .breadcrumb > span span a {
  color: #D2D2D2;
}
.sec-11 .breadcrumb > span span a:hover {
  color: #22516C;
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.sec-11 .conten .top {
  position: absolute;
  top: 100px;
  left: 50px;
  transition: all 0.5s;
}
.sec-11 .conten .top h1 {
  color: #FFF;
  font-size: 69px;
  width: 60%;
  margin-bottom: 31px;
  animation: fadeInUpSD 0.5s both 0.5s;
}
.sec-11 .conten .top .text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  width: 37%;
  letter-spacing: 0.3px;
  animation: fadeInUpSD 0.5s both 1s;
}
.sec-11 .conten .box {
  position: absolute;
  bottom: 22px;
  left: 37px;
  align-items: flex-end;
  width: calc(100% - 85px);
  animation: fadeInUpSD 0.5s both 1.5s;
}
.sec-11 .conten .box .btn {
  padding: 21px 0;
  width: 270px;
  height: 100%;
  justify-content: center;
  gap: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  font-family: "Suisse Intl", sans-serif;
}
.sec-11 .conten .box .btn:after {
  display: none;
}
.sec-11 .conten .box .box {
  position: initial;
  width: 600px;
}
.sec-11 .conten .box .box .item {
  width: 44%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 23px 0 0;
  flex-wrap: nowrap;
}
.sec-11 .conten .box .box .item:first-child {
  border-right: 1px solid #fff;
}
.sec-11 .conten .box .box .item:last-child {
  padding: 0;
  width: 50%;
}
.sec-11 .conten .box .box .item:last-child .text {
  width: 42%;
}
.sec-11 .conten .box .box .item .num {
  color: #FFF;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 96px;
  flex-shrink: 0;
  width: 120px;
}
.sec-11 .conten .box .box .item .text {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  width: 51%;
  word-break: break-word;
  flex-shrink: 0;
}
.sec-11:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.5s;
}
.sec-11.element-show .img img {
  transform: scale(1);
}
.sec-11.element-show .conten .top {
  top: 50px;
  left: 40px;
}
.sec-11.element-show:after {
  height: 0;
}
.sec-11.error .breadcrumb > span span {
  color: #D2D2D2;
}
.sec-11.error .breadcrumb > span span a {
  color: #D2D2D2;
}
.sec-11.error .breadcrumb > span span a:after {
  color: #D2D2D2;
}
.sec-11.error .breadcrumb > span span a:hover {
  color: #22516C;
}
.sec-11.error .conten .top {
  width: auto;
  left: 0;
  right: 0;
}
.sec-11.error .conten .top h1 {
  width: 100%;
  text-align: center;
}
.sec-11.error .conten .top .text {
  width: 100%;
  text-align: center;
  font-size: 24px;
}
.sec-11.error .conten .box {
  justify-content: center;
}

.sec-11 + .sec-2 .more {
  margin: 63px auto 0 auto;
}

.sec-12 {
  padding: 83px 0 25px 0;
}
.sec-12 h1 {
  font-size: 69px;
  margin: 0 0 35px 15px;
}
.sec-12 .box {
  padding: 0 34px 0 18px;
}
.sec-12 .box .left {
  width: 49.6%;
  border: 1px solid #E7E7E7;
  padding: 40px;
}
.sec-12 .box .left .tel {
  margin-bottom: 8px;
}
.sec-12 .box .left .tel a {
  color: #22516C;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.sec-12 .box .left .tel a:hover {
  color: #000;
}
.sec-12 .box .left .mail {
  margin-bottom: 117px;
}
.sec-12 .box .left .mail a {
  color: #22516C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  width: fit-content;
  display: block;
  height: 18px;
  overflow: hidden;
  position: relative;
}
.sec-12 .box .left .mail a span {
  transform: translateY(0);
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  display: block;
  height: 16px;
}
.sec-12 .box .left .mail a:after {
  content: "";
  background: #22516C;
  width: 0;
  height: 1px;
  display: block;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec-12 .box .left .mail a:hover span {
  transform: translateY(-16px);
  transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out;
}
.sec-12 .box .left .mail a:hover:after {
  width: 100%;
}
.sec-12 .box .left .text {
  color: #ADADAD;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  width: 54%;
}
.sec-12 .box .right {
  width: 48.9%;
  border: 1px solid #E7E7E7;
  padding: 25px 36px;
}
.sec-12 .box .right .zag {
  color: #22516C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 15px;
}
.sec-12 .box .right .text {
  color: #ADADAD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  width: 54%;
  margin-bottom: 33px;
}
.sec-12 .box .right .box {
  padding: 0;
}
.sec-12 .box .right .box .group {
  width: 49%;
}
.sec-12 .box .right .box .group label {
  display: block;
  font-family: "Suisse Intl", sans-serif;
  color: #4C4C4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.sec-12 .box .right .box .group input {
  background: none;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  font-family: "Suisse Intl", sans-serif;
  width: 100%;
  height: 34px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  outline: 0;
}
.sec-12 .box .right .box .group input.wpcf7-not-valid {
  border-bottom: 1px solid #FF1B1B;
}
.sec-12 .box .right .box .group .wpcf7-not-valid-tip {
  color: #FF2323;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: block;
}
.sec-12 .box .right .btn {
  background: #22516C;
  width: 100%;
  display: block;
  color: #FFF;
  font-family: "Formular", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 11px;
  text-transform: uppercase;
  transition: all 0.5s;
  margin: 41px 0 18px 0;
  border: none;
}
.sec-12 .box .right .btn:after {
  display: none;
}
.sec-12 .box .right .btn:hover {
  background: #1B6088;
  color: #fff;
}
.sec-12 .box .right .chek .wpcf7-list-item {
  margin: 0;
}
.sec-12 .box .right .chek input {
  display: none;
}
.sec-12 .box .right .chek input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
.sec-12 .box .right .chek .wpcf7-list-item-label {
  display: block;
  color: #ADADAD;
  font-family: "Suisse Intl", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  padding: 0 0 0 29px;
}
.sec-12 .box .right .chek .wpcf7-list-item-label:after {
  content: "";
  background: #D2D2D2;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-12 .box .right .chek .wpcf7-list-item-label:before {
  content: "";
  background: url("../img/arrow5.svg") 0 0 no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.sec-12 .box .right .chek .wpcf7-list-item-label a {
  color: #ADADAD;
  text-decoration-line: underline;
}
.sec-12 .box .right .chek .wpcf7-list-item-label a:hover {
  text-decoration-line: none;
}
.sec-12 .map {
  margin: 27px 0 0 0;
  padding: 0 34px 0 18px;
}
.sec-12 .map iframe {
  border: none;
  width: 100%;
  display: block;
}

.sec-13 {
  padding: 82px 0 0 0;
}
.sec-13 h1 {
  font-size: 69px;
  margin: 0 0 62px 15px;
}
.sec-13 .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 19px 14px;
  padding: 0 0 0 16px;
  width: calc(100% + 5px);
}
.sec-13 .box .item {
  border: 1px solid #D9D9D9;
  width: 48.9%;
  padding: 41px 36px;
}
.sec-13 .box .item p {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}
.sec-13 .box .item ul {
  list-style: circle;
  padding: 0 0 16px 14px;
}
.sec-13 .box .item ul li {
  color: #4C4C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 0 3px;
  letter-spacing: 0.3px;
}

footer {
  background: #000;
  padding: 16px 0 0 0;
}
footer .box {
  padding: 0 20px;
}
footer .box:nth-child(2) {
  margin: 128px auto 84px auto;
  width: 37.6%;
  align-items: center;
}
footer .box:nth-child(2) a {
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
footer .box:nth-child(2) a:hover {
  color: #fff;
}
footer .box:nth-child(2) a:last-child {
  color: #535353;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
footer .box:nth-child(2) a:last-child:hover {
  color: #fff;
}
footer .box:last-child {
  align-items: flex-end;
  padding: 0 17px 25px 26px;
  gap: 79px;
}
footer .box:last-child a:last-child {
  margin: 0 0 0 auto;
}
footer .box .menu ul li a {
  color: #535353;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
footer .box .menu ul li a:hover {
  color: #fff;
}
footer .box .service {
  margin: 0 234px 0 auto;
  width: 46.8%;
}
footer .box .service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .box .service ul li {
  width: 50%;
}
footer .box .service ul li a {
  color: #535353;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
footer .box .service ul li a:hover {
  color: #fff;
}
footer .box .copy {
  color: #7C7C7C;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
footer .box a {
  color: #7C7C7C;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
footer .box a path {
  transition: all 0.5s;
}
footer .box a img {
  width: 65px;
}
footer .box a:hover {
  color: #fff;
}
footer .box a:hover path {
  fill: #fff;
}

.popup-fade,
.popup-fade-yes,
.popup-fade-name {
  display: none;
  position: fixed;
  z-index: 999;
}
.popup-fade:before,
.popup-fade-yes:before,
.popup-fade-name:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup-fade .popup,
.popup-fade-yes .popup,
.popup-fade-name .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 491px;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  overflow-y: auto;
  max-height: 97vh;
  margin: auto;
  background: #FFF;
  padding: 34px 30px;
  z-index: 999;
  opacity: 1;
}
.popup-fade .popup::-webkit-scrollbar,
.popup-fade-yes .popup::-webkit-scrollbar,
.popup-fade-name .popup::-webkit-scrollbar {
  width: 0;
}
.popup-fade .popup,
.popup-fade-yes .popup,
.popup-fade-name .popup {
  -ms-overflow-style: none;
}
.popup-fade .popup,
.popup-fade-yes .popup,
.popup-fade-name .popup {
  overflow: -moz-scrollbars-none;
}
.popup-fade .popup .popup-close,
.popup-fade-yes .popup .popup-close,
.popup-fade-name .popup .popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.popup-fade .popup .popup-close svg,
.popup-fade-yes .popup .popup-close svg,
.popup-fade-name .popup .popup-close svg {
  transition: all 0.5s;
  transform: rotate(0);
}
.popup-fade .popup .popup-close:hover,
.popup-fade-yes .popup .popup-close:hover,
.popup-fade-name .popup .popup-close:hover {
  transform: rotate(360deg);
}
.popup-fade .popup .title,
.popup-fade-yes .popup .title,
.popup-fade-name .popup .title {
  color: #22516C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  margin: 0 0 15px 8px;
}
.popup-fade .popup .text,
.popup-fade-yes .popup .text,
.popup-fade-name .popup .text {
  color: #ADADAD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 0 8px;
}
.popup-fade .popup .group,
.popup-fade-yes .popup .group,
.popup-fade-name .popup .group {
  margin-bottom: 28px;
}
.popup-fade .popup .group label,
.popup-fade-yes .popup .group label,
.popup-fade-name .popup .group label {
  display: block;
  font-family: "Suisse Intl", sans-serif;
  color: #4C4C4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.popup-fade .popup .group input,
.popup-fade-yes .popup .group input,
.popup-fade-name .popup .group input {
  background: none;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  font-family: "Suisse Intl", sans-serif;
  width: 100%;
  height: 34px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  outline: 0;
}
.popup-fade .popup .group input:focus,
.popup-fade-yes .popup .group input:focus,
.popup-fade-name .popup .group input:focus {
  border-bottom: 1px solid #22516C;
}
.popup-fade .popup .group input.wpcf7-not-valid,
.popup-fade-yes .popup .group input.wpcf7-not-valid,
.popup-fade-name .popup .group input.wpcf7-not-valid {
  border-bottom: 1px solid #FF1B1B;
}
.popup-fade .popup .group .wpcf7-not-valid-tip,
.popup-fade-yes .popup .group .wpcf7-not-valid-tip,
.popup-fade-name .popup .group .wpcf7-not-valid-tip {
  color: #FF2323;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: block;
}
.popup-fade .popup .group select,
.popup-fade-yes .popup .group select,
.popup-fade-name .popup .group select {
  background: none;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  font-family: "Suisse Intl", sans-serif;
  width: 100%;
  height: 34px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  outline: 0;
}
.popup-fade .popup .group select:focus,
.popup-fade-yes .popup .group select:focus,
.popup-fade-name .popup .group select:focus {
  border-bottom: 1px solid #22516C;
}
.popup-fade .popup .group .select2-container,
.popup-fade-yes .popup .group .select2-container,
.popup-fade-name .popup .group .select2-container {
  width: 100% !important;
}
.popup-fade .popup .group .select2-container--default .select2-selection--single,
.popup-fade-yes .popup .group .select2-container--default .select2-selection--single,
.popup-fade-name .popup .group .select2-container--default .select2-selection--single {
  background: none;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  width: 100%;
  height: 34px;
  font-family: "Suisse Intl", sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  border-radius: 0;
}
.popup-fade .popup .group .select2-container--default .select2-selection--single:focus,
.popup-fade-yes .popup .group .select2-container--default .select2-selection--single:focus,
.popup-fade-name .popup .group .select2-container--default .select2-selection--single:focus {
  border-bottom: 1px solid #22516C;
}
.popup-fade .popup .group .select2-container--default .select2-selection--single .select2-selection__arrow b,
.popup-fade-yes .popup .group .select2-container--default .select2-selection--single .select2-selection__arrow b,
.popup-fade-name .popup .group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url("../img/arrow4.svg") 0 0 no-repeat;
  border: none;
  width: 13px;
  height: 8px;
  margin: -7px 0 0 -12px;
}
.popup-fade .popup .group .select2-container--default .select2-selection--single .select2-selection__rendered,
.popup-fade-yes .popup .group .select2-container--default .select2-selection--single .select2-selection__rendered,
.popup-fade-name .popup .group .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.popup-fade .popup .box .group,
.popup-fade-yes .popup .box .group,
.popup-fade-name .popup .box .group {
  width: 49%;
}
.popup-fade .popup .btn,
.popup-fade-yes .popup .btn,
.popup-fade-name .popup .btn {
  background: #22516C;
  width: 100%;
  display: block;
  color: #FFF;
  font-family: "Formular", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 11px;
  text-transform: uppercase;
  transition: all 0.5s;
  margin: 54px 0 0 0;
  transform: rotate(0deg);
  position: initial;
  text-align: center;
  height: 48px;
}
.popup-fade .popup .btn:after,
.popup-fade-yes .popup .btn:after,
.popup-fade-name .popup .btn:after {
  display: none;
}
.popup-fade .popup .btn:hover,
.popup-fade-yes .popup .btn:hover,
.popup-fade-name .popup .btn:hover {
  background: #1B6088;
  transform: rotate(0deg);
}
.popup-fade .popup .chek .wpcf7-list-item,
.popup-fade-yes .popup .chek .wpcf7-list-item,
.popup-fade-name .popup .chek .wpcf7-list-item {
  margin: 0;
}
.popup-fade .popup .chek input,
.popup-fade-yes .popup .chek input,
.popup-fade-name .popup .chek input {
  display: none;
}
.popup-fade .popup .chek input:checked + .wpcf7-list-item-label:before,
.popup-fade-yes .popup .chek input:checked + .wpcf7-list-item-label:before,
.popup-fade-name .popup .chek input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
.popup-fade .popup .chek .wpcf7-list-item-label,
.popup-fade-yes .popup .chek .wpcf7-list-item-label,
.popup-fade-name .popup .chek .wpcf7-list-item-label {
  display: block;
  color: #ADADAD;
  font-family: "Suisse Intl", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  padding: 0 0 0 29px;
}
.popup-fade .popup .chek .wpcf7-list-item-label:after,
.popup-fade-yes .popup .chek .wpcf7-list-item-label:after,
.popup-fade-name .popup .chek .wpcf7-list-item-label:after {
  content: "";
  background: #D2D2D2;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-fade .popup .chek .wpcf7-list-item-label:before,
.popup-fade-yes .popup .chek .wpcf7-list-item-label:before,
.popup-fade-name .popup .chek .wpcf7-list-item-label:before {
  content: "";
  background: url("../img/arrow5.svg") 0 0 no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.popup-fade .popup .chek .wpcf7-list-item-label a,
.popup-fade-yes .popup .chek .wpcf7-list-item-label a,
.popup-fade-name .popup .chek .wpcf7-list-item-label a {
  color: #ADADAD;
  text-decoration-line: underline;
}
.popup-fade .popup .chek .wpcf7-list-item-label a:hover,
.popup-fade-yes .popup .chek .wpcf7-list-item-label a:hover,
.popup-fade-name .popup .chek .wpcf7-list-item-label a:hover {
  text-decoration-line: none;
}

.popup-fade-name .popup,
.popup-fade .popup {
  max-width: 571px;
  padding: 35px 52px;
}
.popup-fade-name .popup .popup-close,
.popup-fade .popup .popup-close {
  top: 13px;
  right: 10px;
}
.popup-fade-name .popup .title,
.popup-fade .popup .title {
  margin: 0 0 33px 0;
}
.popup-fade-name .popup .btn,
.popup-fade .popup .btn {
  margin: 40px 0 17px 0;
}

@media (max-width: 1790px) {
  .wrapper {
    max-width: 1320px;
  }
  .breadcrumb {
    margin: 5px 0 18px 0;
  }
  header .box {
    padding: 0;
  }
  header .box .menu {
    margin: 0 0 3px auto;
  }
  header .box .menu-uslugi .box .right ul {
    width: 100%;
  }
  .sec-2 .title {
    margin: 0 0 40px 0;
  }
  .sec-2 .box {
    padding: 0;
  }
  .sec-3 .img, .sec-3 .img:before {
    background-size: calc(100% + 650px);
  }
  .sec-3.element-show .img, .sec-3.element-show .img:before {
    background-size: calc(100% + 450px);
  }
  .sec-4 .title {
    margin: 0 0 27px 0;
    width: 100%;
  }
  .sec-4 .box {
    padding: 0;
  }
  .sec-4 .box .item .zag {
    width: 70%;
  }
  .sec-4 .box .item .text {
    width: 41%;
  }
  .sec-5 .title {
    padding: 0;
  }
  .sec-5 .box {
    margin: 0 0 26px 0;
    width: 100%;
    padding: 14px 8px;
  }
  .sec-5 .box .zag {
    width: 50%;
  }
  .sec-6 .title {
    margin: 0 0 27px 0;
    width: 100%;
  }
  .sec-6 .box, .sec-6 .rss-aggregator {
    padding: 0;
  }
  .sec-6 .box .feed-item .wpra-grid-item__image, .sec-6 .rss-aggregator .feed-item .wpra-grid-item__image {
    height: 280px !important;
  }
  .sec-7 .box {
    padding: 0;
  }
  .sec-7 .box .left {
    background-position: 93% 100%;
    padding: 25px;
  }
  .sec-7 .box .left .title {
    width: 100%;
  }
  .sec-8 .img h1 {
    left: 20px;
  }
  .sec-8 .img .btn {
    left: 20px;
  }
  .sec-8.element-show .top h1 {
    left: 30px;
  }
  .sec-9 .box .left {
    width: 17%;
    padding: 5px 0 30px 0;
  }
  .sec-9 .box .right {
    width: 83%;
  }
  .sec-10 h1 {
    margin: 0 0 72px 0;
  }
  .sec-10 .box, .sec-10 .rss-aggregator {
    padding: 0;
    gap: 43px 12px;
  }
  .sec-10 .pagination {
    margin: 50px 0 0 0;
  }
  .sec-11 .conten .top {
    left: 20px;
  }
  .sec-11 .conten .top .text {
    width: 47%;
  }
  .sec-11 .conten .box {
    left: 20px;
    width: calc(100% - 40px);
  }
  .sec-11 .conten .box .box {
    width: 50%;
  }
  .sec-12 h1 {
    margin: 0 0 35px 0;
  }
  .sec-12 .box {
    padding: 0;
  }
  .sec-12 .box .left .text {
    width: 73%;
  }
  .sec-12 .box .right .text {
    width: 73%;
  }
  .sec-12 .map {
    padding: 0;
  }
  .sec-12 .map iframe {
    height: 600px;
  }
  .sec-13 h1 {
    margin: 0 0 62px 0;
  }
  .sec-13 .box {
    padding: 0;
    width: 100%;
    gap: 19px 28px;
  }
  .sec-13 .box .item ul {
    padding: 0 0 0 14px;
  }
  footer .box {
    padding: 0;
  }
  footer .box .service {
    margin: 0;
    width: 52%;
  }
  footer .box:last-child {
    padding: 0 0 25px 0;
  }
}
@media (max-width: 1399px) {
  .wrapper {
    max-width: 1140px;
  }
  .title, h1 {
    font-size: 50px;
    line-height: 56px;
  }
  header .box .mini-menu {
    margin: 0 0 3px 100px;
  }
  header .box .menu-uslugi .box .left {
    width: 15%;
  }
  header .box .menu-uslugi .box .right ul li {
    width: 50%;
  }
  .sec-1 .slider .top .title {
    font-size: 50px;
    width: 95%;
  }
  .sec-2 h1 {
    font-size: 50px;
    margin: 0 0 61px 0;
  }
  .sec-2 .box .item .zag {
    font-size: 25px;
  }
  .sec-3 .img, .sec-3 .img:before {
    background-size: calc(100% + 850px);
  }
  .sec-3.element-show .img, .sec-3.element-show .img:before {
    background-size: calc(100% + 650px);
  }
  .sec-4 .box .item .zag {
    font-size: 25px;
  }
  .sec-4 .box .item .text {
    width: 47%;
  }
  .sec-5 .box .num {
    font-size: 18px;
  }
  .sec-5 .box .zag {
    font-size: 22px;
    width: 47%;
  }
  .sec-5 .box .text {
    width: 44%;
    margin: 0;
  }
  .sec-6 .rss-aggregator .feed-item .wpra-grid-item__image {
    height: 240px !important;
  }
  .sec-7 .box .left {
    background: linear-gradient(324deg, #CCD5DE 6.65%, #81A6CD 68.03%);
    position: relative;
  }
  .sec-7 .box .left:after {
    content: "";
    background: url("../img/bg1.png") 0 100% no-repeat;
    background-size: contain;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  .sec-7 .box .left .tel {
    margin: 0 0 4px 0;
  }
  .sec-7 .box .left .mail {
    margin: 0 0 0 45px;
  }
  .sec-7 .box .right {
    padding: 20px;
  }
  .sec-7 .box .right .text {
    margin: 0 0 63px 0;
    width: 100%;
  }
  .sec-8 .top h1 {
    font-size: 50px;
    left: 20px;
  }
  .sec-8 .top .btn {
    left: 20px;
  }
  .sec-9 .box .right h2 {
    font-size: 30px;
  }
  .sec-9 .box .right p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 15px 39px;
  }
  .sec-9 .box .right ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-9 .box .right ol li {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-10 h1 {
    font-size: 50px;
    margin-bottom: 50px;
  }
  .sec-10 .box, .sec-10 .rss-aggregator {
    gap: 43px 11px;
  }
  .sec-10 .all {
    right: 15px;
  }
  .sec-11 .conten .top h1 {
    font-size: 50px;
  }
  .sec-11 .conten .top .text {
    width: 55%;
  }
  .sec-11 .conten .box .box {
    width: 58%;
  }
  .sec-11.error .conten .top h1 {
    font-size: 69px;
  }
  .sec-12 h1 {
    font-size: 50px;
  }
  .sec-12 .box .left .text {
    width: 87%;
  }
  .sec-12 .box .right .text {
    width: 87%;
  }
  .sec-13 h1 {
    font-size: 50px;
    margin: 0 0 50px 0;
  }
  .sec-13 .box {
    gap: 19px 24px;
  }
  footer .box .service {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    max-width: 960px;
  }
  header .box .logo {
    position: relative;
    z-index: 100;
  }
  header .box .burger {
    display: block;
    width: 25px;
    position: relative;
    z-index: 100;
  }
  header .box .burger span {
    width: 100%;
    height: 2px;
    background: #22516C;
    margin-bottom: 2px;
    display: block;
    transition: all 0.5s;
  }
  header .box .burger span:last-child {
    margin: 0;
  }
  header .box .burger.active span {
    transform: rotate(45deg);
    margin-bottom: -2px;
  }
  header .box .burger.active span:last-child {
    margin: 0;
    transform: rotate(-45deg);
  }
  header .box .mini-menu {
    display: none;
  }
  header .box .menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 10;
    padding: 30px;
  }
  header .box .menu ul {
    position: absolute;
    right: 0;
    left: 0;
    top: 35vh;
    width: fit-content;
    height: fit-content;
    margin: auto;
  }
  header .box .menu ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  header .box .menu ul li a {
    margin: 0 auto;
  }
  header .box .menu ul li:last-child {
    margin: 0;
  }
  header .box .menu ul li.mobile {
    display: block;
  }
  header .box .btn {
    display: none;
  }
  header .box .tel {
    margin: 0;
    position: relative;
    z-index: 100;
  }
  header .box .tel a {
    background: url("../img/tel.svg") 0 0 no-repeat;
    font-size: 0;
    width: 34px;
    height: 34px;
    display: block;
  }
  .title, h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .sec-1 .slider {
    height: 600px;
  }
  .sec-1 .slider .img {
    height: 100%;
  }
  .sec-1 .slider .top {
    top: 35px;
  }
  .sec-1 .slider .top .title {
    font-size: 40px;
  }
  .sec-2 h1 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .sec-2 .title {
    font-size: 40px;
    line-height: 45px;
  }
  .sec-2 .box .item {
    width: 50%;
  }
  .sec-2 .box .item:nth-child(3) {
    border-top: none;
    border-left: 1px solid #D9D9D9;
  }
  .sec-2 .box .item:nth-child(4) {
    border-left: none;
  }
  .sec-2 .box .item:nth-child(5) {
    border-left: 1px solid #D9D9D9;
  }
  .sec-2 .box .item:nth-child(9) {
    border-left: 1px solid #D9D9D9;
  }
  .sec-2 .box .item:nth-child(10) {
    border-left: none;
  }
  .sec-2 .box .item:nth-child(11) {
    border-left: 1px solid #D9D9D9;
  }
  .sec-3 .img, .sec-3 .img:before {
    background-size: cover;
    width: 100%;
  }
  .sec-3.element-show .img, .sec-3.element-show .img:before {
    background-size: cover;
  }
  .sec-3 .img {
    height: 550px;
  }
  .sec-3 .top {
    max-width: 800px;
  }
  .sec-4 .box .item .img {
    height: 350px;
  }
  .sec-4 .box .item .zag {
    line-height: 30px;
  }
  .sec-4 .box .item .text {
    width: 57%;
  }
  .sec-6 .rss-aggregator .feed-item .wpra-grid-item__image {
    height: 200px !important;
  }
  .sec-7 .box .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec-7 .box .left .title {
    width: 60%;
  }
  .sec-7 .box .left:after {
    width: 40%;
  }
  .sec-7 .box .right {
    width: 100%;
  }
  .sec-8 {
    height: 500px;
  }
  .sec-8 .top h1 {
    font-size: 40px;
  }
  .sec-9 .box .left ul li a {
    padding: 0 0 0 10px;
  }
  .sec-9 .box .left ul li a.active {
    padding: 0 0 0 10px;
  }
  .sec-9 .box .right h2 {
    font-size: 25px;
    padding: 0 0 20px 36px;
  }
  .sec-10 h1 {
    font-size: 40px;
  }
  .sec-10 .box, .sec-10 .rss-aggregator {
    gap: 43px 10px;
  }
  .sec-10 .box .item, .sec-10 .box .feed-item, .sec-10 .rss-aggregator .item, .sec-10 .rss-aggregator .feed-item {
    width: 49%;
  }
  .sec-10 .box .item .zag, .sec-10 .box .item a, .sec-10 .box .feed-item .zag, .sec-10 .box .feed-item a, .sec-10 .rss-aggregator .item .zag, .sec-10 .rss-aggregator .item a, .sec-10 .rss-aggregator .feed-item .zag, .sec-10 .rss-aggregator .feed-item a {
    width: 100%;
  }
  .sec-10 .box .item .wpra-grid-item__image, .sec-10 .box .feed-item .wpra-grid-item__image, .sec-10 .rss-aggregator .item .wpra-grid-item__image, .sec-10 .rss-aggregator .feed-item .wpra-grid-item__image {
    height: 300px !important;
  }
  .sec-11 {
    height: 600px;
  }
  .sec-11 .breadcrumb {
    left: 20px;
  }
  .sec-11 .conten .top h1 {
    font-size: 40px;
  }
  .sec-11 .conten .top .text {
    width: 66%;
  }
  .sec-11 .conten .box .box {
    width: 60%;
  }
  .sec-11 .conten .box .box .item .num {
    font-size: 70px;
    line-height: 70px;
    width: 100px;
  }
  .sec-11 .conten .box .box .item .text {
    width: 61%;
  }
  .sec-11 .conten .box .box .item:last-child .text {
    width: 53%;
  }
  .sec-11.element-show .conten .top {
    left: 20px;
  }
  .sec-12 h1 {
    font-size: 40px;
  }
  .sec-12 .box .left {
    padding: 26px;
  }
  .sec-12 .box .left .text {
    width: 100%;
  }
  .sec-12 .box .right {
    padding: 25px 22px;
  }
  .sec-12 .box .right .text {
    width: 100%;
  }
  .sec-13 h1 {
    font-size: 40px;
  }
  .sec-13 .box {
    gap: 19px 20px;
  }
  .sec-13 .box .item {
    padding: 20px;
  }
  .sec-13 .box .item p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .sec-13 .box .item ul li {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
  footer .box .service {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .wrapper {
    max-width: 720px;
  }
  .title, h1 {
    font-size: 38px;
  }
  .sec-1 .slider {
    height: 500px;
  }
  .sec-1 .slider .top .title {
    font-size: 38px;
  }
  .sec-1 .slider .btn {
    left: 0;
  }
  .sec-1.element-show .slider .top {
    top: 40px;
    left: 0;
  }
  .sec-2 h1 {
    font-size: 38px;
  }
  .sec-2 .title {
    font-size: 38px;
  }
  .sec-2 .more {
    margin: 50px auto 0 auto;
  }
  .sec-3 {
    padding: 50px 0 0 0;
  }
  .sec-3 .top {
    padding: 0 20px;
  }
  .sec-4 {
    padding: 50px 0 0 0;
  }
  .sec-4 .box .item .zag {
    width: 80%;
  }
  .sec-4 .box .item .text {
    width: 77%;
  }
  .sec-5 {
    padding: 50px 0 0 0;
  }
  .sec-6 {
    padding: 50px 0 0 0;
  }
  .sec-6 .rss-aggregator .feed-item {
    width: 49.5%;
    margin-bottom: 20px;
  }
  .sec-6 .rss-aggregator .feed-item .wpra-grid-item__image {
    height: 200px !important;
  }
  .sec-6 .more {
    margin: 50px auto 0 auto;
    font-size: 20px;
  }
  .sec-7 {
    padding: 50px 0 19px 0;
  }
  .sec-8 .top h1 {
    font-size: 38px;
  }
  .sec-9 .box .left {
    width: 23%;
  }
  .sec-9 .box .right {
    width: 77%;
  }
  .sec-9 .box .right h2 {
    font-size: 20px;
    padding: 0 0 20px 15px;
  }
  .sec-9 .box .right p {
    padding: 0 0 15px 15px;
  }
  .sec-9 .box .right ul {
    padding: 0 0 20px 30px;
  }
  .sec-9 .box .right ol {
    padding: 0 0 20px 35px;
  }
  .sec-9 .box .right .slider-text {
    height: 400px;
  }
  .sec-10 h1 {
    font-size: 38px;
  }
  .sec-10 .wp-rss-aggregator .feed-item .wpra-grid-item__image {
    height: 200px !important;
  }
  .sec-11 .conten .top h1 {
    font-size: 38px;
    width: 90%;
  }
  .sec-11 .conten .top .text {
    width: 90%;
  }
  .sec-11 .conten .box .btn {
    order: 2;
  }
  .sec-11 .conten .box .box {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .sec-12 h1 {
    font-size: 38px;
  }
  .sec-12 .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-12 .box .right {
    width: 100%;
  }
  .sec-12 .map iframe {
    height: 400px;
  }
  .sec-13 h1 {
    font-size: 38px;
  }
  .sec-13 .box {
    gap: 15px;
  }
  footer .box .service {
    width: 65%;
  }
  footer .box:nth-child(2) {
    width: 70%;
  }
  footer .box:last-child {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 540px;
  }
  .title, h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .sec-1 .slider .top .title {
    font-size: 30px;
  }
  .sec-1 .slider .top .text {
    width: 96%;
  }
  .sec-2 h1 {
    font-size: 30px;
  }
  .sec-2 .title {
    font-size: 30px;
    line-height: 35px;
  }
  .sec-2 .box .item {
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #D9D9D9 !important;
    border-left: 1px solid #D9D9D9 !important;
  }
  .sec-2 .box .item:last-child {
    border-bottom: 1px solid #D9D9D9;
  }
  .sec-4 .box .item {
    width: 100%;
  }
  .sec-4 .box .item .text {
    width: 88%;
  }
  .sec-5 .box {
    margin: 0;
  }
  .sec-5 .box .zag {
    width: 90%;
  }
  .sec-5 .box .text {
    width: 100%;
    margin: 0 0 0 48px;
  }
  .sec-6 .rss-aggregator .feed-item {
    width: 100%;
  }
  .sec-7 .box .left .title {
    width: 100%;
  }
  .sec-7 .box .left .tel {
    position: relative;
    z-index: 1;
  }
  .sec-7 .box .left .text {
    width: 100%;
    padding: 0;
  }
  .sec-8 .top h1 {
    font-size: 30px;
  }
  .sec-9 {
    padding: 50px 0 0 0;
  }
  .sec-9 .box .left {
    display: none;
  }
  .sec-9 .box .right {
    width: 100%;
  }
  .sec-9 .box .right h2 {
    padding: 0 0 20px 0;
    line-height: 30px;
  }
  .sec-9 .box .right p {
    padding: 0 0 15px 0;
  }
  .sec-9 .box .right ul {
    padding: 0 0 20px 15px;
  }
  .sec-9 .box .right ol {
    padding: 0 0 20px 15px;
  }
  .sec-10 h1 {
    font-size: 30px;
  }
  .sec-10 .box .item, .sec-10 .box .feed-item, .sec-10 .rss-aggregator .item, .sec-10 .rss-aggregator .feed-item {
    width: 100%;
  }
  .sec-11 {
    padding: 54px 0 50px 0;
  }
  .sec-11 .conten .top h1 {
    font-size: 30px;
  }
  .sec-11 .conten .top .text {
    width: 96%;
  }
  .sec-11 .conten .box .box .item .num {
    font-size: 57px;
    line-height: 57px;
    width: 80px;
  }
  .sec-11.error .conten .top {
    top: 100px;
    left: 0;
  }
  .sec-12 h1 {
    font-size: 30px;
  }
  .sec-12 .box .left .tel a {
    font-size: 25px;
  }
  .sec-12 .box .left .mail {
    margin-bottom: 40px;
  }
  .sec-12 .box .left .text {
    font-size: 14px;
  }
  .sec-12 .box .right .zag {
    font-size: 20px;
  }
  .sec-13 h1 {
    font-size: 30px;
  }
  .sec-13 .box .item {
    width: 100%;
  }
  footer .box .service {
    width: 85%;
  }
  .popup-fade-name .popup,
  .popup-fade .popup {
    max-width: 90%;
  }
}
@media (max-width: 575px) {
  .wrapper {
    max-width: 100%;
  }
  .title, h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .sec-1 .slider .top {
    left: 15px;
    width: 90%;
  }
  .sec-1 .slider .top .title {
    font-size: 25px;
  }
  .sec-1 .slider .top .text {
    width: 100%;
    font-size: 14px;
  }
  .sec-1 .slider .btn {
    left: 15px;
    width: 90%;
  }
  .sec-1.element-show .slider .top {
    left: 15px;
  }
  .sec-2 h1 {
    font-size: 25px;
  }
  .sec-2 .title {
    font-size: 25px;
    line-height: 30px;
  }
  .sec-2 .box .item {
    height: 200px;
  }
  .sec-2 .box .item .img {
    display: none;
  }
  .sec-2 .box .item .zag {
    font-size: 20px;
  }
  .sec-2 .box .item:hover .zag {
    color: #22516C;
  }
  .sec-2 .more {
    font-size: 18px;
    line-height: 25px;
  }
  .sec-2 .more span {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-3 .top .sub-title {
    line-height: 35px;
    margin-bottom: 10px;
  }
  .sec-3 .top .title {
    margin-bottom: 20px;
  }
  .sec-3 .top .text {
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto 45px auto;
  }
  .sec-3 .top .btn {
    width: 100%;
  }
  .sec-4 .box .item .zag {
    font-size: 20px;
  }
  .sec-5 .box .num {
    font-size: 16px;
  }
  .sec-5 .box .zag {
    width: 86%;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .sec-7 .box .left .text {
    margin-bottom: 95px;
  }
  .sec-7 .box .left .tel a {
    font-size: 25px;
  }
  .sec-7 .box .right .zag {
    font-size: 20px;
  }
  .sec-8 .breadcrumb {
    left: 20px;
  }
  .sec-8 .top h1 {
    font-size: 25px;
  }
  .sec-8 .top .btn {
    width: 88%;
  }
  .sec-8.element-show .top h1 {
    left: 20px;
  }
  .sec-10 h1 {
    font-size: 25px;
  }
  .sec-10 .box, .sec-10 .rss-aggregator {
    padding-bottom: 50px;
  }
  .sec-10 .box .feed-item .wpra-grid-item__image, .sec-10 .rss-aggregator .feed-item .wpra-grid-item__image {
    height: 200px !important;
  }
  .sec-10 .all {
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
  }
  .sec-11 {
    height: 630px;
  }
  .sec-11 .conten .top h1 {
    font-size: 25px;
    width: 96%;
  }
  .sec-11 .conten .top .text {
    font-size: 14px;
  }
  .sec-11 .conten .box .box .item {
    width: 100% !important;
    padding: 0 0 10px 0;
  }
  .sec-11 .conten .box .box .item:first-child {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .sec-11 .conten .box .box .item:last-child .text {
    width: 61%;
  }
  .sec-11 .conten .box .btn {
    width: 100%;
  }
  .sec-11.error .conten .top h1 {
    font-size: 50px;
  }
  .sec-12 h1 {
    font-size: 25px;
  }
  .sec-12 .box .right .box .group {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-12 .box .right .btn {
    margin: 20px 0;
    padding: 18px 0;
  }
  .sec-13 h1 {
    font-size: 25px;
  }
  .sec-13 .box .item p {
    margin-bottom: 10px;
  }
  footer {
    padding: 30px 0 0 0;
  }
  footer .box .menu {
    width: 100%;
    text-align: center;
  }
  footer .box .service {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  footer .box .service ul li {
    width: 100%;
  }
  footer .box .copy {
    width: 100%;
    text-align: center;
  }
  footer .box:nth-child(2) {
    width: 100%;
    margin: 40px 0;
    flex-direction: column;
    gap: 10px;
  }
  footer .box:last-child {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
  footer .box:last-child a:last-child {
    margin: 0;
  }
  .popup-fade-name .popup,
  .popup-fade .popup,
  .popup-fade-yes .popup {
    padding: 20px;
    max-width: 90%;
    max-height: 85vh;
  }
  .popup-fade-name .popup .title,
  .popup-fade .popup .title,
  .popup-fade-yes .popup .title {
    margin: 0 0 15px 0;
    font-size: 20px;
  }
  .popup-fade-name .popup .text,
  .popup-fade .popup .text,
  .popup-fade-yes .popup .text {
    margin: 0;
  }
  .popup-fade-name .popup .group,
  .popup-fade .popup .group,
  .popup-fade-yes .popup .group {
    margin-bottom: 10px;
  }
  .popup-fade-name .popup .box .group,
  .popup-fade .popup .box .group,
  .popup-fade-yes .popup .box .group {
    width: 100%;
  }
  .popup-fade-name .popup .btn,
  .popup-fade .popup .btn,
  .popup-fade-yes .popup .btn {
    margin: 20px 0 17px 0;
  }
  .popup-fade .popup .box .group {
    width: 49%;
  }
  .popup-fade .popup .box:nth-child(7) .group {
    width: 49%;
  }
  .popup-fade .popup .box:nth-child(7) .group label {
    height: 32px;
  }
  .breadcrumb {
    overflow: hidden;
    overflow-x: auto;
    width: calc(100% - 40px);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .breadcrumb::-webkit-scrollbar {
    width: 0;
  }
  .breadcrumb > span {
    flex-wrap: nowrap;
  }
  .breadcrumb > span span {
    flex-shrink: 0;
  }
}

/*# sourceMappingURL=style.css.map */
