@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Bold.eot");
  src: url("../fonts/SuisseIntl-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SuisseIntl-Bold.woff2") format("woff2"), url("../fonts/SuisseIntl-Bold.woff") format("woff"), url("../fonts/SuisseIntl-Bold.ttf") format("truetype"), url("../fonts/SuisseIntl-Bold.svg#SuisseIntl-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@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-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Regular.eot");
  src: url("../fonts/SuisseIntl-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular.woff") format("woff"), url("../fonts/SuisseIntl-Regular.ttf") format("truetype"), url("../fonts/SuisseIntl-Regular.svg#SuisseIntl-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-Black.eot");
  src: url("../fonts/SuisseIntl-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SuisseIntl-Black.woff2") format("woff2"), url("../fonts/SuisseIntl-Black.woff") format("woff"), url("../fonts/SuisseIntl-Black.ttf") format("truetype"), url("../fonts/SuisseIntl-Black.svg#SuisseIntl-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/SuisseIntl-UltraLight.eot");
  src: url("../fonts/SuisseIntl-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/SuisseIntl-UltraLight.woff2") format("woff2"), url("../fonts/SuisseIntl-UltraLight.woff") format("woff"), url("../fonts/SuisseIntl-UltraLight.ttf") format("truetype"), url("../fonts/SuisseIntl-UltraLight.svg#SuisseIntl-UltraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@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-display: swap;
}
*, ::after, ::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: #125CB1;
}

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

body {
  color: #434343;
  font-family: "Suisse Intl", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

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

.panel {
  width: 100%;
  height: 34px;
  background: url("../img/bg.png") center center no-repeat;
  background-size: cover;
}

header .line {
  border-bottom: 1px solid #D7D7D7;
}
header .box {
  align-items: center;
}
header .box .logo {
  width: 270px;
}
header .box .logo a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 19px;
}
header .box .logo a img {
  width: 47.078px;
}
header .box .logo a .zag {
  color: #3469C9;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}
header .box .logo a .text {
  color: #626262;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}
header .box .search {
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  margin: 0 32px 0 auto;
  padding: 22px 27px 26px 33px;
}
header .box .search form {
  width: 527px;
  position: relative;
}
header .box .search form input {
  border-radius: 2px;
  background: #F0F1F4;
  width: 100%;
  height: 43px;
  color: #000;
  font-family: "Suisse Intl", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 40px;
  border: 2px solid transparent;
  outline: 0;
  transition: all 0.5s;
}
header .box .search form input::placeholder {
  color: #94A2AF;
}
header .box .search form input:focus, header .box .search form input:not(:placeholder-shown) {
  border: 2px solid #3469C9;
  background: #fff;
}
header .box .search form input::-webkit-search-decoration, header .box .search form input::-webkit-search-cancel-button, header .box .search form input::-webkit-search-results-button, header .box .search form input::-webkit-search-results-decoration {
  display: none;
}
header .box .search form input:focus + .remove, header .box .search form input:not(:placeholder-shown) + .remove {
  opacity: 1;
  visibility: visible;
}
header .box .search form button {
  position: absolute;
  left: 11px;
  top: 13px;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  outline: 0;
}
header .box .search form button.remove {
  left: auto;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
header .box .search form button.remove line {
  transition: all 0.5s;
}
header .box .search form button.remove:hover line {
  stroke: #2966E8;
}
header .box .bot .btn {
  border-radius: 2px;
  background: #2966E8;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 15px 11px 11px;
  align-items: center;
  gap: 11px;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
}
header .box .bot .btn:hover {
  background: #2370E5;
}
header .menu {
  padding: 11px 0 21px 0;
  align-items: center;
  width: 100%;
  background: #fff;
  transition: 0.5s;
  top: -100px;
  z-index: 100;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.09);
  left: 0;
}
header .menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  width: 71.4%;
}
header .menu ul li a {
  color: #125CB1;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
}
header .menu ul li a:hover {
  color: #2370E5;
}
header .menu ul li.active.menu-item-home a {
  color: #125CB1;
}
header .menu ul li.active.menu-item-home a:hover {
  color: #2370E5;
}
header .menu ul li.active a {
  color: #000000;
}
header .menu ul li.active a:hover {
  color: #125CB1;
}
header .menu .info {
  color: #1866BF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  transition: all 0.5s;
  margin: 6px 7px 0 0;
  gap: 8px;
}
header .menu .info:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #1866BF;
  border-radius: 10px;
  transition: all 0.5s;
}
header .menu .info:hover {
  color: #2370E5;
}
header .menu .info:hover:before {
  background: #2370E5;
}
header .balun {
  display: none;
}

