/* Webfont: Lato-Black */
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Black.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Black.woff2") format("woff2"), url("fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Bold */
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Light */
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Semibold */
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Semibold.woff2") format("woff2"), url("fonts/Lato-Semibold.woff") format("woff"), url("fonts/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Regular */
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  height: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  background: #eceae3;
  color: #000000;
  font-weight: normal;
}

#main {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
    display: flex;
    flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.main-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-green {
  color: #234F87;
}

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.3%;
}

.col-2-3 {
  width: 66.6%;
}

.page-inner {
  padding-top: 74px;
}

.br {
  display: block;
}

.body-overflow {
  overflow: hidden;
}

.section-link {
  color: #234F87;
  text-decoration: none;
  outline: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
}
.section-link:hover {
  -webkit-transform: translate(8px, 0);
          transform: translate(8px, 0);
}
.section-link .icon--arrow-right {
  margin: 0 11px 0 26px;
  color: #234F87;
}
.section-link .icon--arc {
  color: #dddfdf;
}
.section-link .icon {
  vertical-align: middle;
}

.section-title {
  font-size: 40px;
  font-weight: 900;
  margin: 0 0 49px 0;
  text-transform: uppercase;
}

.container-title {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}

p {
  margin: 0 0 25px 0;
}

@media (max-width: 992px) {
  .section-title {
    font-size: 33px;
    margin: 0 0 25px 0;
    text-align: center;
  }

  .container-title {
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 25px 0;
    text-transform: uppercase;
  }
}
.icon {
  fill: currentColor;
  display: inline-block;
  vertical-align: top;
}
.icon--arc {
  width: 12px;
  height: 45px;
}
.icon--arc-lg {
  width: 13px;
  height: 40px;
}
.icon--arrow-right {
  width: 42px;
  height: 10px;
}

