@charset "UTF-8";

@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-thin_w.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-thinitalic_w.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-ultralight_w.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-ultralightitalic_w.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-extralight_w.woff2') format('woff2');
  font-weight: 250;
  font-style: normal;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-extralightitalic_w.woff2') format('woff2');
  font-weight: 250;
  font-style: italic;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-light_w.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-lightitalic_w.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-regular_w.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-italic_w.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-medium_w.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-mediumitalic_w.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-semibold_w.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-semibolditalic_w.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-bold_w.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-bolditalic_w.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-extrabold_w.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-extrabolditalic_w.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-black_w.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Recht';
  src: url('/wp-content/themes/suziriawp/assets/fonts/recht-blackitalic_w.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}


* {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body,
html {
  overflow-x: hidden
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Recht', sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #181818
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0
}

img {
  max-width: 100%
}

a {
  text-decoration: none
}

textarea {
  resize: none;
  height: 98px
}

label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #2b4965
}

input,
textarea {
  font-family: 'Recht', sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 20px 22px;
  border: solid 1px #062f87;
  background: 0 0;
  color: rgba(43, 73, 101, .4);
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  width: 100%
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(43, 73, 101, .4);
  opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(43, 73, 101, .4);
  opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(43, 73, 101, .4);
  opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(43, 73, 101, .4);
  opacity: 1
}

input::placeholder,
textarea::placeholder {
  color: rgba(43, 73, 101, .4);
  opacity: 1
}

.video {
  position: relative
}

.video::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: rgba(43, 73, 101, .6980392157);
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%
}

.video::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  background: url(../img/main/play.svg) no-repeat center center;
  z-index: 2
}

.video:hover::after {
  background-color: #062f87
}

.custom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px
}

.custom-nav .slick-dots {
  margin: 0 30px
}

.custom-nav .slick-arrow {
  margin-bottom: 9px
}

.slick-arrow {
  width: 31px;
  height: 31px;
  font-size: 0;
  border: 1px solid #868686;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer
}

.slick-arrow svg * {
  -webkit-transition: .3s;
  transition: .3s
}

.slick-arrow:hover {
  background-color: #062f87;
  border-color: #062f87
}

.slick-arrow:hover svg * {
  stroke: #fff
}

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

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.slick-dots li {
  margin: 0 9px 9px
}

.slick-dots li:only-child {
	display: none;
}

.slick-dots li button {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  background: 0 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  width: 16px;
  height: 16px;
  background-color: rgba(50, 176, 229, .2);
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.slick-dots li button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../img/main/slick-dots.svg) no-repeat center center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s
}

.slick-dots .slick-active button::after {
  opacity: 1;
  visibility: visible
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: 0 0;
  background-color: #257ce1;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: 'Recht', sans-serif;
}

.btn:hover {
  background-color: #062f87
}

.btn span {
  padding: 15px 30px;
  text-align: center
}

.btn-icon {
  width: 47px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #062f87
}

.btn-white {
  border: solid 1px #062f87;
  background-color: #fff !important;
  color: #062f87 !important;
  padding: 0
}

.btn-white span {
  padding: 13px 30px
}

.ttl {
  font-size: 48px;
  line-height: 61px;
  font-weight: 700;
  color: #062f87
}

.ttl span {
  color: #257ce1
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%
}

.header-wrap {
  padding: 30px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header-wrap__icon {
  display: none
}

.header-wrap__logo {
  display: block;
  max-width: 120px
}

.header-wrap__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  width: 84%;
}

.header-wrap__nav-buttons {
	display: flex;
	align-items:center;
}

.header-wrap__nav--menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none
}

.header-wrap__nav--menu ul li {
  margin-right: 30px
}

.header-wrap__nav--menu ul li a {
  color: #2b4965;
  -webkit-transition: .3s;
  transition: .3s
}

.header-wrap__nav--menu ul li a:hover {
  color: #062f87
}

.header-wrap__nav--menu ul li:last-child {
  margin-right: 0
}

.header-wrap__nav--languages {
  margin-right: 13px
}

.header-wrap__nav--contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  background-color: #257ce1;
  -webkit-transition: .3s;
  transition: .3s
}

.header-wrap__nav--contacts:hover {
  background-color: #062f87
}

.header-wrap__nav--contacts span {
  padding: 15px;
  text-align: center
}

.header-wrap__nav--contacts-icon {
  width: 47px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #062f87;
}

.contact {
  background-color: #D2E9FF
}

.contact-wrap {
  padding: 110px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.contact-wrap__content {
  width: 100%;
  max-width: 409px;
  margin-right: 30px
}

.contact-wrap__content--text {
  margin: 15px 0 50px
}

.contact-wrap__content--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px
}

.contact-wrap__content--link svg {
  margin-right: 15px
}

.contact-wrap__content--link span {
  font-weight: 700;
  color: #2b4965;
  position: relative
}

.contact-wrap__content--link span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #2b4965;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .3s;
  transition: .3s
}

.contact-wrap__content--link span:hover::after {
  width: 100%
}

.contact-wrap__content--info {
  margin-top: 34px
}

.contact-wrap__content--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 40px;
  margin-top: -40px
}

.contact-wrap__form {
  width: 100%;
  max-width: 506px
}

.contact-wrap__form label {
  margin-bottom: 15px
}

.contact-wrap__form input {
  margin-bottom: 20px
}

.contact-wrap__form textarea {
  margin-bottom: 25px
}

.contact-wrap__form .btn {
  padding-right: 0
}

.contact-wrap__form .btn-icon {
  width: 47px
}

.contact-wrap__form .btn span {
  padding: 15px 72px
}

.footer {
  background-color: #002F87;
}

.footer-wrap {
  padding: 81px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.footer-wrap__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px
}

.footer-wrap__left .footer-wrap__contacts {
  display: none
}

.footer-wrap__left--links {
  width: 100%;
  max-width: 310px;
  margin-right: 50px
}

.footer-wrap__left--links ul {
  list-style-type: none
}

.footer-wrap__left--links ul li {
  margin-bottom: 10px
}

.footer-wrap__left--links ul li a {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  position: relative
}

.footer-wrap__left--links ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .3s;
  transition: .3s
}

.footer-wrap__left--links ul li a:hover::after {
  width: 100%
}

.footer-wrap__left--menu {
  width: 100%;
  max-width: 175px
}

.footer-wrap__left--menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-wrap__left--menu ul li {
  width: 49%
}

.footer-wrap__left--menu ul li a {
  color: #fff;
  position: relative
}

.footer-wrap__left--menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .3s;
  transition: .3s
}

.footer-wrap__left--menu ul li a:hover::after {
  width: 100%
}

.footer-wrap__contacts {
  width: 100%;
  max-width: 150px
}

.footer-wrap__contacts ul {
  list-style-type: none
}

.footer-wrap__contacts ul li {
  margin-bottom: 15px
}

.footer-wrap__contacts ul li a {
  color: #fff;
  position: relative
}

.footer-wrap__contacts ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: .3s;
  transition: .3s
}

.footer-wrap__contacts ul li a:hover::after {
  width: 100%
}

.footer-wrap__subtitle {
  font-size: 14px;
  color: #fff;
  opacity: .4;
  margin-bottom: 20px
}

.footer-bottom {
  border-top: solid 1px rgba(232, 240, 250, .1019607843);
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 14px
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.fix-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  transform: translate(-130px, -120%);
  color: #2b4965;
  text-align: center;
  background-color: #fff;
  padding: 15px 7px;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(43, 73, 101, 0.1);
  width: 230px;
  min-height: 85px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 10
}

.fix-map__title {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.fix-map__desc {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.fix-map__active {
  opacity: 1;
  visibility: visible
}

.fix-map::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -6px;
  background: url(../img/main/fix-map.svg) no-repeat center center
}

.fix-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.main {
  background-repeat: no-repeat;
  background-color: #e8f0fa;
  background-size: contain;
  background-position: center right;
}

.main-wrap {
  padding: 195px 0 140px;
  max-width: 638px
}

.main-wrap__title {
  font-size: 100px;
  line-height: 114px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #062f87
}

.main-wrap__text {
  margin-bottom: 56px
}

.main-wrap__text strong {
  color: #2b4965
}

.main-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.main-wrap__list .item {
  width: 100%;
  max-width: 178px;
  -webkit-box-shadow: 5px 8px 14px 0 rgba(87, 124, 255, .031372549);
  box-shadow: 5px 8px 14px 0 rgba(87, 124, 255, .031372549);
  background-color: #fff;
  padding: 40px 14px;
  margin-right: 20px;
  margin-bottom: 20px
}

.main-wrap__list .item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 22px
}

.main-wrap__list .item-title {
  text-align: center;
  font-weight: 700;
  color: #2b4965
}

.year-wrap {
  margin-top: 39px
}

.year-wrap__title {
  margin-bottom: 50px
}

.year-wrap__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.year-wrap__list .item-content {
  width: 100%;
  max-width: 405px
}

.year-wrap__list .item-content p, .year-wrap__list .item-content ul li {
  font-size: 20px;
  line-height: 27px;
  display: block;
  margin-bottom: 26px;
  color: #2b4965;
  padding-left: 0px
}

.year-wrap__list .item-content ul {
  list-style-type: none;
  padding-left: 0px
}

.year-wrap__list .item-content ul li {
  margin-bottom: 15px;
  padding-left: 30px
}

.year-wrap__list .item-content ul li::before {
  content: "•";
  color: #062f87;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin-left: -1em
}

.year-wrap__list .item-image {
  width: 100%;
  max-width: 672px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.year-wrap__nav {
  margin-top: 85px;
  margin-right: -43%;
  position: relative;
  margin-left: -25px
}

.year-wrap__nav::after {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  background: url(../img/main/year.svg) no-repeat center center/cover;
  position: absolute;
  left: 50px;
  top: 26px;
  z-index: -1
}

.year-wrap__nav .item {
  width: 100%;
  max-width: 114px;
  cursor: pointer;
  color: #2b4965;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 700;
  text-align: center
}

.year-wrap__nav .item-icon {
  position: relative
}

.year-wrap__nav .item-icon svg {

}

.year-wrap__nav .item-icon::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #062f87;
  background-color: #daedf8;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 8px;
  display: none;
}