footer {
  padding: 52px 0 0 0;
}
footer .box .logo {
  width: 270px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 19px;
  height: 100%;
  margin: 6px 0 0 0;
}
footer .box .logo img {
  width: 47.078px;
}
footer .box .logo .zag {
  color: #125CB1;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
footer .box .logo .text {
  color: #626262;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}
footer .box .left {
  width: 66.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20% 0 0;
}
footer .box .menu .zag {
  color: #125CB1;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 34px;
}
footer .box .menu ul {
  list-style: none;
}
footer .box .menu ul li a {
  color: #727272;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 250%;
  transition: all 0.5s;
}
footer .box .menu ul li a:hover {
  color: #000;
}
footer .box .menu-link {
  width: 77%;
  text-align: center;
  margin: -6px 0 0 0;
}
footer .box .menu-link ul {
  list-style: none;
}
footer .box .menu-link ul li a {
  color: #125CB1;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
}
footer .box .menu-link ul li a:hover {
  color: #125CB1;
}
footer .foot {
  background: #F0F4F8;
  margin-top: 161px;
  padding: 13px 0 20px 0;
}
footer .foot .box {
  border-bottom: 1px solid #D5DDE5;
  align-items: center;
  padding-bottom: 13px;
  margin-bottom: 14px;
}
footer .foot .box:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
footer .foot .box .copy {
  color: #606C78;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
footer .foot .box .address {
  color: #606C78;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 55px 0 auto;
}
footer .foot .box .mail a {
  color: #125CB1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: all 0.5s;
}
footer .foot .box .mail a:hover {
  color: #727272;
}
footer .foot .box .soc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 0 248px;
  gap: 14px;
}
footer .foot .box .soc a {
  border: 1px solid #D5DDE5;
  width: 41px;
  height: 41px;
  transition: all 0.5s;
}
footer .foot .box .soc a:hover {
  background: #125CB1;
  border: 1px solid #125CB1;
}
footer .foot .box .info {
  color: #94A2AF;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
footer .foot .box .desing a {
  color: #94A2AF;
  text-align: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  align-items: center;
}
footer .foot .box .desing a span {
  width: 287px;
}
footer .foot .box .desing a img {
  width: 59px;
}

.breadcrumb {
  background: linear-gradient(174deg, #E5E7EF 3.19%, #F0F1F4 48.44%);
  padding: 15px 0;
  width: 100%;
  z-index: 100;
  top: -44px;
  transition: all 0.5s;
}
.breadcrumb .wrapper > span {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 0 5px;
}
.breadcrumb .wrapper > span span {
  color: #94A2AF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.breadcrumb .wrapper > span span a {
  color: #94A2AF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: all 0.5s;
}
.breadcrumb .wrapper > span span a:after {
  content: "";
  background: url("../img/arrow4.svg") 0 0 no-repeat;
  width: 7px;
  height: 10px;
  display: inline-block;
  margin: 1px 15px 0 16px;
}
.breadcrumb .wrapper > span span a:hover {
  color: #125CB1;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.7);
}

.fancybox__caption {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  padding: 20px 100px 27px 28px;
  max-width: 100%;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fancybox__slide {
  padding: 0 !important;
  margin: 0;
}

.is-idle .fancybox__toolbar {
  animation: none;
}
.is-idle .fancybox__nav {
  animation: none;
}

.fancybox__nav {
  height: 66px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 124px;
  background: #fff;
}
.fancybox__nav .f-button svg {
  stroke-width: 2px;
  filter: none;
}
.fancybox__nav .f-button.is-next {
  right: 8px !important;
  box-shadow: none;
  color: #A6A6A6;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
}
.fancybox__nav .f-button.is-next:hover {
  color: #125CB1;
  background: none;
}
.fancybox__nav .f-button.is-prev {
  left: 11px !important;
  box-shadow: none;
  color: #A6A6A6;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  border-right: 1px solid #A6A6A6;
  border-radius: 0;
  padding: 0 15px 0 0;
}
.fancybox__nav .f-button.is-prev:hover {
  color: #125CB1;
  background: none;
}

.fancybox__carousel {
  max-width: 1090px;
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 832px;
}

.fancybox__slide.has-image > .fancybox__content {
  width: 100% !important;
  height: 780px !important;
  cursor: default;
  pointer-events: none;
  transform: none !important;
}

.fancybox__content > .f-button.is-close-btn {
  position: absolute;
  top: 6px;
  right: 7px;
  width: 25px;
  height: 25px;
  opacity: 1;
  background: #125CB1;
  transition: all 0.5s;
}
.fancybox__content > .f-button.is-close-btn svg {
  stroke: #fff;
  width: 15px;
  height: 15px;
}
.fancybox__content > .f-button.is-close-btn:hover {
  background: #2370E5;
}

.fancybox-image {
  object-fit: cover;
}

.searchwp-live-search-results-showing {
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.09);
  min-height: 55px;
}

.searchwp-live-search-no-results {
  padding: 0 !important;
}
.searchwp-live-search-no-results em {
  color: #434343;
  font-family: "Suisse Intl", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.searchwp-live-search-no-min-chars:after {
  display: none !important;
}

.searchwp-live-search-result {
  padding: 26px 26px 0 26px;
  border-bottom: none;
}
.searchwp-live-search-result:last-child {
  padding-bottom: 26px;
}
.searchwp-live-search-result .searchwp-live-search-result--title a {
  color: #434343;
  font-family: "Suisse Intl", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
  display: block;
}
.searchwp-live-search-result .searchwp-live-search-result--title a:hover {
  color: #125CB1;
}

.popup-fade-zay, .popup-fade-yes {
  display: none;
  position: fixed;
  z-index: 9999999999;
}
.popup-fade-zay:before, .popup-fade-yes:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0.9;
}
.popup-fade-zay .popup, .popup-fade-yes .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 928px;
  max-height: fit-content;
  min-height: 400px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  margin: auto;
  background: #FFF;
  padding: 67px 74px;
  z-index: 999;
  opacity: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup-fade-zay .popup::-webkit-scrollbar, .popup-fade-yes .popup::-webkit-scrollbar {
  display: none;
}
.popup-fade-zay .popup .popup-close, .popup-fade-yes .popup .popup-close {
  position: absolute;
  top: 11px;
  right: 10px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: #125CB1;
  width: 25px;
  height: 25px;
}
.popup-fade-zay .popup .popup-close svg, .popup-fade-yes .popup .popup-close svg {
  transition: all 0.5s;
}
.popup-fade-zay .popup .popup-close:hover, .popup-fade-yes .popup .popup-close:hover {
  background: #0040cc;
}
.popup-fade-zay .popup .title, .popup-fade-yes .popup .title {
  color: #125CB1;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.popup-fade-zay .popup .text, .popup-fade-yes .popup .text {
  color: #5C6166;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 500px;
  margin-bottom: 38px;
}
.popup-fade-zay .popup form .wpcf7-not-valid-tip, .popup-fade-yes .popup form .wpcf7-not-valid-tip {
  color: #C80A0A;
  font-family: "Suisse Intl", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: #FFDCDC;
  padding: 4px 9px 7px 9px;
}
.popup-fade-zay .popup form .wpcf7-list-item, .popup-fade-yes .popup form .wpcf7-list-item {
  margin: 0;
}
.popup-fade-zay .popup form .group, .popup-fade-yes .popup form .group {
  margin-bottom: 28px;
}
.popup-fade-zay .popup form .group br, .popup-fade-yes .popup form .group br {
  display: none;
}
.popup-fade-zay .popup form .group label, .popup-fade-yes .popup form .group label {
  color: #5C6166;
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-bottom: 15px;
}
.popup-fade-zay .popup form .group input, .popup-fade-yes .popup form .group input {
  color: #000;
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border: none;
  border-bottom: 1px solid #272727;
  width: 100%;
  height: 31px;
  display: block;
  background: none;
  outline: 0;
  transition: all 0.5s;
}
.popup-fade-zay .popup form .group input::placeholder, .popup-fade-yes .popup form .group input::placeholder {
  color: #94A2AF;
}
.popup-fade-zay .popup form .group input:focus, .popup-fade-zay .popup form .group input:not(:placeholder-shown), .popup-fade-yes .popup form .group input:focus, .popup-fade-yes .popup form .group input:not(:placeholder-shown) {
  border-bottom: 1px solid #125CB1;
}
.popup-fade-zay .popup form .group input.wpcf7-not-valid, .popup-fade-yes .popup form .group input.wpcf7-not-valid {
  color: #C80A0A;
}
.popup-fade-zay .popup form .group input.wpcf7-not-valid::placeholder, .popup-fade-yes .popup form .group input.wpcf7-not-valid::placeholder {
  color: #C80A0A;
}
.popup-fade-zay .popup form .box .group, .popup-fade-yes .popup form .box .group {
  width: 48%;
  margin-bottom: 26px;
}
.popup-fade-zay .popup form .chek, .popup-fade-yes .popup form .chek {
  margin: 4px 0;
}
.popup-fade-zay .popup form .chek input, .popup-fade-yes .popup form .chek input {
  display: none;
}
.popup-fade-zay .popup form .chek .wpcf7-list-item-label, .popup-fade-yes .popup form .chek .wpcf7-list-item-label {
  color: #5C6166;
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  padding: 0 0 0 26px;
  position: relative;
  cursor: pointer;
}
.popup-fade-zay .popup form .chek .wpcf7-list-item-label:before, .popup-fade-yes .popup form .chek .wpcf7-list-item-label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #A6A6A6;
  position: absolute;
  left: -1px;
  top: 1px;
}
.popup-fade-zay .popup form .chek .wpcf7-list-item-label:after, .popup-fade-yes .popup form .chek .wpcf7-list-item-label:after {
  content: "";
  background: url("../img/chek.svg") 0 0 no-repeat;
  width: 13px;
  height: 11px;
  position: absolute;
  left: 1px;
  top: 4px;
  transition: all 0.5s;
  opacity: 0;
}
.popup-fade-zay .popup form .chek input:checked + .wpcf7-list-item-label:after, .popup-fade-yes .popup form .chek input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.popup-fade-zay .popup form .btn, .popup-fade-yes .popup form .btn {
  border-radius: 2px;
  background: #125CB1;
  color: #FFF;
  font-family: "Suisse Intl", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  margin: 30px 0 0 0;
  padding: 14px 52px;
  transition: all 0.5s;
  cursor: pointer;
}
.popup-fade-zay .popup form .btn:hover, .popup-fade-yes .popup form .btn:hover {
  background: #2370E5;
}

.popup-fade-yes .popup {
  max-width: 628px;
  min-height: auto;
  padding: 73px 90px 64px 90px;
}
.popup-fade-yes .popup .title {
  text-align: center;
  margin-bottom: 21px;
}
.popup-fade-yes .popup .btn {
  position: initial;
  margin: 0 auto;
  color: #fff;
  width: 177px;
  height: 43px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

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

.sec-1 .img {
  width: 100%;
  height: 504px;
  position: relative;
}
.sec-1 .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-1 .img h1 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  left: 52px;
  bottom: 51px;
  max-width: 900px;
}

.sec-2 {
  padding: 81px 0 0 0;
}
.sec-2 .box {
  align-items: center;
  margin-bottom: 24px;
}
.sec-2 .box .title {
  color: #125CB1;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-2 .box .link {
  color: #1866BF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sec-2 .box .link:hover {
  color: #2370E5;
}
.sec-2 .box .item {
  background: linear-gradient(38deg, #0D3C86 -36.35%, #346DFF 135.58%);
  width: 24.3%;
  height: 345px;
  padding: 26px;
}
.sec-2 .box .item:hover {
  background: linear-gradient(36deg, #0D3C86 -60.03%, #346DFF 64.95%);
}
.sec-2 .box .item:hover .link {
  background: url("../img/arrow.svg") 80% 50% no-repeat;
}
.sec-2 .box .item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.sec-2 .box .item .date {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-bottom: 20px;
}
.sec-2 .box .item .zag {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  width: 95%;
}
.sec-2 .box .item .link {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: url("../img/arrow.svg") 100% 50% no-repeat;
  display: block;
  width: 100%;
  transition: all 0.5s;
  margin: auto 0 7px 0;
}

.sec-3 {
  padding: 75px 0 0 0;
}
.sec-3 .box {
  align-items: center;
  margin-bottom: 23px;
}
.sec-3 .box:last-child {
  align-items: flex-start;
}
.sec-3 .box .title {
  color: #125CB1;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-3 .box .link {
  color: #1866BF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sec-3 .box .link:hover {
  color: #2370E5;
}
.sec-3 .box .left {
  width: 48.9%;
}
.sec-3 .box .left a {
  width: 100%;
  height: 551px;
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
}
.sec-3 .box .left a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.sec-3 .box .left a:hover img {
  transform: scale(1.2);
}
.sec-3 .box .left .date {
  color: #94A2AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 23px;
}
.sec-3 .box .left .zag {
  width: 90%;
}
.sec-3 .box .left .zag a {
  color: #434343;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  height: auto;
  margin: 0;
  transition: all 0.5s;
}
.sec-3 .box .left .zag a:hover {
  color: #14549E;
}
.sec-3 .box .right {
  width: 49.7%;
}
.sec-3 .box .right .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #D7D7D7;
  padding: 19px 2px 27px 0;
}
.sec-3 .box .right .item:last-child {
  border-bottom: 1px solid #D7D7D7;
}
.sec-3 .box .right .item .lf {
  width: 52%;
}
.sec-3 .box .right .item .lf .date {
  color: #94A2AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 40px;
}
.sec-3 .box .right .item .lf .zag a {
  color: #434343;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.5s;
}
.sec-3 .box .right .item .lf .zag a:hover {
  color: #14549E;
}
.sec-3 .box .right .item .lr {
  width: 41%;
}
.sec-3 .box .right .item .lr a {
  width: 100%;
  height: 210px;
  display: block;
  overflow: hidden;
}
.sec-3 .box .right .item .lr a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.sec-3 .box .right .item .lr a:hover img {
  transform: scale(1.2);
}

.sec-4 {
  padding: 87px 0 0 0;
}
.sec-4 .box {
  background: url("../img/bg1.png") center center no-repeat;
  background-size: cover;
  padding: 113px 0 0 0;
}
.sec-4 .box .left {
  width: 50%;
  margin: 0 0 -9px -10px;
}
.sec-4 .box .right {
  width: 49.8%;
  padding: 19px 270px 0 0;
}
.sec-4 .box .right .title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 45px;
}
.sec-4 .box .right .text {
  color: #DDEFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.sec-5 {
  padding: 93px 0 61px 0;
}
.sec-5 .box {
  align-items: center;
  margin-bottom: 33px;
}
.sec-5 .box:last-child {
  align-items: flex-start;
}
.sec-5 .box .title {
  color: #125CB1;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-5 .box .link {
  color: #1866BF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sec-5 .box .link:hover {
  color: #2370E5;
}
.sec-5 .box .item {
  border: 1px solid #DCE0E3;
  background: #FFF;
  height: 345px;
  width: 24.2%;
  padding: 24px 0 0 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}
.sec-5 .box .item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.sec-5 .box .item .logo {
  width: 69px;
  margin: 0 0 0 35px;
}
.sec-5 .box .item .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-5 .box .item .text {
  color: #5C6166;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto 0 0 0;
  padding: 0 24px;
}
.sec-5 .box .item .link {
  color: #5C6166;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: url("../img/arrow6.svg") 94% 50% no-repeat;
  transition: all 0.5s;
  width: 100%;
  display: block;
  margin: 30px 0 0 0;
  border-top: 1px solid #D5DDE5;
  padding: 25px 24px 24px 24px;
}
.sec-5 .box .item .link:after {
  display: none;
}
.sec-5 .box .item:hover {
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
  margin-top: -10px;
}
.sec-5 .box .item:hover .link {
  color: #2370E5;
  background: url("../img/arrow1.svg") 90% 50% no-repeat;
}

.sec-6 {
  background: #F0F4F8;
  padding: 59px 0 10px 0;
}
.sec-6 .box {
  align-items: center;
  margin-bottom: 33px;
}
.sec-6 .box:last-child {
  align-items: flex-start;
}
.sec-6 .box .title {
  color: #125CB1;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-6 .box .link {
  color: #1866BF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sec-6 .box .link:hover {
  color: #2370E5;
}
.sec-6 .box .item {
  background: #FFF;
  width: 24.2%;
  height: 356px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}
.sec-6 .box .item:hover {
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
  margin-top: -10px;
}
.sec-6 .box .item .cat {
  color: #A6A6A6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 28px 28px 25px 28px;
}
.sec-6 .box .item .zag {
  color: #14549E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-6 .box .item .zag a {
  padding: 0 26px 28px 26px;
  display: block;
  color: #14549E;
  transition: all 0.5s;
}
.sec-6 .box .item .zag a:hover {
  color: #2370E5;
}
.sec-6 .box .item .text {
  color: #5C6166;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 0 25px;
}
.sec-6 .box .item .bot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #E0E0E0;
  margin: auto 0 0 0;
}
.sec-6 .box .item .bot .date {
  width: 50%;
  border-right: 1px solid #E0E0E0;
  background: url("../img/date.svg") 28px 50% no-repeat;
  color: #A6A6A6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 25px 0 25px 67px;
}
.sec-6 .box .item .bot .link {
  color: #125CB1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: url("../img/arrow2.svg") 132px 50% no-repeat;
  display: block;
  width: 50%;
  transition: all 0.5s;
  padding: 25px 0 25px 43px;
}
.sec-6 .box .item .bot .link:after {
  display: none;
}
.sec-6 .box .item .bot .link:hover {
  background: #2370E5 url("../img/arrow3.svg") 132px 50% no-repeat;
  color: #fff;
}

.sec-7 {
  background: #F0F4F8;
  padding: 51px 0 10px 0;
}
.sec-7 a {
  transition: all 0.5s;
  margin: 0;
}
.sec-7 a:hover {
  margin: -10px 0 10px 0;
}
.sec-7 .bg {
  background: url("../img/bg2.png") center right no-repeat, linear-gradient(270deg, #2B60DC 54.79%, #17357A 100.76%);
  padding: 33px 27px 86px 27px;
  display: block;
  width: 100%;
}
.sec-7 .logo {
  width: 58.852px;
}
.sec-7 .logo img {
  width: 100%;
}
.sec-7 .title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 0 0 21px 83px;
  max-width: 650px;
}
.sec-7 .text {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 0 0 0 83px;
  max-width: 580px;
}

.sec-8 {
  background: #F0F4F8;
  padding: 84px 0 115px 0;
}
.sec-8 .bg {
  max-width: 785px;
  margin: 0 auto;
}
.sec-8 .title {
  color: #125CB1;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.sec-8 .text {
  color: #5C6166;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 49px;
}
.sec-8 form .wpcf7-not-valid-tip {
  color: #C80A0A;
  font-family: "Suisse Intl", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: #FFDCDC;
  padding: 4px 9px 7px 9px;
}
.sec-8 form .wpcf7-list-item {
  margin: 0;
}
.sec-8 form .group {
  margin-bottom: 28px;
}
.sec-8 form .group br {
  display: none;
}
.sec-8 form .group label {
  color: #5C6166;
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-bottom: 15px;
}
.sec-8 form .group input {
  color: #000;
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border: none;
  border-bottom: 1px solid #272727;
  width: 100%;
  height: 31px;
  display: block;
  background: none;
  outline: 0;
  transition: all 0.5s;
}
.sec-8 form .group input::placeholder {
  color: #94A2AF;
}
.sec-8 form .group input:focus, .sec-8 form .group input:not(:placeholder-shown) {
  border-bottom: 1px solid #125CB1;
}
.sec-8 form .group input.wpcf7-not-valid {
  color: #C80A0A;
}
.sec-8 form .group input.wpcf7-not-valid::placeholder {
  color: #C80A0A;
}
.sec-8 form .box .group {
  width: 48%;
  margin-bottom: 26px;
}
.sec-8 form .chek {
  margin: 10px 0 13px 0;
}
.sec-8 form .chek input {
  display: none;
}
.sec-8 form .chek .wpcf7-list-item-label {
  color: #5C6166;
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  padding: 0 0 0 26px;
  position: relative;
  cursor: pointer;
}
.sec-8 form .chek .wpcf7-list-item-label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #A6A6A6;
  position: absolute;
  left: -1px;
  top: 1px;
}
.sec-8 form .chek .wpcf7-list-item-label:after {
  content: "";
  background: url("../img/chek.svg") 0 0 no-repeat;
  width: 13px;
  height: 11px;
  position: absolute;
  left: 1px;
  top: 4px;
  transition: all 0.5s;
  opacity: 0;
}
.sec-8 form .chek input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.sec-8 form .btn {
  border-radius: 2px;
  background: #125CB1;
  color: #FFF;
  font-family: "Suisse Intl", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  margin: 23px 0 0 0;
  padding: 14px 52px;
  transition: all 0.5s;
  cursor: pointer;
}
.sec-8 form .btn:hover {
  background: #2370E5;
}

.sec-9 {
  padding: 57px 0 125px 0;
}
.sec-9 .box .left {
  width: 22.6%;
  height: 100%;
  padding: 2px 0 0 2px;
  position: sticky;
  top: 150px;
}
.sec-9 .box .left ul {
  list-style: none;
  border: 1px solid #DFE0E9;
}
.sec-9 .box .left ul li {
  width: 100%;
  border-bottom: 1px solid #DFE0E9;
}
.sec-9 .box .left ul li:last-child {
  border-bottom: none;
}
.sec-9 .box .left ul li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  display: block;
  width: 100%;
  transition: all 0.5s;
  border-right: 3px solid transparent;
  padding: 23px 30px;
  letter-spacing: 0.6px;
}
.sec-9 .box .left ul li a:hover {
  color: #125CB1;
}
.sec-9 .box .left ul li.active a {
  border-right: 3px solid #125CB1;
  color: #125CB1;
}
.sec-9 .box .right {
  width: 72.9%;
  padding: 0 11px 0 0;
}
.sec-9 .box .right .title {
  color: #125CB1;
  font-size: 48px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 1.6px;
  margin-bottom: 55px;
}
.sec-9 .box .right .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 46px;
  border-bottom: 1px solid #D7D7D7;
}
.sec-9 .box .right .item .lf {
  width: 58%;
}
.sec-9 .box .right .item .lf .date {
  color: #94A2AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}
.sec-9 .box .right .item .lf .zag {
  margin-bottom: 28px;
}
.sec-9 .box .right .item .lf .zag a {
  color: #434343;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.5s;
}
.sec-9 .box .right .item .lf .zag a:hover {
  color: #125CB1;
}
.sec-9 .box .right .item .lf .text {
  color: #5C6166;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.1px;
}
.sec-9 .box .right .item .lr {
  width: 30.7%;
}
.sec-9 .box .right .item .lr a {
  display: block;
  width: 100%;
  height: 248px;
  overflow: hidden;
}
.sec-9 .box .right .item .lr a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.sec-9 .box .right .item .lr a:hover img {
  transform: scale(1.2);
}
.sec-9 .box .right .pagination {
  margin: -7px 0 0 2px;
}
.sec-9 .box .right .pagination ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.sec-9 .box .right .pagination ul li a, .sec-9 .box .right .pagination ul li span {
  border: 1px solid #D7D7D7;
  width: 49px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
  margin: 0 -1px 0 0;
}
.sec-9 .box .right .pagination ul li a path, .sec-9 .box .right .pagination ul li span path {
  transition: all 0.5s;
}
.sec-9 .box .right .pagination ul li a:hover, .sec-9 .box .right .pagination ul li span:hover {
  background: #F0F4F8;
}
.sec-9 .box .right .pagination ul li.active span {
  border: 1px solid #125CB1;
  background: #125CB1;
  color: #fff;
}
.sec-9 .box .right .pagination ul li.active span path {
  fill: #fff;
}
.sec-9 .box .right .pagination ul li:first-child a {
  width: 132px;
  justify-content: space-between;
  padding: 0 20px 0 13px;
}
.sec-9 .box .right .pagination ul li:last-child a {
  width: 132px;
  justify-content: space-between;
  padding: 0 15px 0 23px;
}
.sec-9 .box .right .doc {
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 16px;
  padding-bottom: 25px;
}
.sec-9 .box .right .doc a {
  text-decoration: none;
  background: url("../img/doc.svg") 0 50% no-repeat;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 12px 14px 46px;
}
.sec-9 .box .right .doc a .name {
  color: #434343;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.5s;
}
.sec-9 .box .right .doc a .icon {
  color: #94A2AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding: 4px 0 0 0;
}
.sec-9 .box .right .doc a:hover .name {
  color: #125CB1;
}
.sec-9 .box .right .doc + .pagination {
  margin: 120px 0 0 2px;
}
.sec-9 .box .right .project {
  margin-bottom: 23px;
}
.sec-9 .box .right .project a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 2px;
  background: #F0F4F8;
  transition: all 0.5s;
  padding: 39px;
}
.sec-9 .box .right .project a .lf {
  width: 75%;
}
.sec-9 .box .right .project a .lf .name {
  color: #434343;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.5s;
  max-width: 700px;
  margin-bottom: 23px;
}
.sec-9 .box .right .project a .lf .text {
  color: #5C6166;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
}
.sec-9 .box .right .project a .lr {
  width: auto;
}
.sec-9 .box .right .project a .lr circle {
  transition: all 0.5s;
}
.sec-9 .box .right .project a .lr path {
  transition: all 0.5s;
}
.sec-9 .box .right .project a:hover {
  background: #E4ECF3;
}
.sec-9 .box .right .project a:hover .lf .name {
  color: #125CB1;
}
.sec-9 .box .right .project a:hover .lr circle {
  fill: #125CB1;
}
.sec-9 .box .right .project a:hover .lr path {
  fill: #fff;
}
.sec-9 .box .right .project + .pagination {
  margin: 59px 0 0 2px;
}
.sec-9 .box .right .photo {
  padding: 0 0 0 5px;
  margin-bottom: 66px;
}
.sec-9 .box .right .photo .date {
  color: #5C6166;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.sec-9 .box .right .photo .box {
  justify-content: flex-start;
  gap: 26px 20px;
  width: 100%;
}
.sec-9 .box .right .photo .box a {
  width: 32.1%;
  height: 260px;
  cursor: pointer;
  overflow: hidden;
}
.sec-9 .box .right .photo .box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.sec-9 .box .right .photo .box a:hover img {
  transform: scale(1.2);
}
.sec-9 .box .right .photo + .pagination {
  margin: 77px 0 40px 2px;
}
.sec-9 .box .right.porters .item {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 47px;
}