.header {
  border-bottom: 1px solid #dddfdf;
  padding-bottom: 32px;
  position: relative;
  z-index: 2;
  margin-bottom: 96px;
  background-color:#234F87
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__nav {
  margin: 0 0 3px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 769px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.header__nav li {
  margin-right: 38px; 
  position:relative;
}
.header__nav li:last-child {
  margin-right: 0;
}
.header__nav li a {
  text-decoration: none;
  outline: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: block;  
}
.header__nav .sub-menu { list-style: none; padding: 0; margin: 0;}
@media (min-width: 769px) {
    .header__nav>li { margin-bottom: -36px;}
    .header__nav>li>a { padding-bottom: 36px;}
  .header__nav>li>a:after {
    content: "";
    position: absolute;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #234F87;
    display: block;
  }
  .header__nav li li a:hover {
    color: #234F87;
  }
  .header__nav>li>a:hover:after {
    width: 100%;
  }
  .header__nav>li.current-menu-item:not(.menu-item-type-custom)>a:after {
    width: 100%;
  }
    .header__nav .sub-menu { display: none; position: absolute; top:100%; left:0; background: #a8a8a8; border:1px solid #dddfdf; border-top:3px solid #234F87; border-radius:0 0 3px 3px; margin:-3px 0 0; padding:5px 0; list-style: none;}
    .header__nav li:hover .sub-menu { display: block;}
    .header__nav .sub-menu li { margin-right: 0;}
    .header__nav .sub-menu li a { display: block; padding: 7px 15px; white-space: nowrap;}
}
.header__nav li.current-menu-item:not(.menu-item-type-custom) a {
  color: #A0C1EA;
}

.header__btn-menu {
  display: none;
  width: 40px;
  height: 40px;
  text-decoration: none;
  outline: 0;
  border: 0;
  padding: 13px 0 0;
  margin: 0 0 0;
  position: relative;
  z-index: 100;
}
.header__btn-menu span {
  background: #000;
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 4px;
  margin-left: 10px;
  -webkit-transition: 0.3s opacity ease, 0.3s -webkit-transform ease;
  transition: 0.3s opacity ease, 0.3s -webkit-transform ease;
  transition: 0.3s transform ease, 0.3s opacity ease;
  transition: 0.3s transform ease, 0.3s opacity ease, 0.3s -webkit-transform ease;
  position: relative;
  border-radius: 2px;
  pointer-events: none;
}
.header__btn-menu span:nth-child(1) {
  margin-top: 0;
}
.header__btn-menu.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}
.header__btn-menu.is-active span:nth-child(2) {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  opacity: 0;
}
.header__btn-menu.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -6px;
}

.logo {
  text-decoration: none;
  outline: 0;
}

@media (max-width: 992px) {
  .header__nav li {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .header {
    margin-bottom: 40px;
    padding-bottom: 12.5px;
    position: relative;
  }
  .header__btn-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__nav li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header__nav {
    position: absolute;
    margin-top: 1px;
    z-index: 50;
    right: 0;
    top: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #737373;
    padding: 30px;
    -webkit-box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100%;
  }
  .header__nav.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
.welcome-section {
  margin-top: -103px;
}
.welcome-section .main-container {
  position: relative;
}
.welcome-section__img {
  position: absolute;
/*    background-image: url("images/bg-dots-3.svg");*/
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  width: 730px;
  height: 730px;
  left: -800px;
  top: 80px;
}

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.welcome__text {
  padding-top: 170px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
}
.welcome__title {
  font-size: 48px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
}

.welcome__title a{color:#000
}
.welcome__img-container {
  position: relative;
}
.welcome__img {
  position: relative;
  margin: 17px 0 0 149px;
}
.welcome__img-circles {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -3;
  margin: 48px 0 0 22px;
  pointer-events: none;
}

.stars {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 190px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -403px;
}
.stars__item {
  width: 90px;
  margin-right: 17px;
}
.stars__item:last-child {
  position: relative;
}
.stars__item:last-child:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #234F87;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  pointer-events: none;
}
.stars__item:last-child:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
 /* background-image: url("images/dots-1.svg");*/
  width: 505px;
  height: 505px;
  pointer-events: none;
}
.stars__item img {
  display: block;
  max-width: 100%;
}

@media (max-width: 1400px) {
  .welcome-section {
    margin-top: -50px;
  }

  .welcome-section__img {
    left: -559px;
  }

  .welcome__img {
    margin: 17px 0 0 0;
  }

  .stars {
    top: 130px;
    margin-left: -430px;
  }
}
@media (max-width: 1200px) {
  .welcome__img img {
    display: block;
    max-width: 100%;
  }
  .welcome__img-circles {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1100px) {
  .welcome__title {
    font-size: 40px;
  }
  .welcome__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    padding-top: 245px;
    position: relative;
    z-index: 1;
  }

  .stars {
    top: 115px;
    margin-left: -330px;
  }
  .stars__item {
    width: 50px;
    margin-right: 10px;
  }
  .stars__item:last-child:after {
    width: 120px;
    height: 120px;
  }
  .stars__item:last-child:before {
    background-size: cover;
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .welcome-section {
    margin-top: 0;
  }

  .welcome {
    margin-bottom: 40px;
  }
  .welcome__title {
    font-size: 30px;
  }
  .welcome__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    padding-top: 245px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .welcome {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  .welcome__text {
    padding-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 300px;
  }

  .stars {
    top: 43px;
    margin-left: 43px;
  }
  .stars__item {
    width: 30px;
    margin-right: 10px;
  }
  .stars__item:last-child:after {
    width: 60px;
    height: 60px;
  }
  .stars__item:last-child:before {
    background-size: cover;
    width: 202px;
    height: 202px;
  }

  .welcome__img-container {
    position: relative;
    width: 70%;
    margin: auto;
	display: none;
  }

  .welcome-section__img {
    width: 292px;
    height: 292px;
    left: -146px;
    top: -35px;
  }
  .welcome-section__img img {
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  .welcome {
    margin-bottom: 15px;
  }
  .welcome__text {
    padding-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 300px;
  }

  .welcome__img-container {
    width: 100%;
	display:none;
  }

  .stars {
    top: 26px;
    margin-left: -11px;
  }

  .welcome__img-circles {
    width: 87%;
  }
}
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
.about__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54%;
          flex: 0 0 54%;
  padding-left: 7px;
}
.about__img img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.about__content {
  padding-left: 83px;
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__text {
  position: relative;
  z-index: 1;
}
.about__circle {
  width: 625px;
  height: 625px;
 /* background-image: url("images/bg-dots-about.svg");*/
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  top: 50%;
  right: -449px;
  margin-top: 205px;
  pointer-events: none;
}
.about__circle:before {

  display: block;
  content: "";
  position: absolute;
  width: 82px;
  height: 313px;
  left: 242px;
  top: -69px;
  z-index: -1;
}
.about__circle:after {
  border-radius: 50%;
  background: #fff;
  width: 417px;
  height: 417px;
  position: absolute;
  left: -117px;
  top: -120px;
  z-index: -2;
  content: "";
}

.about-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  margin: auto;
  margin-top: 16px;
  position: relative;
  margin-bottom: 61px;
}
.about-results__circle-mobile {
  display: none;
  border-radius: 50%;
  background: #fff;
  width: 209px;
  height: 209px;
  position: absolute;
  right: 0;
  bottom: -35px;
  pointer-events: none;
}
@media (min-width: 569px) {
  .about-results__circle-mobile {
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
.about-results__circle-mobile:before {

  display: block;
  content: "";
  position: absolute;
  width: 41px;
  height: 157px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.about-results__circle-mobile:after {
  width: 313px;
  height: 313px;
/*  background-image: url("images/bg-dots-about.svg");*/
  background-size: cover;
  display: block;
  content: "";
  position: absolute;
  right: -150px;
  bottom: -150px;
  z-index: -2;
}
.about-results__item {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0 40px;
  position: relative;
}
.about-results__item:last-child:after, .about-results__item:last-child:before {
  display: none;
}
.about-results__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100px;
  background: #dddfdf;
}
.about-results__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -3.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #dddfdf;
  border-radius: 50%;
}
.about-results__count {
  font-size: 60px;
  color: #234F87;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
}
.about-results__text {
  font-size: 18px;
  line-height: 1.1;
}

.about-section {
  margin-bottom: 78px;
}

.about-slider {
  position: relative;
  margin: 73px 0 75px 0;
}
.about-slider .splide__pagination {
  bottom: -57.5px;
}
@media (min-width: 769px) {
  .about-slider .splide__track:after {
    content: "";
    width: 5px;
    height: 100%;
    right: 0;
    background: #fff;
    top: 0;
    position: absolute;
    z-index: 2;
  }
  .about-slider .splide__track:before {
    content: "";
    width: 5px;
    height: 100%;
    left: 0;
    background: #fff;
    top: 0;
    position: absolute;
    z-index: 2;
  }
}
.about-slider .splide__arrow--prev {
  left: -195px;
}
.about-slider .splide__arrow--next {
  right: -195px;
}
.about-slider .splide__arrow {
  background: none;
  width: 67px;
  height: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-slider .splide__arrow .icon--arc {
  fill: #dddfdf;
  width: 12px;
  height: 45px;
}
.about-slider .splide__arrow .icon--arrow-right {
  fill: #234F87;
  width: 42px;
  height: 10px;
}
@media (min-width: 576px) {
  .about-slider .splide__slide:after {
    height: 100px;
    width: 1px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    background: #e1e3e3;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .about-slider .splide__slide:before {
    height: 6px;
    width: 6px;
    content: "";
    position: absolute;
    right: -2.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    background: #e1e3e3;
    border-radius: 50%;
    display: block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .about-slider .splide__slide:last-child:after {
    display: none;
  }
  .about-slider .splide__slide:last-child:before {
    display: none;
  }
}
.about-slider__item {
  max-width: 200px;
  margin: auto;
}
.about-slider__name {
  font-weight: 900;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
}
.about-slider__post {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}
.about-slider__img {
  margin-bottom: 23px;
}
.about-slider__img img {
  display: inline-block;
  max-width: 100%;
}
.about-slider .splide__pagination__page {
  width: 20px;
  height: 20px;
  opacity: 1;
  margin: 0 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.about-slider .splide__pagination__page:after {
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #dddfdf;
  border-radius: 50%;
}
.about-slider .splide__pagination__page.is-active {
  background: #234F87;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #eeefef;
  width: 20px;
  height: 20px;
}
.about-slider .splide__pagination__page.is-active:after {
  width: 8px;
  height: 8px;
  position: absolute;
  background: #234F87;
}

.about-section-title {
  position: relative;
  padding: 42px 0 0 0;
}
.about-section-title__text {
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding-right: 15px;
}
.about-section-title__dots {
  position: absolute;
  z-index: -1;
  top: -166px;
  left: -377px;
/*  background-image: url("images/dots-1.svg");*/
  width: 505px;
  height: 505px;
  pointer-events: none;
}
.about-section-title__dots:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #234F87;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  pointer-events: none;
}

.about-preview {
  max-width: 1140px;
  margin: auto;
  margin-bottom: 90px;
}
.about-preview img {
  max-width: 100%;
}

.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -37px 0 25px 0;
  position: relative;
}
.about-us:after {
  position: absolute;
 /* background-image: url("images/bg-dots-3.svg");*/
  background-size: cover;
  content: "";
  z-index: -1;
  width: 730px;
  height: 730px;
  left: -772px;
  top: 235px;
}
.about-us__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}
.about-us__img {
  margin: -43px 0 0 78px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
}
.about-us__img img {
  display: block;
  max-width: 100%;
}

@media (max-width: 1640px) {
  .about-slider {
    padding: 0 67px;
  }
  .about-slider .splide__arrow--prev {
    left: 0;
  }
  .about-slider .splide__arrow--next {
    right: 0;
  }
}
@media (max-width: 1500px) {
  .about__circle {
    right: -345px;
  }
  .about__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .about__content {
    padding: 0 25px 0 43px;
  }

  .about-us {
    margin: 0 0 80px 0;
  }
  .about-us:after {
    left: -500px;
  }
}
@media (max-width: 1240px) {
  .about__circle {
    right: -320px;
  }
  .about__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .about__content {
    padding: 0 55px 0 25px;
  }

  .about-results {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .about {
    margin-bottom: 25px;
  }
  .about__circle {
    display: none;
  }
  .about__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .about__content {
    padding: 0 0 0 25px;
  }

  .about-results__item {
    padding: 0 7px;
  }

  .about-results__circle-mobile {
    display: block;
  }

  .about-slider {
    margin-bottom: 120px;
  }

  .about-us__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .about-us__img {
    margin: 0 0 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__title {
    font-size: 36px;
    text-align: center;
  }
  .about__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
    margin-bottom: 15px;
  }
  .about__content {
    padding: 0;
  }

  .about-section {
    margin-bottom: 90px;
  }

  .about-slider {
    padding: 0 57px;
  }
  .about-slider .splide__arrow--prev {
    left: -15px;
  }
  .about-slider .splide__arrow--next {
    right: -15px;
  }

  .about-section-title {
    position: relative;
    padding: 86px 0 0 0;
  }
  .about-section-title__text {
    font-size: 24px;
    line-height: 1.1;
    padding-right: 0;
  }
  .about-section-title__dots {
    top: -166px;
    left: -200px;
    background-size: cover;
    width: 350px;
    height: 350px;
  }
  .about-section-title__dots:before {
    width: 120px;
    height: 120px;
  }

  .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-us__img {
    margin-bottom: 50px;
  }
  .about-us:after {
    left: -500px;
    width: 350px;
    height: 350px;
    top: auto;
    bottom: -200px;
    left: -200px;
  }
}
@media (max-width: 768px) and (min-width: 569px) {
  .about-results__count {
    font-size: 50px;
  }
  .about-results__text {
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  .about-results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
  }
  .about-results__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 15px 0;
  }
  .about-results__item:before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: -1px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100px;
    height: 1px;
  }
  .about-results__item:after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: -3.5px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .about__img {
    width: 100%;
  }

  .about-section-title {
    position: relative;
    padding: 86px 0 0 0;
  }
  .about-section-title__text {
    font-size: 24px;
    line-height: 1.1;
    padding-right: 0;
  }
  .about-section-title__dots {
    top: -93px;
    left: -150px;
 /*   background-image: url("images/dots-1.svg");*/
    background-size: cover;
    width: 253px;
    height: 253px;
  }
  .about-section-title__dots:before {
    width: 90px;
    height: 90px;
  }
}
.services {
  margin: 0 0 68px 0;
  background-color: #8080803d;
}
.services .main-container {
  position: relative;
}
.services__circle {
  position: absolute;
  width: 1010px;
  height: 1010px;
  z-index: -1;
  left: -424px;
  top: -44px;
}
.services__circle:before {
  width: 100%;
  height: 100%;
  content: "";
/*  background-image: url("images/skloduvy.svg");*/
  background-size: cover;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.services__circle:after {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 43px;
  top: 13px;
  background: #234F87;
  z-index: -2;
}
.services__grid-item {
  height: 151px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px 0 65px;
}
.services__grid-item:hover {
  color: #fff;
}
.services__grid-item:hover .services__link:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.services__grid-item:hover .services__icon .icon {
  opacity: 0;
}
.services__grid-item:hover .services__icon .icon-hover {
  opacity: 1;
}
.services__link {
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  outline: 0;
}
.services__link:after {
  content: "";
  display: block;
  background: #234F87;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  height: 0;
  width: 0;
  opacity: 0;
}
.services__icon {
  margin: 0 0 0 -11px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.services__icon .icon--service {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 60px;
  height: 60px;
}
.services__icon .icon-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  fill: currentColor;
}
.services__title {
  font-size: 24px;
  text-align: center;
  color: #234F87;
  margin: 0 0 30px 0;
  font-weight: 900;
  text-transform: uppercase;
}
.services__text {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  padding-left: 25px;
}
.services .grid {
  margin-bottom: 72px;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  position: relative;
}
@media (min-width: 769px) {
  .grid__item:nth-child(3n) .grid__cross-right {
    right: -26px;
    top: -25px;
    display: block;
  }
  .grid__item:nth-last-child(-n+3):before {
    content: "";
    position: absolute;
    left: -25px;
    bottom: -26px;
  /*  background-image: url("images/cross1.svg");*/
    width: 51px;
    height: 51px;
    background-size: cover;
    z-index: 1;
  }
  .grid__item:last-child:after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -26px;
 /*   background-image: url("images/cross1.svg");*/
    width: 51px;
    height: 51px;
    background-size: cover;
    z-index: 1;
  }
}
.grid__cross {
  position: absolute;
/*  background-image: url("images/cross1.svg");*/
  width: 51px;
  height: 51px;
  background-size: cover;
  z-index: 1;
}
.grid__cross-left {
  left: -25px;
  top: -25px;
}
.grid__cross-right {
  display: none;
}
.grid__item-1-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  position: relative;
}
@media (min-width: 769px) {
  .grid__item-1-4:nth-child(4n) .grid__cross-right {
    right: -26px;
    top: -25px;
    display: block;
  }
  .grid__item-1-4:nth-last-child(-n+4):before {
    content: "";
    position: absolute;
    left: -25px;
    bottom: -26px;
/*    background-image: url("images/cross1.svg");*/
    width: 51px;
    height: 51px;
    background-size: cover;
    z-index: 1;
  }
  .grid__item-1-4:last-child:after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -26px;
/*    background-image: url("images/cross1.svg");*/
    width: 51px;
    height: 51px;
    background-size: cover;
    z-index: 1;
  }
}

@media (max-width: 1200px) {
  .services__grid-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
  }

  .services__text {
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .services__icon {
    margin: 0 10px 0 0;
  }
  .services__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (min-width: 569px) {
  .blanket-empty .clients__item { height:0;}
    .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .grid__item:nth-child(2n) .grid__cross-right {
    right: -26px;
    top: -25px;
    display: block;
  }
  .grid__item:nth-last-child(-n+2):before {
    content: "";
    position: absolute;
    left: -25px;
    bottom: -26px;
 /*   background-image: url("images/cross1.svg");*/
    width: 51px;
    height: 51px;
    background-size: cover;
  }
  .grid__item:last-child:after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -26px;
/*    background-image: url("images/cross1.svg");*/
    width: 51px;
    height: 51px;
    background-size: cover;
  }

  .services__text {
    font-size: 18px;
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  .services__circle {
    position: absolute;
    width: 506px;
    height: 506px;
    z-index: -1;
    left: -90px;
    top: -90px;
  }
  .services__circle:before {
    width: 100%;
    height: 100%;
    content: "";
 /*   background-image: url("images/skloduvy.svg");*/
    background-size: cover;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .services__circle:after {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    left: 43px;
    top: 13px;
    background: #234F87;
    z-index: -2;
  }
}
@media (max-width: 568px) {
  .mobile-none {
    display: none;
  }

  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .grid__item .grid__cross-right {
    right: -26px;
    top: -25px;
    display: block;
  }
  .grid__item:last-child:after, .grid__item.mobile-last:after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -25px;
 /*   background-image: url("images/cross1.svg");*/
    width: 51px;
    height: 51px;
    background-size: cover;
  }
  .grid__item:last-child:before, .grid__item.mobile-last:before {
    content: "";
    position: absolute;
    left: -25px;
    bottom: -25px;
/*    background-image: url("images/cross1.svg");*/
    width: 51px;
    height: 51px;
    background-size: cover;
  }

  .services__text {
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 173px;
            flex: 0 0 173px;
  }
}
.clients-slider {
  position: relative;
  margin: 105px 0 234px 0;
}
.clients-slider .splide__pagination {
  bottom: -111.5px;
}
.clients-slider .splide__track:after {
  content: "";
  width: 5px;
  height: 100%;
  right: 0;
  background: #fff;
  top: 0;
  position: absolute;
  z-index: 2;
}
.clients-slider .splide__track:before {
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  background: #fff;
  top: 0;
  position: absolute;
  z-index: 2;
}
.clients-slider .splide__arrow--prev {
  left: -195px;
}
.clients-slider .splide__arrow--next {
  right: -195px;
}
.clients-slider .splide__arrow {
  background: none;
  width: 67px;
  height: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clients-slider .splide__arrow .icon--arc {
  fill: #dddfdf;
  width: 12px;
  height: 45px;
}
.clients-slider .splide__arrow .icon--arrow-right {
  fill: #234F87;
  width: 42px;
  height: 10px;
}
.clients-slider .splide__slide {
  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;
}
@media (min-width: 576px) {
  .clients-slider .splide__slide {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  /*.clients-slider .splide__slide:hover {
    background: #f6f7f7;
  }*/
  .clients-slider .splide__slide:after {
    height: 100%;
    width: 1px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: #e1e3e3;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .clients-slider .splide__slide:before {
    height: 6px;
    width: 6px;
    content: "";
    position: absolute;
    right: -2.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    background: #e1e3e3;
    border-radius: 50%;
    display: block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .clients-slider .splide__slide:last-child:after {
    display: none;
  }
  .clients-slider .splide__slide:last-child:before {
    display: none;
  }
}
.clients-slider__img {
  position: relative;
  padding: 0 5px;
}
.clients-slider__img img {
  display: inline-block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.clients-slider__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.clients-slider .splide__pagination__page {
  width: 20px;
  height: 20px;
  opacity: 1;
  margin: 0 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  transition: 0.3s all ease;
}
.clients-slider .splide__pagination__page:after {
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #dddfdf;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
}
.clients-slider .splide__pagination__page:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #234F87;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 2;
  opacity: 0;
}
.clients-slider .splide__pagination__page.is-active {
  background: #234F87;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #eeefef;
  width: 20px;
  height: 20px;
}
.clients-slider .splide__pagination__page.is-active:before {
  opacity: 1;
}
.clients-slider .splide__pagination__page.is-active:after {
  opacity: 0;
}
.clients-slider .splide__pagination__page:hover {
  background: #234F87;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #eeefef;
  width: 20px;
  height: 20px;
}
.clients-slider .splide__pagination__page:hover:before {
  opacity: 1;
}
.clients-slider .splide__pagination__page:hover:after {
  opacity: 0;
}

.clients-container .main-container {
  position: relative;
}
.clients-container__dots {
  position: absolute;
/*  background-image: url("images/bg-dots-3.svg");*/
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  width: 730px;
  height: 730px;
  left: -800px;
  top: 80px;
}
.clients-container__circles {
  position: absolute;
/*  background-image: url("images/bg-circles.svg");*/
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  width: 705px;
  height: 705px;
  top: -50px;
  right: -850px;
}
.clients-container__circles:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f6f7f7;
  display: block;
  border-radius: 50%;
  width: 574px;
  height: 574px;
}
.clients-container__dots-right {
  position: absolute;
  z-index: -1;
  top: -129px;
  right: -448px;
/*  background-image: url("images/dots-1.svg");*/
  width: 505px;
  height: 505px;
  pointer-events: none;
}
.clients-container__dots-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #234F87;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  pointer-events: none;
}

.clients {
  margin-bottom: 150px;
}
.clients__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;
  height: 150px;
  padding-left: 20px;
  padding-right: 20px;
}
.clients__item img {
  max-width: 100%;
  display: block;
}

@media (max-width: 1640px) {
  .clients-slider {
    padding: 0 67px;
  }
  .clients-slider .splide__arrow--prev {
    left: 0;
  }
  .clients-slider .splide__arrow--next {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .clients-slider .splide__pagination {
    bottom: -50px;
  }

  .clients-slider {
    margin: 0 0 135px 0;
  }
}
@media (max-width: 992px) {
  .clients-container__dots {
    width: 350px;
    height: 350px;
    left: -172px;
    bottom: -184px;
    top: auto;
  }
  .clients-container__dots-right {
    top: -47px;
    right: -118px;
    background-size: cover;
    width: 280px;
    height: 280px;
  }
  .clients-container__dots-right:before {
    width: 90px;
    height: 90px;
  }
  .clients-container__circles {
    z-index: -2;
    width: 350px;
    height: 350px;
    top: 36px;
    right: -260px;
  }
  .clients-container__circles:after {
    width: 275px;
    height: 275px;
  }
}
.news-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1539px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
}
.news-container .grid {
  margin-bottom: 70px;
}

.figure-bg {
  position: relative;
}
@media (min-width: 992px) {
  .figure-bg.page-sm-bg .figure-bg__circles {
    top: -87px;
    left: -500px;
  }
  .figure-bg.page-sm-bg .figure-bg__dots {
    top: 670px;
    right: -380px;
  }
  .figure-bg.page-bg .figure-bg__circles {
    top: -87px;
  }
  .figure-bg.page-bg .figure-bg__dots {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .figure-bg.page-bg {
    margin-bottom: 150px;
  }
}
.figure-bg__circles {
/*  background-image: url("images/bg-circles.svg");*/
  background-size: cover;
  width: 507px;
  height: 507px;
  position: absolute;
  left: -401px;
  top: -234px;
  z-index: -1;
}
.figure-bg__circles:after {
  content: "";
  position: absolute;
  bottom: -68px;
  left: 125px;
  width: 250px;
  height: 250px;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background: #dddfdf;
}
.figure-bg__circles:before {
  content: "";
  position: absolute;
  bottom: -103px;
  left: 229px;
  width: 175px;
  height: 175px;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: #fff;
}
.figure-bg__dots {
  position: absolute;
  right: -296px;
  top: 191px;
  width: 200px;
  height: 200px;
  background: #234F87;
  border-radius: 50%;
  z-index: -1;
}
.figure-bg__dots:after {
  content: "";
  position: absolute;
  bottom: -89px;
  left: -599px;
  width: 730px;
  height: 730px;
  z-index: 1;
  display: block;
/*  background-image: url("images/bg-dots.svg");*/
  background-size: cover;
}
.figure-bg__dots:before {
  content: "";
  position: absolute;
  bottom: -211px;
  left: 67px;
  width: 78px;
  height: 302px;
  z-index: 2;
  display: block;
 
}

.news__item {
  height: 100%;
  position: relative;
  padding: 50px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-left: 1px;
}
.news__item:hover {
  background: #f6f7f7;
}
.news__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: 0;
  z-index: 2;
}
.news__img {
  margin-bottom: 23px;
}
.news__img img {
  display: block;
  width: 100%;
}
.news__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 11px 0;
}
.news__day {
  font-weight: 900;
  font-size: 24px;
  color: #234F87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

.news__day:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #dddfdf;
  position: absolute;
  right: 0;
  top: 6px;
  border-radius: 50%;
}

.news__day .icon {
  color: #dddfdf;
}
.news__month {
  font-size: 14px;
  padding-right: 12px;
  margin-right: 6px;
  position: relative;
  color: #234F87;
}
.news__month:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #dddfdf;
  position: absolute;
  right: 0;
  top: 6px;
  border-radius: 50%;
}
.news__year {
  font-size: 14px;
  color: #234F87;
}
.news__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.category-12 .news__date {display:none}
.category-12 .direction__img {display:none}

