:root {
  font-size: 16px;
  --color-main-bg: #1C1D2F;
  --color-main:#7B75E6;
  --color-main-hover:#8b85ed;
  --color-main-text: #FFF;
  --main-padding: 80px;
  --font-size-default: 1.25rem; }

html, html body {
  background-color: var(--color-main-bg);
  color: var(--color-main-text);
  font-family: "Manrope", "Open Sans", Arial, sans-serif;
  line-height: 1.5; }
  html a, html body a {
    color: var(--color-main-text); }
    html a:hover, html body a:hover {
      color: var(--color-main); }
  html li.item:hover a, html body li.item:hover a {
    color: var(--color-main); }

html body {
  font-size: var(--font-size-default); }

.wrapper_inner, .maxwidth-theme {
  background: none;
  padding: 0 var(--main-padding);
  max-width: 1760px; }

h1, .h1 {
  color: #FFF;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0; }

h2, .h2 {
  color: #FFF;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0; }

.title_block.lg, h3, .h3 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3; }

h4, .h4 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0; }

ul li {
  margin-bottom: 1em; }
  ul li:before {
    color: #FFF;
    font-size: 1rem; }

.main-section {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: var(--main-padding) 0; }
  .main-section .maxwidth-theme {
    padding-top: 0 !important; }

.screen-section {
  min-height: 100vh; }

.page-top-section {
  background-image: url(../images/design/bg2.jpg);
  position: relative;
  display: flex;
  align-items: flex-end; }
  .page-top-section .next-screen-btn {
    margin-left: auto;
    cursor: pointer; }
  .page-top-section .section-content {
    display: flex;
    align-items: flex-end;
    flex-grow: 1; }
  .page-top-section .section-text {
    max-width: 1000px;
    font-size: 1.5rem; }
  .page-top-section h4 {
    margin: 20px 0; }

.union-background {
  background: url(../images/design/bg4.jpg) center/cover no-repeat; }
  .union-background.revert {
    background: url(../images/design/bg6.png) 50% 0/100% repeat-y; }

.main-page-top-section {
  background-image: url(../images/design/bg1.jpg); }
  .main-page-top-section .brackets {
    color: #B2F100;
    font-size: 2rem;
    font-weight: 700; }
  .main-page-top-section .section-text {
    max-width: 860px; }

.swiper .swiper-scrollbar {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  height: 7px;
  margin-top: 40px; }
  .swiper .swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04); }

.swiper .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -50px;
  cursor: pointer; }
  .swiper .swiper-button:hover path {
    stroke: var(--color-main); }
  .swiper .swiper-button.swiper-button-prev{
  }
  .swiper .swiper-button.swiper-button-next {
    right: 0;
  }
  .swiper .swiper-button.swiper-button-disabled{
    display: none;
    cursor: default;
    opacity: 0.7; }
    .swiper .swiper-button.swiper-button-disabled path {
      stroke: #FFF;
    }

.main-picture {
  max-width: 930px;
  margin: auto;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 35px; }
  .main-picture img {
    max-width: 100%;
    border-radius: 10px; }

body a.scroll-to-top.ROUND_COLOR, body a.scroll-to-top.RECT_COLOR {
  background-color: var(--color-main); }

@media (max-width: 991px) {
  :root {
    --font-size-default: 1rem;
    --main-padding: 40px; }
  body .title_block.lg, body h3, body .h3 {
    font-size: 2.5rem; } }

@media (max-width: 767px) {
  :root {
    --main-padding: 30px; }
  body h1, body .h1 {
    font-size: 4.5rem;
    text-align: left; }
  body .title_block.lg, body h3, body .h3 {
    font-size: 2rem; }
  body h4, body .h4 {
    font-size: 1.5rem;
    text-align: left; }
  .page-top-section .section-text {
    font-size: 1.125rem; } }

