@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap&display=swap&subset=cyrillic-ext");
* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus,
:active {
  outline: none; }

a:focus,
a:active {
  outline: none; }

aside,
nav,
footer,
header,
section {
  display: block; }

html,
body {
  height: 100%;
  min-width: 320px; }

body {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input,
button,
textarea {
  font-family: "Montserrat", sans-serif; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer;
  background-color: inherit; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit; }

::-webkit-input-placeholder {
  color: #212628; }

:-ms-input-placeholder {
  color: #212628; }

::-ms-input-placeholder {
  color: #212628; }

::placeholder {
  color: #212628; }

::-moz-selection {
  color: #fff;
  background: #FFEF7E; }

::selection {
  color: #fff;
  background: #FFEF7E; }

body {
  color: #000;
  background: #fff; }
  body._lock {
    overflow: hidden; }

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }
  .wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .wrapper > * {
    min-width: 0; }

._container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0px 15px; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px; }
  .btn._fw {
    width: 100%; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.input {
  width: 100%;
  display: block;
  padding: 0px 20px;
  height: 60px;
  font-size: 16px;
  background: #fff;
  border: 2px solid #FFF8C0;
  border-radius: 0px;
  font-weight: 500;
  color: #212628; }

textarea.input {
  resize: none;
  padding: 20px;
  min-height: 165px; }

._btn {
  background: #FFD101;
  -webkit-box-shadow: 0px 9px 20px -3px rgba(153, 226, 217, 0.25);
  box-shadow: 0px 9px 20px -3px rgba(153, 226, 217, 0.25);
  border-radius: 0px;
  min-height: 60px;
  padding: 0px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 1230px) {
    ._btn {
      font-size: calc(16px + 2 * ((100vw - 320px) / 910)); } }
  @media (max-width: 767.98px) {
    ._btn {
      width: 100%; } }
  @media (any-hover: hover) {
    ._btn:hover {
      background: #FFEF52;
      -webkit-box-shadow: 0px 9px 20px -3px rgba(153, 226, 217, 0.5);
      box-shadow: 0px 9px 20px -3px rgba(153, 226, 217, 0.5); } }

.dots-slider.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px; }
  .dots-slider.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFEF52;
    cursor: pointer; }
  .dots-slider.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background: #FFD101;
    border-radius: 50%; }

._title {
  font-weight: 700;
  font-size: 36px;
  line-height: 122.22222%;
  text-align: center;
  text-transform: uppercase;
  color: #000000; }
  @media (max-width: 1230px) {
    ._title {
      font-size: calc(24px + 12 * ((100vw - 320px) / 910)); } }

.controls-arrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
  width: 100%; }
  @media (max-width: 991.98px) {
    .controls-arrs {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-column-gap: 20px;
      column-gap: 20px; } }
  .controls-arrs__left {
    background: #fff;
    border: 2px solid #212628;
    border-radius: 0px;
    width: 60px;
    height: 60px;
    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;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: all; }
    @media (any-hover: hover) {
      .controls-arrs__left:hover {
        background: #212628;
        border: 2px solid transparent; }
        .controls-arrs__left:hover svg path {
          fill: #fff; } }
  .controls-arrs__right {
    background: #fff;
    border: 2px solid #212628;
    border-radius: 0px;
    width: 60px;
    height: 60px;
    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;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: all; }
    @media (any-hover: hover) {
      .controls-arrs__right:hover {
        background: #212628;
        border: 2px solid transparent; }
        .controls-arrs__right:hover svg path {
          fill: #fff; } }
.row:after {
  display: block;
  content: "";
  clear: both; }

.rub:after {
  content: "₽"; }

._swiper {
  overflow: hidden; }
  ._swiper > div {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  ._swiper.swiper-container-autoheight > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-button-lock {
  display: none !important; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: block; }

._tabs-block {
  display: none; }
  ._tabs-block._active {
    display: block; }

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nicescroll-rails {
  z-index: 1000 !important; }

.gm-style-iw-t {
  opacity: 0; }

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important; }
  .baloon button {
    display: none !important; }
  .baloon:after {
    display: none !important; }

.baloon-style {
  display: none; }

.baloon-close {
  top: 18px !important; }

.popup {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden; }
  .popup::before {
    content: "";
    background: url("assets/img/footer/bg.jpg") 0 0/cover no-repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s; }
  .popup.show {
    visibility: visible; }
    .popup.show::before {
      opacity: 1; }
    .popup.show .popup__body {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .popup._active {
    visibility: visible; }
    .popup._active::before {
      opacity: 1; }
    .popup._active .popup__body {
      -webkit-transition: all 0.3s ease 0.2s;
      -o-transition: all 0.3s ease 0.2s;
      transition: all 0.3s ease 0.2s;
      opacity: 1; }
  .popup__content {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    color: #000; }
  .popup__body {
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    max-width: 1100px; }
  .popup__close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 30;
    background: url("assets/img/icons/close.svg") 0 0 no-repeat; }
  .popup_feedback .call-order {
    padding: 0;
    background: none; }
  .popup_feedback .call-order__body {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 1230px) {
      .popup_feedback .call-order__body {
        padding-top: calc(60px + 20 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .popup_feedback .call-order__body {
        padding-bottom: calc(50px + 30 * ((100vw - 320px) / 910)); } }

  .popup_auth .call-order {
    padding: 0;
    background: none; }
  .popup_auth .call-order__body {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 1230px) {
      .popup_auth .call-order__body {
        padding-top: calc(60px + 20 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .popup_auth .call-order__body {
        padding-bottom: calc(50px + 30 * ((100vw - 320px) / 910)); } }

  .popup_subscribe .call-order {
    padding: 0;
    background: none; }
  .popup_subscribe .call-order__body {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 1230px) {
      .popup_subscribe .call-order__body {
        padding-top: calc(60px + 20 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .popup_subscribe .call-order__body {
        padding-bottom: calc(50px + 30 * ((100vw - 320px) / 910)); } }

    .popup_calc .call-order {
    padding: 0;
    background: none; }
  .popup_calc .call-order__body {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 1230px) {
      .popup_calc .call-order__body {
        padding-top: calc(60px + 20 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .popup_calc .call-order__body {
        padding-bottom: calc(50px + 30 * ((100vw - 320px) / 910)); } }


.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .header__top {
    background: #FFD101;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .header__menu {
    background: #000; }
  @media (min-width: 767.98px) {
    .header._scroll .top-header__inner {
      min-height: 80px; } 
  }

.top-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 115px;
  position: relative;
  z-index: 1;
  -webkit-transition: min-height 0.2s ease 0.1s;
  -o-transition: min-height 0.2s ease 0.1s;
  transition: min-height 0.2s ease 0.1s; }
  @media (max-width: 1200px) {
    .top-header__inner {
      min-height: 90px; } }
  @media (max-width: 850px) {
    .top-header__inner {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (max-width: 767.98px) {
    .top-header__inner {
      min-height: 70px; } }
  @media (max-width: 479.98px) {
    .top-header__inner {
      min-height: 75px; } }

.top-header__logo {
  margin: 10px 40px 10px 0px; }
  @media (max-width: 1230px) {
    .top-header__logo {
      margin-right: calc(0px + 40 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1200px) {
    .top-header__logo {
      margin-right: 30px; } }
  @media (max-width: 1200px) and (max-width: 1230px) {
    .top-header__logo {
      margin-right: calc(0px + 30 * ((100vw - 320px) / 910)); } }
  @media (max-width: 479.98px) {
    .top-header__logo {
      margin: 0px 10px 0px 0px; } }
  .top-header__logo img {
    max-width: 215px; 
    width: 100%;
  }
    @media (max-width: 1200px) {
      .top-header__logo img {
        max-width: 160px; } }
    @media (max-width: 1000px) {
      .top-header__logo img {
        max-width: 140px; } }
    @media (max-width: 479.98px) {
      .top-header__logo img {
        max-width: 100px;
        margin: 0px 5px 0px 0px; } }

.top-header__langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  column-gap: 6px;
  margin-right: 25px; }
  @media (max-width: 1230px) {
    .top-header__langs {
      margin-right: calc(0px + 50 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1200px) {
    .top-header__langs {
      margin-right: 20px; } }
  @media (max-width: 1200px) and (max-width: 1230px) {
    .top-header__langs {
      margin-right: calc(0px + 30 * ((100vw - 320px) / 910)); } }
  @media (max-width: 650px) {
    .top-header__langs {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0; } }
  .top-header__langs a {
    padding: 7px 10px;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #000;
    background: #ffffff;
    border: 1px solid #fff; }
    .top-header__langs a._active {
      background: #000;
      color: #fff;
      border: 0; }
    @media (any-hover: hover) {
      .top-header__langs a:hover {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } }

.top-header__search {
  margin-right: 24px; }
  @media (max-width: 1230px) {
    .top-header__search {
      margin-right: calc(0px + 24 * ((100vw - 320px) / 910)); } }
  @media (max-width: 850px) {
    .top-header__search {
      margin: 30px 0px 20px 0px; } }
  .top-header__search form {
    border: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0px; }
    @media (max-width: 850px) {
      .top-header__search form {
        background: #fff;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .top-header__search form span .input {
      height: 25px;
      font-weight: 500;
      font-size: 12px;
      color: #000;
      padding: 0px 12px;
      border-radius: 0;
      border: 0; }
    .top-header__search form button {
      padding: 5px 6px 5px 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

.top-header__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background: #000;
  border-radius: 0px;
  min-height: 40px;
  padding: 0px 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 42px; }
  @media (max-width: 1230px) {
    .top-header__calc {
      margin-right: calc(0px + 42 * ((100vw - 320px) / 910)); } }
  .top-header__calc span:first-child {
    margin: 0px 8px 0px 0px; }
  @media (max-width: 767.98px) {
    .top-header__calc {
      margin: 0px 0px 35px 0px; } }
  @media (any-hover: hover) {
    .top-header__calc:hover {
      background: #212628;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } }

.top-header__schedule {
  font-size: 12px;
  font-weight: 500; }

.top-header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 10px; }
  @media (max-width: 1230px) {
    .top-header__socials {
      margin-right: calc(0px + 10 * ((100vw - 320px) / 910)); } }
  @media (max-width: 991.98px) {
    .top-header__socials {
      margin-right: 10px; } }
  @media (max-width: 991.98px) and (max-width: 1230px) {
    .top-header__socials {
      margin-right: calc(5px + 5 * ((100vw - 320px) / 910)); } }
  @media (max-width: 850px) {
    .top-header__socials {
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; } }
  @media (max-width: 767.98px) {
    .top-header__socials {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-column-gap: 20px;
      column-gap: 20px;
      margin: 0px 0px 30px 0px; } }
  .top-header__socials a {
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13px;
    flex: 0 0 13px; }
  .top-header__socials img {
    max-width: 13px; }

.schedule-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 7px;
  margin-right: 30px; }
  @media (max-width: 1230px) {
    .schedule-top-header {
      margin-right: calc(0px + 30 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1200px) {
    .schedule-top-header {
      margin-right: 15px; } }
  @media (max-width: 1200px) and (max-width: 1230px) {
    .schedule-top-header {
      margin-right: calc(0px + 15 * ((100vw - 320px) / 910)); } }
  @media (max-width: 991.98px) {
    .schedule-top-header {
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; 
      margin-bottom: 30px;
    } 
    }
  @media (max-width: 850px) {
    .schedule-top-header {
      margin: 0px 0px 35px 0px; } }
  .schedule-top-header__text {
    font-size: 12px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (max-width: 991.98px) {
      .schedule-top-header__text {
        color: #fff; } }
    .schedule-top-header__text::before {
      content: "";
      position: absolute;
      left: -18px;
      background: url("assets/img/icons/clock.svg") 0 0/contain no-repeat;
      width: 12px;
      height: 12px; }
      @media (max-width: 991.98px) {
        .schedule-top-header__text::before {
          display: none; } }
  .schedule-top-header__work {
    color: #000; }
  .schedule-top-header__dayoff {
    color: #212628; }
  .footer__schedule {
	font-size: 12px;}
  .footer__schedule .schedule-top-header__work {
    color: #fff; }
  .footer__schedule .schedule-top-header__dayoff {
    color: #F2F2F2; }

.info-top-header {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media (max-width: 991.98px) {
    .info-top-header {
      margin: 0px 20px 0px 0px; } }
  @media (max-width: 650px) {
    .info-top-header {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }
  @media (max-width: 479.98px) {
    .info-top-header {
      margin: 0px 15px 0px 0px; } }
  .info-top-header__phones {
    position: relative; }
  .info-top-header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1; }
    .info-top-header__phone::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 110%;
      height: 200%;
      z-index: -1; }
    @media (min-width: 991.98px) {
      .info-top-header__phone:hover .info-top-header__arr {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg); }
      .info-top-header__phone:hover .info-top-header__box {
        opacity: 1;
        pointer-events: all;
        top: 140%; } }
  .info-top-header__phone-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s; }
    @media (max-width: 1200px) {
      .info-top-header__phone-main {
        font-size: 18px; } }
    @media (max-width: 479.98px) {
      .info-top-header__phone-main {
        font-size: 16px; } }
    @media (any-hover: hover) {
      .info-top-header__phone-main:hover {
        color: #2453a1; } }
  .info-top-header__arr {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0px 7px 10px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s; }
  .info-top-header__box {
    position: absolute;
    top: 200%;
    right: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 15px;
    border-radius: 0px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 991.98px) {
      .info-top-header__box {
        opacity: 1;
        top: 140%;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset; } }
    .info-top-header__box a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap;
      font-weight: 500;
      font-size: 20px;
      color: #000000;
      -webkit-transition: color 0.3s ease 0s;
      -o-transition: color 0.3s ease 0s;
      transition: color 0.3s ease 0s; }
      @media (max-width: 1200px) {
        .info-top-header__box a {
          font-size: 18px; } }
      @media (max-width: 479.98px) {
        .info-top-header__box a {
          font-size: 16px; } }
      @media (any-hover: hover) {
        .info-top-header__box a:hover {
          color: #212628; } }
      .info-top-header__box a:not(:last-child) {
        margin-bottom: 10px; }
  .info-top-header__feedback {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    border-bottom: 1px dashed #212628;
    padding: 10px 0px 5px 0px; }
    @media (max-width: 767.98px) {
      .info-top-header__feedback {
        padding: 5px 0px 2px 0px; } }
    @media (max-width: 479.98px) {
      .info-top-header__feedback {
        font-size: 15px; } }

  .info-footer__feedback {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px dashed #F2F2F2;
    padding: 10px 0px 5px 0px; }
    @media (max-width: 767.98px) {
      .info-footer__feedback {
        padding: 5px 0px 2px 0px; } }
    @media (max-width: 479.98px) {
      .info-footer__feedback {
        font-size: 15px; } }

@media (max-width: 991.98px) {
  .menu__body {
    position: fixed;
    padding: 120px 15px 40px 15px;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    background: #000;
    -webkit-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    overflow: auto; 
    text-align: center;
  } 
  }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .menu__body {
      width: 100%;
      padding: 100px 15px 40px 15px; } }

@media (max-width: 991.98px) {
    .menu__body::before {
      content: '';
      background-color: rgba(0, 0, 0, 0.5);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      z-index: -1; }
    .menu__body._active {
      right: 0; }
      .menu__body._active::before {
        opacity: 1;
        visibility: visible; } }

@media (min-width: 991.98px) {
  .menu__body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60px;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 1200px) {
  .menu__body ul {
    min-height: 50px; } }

@media (max-width: 991.98px) {
  .menu__body ul {
    margin: 0px 0px 35px 0px; } }

.menu__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991.98px) {
    .menu__body ul li:not(:last-child) {
      margin-bottom: 20px; } }
  .menu__body ul li a {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 25px 0px 25px; }
    @media (max-width: 1200px) {
      .menu__body ul li a {
        font-size: 16px;
        padding: 0px 15px 0px 15px; } }
    @media (max-width: 1100px) {
      .menu__body ul li a {
        padding: 0px 10px 0px 15px; } }
    @media (max-width: 991.98px) {
      .menu__body ul li a {
        font-size: 20px;
        padding: 0px 10px 0px 0px; } }
    .menu__body ul li a::after {
      content: "";
      background: url("assets/img/icons/arr-menu.svg") 0 0 no-repeat;
      width: 6px;
      height: 7px;
      margin: 0px 0px 0px 7px; }
      @media (max-width: 1200px) {
        .menu__body ul li a::after {
          margin: 0px 0px 0px 5px; } }
    @media (any-hover: hover) {
      .menu__body ul li a:hover {
        background: #2453a1; } }

.icon-menu {
  display: none; }
  @media (max-width: 991.98px) {
    .icon-menu {
      display: block;
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
      flex: 0 0 32px;
      width: 32px;
      height: 20px;
      cursor: pointer;
      z-index: 5; }
      .icon-menu span {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #000; }
        .icon-menu span:first-child {
          top: 0px; }
        .icon-menu span:last-child {
          top: auto;
          bottom: 0px; }
      .icon-menu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
        .icon-menu._active span:first-child {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: calc(50% - 1px); }
        .icon-menu._active span:last-child {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          bottom: calc(50% - 1px); } }
  @media (max-width: 479.98px) {
    .icon-menu {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
      flex: 0 0 28px;
      width: 28px;
      height: 18px; } }

.footer {
  padding-bottom: 50px;
  background: #272d31 url("assets/img/footer/bg.jpg") 0 0/cover no-repeat; }
  @media (max-width: 1230px) {
    .footer {
      padding-bottom: calc(35px + 15 * ((100vw - 320px) / 910)); } }
  @media (max-width: 991.98px) {
    .footer {
      background: #272d31; } }
  .footer__top {
    margin: 0px 0px 10px 0px; }
    @media (max-width: 991.98px) {
      .footer__top {
        margin: 20px 0px 30px 0px; } }
    @media (max-width: 767.98px) {
      .footer__top {
        margin: 20px 0px 35px 0px; } }
    @media (max-width: 991.98px) {
      .footer__top .top-header__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: auto; } }
    @media (max-width: 991.98px) {
      .footer__top .top-header__inner .top-header__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
        margin: 0px 0px 10px 0px; } }
    @media (max-width: 767.98px) {
      .footer__top .top-header__inner .top-header__logo {
        margin: 0px 0px 20px 0px; } }
    @media (max-width: 767.98px) {
      .footer__top .top-header__inner .top-header__langs {
        margin: 0px 0px 20px 0px; } }
    .footer__top .top-header__inner .top-header__search {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 0px 45px 0px 0px; }
      @media (max-width: 991.98px) {
        .footer__top .top-header__inner .top-header__search {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
          flex: 0 1 50%;
          max-width: 50%; } }
      @media (max-width: 767.98px) {
        .footer__top .top-header__inner .top-header__search {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          max-width: 100%;
          margin: 0px 0px 20px 0px; } }
      .footer__top .top-header__inner .top-header__search form {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
    .footer__top .schedule-top-header .schedule-top-header__text {
      color: #fff; }
      .footer__top .schedule-top-header .schedule-top-header__text::before {
        content: "";
        background: url("assets/img/footer/clock-white.svg") 0 0/contain no-repeat; }
    .footer__top .top-header__socials {
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; }
    .footer__top .info-top-header__phone a {
      color: #fff; }
    .footer__top .info-top-header__phone .info-top-header__box a {
      color: #000; }
    .footer__top .top-header__socials {
      margin: 0px 40px 0px 0px; }
      @media (max-width: 767.98px) {
        .footer__top .top-header__socials {
          margin: 0px 20px 0px 0px;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; } }
      @media (max-width: 500px) {
        .footer__top .top-header__socials {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          margin: 0px 0px 20px 0px; } }
    .footer__top .schedule-top-header {
      margin: 0px 40px 0px 0px; }
      @media (max-width: 767.98px) {
        .footer__top .schedule-top-header {
          margin: 0px 20px 0px 0px; } }
      @media (max-width: 500px) {
        .footer__top .schedule-top-header {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
          flex: 1 1 100%;
          margin: 0px 0px 20px 0px; } }
    @media (max-width: 767.98px) {
      .footer__top .info-top-header {
        margin: 0px 0px 0px 0px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
    @media (max-width: 767.98px) {
      .footer__top .info-top-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }

@media (min-width: 991.98px) {
  .bottom-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    column-gap: 10px; 
  } 
  .bottom-footer__col{
    max-width: 14.2%;
  }
}

@media (max-width: 991.98px) {
  .bottom-footer__row {
    max-width: 280px;
    margin: 0 auto; } }

@media (max-width: 500px) {
  .bottom-footer__row {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .bottom-footer__item ul {
    margin: 0px 0px 40px 0px; } }

@media (max-width: 767.98px) {
  .bottom-footer__item ul {
    margin: 0px 0px 30px 0px; } }

.bottom-footer__item ul li a {
  font-size: 12px;
  line-height: 200%;
  color: #F2F2F2;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s; }
  @media (max-width: 991.98px) {
    .bottom-footer__item ul li a {
      font-size: 16px; } }
  @media (any-hover: hover) {
    .bottom-footer__item ul li a:hover {
      color: #fff; } }

.bottom-footer__title {
  margin: 0px 0px 15px 0px; }
  @media (max-width: 991.98px) {
    .bottom-footer__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0px 0px 10px 0px; } }
  @media (max-width: 767.98px) {
    .bottom-footer__title {
      border-bottom: 1px solid #94A5B9;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0px 5px 5px 0px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      margin: 0px 0px 15px 0px; } }
  .bottom-footer__title div {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 121.42857%;
    color: #ffffff; 
  }
    @media (max-width: 991.98px) {
      .bottom-footer__title a {
        font-size: 18px; } }
  .bottom-footer__title span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: none; }
    @media (max-width: 991.98px) {
      .bottom-footer__title span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px 0px 0px 10px; } }
  .bottom-footer__title._active {
    border-bottom: 1px transparent; }
    .bottom-footer__title._active span {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.mainslider {
  margin-bottom: 100px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1230px) {
    .mainslider {
      margin-bottom: calc(40px + 60 * ((100vw - 320px) / 910)); } }
  .mainslider__body {
    position: relative;
    padding-top: 150px;
    padding-bottom: 60px; }
    .mainslider__body::before {
      content: "";
      position: absolute;
      background: #ffffff;
      -webkit-filter: blur(100px);
      filter: blur(100px);
      width: 1000px;
      height: 250px;
      top: 30px;
      left: 50%;
      -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px);
      z-index: 1; }
      @media (max-width: 479.98px) {
        .mainslider__body::before {
          opacity: 0.5;
          width: 500px;
          height: 250px; } }
    @media (max-width: 1230px) {
      .mainslider__body {
        padding-top: calc(60px + 90 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .mainslider__body {
        padding-bottom: calc(60px + 0 * ((100vw - 320px) / 910)); } }
  .mainslider__container {
    position: relative;
    z-index: 2; }
  .mainslider__inner {
    margin-bottom: 290px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1230px) {
      .mainslider__inner {
        margin-bottom: calc(0px + 290 * ((100vw - 320px) / 910)); } }
  .mainslider__text {
    font-weight: 700;
    font-size: 44px;
    line-height: 122.72727%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0px auto 20px auto;
    max-width: 850px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1230px) {
      .mainslider__text {
        font-size: calc(22px + 22 * ((100vw - 320px) / 910)); } }
    .mainslider__text span {
      color: #FFD101; }
  .mainslider__subtext {
    font-size: 24px;
    line-height: 120.83333%;
    text-align: center;
    color: #000;
    margin: 0px 0px 30px 0px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1230px) {
      .mainslider__subtext {
        font-size: calc(16px + 8 * ((100vw - 320px) / 910)); } }
  .mainslider__btn {
    text-align: center;
    color: #fff!important;
    margin: 0 auto;
    max-width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1; 
  }

.page-template-page-profile_system .mainslider__btn{
   max-width: 300px;
}

    @media (max-width: 479.98px) {
      .mainslider__btn {
        max-width: 100%; } }
  .mainslider__dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    z-index: 2; }
    @media (max-width: 767.98px) {
      .mainslider__dots {
        bottom: 30px; } }

.systems-profile {
  margin-bottom: 110px; }
  @media (max-width: 1230px) {
    .systems-profile {
      margin-bottom: calc(40px + 70 * ((100vw - 320px) / 910)); } }
  .systems-profile__title {
    margin-bottom: 40px; }
    @media (max-width: 1230px) {
      .systems-profile__title {
        margin-bottom: calc(25px + 15 * ((100vw - 320px) / 910)); } }
  .systems-profile__body {
    position: relative; }
  .systems-profile__controls {
    position: absolute;
    top: 60%;
    left: -60px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: calc(100% + 120px);
    pointer-events: none; }
    @media (max-width: 1400px) {
      .systems-profile__controls {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 96%; } }
    @media (max-width: 991.98px) {
      .systems-profile__controls {
        position: relative;
        width: 100%;
        top: unset;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); } }

.tabs-systems {
  margin: -50px -30px;
  padding: 50px 30px; }
  .tabs-systems .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    column-gap: 10px; }
    @media (max-width: 991.98px) {
      .tabs-systems .swiper-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .tabs-systems__item {
    background: #fff;
    border: 2px solid #212628;
    border-radius: 0px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 20px;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #000;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .tabs-systems__item {
        font-size: 16px; } }
    .tabs-systems__item.swiper-slide-thumb-active {
      background: #000;
      color: #fff;
      border-radius: 0px;
      border: 2px solid transparent; }

.windows-slider__slide {
  margin-top: 50px;
  padding: 0px 0px 0px 55px; }
  @media (min-width: 991.98px) {
    .windows-slider__slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 1230px) {
    .windows-slider__slide {
      margin-top: calc(40px + 10 * ((100vw - 320px) / 910)); } }
  @media (max-width: 767.98px) {
    .windows-slider__slide {
      padding: 0px 0px 0px 0px; } }

.windows-slider__images {
  position: relative;
  margin: 65px 0px 0px 0px; }
  @media (max-width: 767.98px) {
    .windows-slider__images {
      margin: 50px 0px 0px 0px; } }

.windows-slider__logo {
  border: 1px solid #212628;
  border-radius: 0px;
  width: 170px;
  height: 170px;
  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;
  position: absolute;
  top: -60px;
  left: -55px;
  background: #fff; }
  .windows-slider__logo img {
    max-width: 150px;
    width: 100%; }
  @media (max-width: 767.98px) {
    .windows-slider__logo {
      width: 150px;
      height: 100px;
      top: -60px;
      left: 20px;
      padding: 0px 10px; } }

.windows-slider__image {
  border: 1px solid #212628;
  border-radius: 0px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .windows-slider__image {
      height: 400px;
      text-align: center;
      margin: 0px 0px 30px 0px; } }
  @media (max-width: 767.98px) {
    .windows-slider__image {
      height: 300px; } }
  .windows-slider__image img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.windows-slider__content {
  color: #000; }
  @media (min-width: 991.98px) {
    .windows-slider__content {
      margin-left: 40px; } }
  @media (min-width: 991.98px) and (max-width: 1230px) {
    .windows-slider__content {
      margin-left: calc(0px + 40 * ((100vw - 320px) / 910)); } }
  @media (max-width: 991.98px) {
    .windows-slider__content {
      margin: 0px 0px 50px 0px; } }
  @media (max-width: 767.98px) {
    .windows-slider__content {
      margin: 0px 0px 40px 0px; } }
  .windows-slider__content h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 121.42857%;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px; }
    @media (max-width: 1230px) {
      .windows-slider__content h3 {
        font-size: calc(20px + 8 * ((100vw - 320px) / 910)); } }
  .windows-slider__content h4 {
    font-size: 24px;
    line-height: 120.83333%;
    margin: 0px 0px 15px 0px; }
    @media (max-width: 1230px) {
      .windows-slider__content h4 {
        font-size: calc(18px + 6 * ((100vw - 320px) / 910)); } }
  .windows-slider__content ul {
    margin: 0px 0px 30px 35px; }
    .windows-slider__content ul li {
      font-size: 18px;
      line-height: 177.77778%;
      position: relative; }
      @media (max-width: 1230px) {
        .windows-slider__content ul li {
          font-size: calc(16px + 2 * ((100vw - 320px) / 910)); } }
      .windows-slider__content ul li::before {
        content: "";
        position: absolute;
        left: -35px;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        background: url("assets/img/icons/item-li-systems.svg") 0 0 no-repeat;
        width: 20px;
        height: 20px; }

.windows-slider__benefits ul li::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  background: url("assets/img/icons/check-systems.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px; }

.call-order {
  padding-top: 90px;
  padding-bottom: 110px;
  background: #eff6fc url("assets/img/main/order-call/bg.png") 0 0/cover no-repeat; }
  @media (max-width: 1230px) {
    .call-order {
      padding-top: calc(40px + 50 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1230px) {
    .call-order {
      padding-bottom: calc(40px + 70 * ((100vw - 320px) / 910)); } }
  .call-order__body {
    padding-top: 50px;
    padding-bottom: 65px;
    -webkit-box-shadow: 0px 22px 88px rgba(79, 144, 199, 0.22);
    box-shadow: 0px 22px 88px rgba(79, 144, 199, 0.22);
    border-radius: 0px;
    background: #fff; }
    @media (max-width: 1230px) {
      .call-order__body {
        padding-top: calc(30px + 20 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .call-order__body {
        padding-bottom: calc(40px + 25 * ((100vw - 320px) / 910)); } }
  .call-order__title {
    margin: 0px 0px 10px 0px; }
  .call-order__subtitle {
    font-size: 24px;
    line-height: 120.83333%;
    text-align: center;
    margin-bottom: 35px;
    padding: 0px 10px; }
    @media (max-width: 1230px) {
      .call-order__subtitle {
        font-size: calc(18px + 6 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .call-order__subtitle {
        margin-bottom: calc(20px + 15 * ((100vw - 320px) / 910)); } }
  .call-order__form {
    max-width: 915px;
    margin: 0 auto;
    padding: 0px 15px; }
    @media (min-width: 767.98px) {
      .call-order__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 20px;
        column-gap: 20px; } }

@media (min-width: 767.98px) {
  .form-call-order__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 26%;
    flex: 0 1 26%; 
  } 
  .form-call-order__sel{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
   }
}


@media (max-width: 767.98px) {
  .form-call-order__input {
    margin: 0px 0px 20px 0px; 
  } 
  .form-call-order__sel{
    margin-bottom: 20px;
  }
}

.form-call-order__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px; }

.benefits {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 1230px) {
    .benefits {
      padding-top: calc(40px + 60 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1230px) {
    .benefits {
      padding-bottom: calc(50px + 50 * ((100vw - 320px) / 910)); } }
  .benefits__body {
    max-width: 755px;
    margin: 0px 0px 0px auto; }
  .benefits__title {
    text-align: left;
    margin-bottom: 60px; }
    @media (max-width: 1230px) {
      .benefits__title {
        margin-bottom: calc(20px + 40 * ((100vw - 320px) / 910)); } }
  .benefits__items {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    grid-template: auto/repeat(auto-fit, minmax(300px, 1fr)); }
    @media (max-width: 767.98px) {
      .benefits__items {
        gap: 20px; } }
  .benefits__item {
    background: #FFD101;
    border-radius: 0px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767.98px) {
      .benefits__item {
        padding: 20px; } }
  .benefits__icon {
    margin-right: 30px; }
    @media (max-width: 1230px) {
      .benefits__icon {
        margin-right: calc(10px + 20 * ((100vw - 320px) / 910)); } }
    @media (max-width: 767.98px) {
      .benefits__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px; } }
    @media (max-width: 479.98px) {
      .benefits__icon img {
        height: 60px; } }
  .benefits__text {
    font-size: 18px;
    line-height: 133.33333%;
    color: #ffffff; }
    @media (max-width: 1230px) {
      .benefits__text {
        font-size: calc(16px + 2 * ((100vw - 320px) / 910)); } }

.work-how {
  position: relative;
  background: #eff6fc;
  padding-top: 100px;
  padding-bottom: 55px;
  overflow: hidden; }
  @media (max-width: 1230px) {
    .work-how {
      padding-top: calc(50px + 50 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1230px) {
    .work-how {
      padding-bottom: calc(40px + 15 * ((100vw - 320px) / 910)); } }
  .work-how::before {
    content: "";
    position: absolute;
    right: 0;
    top: -50px;
    background: url("assets/img/main/how-work/bg.png") 0 0/cover no-repeat;
    width: calc(0px + 387 * ((100vw - 320px) / 1600));
    height: calc(0px + 1003 * ((100vw - 320px) / 1600)); }
    @media (max-width: 1500px) {
      .work-how::before {
        top: unset;
        bottom: 0; } }
    @media (max-width: 1200px) {
      .work-how::before {
        display: none; } }
  .work-how__title {
    margin: 0px 0px 65px 0px; }
    @media (max-width: 767.98px) {
      .work-how__title {
        margin: 0px 0px 55px 0px; } }
  @media (min-width: 991.98px) {
    .work-how__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 1400px) {
    .work-how__body {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  @media (max-width: 1200px) {
    .work-how__body {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .work-how__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (max-width: 1400px) {
      .work-how__content {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
    @media (max-width: 1200px) {
      .work-how__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
  .work-how__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 510px;
    flex: 0 1 510px; }
    @media (max-width: 1800px) {
      .work-how__form {
        margin: 0px 100px 0px 0px; } }
    @media (max-width: 1400px) {
      .work-how__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
        flex: 0 0 450px; } }
    @media (max-width: 1300px) {
      .work-how__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 410px;
        flex: 0 0 410px; } }
    @media (max-width: 1200px) {
      .work-how__form {
        margin: 0px 0px 0px 0px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }

@media (min-width: 991.98px) {
  .content-numbers__items {
    margin: 0px 20px 0px 0px; } }

@media (max-width: 991.98px) {
  .content-numbers__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 50px 0px 0px; } }

@media (max-width: 767.98px) {
  .content-numbers__items {
    margin: 0px 0px 40px 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.content-numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .content-numbers__item:not(:last-child) {
    margin-bottom: 35px; }
    @media (max-width: 767.98px) {
      .content-numbers__item:not(:last-child) {
        margin: 0px 0px 55px 0px; } }
  .content-numbers__item::after {
    content: "";
    position: absolute;
    background: url("assets/img/main/how-work/line.svg") 0 0/contain no-repeat;
    width: 105px;
    height: 74px;
    top: 133px;
    left: 61px;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .content-numbers__item::after {
        display: none; } }
  .content-numbers__item:nth-child(2) {
    margin: 0px 0px 35px 190px; }
    @media (max-width: 991.98px) {
      .content-numbers__item:nth-child(2) {
        margin: 0px 0px 35px 375px; } }
    @media (max-width: 767.98px) {
      .content-numbers__item:nth-child(2) {
        margin: 0px 0px 55px 0px; } }
    .content-numbers__item:nth-child(2)::after {
      content: "";
      -webkit-transform: rotate(115deg);
      -ms-transform: rotate(115deg);
      transform: rotate(115deg);
      top: 83px;
      left: -126px;
      width: 105px;
      height: 65px; }
      @media (max-width: 767.98px) {
        .content-numbers__item:nth-child(2)::after {
          display: none; } }
  .content-numbers__item:nth-child(4) {
    margin: 0px 0px 0px 190px; }
    @media (max-width: 991.98px) {
      .content-numbers__item:nth-child(4) {
        margin: 0px 0px 35px 375px; } }
    @media (max-width: 767.98px) {
      .content-numbers__item:nth-child(4) {
        margin: 0px 0px 0px 0px; } }
    .content-numbers__item:nth-child(4)::after {
      content: "";
      display: none; }

.content-numbers__icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  width: 130px;
  height: 115px;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 25px 0px 0px; }
  @media (max-width: 767.98px) {
    .content-numbers__icon {
      width: 100px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      height: 100px; } }
  .content-numbers__icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFD101;
    border-radius: 0px;
    z-index: 1; }
  .content-numbers__icon span {
    position: absolute;
    top: -65px;
    left: 0;
    font-weight: 700;
    font-size: 88px;
    font-size: 88px;
    color: #212628; }
    @media (max-width: 1230px) {
      .content-numbers__icon span {
        top: calc(-40px + -25 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .content-numbers__icon span {
        font-size: calc(50px + 38 * ((100vw - 320px) / 910)); } }
  .content-numbers__icon img {
    position: relative;
    z-index: 1;
    height: 70px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 767.98px) {
      .content-numbers__icon img {
        height: 50px; } }

.content-numbers__text {
  font-size: 18px;
  line-height: 133.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px; }
  @media (max-width: 1230px) {
    .content-numbers__text {
      font-size: calc(16px + 2 * ((100vw - 320px) / 910)); } }
  .content-numbers__text::before {
    content: "";
    background: #212628;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7px;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0px 15px 0px 0px; }

.form-work {
  -webkit-box-shadow: 0px 22px 88px rgba(79, 144, 199, 0.22);
  box-shadow: 0px 22px 88px rgba(79, 144, 199, 0.22);
  border-radius: 10px;
  background: #fff;
  padding: 80px 50px 85px 50px; }
  @media (max-width: 1400px) {
    .form-work {
      padding: 50px 25px 55px 25px; } }
  @media (max-width: 767.98px) {
    .form-work {
      padding: 40px 15px 40px 15px; } }
  .form-work__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 121.42857%;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 1230px) {
      .form-work__title {
        font-size: calc(18px + 10 * ((100vw - 320px) / 910)); } }
  .form-work__subtitle {
    font-size: 24px;
    line-height: 120.83333%;
    margin-bottom: 35px;
    text-align: center; }
    @media (max-width: 1230px) {
      .form-work__subtitle {
        font-size: calc(18px + 6 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .form-work__subtitle {
        margin-bottom: calc(20px + 15 * ((100vw - 320px) / 910)); } }
  .form-work__input {
    margin: 0px 0px 30px 0px; }
  .form-work__textarea {
    margin: 0px 0px 30px 0px; }
  .form-work__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 200px;
    margin: 0 auto; }

.offers-promotional {
  padding-top: 100px;
  padding-bottom: 85px; }
  @media (max-width: 1230px) {
    .offers-promotional {
      padding-top: calc(50px + 50 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1230px) {
    .offers-promotional {
      padding-bottom: calc(50px + 35 * ((100vw - 320px) / 910)); } }
  .offers-promotional__title {
    margin-bottom: 55px; }
    @media (max-width: 1230px) {
      .offers-promotional__title {
        margin-bottom: calc(20px + 35 * ((100vw - 320px) / 910)); } }
  .offers-promotional__row {
    display: -ms-grid;
    display: grid;
    grid-template: auto/repeat(auto-fit, minmax(230px, 1fr));
    gap: 50px; }
    @media (max-width: 1230px) {
      .offers-promotional__row {
        gap: calc(40px + 10 * ((100vw - 320px) / 910)); } }
  .offers-promotional__item {
    text-align: center; }

.item-offers__image {
  margin: 0px 0px 25px 0px;
  height: 215px; }
  @media (max-width: 767.98px) {
    .item-offers__image {
      margin: 0px 0px 10px 0px;
      height: 200px; } }
  .item-offers__image img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; }

.item-offers__info {
  color: #000;
  text-align: center;
  margin: 0px 0px 30px 0px; }
  @media (max-width: 767.98px) {
    .item-offers__info {
      margin: 0px 0px 15px 0px; } }
  .item-offers__info p {
    font-size: 18px;
    font-size: 18px;
    line-height: 122.22222%;
    margin: 0px 0px 13px 0px; }
    @media (max-width: 1230px) {
      .item-offers__info p {
        font-size: calc(16px + 2 * ((100vw - 320px) / 910)); } }
  .item-offers__info h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 122.22222%;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px; }
    @media (max-width: 1230px) {
      .item-offers__info h3 {
        font-size: calc(16px + 2 * ((100vw - 320px) / 910)); } }
  .item-offers__info h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 121.42857%;
    color: #FFD101; }
    @media (max-width: 1230px) {
      .item-offers__info h4 {
        font-size: calc(22px + 6 * ((100vw - 320px) / 910)); } }

.item-offers__btn {
  min-width: 200px; }

.portfolio {
  padding-top: 95px;
  padding-bottom: 65px;
  background: #eff6fc; }
  @media (max-width: 1230px) {
    .portfolio {
      padding-top: calc(50px + 45 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1230px) {
    .portfolio {
      padding-bottom: calc(50px + 15 * ((100vw - 320px) / 910)); } }
  .portfolio__title {
    margin-bottom: 35px; }
    @media (max-width: 1230px) {
      .portfolio__title {
        margin-bottom: calc(20px + 15 * ((100vw - 320px) / 910)); } }
  .portfolio__nav {
    margin-bottom: 50px; }
    @media (max-width: 1230px) {
      .portfolio__nav {
        margin-bottom: calc(15px + 35 * ((100vw - 320px) / 910)); } }
    .portfolio__nav .tabs-systems {
      margin: 0px -15px 0px 0px;
      padding: 0px 15px 0px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 30px;
      column-gap: 30px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      white-space: nowrap;
      overflow-y: auto; }
      @media (max-width: 1100px) {
        .portfolio__nav .tabs-systems {
          -webkit-column-gap: 20px;
          column-gap: 20px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media (max-width: 767.98px) {
        .portfolio__nav .tabs-systems {
          height: 85px; } }
      .portfolio__nav .tabs-systems .tabs-systems__item {
        background: transparent;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .portfolio__nav .tabs-systems .tabs-systems__item._active {
          background: #000;
          color: #fff;
          border: 2px solid transparent; }
  .portfolio__block {
    display: none; }
    .portfolio__block._active {
      display: block; }
  .portfolio__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px 20px -15px; }
    @media (max-width: 991.98px) {
      .portfolio__gallery {
        margin: 0 -10px 0px -10px; } }
  .portfolio__image {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    height: 230px;
    margin: 0px 0px 30px 0px;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; }
    @media (any-hover: hover) {
      .portfolio__image:hover img {
        -webkit-box-shadow: 0px 9px 30px -3px rgba(153, 226, 217, 0.5);
        box-shadow: 0px 9px 30px -3px rgba(153, 226, 217, 0.5);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); } }
    @media (max-width: 991.98px) {
      .portfolio__image {
        height: auto;
        padding: 0 10px; } }
    @media (max-width: 767.98px) {
      .portfolio__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin: 0px 0px 20px 0px; } }
    .portfolio__image img {
      max-width: 100%;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 0px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .load-more__btn {
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto 0 auto;
    background: #FFD101;
    -webkit-box-shadow: 0px 9px 20px -3px rgba(153, 226, 217, 0.25);
    box-shadow: 0px 9px 20px -3px rgba(153, 226, 217, 0.25);
    border-radius: 0px;
    min-height: 60px;
    padding: 0px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 767.98px) {
      .load-more__btn {
        width: 100%; } }
    @media (any-hover: hover) {
       .load-more__btn:hover {
        background: #FFEF52;
        -webkit-box-shadow: 0px 9px 20px -3px rgba(153, 226, 217, 0.5);
        box-shadow: 0px 9px 20px -3px rgba(153, 226, 217, 0.5); } }
    .portfolio__more{
      display: flex;
      max-width: 240px;
      margin: 0 auto;
    }
.page-template-page-portfolio .portfolio__nav .tabs-systems{
  justify-content: flex-start;
  padding: 0px 15px 20px 0px;
}

.partners-main {
  padding-top: 95px;
  padding-bottom: 75px; }
  @media (max-width: 1230px) {
    .partners-main {
      padding-top: calc(50px + 45 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1230px) {
    .partners-main {
      padding-bottom: calc(40px + 35 * ((100vw - 320px) / 910)); } }
  .partners-main__title {
    margin-bottom: 65px; }
    @media (max-width: 1230px) {
      .partners-main__title {
        margin-bottom: calc(30px + 35 * ((100vw - 320px) / 910)); } }
  .partners-main__body {
    position: relative; }
  .partners-main__slider {
    max-width: 1050px;
    margin: 0 auto 55px auto; }
    @media (max-width: 1300px) {
      .partners-main__slider {
        max-width: 900px; } }
  .partners-main__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .partners-main__logo img {
      max-width: 185px; }
  .partners-main__controls .swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .partners-main__controls .swiper-pagination-bullets {
        margin: 0px 0px 40px 0px; } }
    .partners-main__controls .swiper-pagination-bullets .swiper-pagination-bullet {
      background: #FFEF52; }
      .partners-main__controls .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #FFD101; }
  .partners-main__controls .controls-arrs {
    position: absolute;
    top: 27%;
    left: -60px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: calc(100% + 120px);
    pointer-events: none; }
    @media (max-width: 1400px) {
      .partners-main__controls .controls-arrs {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; } }
    @media (max-width: 991.98px) {
      .partners-main__controls .controls-arrs {
        position: relative;
        width: 100%;
        top: unset;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); } }

.reviews {
  position: relative;
  background: #eff6fc;
  padding-top: 95px;
  padding-bottom: 75px; }
  .reviews::before {
    content: "";
    position: absolute;
    background: url("assets/img/reviews/bg.png") 0 0/cover no-repeat;
    width: 760px;
    height: 660px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%); }
  @media (max-width: 1230px) {
    .reviews {
      padding-top: calc(50px + 45 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1230px) {
    .reviews {
      padding-bottom: calc(50px + 25 * ((100vw - 320px) / 910)); } }
  .reviews__title {
    margin-bottom: 65px; }
    @media (max-width: 1230px) {
      .reviews__title {
        margin-bottom: calc(30px + 35 * ((100vw - 320px) / 910)); } }
  .reviews__body {
    position: relative; }
  .reviews__slider {
    max-width: 1190px;
    margin: 0 auto; }
    .reviews__slider .swiper-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 700px) {
        .reviews__slider .swiper-wrapper {
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .reviews__slide {
    padding: 0 15px;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .reviews__slide {
        padding: 0px 10px; } }
    @media (max-width: 700px) {
      .reviews__slide {
        padding: 0; } }
  .reviews__controls .controls-arrs {
    position: absolute;
    top: 44%;
    left: -60px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: calc(100% + 120px);
    pointer-events: none; }
    @media (max-width: 1400px) {
      .reviews__controls .controls-arrs {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; } }
    @media (max-width: 991.98px) {
      .reviews__controls .controls-arrs {
        position: relative;
        width: 100%;
        top: unset;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); } }
  .reviews__dots .dots-slider {
    margin: 10px 0px 0px 0px;
    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 (max-width: 991.98px) {
      .reviews__dots .dots-slider {
        margin: 40px 0px 0px 0px; } }

.item-review {
  background: #ffffff;
  border-radius: 0px;
  padding: 15px; 
  height: 100%;
}
  @media (min-width: 991.98px) {
    .item-review {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 30px;
      column-gap: 30px; } }
  .item-review__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
    overflow: hidden;
    border-radius: 7px; }
    @media (max-width: 1400px) {
      .item-review__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px; } }
    @media (max-width: 991.98px) {
      .item-review__image {
        height: 200px; } }
    .item-review__image img {
      max-width: 100%;
      /*height: 100%;*/
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 7px; }
      @media (max-width: 1400px) {
        .item-review__image img {
          height: auto; } }
      @media (max-width: 991.98px) {
        .item-review__image img {
          height: 100%;
          width: unset; } }
  .item-review__content {
    color: #000000;
    padding: 15px 0px; }
    .item-review__content h3 {
      font-weight: 600;
      font-size: 24px;
      line-height: 120.83333%;
      margin: 0px 0px 5px 0px; }
      @media (max-width: 1230px) {
        .item-review__content h3 {
          font-size: calc(20px + 4 * ((100vw - 320px) / 910)); } }
    .item-review__content h4 {
      font-size: 18px;
      line-height: 122.22222%;
      margin: 0px 0px 13px 0px; }
    .item-review__content p {
      font-size: 14px;
      line-height: 157.14286%; }

.cacl-box {
  padding-top: 100px;
  padding-bottom: 85px;
  background: #f5fafe;
  position: relative; }
  @media (max-width: 1230px) {
    .cacl-box {
      padding-top: calc(50px + 50 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1230px) {
    .cacl-box {
      padding-bottom: calc(50px + 35 * ((100vw - 320px) / 910)); } }
  .cacl-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    background: url("assets/img/calc/bg.png") 0 0 no-repeat;
    width: 750px;
    height: 695px; }
    @media (max-width: 1700px) {
      .cacl-box::before {
        opacity: 0.4; } }
  .cacl-box__title {
    margin-bottom: 40px; }
    @media (max-width: 1230px) {
      .cacl-box__title {
        margin-bottom: calc(25px + 15 * ((100vw - 320px) / 910)); } }
  .cacl-box__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #f5fafe;
    padding: 0px 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px; }
    @media (max-width: 991.98px) {
      .cacl-box__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0px 0px; } }
  .cacl-box__types {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 325px;
    flex: 0 0 325px; }
    @media (max-width: 1400px) {
      .cacl-box__types {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px; } }
    @media (max-width: 991.98px) {
      .cacl-box__types {
        margin: 0px 0px 30px 0px; } }
    @media (max-width: 767.98px) {
      .cacl-box__types {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  .cacl-box__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cacl-box__type:not(:last-child) {
      margin-bottom: 20px; }
    .cacl-box__type span:first-child {
      background: #ffffff;
      border-radius: 0px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      width: 80px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0px 15px 0px 0px; }
    .cacl-box__type span:last-child {
      font-size: 18px;
      line-height: 133.33333%;
      color: #000000; }
      @media (max-width: 1230px) {
        .cacl-box__type span:last-child {
          font-size: calc(15px + 3 * ((100vw - 320px) / 910)); } }
  .cacl-box__center {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (max-width: 991.98px) {
      .cacl-box__center {
        margin: 0px 0px 30px 0px; } }
  .cacl-box__image {
    margin: 0px 0px 15px 0px; }
    .cacl-box__image img {
      max-width: 100%; }

.form-calc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 375px;
  flex: 0 0 375px;
  padding: 50px 0px; }
  @media (max-width: 1400px) {
    .form-calc {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px; } }
  @media (max-width: 1200px) {
    .form-calc {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
      flex: 0 0 250px;
      padding: 0px 0px; } }
  @media (max-width: 991.98px) {
    .form-calc {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }
  .form-calc__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 121.42857%;
    text-transform: uppercase;
    color: #000000;
    margin: 0px 0px 25px 0px; }
    @media (max-width: 1230px) {
      .form-calc__title {
        font-size: calc(20px + 4 * ((100vw - 320px) / 910)); } }
    @media (max-width: 767.98px) {
      .form-calc__title {
        margin: 0px 0px 15px 0px; } }
  .form-calc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    margin: 0px 0px 10px 0px; }
    @media (max-width: 1200px) {
      .form-calc__row {
        -webkit-column-gap: 20px;
        column-gap: 20px; } }
  .form-calc__input {
    margin: 0px 0px 20px 0px; }
  .form-calc__value {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 0px 0px 8px 0px; }
  .form-calc__paket {
    margin: 0px 0px 30px 0px; }
  .form-calc__color {
    margin: 0px 0px 30px 0px; }
  .form-calc__btn {
    width: 100%; }

.bootom-text {
  padding-top: 65px;
  padding-bottom: 65px; }
  @media (max-width: 1230px) {
    .bootom-text {
      padding-top: calc(40px + 25 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1230px) {
    .bootom-text {
      padding-bottom: calc(40px + 25 * ((100vw - 320px) / 910)); } }
  .bootom-text p {
    font-size: 14px;
    line-height: 157.14286%; }
    .bootom-text p:not(:last-child) {
      margin-bottom: 15px; }
      @media (max-width: 767.98px) {
        .bootom-text p:not(:last-child) {
          margin: 0px 0px 10px 0px; } }

.window__body {
  padding: 80px 0px 0px 0px; }
  @media (max-width: 1200px) {
    .window__body {
      padding: 40px 0px 0px 0px; } }

.window__title {
  margin: 0px 0px 30px 0px; }

.window__items {
  margin-bottom: 80px; }
  @media (max-width: 1230px) {
    .window__items {
      margin-bottom: calc(40px + 40 * ((100vw - 320px) / 910)); } }

.window__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991.98px) {
    .window__item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .window__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media (min-width: 991.98px) {
      .window__item:nth-child(even) .window__image {
        margin: 0px 30px 0px 0px; } }
  .window__item:not(:last-child) {
    margin-bottom: 90px; }
    @media (max-width: 1230px) {
      .window__item:not(:last-child) {
        margin-bottom: calc(20px + 70 * ((100vw - 320px) / 910)); } }

@media (min-width: 991.98px) {
  .window__text {
    margin: 0px 40px 0px 0px; 
     -ms-flex-item-align: start;
        align-self: flex-start;
  } 
}

@media (max-width: 991.98px) {
  .window__text {
    margin: 0px 0px 20px 0px; } }

.window__text h2 {
/*  font-weight: 700;
  font-size: 24px;
  line-height: 121.42857%;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px; }
  @media (max-width: 1230px) {
    .window__text h2 {
      font-size: calc(18px + 10 * ((100vw - 320px) / 910)); } */
  }

.window__text h3 {
/*  font-weight: 700;
  font-size: 22px;
  line-height: 121.42857%;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px; }
  @media (max-width: 1230px) {
    .window__text h3 {
      font-size: calc(18px + 10 * ((100vw - 320px) / 910)); } */
    }




.window__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px; }
  @media (max-width: 991.98px) {
    .window__image {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      height: 300px;
      text-align: center; } }
  .window__image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 7px; }
    @media (max-width: 991.98px) {
      .window__image img {
        width: unset; } }

.place-about {
  background: #eff6fc;
  padding-top: 95px;
  padding-bottom: 80px; }
  @media (max-width: 1230px) {
    .place-about {
      padding-top: calc(50px + 45 * ((100vw - 320px) / 910)); } }
  @media (max-width: 1230px) {
    .place-about {
      padding-bottom: calc(50px + 30 * ((100vw - 320px) / 910)); } }
  .place-about__title {
    margin-bottom: 25px; }
    @media (max-width: 1230px) {
      .place-about__title {
        margin-bottom: calc(15px + 10 * ((100vw - 320px) / 910)); } }
  .place-about__text {
    max-width: 700px;
    margin: 0 auto; }
    .place-about__text p {
      font-size: 14px;
      line-height: 157.14286%; }
      .place-about__text p:not(:last-child) {
        margin-bottom: 15px; }

.history-about {
  padding-top: 100px; }
  @media (max-width: 1230px) {
    .history-about {
      padding-top: calc(50px + 50 * ((100vw - 320px) / 910)); } }
  .history-about__title {
    margin-bottom: 45px; }
    @media (max-width: 1230px) {
      .history-about__title {
        margin-bottom: calc(30px + 15 * ((100vw - 320px) / 910)); } }
  .history-about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 35px; 
    margin-bottom: 70px;
  }
  .history-about__item {
    -ms-flex-item-align: start;
    align-self: flex-start; }
    @media (min-width: 991.98px) {
      .history-about__item {
        max-width: 570px; } }
  @media (min-width: 991.98px) and (max-width: 1230px) {
    .history-about__item {
      max-width: calc(0px + 570 * ((100vw - 320px) / 910)); } }
    .history-about__item:nth-child(even) {
      -ms-flex-item-align: end;
      align-self: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      @media (max-width: 991.98px) {
        .history-about__item:nth-child(even) {
          -ms-flex-item-align: start;
          align-self: flex-start; } }
      .history-about__item:nth-child(even):last-child .item-history__year::after {
        content: "";
        display: none; }
      .history-about__item:nth-child(even) .item-history__text {
        text-align: left; }
        .history-about__item:nth-child(even) .item-history__text::before {
          content: "";
          left: -22px;
          top: 50%; }
      .history-about__item:nth-child(even) .item-history__year {
        margin: 0px 50px 0px 0px;
        position: relative; }
        @media (max-width: 767.98px) {
          .history-about__item:nth-child(even) .item-history__year {
            margin: 0px 40px 0px 0px; } }
        @media (min-width: 991.98px) {
          .history-about__item:nth-child(even) .item-history__year::before {
            content: "";
            position: absolute;
            background: url("assets/img/main/how-work/line.svg") 0 0/contain no-repeat;
            width: 105px;
            height: 74px;
            top: -19px;
            left: -129px;
            z-index: 2; } }
        @media (min-width: 991.98px) {
          .history-about__item:nth-child(even) .item-history__year::after {
            -webkit-transform: rotate(115deg);
            -ms-transform: rotate(115deg);
            transform: rotate(115deg);
            content: "";
            position: absolute;
            background: url("assets/img/main/how-work/line.svg") 0 0/contain no-repeat;
            width: 105px;
            height: 76px;
            top: 68px;
            left: -132px;
            z-index: 2; } }

.item-history {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .item-history__text {
    font-size: 18px;
    line-height: 133.33333%;
    color: #000000;
    text-align: right;
    position: relative; }
    .item-history__text::before {
      content: "";
      position: absolute;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #61beaf;
      right: -22px;
      top: 50%;
      -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      transform: translate(0px, -50%); }
  .item-history__year {
    position: relative;
    background: #2075af;
    border-radius: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    width: 130px;
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 30px;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px 0px 0px 50px; }
    @media (max-width: 1230px) {
      .item-history__year {
        font-size: calc(24px + 6 * ((100vw - 320px) / 910)); } }
    @media (max-width: 767.98px) {
      .item-history__year {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        width: 90px;
        height: 90px;
        margin: 0px 0px 0px 40px; } }

.vacancy {
  background: #eff6fc;
  padding: 80px 0px 0px 0px; }
  @media (max-width: 1200px) {
    .vacancy {
      padding: 40px 0px 0px 0px; } }
  .vacancy__title {
    margin: 0px 0px 30px 0px; }
    @media (max-width: 767.98px) {
      .vacancy__title {
        margin: 0px 0px 20px 0px; } }
  .vacancy__items {
    margin-bottom: 90px; }
    @media (max-width: 1230px) {
      .vacancy__items {
        margin-bottom: calc(40px + 50 * ((100vw - 320px) / 910)); } }
  .vacancy__item {
    background: #ffffff; }
    .vacancy__item:not(:last-child) {
      margin-bottom: 20px; }

.item-vacancy__title {
  background: #fff;
  color: #1E1F1F;
  font-weight: 600;
  font-size: 24px;
  line-height: 120.83333%;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 22px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer; }
  @media (max-width: 1230px) {
    .item-vacancy__title {
      font-size: calc(20px + 4 * ((100vw - 320px) / 910)); } }
  @media (max-width: 767.98px) {
    .item-vacancy__title {
      padding: 8px 20px; } }
  .item-vacancy__title svg {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .item-vacancy__title span:first-child {
    margin: 0px 10px 0px 0px; }
  .item-vacancy__title._active {
    background: #000;
    color: #fff; }
    .item-vacancy__title._active span svg {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
      .item-vacancy__title._active span svg path {
        fill: #fff; }

.item-vacancy__body {
  color: #000;
  padding: 30px 20px 45px 25px; }
  @media (max-width: 767.98px) {
    .item-vacancy__body {
      padding: 20px 15px 30px 15px; } }
  .item-vacancy__body h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 133.33333%;
    margin: 0px 0px 8px 0px; }
    @media (max-width: 1230px) {
      .item-vacancy__body h3 {
        font-size: calc(16px + 2 * ((100vw - 320px) / 910)); } }
  .item-vacancy__body p {
    font-size: 14px;
    line-height: 157.14286%; }
    .item-vacancy__body p:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 767.98px) {
        .item-vacancy__body p:not(:last-child) {
          margin: 0px 0px 15px 0px; } }

.contacts {
  padding: 80px 0px 90px 0px;
  position: relative;
  background: #eff6fc; }
  .contacts::before {
    content: "";
    position: absolute;
    right: 0;
    top: -50px;
    background: url("assets/img/main/how-work/bg.png") 0 0/cover no-repeat;
    width: calc(0px + 387 * ((100vw - 320px) / 1600));
    height: calc(0px + 1003 * ((100vw - 320px) / 1600)); }
    @media (max-width: 1500px) {
      .contacts::before {
        background: url("assets/img/main/how-work/bg.png") 0 0/contain no-repeat;
        width: 210px;
        height: 100%;
        bottom: 0;
        top: 50px; } }
    @media (max-width: 1400px) {
      .contacts::before {
        display: none; } }
  @media (max-width: 991.98px) {
    .contacts {
      padding: 50px 0px 50px 0px; } }
  @media (max-width: 479.98px) {
    .contacts {
      padding: 40px 0px 50px 0px; } }
  .contacts__title {
    margin-bottom: 60px; }
    @media (max-width: 1230px) {
      .contacts__title {
        margin-bottom: calc(20px + 40 * ((100vw - 320px) / 910)); } }
  .contacts__top {
    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 (max-width: 991.98px) {
      .contacts__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .contacts__map iframe {
    width: 100%;
    height: 800px; }
    @media (max-width: 1400px) {
      .contacts__map iframe {
        height: 600px; } }
    @media (max-width: 991.98px) {
      .contacts__map iframe {
        height: 400px; } }

.top-contacts {
  margin-bottom: 100px; }
  @media (max-width: 1230px) {
    .top-contacts {
      margin-bottom: calc(40px + 60 * ((100vw - 320px) / 910)); } }
  .top-contacts__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 510px;
    flex: 0 0 510px;
    padding-top: 50px;
    padding-bottom: 75px;
    padding-left: 35px;
    padding-right: 15px;
    margin: 0px -10px 0px 0px; }
    @media (max-width: 1230px) {
      .top-contacts__info {
        padding-top: calc(30px + 20 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .top-contacts__info {
        padding-bottom: calc(30px + 45 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .top-contacts__info {
        padding-left: calc(10px + 25 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1200px) {
      .top-contacts__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 510px;
        flex: 0 1 510px; } }
    @media (max-width: 991.98px) {
      .top-contacts__info {
        margin: 0px 0px 30px 0px; } }
  .top-contacts__item:not(:last-child) {
    margin-bottom: 30px; }
  .top-contacts__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 580px;
    flex: 0 0 580px; }
    @media (max-width: 767.98px) {
      .top-contacts__form {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }

.info-top-contacts {
  background: url("assets/img/contacts/bg-info.jpg") 0 0/cover no-repeat;
  border-radius: 0px;
  color: #ffffff; }
  .info-top-contacts__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 133.33333%;
    color: #ffffff;
    margin: 0px 0px 15px 0px; }
  .info-top-contacts__adress {
    font-size: 14px;
    line-height: 157.14286%;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0px 0px 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .info-top-contacts__adress span:first-child {
      margin: 0px 7px 0px 0px; }
    .info-top-contacts__adress span svg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .info-top-contacts__phones {
    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;
    position: relative;
    padding: 0px 0px 0px 20px; }
    .info-top-contacts__phones::before {
      content: "";
      position: absolute;
      top: 0;
      left: -3px;
      background: url("assets/img/contacts/phone.svg") 0 0 no-repeat;
      width: 17px;
      height: 17px;
      z-index: 1; }
    .info-top-contacts__phones a {
      color: #ffffff;
      border-bottom: 1px dashed transparent;
      white-space: nowrap;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .info-top-contacts__phones a:not(:last-child) {
        margin-bottom: 15px; }
      @media (any-hover: hover) {
        .info-top-contacts__phones a:hover {
          border-bottom: 1px dashed #fff; } }

.sales-contacts__title {
  margin-bottom: 65px; }
  @media (max-width: 1230px) {
    .sales-contacts__title {
      margin-bottom: calc(40px + 25 * ((100vw - 320px) / 910)); } }

.sales-contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; 
   -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
  @media (max-width: 991.98px) {
    .sales-contacts__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -5px; } }

.sales-contacts__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  padding: 0 15px; 
  margin-bottom: 30px;
}
  @media (max-width: 991.98px) {
    .sales-contacts__col {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      padding: 0 5px; } }
  @media (max-width: 767.98px) {
    .sales-contacts__col {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      margin: 0px 0px 10px 0px; } }

.sales-contacts__item {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #ffffff;
  padding: 55px 17px 50px 45px; }
  @media (any-hover: hover) {
    .sales-contacts__item:hover {
      -webkit-box-shadow: 0px 9px 20px -3px rgba(153, 226, 217, 0.5);
      box-shadow: 0px 9px 20px -3px rgba(153, 226, 217, 0.5); } }
  .sales-contacts__item:not(:last-child) {
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .sales-contacts__item:not(:last-child) {
        margin: 0px 0px 10px 0px; } }
  .sales-contacts__item h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 133.33333%;
    margin: 0px 0px 25px 0px; }
  @media (max-width: 1300px) {
    .sales-contacts__item {
      padding: 40px 15px 30px 15px; } }

.sales-contacts__info {
  font-size: 14px;
  line-height: 157.14286%;
  color: #000000;
  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;
  row-gap: 15px; }

.sales-contacts__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sales-contacts__name::before {
    content: '';
    background: url("assets/img/contacts/user.svg") 0 0 no-repeat;
    width: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    margin: 0px 6px 0px 0px; }

.sales-contacts__phone {
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sales-contacts__phone::before {
    content: '';
    background: url("assets/img/contacts/tel.svg") 0 0/100% no-repeat;
    width: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    margin: 0px 6px 0px 0px; }
  @media (any-hover: hover) {
    .sales-contacts__phone:hover {
      color: #000; } }

.sales-contacts__email {
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sales-contacts__email::before {
    content: '';
    background: url("assets/img/contacts/mail.svg") center/100% no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin: 0px 6px 0px 0px; }
  @media (any-hover: hover) {
    .sales-contacts__email:hover {
      color: #FFD101; } }

.sales-contacts__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .sales-contacts__location::before {
    content: '';
    background: url("assets/img/contacts/location.svg") center/100% no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    width: 15px;
    height: 20px;
    margin: 0px 6px 0px 0px; }

.mypage {
  padding: 145px 0px 0px 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 1200px) {
    .mypage {
      padding: 140px 0px 0px 0px; } }
  @media (max-width: 991.98px) {
    .mypage {
      padding: 90px 0px 0px 0px; } }
  @media (max-width: 767.98px) {
    .mypage {
      padding: 55px 0px 0px 0px; } }


.primary-content{
  padding: 185px 0px 0px 0px;
}
  @media (max-width: 1200px) {
    .primary-content {
      padding: 140px 0px 0px 0px; } }
  @media (max-width: 991.98px) {
    .primary-content {
      padding: 90px 0px 0px 0px; } }
  @media (max-width: 767.98px) {
    .primary-content {
      padding: 70px 0px 0px 0px; } }


.today{
  background: #662584!important;
    border-radius: 50%!important;
    color: #fff!important;
    display: block!important;
}

.blur{
  visibility: hidden!important;
}

.day{
      color: #9B9797!important;
    text-align: center!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
}

.month{
  margin-bottom: 15px;
}

.select-styled{
  background: #FFFFFF;
    border-radius: 0px;
    -webkit-box-shadow: 4px 8px 44px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 8px 44px rgba(0, 0, 0, 0.1);
    padding: 18px 15px;
    border:0;
   position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 142.6%;
    letter-spacing: 0.01em;
    color: #4F4F4F;
    width: 100%;
     -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
  background: url(images/drop.svg) no-repeat 96%;
    -webkit-appearance: none;
 
}

.rtoate180{
  background: url(images/dropup.svg) no-repeat 96%;
}
.lang_box .jq-selectbox__select-text{
    display:none;
}

.post-informiton table,
.contact-infocontent table {
  max-width: 100%;
  width: 100%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #4F4F4F;
  border-radius: 0px;
  border-collapse: separate !important;
  border-spacing: 0;
  background: #FFFFFF;
}
.post-informiton th,
.post-informiton td,
.contact-infocontent th,
.contact-infocontent td {
 border: 1px solid #E0E0E0;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #4F4F4F;
  text-align: left;
  padding: 8px 0.815em;
  line-height: normal;
  width: 20%;

}
.post-informiton td strong,
.contact-infocontent td strong{
    font-weight: bold!important;
    line-height:normal;
    margin-top:10px;
}
.post-informiton td strong,
.post-informiton td b,
.post-informiton td{
  color:#000;
}

.post-informiton td:first-child,
.post-informiton th:first-child,
.contact-infocontent td:first-child,
.contact-infocontent th:first-child {
  border: 1px solid #E0E0E0;
}
.post-informiton th,
.contact-infocontent th {
  background-color: #F8F0FF;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #7E52A0;
}



.post-informiton tr:nth-child(even),
.contact-infocontent tr:nth-child(even) {
  background: #F2F2F2;
}


.text-info{
    padding:20px 20px 30px;
        background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    border-radius: 0px;
}

.text-info ul{
    list-style:none;
}
.text-info ul li{
    padding:5px 0;
}

.text-info h3{
    text-align:center;
    padding:15px 0;
}
.text-info a{
    color:#000;
}
.bl-name{
    font-weight:bold;
font-size: 36px;
    line-height: 44px;
    margin-bottom:40px;
}

.contact-infocontent th{
  font-size:12px!important;
}
.contact-infocontent table td{
  font-size:10px;
  
}
.post-img br{
  margin:0;
  padding:0;
  display:none;
}

.post-img p{
  padding:0!important;
}

.post-img img{
  padding:0!important;
}

.contact-infocontent a{
  color: #000;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width:992px) {
  
 .post-informiton table,
 .contact-infocontent table {
    max-width: 100%;
    overflow-y: auto;
    display: block;
  }
  
}

.fixed-table-loading{
  display: none;
}

.filter-wrap{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom:20px;
}
.lb-item{
   flex:1 50px;
}
.filter-wrap .input-group{
  position:relative;
 
}

.filter-wrap .input-group .text_field{
 border:1px solid #000;
 padding:5px 5px;
 color:#000;
 max-width:none;
 font-size:13px;
}
.filter-wrap label{
   font-size:13px;
   display:block;
   font-weight:bold;
   display:block;
}
.filter-wrap select{
 border:1px solid #000;
 padding:3px 5px;
 color:#000;
 font-size:13px;

 margin:1px 0 0;

}

.filter-wrap .btn-filter{
  background: #7E52A0;
    border-radius: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    border: 0;
    box-shadow: 4px 8px 22px rgba(126, 82, 160, 0.4);
    width: 100%;
    padding: 10px 0;
    transition: 0.3s;
    display:block;
    cursor:pointer;
    margin:18px 0 0;

}

.filter-wrap .btn-filter:hover{
  box-shadow: none;
}

@media screen and (max-width:992px){
  .filter-wrap{
 flex-direction:column;
}
.lb-item{
   flex:1 1;
   width:100%;
}


}

body.logged-in.admin-bar .header {
  top: 28px;
}

@media (max-width: 767px) {
 #wpadminbar {
  position: fixed;
 }
 body.logged-in.admin-bar .header {
  top: 46px;
 }
}

.wpcf7 form .wpcf7-response-output{
  text-align: center;
  font-size: 13px;
  max-width: 800px;
  margin: 40px auto 0 auto;
}
.wpcf7-not-valid-tip{
  margin-top: 10px;
}

.mega-sub-menu{
      background: #FFFFFF;
      -webkit-box-shadow: 0px 8px 44px rgba(116, 162, 193, 0.44);
      box-shadow: 0px 8px 44px rgba(116, 162, 193, 0.44)!important;
}
@media (max-width: 1200px) {
  .mega-menu-link{
    font-size: 16px!important;
  }
}

@media (max-width: 991.98px) {
  .mega-menu-wrap{
    margin-top: 20px!important;
    margin-bottom: 30px!important;
  }
}

/*.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}*/


.blog-box {
  margin-bottom: 40px; }
  @media (max-width: 1230px) {
    .blog-box {
      margin-bottom: calc(30px + 10 * ((100vw - 320px) / 910)); } }
  .blog-box__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .blog-box__col {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 991.98px) {
      .blog-box__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
    @media (max-width: 479.98px) {
      .blog-box__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  .blog-box__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #eff6fc;
    border-radius: 0px;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; }
    @media (any-hover: hover) {
      .blog-box__item:hover {
        -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1); } }
  .blog-box__content {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .blog-box__image {
    border-radius: 10px 10px 0 0;
    display: block;
    overflow: hidden;
    height: 250px; }
    @media (max-width: 767.98px) {
      .blog-box__image {
        height: 230px; } }
    @media (max-width: 479.98px) {
      .blog-box__image {
        height: auto; } }
    @media (any-hover: hover) {
      .blog-box__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); } }
    .blog-box__image img {
      -webkit-transition: all 0.8s ease 0s;
      -o-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .blog-box__date {
    font-weight: 500;
    font-size: 16px;
    color: #899ab7;
    margin: 0px 0px 15px 0px; }
  .blog-box__title {
    display: block;
    font-weight: 700;
    line-height: 122.22222%;
    color: #000;
    margin: 0px 0px 25px 0px;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (any-hover: hover) {
      .blog-box__title:hover {
        color: #2075af; } }
  .blog-box__readmore {
    width: 100%; }


  .breadcrumbs {
  color: #212628;
  margin-bottom: 40px; 
      white-space: nowrap;
    overflow: auto;
    height: 35px; 
}
  @media (max-width: 1230px) {
    .breadcrumbs {
      margin-bottom: calc(20px + 20 * ((100vw - 320px) / 910)); } }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    overflow: auto;
    height: 50px; 
  }
    .breadcrumbs ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px; }
      .breadcrumbs ul li:last-child {
        color: #212628; }
        .breadcrumbs ul li:last-child::after {
          content: "";
          display: none; }
      .breadcrumbs ul li::after {
        content: ">";
        margin: 0px 5px; }
      .breadcrumbs ul li a {
        color: #212628
        font-size: 14px; }
        @media (any-hover: hover) {
          .breadcrumbs ul li a:hover {
            color: #222; } }
.breadcrumbs span{
  color: #212628;
  font-size: 14px;
}
.breadcrumbs span a{
  color: #212628;
  font-size: 14px;
}

.pagging {
  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; }
  .pagging__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px; }
    .pagging__list li {
      padding: 0 5px; }
  .pagging__link {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    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;
    min-height: 35px;
    min-width: 35px; }
    .pagging__link._active {
      background: #000;
      color: #fff;
      border: 1px solid transparent; }

.wp-pagenavi{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    gap:10px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pages{
  border-radius: 0px;
  border: 1px solid #000;
  min-height: 35px;
  padding: 0 10px;
      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;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .first, .wp-pagenavi .last{
	color: #000;
}
.previouspostslink{
    background: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    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;
    min-height: 35px;
    min-width: 35px;
}
.nextpostslink{
	color: #000;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    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;
    min-height: 35px;
    min-width: 35px;
}

.wp-pagenavi .current{
      border-radius: 0px;
    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;
    min-height: 35px;
    min-width: 35px;
  background: #000;
  color: #fff;
  border: 1px solid transparent;
}
.wp-pagenavi .page{
    background: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    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;
    min-height: 35px;
    min-width: 35px;
    color: #000;
}

.content-text{
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  .content-text{
   margin-bottom: 50px;
 }
}
@media (max-width: 768px) {
  .content-text{
   margin-bottom: 40px;
 }
}
.content-text a {
  color: #FFD101; }
  @media (any-hover: hover) {
    .content-text a:hover {
      color: #FFEF52; } }

.content-text h2 {
  font-size: 28px;
  line-height: 121.42857%;
  color: #000;
  margin: 0px 0px 20px 0px; }
  @media (max-width: 1230px) {
    .content-text h2 {
      font-size: calc(20px + 10 * ((100vw - 320px) / 910)); } }


.content-text h3 {
  font-size: 24px;
  line-height: 121.42857%;
  color: #000000;
  margin: 30px 0px 20px 0px;
  font-weight: 500; 
}
  @media (max-width: 1230px) {
    .content-text h3 {
      font-size: calc(18px + 10 * ((100vw - 320px) / 910)); } }

.content-text h4 {
  font-size: 20px;
  line-height: 121.42857%;
  color: #000000;
  margin: 0px 0px 20px 0px; 
  font-weight: 500;
}
  @media (max-width: 1230px) {
    .content-text h4 {
      font-size: calc(16px + 10 * ((100vw - 320px) / 910)); } }

.content-text p {
  font-size: 18px;
  line-height: 157.14286%;
  color: #000; 
  text-align: justify;
}
  @media (max-width: 1230px) {
    .content-text p {
      font-size: calc(14px + 2 * ((100vw - 320px) / 910)); } }
  .content-text p:not(:last-child) {
    margin-bottom: 25px; }

.content-text ul {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 35px 0px;
}
.content-text ul ul{
  margin: 0px 0px 0px 35px;
}
.content-text ul li{
      font-size: 16px;
    line-height: 162.5%;
    letter-spacing: 0.025em;
    color: #000;
    position: relative;
    margin-bottom: 15px;
}
.content-text ul li::before {
/*  content: "✅";
  display: inline-block;
  margin-right: 0.2rem;*/
   content: "";
      background: url("assets/img/icons/check.png") center/100% no-repeat;
      width: 31px;
      height: 30px;
      display: inline-block;
      margin-bottom: -5px;
      margin-right: 10px;
}

.content-text ul ul li::before {
    display: inline-block;
      background: url("assets/img/icons/check-systems.svg") 0 0 no-repeat;
      width: 20px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
      flex: 0 0 20px;
      height: 20px;
      margin: 0px 12px -3px 0px;
}
  }
    @media (max-width: 1230px) {
      .content-text ul li {
        font-size: calc(14px + 2 * ((100vw - 320px) / 910)); } }
    .content-text ul li:not(:last-child) {
      margin: 0px 0px 15px 0px; }
    .content-text ul li::before {
      content: "";
      display: inline-block;
      background: url("assets/img/icons/check-systems.svg") 0 0 no-repeat;
      width: 20px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
      flex: 0 0 20px;
      height: 20px;
      margin: 0px 12px -3px 0px; }

@media (max-width: 768px) {
    .content-text ul li {
      text-align: left;
  }
}

.content-text ol {
  margin: 0px 0px 35px 5px;
  counter-reset: myCounter; }
  @media (max-width: 479.98px) {
    .content-text ol {
      margin: 0px 0px 30px 0px; } }
  .content-text ol li {
    font-size: 18px;
    line-height: 156.25%;
    list-style: none;
    text-align: justify; 
  }
    @media (max-width: 1230px) {
      .content-text ol li {
        font-size: calc(14px + 2 * ((100vw - 320px) / 910)); } }
    .content-text ol li:not(:last-child) {
      margin: 0px 0px 10px 0px; }
    .content-text ol li::before {
      counter-increment: myCounter;
      content: counter(myCounter) ".";
      color: #FFD101;
      display: inline-block;
      text-align: left;
      height: auto;
      min-width: 25px;
      padding: 0px 0px;
      margin: 0 5px 0 0; }
.content-text img{
   text-align: center;
    display: block;
    margin: 0 auto;
  }
.content-text table {
  /*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
  border-collapse: collapse;
  color: #686461;
 /*width: 100%;*/
 /* margin-bottom: 25px;*/
}
.content-text caption {
  padding: 10px;
  color: white;
  background: #8FD4C1;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
.content-text th {
  border-bottom: 3px solid #B9B29F;
  padding: 10px;
  text-align: left;
}
.content-text td {
  padding: 10px;
}
.content-text tr:nth-child(odd) {
  background: white;
}
.content-text tr:nth-child(even) {
  background: #FFF8C0;
}



.blog-single {
  margin-bottom: 80px; }
  @media (max-width: 1230px) {
    .blog-single {
      margin-bottom: calc(50px + 30 * ((100vw - 320px) / 910)); } }
  .blog-single__title {
    margin-bottom: 40px; }
    @media (max-width: 1230px) {
      .blog-single__title {
        margin-bottom: calc(20px + 20 * ((100vw - 320px) / 910)); } }
  .blog-single__date {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #899ab7;
    margin: 0px 0px 20px 0px; }
    @media (max-width: 479.98px) {
      .blog-single__date {
        margin: 0px 0px 15px 0px; } }
  .blog-single__image {
    text-align: center;
    margin-bottom: 40px;
    /*height: 430px;*/
    position: relative; 
    /*padding-bottom: 57%;*/
  }
    @media (max-width: 1230px) {
      .blog-single__image {
        margin-bottom: calc(20px + 20 * ((100vw - 320px) / 910)); } }
    @media (max-width: 767.98px) {
      .blog-single__image {
        /*height: 300px; */
      } 
      }
    @media (max-width: 479.98px) {
      .blog-single__image {
        height: auto;
        margin: 0 -15px 15px -15px; } }
    .blog-single__image::before {
/*      content: "";
      position: absolute;
      background: rgba(22, 21, 37, 0.35);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; */
    }
    .blog-single__image img {
      max-width: 100%;
     /*width: 100%;*/
      height: 100%;
/*      -o-object-fit: cover;
      object-fit: cover; 
      position: absolute;
      top: 0;
      left: 0;*/
    }


.services-block {
  margin-bottom: 80px; }
  @media (max-width: 1230px) {
    .services-block {
      margin-bottom: calc(40px + 40 * ((100vw - 320px) / 910)); } }
  .services-block__title {
    margin-bottom: 40px; }
    @media (max-width: 1230px) {
      .services-block__title {
        margin-bottom: calc(20px + 20 * ((100vw - 320px) / 910)); } }
  .services-block__text {
    font-size: 16px;
    line-height: 137.5%;
    color: #000000;
    margin-bottom: 40px; }
    @media (max-width: 1230px) {
      .services-block__text {
        font-size: calc(14px + 2 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .services-block__text {
        margin-bottom: calc(25px + 15 * ((100vw - 320px) / 910)); } }
  .services-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .services-block__col {
    padding: 0px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    margin: 0px 0px 50px 0px; }
    @media (max-width: 991.98px) {
      .services-block__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
    @media (max-width: 479.98px) {
      .services-block__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0px 0px 40px 0px; } }

.item-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .item-services__icon {
    padding: 10px;
    border: 2px solid #212628;
    border-radius: 0px;
    margin: 0px 0px 20px 0px;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    -ms-flex-item-align: start;
    align-self: flex-start; }
    @media (max-width: 479.98px) {
      .item-services__icon {
        margin: 0px 0px 15px 0px; }
        .item-services__icon img {
          max-width: 50px; } }
  .item-services__name {
    font-weight: 700;
    font-size: 22px;
    line-height: 127.27273%;
    color: #000000;
    margin: 0px 0px 20px 0px;
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    @media (max-width: 1230px) {
      .item-services__name {
        font-size: calc(18px + 4 * ((100vw - 320px) / 910)); } }
    @media (max-width: 479.98px) {
      .item-services__name {
        margin: 0px 0px 10px 0px; } }
  .item-services__text {
    font-size: 14px;
    line-height: 157.14286%;
    color: #000000; }


.sertifications {
  margin-bottom: 80px; }
  @media (max-width: 1230px) {
    .sertifications {
      margin-bottom: calc(50px + 30 * ((100vw - 320px) / 910)); } }
  .sertifications__title {
    margin-bottom: 40px; }
    @media (max-width: 1230px) {
      .sertifications__title {
        margin-bottom: calc(20px + 20 * ((100vw - 320px) / 910)); } }
  .sertifications__text {
    font-size: 16px;
    line-height: 137.5%;
    color: #000000;
    margin-bottom: 40px; }
    @media (max-width: 1230px) {
      .sertifications__text {
        font-size: calc(14px + 2 * ((100vw - 320px) / 910)); } }
    @media (max-width: 1230px) {
      .sertifications__text {
        margin-bottom: calc(25px + 15 * ((100vw - 320px) / 910)); } }
  .sertifications__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .sertifications__col {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    margin: 0px 0px 30px 0px; }
    @media (max-width: 991.98px) {
      .sertifications__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
    @media (max-width: 479.98px) {
      .sertifications__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  .sertifications__item {
    padding: 35px 10px 30px 10px;
    display: block;
    text-align: center;
    background: #eff6fc;
    border-radius: 0px;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; }
    @media (any-hover: hover) {
      .sertifications__item:hover {
        -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1); } }
  .sertifications__image {
    margin: 0px 0px 25px 0px;
    height: 200px; }
    .sertifications__image img {
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .sertifications__name {
    font-weight: 700;
    font-size: 22px;
    line-height: 136.36364%;
    color: #000000; }
    @media (max-width: 1230px) {
      .sertifications__name {
        font-size: calc(18px + 4 * ((100vw - 320px) / 910)); } }


.page-id-1128 .wrapper{
  overflow: unset;
}
.page-id-1589 .wrapper{
  overflow: unset;
}
.page-id-1771 .wrapper{
  overflow: unset;
}
.page-id-1767 .wrapper{
  overflow: unset;
}
.page-id-1591 .wrapper{
  overflow: unset;
}
.page-id-1593 .wrapper{
  overflow: unset;
}
.page-id-1601 .wrapper{
  overflow: unset;
}
.page-id-1605 .wrapper{
  overflow: unset;
}
.page-id-2916 .wrapper{
  overflow: unset;
}




.ask-content .wpcf7-response-output{
position: absolute;
background:#fff;
padding:20px 10px;
left:0;
right:0;
text-align:center;
}
.col-content{
  position: relative;
}
.form-content{
  position:relative;
}
.form-block .wpcf7-response-output{
position: absolute;
background:#fff;
padding:20px 10px;
left:0;
right:0;
top:calc(30% - 30px);
text-align:center;
}



.phones_list a{
  text-decoration: none;
  color: #fff;
}
.w-itm a{
  color: #333;
  text-decoration: none;
}

.aligncenter{
  display: block;
  margin: 0 auto;
}

#tabs > div {
  display: none;
}

#tabs > div.active {
  display: block;
}

.today{
  background: #662584!important;
    border-radius: 50%!important;
    color: #fff!important;
    display: block!important;
}

.blur{
  visibility: hidden!important;
}

.day{
      color: #9B9797!important;
    text-align: center!important;
    text-transform: uppercase!important;
    font-weight: 600!important;
}

.month{
  margin-bottom: 15px;
}

.select-styled{
  background: #FFFFFF;
    border-radius: 0px;
    -webkit-box-shadow: 4px 8px 44px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 8px 44px rgba(0, 0, 0, 0.1);
    padding: 18px 15px;
    border:0;
   position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 142.6%;
    letter-spacing: 0.01em;
    color: #4F4F4F;
    width: 100%;
     -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
  background: url(images/drop.svg) no-repeat 96%;
    -webkit-appearance: none;
 
}

.rtoate180{
  background: url(images/dropup.svg) no-repeat 96%;
}
.lang_box .jq-selectbox__select-text{
    display:none;
}

.post-informiton table,
.contact-infocontent table {
  max-width: 100%;
  width: 100%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #4F4F4F;
  border-radius: 0px;
  border-collapse: separate !important;
  border-spacing: 0;
  background: #FFFFFF;
}
.post-informiton th,
.post-informiton td,
.contact-infocontent th,
.contact-infocontent td {
 border: 1px solid #E0E0E0;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #4F4F4F;
  text-align: left;
  padding: 8px 0.815em;
  line-height: normal;
  width: 20%;

}
.post-informiton td strong,
.contact-infocontent td strong{
    font-weight: bold!important;
    line-height:normal;
    margin-top:10px;
}
.post-informiton td strong,
.post-informiton td b,
.post-informiton td{
  color:#000;
}

.post-informiton td:first-child,
.post-informiton th:first-child,
.contact-infocontent td:first-child,
.contact-infocontent th:first-child {
  border: 1px solid #E0E0E0;
}
.post-informiton th,
.contact-infocontent th {
  background-color: #F8F0FF;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #7E52A0;
}



.post-informiton tr:nth-child(even),
.contact-infocontent tr:nth-child(even) {
  background: #F2F2F2;
}


.text-info{
    padding:20px 20px 30px;
        background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    border-radius: 0px;
}

.text-info ul{
    list-style:none;
}
.text-info ul li{
    padding:5px 0;
}

.text-info h3{
    text-align:center;
    padding:15px 0;
}
.text-info a{
    color:#000;
}
.bl-name{
    font-weight:bold;
font-size: 36px;
    line-height: 44px;
    margin-bottom:40px;
}

.contact-infocontent th{
  font-size:12px!important;
}
.contact-infocontent table td{
  font-size:10px;
  
}
.post-img br{
  margin:0;
  padding:0;
  display:none;
}

.post-img p{
  padding:0!important;
}

.post-img img{
  padding:0!important;
}

.contact-infocontent a{
  color: #000;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width:992px) {
  
 .post-informiton table,
 .contact-infocontent table {
    max-width: 100%;
    overflow-y: auto;
    display: block;
  }
  
}

.fixed-table-loading{
  display: none;
}

.filter-wrap{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom:20px;
}
.lb-item{
   flex:1 50px;
}
.filter-wrap .input-group{
  position:relative;
 
}

.filter-wrap .input-group .text_field{
 border:1px solid #000;
 padding:5px 5px;
 color:#000;
 max-width:none;
 font-size:13px;
}
.filter-wrap label{
   font-size:13px;
   display:block;
   font-weight:bold;
   display:block;
}
.filter-wrap select{
 border:1px solid #000;
 padding:3px 5px;
 color:#000;
 font-size:13px;

 margin:1px 0 0;

}

.filter-wrap .btn-filter{
  background: #7E52A0;
    border-radius: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    border: 0;
    box-shadow: 4px 8px 22px rgba(126, 82, 160, 0.4);
    width: 100%;
    padding: 10px 0;
    transition: 0.3s;
    display:block;
    cursor:pointer;
    margin:18px 0 0;

}

.filter-wrap .btn-filter:hover{
  box-shadow: none;
}

@media screen and (max-width:992px){
  .filter-wrap{
 flex-direction:column;
}
.lb-item{
   flex:1 1;
   width:100%;
}


}


.sale-block {
  margin-bottom: 70px; }
  @media (max-width: 1230px) {
    .sale-block {
      margin-bottom: calc(20px + 50 * ((100vw - 320px) / 910)); } }
  .sale-block__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .sale-block__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0px 0px 30px 0px;
    padding: 0 15px; }
    @media (max-width: 767.98px) {
      .sale-block__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  .sale-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eff6fc;
    border-radius: 0px;
    padding: 15px;
    height: 100%; }
  .sale-block__text {
    padding: 0px 20px 0px 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px; }
    @media (max-width: 767.98px) {
      .sale-block__text {
        padding: 0px 10px 0px 0px; } }
    @media (max-width: 767.98px) {
      .sale-block__text {
        font-size: 14px; } }
    .sale-block__text p {
      line-height: 150%; }
      .sale-block__text p:not(:last-child) {
        margin-bottom: 15px; }
      .sale-block__text p:last-child {
        color: #FFD101;
        font-weight: 700; }
  .sale-block__image img {
    width: 100px; }

.window__items .call-order{
  background: none;
  padding-top: 0px;
    padding-bottom: 90px;
}
.window__items .call-order ._container{
  padding: 0;
}

.form-general-class .call-order{
  padding-top: 50px;
  padding-bottom: 50px;
}

/*кнопка звонка*/

.callback-bt {
        background:#FFD101;
        border:2px solid #FFD101;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(255,209,1,0.3);
        cursor:pointer;
        height:70px;
        text-align:center;
        width:70px;
        position: fixed;
        right: 3%;
        bottom: 5%;
        z-index:10;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:70px;
        width:70px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#FFD101;
    opacity: 0;
    font-size: 0;
        position:absolute;
        left: 49%;
        top: 50%;
        transform: translate(-50%, -50%);
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
    font-size: 7px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#FFD101;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(255,209,1,0.3),0 0 0 0 rgba(255,209,1,0.2),0 0 0 0 rgba(255,209,1,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(255,209,1,0.3),0 0 0 15px rgba(255,209,1,0.2),0 0 0 0 rgba(255,209,1,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(255,209,1,0.3),0 0 0 30px rgba(255,209,1,0),0 0 0 26.7px rgba(255,209,1,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(255,209,1,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(255,209,1,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(255,209,1,0.3),0 0 0 0 rgba(255,209,1,0.2),0 0 0 0 rgba(255,209,1,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(255,209,1,0.3),0 0 0 15px rgba(255,209,1,0.2),0 0 0 0 rgba(255,209,1,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(255,209,1,0.3),0 0 0 30px rgba(255,209,1,0),0 0 0 26.7px rgba(255,209,1,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(255,209,1,0.3),0 0 0 30px rgba(255,209,1,0),0 0 0 40px rgba(255,209,1,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */

.grecaptcha-badge{
   visibility: hidden;
   opacity:0;
}

select.wpcf7-select{
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  display: block; 
  font-size: 16px; 
  /*font-family: sans-serif; */
  font-weight: 500; 
  color: #212628;
  line-height: 1.3; 
  padding: .6em 1.4em .5em .8em; 
  width: 100%; 
  max-width: 100%; 
  box-sizing: border-box; 
  margin: 0; 
  border: 2px solid #FFF8C0;
  border-radius: 0em;
  background-color: #fff; 
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; 
  height: 60px;
}
 select.wpcf7-select::-ms-expand { display: none; } 
 select.wpcf7-select:focus { border-color: #FFD101; 
 box-shadow: 0 0 1px 3px rgba(255, 209, 1, 255);
 box-shadow: 0 0 0 3px -moz-mac-focusring;
 color: #000;
 outline: none; 
} 
 select.wpcf7-select option { font-weight:normal; } 
 *[dir="rtl"] .wpcf7-select, :root:lang(ar) .wpcf7-select, :root:lang(iw) .wpcf7-select { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}


.form-call-order .jq-selectbox__select{
  display: none;
}
.wpcf7-not-valid-tip{
  display: none;
}

.form-work__inner .jq-selectbox__select{
  display: none;
}

.form-work__inner .form-call-order__sel{
  margin-bottom: 30px;
}

.alignleft{
  float: left;
  padding-right: 15px;
  padding-bottom: 10px;
}

.alignright{
  float: right;
  padding-left: 15px;
  padding-bottom: 10px;
}


.page-template-page-doors .portfolio__image{
  height: 350px;
}
.page-template-page-balcon .portfolio__image{
  height: 350px;
}

.page-template-page-balcon .portfolio__more{
  margin: 0 auto 100px auto;
}
@media (max-width: 768px) {
  .page-template-page-balcon .portfolio__more{
    margin: 0 auto 50px auto;
  }
}


.gallery-slider__body {
  position: relative; }

.gallery-slider__items {
  margin: 0px 0px 60px 0px; 
} 

.gallery-slider__item {
  display: block;
  height: 360px; }
  @media (max-width: 479.98px) {
    .gallery-slider__item {
      height: auto; 
    } 
    .gallery-slider__items {
      margin: 0px 0px 40px 0px; 
    } 
}
  .gallery-slider__item img {
    max-width: 100%;
    border-radius: 0px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.gallery-slider__controls .controls-arrs {
  position: absolute;
  top: 50%;
  left: -80px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: calc(100% + 160px);
  pointer-events: none; }
  @media (max-width: 1400px) {
    .gallery-slider__controls .controls-arrs {
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 95%; } }
  @media (max-width: 991.98px) {
    .gallery-slider__controls .controls-arrs {
      margin-bottom: 30px;
      position: relative;
      width: 100%;
      top: unset;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); } }


.down {
  background-color: #005EAD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff!important;
  max-width: 345px;
  padding: 8px 15px;
  white-space: nowrap;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 30px auto; }
  @media (any-hover: hover) {
    .down:hover {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } }
  @media (max-width: 479.98px) {
    .down {
      max-width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; 
      font-size: 16px;
    } 
    }
  .down::before {
    content: '';
    background: url("images/icons/down-ico.png") 0 0/contain no-repeat;
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 60px;
    margin: 0px 15px 0px 0px; }


.balkon-order {
  background: #f5fafe;
  padding: 70px 0px 100px 0px; }
  @media (max-width: 991.98px) {
    .balkon-order {
      padding: 50px 0px 50px 0px; } }
  .balkon-order__title {
    margin: 0px 0px 35px 0px; }
  .balkon-order__subtitle {
    font-size: 36px;
    line-height: 133.33333%;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin: 0px 0px 80px 0px; }
    @media (max-width: 1230px) {
      .balkon-order__subtitle {
        font-size: calc(18px + 18 * ((100vw - 320px) / 910)); } }
    @media (max-width: 991.98px) {
      .balkon-order__subtitle {
        margin: 0px 0px 50px 0px; } }
  @media (min-width: 991.98px) {
    .balkon-order__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; 
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    } 
  }
  .balkon-order__slider {
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 660px;
    flex: 0 0 660px; }
    @media (max-width: 1400px) {
      .balkon-order__slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 580px;
        flex: 0 0 580px; } }
  .balkon-order__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 0px 0px 100px; }
    @media (max-width: 1400px) {
      .balkon-order__form {
        padding: 0px 0px 0px 50px; } }
    @media (max-width: 991.98px) {
      .balkon-order__form {
        padding: 50px 0px 0px 0px; } }

.slider-balkon {
  position: relative; }
  .slider-balkon__slider {
    margin: -20px;
    padding: 20px; }
  .slider-balkon__image {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(58, 162, 168, 0.15);
    box-shadow: 0px 0px 18px 0px rgba(58, 162, 168, 0.15);
    border-radius: 30px;
    margin: 0px 0px 35px 0px;
    padding: 20px 50px 20px 50px; }
    .slider-balkon__image img {
      max-width: 100%; }
  .slider-balkon__name {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center; }
    @media (max-width: 1230px) {
      .slider-balkon__name {
        font-size: calc(18px + 12 * ((100vw - 320px) / 910)); } }
  .slider-balkon__controls {
    position: absolute;
    top: 46%;
    left: 0;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 100%; }

.controls-balkon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 15px; }
    .controls-balkon .swiper-button-disabled img {
    opacity: 0.5; }
  .controls-balkon__prev {
    cursor: pointer; }
    .controls-balkon__prev img {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .controls-balkon__next {
    cursor: pointer; }

.form-balkon__input {
  margin: 0px 0px 35px 0px; }
  @media (max-width: 991.98px) {
    .form-balkon__input {
      margin: 0px 0px 20px 0px; } }

.form-balkon__btn {
  min-width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }


.form-balkon__select {
  margin-bottom: 35px;
}
  .form-balkon__select .jq-selectbox__select {
  display: none; 
}

.cacl-box__text{
  position: relative;
  z-index: 1;
}

.table-wrapper{
  overflow: auto;
  margin-bottom: 35px;
}

/* banner door
========================================================================== */
.tm-banner-door,
.tm-banner-door__back1,
.tm-banner-door__back2,
.tm-banner-door .window__container,
.tm-banner-door__back2_img {
    position: relative;
}
.tm-banner-door__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tm-banner-door__back2_img,
.tm-banner-door__back1,
.tm-banner-door__back2 {
    height: 100%;
}
.tm-banner-door__back1 {
    background: linear-gradient(135deg, #5294a4 0%,#34599d 100%);
    width: 47%;
}
.tm-banner-door__back2 {
    width: 53%;
}
.tm-banner-door .window__container {
    z-index: 2;
}
.tm-banner-door__back2_img {
    overflow: hidden;
}
.tm-banner-door__back2_img > img {
    object-fit: cover;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
}
.tm-banner-door__content {
    color: #fff;
    padding: 70px 20px 70px 0;
    width: 44%;
}
.tm-banner-door__title {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 600;
}
.tm-banner-door__text {
    font-size: 20px;
    line-height: 35px;
}
.tm-banner-door__text p {
    margin-bottom: 25px;
}
.tm-banner-door__text ol {
    list-style: none;
    counter-reset: num;
}
.tm-banner-door__text ol li {
    padding-left: 55px;
    position: relative;
}
.tm-banner-door__text ol li:not(:last-child) {
    margin-bottom: 30px;
}
.tm-banner-door__text ol li::before {
    content: counter(num);
    counter-increment: num;    
    width: 35px;
    height: 35px;    
}
.tm-banner-door__text ol li::after {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #46b2c0;
    content: '';
    display: block;
}
.tm-banner-door__text ol li::before,
.tm-banner-door__text ol li::after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -5px;
}
@media (max-width: 1440px) {
    .tm-banner-door__title {
        font-size: 35px;
        line-height: 45px;
    }
    .tm-banner-door__text {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .tm-banner-door__title {
        font-size: 28px;
        line-height: 38px;
    }
    .tm-banner-door__text {
        font-size: 16px;
        line-height: 24px;
    }
    .tm-banner-door__content {
        padding: 40px 20px 40px 20px;
        width: 100%;
    }
    .tm-banner-door__back1 {
        width: 100%;
    }
    .tm-banner-door__back2 {
        width: 100%;
        z-index: 2;
        bottom: 0;
        height: 180px;
        position: absolute;
    }
    .tm-banner-door {
        padding-bottom: 180px;
    }
}
@media (max-width: 480px) {
    .tm-banner-door__title {
        font-size: 24px;
        line-height: 32px;
    }
}

/* partners
========================================================================== */
.tm-banner-partners__title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.tm-banner-partners__text {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.tm-banner-partners-img__card {
    text-align: center;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 16px rgba(99, 156, 213, 0.16);
}
.tm-banner-partners-img__card img {
    max-height: 150px;
    width: auto;
    max-width: 100%;
}
.tm-banner-partners__form-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.tm-banner-partners__form-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
@media (max-width: 1440px) {
    .tm-banner-partners__title {
        font-size: 20px;
        line-height: 30px;
    }
    .tm-banner-partners__form-text {
        font-size: 18px;
        line-height: 24px;
    }
    .tm-banner-partners__form-title {
        font-size: 26px;
    }
}
@media (max-width: 480px) {
    .tm-banner-partners__text {
        font-size: 16px;
        line-height: 24px;
    }
    .tm-banner-partners__form-title {
        font-size: 22px;
    }
}

/* main style
========================================================================== */
.tm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tm-flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tm-flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.tm-flex-end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.tm-grid-right {
    order: 2;
}

.tm-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    row-gap: 30px;
}

.tm-grid > * {
    padding-left: 30px;
    box-sizing: border-box;
}

.tm-grid__width-1-1 {
    width: 100%;
}

.tm-grid__width-1-2 {
    width: 50%;
}
.tm-grid__width-5-20 {
    width: 55%;
}

.tm-grid__width-1-3 {
    width: 33.333%;
}

.tm-grid__width-2-3 {
    width: 35%;
}

.tm-grid__width-1-4 {
    width: 25%;
}

.tm-grid__width-1-5 {
    width: 20%;
}

.tm-grid__width-1-6 {
    width: 16.666%;
}

.tm-grid__width-1-8 {
    width: 80%;
}

.tm-grid__width-1-7 {
    width: 70%;
}

.tm-grid__width-7-10 {
    width: 75%;
}

.tm-grid__width-6-10 {
    width: 60%;
}

.tm-grid__width-6-20 {
    width: 65%;
}

.tm-grid__width-4-10 {
    width: 40%;
}
.tm-grid__width-4-20 {
    width: 45%;
}

.tm-grid__width-3-10 {
    width: 30%;
}

@media (max-width: 1180px) {
    .tm-grid {
        margin-left: -20px;
    }

    .tm-grid > * {
        padding-left: 20px;
    }

    .tm-grid__width-1-6 {
        width: 33.333%;
    }
}

@media (max-width: 980px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100%!important;
    }
    .wp-block-columns {
        flex-wrap: wrap!important;
    }
    .tm-grid-right {
        order: inherit;
    }
    .tm-grid__width-1-3,
    .tm-grid__width-1-4 {
        width: 50%;
    }

    .tm-grid__width-2-3,
    .tm-grid__width-5-20,
    .tm-grid__width-6-20,
    .tm-grid__width-4-20,
    .tm-grid__width-1-2,
    .tm-grid__width-2-3,
    .tm-grid__width-1-5,
    .tm-grid__width-1-8,
    .tm-grid__width-1-7,
    .tm-grid__width-7-10,
    .tm-grid__width-6-10,
    .tm-grid__width-6-20,
    .tm-grid__width-4-10,
    .tm-grid__width-3-10 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tm-grid__width-1-6 {
        width: 50%;
    }

    .tm-grid__width-1-3,
    .tm-grid__width-1-4 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .tm-grid__width-1-6 {
        width: 100%;
    }
    .tm-grid > *:last-child {
        margin-bottom: 0;
    }
}

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


/* margins
========================================================================== */
.tm-margin-xxsmall-bottom {
    margin-bottom: 8px;
}

.tm-margin-small-bottom {
    margin-bottom: 15px;
}

.tm-margin-standart-bottom {
    margin-bottom: 20px;
}

.tm-margin-default-bottom {
    margin-bottom: 30px;
}

.tm-margin-xdefault-bottom {
    margin-bottom: 40px;
}

.tm-margin-medium-bottom {
    margin-bottom: 50px;
}

.tm-margin-large-bottom {
    margin-bottom: 60px;
}

.tm-margin-xlarge-bottom {
    margin-bottom: 80px;
}

.tm-margin-2xlarge-bottom {
    margin-bottom: 100px;
}

.tm-margin-3xlarge-bottom {
    margin-bottom: 120px;
}

.tm-margin-4xlarge-bottom {
    margin-bottom: 160px;
}
@media (max-width: 1440px) {
    .tm-margin-2xlarge-bottom {
        margin-bottom: 80px;
    }

    .tm-margin-3xlarge-bottom {
        margin-bottom: 90px;
    }

    .tm-margin-4xlarge-bottom {
        margin-bottom: 120px;
    }
}

@media (max-width: 980px) {
    .tm-margin-xlarge-bottom,
    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .tm-margin-xdefault-bottom,
    .tm-margin-medium-bottom,
    .tm-margin-large-bottom,
    .tm-margin-xlarge-bottom,
    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 30px;
    }
}
.gallery {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.gallery .gallery-item div img {
float: none;
}