.main_block .image_main > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_block .image_main > img {
  object-fit: cover;
}

.section_cloud .block_list, .main_block .poster_info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .section_contact, .section_partners, .section_cloud .list_cloud, .section_cloud, .section_experience, .main_block {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section_contact, .section_partners, .section_cloud .list_cloud, .section_cloud, .section_experience, .main_block {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .section_contact, .section_partners, .section_cloud .list_cloud, .section_cloud, .section_experience, .main_block {
    margin-bottom: 60px;
  }
}

.section_cloud .last_cloud_list > li ul, .section_cloud .list_cloud ul {
  line-height: 1.7em;
}
@media screen and (min-width: 1025px) {
  .section_cloud .last_cloud_list > li ul, .section_cloud .list_cloud ul {
    font-size: 180%;
  }
}
@media screen and (max-width: 1024px) {
  .section_cloud .last_cloud_list > li ul, .section_cloud .list_cloud ul {
    font-size: 160%;
  }
}

.section_contact .info_block {
  font-size: 160%;
  line-height: 19px;
}

.section_contact .page_container > .page_description, .section_partners .page_container > .page_description, .section_cloud .page_container > .page_description, .section_experience .page_container > .page_description,
.section_contact .page_container > .page_title,
.section_partners .page_container > .page_title,
.section_cloud .page_container > .page_title,
.section_experience .page_container > .page_title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 16px;
}

.large_container {
  max-width: 1775px;
  margin: 0 auto;
  padding: 0 15px;
}