@media (max-width: 1400px) {
  .news__item {
    padding: 25px;
  }
}
@media (max-width: 1200px) {
  .news__name {
    font-size: 16px;
  }

  .news__item {
    padding: 20px;
  }

  .figure-bg__circles {
    left: -224px;
    top: -5px;
  }
  .figure-bg__dots {
    right: -139px;
    top: 350px;
  }
}
@media (max-width: 992px) {
  .news__item {
    padding: 30px;
  }
  .figure-bg.page-sm-bg .figure-bg__circles {
    top: 150px;
  }
  .figure-bg__circles {
    width: 254px;
    height: 254px;
    left: -124px;
    top: -149px;
  }
  .figure-bg__circles:after {
    bottom: -38px;
    left: 62px;
    width: 125px;
    height: 125px;
  }
  .figure-bg__circles:before {
    bottom: -51px;
    left: 114px;
    width: 87px;
    height: 87px;
  }
  .figure-bg__dots {
    right: -39px;
    top: auto;
    bottom: 0;
    width: 100px;
    height: 100px;
  }
  .figure-bg__dots:after {
    bottom: -43px;
    left: -300px;
    width: 365px;
    height: 365px;
  }
  .figure-bg__dots:before {
    bottom: -105px;
    left: 33px;
    width: 39px;
    height: 150px;
  }

  .news-container {
    margin-bottom: 50px;
  }

  .news-container .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 568px;
    margin: auto;
    margin-bottom: 40px;
  }
  .news-container .grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .news-container .grid__item .grid__cross-right {
    right: -26px;
    top: -25px;
    display: block;
  }
  .news-container .grid__item:last-child:after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -25px;