@media (max-width: 575px) {
  :root {
    --main-padding: 15px; }
  body h1, body .h1 {
    font-size: 3.5rem;
    text-align: left; }
  body .title_block.lg, body h3, body .h3 {
    font-size: 1.75rem; }
  body h4, body .h4 {
    font-size: 1.25rem;
    text-align: left; }
  .page-top-section .section-text {
    font-size: 1rem; }
  .page-top-section h4 {
    margin: 10px 0; }
  .page-top-section .next-screen-btn {
    margin-left: 10px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px; }
    .page-top-section .next-screen-btn svg, .page-top-section .next-screen-btn img {
      width: 100%;
      height: auto; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  background: linear-gradient(180deg, #1c1d2f 0%, rgba(28, 29, 47, 0.3) 100%);
  background-position: 0 -300px;
  background-repeat: no-repeat;
  --header-vertical-padding: 80px; }
  .header.scrolled {
    background-position: 0 0;
    --header-vertical-padding: 20px; }
  .header .top-block {
    display: none; }
  .header .header-content {
    display: flex;
    align-items: center;
    padding-top: var(--header-vertical-padding);
    padding-bottom: var(--header-vertical-padding);
    transition: all 0.3s;
    gap: 90px; }
    .header .header-content:before, .header .header-content:after {
      display: none; }
  .header .top-nav {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 50px; }
    .header .top-nav .item {
      padding: 0;
      margin: 0; }
      .header .top-nav .item:before {
        display: none; }
      .header .top-nav .item.active {
        font-weight: 800; }
  .header .top-contact-block {
    align-items: center;
    display: flex;
    gap: 30px;
    margin-left: auto; }
  .header .top-phone-link:hover path {
    fill: var(--color-main); }
  .header .top-phone-link:hover rect {
    stroke: var(--color-main); }
  @media (max-width: 1199px) {
    .header {
      --header-vertical-padding: 40px; }
      .header .header-content {
        gap: 40px; }
      .header .top-nav {
        gap: 25px; }
      .header .top-contact-block {
        gap: 20px; } }
  @media (max-width: 991px) {
    .header {
      --header-vertical-padding: 30px; }
      .header .header-content {
        gap: 20px; }
      .header .top-nav {
        gap: 20px; }
      .header .top-contact-block {
        gap: 20px; }
      .header .logo {
        width: 150px; }
        .header .logo img {
          max-width: 100%; } }
  @media (max-width: 767px) {
    .header.scrolled {
      --header-vertical-padding: 15px; }
    .header .top-contact-block {
      display: none; }
    .header .top-nav-block {
      margin-left: auto; } }
  @media (max-width: 575px) {
    .header .top-contact-block {
      display: none; }
    .header .header-content,
    .header .top-nav {
      gap: 10px; }
    .header .logo {
      width: 100px; }
    .header .top-nav-block {
      margin-left: auto;
      white-space: nowrap;
      font-size: 0.875rem; } }

#footer {
  color: #FFF;
  font-size: 0.975rem; }
  #footer .footer_inner {
    background-color: var(--color-main-bg); }
  #footer .ext_view .subscribe-form .email_wrap .email_input {
    background-color: transparent;
    color: #FFF;
    border-color: rgba(255, 255, 255, 0.1); }
  #footer .ext_view .subscribe-form input.send_btn {
    padding: 0;
    background-color: var(--color-main);
    border-color: var(--color-main); }
    #footer .ext_view .subscribe-form input.send_btn:hover, #footer .ext_view .subscribe-form input.send_btn:active, #footer .ext_view .subscribe-form input.send_btn:focus {
      background-color: var(--color-main-hover);
      border-color: var(--color-main-hover); }
  #footer .wrapper_inner,
  #footer .bottom_wrapper {
    background: none; }
  #footer .bottom-menu .items > .item-link {
    color: #FFF; }
  #footer .bottom-menu .items a {
    color: #FFF; }
    #footer .bottom-menu .items a:hover {
      color: var(--color-main) !important; }
  #footer .title, #footer .small_title {
    color: #FFF; }
  #footer .footer-light .white_middle_text,
  #footer .footer-light .info {
    color: #FFF; }
    #footer .footer-light .white_middle_text a,
    #footer .footer-light .info a {
      color: #FFF; }
      #footer .footer-light .white_middle_text a:hover,
      #footer .footer-light .info a:hover {
        color: var(--color-main); }
    #footer .footer-light .white_middle_text .blocks,
    #footer .footer-light .info .blocks {
      padding-left: 0;
      background: none; }
      #footer .footer-light .white_middle_text .blocks:before,
      #footer .footer-light .info .blocks:before {
        display: none; }
  #footer .copy {
    color: #FFF; }

body .btn {
  font-size: var(--font-size-default);
  line-height: 1.5;
  padding: 11px 28px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 15px; }
  body .btn.btn-default {
    background-color: var(--color-main);
    border-color: var(--color-main); }
    body .btn.btn-default:hover, body .btn.btn-default:active, body .btn.btn-default:focus {
      background-color: var(--color-main-hover);
      border-color: var(--color-main-hover); }
  body .btn.btn-secondary {
    background: none;
    border-color: #FFF;
    color: #FFF;
    border-width: 2px; }