.year-wrap__nav .item-title {
  margin-top: 24px
}

.year-wrap__nav .wrapper {
  padding: 8px 5px
}

.year-wrap__nav .wrapper:nth-child(1) .item-icon::after,
.year-wrap__nav .wrapper:nth-child(2) .item-icon::after {
  display: none
}

.year-wrap__nav .wrapper:nth-child(1) .item-icon svg,
.year-wrap__nav .wrapper:nth-child(2) .item-icon svg {
  opacity: 1;
  visibility: visible
}

.year-wrap__nav .active {
  margin-top: -8px
}

.year-wrap__nav .active .item {
  color: #062f87;
  font-size: 40px;
  line-height: 40px
}

.year-wrap__nav .active .item-icon svg {
  width: 56px;
  height: 56px
}

.year-wrap__nav .active .item-icon::after {
  width: 32px;
  height: 32px;
  background-color: #062f87
}

.year-wrap__info {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.year-wrap__info .item {
  width: calc(25% - 30px);
  border: 1px solid #d6e7ff;
  background-color: #fff;
  margin-right: 2.75%;
  margin-bottom: 15px;
  padding: 35px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.year-wrap__info .item-title {
  font-size: 25px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2b4965
}

.year-wrap__info .item-text {
  color: #181818
}

.year-wrap__info .item-text ul {
  list-style-type: none
}

.year-wrap__info .item-text ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 23px
}

.year-wrap__info .item-text ul li::after {
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background: url(../img/main/li.svg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 3px
}

.year-wrap__info .item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.year-wrap__info .item-image img {
  max-width: 40px
}
.mark {
  margin: 124px auto 0;
  max-width: 1920px
}

.mark-title {
  font-size: 199px;
  line-height: 255px;
  font-weight: 700;
  color: #d6e7ff
}

.mark-title span {
  color: #062f87
}

.mark-wrap {
  max-width: 750px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  text-align: center
}

.dist-wrap {
  max-width: 1400px;
  margin: 163px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dist-wrap__image {
  width: 40%;
  max-width: 613px;
  height: 566px
}

.dist-wrap__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.dist-wrap__content {
  width: 100%;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.dist-wrap__content--title {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #181818;
  font-weight: 700
}
.dist .dist-wrap__content--title img {
  max-width: 250px;
}
.dist-wrap__content--title svg {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px)
}

.dist-wrap__content--text {
  margin-bottom: 40px
}

.dist-wrap__content .item-flex {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.dist-wrap__content .item-flex__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dist-wrap__content .item-flex__socials a {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(184, 221, 242, .6);
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s
}

.dist-wrap__content .item-flex__socials a svg * {
  -webkit-transition: .3s;
  transition: .3s
}

.dist-wrap__content .item-flex__socials a:hover {
  background-color: #257ce1
}

.dist-wrap__content .item-flex__socials a:hover svg * {
  fill: #fff
}

.brand {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #f6f9fd;
  padding: 110px 0
}

.brand-wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.brand-wrap__title {
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
  color: #2b4965;
  margin-bottom: 20px
}

.brand-wrap__title svg {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px)
}

.brand-wrap__title img {
  width: 250px;
  height: auto;
}

.brand-wrap__text {
  max-width: 597px;
  margin: 0 auto 40px;
  text-align: center
}

.brand-wrap__list {
  margin-top: 60px;
  margin: 50px -10px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.brand-wrap__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.brand-wrap__list .item img {
  max-height: 75px;
  width: auto
}
.brand-wrap__list .item {
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 85px;
}
.partner {
  max-width: 1400px;
  margin: 20px auto 0
}

.partner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.partner-wrap__content {
  width: 100%;
  max-width: 775px
}

.partner-wrap__content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f6f9fd;
  padding: 32px 32px 32px 180px;
  margin-bottom: 20px;
  min-height: 274px
}

.partner-wrap__content .item:last-child {
  margin-bottom: 0
}

.partner-wrap__content .item-title {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: #2b4965;
  margin-bottom: 15px
}

.partner-wrap__content .item-title svg {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px)
}

.partner-wrap__content .item-title img {
  height: 52px;
  width: auto;
}

.partner-wrap__content .item-text {
  margin-bottom: 25px;
  max-width: 534px
}

.partner-wrap__content .item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%
}

.partner-wrap__content .item-flex .btn {
  margin-bottom: 10px
}

.partner-wrap__content .item-flex__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.partner-wrap__content .item-flex__socials a {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(184, 221, 242, .6);
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s
}

.partner-wrap__content .item-flex__socials a svg * {
  -webkit-transition: .3s;
  transition: .3s
}

.partner-wrap__content .item-flex__socials a:hover {
  background-color: #257ce1
}

.partner-wrap__content .item-flex__socials a:hover svg * {
  fill: #fff
}

.partner-wrap__image {
  width: 100%;
  max-width: 625px;
  overflow: hidden
}

.partner-wrap__image .slick-dots {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px)
}

.partner-wrap__image .slick-dots li {
  margin: 0 5px 5px
}

.partner-wrap__image .slick-dots li button {
  width: 9px;
  height: 9px;
  background-color: #fff
}

.partner-wrap__image .slick-dots li button::after {
  background: url(../img/main/slick-dots__white.svg) no-repeat center center
}

.partner-wrap__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 570px;
  height: 570px;
}

.char {
  max-width: 1400px;
  margin: 20px auto 0;
  background-color: #b8ddf2
}

.char-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 91px
}

.char-wrap__image {
  width: 100%;
  max-width: 724px;
  margin-right: 28px
}

.char-wrap__image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.char-wrap__content {
  margin-bottom: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 15px
}

.char-wrap__content--title {
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  color: #2b4965;
  margin-bottom: 15px
}

.char-wrap__content--title img{
  height: 95px;
  width: auto;
}

.char-wrap__content--text {
  max-width: 444px;
  margin-bottom: 33px
}

.map {
  background-color: #f6f6f7;
  margin: 40px auto 0
}

.map-title {
  display: none
}

.map-wrap {
  padding: 50px 0
}

.map-wrap__title {
  margin-bottom: 30px;
  text-align: center
}

.map-wrap__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.map-wrap__tabs .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  margin: 0 6px;
  font-weight: 700;
  color: rgba(43, 73, 101, .4);
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 2px #f6f6f7
}

.map-wrap__tabs .item svg {
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.map-wrap__tabs .active {
  color: #062f87;
  border-color: #062f87
}

.map-wrap__tabs .active svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: block
}

.map-wrap__subtitle {
  text-align: center;
  margin-top: 45px;
  font-size: 18px;
  font-weight: 700
}

.map-wrap__list {
  max-width: 1440px;
  margin: 50px auto 0
}

.map-wrap__list .item {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.map-wrap__list .item:nth-child(3),
.map-wrap__list .item:nth-child(4) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -120px
}

.map-wrap__list .item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px
}

.map-wrap__list .item-flex__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #062f87;
  margin: 0 20px
}

.map-wrap__list .item-flex__title svg {
  margin-right: 9px
}

.map-wrap__list .item-images {
  display: none
}

.map-wrap__list .item svg {
  max-width: 100%;
  height: auto
}

.map-wrap__list .item svg path {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s
}

.map-wrap__list .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.team {
  margin: 150px 0;
  position: relative
}

.team .slick-arrow {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden
}

.team-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.team-wrap__content {
  width: 100%;
  max-width: 440px;
  margin-right: 56px
}

.team-wrap__content--title {
  margin-bottom: 18px
}

.team-wrap__content--count .item-content__btn {
  display: none
}

.team-wrap__slider {
  width: 100%;
  max-width: 557px
}

.team-wrap__slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
}

.team-wrap__slider .item-image {
  width: 100%;
  height: 445px;
  max-width: 350px;
  margin-right: 35px
}

.team-wrap__slider .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.team-wrap__slider .item-content {
  width: 100%;
  max-width: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.team-wrap__slider .item-content__name {
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #2b4965
}

.team-wrap__slider .item-content__position {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #062f87;
  margin-bottom: 20px
}

.team-wrap__slider .item-content__btn {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #062f87;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #fff;
  cursor: pointer
}

.team-wrap__slider .item-content__btn svg * {
  -webkit-transition: .3s;
  transition: .3s
}

.team-wrap__slider .item-content__btn:hover {
  background-color: #062f87
}

.team-wrap__slider .item-content__btn:hover svg * {
  stroke: #fff
}

.team-slider {
  max-width: 1420px;
  margin: 0 auto;
  margin-top: -195px
}

.team-slider__wrapper {
  max-width: 650px
}

.team-slider .wrapper {
  direction: ltr;
}

.team-slider .item {
  width: 100%;
  max-width: 190px;
  height: 195px;
  cursor: pointer;
  margin-right: 20px;
}

.team-slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
span.icon_div_item_text_box1 {
  min-width: 33px;
  min-height: 33px;
}
.slider-title {
  display: none
}

.slider-wrap {
  position: relative
}

.slider-wrap .slick-arrow {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden
}

.slider-wrap__title {
  margin-bottom: 22px
}

.slider-wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.slider-wrap__flex--text {
  width: 100%;
  max-width: 443px
}

.slider-wrap__list {
  margin-top: 62px;
  margin-right: -72%
}

.slider-wrap__list .wrapper {
  margin-right: 26px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .2
}

.slider-wrap__list .item {
  width: 100%;
  height: 507px
}

.slider-wrap__list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: right center;
  padding-left: 25%;
}

.slider-wrap__list .active {
  opacity: 1
}