.sec-10 {
  padding: 26px 0 0 0;
}
.sec-10 .article {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 69px 0 0 34px;
}
.sec-10 .article:before {
  content: "";
  background: linear-gradient(174deg, #E5E7EF 3.19%, #FFF 48.44%);
  width: 100%;
  height: 627px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-10 .article .left {
  width: 25.7%;
  padding: 5px 0 0 0;
  height: 100%;
  position: sticky;
  z-index: 1;
  top: 150px;
}
.sec-10 .article .left a {
  color: #434343;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 17px;
  margin: 0 0 0 5px;
  transition: all 0.5s;
}
.sec-10 .article .left a path {
  transition: all 0.5s;
}
.sec-10 .article .left a:hover {
  color: #125CB1;
}
.sec-10 .article .left a:hover path {
  fill: #125CB1;
}
.sec-10 .article .left .tag {
  margin: 69px 0 0 0;
}
.sec-10 .article .left .tag .zag {
  color: #434343;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 11px;
}
.sec-10 .article .left .tag .ya-share2__badge {
  display: none;
}
.sec-10 .article .left .tag .ya-share2 li {
  margin: 0;
}
.sec-10 .article .left .tag .ya-share2__item_service_vkontakte a:before {
  content: "VK";
  font-family: "Suisse Intl", sans-serif;
  color: #0076B6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.sec-10 .article .left .tag .ya-share2__item_service_vkontakte a:hover:before {
  color: #fff;
}
.sec-10 .article .left .tag .ya-share2__item_service_odnoklassniki a:before {
  content: "OK";
  font-family: "Suisse Intl", sans-serif;
  color: #0076B6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.sec-10 .article .left .tag .ya-share2__item_service_odnoklassniki a:hover:before {
  color: #fff;
}
.sec-10 .article .left .tag .ya-share2__item_service_telegram a:before {
  content: "TG";
  font-family: "Suisse Intl", sans-serif;
  color: #0076B6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.sec-10 .article .left .tag .ya-share2__item_service_telegram a:hover:before {
  color: #fff;
}
.sec-10 .article .left .tag .ya-share2__item_service_whatsapp a:before {
  content: "WA";
  font-family: "Suisse Intl", sans-serif;
  color: #0076B6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.sec-10 .article .left .tag .ya-share2__item_service_whatsapp a:hover:before {
  color: #fff;
}
.sec-10 .article .left .tag .ya-share2__item_service_pinterest a:before {
  content: "PIN";
  font-family: "Suisse Intl", sans-serif;
  color: #0076B6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.sec-10 .article .left .tag .ya-share2__item_service_pinterest a:hover:before {
  color: #fff;
}
.sec-10 .article .left .tag ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  width: 300px;
}
.sec-10 .article .left .tag ul li a {
  width: 48.455px;
  height: 34.667px;
  border: 1px solid #0076B6;
  color: #0076B6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.sec-10 .article .left .tag ul li a:hover {
  background: #0076B6;
  color: #fff;
}
.sec-10 .article .right {
  width: 51.1%;
  position: relative;
  z-index: 1;
}
.sec-10 .article .right .title {
  color: #125CB1;
  font-size: 48px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 1.4px;
  width: 99%;
  margin-bottom: 25px;
}
.sec-10 .article .right .date {
  color: #94A2AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 58px 0;
}
.sec-10 .article .right .img {
  width: 100%;
  height: 560px;
  margin-bottom: 79px;
}
.sec-10 .article .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-10 .article .right .img span {
  color: #94A2AF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.sec-10 .article .right h5 {
  color: #434343;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 700px;
  margin-bottom: 32px;
}
.sec-10 .article .right blockquote {
  color: #5C6166;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  width: calc(100% - 1px);
  margin-bottom: 47px;
}
.sec-10 .article .right blockquote:after {
  content: "";
  background: linear-gradient(to right, #125cb1 0%, #125cb1 55%, #60a6f6 45%, #60a6f6 100%);
  width: 100%;
  height: 4px;
  display: block;
  margin: 52px 0 0 0;
}
.sec-10 .article .right p {
  color: #5C6166;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%;
  width: calc(100% + 2px);
  letter-spacing: 0.1px;
  margin-bottom: 22px;
}
.sec-10 .article .right p a {
  color: #2271CC;
  text-decoration: none;
}
.sec-10 .article .right p a:hover {
  text-decoration: underline;
}
.sec-10 .article .right h2 {
  color: #125CB1;
  font-size: 36px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  margin: 102px 0 40px 0;
  letter-spacing: 1.4px;
}
.sec-10 .article .right table {
  width: 100%;
  border-collapse: collapse;
  margin: 74px 0 12px 0;
}
.sec-10 .article .right table tr:first-child td {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
}
.sec-10 .article .right table tr td {
  color: #5C6166;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  border-bottom: 1px solid #D7D7D7;
  padding: 14px 0;
}
.sec-10 .article .right .mini-date {
  color: #94A2AF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.sec-10 .article .right h3 {
  color: #125CB1;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  margin: 87px 0 25px 0;
  letter-spacing: 0.7px;
}
.sec-10 .article .right ul {
  margin: 0 0 30px 14px;
}
.sec-10 .article .right ul li {
  color: #5C6166;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  padding: 0 0 0 9px;
}
.sec-10 .article .right h4 {
  color: #125CB1;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  margin: 88px 0 33px 0;
  letter-spacing: 0.6px;
}
.sec-10 .article .right .gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
  margin: 0 0 7px 0;
}
.sec-10 .article .right .gallery a {
  width: 49.2%;
  height: 275px;
  overflow: hidden;
}
.sec-10 .article .right .gallery a:hover img {
  transform: scale(1.2);
}
.sec-10 .article .right .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.sec-10 .article .right .gallery + .mini-date {
  margin-bottom: 47px;
}
.sec-10 .article .right .podpis {
  color: #A6A6A6;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  margin: 46px 0 0 0;
}
.sec-10 .article .right .podpis span {
  display: block;
}

.sec-11 {
  padding: 108px 0 40px 0;
}
.sec-11 .bg {
  max-width: 875px;
  margin: 0 auto;
  padding: 0 0 0 72px;
}
.sec-11 .title {
  color: #125CB1;
  font-size: 36px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 0.4px;
  margin-bottom: 43px;
}
.sec-11 .item {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 53px;
  margin-bottom: 49px;
}
.sec-11 .item:last-child {
  border: none;
}
.sec-11 .item .date {
  color: #94A2AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}
.sec-11 .item .zag {
  max-width: 600px;
  margin-bottom: 29px;
}
.sec-11 .item .zag a {
  color: #434343;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.5s;
}
.sec-11 .item .zag a:hover {
  color: #125CB1;
}
.sec-11 .item .text {
  color: #5C6166;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: 0.1px;
}

.sec-12 {
  padding: 57px 0 216px 0;
}
.sec-12 .title {
  color: #125CB1;
  font-size: 48px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  margin-bottom: 39px;
}
.sec-12 .box {
  margin-bottom: 51px;
  justify-content: flex-start;
  gap: 17px;
}
.sec-12 .box .item {
  border: 1px solid #DCE0E3;
  background: #FFF;
  height: 345px;
  width: 24.2%;
  padding: 27px 0 0 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  margin-bottom: 16px;
}
.sec-12 .box .item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.sec-12 .box .item .logo {
  width: 69px;
  margin: 0 0 0 35px;
}
.sec-12 .box .item .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-12 .box .item .text {
  color: #5C6166;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto 0 0 0;
  padding: 0 27px;
}
.sec-12 .box .item .link {
  color: #5C6166;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: url("../img/arrow6.svg") 94% 50% no-repeat;
  transition: all 0.5s;
  width: 100%;
  display: block;
  margin: 30px 0 0 0;
  border-top: 1px solid #D5DDE5;
  padding: 25px 27px 27px 27px;
}
.sec-12 .box .item:hover {
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
  margin: -10px 0 0 0;
}
.sec-12 .box .item:hover .link {
  color: #2370E5;
  background: url("../img/arrow1.svg") 90% 50% no-repeat;
}
.sec-12 .pagination {
  margin: 0 0 0 2px;
}
.sec-12 .pagination ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.sec-12 .pagination ul li a, .sec-12 .pagination ul li span {
  border: 1px solid #D7D7D7;
  width: 49px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
  margin: 0 -1px 0 0;
}
.sec-12 .pagination ul li a path, .sec-12 .pagination ul li span path {
  transition: all 0.5s;
}
.sec-12 .pagination ul li a:hover, .sec-12 .pagination ul li span:hover {
  background: #F0F4F8;
}
.sec-12 .pagination ul li.active span {
  border: 1px solid #125CB1;
  background: #125CB1;
  color: #fff;
}
.sec-12 .pagination ul li.active span path {
  fill: #fff;
}
.sec-12 .pagination ul li:first-child a {
  width: 132px;
  justify-content: space-between;
  padding: 0 20px 0 13px;
}
.sec-12 .pagination ul li:last-child a {
  width: 132px;
  justify-content: space-between;
  padding: 0 15px 0 23px;
}

.sec-13 {
  padding: 57px 0 103px 0;
  border-bottom: 1px solid #D7D7D7;
}
.sec-13 .title {
  color: #125CB1;
  font-size: 48px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  margin-bottom: 58px;
}
.sec-13 .box {
  padding: 0 12px 0 0;
}
.sec-13 .box .left {
  width: 40%;
}
.sec-13 .box .left a {
  color: #434343;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.5s;
  margin-bottom: 7px;
  display: block;
  width: fit-content;
}
.sec-13 .box .left a:hover {
  color: #125CB1;
}
.sec-13 .box .left .rab {
  color: #5C6166;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  margin: 0 0 30px 3px;
  letter-spacing: 0.4px;
}
.sec-13 .box .left .btn {
  border-radius: 2px;
  background: #125CB1 url("../img/tg.svg") 12px 50% no-repeat;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 14px 0 14px 20px;
  width: 280px;
  margin-bottom: 55px;
}
.sec-13 .box .left .btn:hover {
  background: #2370E5 url("../img/tg.svg") 12px 50% no-repeat;
  color: #fff;
}
.sec-13 .box .left .mail a {
  background: url("../img/mail.svg") 0 50% no-repeat;
  color: #125CB1;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  transition: all 0.5s;
  padding: 0 0 0 29px;
  margin-bottom: 2px;
}
.sec-13 .box .left .mail a:hover {
  color: #2370E5;
}
.sec-13 .box .right {
  background: #F0F4F8;
  width: 49.7%;
  margin: 10px 0 0 0;
  padding: 38px 51px;
}
.sec-13 .box .right .zag {
  color: #125CB1;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  margin-bottom: 42px;
}
.sec-13 .box .right form .wpcf7-not-valid-tip {
  color: #C80A0A;
  font-family: "Suisse Intl", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: #FFDCDC;
  padding: 4px 9px 7px 9px;
}
.sec-13 .box .right form .wpcf7-list-item {
  margin: 0;
}
.sec-13 .box .right form .group {
  margin-bottom: 29px;
}
.sec-13 .box .right form .group br {
  display: none;
}
.sec-13 .box .right form .group label {
  color: #5C6166;
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-bottom: 15px;
}
.sec-13 .box .right form .group input {
  color: #000;
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border: none;
  border-bottom: 1px solid #272727;
  width: 100%;
  height: 31px;
  display: block;
  background: none;
  outline: 0;
  transition: all 0.5s;
}
.sec-13 .box .right form .group input::placeholder {
  color: #94A2AF;
}
.sec-13 .box .right form .group input:focus, .sec-13 .box .right form .group input:not(:placeholder-shown) {
  border-bottom: 1px solid #125CB1;
}
.sec-13 .box .right form .group input.wpcf7-not-valid {
  color: #C80A0A;
}
.sec-13 .box .right form .group input.wpcf7-not-valid::placeholder {
  color: #C80A0A;
}
.sec-13 .box .right form .box .group {
  width: 48%;
  margin-bottom: 27px;
}
.sec-13 .box .right form .chek {
  margin: 10px 0 13px 0;
}
.sec-13 .box .right form .chek input {
  display: none;
}
.sec-13 .box .right form .chek .wpcf7-list-item-label {
  color: #5C6166;
  font-family: "Suisse Intl", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  padding: 0 0 0 26px;
  position: relative;
  cursor: pointer;
}
.sec-13 .box .right form .chek .wpcf7-list-item-label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #A6A6A6;
  position: absolute;
  left: -1px;
  top: 1px;
}
.sec-13 .box .right form .chek .wpcf7-list-item-label:after {
  content: "";
  background: url("../img/chek.svg") 0 0 no-repeat;
  width: 13px;
  height: 11px;
  position: absolute;
  left: 1px;
  top: 4px;
  transition: all 0.5s;
  opacity: 0;
}
.sec-13 .box .right form .chek input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.sec-13 .box .right form .btn {
  border-radius: 2px;
  background: #125CB1;
  color: #FFF;
  font-family: "Suisse Intl", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  margin: 39px 0 0 0;
  padding: 14px 52px;
  transition: all 0.5s;
  cursor: pointer;
}
.sec-13 .box .right form .btn:hover {
  background: #2370E5;
}

.sec-14 {
  padding: 57px 0 16px 0;
}
.sec-14 .title {
  color: #125CB1;
  font-size: 48px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  margin-bottom: 41px;
}
.sec-14 .box {
  padding: 23px 47px 0 0;
  border-top: 1px solid #D7D7D7;
}
.sec-14 .box .item:last-child {
  width: 27.5%;
  padding: 9px 0 0 0;
}
.sec-14 .box .item:nth-last-child(2) {
  width: 29.7%;
  padding: 11px 0 0 0;
}
.sec-14 .box .item a {
  color: #434343;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.5s;
  margin-bottom: 10px;
  display: block;
  width: fit-content;
}
.sec-14 .box .item a:hover {
  color: #125CB1;
}
.sec-14 .box .item .rab {
  color: #5C6166;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  margin: 0 0 30px 3px;
  letter-spacing: 0.4px;
}
.sec-14 .box .item .mail a {
  background: url("../img/mail.svg") 0 50% no-repeat;
  color: #125CB1;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  transition: all 0.5s;
  padding: 0 0 0 32px;
  margin-bottom: 4px;
}
.sec-14 .box .item .mail a:hover {
  color: #434343;
}
.sec-14 .box .item .address {
  color: #5C6166;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  letter-spacing: 0.2px;
}
.sec-14 #map {
  width: 100%;
  height: 616px;
}

