.contacts_container .socials_list, .main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news_section .news_link, .news_section .images_inner img, .services_slider .slide_content, .services_slider .slide_block img, .partners_section .partner_link, .product_section .images_inner img, .product_section .product_link, .main_slider .slide_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.services_slider .slick-arrow.slick-prev:before, .partners_section .slick-arrow.slick-prev:before {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.contacts_container .iti__arrow.iti__arrow--up {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.services_slider .slick-arrow:before, .partners_section .slick-arrow:before, .contacts_container .iti__arrow:before, .contacts_container .iti__arrow:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main_slider {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_slider.scrolled {
  margin-top: -17px;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.main_slider .slide_block:before {
  position: relative;
  content: "";
  display: block;
  padding-bottom: 33.66%;
  background: rgba(13, 40, 104, 0.39);
  z-index: 5;
}
.main_slider .slide_block img {
  object-fit: cover;
}
.main_slider .slide_content {
  position: absolute;
  z-index: 10;
  top: 50%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}
.main_slider .slide_title {
  font-size: 720%;
  line-height: 85px;
  font-family: "mardoto-bold", "roboto-bold";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_slider .slide_description {
  font-size: 180%;
  line-height: 22px;
  margin-top: 33px;
  max-width: 630px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_slider .site_btn {
  margin-top: 25px;
}
.main_slider .slick-dots {
  position: absolute;
  bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  z-index: 3;
  max-width: 1270px;
  padding: 0 20px;
  padding-left: 8px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
}
.main_slider .slick-dots li {
  flex: 1;
  max-width: 74px;
  padding: 0 12px;
}
.main_slider .slick-dots li.slick-active button {
  opacity: 1;
  cursor: default;
}
.main_slider .slick-dots button {
  border: none;
  background: transparent;
  width: 100%;
  height: 6px;
  opacity: 0.3;
  padding: 0;
}
.main_slider .slick-dots button:before {
  content: "";
  display: block;
  height: 3px;
  background: #ffffff;
}
@media (max-width: 1600px) {
  .main_slider .slide_title {
    font-size: 600%;
    line-height: 72px;
  }
  .main_slider .slide_content {
    padding-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .main_slider .slide_content {
    max-width: 650px;
    padding-bottom: 50px;
  }
  .main_slider .slide_title {
    font-size: 520%;
    line-height: 65px;
  }
  .main_slider .slick-dots {
    bottom: 40px;
  }
  .main_slider .slide_description {
    font-size: 160%;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .main_slider .slide_title {
    font-size: 460%;
    line-height: 55px;
  }
  .main_slider .slide_content {
    max-width: 560px;
  }
  .main_slider .slide_description {
    font-size: 140%;
    line-height: 19px;
    margin-top: 25px;
  }
  .main_slider .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .main_slider .slide_content {
    padding-bottom: 20px;
  }
  .main_slider .slide_block::before {
    height: 400px;
  }
  .main_slider .slick-dots {
    padding-left: 14px;
  }
  .main_slider .slick-dots li {
    max-width: 60px;
    padding: 0px 6px;
  }
}
@media (max-width: 767px) {
  .main_slider .slide_title {
    font-size: 400%;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .main_slider .slide_content {
    padding: 0 20px;
    left: 0;
    max-width: 100%;
  }
  .main_slider .slide_title {
    font-size: 320%;
    line-height: 40px;
    -webkit-line-clamp: 3;
  }
  .main_slider .slick-dots li {
    max-width: 50px;
  }
}
@media (max-width: 479px) {
  .main_slider .slide_title {
    font-size: 240%;
    line-height: 30px;
  }
}

.web .main_slider .slick-dots li:not(.slick-active) {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.touch .main_slider .slick-dots li:not(.slick-active) {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.contacts_container {
  padding: 40px 40px 20px;
  position: relative;
}
.contacts_container:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 108px;
  top: 0;
  height: 108px;
  background: #ffffff;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0 1px;
}
.contacts_container:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 108px;
  bottom: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-top: none;
}
.contacts_container .triangle_decor {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 54px solid;
  border-color: transparent transparent #FECD12 #FECD12;
}
.contacts_container .contacts_inner {
  width: 100%;
  height: 100%;
  background: url("images/contact_bg.svg");
  background-position: center;
  background-size: cover;
  max-width: 890px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.contacts_container .block_title {
  font-size: 480%;
  line-height: 57px;
  font-family: "mardoto-bold", "roboto-bold";
  color: #000000;
}
.contacts_container .contacts_block {
  margin-top: 40px;
}
.contacts_container .countries_list {
  position: relative;
}
.contacts_container .top_block {
  margin: 0 -15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 200px;
}
.contacts_container .top_block .field_block {
  position: relative;
  width: 50%;
  padding: 0 15px;
}
.contacts_container .field_block {
  margin-bottom: 16px;
}
.contacts_container input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 25px;
  background: transparent;
  font-size: 120%;
  line-height: 14px;
  color: #000000;
}
.contacts_container textarea {
  resize: none;
  width: 100%;
  height: 90px;
  background: transparent;
  font-size: 120%;
  line-height: 14px;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 25px;
}
.contacts_container .iti {
  width: 100%;
}
.contacts_container .iti:focus, .contacts_container .iti:active {
  outline: none;
}
.contacts_container .telephone_block {
  padding-left: 105px !important;
}
.contacts_container .iti--container {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100%;
  bottom: auto !important;
  height: 280px;
}
.contacts_container .iti__arrow {
  border: none;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.contacts_container .iti__arrow:before {
  content: "\e90c";
  font-size: 60%;
  margin-left: 7px;
  position: relative;
  color: #000000;
  display: block;
}
.contacts_container .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset;
}
.contacts_container .iti__country-list {
  overflow-x: hidden;
  max-width: 240px;
  background-color: #ffffff;
  border: none;
  margin-top: 5px;
}
.contacts_container .iti__country-list::-webkit-scrollbar {
  width: 8px;
  height: auto;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.contacts_container .iti__country-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
}
.contacts_container .iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}
.contacts_container .iti--separate-dial-code .iti__selected-flag:focus, .contacts_container .iti--separate-dial-code .iti__selected-flag:active {
  outline: none;
}
.contacts_container .iti__country.iti__highlight {
  background: rgba(0, 0, 0, 0.1);
}
.contacts_container .iti__country {
  height: 42px;
  display: flex;
  align-items: center;
}
.contacts_container .iti__flag-container {
  width: 90px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.contacts_container .iti__flag-container:active, .contacts_container .iti__flag-container:focus {
  outline: none !important;
}
.contacts_container .iti__flag {
  display: none;
}
.contacts_container .iti__flag-box {
  display: none;
}
.contacts_container .iti__country-name {
  margin-right: 7px;
  max-width: 241px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.7);
  font-size: 120%;
  line-height: 15px;
}
.contacts_container .iti__selected-dial-code {
  margin-left: 15px;
}
.contacts_container .iti__divider {
  display: none;
}
.contacts_container .bootstrap-select {
  width: 100%;
}
.contacts_container .bootstrap-select select {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}
.contacts_container .bootstrap-select > .dropdown-toggle {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  font-size: 120%;
  line-height: 16px;
  color: #000000;
  padding: 11px 25px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .contacts_container .bootstrap-select > .dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contacts_container .bootstrap-select > .dropdown-toggle:active, .contacts_container .bootstrap-select > .dropdown-toggle:focus {
  background: transparent;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none !important;
}
.contacts_container .bootstrap-select .dropdown-menu {
  padding: 0;
  font-size: 1rem;
}
.contacts_container .bootstrap-select .dropdown-menu li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts_container .bootstrap-select .dropdown-menu li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.contacts_container .bootstrap-select .dropdown-menu a {
  font-size: 100%;
  padding: 8px 25px;
  max-width: 100% !important;
  font-size: 120%;
  line-height: 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .contacts_container .bootstrap-select .dropdown-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contacts_container .bootstrap-select .dropdown-menu a:hover {
  background: transparent;
}
.contacts_container .bootstrap-select .dropdown-menu a.active {
  color: #000000;
  background: rgba(0, 0, 0, 0.05);
}
.contacts_container .bootstrap-select.has-error .dropdown-toggle {
  border-color: #fb656599 !important;
}
.contacts_container .bootstrap-select.has-error .dropdown-toggle.bs-placeholder {
  color: #fb656599;
}
.contacts_container .button_block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.contacts_container .site_btn {
  width: 175px;
  height: 40px;
  font-size: 100%;
  line-height: 11px;
  letter-spacing: 1.5px;
}
.contacts_container .label_text {
  font-size: 120%;
  line-height: 17px;
  color: #000000;
}
.contacts_container .contacts_info {
  margin: 25px -15px 0;
  display: flex;
  justify-content: space-between;
}
.contacts_container .inner_title {
  font-size: 160%;
  line-height: 19px;
  font-family: "mardoto-bold", "roboto-bold";
  color: #000000;
  margin-bottom: 12px;
}
.contacts_container .info_block {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.contacts_container .info_block a, .contacts_container .info_block span {
  display: block;
  max-width: 230px;
  font-size: 120%;
  line-height: 16px;
  color: #000000;
}
.contacts_container .info_block a {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contacts_container .info_block .view_more {
  display: flex;
  align-items: center;
  font-family: "mardoto-bold", "roboto-bold";
  color: #FECD12;
  margin-top: 10px;
}
.contacts_container .info_block .view_more:before {
  font-size: 160%;
  color: #FECD12;
  margin-right: 9px;
}
.contacts_container .socials_list {
  display: flex;
  padding: 0 15px;
}
.contacts_container .socials_list li:not(:last-child) {
  margin-right: 20px;
}
.contacts_container .socials_list a {
  font-size: 180%;
  color: #000000;
}
@media (max-width: 1440px) {
  .contacts_container .block_title {
    font-size: 380%;
    line-height: 45px;
  }
  .contacts_container .triangle_decor {
    border-width: 40px;
  }
  .contacts_container:before {
    right: 80px;
    height: 80px;
  }
  .contacts_container:after {
    top: 80px;
  }
}
@media (max-width: 1199px) {
  .contacts_container {
    padding: 40px;
  }
  .contacts_container .block_title {
    font-size: 320%;
    line-height: 39px;
  }
  .contacts_container .block_title:before {
    display: block;
    content: "";
    float: right;
    width: 80px;
    height: 40px;
  }
  .contacts_container .contacts_block {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .contacts_container .block_title {
    font-size: 280%;
    line-height: 34px;
  }
  .contacts_container .contacts_info {
    flex-wrap: wrap;
  }
  .contacts_container .socials_list {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contacts_container {
    padding: 30px 20px !important;
  }
  .contacts_container input,
.contacts_container textarea {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contacts_container .block_title {
    font-size: 240%;
    line-height: 30px;
  }
  .contacts_container .info_block {
    width: 50%;
    margin-bottom: 20px;
  }
  .contacts_container .socials_list {
    flex: 0 0 50%;
    width: 50%;
    justify-content: flex-start;
    margin-top: 0;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .contacts_container .iti__flag-container {
    width: 60px;
  }
  .contacts_container .iti__selected-dial-code {
    margin-left: 0;
  }
  .contacts_container .iti__selected-flag {
    justify-content: space-between;
    padding: 0 10px;
  }
  .contacts_container .iti__arrow {
    width: auto;
    height: auto;
  }
  .contacts_container .iti__arrow:before {
    margin-left: 0;
  }
  .contacts_container .telephone_block {
    padding-left: 75px !important;
  }
}
@media (max-width: 575px) {
  .contacts_container {
    padding: 30px 15px;
  }
  .contacts_container:before {
    right: 72px;
    height: 72px;
  }
  .contacts_container:after {
    top: 72px;
  }
  .contacts_container .triangle_decor {
    border-width: 36px;
  }
  .contacts_container .block_title {
    font-size: 180%;
    line-height: 24px;
  }
  .contacts_container .button_block .label_text {
    padding-right: 20px;
  }
  .contacts_container .top_block {
    max-height: none;
  }
  .contacts_container .top_block .field_block {
    width: 100%;
  }
  .contacts_container .info_block,
.contacts_container .socials_list {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 399px) {
  .contacts_container .button_block {
    flex-direction: column-reverse;
  }
  .contacts_container .button_block button {
    width: 100%;
  }
  .contacts_container .button_block .label_text {
    text-align: right;
    padding-right: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.web .view_more {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.touch .view_more {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.about_section {
  padding: 220px 0 245px;
  position: relative;
  overflow: hidden;
}
.about_section .custom_container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.about_section .custom_container:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  right: 100%;
  bottom: 100%;
  width: 380px;
  height: 280px;
  background: url("images/decor_elem.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  margin-bottom: -85px;
  margin-right: -170px;
}
.about_section .custom_container:after {
  content: "";
  position: absolute;
  width: 370px;
  right: -77px;
  top: 100%;
  z-index: -1;
  height: 225px;
  background: url("images/decor_elem.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  margin-top: 10px;
}
.about_section .about_info {
  width: 100%;
  margin-left: 40px;
}
.about_section .about_title {
  font-size: 720%;
  line-height: 85px;
  font-family: "mardoto-bold", "roboto-bold";
}
.about_section .about_description {
  max-width: 745px;
  font-size: 160%;
  line-height: 22px;
  margin-top: 35px;
}
.about_section .about_inner {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
.about_section .inner_title {
  font-size: 240%;
  line-height: 28px;
  font-family: "mardoto-bold", "roboto-bold";
}
.about_section .inner_description {
  max-width: 365px;
  font-size: 120%;
  line-height: 20px;
  margin-top: 30px;
}
.about_section .site_btn {
  margin-top: 30px;
  margin-left: auto;
}
.about_section .decoration_block {
  align-items: flex-start;
  align-self: flex-start;
  display: flex;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 160px 160px 0 0;
}
.about_section .decoration_block span {
  mix-blend-mode: screen;
  background: #ffffff;
  font-size: 45em;
  display: block;
}
.about_section .decoration_block span:before {
  display: block;
}

@media screen and (min-width: 1200px) {
  .news_section .site_btn {
    margin-top: 0 !important;
    transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
  }
}
.product_section {
  position: relative;
  margin: 120px 0;
}
.product_section:before {
  content: "";
  position: absolute;
  bottom: -90px;
  z-index: -1;
  left: -5%;
  width: 360px;
  opacity: 0.5;
  height: 360px;
  background: url("images/decor_elem.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product_section .product_list {
  display: flex;
  margin: 0 -15px;
  margin-top: 100px;
}
.product_section .product_block {
  padding: 0 15px;
  width: 100%;
}
.product_section .porduct_inner {
  position: relative;
}
.product_section .product_link {
  z-index: 20;
}
.product_section .images_block {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 50px;
  background: #ffffff;
  position: relative;
  top: 0;
}
.product_section .images_inner {
  padding: 30px;
  position: relative;
  padding-bottom: 120%;
}
.product_section .images_inner img {
  object-fit: contain;
}
.product_section .product_name {
  font-size: 180%;
  line-height: 21px;
  font-family: "mardoto-bold", "roboto-bold";
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.partners_section {
  margin-top: 30px;
  margin-bottom: 13vw;
  position: relative;
}
.partners_section .section_title {
  margin-bottom: 65px;
}
.partners_section .partners_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 0 -16px;
}
.partners_section .partners_slider.slick-slider {
  overflow: visible;
}
.partners_section .site_btn {
  margin-left: auto;
}
.partners_section .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  vertical-align: top;
  position: relative;
  padding: 30px 18px;
}
.partners_section .slick-list {
  overflow: hidden;
}
.partners_section .block_inner {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 35px;
  overflow: hidden;
  position: relative;
  top: 0;
}
.partners_section .partner_flag {
  position: absolute;
  object-fit: cover;
  right: 20px;
  width: 32px;
  bottom: -20%;
  height: 19px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.partners_section .partner_link {
  z-index: 20;
}
.partners_section .hovered .partner_flag {
  bottom: 20px;
}
.partners_section .hovered .parnter_inner_link {
  bottom: 20px;
}
.partners_section .images_block {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners_section .slide_content {
  pointer-events: none;
  position: absolute;
  bottom: -20%;
  display: flex;
  width: 65%;
  justify-content: space-between;
  font-size: 180%;
  line-height: 21px;
  font-family: "mardoto-bold", "roboto-bold";
}
.partners_section .slide_content a, .partners_section .slide_content img {
  color: #000000;
  display: block;
}
.partners_section .slide_content a {
  display: flex;
  align-self: center;
}
.partners_section .slide_content a:before {
  margin-right: 8px;
}
.partners_section .parnter_inner_link {
  position: absolute;
  left: 20px;
  z-index: 25;
  bottom: -20%;
  font-size: 180%;
  line-height: 21px;
  font-family: "mardoto-bold", "roboto-bold";
  color: #000000;
  display: flex;
  align-items: center;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}
.partners_section .parnter_inner_link:before {
  margin-right: 8px;
  font-size: 120%;
}
.partners_section .partner_img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.partners_section .slick-arrow {
  position: absolute;
  background: transparent;
  color: #000000;
  z-index: 10;
  right: 16px;
  border: none;
  top: -100px;
}
.partners_section .slick-arrow:hover {
  color: #FECD12;
}
.partners_section .slick-arrow:before {
  display: block;
  content: "\e90b";
  font-size: 3rem;
}
.partners_section .slick-arrow.slick-prev {
  margin-right: 60px;
}
.partners_section .partner_link {
  z-index: 20;
}

@media (max-width: 1600px) {
  .about_section {
    padding: 160px 0;
  }
  .about_section .decoration_block span {
    font-size: 40em;
    display: block;
  }
  .about_section .about_title {
    font-size: 660%;
    line-height: 70px;
  }
}
@media (max-width: 1440px) {
  .about_section {
    padding: 90px 0;
  }
  .about_section .about_title {
    font-size: 560%;
    line-height: 55px;
  }
  .about_section .about_info {
    margin-left: 20px;
  }
  .about_section .decoration_block span {
    font-size: 35em;
  }

  .product_section {
    margin-bottom: 100px;
  }

  .partners_section .section_title {
    margin-bottom: 30px;
  }
  .partners_section .slick-arrow {
    top: -65px;
  }
}
@media (max-width: 1199px) {
  .about_section {
    padding: 90px 0;
  }
  .about_section .about_title {
    font-size: 480%;
    line-height: 50px;
  }
  .about_section .decoration_block {
    margin-right: 20px;
    margin-top: 0;
  }
  .about_section .decoration_block span {
    font-size: 30em;
  }
  .about_section .inner_block {
    padding: 0 15px;
  }
  .about_section .inner_block {
    margin: 0 -15px;
  }
  .about_section .inner_description {
    max-width: 300px;
  }

  .product_section .product_name {
    font-size: 140%;
    line-height: 19px;
  }
  .product_section .images_block {
    padding: 30px;
  }

  .partners_section .slide_block {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .about_section {
    padding: 60px 0;
  }
  .about_section .about_info {
    margin: 0;
    flex: 1;
    width: 50%;
  }
  .about_section .about_title {
    font-size: 420%;
    line-height: 40px;
  }
  .about_section .about_description {
    max-width: 100%;
    font-size: 140%;
    line-height: 22px;
    margin-top: 25px;
  }
  .about_section .inner_block {
    margin: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about_section .about_inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about_section .inner_title {
    margin-top: 15px;
  }
  .about_section .decoration_block {
    width: auto;
  }
  .about_section .decoration_block span {
    font-size: 24em;
    display: flex;
    justify-content: center;
    height: 100%;
  }

  .product_section {
    margin: 70px 0;
  }
  .product_section .product_list {
    margin: 0 -10px;
    margin-top: 40px;
  }
  .product_section .product_block {
    padding: 0 10px;
  }
  .product_section .product_name {
    font-size: 120%;
    line-height: 17px;
  }
  .product_section .images_block {
    padding: 20px;
  }

  .partners_section .section_title {
    margin-bottom: 0;
  }
  .partners_section .slick-arrow {
    top: -35px;
  }
}
@media (max-width: 767px) {
  .about_section {
    padding-bottom: 70px;
  }
  .about_section .custom_container {
    flex-direction: column-reverse;
    padding-bottom: 80px;
  }
  .about_section .about_info {
    width: 100%;
  }
  .about_section .decoration_block {
    margin-left: auto;
    margin-right: auto;
  }
  .about_section .decoration_block span {
    margin-top: 0;
    font-size: 26em;
    padding-top: 50px;
  }
  .about_section .inner_description {
    max-width: none;
  }
  .about_section .site_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
  }

  .product_section {
    margin: 50px 0;
  }
  .product_section .product_list {
    flex-wrap: wrap;
  }
  .product_section .product_block {
    width: 50%;
    margin-bottom: 20px;
  }
  .product_section .images_inner {
    padding-bottom: 90%;
  }
  .product_section .product_name {
    margin-top: 10px;
  }
  .product_section .images_block {
    padding: 15px;
  }

  .partners_section {
    margin-top: 0;
  }
  .partners_section .slide_block {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .about_section {
    padding-bottom: 70px;
  }
  .about_section .about_inner {
    display: block;
  }
  .about_section .inner_block {
    flex: none;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about_section .decoration_block span {
    padding-top: 0;
  }

  .product_section .images_block {
    padding: 20px;
  }

  .partners_section {
    margin-bottom: 70px;
  }
  .partners_section .section_title {
    margin-bottom: 30px;
  }
  .partners_section .slick-arrow {
    top: -20px;
  }
}
.web .product_section .images_block {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .product_section .product_name {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .product_section .product_link:hover ~ .images_block {
  border: 1px solid transparent;
  transform: scale(1.05);
  top: -10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.web .product_section .product_link:hover ~ .product_name {
  color: #000000;
}
.web .partners_section .images_block {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .partners_section .slide_content {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .partners_section .partner_img {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .partners_section .block_inner {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .partners_section .block_inner:hover {
  top: -3px;
  transform: scale(1.05);
  border: 1px solid transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.web .partners_section .slick-arrow:hover {
  color: #FECD12;
}

.touch .product_section .images_block {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .product_section .product_name {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .product_section .product_link:active ~ .images_block {
  border: 1px solid transparent;
  transform: scale(1.05);
  top: -10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.touch .product_section .product_link:active ~ .product_name {
  color: #000000;
}
.touch .partners_section .images_block {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .partners_section .slide_content {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .partners_section .partner_img {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .partners_section .partner_link:active ~ .images_block {
  top: -15px;
}
.touch .partners_section .partner_link:active ~ .slide_content {
  opacity: 1;
  bottom: 20px;
}
.touch .partners_section .block_inner {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .partners_section .block_inner:active {
  top: -3px;
  transform: scale(1.05);
  border: 1px solid transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.touch .partners_section .block_inner {
  padding-top: 20px;
  padding-bottom: 40px;
}
.touch .partners_section .partner_flag {
  bottom: 15px;
}
.touch .partners_section .parnter_inner_link {
  bottom: 15px;
}
.touch .partners_section .slick-arrow:active {
  color: #FECD12;
}

.services_section {
  position: relative;
  overflow: hidden;
}

.web .services_section:hover .cursor_elem {
  opacity: 1;
}

.services_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  z-index: 5;
}
.services_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.services_slider .slide_block:before {
  position: relative;
  content: "";
  display: block;
  padding-bottom: 155%;
  background: rgba(13, 40, 104, 0.39);
  z-index: 5;
  pointer-events: none;
}
.services_slider .slide_block img {
  object-fit: cover;
  pointer-events: none;
}
.services_slider .slide_block:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.services_slider .slide_content {
  position: absolute;
  z-index: 10;
}
.services_slider .slide_content a {
  width: 100%;
  position: absolute;
  height: 100%;
  background: #FECD12;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.services_slider .service_title {
  position: absolute;
  font-size: 240%;
  line-height: 28px;
  font-family: "mardoto-bold", "roboto-bold";
  display: block;
  color: #ffffff;
  max-width: 206px;
  margin: 32px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  pointer-events: none;
}
.services_slider .hashtag_name {
  position: absolute;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform-origin: left bottom;
  -webkit-transfrom-origin: left bottom;
  bottom: 40px;
  left: 40px;
  font-size: 160%;
  line-height: 19px;
  letter-spacing: 4px;
  color: #ffffff;
  white-space: nowrap;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}
.services_slider .inner_block {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 50%;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  position: relative;
  z-index: 5;
  display: flex;
  max-width: 355px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 33px;
  padding-bottom: 30px;
  pointer-events: none;
}
.services_slider .inner_title {
  font-size: 360%;
  line-height: 42px;
  font-family: "mardoto-bold", "roboto-bold";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.services_slider .inner_desc {
  margin-top: 15px;
  font-size: 160%;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.services_slider .inner_info {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.services_slider .info_block {
  font-size: 180%;
  line-height: 21px;
  padding-right: 20px;
  position: relative;
  pointer-events: none;
}
.services_slider .info_block:before {
  content: "";
  display: block;
  width: 120%;
  height: 2px;
  background: #000000;
  margin-bottom: 10px;
}
.services_slider .slick-arrow {
  position: absolute;
  color: #ffffff;
  border: none;
  background: transparent;
  top: 50%;
  z-index: 10;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}
.services_slider .slick-arrow:hover {
  color: #FECD12;
}
.services_slider .slick-arrow:before {
  display: block;
  content: "\e90b";
  font-size: 4rem;
}
.services_slider .slick-arrow.slick-prev {
  left: 0;
  margin-left: 45px;
}
.services_slider .slick-arrow.slick-next {
  right: 0;
  margin-right: 45px;
}
@media (max-width: 1199px) {
  .services_slider .slide_block {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .services_slider .slide_block::before {
    padding-bottom: 460px;
  }
  .services_slider .service_title {
    font-size: 180%;
    line-height: 22px;
    margin: 25px;
  }
  .services_slider .hashtag_name {
    font-size: 140%;
    line-height: 19px;
    left: 30px;
    bottom: 30px;
  }
  .services_slider .inner_title {
    font-size: 280%;
    line-height: 35px;
  }
  .services_slider .inner_desc {
    font-size: 140%;
    line-height: 19px;
  }
  .services_slider .inner_block {
    padding: 25px;
  }
  .services_slider .slick-arrow {
    top: 45%;
  }
}
@media (max-width: 767px) {
  .services_slider .slide_block {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .services_slider .slide_block {
    width: 100%;
  }
  .services_slider .slick-arrow {
    top: 40%;
  }
  .services_slider .slick-arrow.slick-prev {
    margin-left: 20px;
  }
  .services_slider .slick-arrow.slick-next {
    margin-right: 20px;
  }
}

.web .services_slider .slide_block:hover .inner_block {
  opacity: 1;
  top: 0;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.web .services_slider .slide_block:hover .slide_content a {
  cursor: crosshair !important;
  opacity: 0.8;
}
.web .services_slider .slide_block:hover .service_title {
  opacity: 0;
  left: -50%;
}
.web .services_slider .slide_block:hover .hashtag_name {
  opacity: 0;
}

.touch .services_slider .slide_block .slide_content a {
  z-index: 20;
}

.news_section {
  margin-top: 300px;
  margin-bottom: 60px;
  position: relative;
}
.news_section:before {
  content: "";
  position: absolute;
  bottom: -130px;
  z-index: -1;
  right: 0;
  width: 600px;
  height: 600px;
  background: url("images/decor_elem2.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news_section .news_list {
  display: flex;
  margin: 0 -15px;
  margin-top: 100px;
}
.news_section .news_block {
  padding: 0 15px;
  z-index: 30;
  position: relative;
  width: 100%;
}
.news_section .news_block:last-child {
  margin-top: -160px;
}
.news_section .news_block:last-child .news_inner {
  height: auto;
}
.news_section .news_inner {
  background: #ffffff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 32;
  height: 100%;
}
.news_section .images_block {
  position: relative;
  padding: 30px;
}
.news_section .images_inner {
  position: relative;
  padding-bottom: 53.5%;
}
.news_section .images_inner img {
  object-fit: cover;
}
.news_section .info_block {
  padding: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.news_section .news_date {
  font-size: 120%;
  line-height: 20px;
  color: #999999;
}
.news_section .news_date:before {
  content: "";
  display: block;
  margin-bottom: 12px;
  margin-top: 10px;
  height: 2px;
  width: 134px;
  background: #FECD12;
}
.news_section .custom_container {
  position: relative;
}
.news_section .news_title {
  margin-top: 12px;
  font-size: 240%;
  line-height: 28px;
  font-family: "mardoto-bold", "roboto-bold";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_section .news_description {
  margin-top: 20px;
  font-size: 120%;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_section .news_link {
  z-index: 20;
}
.news_section .site_btn {
  margin-left: auto;
  margin-top: 40px;
  z-index: 33;
}
@media (max-width: 1600px) {
  .news_section {
    margin-top: 200px;
  }
}
@media (max-width: 1440px) {
  .news_section {
    margin-top: 150px;
  }
  .news_section .news_title {
    font-size: 200%;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .news_section {
    margin-top: 100px;
  }
  .news_section .news_list {
    margin-top: 70px;
  }
  .news_section .site_btn {
    margin-top: 0;
  }
  .news_section .news_title {
    font-size: 180%;
  }
}
@media (max-width: 991px) {
  .news_section {
    margin-top: 75px;
  }
  .news_section .news_list {
    margin-top: 50px;
  }
  .news_section .news_title {
    font-size: 160%;
    line-height: 22px;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 767px) {
  .news_section {
    margin-top: 50px;
  }
  .news_section .news_list {
    margin-top: 30px;
    display: block;
  }
  .news_section .images_block {
    padding: 15px;
  }
  .news_section .info_block {
    padding: 15px;
    padding-bottom: 30px;
  }
  .news_section .news_block {
    margin: 0 0 30px !important;
  }
}
@media (max-width: 575px) {
  .news_section .news_title {
    font-size: 140%;
    line-height: 20px;
  }
}

.web .news_link {
  -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 .news_inner {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .news_inner:hover {
  cursor: pointer;
  border: 1px solid transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.touch .news_link {
  -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 .news_inner {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .news_inner:active {
  border: 1px solid transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.web .partners_section .slick-arrow {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .partners_section .slick-arrow {
  -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 .main_slider .slick-dots li:hover:not(.slick-active) {
  opacity: 0.7;
}

.web .view_more:hover, .partners_section .parnter_inner_link:hover, .web .news_link:hover {
  opacity: 0.5;
}

.touch .view_more:active, .touch .news_link:active {
  opacity: 0.5;
}

.touch .main_slider .slick-dots li:active:not(.slick-active) {
  opacity: 0.7;
}

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