.main_block {
  position: relative;
  overflow: hidden;
}
.main_block .poster_block {
  position: relative;
  overflow: hidden;
}
.main_block .image_main {
  display: block;
  position: relative;
  overflow: hidden;
}
.main_block .image_main:before {
  display: block;
  content: "";
  padding-bottom: 39.21%;
}
@media screen and (max-width: 1200px) {
  .main_block .image_main:before {
    padding-bottom: 52.21%;
  }
}
.main_block .poster_info {
  padding: 30px;
  flex-direction: column;
  color: #F4F4F4;
  max-width: 965px;
  margin: 0 auto;
}
.main_block .page_description,
.main_block .main_title {
  margin-bottom: 16px;
  color: #F4F4F4;
}
@media screen and (min-width: 1025px) {
  .main_block .block_main {
    position: relative;
  }
  .main_block .block_main:before {
    display: block;
    content: "";
    position: absolute;
    right: 100px;
    bottom: -180px;
    height: 200px;
    z-index: 1;
    width: 100%;
    background: #F4F4F4;
    transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    -o-transform: rotate(9deg);
  }
  .main_block .block_main:after {
    display: block;
    content: "";
    position: absolute;
    right: -100px;
    bottom: -180px;
    height: 200px;
    z-index: 1;
    width: 100%;
    background: #F4F4F4;
    transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
  }
  .main_block .main_title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .main_block .page_description {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .main_block .poster_info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) {
  .main_block {
    box-shadow: none;
  }
  .main_block .poster_info {
    padding: 20px 0 0;
  }
  .main_block .page_description,
  .main_block .main_title {
    color: #414141;
  }
}
@media screen and (max-width: 600px) {
  .main_block .image_main:before {
    padding-bottom: 80%;
  }
}

.section_experience {
  position: relative;
}
.section_experience .experience_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 24px;
}
.section_experience .experience_list li {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .section_experience .experience_list li:first-child:before {
    display: block;
    content: "";
    position: absolute;
    background-image: url("../css/images/line1.svg");
    background-size: 1920px;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100vw;
    bottom: 255px;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
  }
  .section_experience .experience_list li:last-child:before {
    background-image: url("../css/images/line2.svg");
    background-size: 1920px;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100vw;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    bottom: 0;
    top: 60%;
  }
}
.section_experience .experience_list li:nth-child(even) .page_row {
  flex-direction: row-reverse;
}
.section_experience .experience_list li:nth-child(even) .info_block {
  margin-left: 0;
  margin-right: auto;
}
.section_experience .experience_list .page_row {
  align-items: center;
}
.section_experience .experience_list .sub_title {
  margin-bottom: 8px;
}
.section_experience .img_block {
  flex: 0 0 41.66%;
  max-width: 41.66%;
}
@media screen and (min-width: 1025px) {
  .section_experience .img_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .section_experience .img_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .section_experience .img_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .section_experience .img_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section_experience .img_block img {
  width: 100%;
  height: auto;
  display: block;
  object-position: bottom center;
}
.section_experience .info_block {
  margin-left: auto;
  flex: 0 0 50%;
  max-width: 50%;
  background: rgba(244, 244, 244, 0.8);
}
@media screen and (min-width: 1025px) {
  .section_experience .info_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .section_experience .info_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .section_experience .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) and (min-width: 1025px) {
  .section_experience .info_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) and (max-width: 1024px) {
  .section_experience .info_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section_experience .info_block .sub_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section_experience .info_block .page_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.section_cloud {
  position: relative;
  overflow: hidden;
}
.section_cloud .cloud_block {
  max-width: 970px;
  margin: 80px auto;
}
@media screen and (max-width: 1024px) {
  .section_cloud .cloud_block {
    margin: 40px auto;
  }
}
.section_cloud .cloud_block img {
  width: 100%;
  height: auto;
  display: block;
  object-position: bottom center;
}
.section_cloud .list_cloud {
  padding: 0 15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_cloud .list_cloud > li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media screen and (min-width: 1025px) {
  .section_cloud .list_cloud > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .section_cloud .list_cloud > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .section_cloud .list_cloud > li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .section_cloud .list_cloud > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section_cloud .list_cloud .sub_title {
  margin-bottom: 16px;
}
.section_cloud .list_cloud ul {
  padding: 0;
  margin: 0;
  color: #414141;
  list-style-type: disc;
}
.section_cloud .last_cloud_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
.section_cloud .last_cloud_list > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 575px) {
  .section_cloud .last_cloud_list > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.section_cloud .last_cloud_list > li ul {
  padding: 0;
  margin: 0;
  color: #414141;
  list-style-type: disc;
}
.section_cloud .last_cloud_list > li .img_block {
  margin: 0 auto 40px;
  max-width: 221px;
}
.section_cloud .last_cloud_list > li .img_block img {
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.section_cloud .last_cloud_list .sub_title {
  margin-bottom: 16px;
  text-align: center;
}
.section_cloud .block_list {
  flex-direction: column;
  position: relative;
  text-align: inherit;
}
.section_cloud .block_list:before {
  display: block;
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #E9B24B 0%, rgba(233, 178, 75, 0) 100%);
  filter: blur(150px);
  top: -100px;
  right: 0;
  width: 300px;
  height: 300px;
}

.section_partners {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .section_partners .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .section_partners .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section_partners .swiper-slide > div,
.section_partners .swiper-slide > a {
  font-size: 0;
  line-height: 0;
  display: block;
}
.section_partners .swiper-slide img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 125px;
  object-fit: contain;
}
.section_partners .swiper-container {
  position: relative;
  margin-top: 24px;
}
.section_partners .swiper-container:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.section_partners .swiper-container:not(.slick-slider) > div {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.section_partners .swiper-button-next,
.section_partners .swiper-button-prev {
  width: 82px;
  height: 82px;
  color: #535353;
  font-size: 20px;
}
.section_partners .swiper-button-prev {
  left: -70px;
  margin-top: -32px;
}
@media screen and (max-width: 1260px) {
  .section_partners .swiper-button-prev {
    left: -42px;
  }
}
.section_partners .swiper-button-next {
  right: -70px;
  margin-top: -32px;
}
@media screen and (max-width: 1260px) {
  .section_partners .swiper-button-next {
    right: -42px;
  }
}
.section_partners .swiper-button-prev:after,
.section_partners .swiper-button-next:after {
  display: none;
}
.section_partners .partners_slider {
  position: relative;
  display: flex;
}
.section_partners .map_section {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}
@media screen and (min-width: 1025px) {
  .section_partners .map_section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .section_partners .map_section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1240px) {
  .section_partners .map_section {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}
@media screen and (max-width: 1024px) {
  .section_partners .map_section {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .section_partners .map_section {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.section_partners .map_image {
  display: none;
}

.section_contact {
  position: relative;
  overflow: hidden;
}
.section_contact .form_block {
  flex: 0 0 41.66%;
  max-width: 41.66%;
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  .section_contact .form_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .section_contact .form_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .section_contact .form_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .section_contact .form_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section_contact .map_block {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .section_contact .map_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .section_contact .map_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section_contact .map_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.section_contact .page_row {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .section_contact .page_row {
    margin-top: 20px;
  }
}
.section_contact .form_fields {
  margin-top: 27px;
}
.section_contact .validate_btn {
  margin: 0 auto;
  display: flex;
  min-width: 158px;
}
@media screen and (max-width: 1024px) {
  .section_contact .map_block {
    display: flex;
    flex-direction: column;
  }
}
.section_contact .map_block #map {
  width: 100%;
  height: 693px;
  overflow: hidden;
  border-radius: 43px 43px 0 0;
}
@media screen and (max-width: 768px) {
  .section_contact .map_block #map {
    height: 310px;
    border-radius: 0;
  }
}
.section_contact .map_block #map .map_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .section_contact .map_inner {
    order: 2;
  }
}
.section_contact .info_block {
  position: absolute;
  top: 0;
  background-image: url("../css/images/formBg.svg");
  background-size: 95%;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 325px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .section_contact .info_block {
    padding: 15px;
    justify-content: unset;
  }
}
@media screen and (max-width: 1024px) {
  .section_contact .info_block {
    background-image: none;
    position: relative;
    order: 1;
    padding: 0;
    height: auto;
    margin-bottom: 15px;
  }
}
.section_contact .social_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .section_contact .social_list {
    margin: 0 -15px 30px;
  }
}
.section_contact .social_list li {
  padding: 0 15px;
}
.section_contact .social_list a {
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.section_contact .social_list a:before {
  font-size: 1.5rem;
  color: #414141;
}
.section_contact .social_list a:hover {
  background: #414141;
}
.section_contact .social_list a:hover:before {
  color: #E9B24B;
}
.section_contact .info_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-width: 60%;
}
@media screen and (max-width: 1024px) {
  .section_contact .info_list {
    max-width: 100%;
  }
}
.section_contact .info_list li {
  margin-bottom: 18px;
}
.section_contact .info_list li a,
.section_contact .info_list li span {
  display: flex;
  align-items: center;
  color: #414141;
}
.section_contact .info_list li a:before,
.section_contact .info_list li span:before {
  margin-right: 10px;
}

.web .section_partners .swiper-slide > a, .section_partners .web .swiper-slide > a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .section_partners .swiper-button-next, .section_partners .web .swiper-button-next,
.web .section_partners .swiper-button-prev,
.section_partners .web .swiper-button-prev {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.section_contact .social_list a, .section_contact .social_list a:before, .section_contact .social_list a:hover {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .section_partners .swiper-slide > a, .section_partners .touch .swiper-slide > a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .section_partners .swiper-button-next, .section_partners .touch .swiper-button-next,
.touch .section_partners .swiper-button-prev,
.section_partners .touch .swiper-button-prev {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .section_partners .swiper-button-next:hover, .section_partners .web .swiper-button-next:hover,
.web .section_partners .swiper-button-prev:hover,
.section_partners .web .swiper-button-prev:hover {
  color: #026585;
}
.web .section_partners .swiper-slide > a:hover, .section_partners .web .swiper-slide > a:hover {
  opacity: 0.7;
}
.touch .section_partners .swiper-button-next:active, .section_partners .touch .swiper-button-next:active,
.touch .section_partners .swiper-button-prev:active,
.section_partners .touch .swiper-button-prev:active {
  color: #026585;
}
.touch .section_partners .swiper-slide > a:active, .section_partners .touch .swiper-slide > a:active {
  opacity: 0.7;
}

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