.slider-wrap__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.slider-wrap__next--icon {
  width: 65px;
  height: 65px;
  background-color: rgb(87 175 224 / 80%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -65px;
  margin-right: -.8%;
  cursor: pointer;
  z-index: 10;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s
}

.slider-wrap__next--icon svg * {
  -webkit-transition: .3s;
  transition: .3s
}

.slider-wrap__next--icon:hover {
  background-color: #062f87
}

.slider-wrap__next--icon:hover svg * {
  stroke: #fff
}

.news-wrap {
  margin: 150px 0
}

.news-wrap__more {
  display: none
}

.news-wrap__title {
  text-align: center
}

.news-wrap__list {
  margin-top: 60px;
  margin-right: -28px
}

.news-wrap__list .wrapper {
  margin-right: 28px
}

.news-wrap__list .item {
  background-color: rgba(218, 237, 248, .3019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px
}

.news-wrap__list .item-image {
  width: 100%;
  height: 285px;
  max-width: 200px;
  margin-right: 20px
}

.news-wrap__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.news-wrap__list .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 246px
}

.news-wrap__list .item-meta__date {
  font-size: 14px;
  color: #868686
}

.news-wrap__list .item-meta__title {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-weight: 700;
  color: #224a68
}

.media-wrap__more {
  display: none
}

.media-wrap__title {
  text-align: center
}

.media-wrap__list {
  margin-top: 60px
}

.media-wrap__list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.media-wrap__list .wrapper .item {
  width: 31.5%;
  background-color: rgba(218, 237, 248, .3019607843);
  display: block;
  margin-right: 2.75%;
  margin-bottom: 28px;
  padding: 20px
}

.media-wrap__list .wrapper .item-image {
  width: 100%;
  height: 194px;
  margin-bottom: 20px
}

.media-wrap__list .wrapper .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.media-wrap__list .wrapper .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 25px
}

.media-wrap__list .wrapper .item-meta__by {
  font-weight: 500;
  color: #224a68
}

.media-wrap__list .wrapper .item-meta__date {
  color: #868686
}

.media-wrap__list .wrapper .item-title {
  font-weight: 700;
  color: #224a68
}

.media-wrap__list .wrapper .item:nth-child(3n+3) {
  margin-right: 0
}

.newsletter-wrap {
  max-width: 1400px;
  position: relative;
  margin: 200px auto 20px;
  background-color: #daedf8;
  padding: 54px 0 0
}

.newsletter-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.newsletter-wrap__content {
  padding-bottom: 54px
}

.newsletter-wrap__content--title {
  font-size: 48px;
  line-height: 61px;
  font-weight: 700;
  color: #257ce1;
  margin-bottom: 15px
}

.newsletter-wrap__content--text {
  margin-bottom: 23px;
  max-width: 385px
}

.newsletter-wrap__image {
  margin-top: -100px
}

.newsletter-wrap__image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.scale-minus {
  -webkit-animation: scale-minus 1s;
  animation: scale-minus 1s
}

.scale-plus {
  -webkit-animation: scale-plus 1s;
  animation: scale-plus 1s
}

@-webkit-keyframes scale-minus {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(.85);
    transform: scale(.85)
  }
}

@keyframes scale-minus {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(.85);
    transform: scale(.85)
  }
}

@-webkit-keyframes scale-plus {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
  }
}

@keyframes scale-plus {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
  }
}

.suz {
  background-color: #e8f0fa;
  padding-bottom: 100px
}

.suz-title {
  font-size: 53px;
  line-height: 68px;
  font-weight: 700;
  color: rgba(87, 175, 224, .2)
}

.suz-title span {
  color: rgba(87, 175, 224, .5019607843)
}

.suz-wrap {
  padding-top: 203px;
  text-align: center
}

.suz-wrap .suz-title {
  display: none
}

.suz-wrap__title {
  font-size: 80px;
  line-height: 91px;
  font-weight: 700;
  color: #257ce1;
  margin-bottom: 30px
}

.suz-wrap__text {
  max-width: 710px;
  margin: 0 auto 91px
}

.suz-wrap__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 81px
}

.suz-wrap__map svg {
  max-width: 100%;
  height: auto
}

.suz-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px
}

.suz-wrap__list .item {
  width: 23%;
  background-color: #fff;
  padding-bottom: 38px;
  margin-right: 2.6%;
  margin-bottom: 10px
}

.suz-wrap__list .item:nth-child(4n+4) {
  margin-right: 0
}

.suz-wrap__list .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #062f87;
  margin-top: -21px;
  margin-bottom: 25px
}

.suz-wrap__list .item-title svg {
  margin-left: 5px
}

.partners-more {
  display: none
}

.partners-wrap {
  margin: 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.partners-wrap__content {
  width: 100%;
  max-width: 506px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.partners-wrap__content--title {
  margin-bottom: 9px
}

.partners-wrap__content--text {
  margin-bottom: 50px
}

.partners-wrap__list {
  width: 100%;
}

.partners-wrap__list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners-wrap__list .item {
  width: 25%;
  margin-bottom: 40px
}

.partners-wrap__list .item-image {
  width: 100%;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.partners-wrap__list .item-image img {
  max-height: 82px;
  width: auto
}

.partners-wrap__list .item-title {
  font-weight: 700;
  margin-top: 10px;
  text-align: center
}

.socials {
  max-width: 1400px;
  margin: 0 auto;
}

.socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
}

.socials-wrap__title {
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
  margin-right: 50px
}

.socials-wrap__title span {
  color: #062f87
}

.socials-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.socials-wrap__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  font-weight: 700;
  color: #2b4965
}

.socials-wrap__list .item:last-child {
  margin-right: 0
}

.socials-wrap__list .item-icon {
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(184, 221, 242, .6);
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  margin-right: 15px
}

.socials-wrap__list .item-icon svg * {
  -webkit-transition: .3s;
  transition: .3s
}

.socials-wrap__list .item:hover {
  color: #257ce1
}

.socials-wrap__list .item:hover .item-icon {
  background-color: #257ce1
}

.socials-wrap__list .item:hover .item-icon svg * {
  fill: #fff
}

.reviews-wrap {
  margin: 150px 0
}

.reviews-wrap__title {
  text-align: center
}

/*.reviews-wrap__list{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.reviews-wrap__list .item{width:43%;height:373px;margin-left:15px;margin-bottom:15px;border:1px solid #daedf8}
.reviews-wrap__list .item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.reviews-wrap__list .left{width:46%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}*/
/*.reviews-wrap__list .left .item:nth-child(1){width:40%;height:159px;margin-top:81px}
.reviews-wrap__list .left .item:nth-child(2){height:159px}
.reviews-wrap__list .left .item:nth-child(3){width:50%;height:291px}
.reviews-wrap__list .left .item:nth-child(4){margin-top:-82px}
.reviews-wrap__list .left .item:nth-child(5){width:96.25%;height:197px}
.reviews-wrap__list .left .item:nth-child(6){height:159px;width:69.5%}*/
/*.reviews-wrap__list .right{width:59%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:-3%; margin-right: 1%;}*/
/*.reviews-wrap__list .right .item{width:37%}*/
/*.reviews-wrap__list .right .item:nth-child(1){height:373px;width:53%}
.reviews-wrap__list .right .item:nth-child(4){width:53%;height:312px}
.reviews-wrap__list .right .item:nth-child(5){margin-top:-60px;height:175px;width:53%}*/
.single-top {
  background-color: #e8f0fa;
  padding-top: 203px;
  padding-bottom: 300px
}

.single-wrap__title {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  color: #257ce1;
  margin-bottom: 49px
}

.single-wrap__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #868686
}

.single-wrap__meta--min {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.single-wrap__meta--min svg {
  margin-right: 2px;
  margin-bottom: 2px
}

.single-wrap__image {
  margin-top: -200px;
  margin-bottom: 89px
}

.single-wrap__content p {
  display: block;
  margin: 30px 0
}

.single-wrap__content ul {
  margin: 30px 0;
  list-style-type: none
}

.single-wrap__content ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 21px
}

.single-wrap__content ul li::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #257ce1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px
}

.single-wrap__content ul li:last-child {
  margin-bottom: 0
}

.single-wrap__content h2,
.single-wrap__content h3 {
  margin: 50px 0 35px;
  font-weight: 700
}

.single-wrap__content h2 {
  font-size: 30px;
  line-height: 38px;
  color: #2b4965
}

.single-wrap .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.single-wrap .gallery-item {
  position: relative;
  margin: 0;
  padding: 5px;
}

.single-wrap .gallery-icon {
  position: relative;
  padding-bottom: 67.7%;
}

.single-wrap .gallery-icon>img,
.single-wrap .gallery-icon>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-wrap .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-wrap .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 10px);
  height: auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(43, 73, 101, 1) 30%, rgba(43, 73, 101, 0) 100%);
}

.single-wrap .gallery-columns-1 .gallery-item {
  width: 100%
}

.single-wrap .gallery-columns-2 .gallery-item {
  width: 50%
}

.single-wrap .gallery-columns-3 .gallery-item {
  width: 33.3%
}

.single-wrap .gallery-columns-4 .gallery-item {
  width: 25%
}

.single-wrap .gallery-columns-5 .gallery-item {
  width: 20%
}

.single-wrap .gallery-columns-6 .gallery-item {
  width: 16.6%
}

.single-wrap .gallery-columns-7 .gallery-item {
  width: 14.25%
}

.single-wrap .gallery-columns-8 .gallery-item {
  width: 12.5%
}

.single-wrap .gallery-columns-9 .gallery-item {
  width: 11.1%
}

.single-wrap iframe {
  width: 100%;
}
.footer-logo img {
  max-width: 280px;
}

@media (max-width:1400px) {
  .team-slider__wrapper {
    max-width: 400px
  }

  .team-slider .wrapper {
    margin-right: 20px
  }

  .team-slider .item {
    max-width: 100%
  }
}

@media (max-width:1300px) {
  .partner-wrap__content .item {
    padding: 32px
  }
}