/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */ }

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide, swiper-slide{
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-active{
  display: block;
  padding-left: 40px;
  padding-right: 40px;
}
.swiper-slide-invisible-blank{
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15); }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.achievements-section {
  background: url(../images/design/bg3.png) center/100% auto no-repeat; }

.achievements-block {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  max-width: 1460px;
  margin: auto; }
  .achievements-block .item {
    flex: 0 1 367px;
    text-align: center; }
    .achievements-block .item .name {
      font-size: 2.3750rem;
      font-weight: 700; }
  @media (max-width: 575px) {
    .achievements-block {
      flex-direction: column; }
      .achievements-block .item {
        text-align: left;
        flex: 1 1 auto; } }

.history-section {
  overflow: hidden; }

.history-block {
  position: relative; }
  .history-block .block-header {
    text-align: center;
    margin: 0; }
  .history-block .history-list {
    margin-top: 40px;
    position: relative; }
    .history-block .history-list:before {
      content: '';
      position: absolute;
      width: 2000px;
      left: 50%;
      margin-left: -1000px;
      top: 59px;
      border-top: 2px solid rgba(115, 115, 115, 0.15);
      display: block; }
  .history-block .item {
    position: relative;
    display: flex;
    flex-direction: column; }
    .history-block .item:before {
      content: '';
      width: 13px;
      height: 13px;
      border: 1px solid #FFF;
      background-color: #FFF;
      box-shadow: inset 0 0 0 1px var(--color-main);
      border-radius: 50%;
      order: 2;
      margin: 30px 0; }
  .history-block .date {
    font-size: 1rem;
    order: 1; }
  .history-block .name {
    font-size: 1.5rem;
    order: 3;
    margin-bottom: 15px; }
  .history-block .text {
    font-size: 1.125rem;
    order: 4; }
  @media (max-width: 991px) {
    .history-block .history-list:before {
      display: none; }
    .history-block .history-list .item {
      margin-bottom: 30px;
      position: relative; }
      .history-block .history-list .item:before {
        position: absolute;
        left: -10px;
        top: 6px;
        margin: 0; } }

.about-section {
  background: url(../images/design/bg5.png) 0 0/cover no-repeat; }

.company_bottom_block .title_block {
  margin-bottom: 35px; }

.main-slider-section {
  overflow: hidden; }
  .main-slider-section .main-page-slider {
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible; }
    .main-slider-section .main-page-slider .slider-item {
      display: flex;
      justify-content: space-between;
      gap: 30px; }
      .main-slider-section .main-page-slider .slider-item .picture {
        flex: 0 1 560px; }
        .main-slider-section .main-page-slider .slider-item .picture .picture-holder {
          width: 100%;
          position: relative;
          /*padding-top: 71.4285%; */
        }
        .main-slider-section .main-page-slider .slider-item .picture img {
          max-width: 100%;
          height: auto;
          border-radius: 10px;
          object-fit: cover;
          /*position: absolute;*/
          /*top: 0;*/
          /*left: 0; */
        }
      .main-slider-section .main-page-slider .slider-item .item-text {
        flex: 0 1 735px;
        margin-right: 60px;
        align-self: center; }
      .main-slider-section .main-page-slider .slider-item .name {
        font-size: 2.5rem;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 35px; }
      .main-slider-section .main-page-slider .slider-item .description {
        margin: 30px 0; }
  @media (max-width: 991px) {
    .main-slider-section .main-page-slider .slider-item .name {
      font-size: 2rem;
      margin-bottom: 15px; }
    .main-slider-section .main-page-slider .slider-item .description {
      margin: 15px 0; } }
  @media (max-width: 767px) {
    .main-slider-section .main-page-slider .slider-item {
      display: block; }
      .main-slider-section .main-page-slider .slider-item .picture {
        margin-bottom: 15px; }
    .main-slider-section .main-page-slider .swiper-button {
      display: none; } }

.features-block {
  max-width: 1460px;
  margin: auto; }
  .features-block .block-header {
    text-align: center; }
  .features-block .features-list {
    columns: 2;
    counter-reset: features-counter;
    margin-top: var(--main-padding); }
    .features-block .features-list .item {
      padding: 0 15px;
      margin-bottom: 70px;
      counter-increment: features-counter; }
    .features-block .features-list .name {
      font-size: 2.1875rem;
      margin-bottom: 25px;
      font-weight: 700;
      line-height: 1.3;
      display: flex;
      gap: 30px; }
      .features-block .features-list .name:before {
        content: counter(features-counter);
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        background-color: var(--color-main);
        font-size: 1.25rem;
        line-height: 1; }
  @media (max-width: 991px) {
    .features-block .features-list .name {
      font-size: 1.5rem; }
      .features-block .features-list .name:before {
        flex: 0 0 35px;
        width: 35px;
        height: 35px; } }
  @media (max-width: 767px) {
    .features-block .features-list {
      columns: 1; }
      .features-block .features-list .item {
        margin-bottom: 30px; }
      .features-block .features-list .name {
        margin-bottom: 15px;
        gap: 20px; } }