/*    background-image: url("images/cross1.svg");*/
    width: 51px;
    height: 51px;
    background-size: cover;
  }
  .news-container .grid__item:last-child:before {
    content: "";
    position: absolute;
    left: -25px;
    bottom: -25px;
/*    background-image: url("images/cross1.svg");*/
    width: 51px;
    height: 51px;
    background-size: cover;
  }
}
@media (max-width: 568px) {
  .news__item {
    padding: 30px 0;
  }
}
.footer {
  padding: 19px 0 80px 0;
	background-color:#bfbdbda8
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.footer__title {
  font-weight: 900;
  margin: 0 0 6px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__list-item {
  margin-bottom: 6px;
}
.footer__list-link {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #848585;
}
.footer__list-link:hover {
  color: #234F87;
}
.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav-item {
  margin-bottom: 6px;
}
.footer__nav-link {
  text-decoration: none;
  outline: 0;
  color: #000;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__nav-link:hover {
  color: #234F87;
}
.footer__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.footer__col:nth-last-child(-n+2) .footer__list {
  padding-top: 30px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__copy-right {
  font-size: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.footer__contacts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer__contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}
.footer__contacts-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer .main-container {
  position: relative;
}
.footer__bg-circles {
/*  background-image: url("images/bg-circles.svg");*/
  background-size: cover;
  width: 507px;
  height: 507px;
  position: absolute;
  right: -579px;
  top: -58px;
  z-index: -1;
}
.footer__bg-circles:after {
  content: "";
  position: absolute;
  top: -54px;
  left: 134px;
  width: 150px;
  height: 150px;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background: #dddfdf;
}
.footer__bg-circles:before {
  content: "";
  position: absolute;
  top: -42px;
  left: -59px;
  width: 250px;
  height: 250px;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: #fff;
}
.footer__bg-dots {
  position: absolute;
  left: -459px;
  top: 158px;
  width: 240px;
  height: 240px;
  background: #234F87;
  border-radius: 50%;
  z-index: -3;
}
.footer__bg-dots:after {
  content: "";
  position: absolute;
  bottom: -115px;
  right: -496px;
  width: 625px;
  height: 450px;
  z-index: 1;
  display: block;
/*  background-image: url("images/bg-skloduvy.svg");*/
  background-size: cover;
}
@media (max-width: 992px) {
  .footer__bg-dots:after {
    height: 625px;
    bottom: -243px;
  }
}
.footer__bg-dots:before {
  content: "";
  position: absolute;
  top: -207px;
  left: 79px;
  width: 79px;
  height: 302px;
  z-index: 2;
  display: block;
 
}

@media (max-width: 1600px) {
  .footer__bg-circles {
    right: -244px;
  }

  .footer__bg-dots {
    left: -280px;
  }
}
@media (max-width: 992px) {
  .footer__bg-circles {
    top: 150px;
  }

  .footer__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 25px;
  }
  .footer__col:nth-last-child(-n+2) .footer__list {
    padding-top: 0;
  }

  .footer__copy-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer__contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer__contacts-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 568px) {
  .footer__bg-circles {
    width: 254px;
    height: 254px;
    right: -3px;
    top: -25px;
  }
  .footer__bg-circles:after {
    top: -25px;
    left: 65px;
    width: 75px;
    height: 75px;
  }
  .footer__bg-circles:before {
    top: -21px;
    left: -28px;
    width: 125px;
    height: 125px;
  }

  .footer__bg-dots {
    left: 188px;
    top: auto;
    bottom: 120px;
    width: 120px;
    height: 120px;
  }
  .footer__bg-dots:after {
    bottom: -120px;
    right: -250px;
    width: 313px;
    height: 313px;
  }
  .footer__bg-dots:before {
    top: -102px;
    left: 34px;
    width: 39px;
    height: 150px;
  }

  .footer__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 25px;
  }
  .footer__col:last-child {
    margin-bottom: 0;
  }
  .footer__col:nth-child(2) {
    margin-bottom: 0;
  }
  .footer__col:nth-last-child(-n+2) .footer__list {
    padding-top: 0;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .footer__copy-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer__contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer__contacts-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 25px;
  }
}
.direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.direction__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.direction__text {
  padding: 12px 90px 0 0;
}
.direction__text p {
  margin: 0 0 15px 0;
}
.direction__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.direction__img img {
  display: block;
  max-width: 100%;
}

.text-container {
  margin-bottom: 50px;
	font-size: 20px;
}

.direction-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 55px;
  margin-bottom: 64px;
}
.direction-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  position: relative;
  padding: 0 50px;
}
.direction-list__item:nth-child(3n):after, .direction-list__item:nth-child(3n):before {
  display: none;
}
.direction-list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: -1px;
  width: 1px;
  height: 100px;
  background: #dddfdf;
}
.direction-list__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 72px;
  right: -3.5px;
  width: 6px;
  height: 6px;
  background: #dddfdf;
  border-radius: 50%;
}
.direction-list__number {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  background: #234F87;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  margin-bottom: 12px;
}
.direction-list__text {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.42;
}
.direction-list__text p {
  margin: 0 0 15px 0;
}