@media (max-width:1024px) {
  .header-wrap__icon {
    z-index: 2;
    position: relative;
    width: 25px;
    height: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative
  }

  .header-wrap__icon span {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #2b4965;
    -webkit-transition: .3s;
    transition: .3s
  }

  .header-wrap__icon--active {
    -webkit-transform: translateY(.5em);
    -ms-transform: translateY(.5em);
    transform: translateY(.5em)
  }

  .header-wrap__icon--active span:nth-child(1) {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
  }

  .header-wrap__icon--active span:nth-child(2) {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    position: absolute
  }

  .header-wrap__logo {
    z-index: 2;
    position: relative
  }

  .header-wrap__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #e8f0fa;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 150px 20px 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s
  }

  .header-wrap__nav--active {
    opacity: 1;
    visibility: visible
  }
  
  .header-wrap__nav--menu {
    margin-bottom: 25px;
  }

  .header-wrap__nav--menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .header-wrap__nav--menu ul li:nth-child(1n+1) {
    margin: 0 0 15px
  }

  .header-wrap__nav--menu ul li a {
    font-size: 20px;
    line-height: 30px
  }
  
  .header-wrap__nav-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-wrap__nav--languages {
    margin: 0 0 15px;
    font-size: 20px
  }

  .partner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .partner-wrap__image {
    width: 100%;
    height: 312px;
    max-width: 100%
  }

  .partner-wrap__image .item {
    height: 312px
  }

  .partner-wrap__content {
    max-width: 100%
  }

  .char {
    margin-top: 80px
  }

  .char-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 71px 20px 0
  }

  .char-wrap__content {
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 26px
  }

  .char-wrap__content--text {
    max-width: 100%
  }

  .char-wrap__image {
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .team-slider {
    display: none
  }

  .team-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .team-wrap__content {
    max-width: 100%;
    margin: 0 0 30px
  }

  .team-wrap__slider {
    max-width: 100%;
  }

  .suz-wrap__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .suz-wrap__list .item {
    width: 48%
  }

  .suz-wrap__list .item:nth-child(1n+1) {
    margin: 0 0 36px
  }

  .socials-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .socials-wrap__title {
    margin: 0 0 30px
  }

  /*	.reviews-wrap__list .left,.reviews-wrap__list .right{width:49%;margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
	.reviews-wrap__list .left .item:nth-child(1n+1),.reviews-wrap__list .right .item:nth-child(1n+1){width:100%;margin:0 0 28px}*/
  .map-wrap__list .item:nth-child(1n+1) {
    margin-top: 50px
  }

  .single-wrap .gallery-columns-6 .gallery-item {
    width: 25%
  }

  .single-wrap .gallery-columns-7 .gallery-item {
    width: 20%
  }

  .single-wrap .gallery-columns-8 .gallery-item {
    width: 25%
  }

  .single-wrap .gallery-columns-9 .gallery-item {
    width: 20%
  }
}