.sec-15 {
  padding: 26px 0 118px 0;
}
.sec-15 .box {
  position: relative;
  justify-content: flex-start;
  gap: 23px;
}
.sec-15 .box:before {
  content: "";
  background: linear-gradient(174deg, #E5E7EF 3.19%, #FFF 48.44%);
  width: 100%;
  height: 627px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-15 .box .left {
  position: relative;
  z-index: 1;
  width: 26%;
  margin: 0 0 0 -6px;
}
.sec-15 .box .right {
  position: relative;
  z-index: 1;
  padding: 69px 0 0 0;
  max-width: 801px;
}
.sec-15 .box .right .title {
  color: #125CB1;
  font-size: 48px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 1.6px;
  max-width: 800px;
  margin-bottom: 45px;
}
.sec-15 .box .right .text {
  color: #434343;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 61px;
}
.sec-15 .box .right blockquote {
  background: #1460B7;
  border-left: 6px solid #60A6F6;
  color: #BED3EB;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding: 24px 38px 36px 38px;
  margin-bottom: 45px;
}
.sec-15 .box .right blockquote span {
  display: block;
  color: #FFF;
  line-height: 140%;
  margin-bottom: 18px;
}
.sec-15 .box .right p {
  color: #5C6166;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  padding: 0 0 0 3px;
  letter-spacing: 0.4px;
  margin-bottom: 43px;
}
.sec-15 .box .right .piple {
  margin: 95px 0 0 0;
  padding: 0 0 0 3px;
}
.sec-15 .box .right .piple .zag {
  color: #125CB1;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 27px;
}
.sec-15 .box .right .piple .item {
  margin-bottom: 16px;
}
.sec-15 .box .right .piple .item a {
  border-radius: 2px;
  border: 1px solid #D7D7D7;
  background: transparent;
  box-shadow: 0 0 0 rgba(185, 185, 185, 0.45);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 26px 32px 31px 32px;
  gap: 28px;
  transition: all 0.5s;
}
.sec-15 .box .right .piple .item a .ava {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  overflow: hidden;
}
.sec-15 .box .right .piple .item a .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-15 .box .right .piple .item a .lr {
  width: 50%;
}
.sec-15 .box .right .piple .item a .lr .name {
  color: #14549E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
  transition: all 0.5s;
}
.sec-15 .box .right .piple .item a .lr .dolj {
  color: #5C6166;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.sec-15 .box .right .piple .item a:hover {
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0 2px 6px 0 rgba(185, 185, 185, 0.45);
}
.sec-15 .box .right .piple .item a:hover .lr .name {
  color: #3469C9;
}

.popup-fade {
  display: none;
  position: fixed;
  z-index: 999;
}
.popup-fade:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0.9;
}
.popup-fade .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 909px;
  max-height: 97vh;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  margin: auto;
  background: #FFF;
  padding: 50px 46px;
  z-index: 999;
  opacity: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup-fade .popup::-webkit-scrollbar {
  display: none;
}
.popup-fade .popup .popup-close {
  position: absolute;
  top: 6px;
  right: 6px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: #125CB1;
  width: 25px;
  height: 25px;
}
.popup-fade .popup .popup-close svg {
  transition: all 0.5s;
}
.popup-fade .popup .popup-close:hover {
  background: #0040cc;
}
.popup-fade .popup .box .left {
  width: 25.4%;
}
.popup-fade .popup .box .left .ava {
  width: 186px;
  height: 186px;
  border-radius: 300px;
  overflow: hidden;
  margin-bottom: 31px;
}
.popup-fade .popup .box .left .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-fade .popup .box .left .name {
  color: #14549E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.popup-fade .popup .box .left .dolj {
  color: #5C6166;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.popup-fade .popup .box .right {
  width: 63.8%;
  padding: 1px 45px 0 0;
}
.popup-fade .popup .box .right .text p {
  color: #5C6166;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 59px;
}
.popup-fade .popup .box .right .text p strong {
  color: #434343;
  font-weight: 500;
}
.popup-fade .popup .box .right .text p:last-child {
  margin: 0;
}
.popup-fade .popup .box .right .text h3 {
  color: #14549E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
}

.sec-16 {
  padding: 57px 0 125px 0;
}
.sec-16 .title {
  color: #125CB1;
  font-size: 48px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 1.2px;
  margin-bottom: 45px;
}
.sec-16 .box {
  justify-content: flex-start;
  gap: 20px 11px;
  margin-bottom: 62px;
}
.sec-16 .box .item {
  width: 24.4%;
  background: linear-gradient(329deg, #125CB1 18.51%, #2782E9 139.85%);
  padding: 25px 34px;
  height: 345px;
  display: flex;
  flex-direction: column;
}
.sec-16 .box .item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.sec-16 .box .item .date {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-bottom: 20px;
}
.sec-16 .box .item .zag {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}
.sec-16 .box .item .link {
  margin: auto 0 0 0;
  width: 100%;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: url("../img/arrow7.svg") 100% 50% no-repeat;
  display: block;
  margin-bottom: 9px;
  padding: 0 4px;
  transition: all 0.5s;
}
.sec-16 .box .item .link:hover {
  background: url("../img/arrow7.svg") 90% 50% no-repeat;
}
.sec-16 .box .item:hover {
  background: linear-gradient(36deg, #0D3C86 -60.03%, #346DFF 64.95%);
}
.sec-16 .pagination {
  margin: 0 0 0 2px;
}
.sec-16 .pagination ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.sec-16 .pagination ul li a, .sec-16 .pagination ul li span {
  border: 1px solid #D7D7D7;
  width: 49px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
  margin: 0 -1px 0 0;
}
.sec-16 .pagination ul li a path, .sec-16 .pagination ul li span path {
  transition: all 0.5s;
}
.sec-16 .pagination ul li a:hover, .sec-16 .pagination ul li span:hover {
  background: #F0F4F8;
}
.sec-16 .pagination ul li.active span {
  border: 1px solid #125CB1;
  background: #125CB1;
  color: #fff;
}
.sec-16 .pagination ul li.active span path {
  fill: #fff;
}
.sec-16 .pagination ul li:first-child a {
  width: 132px;
  justify-content: space-between;
  padding: 0 20px 0 13px;
}
.sec-16 .pagination ul li:last-child a {
  width: 132px;
  justify-content: space-between;
  padding: 0 15px 0 23px;
}

.sec-17 {
  padding: 57px 0 101px 0;
}
.sec-17 .bg {
  max-width: 1144px;
  margin: 0 auto;
}
.sec-17 .title {
  color: #125CB1;
  font-size: 48px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%;
  letter-spacing: 1.2px;
  margin-bottom: 48px;
}
.sec-17 .item {
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  padding: 16px 0;
  margin-bottom: -1px;
}
.sec-17 .item a {
  color: #434343;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  transition: all 0.5s;
}
.sec-17 .item a:hover {
  color: #125CB1;
}
.sec-17 .pagination {
  margin: 59px 0 0 208px;
}
.sec-17 .pagination ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.sec-17 .pagination ul li a, .sec-17 .pagination ul li span {
  border: 1px solid #D7D7D7;
  width: 49px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
  margin: 0 -1px 0 0;
}
.sec-17 .pagination ul li a path, .sec-17 .pagination ul li span path {
  transition: all 0.5s;
}
.sec-17 .pagination ul li a:hover, .sec-17 .pagination ul li span:hover {
  background: #F0F4F8;
}
.sec-17 .pagination ul li.active span {
  border: 1px solid #125CB1;
  background: #125CB1;
  color: #fff;
}
.sec-17 .pagination ul li.active span path {
  fill: #fff;
}
.sec-17 .pagination ul li:first-child a {
  width: 132px;
  justify-content: space-between;
  padding: 0 20px 0 13px;
}
.sec-17 .pagination ul li:last-child a {
  width: 132px;
  justify-content: space-between;
  padding: 0 15px 0 23px;
}

@media (max-width: 1630px) {
  .wrapper {
    max-width: 1320px;
  }
  .sec-3 .box .left .zag {
    width: 100%;
  }
  .sec-3 .box .right .item .lf {
    width: 56%;
  }
  .sec-4 .box .right {
    padding: 19px 100px 0 0;
  }
  .sec-6 .box .item .bot .date {
    background-position: 15px 50%;
    padding: 25px 0 25px 50px;
  }
  .sec-6 .box .item .bot .link {
    background-position: 125px 50%;
    padding: 25px 0 25px 15px;
  }
  footer .foot .box .soc {
    margin: 0 0 0 40px;
  }
  .sec-10 .article .right {
    width: 60%;
  }
  .sec-11 .bg {
    max-width: 753px;
    padding: 0 0 0 80px;
  }
  .sec-12 .box {
    gap: 13px;
  }
  .sec-13 .box {
    padding: 0;
  }
  .sec-13 .box .right {
    width: 55%;
    margin: 0;
  }
  .sec-15 .box {
    justify-content: space-between;
    gap: 0;
  }
  .sec-9 .box .right .photo .box a {
    width: 31.8%;
  }
  .sec-16 .box .item {
    width: 24.3%;
  }
}
@media (max-width: 1400px) {
  .wrapper {
    max-width: 1140px;
  }
  .sec-2 .box .item .zag {
    font-size: 25px;
    width: 100%;
  }
  .sec-4 .box .left {
    width: 40%;
  }
  .sec-4 .box .left svg {
    width: 100%;
    height: auto;
  }
  .sec-4 .box .right {
    padding: 19px 12px 0 0;
    width: 55%;
  }
  .sec-6 .box .item {
    height: auto;
  }
  .sec-6 .box .item .text {
    margin-bottom: 20px;
  }
  .sec-6 .box .item .bot .date {
    background-position: 10px 50%;
    padding: 25px 0 25px 40px;
  }
  .sec-6 .box .item .bot .link {
    background-position: 105px 50%;
    padding: 25px 0 25px 15px;
  }
  .sec-6 .box .item .bot .link:hover {
    background-position: 105px 50%;
  }
  footer .box .left {
    padding: 0;
  }
  footer .foot .box .address {
    margin: 0;
    width: 33%;
  }
  footer .foot .box .soc {
    margin: 0;
  }
  footer .foot .box .info {
    width: 60%;
  }
  .sec-9 .box .right .item .lf {
    width: 68%;
  }
  .sec-9 .box .right .photo .box a {
    width: 31.6%;
  }
  .sec-9 .box .right.porters .item .lf {
    width: 58%;
  }
  .sec-10 .article {
    justify-content: space-between;
    padding: 69px 34px 0 34px;
  }
  .sec-10 .article .left {
    width: 30%;
  }
  .sec-10 .article .right {
    width: 70%;
  }
  .sec-11 .bg {
    max-width: 69%;
    padding: 0;
    margin: 0 0 0 auto;
  }
  .sec-12 .box {
    gap: 11px;
  }
  .sec-13 .box .right {
    width: 60%;
  }
  .sec-16 .box .item {
    width: 32.6%;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    max-width: 960px;
  }
  header .box .search form {
    width: 320px;
  }
  header .menu ul {
    width: 83%;
  }
  .sec-2 .box {
    gap: 18px;
  }
  .sec-2 .box .item {
    width: 32%;
  }
  .sec-3 .box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-3 .box .right {
    width: 100%;
  }
  .sec-4 .box {
    padding: 60px 0;
  }
  .sec-4 .box .left {
    margin: 100px 0 -70px -10px;
  }
  .sec-4 .box .right {
    padding: 0 12px 0 0;
  }
  .sec-5 .box:last-child {
    gap: 18px;
  }
  .sec-5 .box .item {
    width: 32%;
  }
  .sec-6 .box:last-child {
    gap: 18px;
  }
  .sec-6 .box .item {
    width: 32%;
  }
  .sec-9 .box .left {
    width: 25%;
    padding: 0;
  }
  .sec-9 .box .left ul li a {
    padding: 20px;
  }
  .sec-9 .box .right.porters .item {
    gap: 0;
  }
  .sec-9 .box .right .item .lf {
    width: 100%;
  }
  .sec-9 .box .right .item .lr {
    width: 100%;
    order: -1;
    margin-bottom: 30px;
  }
  .sec-9 .box .right .item .lr a {
    height: auto;
  }
  .sec-9 .box .right .photo .box a {
    width: 31.3%;
    height: 150px;
  }
  .sec-9 .box .right.porters .item .lf {
    width: 100%;
  }
  .sec-9 .box .right .pagination {
    margin: 30px 0 0 0;
  }
  .sec-10 .article .left {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    position: initial;
  }
  .sec-10 .article .left a {
    margin: 0;
  }
  .sec-10 .article .left .tag {
    margin: 30px 0 0 0;
  }
  .sec-10 .article .left .tag ul {
    width: 100%;
  }
  .sec-10 .article .right {
    width: 100%;
  }
  .sec-11 .bg {
    max-width: 100%;
    padding: 0 34px;
    margin: 0;
  }
  .sec-12 .box {
    justify-content: flex-start;
    gap: 15px;
  }
  .sec-12 .box .item {
    width: 32.2%;
    margin: 0;
  }
  .sec-15 .box .left {
    position: absolute;
    width: auto;
  }
  .sec-15 .box .right {
    padding: 169px 15px 0 15px;
    max-width: 100%;
  }
  .sec-16 .box .item {
    width: 32.5%;
  }
}
@media (max-width: 991px) {
  .wrapper {
    max-width: 720px;
  }
  header .box .search {
    margin: 0 0 0 auto;
    padding: 15px;
  }
  header .box .search form {
    width: 280px;
  }
  header .box .bot .btn {
    background: url("../img/user.svg") 50% 50% no-repeat;
    width: 45px;
    height: 45px;
    padding: 0;
    gap: 0;
    font-size: 0;
  }
  header .box .bot .btn svg {
    display: none;
  }
  header .menu ul {
    width: 100%;
  }
  header .menu .info {
    display: none;
  }
  .sec-1 .img h1 {
    font-size: 35px;
    left: 20px;
    bottom: 20px;
  }
  .sec-2 .box .item {
    width: 48.5%;
  }
  .sec-3 .box .left a {
    height: auto;
  }
  .sec-3 .box .right .item .lr a {
    height: auto;
  }
  .sec-4 .box .left {
    margin: 100px 0 -70px -10px;
    width: 70%;
    order: 1;
  }
  .sec-4 .box .right {
    padding: 0 20px;
    width: 100%;
  }
  .sec-5 .box .item {
    width: 48.5%;
  }
  .sec-6 .box .item {
    width: 48.5%;
  }
  .sec-7 {
    display: none;
  }
  footer .box .logo {
    margin: 0 auto 50px auto;
  }
  footer .box .left {
    width: 100%;
  }
  footer .box .menu-link {
    width: 100%;
    margin: 0;
  }
  footer .foot {
    margin-top: 70px;
  }
  footer .foot .box .copy {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .foot .box .address {
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
  }
  footer .foot .box .info {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .foot .box .desing {
    margin: 0 auto;
  }
  .sec-9 .box {
    position: relative;
  }
  .sec-9 .box .left {
    width: 100%;
    padding: 0;
    margin: 60px 0 20px 0;
  }
  .sec-9 .box .right {
    width: 100%;
  }
  .sec-9 .box .right .title {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec-9 .box .right .photo .box a {
    width: 47.8%;
    height: 170px;
  }
  .sec-12 .box .item {
    width: 48.9%;
  }
  .sec-13 .box .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-13 .box .right {
    width: 100%;
  }
  .sec-15 .box .right .title {
    font-size: 40px;
  }
  .popup-fade .popup, .popup-fade-zay .popup, .popup-fade-yes .popup {
    width: 95%;
  }
  .sec-16 .box .item {
    width: 49.2%;
  }
  .sec-17 .pagination {
    margin: 59px auto 0 auto;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 540px;
  }
  header .wrapper {
    padding: 0;
    max-width: 100%;
  }
  header .box .logo {
    width: 167px;
    margin-left: 15px;
  }
  header .box .logo a {
    background: url("../img/logo-mobi.svg") 0 0 no-repeat;
    height: 31px;
  }
  header .box .logo a img {
    display: none;
  }
  header .box .logo a span {
    display: none;
  }
  header .box .search {
    margin: 0;
    padding: 10px 15px;
    order: 3;
    width: 100%;
    border: none;
    border-top: 1px solid #D7D7D7;
  }
  header .box .search form {
    width: 100%;
  }
  header .box .bot {
    margin: 0 10px 0 auto;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
  }
  header .line {
    border: none;
  }
  header .menu {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: #fff;
    top: 77px;
    padding: 0;
  }
  header .menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0 0 0;
  }
  header .menu .info {
    display: block;
    margin: 20px auto 20px auto;
  }
  header .menu .info:before {
    display: none;
  }
  header .balun {
    display: block;
    width: 28px;
    background: none;
    padding: 0;
    outline: 0;
    border: none;
    margin: 0 15px 0 0;
  }
  header .balun span {
    display: block;
    background: #3469C9;
    width: 100%;
    height: 2px;
    margin-bottom: 7px;
    transition: all 0.5s;
  }
  header .balun span:last-child {
    margin: 0;
  }
  header .balun.active span {
    transform: rotate(45deg);
    margin: 0 0 -2px 0;
  }
  header .balun.active span:last-child {
    transform: rotate(-45deg);
    margin: 0;
  }
  .sec-2 .box {
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sec-2 .box::-webkit-scrollbar {
    display: none;
  }
  .sec-2 .box .item {
    width: 209px;
    height: 185px;
    flex-shrink: 0;
  }
  .sec-2 .box .item .date {
    font-size: 10px;
  }
  .sec-2 .box .item .zag {
    font-size: 18px;
  }
  .sec-2 .box .item a {
    font-size: 11px;
    background-size: 20px;
  }
  .sec-3 .box .right .item .lf {
    width: 100%;
  }
  .sec-3 .box .right .item .lr {
    display: none;
  }
  .sec-5 .box .item {
    width: 100%;
  }
  .sec-6 .box .item {
    width: 100%;
  }
  .sec-6 .box .item .bot .date {
    background-position: 60px 50%;
    padding: 25px 0 25px 40px;
    text-align: center;
  }
  .sec-6 .box .item .bot .link {
    background-position: 165px 50%;
    padding: 25px 40px 25px 0;
    text-align: center;
  }
  footer .box .left .menu {
    width: 100%;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  footer .box .left .menu .zag {
    position: relative;
    margin: 0;
  }
  footer .box .left .menu .zag:after {
    content: "";
    background: url("../img/arrow8.svg") 0 0 no-repeat;
    width: 14px;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    transition: all 0.5s;
    transform: rotate(0deg);
  }
  footer .box .left .menu .zag.active:after {
    transform: rotate(180deg);
  }
  footer .box .left .menu ul {
    display: none;
    margin: 11px 0 0 0;
  }
  footer .box .left .menu-link {
    text-align: left;
  }
  footer .box .left .menu-link ul li a {
    width: 100%;
    display: block;
  }
  footer .foot {
    padding: 38px 0 33px 0;
  }
  footer .foot .box {
    border-bottom: none;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  footer .foot .box .soc {
    margin: 0 auto 31px auto;
    order: -1;
  }
  footer .foot .box .address {
    margin: 0 0 7px 0;
  }
  footer .foot .box .mail {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  footer .foot .box .copy {
    order: 3;
    margin-bottom: 22px;
  }
  footer .foot .box .desing a span {
    display: none;
  }
  .breadcrumb ol {
    padding: 0 15px;
  }
  .sec-9 .box .right .pagination {
    margin: 0;
  }
  .sec-9 .box .right .pagination ul li:first-child a {
    width: 105px;
  }
  .sec-9 .box .right .pagination ul li:last-child a {
    width: 120px;
  }
  .sec-9 .box .right .photo {
    padding: 0;
  }
  .sec-9 .box .right .photo .box {
    justify-content: space-between;
    gap: 8px 0;
  }
  .sec-9 .box .right .photo .box a {
    width: 49.3%;
    height: 150px;
  }
  .sec-10 .article {
    padding: 30px 0 0 0;
  }
  .sec-10 .article:before {
    width: calc(100% + 30px);
    left: -15px;
  }
  .sec-10 .article .right .title {
    font-size: 40px;
    width: 100%;
  }
  .sec-10 .article .right .img {
    height: auto;
    margin-bottom: 30px;
  }
  .sec-10 .article .right h2 {
    font-size: 30px;
    margin: 80px 0 40px 0;
  }
  .sec-10 .article .right .gallery img {
    height: 180px;
  }
  .sec-11 .bg {
    padding: 0;
  }
  .sec-12 .box .item {
    width: 100%;
  }
  .sec-12 .pagination {
    margin: 0;
  }
  .sec-12 .pagination ul li:first-child a {
    width: 105px;
  }
  .sec-12 .pagination ul li:last-child a {
    width: 120px;
  }
  .popup-fade .popup {
    padding: 20px;
  }
  .popup-fade .popup .box .left {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .popup-fade .popup .box .left .dolj {
    text-align: center;
  }
  .popup-fade .popup .box .right {
    width: 100%;
    padding: 0;
  }
  .popup-fade .popup .box .right .text p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .fancybox__nav {
    display: none;
  }
  .fancybox__carousel {
    max-height: 400px;
  }
  .fancybox__container {
    max-height: 400px;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .is-compact .fancybox__content > .f-button.is-close-btn {
    border-radius: 0;
  }
  .sec-16 .box .item {
    width: 48.9%;
  }
  .sec-16 .pagination {
    margin: 0;
  }
  .sec-16 .pagination ul li:first-child a {
    width: 105px;
  }
  .sec-16 .pagination ul li:last-child a {
    width: 120px;
  }
  .sec-17 .title {
    font-size: 35px;
  }
  .sec-17 .pagination {
    margin: 59px auto 0 auto;
  }
  .sec-17 .pagination ul li:first-child a {
    width: 105px;
  }
  .sec-17 .pagination ul li:last-child a {
    width: 120px;
  }
  .popup-fade-zay .popup, .popup-fade-yes .popup {
    padding: 50px 20px 20px 20px;
  }
}
@media (max-width: 575px) {
  .wrapper {
    max-width: 100%;
    padding: 0 12px;
  }
  .panel {
    height: 21px;
  }
  header {
    width: 100%;
    z-index: 100;
    background: #fff;
    position: relative;
  }
  header .menu {
    top: 56px;
  }
  header .box .logo {
    margin-left: 12px;
  }
  header .box .bot {
    margin: 0 19px 0 auto;
  }
  header .box .bot .btn {
    width: 60px;
    height: 55px;
  }
  header .box .search {
    padding: 10px;
    transition: all 0.5s;
    top: 0;
    opacity: 1;
  }
  header .box .search form input {
    padding: 0 20px 0 47px;
  }
  header .box .search form button {
    left: 14px;
  }
  header .balun {
    margin: 0 17px 0 0;
  }
  .sec-1 .wrapper {
    padding: 0;
  }
  .sec-1 .img {
    height: 202px;
  }
  .sec-1 .img h1 {
    font-size: 20px;
  }
  .sec-2 {
    padding: 30px 0 0 0;
    overflow: hidden;
  }
  .sec-2 .wrapper {
    padding: 0 0 22px 12px;
    position: relative;
  }
  .sec-2 .box {
    margin-bottom: 12px;
    gap: 6px;
  }
  .sec-2 .box .title {
    font-size: 20px;
  }
  .sec-2 .box .link {
    position: absolute;
    left: 13px;
    bottom: 0;
    font-size: 12px;
    z-index: 10;
  }
  .sec-2 .box .item {
    padding: 13px;
  }
  .sec-2 .box .item .date {
    margin-bottom: 13px;
  }
  .sec-2 .box .item .link {
    position: initial;
    background-size: 25px;
  }
  .sec-2 .box .item a {
    margin: auto 0 3px 0;
  }
  .sec-3 {
    padding: 39px 0 0 0;
  }
  .sec-3 .wrapper {
    position: relative;
  }
  .sec-3 .box {
    margin-bottom: 14px;
  }
  .sec-3 .box:last-child {
    padding-bottom: 34px;
  }
  .sec-3 .box .title {
    font-size: 20px;
  }
  .sec-3 .box .link {
    position: absolute;
    left: 13px;
    bottom: 0;
    font-size: 12px;
  }
  .sec-3 .box .left a {
    margin-bottom: 18px;
  }
  .sec-3 .box .left .date {
    font-size: 11px;
    margin-bottom: 11px;
  }
  .sec-3 .box .left .zag a {
    font-size: 21px;
    line-height: 120%;
  }
  .sec-3 .box .right .item {
    padding: 21px 2px 31px 0;
  }
  .sec-3 .box .right .item .lf .date {
    font-size: 11px;
    margin-bottom: 17px;
  }
  .sec-3 .box .right .item .lf .zag a {
    font-size: 14px;
    display: block;
  }
  .sec-4 {
    padding: 21px 0 0 0;
  }
  .sec-4 .wrapper {
    padding: 0;
  }
  .sec-4 .box {
    padding: 48px 12px;
  }
  .sec-4 .box .left {
    margin: 45px 0 -56px -15px;
    width: 273px;
  }
  .sec-4 .box .right {
    padding: 0 10px 0 20px;
  }
  .sec-4 .box .right .title {
    font-size: 24px;
    margin-bottom: 26px;
  }
  .sec-4 .box .right .text {
    font-size: 15px;
  }
  .sec-5 {
    padding: 53px 0 34px 0;
  }
  .sec-5 .wrapper {
    position: relative;
  }
  .sec-5 .box {
    margin-bottom: 16px;
  }
  .sec-5 .box:last-child {
    padding-bottom: 35px;
  }
  .sec-5 .box .title {
    font-size: 20px;
  }
  .sec-5 .box .link {
    position: absolute;
    left: 13px;
    bottom: 0;
    font-size: 12px;
  }
  .sec-5 .box .item {
    height: 323px;
    padding: 20px 0 0 0;
  }
  .sec-5 .box .item:last-child {
    display: none;
  }
  .sec-5 .box .item .logo {
    margin: 0 0 0 20px;
  }
  .sec-5 .box .item .text {
    width: 290px;
    padding: 0 0 0 20px;
  }
  .sec-5 .box .item .link {
    margin: 40px 0 0 0;
    position: initial;
    font-size: 12px;
    padding: 20px;
  }
  .sec-6 {
    padding: 29px 0 1px 0;
  }
  .sec-6 .wrapper {
    position: relative;
  }
  .sec-6 .box {
    margin-bottom: 21px;
  }
  .sec-6 .box:last-child {
    padding-bottom: 35px;
  }
  .sec-6 .box .title {
    font-size: 20px;
  }
  .sec-6 .box .link {
    position: absolute;
    left: 13px;
    bottom: 0;
    font-size: 12px;
  }
  .sec-6 .box .item:last-child {
    display: none;
  }
  .sec-6 .box .item .cat {
    padding: 32px 28px 25px 27px;
  }
  .sec-6 .box .item .zag a {
    padding: 0 26px 28px 25px;
  }
  .sec-6 .box .item .text {
    margin-bottom: 45px;
    padding: 0 20px 0 24px;
  }
  .sec-6 .box .item .bot .date {
    background-position: 42px 50%;
    padding: 24px 0 27px 52px;
    font-size: 12px;
  }
  .sec-6 .box .item .bot .link {
    background-position: 127px 50%;
    padding: 25px 27px 25px 0;
    text-align: center;
    position: initial;
    font-size: 12px;
  }
  .sec-6 .box .item .bot .link:hover {
    background-position: 127px 50%;
  }
  .sec-8 {
    padding: 31px 0 29px 0;
  }
  .sec-8 .title {
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 15px;
  }
  .sec-8 .text {
    margin-bottom: 43px;
    width: 290px;
  }
  .sec-8 form .group {
    margin-bottom: 23px;
  }
  .sec-8 form .box:nth-child(2) .group:first-child {
    display: none;
  }
  .sec-8 form .box:nth-child(4) {
    margin-bottom: 24px;
  }
  .sec-8 form .box .group {
    width: 100%;
    margin-bottom: 22px;
  }
  .sec-8 form .chek {
    margin: 0 0 9px 0;
  }
  .sec-8 form .chek .wpcf7-list-item-label {
    font-size: 12px;
  }
  .sec-8 form .chek .wpcf7-list-item-label:before {
    top: -3px;
  }
  .sec-8 form .chek .wpcf7-list-item-label:after {
    left: 2px;
    top: 1px;
  }
  .sec-8 form .btn {
    margin: 14px 0 0 0;
    width: 100%;
  }
  footer {
    padding: 38px 0 0 0;
  }
  footer .box .logo {
    margin-bottom: 45px;
  }
  footer .box .left .menu {
    margin-bottom: 13px;
  }
  footer .box .left .menu ul {
    margin: 11px 0;
  }
  footer .box .left .menu ul li a {
    font-size: 14px;
  }
  footer .foot {
    margin-top: 15px;
  }
  footer .foot .box .address {
    margin: 0 auto 12px auto;
    width: 290px;
  }
  footer .foot .box .copy {
    margin: 0 auto 18px auto;
    width: 290px;
  }
  footer .foot .box .info {
    text-align: center;
    margin: 0 auto 41px auto;
    width: 310px;
  }
  footer .foot .box .desing {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 0 0 27px;
  }
  .sec-9 {
    padding: 24px 0 28px 0;
  }
  .sec-9 .box .left {
    margin: 60px 0 31px 0;
    position: relative;
    top: 0;
  }
  .sec-9 .box .left ul li a {
    padding: 15px 20px;
    font-size: 14px;
  }
  .sec-9 .box .right {
    padding: 0;
  }
  .sec-9 .box .right .title {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  .sec-9 .box .right .item {
    margin-bottom: 16px;
    padding-bottom: 2px;
  }
  .sec-9 .box .right .item .lr {
    margin-bottom: 12px;
  }
  .sec-9 .box .right .item .lf .date {
    font-size: 11px;
    margin-bottom: 17px;
  }
  .sec-9 .box .right .item .lf .zag a {
    display: block;
    font-size: 14px;
  }
  .sec-9 .box .right .item .lf .text {
    display: none;
  }
  .sec-9 .box .right .pagination ul li {
    display: none;
  }
  .sec-9 .box .right .pagination ul li:first-child, .sec-9 .box .right .pagination ul li:last-child {
    display: block;
  }
  .sec-9 .box .right .pagination ul li:first-child a, .sec-9 .box .right .pagination ul li:last-child a {
    width: 49px;
    font-size: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-9 .box .right .pagination ul li:first-child a svg, .sec-9 .box .right .pagination ul li:last-child a svg {
    width: 21px;
    height: auto;
  }
  .sec-9 .box .right .pagination ul li:nth-child(2), .sec-9 .box .right .pagination ul li:nth-child(3), .sec-9 .box .right .pagination ul li:nth-last-child(2), .sec-9 .box .right .pagination ul li:nth-last-child(3) {
    display: block;
  }
  .sec-9 .box .right .pagination ul li:nth-child(4) {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D7D7D7;
    width: 49px;
    height: 46px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 -1px 0 0;
  }
  .sec-9 .box .right .pagination ul li:nth-child(4):before {
    content: "...";
  }
  .sec-9 .box .right .pagination ul li:nth-child(4) a {
    display: none;
  }
  .sec-9 .box .right .doc {
    margin-bottom: 7px;
    padding-bottom: 1px;
  }
  .sec-9 .box .right .doc a {
    background: url("../img/doc.svg") 0 6px no-repeat;
    background-size: 22px;
    padding: 8px 12px 14px 33px;
  }
  .sec-9 .box .right .doc a .name {
    font-size: 14px;
    width: 100%;
  }
  .sec-9 .box .right .doc a .icon {
    font-size: 11px;
    gap: 4px;
    padding: 3px 0 0 0;
  }
  .sec-9 .box .right .doc a .icon svg {
    width: 14px;
    height: auto;
  }
  .sec-9 .box .right .doc + .pagination {
    margin: 37px 0 0 0;
  }
  .sec-9 .box .right .project {
    margin-bottom: 13px;
  }
  .sec-9 .box .right .project a {
    padding: 21px 21px 31px 21px;
  }
  .sec-9 .box .right .project a .lf {
    width: 100%;
  }
  .sec-9 .box .right .project a .lf .name {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .sec-9 .box .right .project a .lf .text {
    font-size: 14px;
  }
  .sec-9 .box .right .project a .lr {
    display: none;
  }
  .sec-9 .box .right .project + .pagination {
    margin: 29px 0 0 0;
  }
  .sec-9 .box .right .photo {
    padding: 0;
    margin-bottom: 39px;
  }
  .sec-9 .box .right .photo .date {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .sec-9 .box .right .photo .box {
    justify-content: space-between;
    gap: 8px 0;
  }
  .sec-9 .box .right .photo .box a {
    width: 49.3%;
    height: 120px;
  }
  .sec-9 .box .right.porters .item {
    gap: 15px;
  }
  .sec-10 .article .right .title {
    font-size: 24px;
  }
  .sec-10 .article .right h2 {
    font-size: 20px;
  }
  .sec-10 .article .right h3 {
    font-size: 18px;
  }
  .sec-10 .article .right h4 {
    font-size: 16px;
  }
  .sec-10 .article .right h5 {
    font-size: 16px;
  }
  .sec-10 .article .right p {
    font-size: 14px;
  }
  .sec-10 .article .right blockquote {
    font-size: 14px;
  }
  .sec-10 .article .right .gallery a {
    height: 180px;
  }
  .sec-11 .title {
    font-size: 24px;
  }
  .sec-11 .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .sec-11 .item .date {
    font-size: 11px;
  }
  .sec-11 .item .zag {
    margin: 0;
  }
  .sec-11 .item .zag a {
    font-size: 14px;
    display: block;
  }
  .sec-11 .item .text {
    display: none;
  }
  .sec-12 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec-12 .pagination ul li {
    display: none;
  }
  .sec-12 .pagination ul li:first-child, .sec-12 .pagination ul li:last-child {
    display: block;
  }
  .sec-12 .pagination ul li:first-child a, .sec-12 .pagination ul li:last-child a {
    width: 49px;
    font-size: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-12 .pagination ul li:first-child a svg, .sec-12 .pagination ul li:last-child a svg {
    width: 21px;
    height: auto;
  }
  .sec-12 .pagination ul li:nth-child(2), .sec-12 .pagination ul li:nth-child(3), .sec-12 .pagination ul li:nth-last-child(2), .sec-12 .pagination ul li:nth-last-child(3) {
    display: block;
  }
  .sec-12 .pagination ul li:nth-child(4) {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D7D7D7;
    width: 49px;
    height: 46px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 -1px 0 0;
  }
  .sec-12 .pagination ul li:nth-child(4):before {
    content: "...";
  }
  .sec-12 .pagination ul li:nth-child(4) a {
    display: none;
  }
  .sec-13 {
    padding: 24px 0 0 0;
    border: none;
  }
  .sec-13 .title {
    font-size: 24px;
    margin-bottom: 19px;
  }
  .sec-13 .box .left {
    margin-bottom: 46px;
  }
  .sec-13 .box .left .rab {
    margin: 0 0 30px 0;
  }
  .sec-13 .box .left .btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .sec-13 .box .right {
    padding: 33px 15px;
  }
  .sec-13 .box .right .zag {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .sec-13 .box .right form .group {
    margin-bottom: 41px;
  }
  .sec-13 .box .right form .box .group {
    width: 100%;
    margin-bottom: 23px;
  }
  .sec-13 .box .right form .chek {
    margin: 11px 0 0 0;
  }
  .sec-13 .box .right form .chek label {
    font-size: 12px;
  }
  .sec-13 .box .right form .btn {
    width: 100%;
    margin: 23px 0 0 0;
  }
  .sec-15 {
    padding: 10px 0 23px 0;
  }
  .sec-15 .wrapper {
    padding: 0 7px;
  }
  .sec-15 .box .left {
    width: 298px;
  }
  .sec-15 .box .left svg {
    width: 298px;
    height: auto;
  }
  .sec-15 .box .right {
    padding: 92px 13px 0 17px;
  }
  .sec-15 .box .right .title {
    font-size: 32px;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
  }
  .sec-15 .box .right .text {
    font-size: 16px;
    margin-bottom: 33px;
  }
  .sec-15 .box .right blockquote {
    font-size: 14px;
    padding: 24px 28px 31px 26px;
    margin-bottom: 25px;
  }
  .sec-15 .box .right blockquote span {
    margin-bottom: 16px;
  }
  .sec-15 .box .right p {
    font-size: 14px;
    padding: 0;
    margin-bottom: 28px;
  }
  .sec-15 .box .right .piple {
    margin: 44px 0 0 0;
    padding: 0 4px 0 0;
  }
  .sec-15 .box .right .piple .zag {
    margin-bottom: 21px;
  }
  .sec-15 .box .right .piple .item {
    margin-bottom: 11px;
  }
  .sec-15 .box .right .piple .item a {
    padding: 18px 17px 28px 17px;
    gap: 20px;
  }
  .sec-15 .box .right .piple .item a .lr {
    width: 60%;
  }
  .fancybox__carousel {
    max-height: 300px;
  }
  .fancybox__container {
    max-height: 260px;
  }
  .fancybox__caption {
    font-size: 12px;
  }
  .sec-16 {
    padding: 20px 0 45px 0;
  }
  .sec-16 .title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .sec-16 .box {
    gap: 6px;
    margin-bottom: 22px;
  }
  .sec-16 .box .item {
    width: 100%;
    padding: 13px;
    height: 185px;
  }
  .sec-16 .box .item .date {
    font-size: 10px;
    margin-bottom: 13px;
  }
  .sec-16 .box .item .zag {
    font-size: 18px;
  }
  .sec-16 .box .item .link a {
    font-size: 11px;
    padding: 0;
    background-size: 24px;
  }
  .sec-16 .pagination ul li {
    display: none;
  }
  .sec-16 .pagination ul li:first-child, .sec-16 .pagination ul li:last-child {
    display: block;
  }
  .sec-16 .pagination ul li:first-child a, .sec-16 .pagination ul li:last-child a {
    width: 49px;
    font-size: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-16 .pagination ul li:first-child a svg, .sec-16 .pagination ul li:last-child a svg {
    width: 21px;
    height: auto;
  }
  .sec-16 .pagination ul li:nth-child(2), .sec-16 .pagination ul li:nth-child(3), .sec-16 .pagination ul li:nth-last-child(2), .sec-16 .pagination ul li:nth-last-child(3) {
    display: block;
  }
  .sec-16 .pagination ul li:nth-child(4) {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D7D7D7;
    width: 49px;
    height: 46px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 -1px 0 0;
  }
  .sec-16 .pagination ul li:nth-child(4):before {
    content: "...";
  }
  .sec-16 .pagination ul li:nth-child(4) a {
    display: none;
  }
  .sec-17 {
    padding: 20px 0 40px 0;
  }
  .sec-17 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec-17 .item a {
    font-size: 14px;
  }
  .sec-17 .pagination {
    margin: 30px 0 0 0;
  }
  .sec-17 .pagination ul li {
    display: none;
  }
  .sec-17 .pagination ul li:first-child, .sec-17 .pagination ul li:last-child {
    display: block;
  }
  .sec-17 .pagination ul li:first-child a, .sec-17 .pagination ul li:last-child a {
    width: 49px;
    font-size: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-17 .pagination ul li:first-child a svg, .sec-17 .pagination ul li:last-child a svg {
    width: 21px;
    height: auto;
  }
  .sec-17 .pagination ul li:nth-child(2), .sec-17 .pagination ul li:nth-child(3), .sec-17 .pagination ul li:nth-last-child(2), .sec-17 .pagination ul li:nth-last-child(3) {
    display: block;
  }
  .sec-17 .pagination ul li:nth-child(4) {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D7D7D7;
    width: 49px;
    height: 46px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 -1px 0 0;
  }
  .sec-17 .pagination ul li:nth-child(4):before {
    content: "...";
  }
  .sec-17 .pagination ul li:nth-child(4) a {
    display: none;
  }
  .popup-fade-zay .popup form .group, .popup-fade-yes .popup form .group {
    margin-bottom: 23px;
  }
  .popup-fade-zay .popup form .box .group, .popup-fade-yes .popup form .box .group {
    margin-bottom: 22px;
  }
  .popup-fade-zay .popup form .chek .wpcf7-list-item-label, .popup-fade-yes .popup form .chek .wpcf7-list-item-label {
    font-size: 12px;
  }
  .popup-fade-zay .popup form .btn, .popup-fade-yes .popup form .btn {
    margin: 14px 0 0 0;
    width: 100%;
  }
  .breadcrumb {
    overflow: hidden;
  }
  .breadcrumb .wrapper > span {
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumb .wrapper > span::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb .wrapper > span span {
    flex-shrink: 0;
  }
}

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