.team-block {
  margin: 80px -30px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0; }
  .team-block .item {
    padding: 0 30px;
    flex: 0 0 25%;
    width: 25%;
    text-align: center; }
  .team-block .picture {
    width: 260px;
    max-width: 100%;
    margin: 0 auto 40px; }
    .team-block .picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%; }
  .team-block .name {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.3;
    margin-bottom: 15px; }
  @media (max-width: 1199px) {
    .team-block .item {
      flex: 0 0 33.333%;
      width: 33.333%; } }
  @media (max-width: 767px) {
    .team-block {
      margin: 40px -15px; }
      .team-block .item {
        flex: 0 0 50%;
        width: 50%;
        padding: 0 15px; }
      .team-block .picture {
        margin-bottom: 15px; }
      .team-block .name {
        font-size: 1.25rem; } }

input.inputtext,
input.form-control {
  border-radius: 62px;
  border: 2px solid #3B3D62;
  padding: 15px 20px;
  background: none;
  color: #FFF;
  font-size: 20px;
  font-weight: 500; }
  input.inputtext::-webkit-input-placeholder,
  input.form-control::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1; }
  input.inputtext::-moz-placeholder,
  input.form-control::-moz-placeholder {
    color: #FFF;
    opacity: 1; }
  input.inputtext:-ms-input-placeholder,
  input.form-control:-ms-input-placeholder {
    color: #FFF;
    opacity: 1; }
  input.inputtext:-moz-placeholder,
  input.form-control:-moz-placeholder {
    color: #FFF;
    opacity: 1; }

.form h3 {
  font-size: 48px;
  margin: 0; }

.form .controls {
  display: flex;
  gap: 20px; }
  .form .controls .btn {
    flex: 1;
    justify-content: center; }

.form .captcha-row {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0; }
  .form .captcha-row > label {
    flex: 0 0 100%;
    margin: 0; }
  .form .captcha-row .captcha_input {
    position: static;
    left: 0;
    max-width: none;
    flex: 1; }
    .form .captcha-row .captcha_input input.inputtext {
      position: static; }
  .form .captcha-row .captcha_reload:before {
    background-color: var(--color-main); }

.form .filter.licence_block {
  margin: 0;
  padding: 0; }