@media (max-width:820px) {
  .year-wrap__info {
    margin-top: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .year-wrap__info .item {
    width: 48.5%
  }

  .year-wrap__info .item:nth-child(1n+1) {
    margin: 0 0 28px
  }

  .mark {
    margin-top: 80px
  }

  .mark-title {
    font-size: 150px;
    line-height: 150px
  }

  .dist-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px
  }

  .dist-wrap__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
    height: 277px;
    margin: 50px 0 0
  }

  .dist-wrap__content {
    padding: 65px 20px 0;
    width: 100%;
    max-width: 100%
  }

  .slider-wrap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .slider-wrap__flex--text {
    margin-bottom: 25px
  }

  .slider-wrap__list {
    margin-right: 0
  }

  .slider-wrap__list .wrapper {
    opacity: 1
  }

  .slider-wrap__list .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%
  }

  .slider-wrap__next {
    display: none
  }

  .news-wrap {
    margin: 80px 0
  }

  .news-wrap__list .wrapper {
    margin-bottom: 28px
  }

  .news-wrap__nav {
    opacity: 0;
    visibility: hidden;
    position: absolute
  }

  .news-wrap__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
  }

  .news-wrap__more .btn {
    width: 100%;
    max-width: 295px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .news-wrap__more .btn span {
    max-width: 80%;
    width: 100%
  }

  .media-wrap__list .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .media-wrap__list .wrapper .item {
    width: 48%
  }

  .media-wrap__list .wrapper .item:nth-child(1n+1) {
    margin: 0 0 28px
  }

  .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .contact-wrap__content--arrow svg {
    -webkit-transform: rotate(140deg) scale(1, -1);
    -ms-transform: rotate(140deg) scale(1, -1);
    transform: rotate(140deg) scale(1, -1)
  }

  .footer-wrap__left {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .footer-wrap__left--links {
    max-width: 100%;
    width: 100%;
    margin: 0 0 55px
  }

  .footer-wrap__left--menu {
    width: 48%;
    max-width: 100%
  }

  .footer-wrap__left--menu ul li {
    width: 100%;
    margin-bottom: 13px
  }

  .footer-wrap__left .footer-wrap__contacts {
    display: block;
    width: 48%;
    max-width: 100%
  }

  .footer-wrap__left .footer-wrap__contacts ul li {
    margin-bottom: 13px
  }

  .footer-wrap__contacts {
    display: none
  }

  .partners {
    margin-bottom: 80px
  }

  .partners-wrap {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .partners-wrap__content {
    max-width: 100%;
    margin: 0 0 50px
  }

  .partners-wrap__content .btn {
    display: none
  }

  .partners-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
  }
}

@media (max-width:720px) {
  .year-wrap__list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .year-wrap__list .item-content {
    max-width: 100%
  }

  .year-wrap__list .item-content ul li::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  .year-wrap__list .item-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .newsletter-wrap {
    overflow: hidden
  }

  .newsletter-wrap .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .newsletter-wrap__content {
    max-width: 100%;
    padding-bottom: 0;
    width: 100%
  }

  .newsletter-wrap__image {
    margin: 69px auto -70px;
    max-width: 249px
  }
}

@media (max-width:550px) {
  .ttl {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 26px
  }

  .main {
    background-position: right -285px top 115%;
    background-size: 1050px auto;
  }

  .main-wrap {
    padding: 163px 0 460px
  }

  .main-wrap__title {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 30px
  }

  .main-wrap__text {
    margin-bottom: 63px
  }

  .main-wrap__list .item {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px
  }

  .main-wrap__list .item-image {
    margin-bottom: 0;
    margin-right: 22px
  }

  .main-wrap__list .item-title {
    max-width: 80%;
    font-size: 14px;
    line-height: 18px
  }

  .main-wrap__list .item:nth-child(1n+1) {
    margin: 0 0 10px
  }

  .main-wrap__list .item:last-child {
    margin-bottom: 0
  }

  .year-wrap {
    margin-top: 80px
  }

  .year-wrap__list .item-content p,
  .year-wrap__list .item-content ul {
    padding-left: 20px
  }

  .year-wrap__nav {
    margin-top: 39px
  }

  .year-wrap__info {
    margin-top: 50px
  }

  .year-wrap__info .item {
    width: 100%
  }

  .mark {
    margin-top: 30px
  }

  .mark-title {
    font-size: 83px;
    line-height: 107px
  }

  .mark-wrap {
    font-size: 18px;
    line-height: 27px
  }

  .dist {
    margin: 0 20px
  }

  .dist-wrap {
    margin-bottom: 80px
  }

  .dist-wrap__content--title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
    margin-right: -10px
  }

  .dist-wrap__content--title svg {
    max-width: 13px;
    max-height: 13px;
    margin-left: -5px
  }

  .dist-wrap__content--text {
    margin-bottom: 40px
  }

  .dist-wrap__content .btn {
    width: 100%;
    max-width: 295px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .dist-wrap__content .btn span {
    max-width: 80%;
    width: 100%
  }

  .brand {
    margin: 0 20px;
    padding: 0
  }

  .brand-wrap {
    padding: 60px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .brand-wrap__title {
    width: 100%;
    font-size: 30px;
    line-height: 38px
  }

  .brand-wrap__title svg {
    max-width: 16px;
    max-height: 16px
  }

  .brand-wrap__text {
    width: 100%;
    text-align: left
  }

  .brand-wrap .btn {
    width: 100%;
    max-width: 295px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .brand-wrap .btn span {
    max-width: 80%;
    width: 100%
  }

  .brand-wrap__list {
    margin: 50px -5px -5px;
  }

  .brand-wrap__list .item {
    padding: 5px;
  }

  .partner {
    margin: 80px 20px
  }

  .partner-wrap__content .item {
    padding: 60px 25px
  }

  .partner-wrap__content .item-title {
    font-size: 30px;
    line-height: 38px
  }

  .partner-wrap__content .item-title svg {
    max-width: 23px;
    max-height: 23px
  }

  .partner-wrap__content .item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .partner-wrap__content .item-flex .btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 35px 0 0;
    width: 100%;
    max-width: 295px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .partner-wrap__content .item-flex .btn span {
    max-width: 80%;
    width: 100%
  }
  
  .dist-wrap__content .item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .dist-wrap__content .item-flex .btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 35px 0 0;
    width: 100%;
    max-width: 295px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .dist-wrap__content .item-flex .btn span {
    max-width: 80%;
    width: 100%
  }
  
  .partner-wrap .slick-arrow {
    width: 40px;
    height: 40px;
  }
  
  .partner-wrap .slick-arrow:before {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }

  .char-wrap__content--title {
    font-size: 30px;
    line-height: 38px
  }

  .char-wrap__content .btn {
    width: 100%;
    max-width: 295px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .char-wrap__content .btn span {
    max-width: 80%;
    width: 100%
  }

  .map .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .map-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0
  }

  .map-wrap__title {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10;
    text-align: left;
    margin-bottom: 0;
    display: none
  }

  .map-wrap__subtitle {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9;
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    padding: 0 15px
  }

  .map-wrap__list {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8;
    margin: 0;
  }

  .map-wrap__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 35px
  }

  .map-wrap__tabs .item {
    width: auto
  }

  .map-wrap__tabs .item:nth-child(1n+1) {
    margin: 0 0 15px
  }

  .map-wrap__tabs .item svg {
    display: none
  }

  .map-wrap__tabs .active svg {
    display: block
  }

  .map-title {
    display: block;
    padding: 50px 15px 0
  }

  .team {
    margin: 80px 0
  }

  .team .container {
    padding-right: 0
  }

  .team-wrap {
    position: relative
  }

  .team-wrap__content {
    padding-right: 15px
  }

  .team-wrap__content--count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .team-wrap__content--count .item-content__btn {
    display: block;
    width: 23px;
    height: 23px;
    background-color: #f4fafd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .team-wrap__content--count .item-content__btn svg {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
  }

  .team-wrap__content--count .item-content__btn svg * {
    stroke: #2b4965
  }

  .team-wrap__slider {
    margin-right: -15px
  }

  .team-wrap__slider .wrapper {
    margin-right: 15px
  }

  .team-wrap__slider .item {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all 0.5s ease;
  }

  .team-wrap__slider .item-image {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
  }

  .team-wrap__slider .item-content {
    max-width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .team-wrap__slider .item-content__name {
    font-size: 23px;
    line-height: 29px
  }

  .team-wrap__slider .item-content__position {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px
  }

  .team-wrap__slider .item-content__text {
    font-size: 12px
  }

  .team-wrap__slider .item-content__btn {
    display: none
  }

  .team-wrap__slider .slick-current .item {
    padding-top: 0
  }

  .team-wrap__slider .slick-current .item-image {
    height: 350px;
  }

  .team-wrap__slider .slick-current .item-content {
    opacity: 1;
    transition-delay: 0.3s;
  }

  .slider-title {
    display: block
  }

  .slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .slider-wrap__list .item img {
    padding-left: 0;
  }

  .slider-wrap__title {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5
  }

  .slider-wrap__list {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4;
    margin-top: 40px
  }

  .slider-wrap__list .item {
    height: 213px
  }

  .slider-wrap .slick-dots {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
  }

  .slider-wrap__flex {
    margin-top: 40px
  }

  .slider-wrap__flex--more {
    width: 100%
  }

  .slider-wrap__flex .btn {
    width: 100%;
    max-width: 295px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .slider-wrap__flex .btn span {
    max-width: 80%;
    width: 100%
  }

  .news-wrap__list {
    margin-top: 40px
  }

  .news-wrap__list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 15px
  }

  .news-wrap__list .item-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 30px 0 0;
    width: 100%;
    height: 193px;
    max-width: 100%
  }

  .news-wrap__list .item-meta {
    max-width: 100%
  }

  .news-wrap__list .item-meta__title {
    margin-top: 15px
  }

  .media-wrap__nav {
    opacity: 0;
    visibility: hidden;
    position: absolute
  }

  .media-wrap__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
  }

  .media-wrap__more .btn {
    width: 100%;
    max-width: 295px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .media-wrap__more .btn span {
    max-width: 80%;
    width: 100%
  }

  .media-wrap__list .wrapper .item {
    width: 100%
  }

  .newsletter-wrap {
    margin-top: 80px
  }

  .newsletter-wrap__content--title {
    font-size: 30px;
    line-height: 38px
  }

  .contact-wrap {
    padding: 80px 13px
  }

  .contact-wrap__content {
    margin: 0
  }

  .contact-wrap__content--arrow {
    margin-right: 0
  }

  .contact-wrap__content--arrow svg {
    max-width: 100px
  }

  .contact-wrap__form .btn {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .contact-wrap__form .btn span {
    max-width: 80%;
    width: 100%
  }

  .footer-wrap {
    padding-top: 64px;
    padding-bottom: 30px
  }

  .footer-wrap__subtitle {
    font-size: 12px;
    margin-bottom: 15px
  }

  .footer-wrap__left--links ul li {
    margin-bottom: 13px
  }

  .footer-wrap__left--links ul li a {
    font-size: 18px;
    line-height: 23px
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .footer-bottom__by {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px
  }

  .footer-logo {
    margin: 35px auto 0;
    max-width: 350px
  }

  .suz {
    padding-bottom: 20px
  }

  .suz-title {
    display: none
  }

  .suz-wrap {
    padding-top: 169px
  }

  .suz-wrap__title {
    font-size: 40px;
    line-height: 45px
  }

  .suz-wrap__text {
    margin-bottom: 60px
  }

  .suz-wrap .suz-title {
    display: block;
    height: 150px;
    font-size: 42px;
    line-height: 53px
  }

  .suz-wrap__list .item {
    width: 100%
  }

  .suz-wrap__list .item:last-child {
    margin-bottom: 0
  }

  .partners-more {
    margin-top: 40px
  }

  .partners-wrap {
    margin-top: 80px
  }

  .partners-wrap__content--title {
    margin-bottom: 15px
  }

  .partners-wrap__list .slick-dots {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
  }

  .partners-wrap__list .item {
    margin-bottom: 38px
  }

  .partners-wrap__list .item-title {
    font-size: 12px
  }

  .socials-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 80px;
  }

  .socials-wrap__title {
    font-size: 30px;
    line-height: 38px;
    text-align: center
  }

  .socials-wrap__list .item-icon {
    width: 30px;
    height: 30px
  }

  .socials-wrap__list .item-icon svg {
    max-height: 15px;
    max-width: 15px
  }

  /*	.reviews-wrap{margin:80px 0 0}
	.reviews-wrap__list{margin-top:30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
	.reviews-wrap__list .left,.reviews-wrap__list .right{width:100%}
	.reviews-wrap__list .left .item:nth-child(1n+1),.reviews-wrap__list .right .item:nth-child(1n+1){height:270px}
	.reviews-wrap__list .left .item:nth-child(4),.reviews-wrap__list .left .item:nth-child(5){width:49%;height:175px}
	.reviews-wrap__list .right .item:nth-child(1),.reviews-wrap__list .right .item:nth-child(2){width:49%;height:175px}
	.reviews-wrap__list .right .item:last-child{margin-bottom:0}*/
  .single-top {
    padding-top: 159px;
    padding-bottom: 100px
  }

  .single-wrap__title {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 25px
  }

  .single-wrap__image {
    margin-top: -75px;
    margin-bottom: 50px
  }

  .single-wrap__content h2 {
    font-size: 25px;
    line-height: 32px
  }

  .single-wrap .gallery-columns-1 .gallery-item {
    width: 100%
  }

  .single-wrap .gallery-columns-2 .gallery-item {
    width: 50%
  }

  .single-wrap .gallery-columns-3 .gallery-item {
    width: 50%
  }

  .single-wrap .gallery-columns-4 .gallery-item {
    width: 50%
  }

  .single-wrap .gallery-columns-5 .gallery-item {
    width: 50%
  }

  .single-wrap .gallery-columns-6 .gallery-item {
    width: 50%
  }

  .single-wrap .gallery-columns-7 .gallery-item {
    width: 50%
  }

  .single-wrap .gallery-columns-8 .gallery-item {
    width: 50%
  }

  .single-wrap .gallery-columns-9 .gallery-item {
    width: 50%
  }
}

.map-wrap__list .item {
  transition: 0.5s;
}

/*.partner-wrap__image .slick-list {
	height: 100%;
}
.partner-wrap__image .slick-list * {
	height: 100%;
}*/
.partner-wrap__image .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
}

.partner-wrap__image .slick-next.slick-arrow {
  right: 0;
}

.partner-wrap__image .slick-arrow:before {
  content: "❯";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}

.partner-wrap__image .slick-prev.slick-arrow:before {
  transform: rotate(180deg);
}

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

.contact-wrap__form--flex-fake span.wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  opacity: 0;
}

.contact-wrap__form--flex-fake {
  padding-bottom: 30px;
  position: relative;
}

.footer-logo {
  padding-bottom: 15px;
}

.partner-wrap .slick-arrow {
  width: 65px;
  height: 65px;
  background-color: rgb(87 175 224 / 80%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
  border: none;
}

.partner-wrap .slick-arrow:before {
  font-size: 30px;
  color: #fff;
  width: 65px;
  height: 65px;
}

.partner-wrap .slick-arrow:hover {
  background: rgb(255 255 255 / 85%);
  color: #000;
}

.partner-wrap .slick-arrow:hover:before {
  color: #000;
}

.partner-wrap__image {
  background: #E8F0FA;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partner-wrap__image .slick-track {
  display: flex;
  align-items: center;
}

.partner-wrap__image .item {
  height: 100%;
  display: flex;
  align-items: center;
}

.partner-wrap__image ul.slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}

.map-wrap__subtitle {
  align-items: center;
  font-weight: 500;
  color: #062f87;
  margin: 0 20px;
  margin-top: 40px;
}

.map-wrap__subtitle {
  display: flex;
  align-items: center;
}

.map-wrap__subtitle span.svg_mwsub {
  width: 33px;
  height: 33px;
  background: rgb(137, 213, 245);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.year-wrap__nav .wrapper {
  max-width: 120px;
}



@media screen and (max-width: 1450px) {
  .year-wrap__nav .item {
    max-width: 85px;
  }

  .year-wrap__nav .active .item {
    font-size: 30px;
    line-height: 30px;
  }

  .year-wrap__nav .wrapper {
    max-width: 110px;
  }
}




.map-wrap__list .item {
  opacity: 0;
  animation: ani 1.5s forwards;
}

.map-wrap__list .item.active {
  opacity: 1;
  animation: ani 1.5s forwards;
}

.map-wrap__tabs {
  position: relative;
  z-index: 9;
}

@keyframes ani {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



.partners-wrap__content a.btn span {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.div_item_text_box1 p {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

span.icon_div_item_text_box1 {
  background: #062f87;
  padding: 5px;
}

span.text_div_item_text_box1 {
  color: #062f87;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 108.9%;
}

svg.bg_89D5F5 {
  background: #267ce1;
  width: 33px;
  padding: 5px;
}

.map-wrap__list .item svg.map_4_home {
  margin-bottom: -100px;
}

/*.reviews-wrap__list .right .item:nth-child(5) {
    margin-top: 0;
    width: 40%;
}

.reviews-wrap__list .right .item:nth-child(6) {width: 50%;margin-top: -60px;height: 235px;}

.reviews-wrap__list .right .item:nth-child(7) {
    height: 300px;
    width: 45%;
}

.reviews-wrap__list .right .item:nth-child(8) {
    width: 45%;
    height: 350px;
}

.reviews-wrap__list .right .item:nth-child(9) {
    width: 40%;
    height: 150px;
    margin-top: -45px;
}

.reviews-wrap__list .right .item:nth-child(10) {
    width: 50%;
    height: 215px;
}

.reviews-wrap__list .right .item:nth-child(11) {
    width: 40%;
    height: 340px;
    margin-top: -105px;
}

.reviews-wrap__list .right .item:nth-child(12) {
    width: 50%;
    height: 235px;
}

.reviews-wrap__list .right .item:nth-child(13) {
    width: 60%;
    height: 200px;
}

.reviews-wrap__list .left .item:nth-child(6) {
    width: 60%;
    height: 170px;
}

.reviews-wrap__list .left .item:nth-child(7) {
    width: 33%;
}

.reviews-wrap__list .left .item:nth-child(8) {
    width: 60%;
    margin-top: -195px;
}

.reviews-wrap__list .left .item:nth-child(9) {
    width: 33%;
    height: 178px;
}

.reviews-wrap__list .left .item:nth-child(10) {
    width: 45%;
    height: 300px;
}

.reviews-wrap__list .left .item:nth-child(11) {
    width: 48%;
}

.reviews-wrap__list .left .item:nth-child(12) {
    width: 40%;
    height: 245px;
    margin-top: -75px;
}

.reviews-wrap__list .left .item:nth-child(13) {
    width: 53%;
    height: 175px;
}

.reviews-wrap__list .left .item:nth-child(14) {
    width: 100%;
    height: 220px;
}*/
.main-wrap__list .item {
  background: transparent;
  box-shadow: none;
  max-width: 135px;
  display: flex;
  align-items: center;
  padding: 0;
  height: 140px;
  align-content: center;
}

.main-wrap__list {
  display: flex;
  align-items: center;
}

.main-wrap__list .item-image {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  align-content: center;
  height: auto;
}

.main-wrap__list .item-image img {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  background-position: center;
}

.main-wrap__list .item-image {
  margin-top: -60px;
}

.reviews-wrap__list .left,
.reviews-wrap__list .right {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.reviews-wrap__list {
  display: flex;
  gap: 20px;
  padding-top: 60px;
}


.reviews-wrap__list .left a:nth-child(1) {
  width: 111.609px;
  height: 126.567px;
}

.reviews-wrap__list .left a:nth-child(2) {
  width: 121.965px;
  height: 79.967px;
}

.reviews-wrap__list .left a:nth-child(3) {
  width: 180.071px;
  height: 214.589px;
  margin-top: 42px;
}

.reviews-wrap__list .left a:nth-child(4) {
  width: 121.965px;
  height: 214.589px;
  margin-top: 42px;
}

.reviews-wrap__list .left a:nth-child(5) {
  width: 147.494px;
  height: 223.172px;
  margin-top: -133px;
}

.reviews-wrap__list .left a:nth-child(6) {
  width: 121.965px;
  height: 214.589px;
  margin-top: -181px;
}

.reviews-wrap__list .left a:nth-child(7) {
  width: 121.965px;
  height: 214.589px;
  margin-top: 6px;
}

.reviews-wrap__list .left a:nth-child(8) {
  width: 179.155px;
  height: 123.555px;
  margin-top: 0px;
}

.reviews-wrap__list .left a:nth-child(9) {
  width: 147.494px;
  height: 169.117px;
  margin-top: -131px;
}

.reviews-wrap__list .left a:nth-child(10) {
  width: 122.011px;
  height: 155.989px;
  margin-top: -190px;
  margin-right: -58px;
}

.reviews-wrap__list .left a:nth-child(11) {
  width: 179.155px;
  height: 123.555px;
  margin-right: 195px;
  margin-top: -1px;
}

.reviews-wrap__list .left a:nth-child(12) {
  width: 179.155px;
  height: 123.555px;
  margin-top: -236px;
}

.reviews-wrap__list .left a:nth-child(13) {}

.reviews-wrap__list .left a:nth-child(14) {}

.reviews-wrap__list .right a:nth-child(1) {
  width: 199.056px;
  height: 182.947px;
}

.reviews-wrap__list .right a:nth-child(2) {
  width: 180.071px;
  height: 214.589px;
  margin-top: -40px;
}

.reviews-wrap__list .right a:nth-child(3) {
  width: 179.155px;
  height: 123.555px;
  margin-top: 40px;
}

.reviews-wrap__list .right a:nth-child(4) {
  width: 155px;
  height: 145px;
  margin-top: 20px;
}

.reviews-wrap__list .right a:nth-child(5) {
  width: 198.48px;
  height: 113.335px;
}

.reviews-wrap__list .right a:nth-child(6) {
  width: 122px;
  height: 218px;
  margin-top: -10px;
}

.reviews-wrap__list .right a:nth-child(7) {
  width: 179.155px;
  height: 123.555px;
  margin-top: -10px;
}

.reviews-wrap__list .right a:nth-child(8) {
  width: 147px;
  height: 218px;
  margin-top: -10px;
}

.reviews-wrap__list .right a:nth-child(9) {
  width: 198px;
  height: 191px;
  margin-top: -93px;
}

.reviews-wrap__list .right a:nth-child(10) {
  width: 179.155px;
  height: 123.555px;
}

.reviews-wrap__list .right a:nth-child(11) {
  width: 179px;
  height: 78px;
  margin-left: -56px;
  margin-top: -98px;
}

.reviews-wrap__list .right a:nth-child(12) {
  width: 161px;
  height: 206px;
}

.reviews-wrap__list .right a:nth-child(13) {
  width: 121.965px;
  height: 214.589px;
  margin-top: -225px;
  margin-left: 408px;
}

.reviews-wrap__list .right a:nth-child(14) {}

.reviews-wrap__list .right {
  display: flex;
  justify-content: flex-start;
  width: 55%;
}

.reviews-wrap__list .left {
  display: flex;
  justify-content: flex-end;
  width: 45%;
}




.reviews-wrap__list {
  width: 1400px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.reviews-wrap__title.ttl+.reviews-wrap {
  margin-top: 20px;
}

.reviews-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #2B4965;
}

.reviews-wrap::-webkit-scrollbar-thumb {
  background-color: #062f87;
}

@media screen and (max-width: 1400px) {

  .reviews-wrap {
    overflow-x: scroll;
  }


}









































@media screen and (max-width: 860px) {
  .main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #E8F0FA 81.67%, rgba(232, 240, 250, 0) 100%); */
    background-size: contain;
  }
  .main .main-wrap {
    position: relative;
  }
  .main-wrap__list .item {
    height: 70px;
  }
  .fix-map {
    transform: translate(0, -120%);
  }
  
  .fix-map.fix-map__active {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }

  .slider-wrap__list .wrapper {
    margin-right: 0;
  }

  .slider-wrap__flex .btn {
    max-width: 100%;
  }

  .team-wrap__content--count .item-content__btn {
    height: 40px;
    width: 40px;
  }

  .team-wrap__content--count .item-content__btn svg {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
  }
}

@media (min-width: 1020px) and (max-width: 1366px) {
  .year-wrap__nav .wrapper {
    max-width: 100px;
  }
}
@media (min-width: 1020px) and (max-width: 1400px) {
  .team-wrap__slider.slick-initialized.slick-slider {
    overflow: hidden;
  }
}
@media screen and (min-width: 1080px) {
  .year-wrap__nav {
    margin-left: -110px;
  }
  .year-wrap__nav .item {
    max-width: 90px;
  }
}

























.year-wrap__nav .wrapper:nth-child(1) .item-icon::after,
.year-wrap__nav .wrapper:nth-child(2) .item-icon::after {
  display: none
}
.year-wrap__nav .item-icon img {
  background-color: #fff;
  opacity: 0;
  visibility: hidden
}
.year-wrap__nav .wrapper:nth-child(1) .item-icon img,
.year-wrap__nav .wrapper:nth-child(2) .item-icon img {
  opacity: 1;
  visibility: visible
}
.year-wrap__nav .active .item-icon img {
  width: 56px;
  height: 56px
}





.brand {
  background-color: #FFE2CC;
}
.partner-wrap__content .item {
  background-color: #C3E66C;
}
.char-wrap {
  background-color: #FFDCFB;
}
.map-wrap__subtitle span.svg_mwsub {
  background-color: #DFCCE6;
}
.team-wrap__content--count-title {
  color: #062f87;
}
.suz {
  background-color: #FFDCFB;
}
.suz-wrap > img {
  max-width: 250px;
  margin-bottom: 40px;
}
.partners-wrap__list .item-image img {
  object-fit: contain;
}



@media screen and (min-width: 860px) {
  .dist-wrap__content {
    padding: 90px 90px 90px 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 566px;
  }

  .dist-wrap__content .item-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .item-flex_button {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .item-flex_button .item-flex__socials a:hover img {
    -webkit-filter: brightness(80%);
  }
  .brand {
    padding: 0;
  }
  .brand-wrap {
    display: flex;
    flex-direction: row;
    height: 566px;
    width: 100%;
  }
  .img_brand-wrap {
    background-color: #fff;
    width: 40%;
    height: 566px;
    display: flex;
    align-items: center;
  }
  .content_brand-wrap {
    width: 60%;
    padding: 90px 180px 90px 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 566px;
  }
  .img_brand-wrap img {
    object-fit: cover;
    object-position: center;
  }
  .link_content_brand-wrap {
    display: flex;
    justify-content: space-between;
  }
  .brand-wrap__text {
    text-align: left;
  }

  .partner-wrap__image .item {
    height: 100%;
  }
  .partner-wrap__image {
    height: 100%;
  }
  .partner-wrap__image img {
    max-height: 622px;
    height: 100%;
  }
  .char-wrap {
    padding: 00;
  }
  .char-wrap__image {
    height: 610px;
  }
  .char-wrap__content {
    height: 610px;
    margin-bottom: 0;
    display: flex;
    padding: 90px 180px 90px 90px;
    justify-content: space-between;
  }
  .gallery8-slide {
    display: flex;
    height: 610px;
  }
  .gallery8-slide img {
    height: 610px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .char-wrap__image ul.slick-dots {
    margin-top: -30px;
  }
  .char-wrap__image ul.slick-dots li button {
    background-color: #fff;
  }
  .char-wrap__content--title img {
    max-width: 250px;
    object-fit: contain;
    object-position: center;
  }
  .botton_char-wrap__content a {
    display: inline-flex;
  }
  .footer-logo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .footer-logo img {
    max-width: 250px;
  }
  a.header-wrap__logo {
    min-width: 135px;
  }
  .media {
    margin: 80px 0;
  }
  .partners-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .partners-wrap__content {
    text-align: center;
    margin: 0;
    max-width: 100%;
  }

  .partners-wrap__content--title {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 80px;
  }
  .item-image {
    height: 425px;
  }
  .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.content_suz-wrap {
  display: flex;
  padding-bottom: 120px;
  gap: 40px;
  align-items: center;
}

.text_content_suz-wrap img {
  max-width: 420px;
}

.text_content_suz-wrap .suz-wrap__text {
  text-align: left;
  padding-top: 50px;
}


@media screen and (max-width: 860px) {
  .partners-wrap__content--title {
    margin-bottom: 40px;
  }
  .media {
    margin: 60px 0;
  }
  .map-wrap__list .item-flex__title {
    font-size: 8px;
    line-height: 12px;
    display: flex;
    align-items: center;
  }

  .map-wrap__list .item svg {
    min-width: 25px;
    min-height: 25px;
  }

  .map-wrap__list .item-flex__title {
    margin: 0 10px;
  }
  .char-wrap__image.gallery8-slider, .char-wrap__image.gallery8-slider img {
    height: 280px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }

  .item-flex_button {
    gap: 14px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .slick-initialized .logo5-slide.slick-slide {
    height: 277px;
  }

  .dist-wrap__image {
    width: 100%;
  }

  .link_content_brand-wrap {
    gap: 15px;
    display: flex;
    flex-direction: row;
  }

  .content_brand-wrap {
    padding: 0 20px;
  }
  .footer-logo {
    min-width: 150px;
    margin: 0;
    margin-bottom: 25px;
  }

  .footer-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .char-wrap {
    padding-bottom: 40px;
  }

  .char-wrap ul.slick-dots {
    margin-top: 10px;
  }
  .brand-wrap .btn {
    max-width: 240px;
  }
  .main .main-wrap {
    padding: 100px 0 80px;
  }

  .main {
    background-size: contain;
    background-position: center right;
  }
  .text_content_suz-wrap img {
    max-width: 320px;
    margin: 0;
    text-align: left;
  }

  .content_suz-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .text_content_suz-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  .page-template-template-parts page-template-page-char {}

  .page-template-page-char header.header {
    background-color: #ffdcfb;
  }

  .suz-wrap {
    padding-top: 100px;
  }

  .text_content_suz-wrap .suz-wrap__text {
    padding: 40px 0 0;
  }

  .content_suz-wrap {
    padding-bottom: 50px;
  }

}


















.header-wrap__nav--contacts {
  background-color: #002F87;
}

.header-wrap__nav--contacts-icon {
  background-color: #95D4E9;
}
.header-wrap__nav--contacts-icon svg {
  max-width: 15px;
}
.header-wrap__nav--contacts:hover .header-wrap__nav--contacts-icon {
  background-color: #002f87;
}
.header-wrap__nav--contacts-icon {
  transition: 0.5s;
}
.header-wrap__nav--contacts:hover svg path {
  fill: #fff;
}
.main-wrap__title, .main-wrap__title * {
  color: #002F87;
}
.main-wrap__text p, .main-wrap__text * {
  color: #002F87;
  font-weight: 360;
  font-size: 20px;
  line-height: 28px;
}
.main-wrap__list .item-image {
  position: relative;
  margin-right: 44px;
}
.main-wrap__list .item {
  margin: 0;
  max-width: 200px;
}
.main-wrap {
  max-width: 800px;
}
.main-wrap__list .item-image:after {
  content: "";
  position: absolute;
  right: -22px;
  width: 1px;
  height: 50%;
  background-color: #002F87;
}
.main-wrap__list .item:nth-last-child(1) .item-image:after {
  display: none;
}
.year-wrap__title.ttl, .year-wrap__title.ttl * {
  color: #002F87;
  margin-bottom: 0;
}
.year-wrap__list .item-content ul li {
  font-weight: 360;
  font-size: 20px;
  line-height: 28px;
  color: #002F87;
}
.item-image img {
  border-radius: 20px;
}
.year-wrap__title.ttl, .year-wrap__title.ttl * {
  color: #002F87;
  margin-bottom: 0;
}
.year-wrap__list .item-content ul li {
  font-weight: 360;
  font-size: 20px;
  line-height: 28px;
  color: #002F87;
}
.item-image img {
  border-radius: 20px;
}
.item-icon svg {
  background-color: #002F87;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.year-wrap__nav .active .item-icon svg {
  width: 70px;
  height: 70px;
  background-color: transparent;
  border: 2px solid;
}
.year-wrap__nav .active .item-icon svg {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 15px;
  justify-content: flex-end;
}
.year-wrap__nav::after {
  display: none;
}
.year-wrap__nav .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.year-wrap__nav .wrapper.slick-slide {
  position: relative;
}
.year-wrap__nav .wrapper.slick-slide:after {
  content: "";
  position: absolute;
  right: -13px;
  width: 35%;
  height: 3px;
  background-color: #002f87;
  top: 25px;
}
.year-wrap__nav .wrapper.slick-slide.slick-active.active:after {
  background-color: #ecfaff;
  left: -26px;
  top: 30px;
  height: 10px;
}
.item-flex_button a.btn {
  background-color: #002F87;
}
.item-flex_button a.btn .btn-icon {
  background-color: #2A7DE1;
  transition: 0.5s;
}
.item-flex_button a.btn:hover .btn-icon {
  background-color: #002f87;
}
.dist-wrap__content--text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #002F87;
}
.dist-wrap__content {
  background-color: #ECFAFF;
  border-radius: 20px;
}
.img_brand-wrap {
  background-color: #F6F6F6;
  border-radius: 20px;
}
.dist-wrap, .brand, .char {
  background-color: transparent;
}
.char-wrap {
  background-color: transparent;
}
.dist-wrap__image {
  background-color: #F6F6F6;
  border-radius: 20px;
}
.dist-wrap__image img {
  border-radius: 20px;
}
.content_brand-wrap {
  background-color: #FFF1E7;
  border-radius: 20px;
}
.botton_content_brand-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #002F87;
}
.link_content_brand-wrap a.btn {
  background-color: #002F87;
}
.link_content_brand-wrap a.btn .btn-icon {
  background-color: #FF5F00;
  transition: 0.4s;
}
.link_content_brand-wrap a.btn:hover .btn-icon {
  background-color: #002f87;
}



.char-wrap__content {
  background-color: #FFF0FD;
  border-radius: 20px;
}
.char-wrap {
  position: relative;
  width: 100%;
  display: flex;
}
.char-wrap__image {
  background-color: #F6F6F6;
  border-radius: 20px;
}

.botton_char-wrap__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.char-wrap__content--text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #002F87;
}

.botton_char-wrap__content a.btn {
  background-color: #002F87;
}

.botton_char-wrap__content a.btn .btn-icon {
  background-color: #EF2AC1;
  transition: 0.4s;
}

.botton_char-wrap__content a.btn:hover .btn-icon {
  background-color: #062f87;
}
.box_new_year-wrap__info {
  background-color: #ECFAFF;
  padding: 175px 0 80px;
  margin-top: -180px;
}


.box_new_year-wrap__info .year-wrap__info .item {
  background-color: transparent;
  border: none;
}

.box_new_year-wrap__info .year-wrap__info {
  display: flex;
  justify-content: space-between;
}

.box_new_year-wrap__info .year-wrap__info .item-title {
  font-weight: 700;
  color: #002F87;
}

.box_new_year-wrap__info  .year-wrap__info .item-text {
  color: #002F87;
}

.box_new_year-wrap__info .year-wrap__info .item-text ul {
  list-style-type: disc;
  padding-left: 20px;
}

.box_new_year-wrap__info .year-wrap__info .item-text ul li {
  margin: 0;
  padding: 0;
}

.box_new_year-wrap__info .year-wrap__info .item-text ul li:after {
  display: none;
}
.suz-wrap__title {
  text-align: left;
  color: #002F87;
  padding-top: 50px;
}

.suz-wrap__text {
  position: absolute;
}

.content_suz-wrap {
  display: flex;
  align-items: flex-start;
}

.page-template-page-char a .header-wrap__nav--contacts-icon {
  background-color: #EF2AC1;
}
.page-template-page-char a .header-wrap__nav--contacts-icon svg path {
  fill: #fff;
}

.suz-wrap__text {
  max-width: 440px;
  font-weight: 360;
  font-size: 18px;
  line-height: 26px;
  color: #002F87;
}

.suz-wrap__list .item {
  background-color: transparent;
  margin: 0;
  width: calc(25% - 20px);
}

.suz-wrap__list .item svg {
  display: none;
}

.suz-wrap__list .item-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  color: #EF2AC1;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

.item-text {
  font-weight: 360;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #EF2AC1;
}

.suz-wrap__list {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.suz-title.marquee .js-marquee, .suz-title.marquee .js-marquee * {
  color: rgba(255, 220, 250, 1);
}

.suz {
  background-color: rgba(255, 240, 253, 1);
}
.partner .item-text {
  color: #753cbe;
  font-size: 16px;
}
.footer-logo img {
  -webkit-filter: brightness(1200%);
}

.contact-wrap .contact-wrap__content--arrow {
  display: none;
}
.header-wrap__nav--menu ul li a {
  color: #002F87;
}
.main-wrap__text {
  margin-bottom: 56px;
}
.year-wrap__list .item-content ul li {
  font-weight: 600;
}
.year-wrap .year-wrap__title.ttl {
  margin-bottom: -50px;
}
.year {
  padding-top: 25px;
}
.year-wrap__list .item {
  display: flex;
  align-items: flex-start;
}
.year-wrap__list .item .item-content {
  padding-top: 90px;
}
.dist-wrap__content--text br {
  display: block;
  content: "";
  padding-bottom: 15px;
}
.partner-wrap__content {
  width: 60%;
  border-radius: 20px;
  height: 630px;
  margin-left: 5%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.partner-wrap__content .item {
  padding: 25px;
  border-radius: 20px;
}
.partner-wrap__content .item:nth-child(1) {
  margin-bottom: 10px;
  background-color: #F2E7FF;
  color: #753CBA;
}
.partner-wrap__content .item:nth-child(1) .item-text {
  color: #753CBA;
  font-weight: 500;
}
.partner-wrap__content .item a.btn .btn-icon {
  background-color: #21B600;
}
.partner-wrap__content .item a.btn:hover .btn-icon {
  background-color: #257ce1;
}
.partner .partner-wrap__image {
  background-color: #F6F6F6;
  margin-left: 10px;
  border-radius: 20px;
  height: 630px;
  margin-right: 3%;
}
.partner-wrap__content .item:nth-child(2) .item-text {
  color: #21B600;
  font-weight: 500;
}

.partner-wrap__content .item-flex .btn {
  background-color: #002F87;
}
.sl-foto_home {
  padding: 20px 0;
}
.wrap_sl-foto .item_wrap_sl-foto img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.dist .dist-wrap {
  margin-top: 50px;
}
.sl-foto_home .wrap_sl-foto .item_wrap_sl-foto {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sl-foto_home {
  padding: 50px 0;
}
.sl-foto_home .wrap_sl-foto .item_wrap_sl-foto img {
  height: 130px;
  object-fit: contain;
  object-position: center;
}

















@media screen and (min-width: 860px) {
  .box_new_year-wrap__info {
    background-color: #ECFAFF;
    padding: 175px 0 80px;
    margin-top: -180px;
  }

  .year-wrap__nav {
    padding-top: 40px;
  }

  .box_new_year-wrap__info .container {
    padding: 0;
  }

  .box_new_year-wrap__info .year-wrap__info .item {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: calc(25% - 30px);
  }

  .box_new_year-wrap__info .year-wrap__info {
    display: flex;
    justify-content: space-between;
  }

  .box_new_year-wrap__info .year-wrap__info .item-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 56px;
    color: #002F87;
  }

  .box_new_year-wrap__info  .year-wrap__info .item-text {
    font-weight: 360;
    font-size: 18px;
    line-height: 24px;
    color: #002F87;
  }

  .box_new_year-wrap__info .year-wrap__info .item-text ul {
    list-style-type: disc;
    padding-left: 20px;
  }

  .box_new_year-wrap__info .year-wrap__info .item-text ul li {
    margin: 0;
    padding: 0;
  }

  .box_new_year-wrap__info .year-wrap__info .item-text ul li:after {
    display: none;
  }
  .dist-wrap__content {
    background-color: #ECFAFF;
    margin-left: 5%;
    padding: 90px;
    border-radius: 20px;
    height: 630px;
  }
  .img_brand-wrap {
    background-color: #F6F6F6;
    margin-left: 5%;
    border-radius: 20px;
    height: 630px;
  }
  .dist-wrap, .brand, .char {
    background-color: transparent;
    margin-bottom: 50px;
  }
  .char-wrap {
    background-color: transparent;
  }
  .dist-wrap__image {
    margin-right: 3%;
    background-color: #F6F6F6;
    border-radius: 20px;
    margin-left: 10px;
  }
  .dist-wrap__image img {
    border-radius: 20px;
  }
  .dist-wrap__content--text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #002F87;
  }
  .slick-initialized .logo5-slide.slick-slide {
    height: 630px;
  }
  .dist-wrap__image {
    height: 630px;
  }
  .char-wrap {
    display: flex;
    flex-direction: row-reverse;
  }
  .content_brand-wrap {
    background-color: #FFF1E7;
    padding: 90px;
    border-radius: 20px;
    height: 630px;
    margin-left: 10px;
    margin-right: 3%;
    display: flex;
    justify-content: flex-start;
  }
  .brand-wrap__text {
    padding-right: 150px;
  }




  .char-wrap__content {
    width: 60%;
    background-color: #FFF0FD;
    padding: 90px;
    border-radius: 20px;
    height: 630px;
    margin-left: 5%;
    display: flex;
    justify-content: flex-start;
  }

  .char-wrap__image {
    width: 40%;
    max-width: 40%;
  }


  .char-wrap__image {
    background-color: #F6F6F6;
    margin-left: 10px;
    border-radius: 20px;
    height: 630px;
    margin-right: 3%;
  }

  .char-wrap__image img {
    border-radius: 20px;
    height: 630px;
  }

  .gallery8-slide {
    height: 630px;
  }

}


.dist .dist-wrap {
  margin-bottom: 0;
}

.sl-foto_home {
  padding: 90px;
  padding: 0;
}
.sl-foto_home {
  max-width: 1400px;
  margin: 15px auto 50px;
}
.wrap_sl-foto {
  margin-left: 5%;
  margin-right: 3%;
  background-color: #ECFAFF;
  padding: 10px;
  border-radius: 20px;
}
.wrap_sl-foto {
  display: flex;
  column-gap: 25px;
  justify-content: space-around;
  padding: 50px;
}

body .sl-foto_home .wrap_sl-foto .item_wrap_sl-foto img {
  max-width: 140px;
  height: auto;
  max-height: 57px;
}





.partner-wrap__content .item-text {
    line-height: 125%;
}



@media (min-width: 1024px) and (max-width: 1150px) {
  .partner-wrap__content .item-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
  }

  .partner-wrap__content .item-flex * {
    margin-bottom: 0 !important;
  }

  .partner .partner-wrap__image {
    max-width: 530px;
  }
}


@media screen and (min-width: 1025px) {
  .partner-wrap__content .item-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
  }

  .partner-wrap__content .item-flex * {
    margin-bottom: 0 !important;
  }
}




@media screen and (max-width: 860px) {
  .sl-foto_home {
    margin-bottom: 2px;
  }
  .main-wrap__list .item-image:after {
    display: none;
  }
  .year-wrap__list .item-content ul li {
    font-weight: 360;
    font-size: 16px;
    line-height: 22px;
    padding-left: 0;
  }
  .year-wrap__title.ttl {
    margin-bottom: 25px;
  }
  .box_new_year-wrap__info {
    background-color: #ECFAFF;
    padding: 130px 0 5px;
    margin-top: -150px;
  }
  .year-wrap__title.ttl {
    margin-bottom: 25px;
  }

  .dist-wrap {
    margin-top: 0;
  }
  .year-wrap__title.ttl {
    margin-bottom: 25px;
  }

  .dist-wrap {
    margin-top: 0;
  }

  .brand-wrap {
    padding: 0;
  }
  .char-wrap {
    padding-top: 0;
  }

  .img_brand-wrap, .content_brand-wrap, .char-wrap__image, .char-wrap__content, .dist-wrap__content, .dist-wrap__image {
    min-height: 420px;
  }

  .dist-wrap__content--text {
    font-size: 16px;
    line-height: 22px;
  }

  .dist-wrap {
  }

  .dist-wrap__content {
    padding: 40px 15px;
  }

  .dist-wrap__image.logo5-slider {
    min-height: auto;
  }

  .img_brand-wrap {
    min-height: auto;
  }

  .content_brand-wrap {
    padding: 40px 15px;
  }

  .char-wrap__content {
    padding: 40px 15px;
  }

  .char-wrap__content--title img {height: 80px;}

  .brand-wrap__title img {
    width: auto;
    height: 80px;
  }

  .char-wrap__image {
    min-height: auto;
  }

  .char-wrap__image.gallery8-slider img {
    border-radius: 20px;
  }

  .partner {
    margin-top: 40px;
  }

  .brand-wrap__text {
    font-size: 16px;
  }

  .char-wrap__content--text {
    font-size: 16px;
  }
  .brand-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .content_brand-wrap {
    margin-bottom: 20px;
  }
  .box_new_year-wrap__info .year-wrap__info .item {
    padding: 0;
    padding-bottom: 20px;
  }

  .year-wrap__info {
    margin-top: 80px;
  }
  .text_content_suz-wrap .suz-wrap__text {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .suz-wrap__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .suz-wrap__list .item {
    width: 100%;
    padding: 0;
  }
  .sl-foto_home {
    padding: 30px 0 20px;
  }

  .partner-wrap__content {
    width: 100%;
    margin: 0;
    height: auto;
  }

  .partner-wrap__image img {
    max-height: 380px;
    height: 380px;
  }

  .partner .partner-wrap__image {
    height: 380px;
    margin: 0;
    margin-top: 20px;
  }
  .sl-foto_home {
    padding: 0 5px;
  }
  .wrap_sl-foto {
    padding: 25px 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
  }
}