@media (max-width: 1200px) {
  .direction__text {
    padding: 0 30px 0 0;
  }

  .direction-list__item {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-wrap:wrap;
    margin-top: -96px;
    margin-bottom: 40px;
  }
  .direction__img {
    margin-bottom: 50px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .direction__text {
    padding: 0;
  }

  .direction-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 568px;
    margin: auto;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .direction-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 15px;
    padding: 0;
  }
  .direction-list__item:before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: -1px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100px;
    height: 1px;
  }
  .direction-list__item:after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: -3.5px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
    .direction-list__item:nth-child(3n):before, .direction-list__item:nth-child(3n):after { display: block;}
    .direction-list__item:last-child:before, .direction-list__item:last-child:after { display: none;}

  .text-container {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .direction {
    margin-top: -40px;
  }
}
.contacts-section {
  position: relative;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 88px 0;
}
.contacts__city {
  color: #234F87;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 6px;
}
.contacts__phone {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #848585;
  font-size: 16px;
  display: inline-block;
}
.contacts__phone:hover {
  color: #234F87;
}
.contacts__mail {
  color: #234F87;
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 16px;
  display: inline-block;
}
.contacts__mail:hover {
  color: #848585;
}
.contacts__address {
  color: #848585;
  font-size: 16px;
  line-height: 1;
}
.contacts__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 30px;
}
.contacts__info {
  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;
  margin-bottom: 22px;
  min-height: 135px;
}
.contacts__info .contacts__city {
  margin-bottom: 6px;
}
.contacts__info .contacts__address {
  line-height: 1.3;
  margin: 0 0 2px 0;
}
.contacts__info .contacts__phone {
  color: #234F87;
  line-height: 1;
}
.contacts__info .contacts__phone:hover {
  color: #848585;
}
.contacts__map {
  height: 428px;
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
}