.form .form-label {
  margin-bottom: 10px;
  color: #FFF; }

.form h4 {
  margin-bottom: 30px; }

.form .field {
  margin-bottom: 30px; }

.form .boxes-list {
  display: flex;
  gap: 15px;
  align-items: center; }

.form .note {
  font-size: 0.7em;
  margin-left: 15px;
  color: #CCC;
  margin-top: 5px; }

.custom-input {
  display: inline-block;
  vertical-align: middle; }
  .custom-input .input-label {
    display: inline-flex;
    gap: 10px;
    margin: 0;
    align-items: flex-start; }
    .custom-input .input-label:before {
      content: '';
      border: 2px solid #3B3D62;
      width: 30px;
      height: 30px;
      flex: 0 0 30px;
      background: none;
      color: transparent;
      font-size: 20px;
      line-height: 1;
      display: flex;
      align-items: center;
      font-family: 'FontAwesome';
      overflow: hidden; }
  .custom-input input {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
    .custom-input input[type="checkbox"] + .input-label:before {
      border-radius: 10px;
      content: "\f00c"; }
    .custom-input input[type="checkbox"]:checked + .input-label:before {
      color: #FFF; }
    .custom-input input[type="radio"] + .input-label:before {
      border-radius: 50%; }
    .custom-input input[type="radio"]:checked + .input-label:before {
      background-color: #FFF;
      background-clip: content-box;
      border-width: 8px; }

body .filter.label_block input[type="checkbox"] + label:before,
body .filter.label_block input[type="checkbox"] + label:after {
  top: 1px; }

body .filter input[type="checkbox"] + label:before {
  background-color: var(--color-main); }

.subscribe-form {
  max-width: 930px;
  margin: auto;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 35px; }
  .subscribe-form .controls {
    margin-top: 30px; }
    .subscribe-form .controls .btn {
      flex: 0 1 auto; }

.map-section {
  padding-bottom: 0; }

.contacts-section {
  background: url(../images/design/bg6.png) center no-repeat; }

.map {
  width: 100%;
  aspect-ratio: 1923 / 650; }
  .map iframe {
    width: 100%;
    height: 100%; }

.contacts-list .item {
  display: flex;
  gap: 30px;
  margin-bottom: 30px; }
  .contacts-list .item .name {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: calc( var(--font-size-default) * 1.2); }

.contacts-block {
  margin-top: var(--main-padding); }
  .contacts-block .item {
    display: flex;
    gap: 30px;
    margin-bottom: 30px; }
    .contacts-block .item .title {
      margin-bottom: 15px;
      font-weight: 700;
      font-size: calc( var(--font-size-default) * 1.75); }

@media (max-width: 767px) {
  .map {
    aspect-ratio: 10 / 8; }
  .contacts-section {
    padding-top: 40px; } }

.patent-section {
  background: url(../images/design/bg6.png) center/cover no-repeat; }

.patent-block {
  max-width: 860px;
  margin: 0 auto;
  padding: var(--main-padding) 0;
  display: flex;
  gap: 40px; }
  .patent-block .title {
    color: #FFF;
    font-size: calc( var(--font-size-default) * 1.75);
    font-weight: 700; }
  .patent-block .text {
    flex: 1 1 50%; }
  .patent-block .description {
    margin-top: 25px; }
  .patent-block .picture {
    flex: 1 1 50%; }

    .patent-block .picture img{
      max-width: 100%;
      height: auto;
      transition: -webkit-transform .2s ease-out;
      transition: transform .2s ease-out;
      transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    }
    /*.patent-block .picture img:hover{*/
      /*box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);*/
      /*-webkit-transform: scale(3);*/
      /*transform: scale(3);*/
      /*z-index: 3;*/
    /*}*/


  @media (max-width: 767px) {
    .patent-block {
      flex-direction: column;
      text-align: center; } }

.docs-block {
  padding-top: 0 !important; }
  .docs-block h3 {
    margin-top: 0;
    margin-bottom: var(--main-padding); }

.docs-list {
  max-width: 980px;
  margin: 0 auto 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px; }
  .docs-list .docs-item {
    display: flex;
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    gap: 20px;
    align-items: center; }
    .docs-list .docs-item:last-child {
      border-bottom: none; }
  .docs-list .icon {
    width: 40px;
    height: 40px;
    background-image: url(../images/design/docs.svg);
    background-position: 0 -84px; }
    .docs-list .icon.type-pdf {
      background-position: 0 0; }
    .docs-list .icon.type-doc {
      background-position: -42px 0; }
    .docs-list .icon.type-xls {
      background-position: -84px 0; }
    .docs-list .icon.type-rtf {
      background-position: 0 -42px; }
    .docs-list .icon.type-jpg {
      background-position: -42px -42px; }
    .docs-list .icon.type-tiff {
      background-position: -84px 42px; }
    .docs-list .icon.type-file {
      background-position: 0 -84px; }
    .docs-list .icon.type-txt {
      background-position: -42px -84px; }
    .docs-list .icon.type-png {
      background-position: -84px -84px; }
    .docs-list .icon.type-gif {
      background-position: 0 -126px; }
    .docs-list .icon.type-bmp {
      background-position: -42px -126px; }
    .docs-list .icon.type-ptt {
      background-position: -84px -126px; }
  .docs-list .text {
    flex: 1; }
  .docs-list .name a:hover {
    color: var(--color-main); }
  .docs-list .size {
    color: #999;
    font-size: 80%; }
  .docs-list .download:hover path {
    fill: var(--color-main); }

.new-container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 15px; }

.text-section {
  text-align: center;
  background: url(../images/design/bg3.png) center/cover no-repeat; }
  .text-section h3 {
    font-size: 48px; }
  .text-section .text {
    margin: 35px auto 40px;
    max-width: 980px; }

.popup {
  padding: 40px;
  background: #000 url(../images/design/bg4.jpg) center;
  border-radius: 30px; }
  .popup.show {
    border-radius: 30px; }

.payment-popup {
  max-width: 685px;
  text-align: center;
  animation: none; }
  .payment-popup .description {
    margin: 30px 0; }

.payment_frame {
  min-width: 685px; }

.popup .form.REQUEST h3 {
  text-align: center; }

.popup .form.REQUEST .description {
  margin: 30px 0;
  text-align: center; }

.popup .form.REQUEST .form_footer {
  padding-left: 0;
  padding-right: 0; }