.contacts-form {
  background: #f6f7f7;
  max-width: 599px;
  position: relative;
  margin: auto;
  padding: 68px 99px;
  margin-bottom: 150px;
}
.contacts-form__cross {
  position: absolute;
/*  background-image: url("images/cross1.svg");*/
  width: 51px;
  height: 51px;
  background-size: cover;
  z-index: 1;
}
.contacts-form__cross-left {
  left: -26px;
  top: -26px;
}
.contacts-form__cross-right {
  right: -26px;
  top: -26px;
}
.contacts-form:before {
  content: "";
  position: absolute;
  left: -26px;
  bottom: -26px;
/*  background-image: url("images/cross1.svg");*/
  width: 51px;
  height: 51px;
  background-size: cover;
  z-index: 1;
}
.contacts-form:after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -26px;
/*  background-image: url("images/cross1.svg");*/
  width: 51px;
  height: 51px;
  background-size: cover;
  z-index: 1;
}

.form-item {
  margin-bottom: 33px;
}
.form-item__input {
  border: 0;
  border-bottom: 1px solid #dde0e1;
  color: #000;
  outline: 0;
  font-size: 18px;
  background: transparent;
  width: 100%;
  padding: 0 0 14px 0;
}
.form-item__input::-webkit-input-placeholder {
  color: #000;
}
.form-item__input::-moz-placeholder {
  color: #000;
}
.form-item__input:-ms-input-placeholder {
  color: #000;
}
.form-item__input::-ms-input-placeholder {
  color: #000;
}
.form-item__input::placeholder {
  color: #000;
}
.form-item__textarea {
  border: 0;
  border-bottom: 1px solid #dde0e1;
  color: #000;
  outline: 0;
  font-size: 18px;
  background: transparent;
  width: 100%;
  font-family: "Lato", sans-serif;
  height: 136px;
    min-height: 37px;
  resize: vertical;
}

.contacts-form__title {
  font-size: 30px;
  color: #234F87;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin: 0 0 34px 0;
}

.btn-rimary {
  display: inline-block;
  vertical-align: top;
  background: #234F87;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 1px solid transparent;
  text-decoration: none;
  outline: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 58px;
  font-weight: 900;
    cursor: pointer;
}
.btn-rimary:hover {
  border: 1px solid #234F87;
  background: #fff;
  color: #234F87;
}

@media (max-width: 992px) {
  .contacts-form__title {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 568px) {
  .contacts__map {
    margin-left: -20px;
    margin-right: -20px;
  }

  .contacts-form {
    padding: 70px 20px 50px 20px;
  }
}