* {
  -webkit-locale: auto;
  white-space: normal;
}

html,
ins,
legend,
mark {
  color: #000;
}

a,
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

caption {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

abbr,
acronym {
  border: 0;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
}

input,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 600;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

:root {
  --defaultFont: Montserrat, Roboto, sans-serif;
  --baseWidth: 1490px;
  --mainColor: #5e9adc;
  --secondColor: #e5e6e8;
  --borderColor: #bcbec1;
}

html {
  font-size: 100%;
}

a,
button,
input,
select,
textarea {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #adb4c6;
  opacity: 1;
}

:-moz-placeholder {
  color: #adb4c6;
  opacity: 1;
}

::-moz-placeholder {
  color: #adb4c6;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #adb4c6;
  opacity: 1;
}

.slick-arrow {
  border: none;
  background: 0 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

button,
input:not([type]),
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  border-radius: 0;
}

button:focus::-webkit-input-placeholder,
input:not([type]):focus::-webkit-input-placeholder,
input[type="color"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
input[type="datetime-local"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="submit"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="time"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="week"]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

button:focus:-moz-placeholder,
input:not([type]):focus:-moz-placeholder,
input[type="color"]:focus:-moz-placeholder,
input[type="date"]:focus:-moz-placeholder,
input[type="datetime-local"]:focus:-moz-placeholder,
input[type="datetime"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="month"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="submit"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="time"]:focus:-moz-placeholder,
input[type="url"]:focus:-moz-placeholder,
input[type="week"]:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}

button:focus::-moz-placeholder,
input:not([type]):focus::-moz-placeholder,
input[type="color"]:focus::-moz-placeholder,
input[type="date"]:focus::-moz-placeholder,
input[type="datetime-local"]:focus::-moz-placeholder,
input[type="datetime"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="month"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="submit"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="time"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
input[type="week"]:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

button:focus:-ms-input-placeholder,
input:not([type]):focus:-ms-input-placeholder,
input[type="color"]:focus:-ms-input-placeholder,
input[type="date"]:focus:-ms-input-placeholder,
input[type="datetime-local"]:focus:-ms-input-placeholder,
input[type="datetime"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="submit"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="time"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="week"]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

[v-cloak] {
  display: none;
}

.rub {
  font-family: Montserrat, Roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
}

address {
  font-weight: inherit;
}

body {
  min-width: 280px;
  line-height: 1.71;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  color: #000;
}

.body-inner {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  max-width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -ms-appearance: none;
  appearance: none !important;
}

select::-ms-expand {
  display: none;
}

.footer,
.head {
  flex: none;
}

#content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.content {
  min-height: 100vh;
}

.single-ctlg-content {
  margin-top: 107px;
}

#content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.mobile-menu--open #content:before {
  opacity: 1;
  visibility: visible;
}

a {
  color: #000;
  font-weight: inherit;
  text-decoration: none;
}

a[href^="mail"],
a[href^="tel"] {
  white-space: nowrap;
}

.wrapper {
  max-width: 1490px;
  max-width: var(--baseWidth);
  margin: 0 auto;
  box-sizing: content-box;
}

.wrapper--min {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: content-box;
}

.wrapper--big {
  max-width: 1600px;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: content-box;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img,
svg {
  max-width: 100%;
}

li {
  list-style: none;
}

.table-wrap {
  overflow: auto;
}

.standart-page .text-page > figure {
  display: flex;
  flex-direction: column;
}

.standart-page .text-page > figure figcaption {
  margin: 14px 0 0;
  background: var(--secondColor);
  padding: 20px 34px;
}

@custom-selector :--heading h2, h3, h4, h5, h6;
@custom-selector :--smallHeading h5, h6;

.text-page > :not(img):not(.iframe):not(.img):not(.form-block) {
  max-width: 1030px;
  max-width: 100%;
}

.text-page > :not(:first-child) {
  margin-top: 1.5625rem;
}

.text-page #main-seo-short > :not(:first-child),
.text-page #main-seo-full > :not(:first-child) {
  margin-top: 1.5625rem;
  position: static;
}

.text-page .iframe {
  position: relative;
  padding-top: 50%;
}

.text-page iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.text-page strong {
  font-weight: 600;
}

.text-page h3,
.text-page img + h2 {
  margin-top: 55px !important;
}

.text-page h2,
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6 {
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.text-page h2 {
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 500;
}

b {
  font-weight: 500;
}

.text-page h3 {
  font-size: 1.25rem;
  line-height: 1.3;
}

.text-page h4 {
  font-size: 1.125rem;
  line-height: 1.33;
}

.text-page h5,
.text-page h6 {
  font-size: 1rem;
  line-height: 1.5;
}

.text-page blockquote {
  background: var(--secondColor);
  padding: 1.75rem 3.125rem 1.75rem 3.4375rem;
  line-height: 1.86;
}

.text-page blockquote a {
  font-size: 1rem;
  border-bottom: none;
  font-weight: 600;
}

.text-page [align="right"] {
  float: right;
  margin-left: 80px;
}

.text-page [align="left"] {
  float: left;
  margin-right: 80px;
}

.text-page img[height] {
  height: auto;
}

.text-page img[align] {
  margin-bottom: 1.375rem;
}

.text-page table {
  width: 100%;
}

.text-page table td,
.text-page table th {
  padding: 15px 23px;
  font-weight: 300;
}

.text-page table td:not([valign]),
.text-page table td[valign="middle"],
.text-page table th:not([valign]),
.text-page table th[valign="middle"] {
  vertical-align: middle;
}

.text-page table td[valign="top"],
.text-page table th[valign="top"] {
  vertical-align: top;
}

.text-page table td[valign="bottom"],
.text-page table th[valign="bottom"] {
  vertical-align: bottom;
}

.text-page table[border="1"] td,
.text-page table[border="1"] th {
  border: 1px solid #bcbec1;
  border: 1px solid var(--borderColor);
}

.text-page ol,
.text-page ul {
  list-style: none !important;
  max-width: 720px !important;
}

.text-page li {
  position: relative;
  line-height: 1.7;
}

.text-page li:not(:first-child) {
  margin: 12px 0 0;
}

.text-page li:before {
  display: inline-block;
}

.text-page li ol,
.text-page li ul {
  margin-bottom: 20px;
  margin-top: 0;
}

.text-page li li {
  padding-left: 10px;
}

.text-page li li:before {
  margin-right: 10px !important;
}

.text-page li li:not(:first-child) {
  margin-top: 5px;
}

.text-page ul li {
  padding-left: 32px;
}

.text-page ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 1px;
  background: var(--mainColor);
  margin: 0 4px 0 0;
  display: inline-block;
}

.text-page ul li li {
  padding-left: 20px;
}

.text-page ul li li:not(:first-child) {
  margin-top: 10px;
}

.text-page ol {
  counter-reset: i;
}

.text-page ol li {
  counter-increment: i;
}

.text-page ol li:before {
  content: counter(i) ".";
  margin-right: 4px;
}

.soc {
  display: flex;
  align-items: center;
}

.soc__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s ease;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.98 !important;
}

.fancybox-content {
  background: 0 0 !important;
}

.popup-form {
  display: none;
  padding: 2.375rem 2.9375rem 2.75rem !important;
  width: 1190px;
}

.popup-form__title {
  font-weight: 500;
  text-align: left;
  font-size: 1.875rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #fff;
  letter-spacing: 0.02em;
}

.popup-form__text {
  text-align-last: auto;
  color: #666;
}

.popup-form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 13px !important;
  height: 47px;
}

.popup-form__content {
  margin-top: 70px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox__input:checked ~ label:after {
  opacity: 1;
}

.checkbox__label {
  cursor: pointer;
  display: flex;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox__label:after,
.checkbox__label:before {
  content: "";
  display: inline-block;
}

.checkbox__label:before {
  flex: none;
  background: #fff;
  border: 1px solid #e5e6e8;
  border: 1px solid var(--secondColor);
  margin: 0 15px 0 0;
  width: 19px;
  height: 19px;
}

.checkbox__label:after {
  border: 1px solid #5e9adc;
  border: 1px solid var(--mainColor);
  border-top: none;
  border-left: none;
  width: 6px;
  height: 10px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 3px;
  left: 7px;
  position: absolute;
  transition: opacity 0.1s ease;
  opacity: 0;
}

.forms-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 -35px -70px;
}

.forms-wrap .forms__input-cont {
  width: calc((100% - 60px * 2) / 2);
  margin: 0 0 35px 60px;
}

.forms-wrap--column {
  flex-direction: column;
  margin: 0 !important;
}

.forms-wrap--column .forms__input-cont:not(:first-child) {
  margin: 18px 0 0;
}

.forms__input {
  border: 1px solid #bcbec1;
  border: 1px solid var(--borderColor);
  padding: 3px 10px;
  min-height: 70px;
  transition: border-color 0.3s ease;
  background: 0 0;
  font-size: 1rem;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 300;
  color: #000;
}

.forms__input:focus {
  border-color: #5e9adc;
  border-color: var(--mainColor);
}

.forms__input:focus + .forms__label,
.forms__input:not(:empty) + .forms__label,
.forms__input:valid + .forms__label {
  top: -15px;
}

.forms__input .forms__input_error .forms__error-message {
  display: block;
}

.forms__input-cont {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.forms__input-cont.js__input-full .forms__label {
  top: -15px;
}

.forms__input[required] ~ label:after {
  content: "*";
  display: inline-block;
  color: red;
}

.forms__input--textarea {
  max-width: 100%;
  resize: none;
}

.forms__label {
  flex: none;
  color: #000;
  align-self: flex-start;
  padding: 0 5px;
  transition: top 0.3s ease;
  pointer-events: none;
  background: var(--secondColor);
  margin: 2px 0 0 24px;
}

.forms__error-message {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--secondColor);
  padding: 5px 10px;
  border: 1px solid #5e9adc;
  border: 1px solid var(--mainColor);
  border-radius: 20px;
  line-height: 1;
}

.forms__error-message-icon {
  width: 10px;
  height: 10px;
  border-right: 1px solid #5e9adc;
  border-right: 1px solid var(--mainColor);
  border-bottom: 1px solid #5e9adc;
  border-bottom: 1px solid var(--mainColor);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -6px;
  right: 15px;
  z-index: 2;
  background: var(--secondColor);
}

.forms-submit-cont {
  margin-top: 50px;
  text-align: center;
}

.forms__submit {
  padding: 13px 27px;
  background: var(--mainColor);
  color: #fff;
  border: 0;
  font-size: 0.875rem;
  min-width: 320px;
}

.forms__submit:hover {
  background-color: #4982c1;
  border-color: #4982c1;
  box-shadow: 0 6px 10px 1px rgba(12, 12, 56, 0.33);
  transition: all 0.3s linear;
}

.forms-info {
  text-align: center;
  max-width: 390px;
  margin: 40px auto 0;
  font-size: 0.8rem;
  font-weight: 400;
}

.forms-info a {
  color: #5e9adc;
  color: var(--mainColor);
}

.selectize-control + label {
  top: -15px !important;
}

.forms-bot {
  margin: 80px 0 0;
  display: flex;
  align-items: center;
}

.forms-bot__links {
  text-align: left;
}

.form-links {
  color: #666;
}

.form-links a {
  color: #5e9adc;
  color: var(--mainColor);
}

.form-links__link {
  color: #5e9adc;
  color: var(--mainColor);
  border-bottom: 1px solid #d4e3f6;
}

.arrow-btn {
  padding: 20px 35px;
  font-size: 0.875rem;
  color: #fff;
  background: var(--mainColor);
  border: 0;
  margin-right: 60px;
}

.fancybox-close-small {
  color: #fff !important;
  height: 47px !important;
  right: 32px !important;
  top: -13px !important;
  width: 47px !important;
}

.fancybox-close-small svg {
  stroke-width: 2.4 !important;
}

@media screen and (max-width: 1400px) {
  .forms__input {
    min-height: 52px;
  }
}

@media screen and (max-width: 660px) {
  .forms-wrap {
    margin-left: 0;
  }

  .forms-wrap .forms__input-cont {
    width: 100%;
    margin: 0 0 35px;
  }

  .forms__label {
    margin: 2px 0 0 8px;
  }

  .forms__submit {
    min-width: unset;
  }
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    200ms top,
    200ms -webkit-transform;
  transition:
    200ms transform,
    200ms top;
  transition:
    200ms transform,
    200ms top,
    200ms -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    200ms left,
    200ms -webkit-transform;
  transition:
    200ms transform,
    200ms left;
  transition:
    200ms transform,
    200ms left,
    200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    200ms right,
    200ms -webkit-transform;
  transition:
    200ms transform,
    200ms right;
  transition:
    200ms transform,
    200ms right,
    200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.selectize-control.plugin-drag_drop.multi
  > .selectize-input
  > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: 0 0;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #fff;
  background: #d2d2d2;
  border: 1px solid #aaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: 0 !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: gray transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px;
  border-color: transparent transparent gray;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: 0 0;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: 0 0;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 29, 167, 0.93333)', endColorstr='rgba(255, 23, 142, 0.91373)', GradientType=0);
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 0, 143, 0.84706)', endColorstr='rgba(255, 0, 117, 0.81176)', GradientType=0);
}

.selectize-control.single .selectize-input {
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 254, 254, 0.99608)', endColorstr='rgba(255, 242, 242, 0.94902)', GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: 500;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.button,
.button span,
.button span::after,
.button span::before,
.button::after,
.button::before {
  transition: all ease 0.5s;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.3em;
  border: 1px solid;
  cursor: pointer;
  white-space: nowrap;
}

.button span {
  display: inline-block;
  width: 100%;
  padding: 0.6em 2em;
}

.button span::after,
.button span::before,
.button::after,
.button::before {
  content: "";
  position: absolute;
  border: 1px;
}

.button span::before,
.button::before {
  border-style: solid none;
}

.button span::after,
.button::before {
  left: 0;
  top: -0.4em;
  width: 100%;
  height: calc(100% + 0.8em);
}

.button span::after,
.button::after {
  border-style: none solid;
}

.button span::before,
.button::after {
  top: 0;
  left: -0.4em;
  height: 100%;
  width: calc(100% + 0.8em);
}

.button:hover span::after,
.button:hover::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.button:hover span::before,
.button:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.button:hover span::after,
.button:hover span::before {
  opacity: 0;
}

.btn {
  display: inline-block;
  padding: 14px 29px;
  color: #fff;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 300;
  background: var(--mainColor);
}

.btn:hover {
  background-color: #4982c1;
  border-color: #4982c1;
  box-shadow: 0 6px 10px 1px rgba(12, 12, 56, 0.33);
  transition: all 0.3s linear;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .button span {
    padding: 0.4em 1.4em;
  }
  .head-experience {
    display: none;
  }
}

.burger {
  z-index: 100;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  box-sizing: content-box;
  width: 40px;
  height: 30px;
  padding: 15px;
  background: 0 0;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  cursor: pointer;
}

.burger:before {
  display: none;
}

.burger span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  vertical-align: bottom;
  background: #000;
  transition: background 0.2s 0.4s;
}

.burger span:before {
  border-radius: 0;
  -webkit-transform: none;
  transform: none;
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition:
    top 0.3s 0.3s ease,
    width 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    top 0.3s 0.3s ease,
    transform 0.3s ease,
    width 0.3s ease;
  transition:
    top 0.3s 0.3s ease,
    transform 0.3s ease,
    width 0.3s ease,
    -webkit-transform 0.3s ease;
  transition-delay: 0.1s;
}

.burger span:after {
  content: "";
  position: absolute;
  right: 0;
  top: -8px;
  width: 25px;
  height: 2px;
  background: #000;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition:
    top 0.3s 0.3s ease,
    width 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    top 0.3s 0.3s ease,
    transform 0.3s ease,
    width 0.3s ease;
  transition:
    top 0.3s 0.3s ease,
    transform 0.3s ease,
    width 0.3s ease,
    -webkit-transform 0.3s ease;
}

.burger:hover span:after,
.burger:hover span:before {
  width: 40px;
}

.mobile-menu--open .burger > span {
  background: 0 0 !important;
}

.mobile-menu--open .burger > span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 0;
  transition:
    top 0.3s,
    -webkit-transform 0.3s 0.5s;
  transition:
    top 0.3s,
    transform 0.3s 0.5s;
  transition:
    top 0.3s,
    transform 0.3s 0.5s,
    -webkit-transform 0.3s 0.5s;
  width: 40px;
  background: #000;
}

.mobile-menu--open .burger > span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: 0;
  transition:
    top 0.3s,
    -webkit-transform 0.3s 0.5s;
  transition:
    top 0.3s,
    transform 0.3s 0.5s;
  transition:
    top 0.3s,
    transform 0.3s 0.5s,
    -webkit-transform 0.3s 0.5s;
  width: 40px;
  background: #000;
}

@media screen and (min-width: 1000px) {
  .burger {
    position: relative;
    padding-right: 60px;
  }

  .burger:after {
    content: "Меню";
    font-size: 1rem;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }

  .mobile-menu--open .burger {
    padding-right: 0;
  }

  .mobile-menu--open .burger:after {
    display: none;
  }
}

.head {
  position: relative;
  z-index: 10;
  padding: 20px 0 20px;
}
.head._white {
  background: #fff !important;
  top: 0 !important;
  transform: translate(0) !important;
}

.head-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-logo {
  flex: none;
  z-index: 10;
  margin-right: 190px;
  width: 200px;
}

.headlogoNew {
  margin-right: 10px;
}

.head-logo svg {
  display: block;
}

.head-experience {
  width: 60px;
  height: 40px;
  margin-right: 100px;
  flex-shrink: 0;
}
.head-experience img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.head-contacts {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.head-email {
  margin: 0 2rem 0 0;
}

.head-email a {
  position: relative;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}

.head-email a:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 21px;
  height: 21px;
  background: url(../img/ico-email.svg) no-repeat center;
}

.head-phone {
  margin: 0 2rem 0 auto;
}

.head-phone a {
  position: relative;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}

.head-phone a:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 21px;
  height: 21px;
  background: url(../img/ico-phone.png) no-repeat center;
}

.head-link {
  background: url(../img/ico-header-1.svg) no-repeat left/17px;
}

.head-link a {
  display: block;
  padding: 5px 0 5px 35px;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 300;
}

.mobile-soc {
  display: none;
}

.wr-head-link {
  display: flex;
  flex-direction: column;
}

.logo,
.logo img {
  display: block;
}

.inner .head {
  position: absolute;

  left: 0;
  width: 100%;
}

.inner .logo-bot,
.inner .logo-left,
.inner .logo-right,
.inner .logo-text-first,
.inner .logo-text-last,
.inner .logo-top {
  color: #fff;
}

.inner.page-about .logo-left,
.inner.page-contacts .logo-left {
  color: #5e9adc;
  color: var(--mainColor);
}

.inner.page-about .logo-top,
.inner.page-contacts .logo-top {
  color: #c13333;
}

.inner.page-about .logo-right,
.inner.page-contacts .logo-right {
  color: #68ac64;
}

.inner.page-about .logo-bot,
.inner.page-contacts .logo-bot {
  color: #d57730;
}

.inner.page-about .logo-text-first,
.inner.page-about .logo-text-last,
.inner.page-contacts .logo-text-first,
.inner.page-contacts .logo-text-last {
  color: #000;
}

.main .logo-left {
  color: #5e9adc;
  color: var(--mainColor);
}

.main .logo-top {
  color: #c13333;
}

.main .logo-right {
  color: #68ac64;
}

.main .logo-bot {
  color: #d57730;
}

.main .logo-text-first,
.main .logo-text-last {
  color: #000;
}
@media screen and (min-width: 1200px) {
  .burger {
    display: none !important;
  }
}

@media screen and (max-width: 1600px) {
  .head {
    padding: 10px 0 20px;
  }
  .head-experience {
    margin-right: 65px;
    margin-right: 160px;
  }
}

@media screen and (max-width: 1400px) {
  .head {
    padding: 35px 0;
  }

  .head-phone {
    margin-right: 1rem !important;
  }

  .head-phone a {
    font-size: 1rem;
  }

  .head-email {
    margin-right: 0 !important;
  }

  .head-email a {
    font-size: 1rem;
  }

  .nav {
    margin-right: 0 !important;
  }
}

@media (max-width: 1300px) {
  .head-email {
    margin-right: 1.2rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .nav {
    display: none;
  }

  .head-logo {
    margin-right: 40px;
  }

  .head-cont {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 660px) {
  .head-logo {
    width: 102px;
  }

  .mobile-soc {
    display: flex;
  }

  .mobile-soc a {
    width: 30px;
  }

  .mobile-soc a:not(:last-child) {
    margin-right: 15px;
  }

  .head {
    position: fixed !important;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.4rem 0;
    z-index: 1000;
    border-bottom: 1px solid var(--borderColor);
    box-shadow: 0 0 24px var(--borderColor);
  }

  .head-email,
  .head-phone {
    margin: 0 !important;
  }

  .head-email a,
  .head-phone a {
    font-size: 14px;
  }

  .head-email {
    display: none;
  }

  .wr-head-link {
    flex-direction: column;
  }

  .inner .head-logo {
    margin-right: 0;
  }

  .fancybox-content {
    margin: 1rem 1rem !important;
  }
}

@media (max-width: 365px) {
  @supports (display: grid) {
    .head-cont {
      grid-gap: 0 3px;
    }
  }
}

.main-banner {
  position: relative;
  margin-bottom: 145px;
}

.main-banner .wrapper {
  position: relative;
}

.main-banner__cont {
  position: relative;
  display: flex;
}

.main-banner__img {
  position: relative;
  margin-left: auto;
  transition: opacity 0.2s ease;
  will-change: transform;
  transition-delay: 0.5s;
  -webkit-animation: slider-animate 2s ease forwards;
  animation: slider-animate 2s ease forwards;
  padding-top: 48%;
  overflow: hidden;
  width: 65vw;
  height: 75vh;
  background-color: #242c3d;
}

.main-banner__img video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  border-bottom: 1px solid transparent;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -o-object-fit: cover;
  object-fit: cover;
}

.main-banner__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  height: inherit;
}

.main-banner__info {
  position: absolute;
  z-index: 1;
  bottom: 45px;
  left: 22px;
}

.main-banner__title {
  pointer-events: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.6;
  padding: 12px 0 10px;
  color: #fff;
  font-size: 3.25rem;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-banner__title .line {
  background: var(--mainColor);
  line-height: 1;
  padding: 10px 20px 5px;
  display: flex;
}

.main-banner__title .line:not(:first-child) {
  margin-top: 20px;
}

.main-banner__title .line .char:not(:first-child) span {
  min-width: 0.3em;
}

.main-banner .char {
  opacity: 1;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  overflow: hidden;
  max-width: 45px;
}

.main-banner .char span {
  display: inline-block;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}

.loading .main-banner__img {
  opacity: 0;
}

@-webkit-keyframes slider-animate {
  from {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slider-animate {
  from {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.scroll {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 0.75rem;
  cursor: pointer;
  letter-spacing: 0.02em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.scroll:before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #000;
  margin-bottom: 35px;
}

.scroll-wr {
  position: absolute;
  left: -75px;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.socials {
  position: absolute;
  right: -75px;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.socials__item {
  line-height: 1;
}

.socials__item a {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transition: color 0.3s ease;
}

.socials__item a:hover {
  color: #929292;
}

.socials__item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 1600px) {
  .main-banner {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 1500px) {
  .scroll-wr {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .main-banner {
    margin-bottom: 45px;
  }

  .main-banner__info {
    bottom: 20px;
  }

  .main-banner__title {
    line-height: 1.9;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 660px) {
  .main-banner {
    margin-top: 20px;
  }

  .main-banner__cont {
    flex-direction: column;
  }

  .main-banner__img {
    padding-top: 0;
    width: 100vh;
    height: calc(100vh - 70px);
    margin: -1.4rem -1.4rem 0;
  }

  .main-banner__img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.25);
    z-index: 10;
  }

  .main-banner__title {
    padding: 8px 0 4px;
    font-size: 1.4rem;
    box-shadow: none;
  }

  .main-banner__title .line {
    padding: 10px 10px 5px;
  }

  .main-banner__info {
    left: 0;
    bottom: 1.4rem;
  }

  .main-banner__title .line:not(:first-child) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 370px) {
  .main-banner__title {
    font-size: 1.4rem;
  }
}

.main-banner-inner {
  position: relative;
  padding-bottom: 174px;
}

.main-banner-inner + .advantages {
  padding-top: 30px;
}

.main-banner-inner picture {
  z-index: 2;
  position: relative;
  display: block;
}

.main-banner-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 367px;
  display: block;
  background: var(--mainColor);
  z-index: 0;
}

.main-banner-inner__cont {
  display: flex;
}

.main-banner-inner__info {
  margin-top: auto;
  max-width: 575px;
  font-family: Montserrat;
  z-index: 2;
}

.main-banner-inner__img {
  position: relative;
  flex: none;
  margin-right: 5.9375rem;
  z-index: 10;
}

.main-banner-inner__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-banner-inner__title {
  font-size: 3.5rem;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 300;
}

.main-banner-inner .btn {
  margin-top: 65px;
  margin-top: 10px;
}

@media screen and (max-width: 1600px) {
  .main-banner-inner {
    padding-bottom: 110px;
  }

  .main-banner-inner__img {
    margin-right: 4rem;
    max-width: 560px;
    width: 100%;
  }

  .main-banner-inner .btn {
    margin-top: 35px;
  }

  .main-banner-inner__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1500px) {
  .main-banner-inner {
    padding-bottom: 75px;
  }

  .main-banner-inner:before {
    width: 220px;
  }
}

@media screen and (max-width: 1200px) {
  .main-banner-inner__img {
    max-width: 445px;
    margin-right: 3rem;
  }

  .main-banner-inner__title {
    font-size: 2rem;
  }

  body[class*="color-"] .main-banner-inner:before {
    height: 100% !important;
    width: 220px !important;
    left: 0 !important;
    top: 0 !important;
    right: auto;
    right: initial;
    bottom: auto;
    bottom: initial;
  }
}

@media screen and (max-width: 1000px) {
  .main-banner-inner {
    color: #fff;
    padding-bottom: 30px;
  }

  .main-banner-inner .btn {
    margin-top: 15px;
  }

  .main-banner-inner__cont {
    flex-direction: column;
  }

  .main-banner-inner__title {
    font-size: 1.6rem;
  }

  .main-banner-inner__title br {
    display: none;
  }

  .main-banner-inner__img {
    margin-right: 2rem;
    margin-bottom: 30px;
  }

  .main-banner-inner:before {
    width: 100% !important;
  }

  body[class*="color"] .burger span,
  body[class*="color"] .burger span:after,
  body[class*="color"] .burger span:before {
    background: #fff;
  }

  body[class*="color"].mobile-menu--open .burger span:after,
  body[class*="color"].mobile-menu--open .burger span:before {
    background: #000;
  }

  body[class*="color"].color-blue .main-banner-inner .btn {
    border: 1px solid #fff;
  }

  body[class*="color"].color-green .main-banner-inner .btn,
  body[class*="color"].color-orange .main-banner-inner .btn,
  body[class*="color"].color-red .main-banner-inner .btn {
    background-color: transparent;
    border: 1px solid #fff;
  }

  body[class*="color"] .head-email a,
  body[class*="color"] .head-phone a {
    color: #fff;
  }

  body[class*="color"] .main-banner-inner:before {
    width: 100% !important;
    height: 100%;
  }

  body[class*="color"] .main-banner-inner__img img {
    width: 100%;
  }

  .links--blue {
    background: #67a8ef !important;
  }

  .main-banner-inner .btn {
    border: 1px solid #fff;
  }
}

@media screen and (max-width: 660px) {
  body[class*="color"] .main-banner-inner:before {
    width: 100% !important;
    height: 100%;
  }

  body[class*="color"] .main-banner-inner__img {
    margin-right: 0;
  }

  body[class*="color"] .head-email a,
  body[class*="color"] .head-phone a {
    color: #000;
  }
}

.main-advantages__cont {
  padding-bottom: 70px;
}

.main-advantages__cont:last-child {
  margin-bottom: 0;
}

.main-advantages__list {
  -webkit-column-count: 2;
  column-count: 2;
  grid-column-gap: 55px;
  -webkit-column-gap: 55px;
  column-gap: 55px;
  transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transition:
    transform 1s ease,
    opacity 1s ease,
    -webkit-transform 1s ease;
}

.main-advantages__list:not(.animated) {
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
}

.main-advantages__item {
  position: relative;
  padding: 50px 62px 60px;
  border: 1px solid #bcbec1;
  border: 1px solid var(--borderColor);
  margin-bottom: 28px;
}

.main-advantages__item-cont {
  padding-top: 7px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition:
    transform 1s ease,
    -webkit-transform 1s ease;
}

.main-advantages__item-cont:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.main-advantages__item-cont:nth-child(1) .main-advantages__item-title {
  background: url(../img/ico-a-1.svg) no-repeat left;
}

.main-advantages__item-cont:nth-child(2) .main-advantages__item-title {
  background: url(../img/ico-a-2.svg) no-repeat left;
}

.main-advantages__item-cont:nth-child(3) .main-advantages__item-title {
  background: url(../img/ico-a-3.svg) no-repeat left;
}

.main-advantages__item-cont:nth-child(4) .main-advantages__item-title {
  background: url(../img/ico-a-4.svg) no-repeat left;
}

.main-advantages__item:before {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--mainColor);
  z-index: 10;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}

.main-advantages__item:after {
  content: "";
  width: 6px;
  height: 90px;
  background: #fff;
  position: absolute;
  left: -3px;
  top: 0;
  z-index: 5;
  display: block;
}

.main-advantages__item-title {
  position: relative;
  font-size: 1rem;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 500;
  padding: 13px 30px 0 65px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1600px) {
  .main-advantages__item {
    padding: 30px 50px 45px;
  }
}

@media screen and (max-width: 1440px) {
  .main-advantages__item {
    padding: 25px 30px 30px;
  }

  .main-advantages__item-title {
    margin-bottom: 20px;
  }

  .main-advantages__cont {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 1300px) {
  .main-advantages__list {
    grid-column-gap: 25px;
    -webkit-column-gap: 25px;
    column-gap: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .main-advantages__item {
    padding: 1.4rem;
  }

  .main-advantages__item-title {
    margin-bottom: 15px;
    padding: 13px 30px 0 45px;
  }

  .main-advantages__cont {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .main-advantages__list {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media screen and (max-width: 660px) {
  .main-advantages__item {
    margin-bottom: 1.4rem;
  }

  .main-advantages__item-title {
    padding: 13px 0 0 45px;
  }

  .main-advantages__item-title:after {
    display: none;
  }
}

.main-services {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.main-services img {
  display: block;
}

.main-services > .wrapper {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.main-services .swiper-slide .main-services__img,
.main-services .swiper-slide .main-services__info {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.main-services .swiper-slide-active .main-services__img,
.main-services .swiper-slide-active .main-services__info,
.main-services .swiper-slide-duplicate-active .main-services__img,
.main-services .swiper-slide-duplicate-active .main-services__info {
  opacity: 1;
}

.main-services .swiper-slide-next .main-services__img {
  position: relative;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  transition:
    opacity 0.4s ease,
    -webkit-transform 1s ease;
  transition:
    opacity 0.4s ease,
    transform 1s ease;
  transition:
    opacity 0.4s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
}

.main-services__cont .swiper-slide-active .blue:before,
.main-services__cont .swiper-slide-active .green:before,
.main-services__cont .swiper-slide-active .orange:before,
.main-services__cont .swiper-slide-active .red:before,
.main-services__cont .swiper-slide-duplicate-active .blue:before,
.main-services__cont .swiper-slide-duplicate-active .green:before,
.main-services__cont .swiper-slide-duplicate-active .orange:before,
.main-services__cont .swiper-slide-duplicate-active .red:before {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  transition-delay: 0.6s;
}

.main-services__slide-wr {
  position: relative;
  display: flex;
  padding: 230px 0 204px 207px;
  background: var(--secondColor);
}

.main-services__slide-wr.blue:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 370px;
  background: var(--mainColor);
  z-index: 1;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  transition-delay: 0.05s;
}

.main-services__slide-wr.red:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 480px;
  width: 100%;
  background: #d73e3e;
  z-index: 1;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  transition-delay: 0.05s;
}

.main-services__slide-wr.green:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 370px;
  background: #68ac64;
  z-index: 1;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  transition-delay: 0.05s;
}

.main-services__slide-wr.orange:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 460px;
  width: 100%;
  background: #e58135;
  z-index: 1;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  transition-delay: 0.05s;
}

.main-services__img,
.main-services__info {
  position: relative;
  z-index: 2;
}

.main-services__img {
  margin-right: 5.9375rem;
}

.main-services__info {
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 300;
  max-width: 521px;
  display: flex;
  flex-direction: column;
}

.main-services__info-title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  margin-top: auto;
}

.main-services__info-text {
  font-size: 0.875rem;
  margin-top: 30px;
  min-height: 17em;
}

.main-services__title {
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 500;
}

.main-services__nav {
  position: absolute;
  top: 216px;
  right: 178px;
  display: flex;
}

.main-services__pagination {
  position: absolute;
  bottom: 205px;
  right: 217px;
}

.main-services__pagination .line {
  position: relative;
  width: 20px;
  margin: 0 20px 3px;
}

.main-services__pagination .line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
}

.main-services .swiper-button {
  position: absolute;
  top: 0;
  right: 0;
}

.main-services .swiper-button-next,
.main-services .swiper-button-prev {
  position: relative;
  z-index: 15;
  margin: 0;
  width: 65px;
  height: 53px;
  background: 0 0;
  flex: none;
}

.main-services .swiper-button-next:before,
.main-services .swiper-button-prev:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.main-services .swiper-button-next {
  right: 0;
}

.main-services .swiper-button-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-services .swiper-button-prev {
  left: 0;
}

.main-services .swiper-button-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: calc(50% - -1px);
}

.main-services .swiper-pagination {
  position: relative;
  display: flex;
  align-items: flex-end;
  bottom: auto;
  bottom: initial;
}

.main-services .swiper-pagination div {
  line-height: 1;
  font-size: 0.875rem;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 300;
}

.js__color-black .main-services__title {
  color: #000;
}

.js__color--red .swiper-button-next:before,
.js__color--red .swiper-button-prev:before {
  border-color: #fff;
}

@media screen and (max-width: 1600px) {
  .main-services.js__color--red .main-services__info-title {
    color: #fff;
  }

  .main-services__slide-wr {
    padding: 110px 0 110px 55px;
  }

  .main-services__slide-wr.red:before {
    height: 215px;
  }

  .main-services__slide-wr.orange:before {
    height: 360px;
  }

  .main-services .swiper-slide-next .main-services__img {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }

  .main-services__nav {
    right: 195px;
    top: 90px;
    flex-direction: row;
  }

  .main-services > .wrapper {
    top: 50px;
    padding: 0 55px;
  }

  .main-services__pagination {
    bottom: 110px;
  }

  .main-services.green:before {
    width: 170px;
  }

  .main-services__info-title {
    font-size: 2.375rem;
  }

  .main-services__img {
    max-width: 500px;
    margin-right: 2.9375rem;
  }
}

@media screen and (max-width: 1440px) {
  .main-services__nav {
    right: 80px;
    top: 76px;
  }

  .main-services__pagination {
    right: 45px;
  }

  .main-services .swiper-slide-next .main-services__img {
    -webkit-transform: translateX(-115px);
    transform: translateX(-115px);
  }

  .main-services__slide-wr {
    padding: 95px 0 70px 1.4rem;
  }

  .main-services > .wrapper {
    top: 50px;
    padding: 0 1.4rem;
  }

  .main-services__pagination {
    bottom: 70px;
  }

  .main-services__info-title {
    font-size: 3rem;
  }

  .main-services__img {
    margin-right: 2.9375rem;
    max-width: 500px;
  }

  .main-services__slide-wr.blue:before {
    width: 255px;
  }

  .main-services__slide-wr.red:before {
    height: 210px;
  }

  .main-services__slide-wr.green:before {
    width: 265px;
  }

  .main-services__slide-wr.orange:before {
    height: 311px;
  }
}

@media screen and (max-width: 1400px) {
  .main-services__img {
    margin-right: 30px;
    max-width: 430px;
  }

  .main-services__info-title {
    font-size: 2.5rem;
  }

  .main-services__slide-wr.blue:before {
    width: 280px;
  }

  .main-services__slide-wr.green:before {
    width: 19.7vw;
  }

  .main-services__slide-wr.red:before {
    height: 160px;
  }

  .main-services__nav {
    top: 77px;
  }
}

@media screen and (max-width: 1300px) {
  .main-services__nav {
    right: 20px;
  }

  .main-services__slide-wr.red:before {
    height: 245px;
  }

  .main-services__slide-wr.orange:before {
    height: 325px;
  }

  .main-services__slide-wr.green:before {
    width: 14.5vw;
  }

  .main-services .swiper-slide-next .main-services__img {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 1200px) {
  .main-services__slide-wr {
    padding: 80px 0 70px 24px;
  }

  .main-services > .wrapper {
    top: 35px;
  }

  .main-services__img {
    margin-right: 35px;
    max-width: 415px;
  }

  .main-services__info-title {
    font-size: 2rem;
  }

  .main-services__nav {
    top: 25px;
    right: 45px;
    flex-direction: row;
  }

  .main-services__title {
    color: #000;
  }

  .main-services__slide-wr:before {
    display: none !important;
  }

  .main-services__slide-wr.red:before {
    height: 160px;
  }

  .main-services__slide-wr.green:before {
    width: 85px;
  }

  .main-services__slide-wr.blue:before {
    width: 205px;
  }

  .main-services__info-text {
    margin-top: 5px;
  }

  .main-services__pagination {
    bottom: 40px;
    right: 70px;
  }
}

@media screen and (max-width: 1000px) {
  .main-services .swiper-slide-next .main-services__img {
    -webkit-transform: none;
    transform: none;
  }

  .main-services__nav {
    right: 8px;
    top: 40px;
  }

  .main-services .swiper-button-next,
  .main-services .swiper-button-prev {
    height: 35px;
  }

  .main-services__pagination {
    right: 2rem;
    bottom: 1.4rem;
  }

  .main-services__img {
    max-width: 335px;
  }

  .main-services__slide-wr.green:before,
  .main-services__slide-wr.orange:before,
  .main-services__slide-wr.red:before {
    height: 100%;
    left: 0;
    top: 0;
    right: auto;
    right: initial;
    bottom: auto;
    bottom: initial;
    width: 205px;
  }
}

@media screen and (max-width: 660px) {
  .main-services__slide-wr {
    padding: 2rem 1rem;
    flex-direction: column;
  }

  .main-services__slide-wr:before {
    width: 100% !important;
  }

  .main-services__slide-wr.blue {
    background: var(--mainColor);
  }

  .main-services__slide-wr.blue a,
  .main-services__slide-wr.blue > * {
    color: #fff !important;
  }

  .main-services__slide-wr.red {
    background: #c13333;
  }

  .main-services__slide-wr.red a,
  .main-services__slide-wr.red > * {
    color: #fff !important;
  }

  .main-services__slide-wr.green {
    background: #68ac64;
  }

  .main-services__slide-wr.green a,
  .main-services__slide-wr.green > * {
    color: #fff !important;
  }

  .main-services__slide-wr.orange {
    background: #d57730;
  }

  .main-services__slide-wr.orange a,
  .main-services__slide-wr.orange > * {
    color: #fff !important;
  }

  .main-services .swiper-pagination {
    color: #fff;
  }

  .main-services__pagination .line:before {
    background: #fff;
  }

  .main-services > .wrapper {
    position: static;
    top: 0;
    width: auto;
    padding: 0 1rem;
  }

  .main-services__title {
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 40px;
    text-transform: none;
  }

  .main-services__nav {
    flex-direction: row;
    top: -5px;
  }

  .main-services__img {
    max-width: 100%;
    margin: 0 0 20px;
  }

  .main-services__pagination {
    right: 1.4rem;
    bottom: 1rem;
  }

  .main-services__info-text {
    margin-top: 15px;
  }
}

@media screen and (max-width: 370px) {
  .main-services__info-title {
    font-size: 1.4rem;
  }
}

.main .main-our-work {
  max-width: 1920px;
  margin: 0 auto;
}

.main-our-work {
  padding: 120px 0 130px;
  margin-top: -1px;
  background: var(--secondColor);
}

.main-our-work__info {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.main-our-work__slider {
  position: relative;
  overflow: hidden;
  margin-left: auto;
}

.main-our-work__slider:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 33vw;
  height: calc(100% - 20px);
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.0001));
  display: block;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.main-our-work__slider.js__end-slide-visible:after {
  opacity: 0;
}

.our-work__navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}

.our-work-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid #5e9adc;
  border: 1px solid var(--mainColor);
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s linear;
}
.our-work-prev::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 5px);
  border-radius: 2px;
  border-top: 2px solid var(--mainColor);
  border-right: 2px solid var(--mainColor);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.our-work-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid #5e9adc;
  border: 1px solid var(--mainColor);
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s linear;
}
.our-work-next::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 10px);
  border-radius: 2px;
  border-top: 2px solid var(--mainColor);
  border-right: 2px solid var(--mainColor);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-our-work__title {
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 500;
}

.main-our-work__title br {
  display: none;
}

.services-form .main-our-work__title br {
  display: block;
}

.main-our-work__item {
  margin-bottom: 67px;
}

.main-our-work__item-img {
  margin-bottom: 40px;
}

.main-our-work__item-img img,
.main-our-work__item-img iframe {
  display: block;
  width: 100%;
}

.main-our-work__item-text {
  font-size: 1rem;
  font-weight: 300;
  font-family: Montserrat, Roboto, sans-serif;
}

.main-our-work .swiper-button {
  position: absolute;
  top: 0;
  right: 0;
}

.main-our-work .swiper-button-next,
.main-our-work .swiper-button-prev {
  position: relative;
  z-index: 15;
  margin: 0;
  width: 65px;
  height: 60px;

  flex: none;
  top: 0;
}

.main-our-work .swiper-button-next:before,
.main-our-work .swiper-button-prev:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
}

.main-our-work .swiper-button-next {
  right: 0;
}

.main-our-work .swiper-button-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-our-work .swiper-button-prev {
  left: 0;
}

.main-our-work .swiper-button-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: calc(50% - -1px);
}

.main-our-work .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: auto;
  bottom: initial;
  width: 53px;
}

.main-our-work .swiper-pagination span {
  width: 10px;
  display: inline-block;
}

.swiper-scrollbar {
  margin-top: 60px;
}

.swiper-scrollbar-drag {
  cursor: pointer;
  background: var(--mainColor);
}

.main-our-work__arrow {
  margin: 0 0 0 70px;
  display: flex;
  flex-direction: row-reverse;
}

.services-form {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
}

.services-form h2,
.services-form p,
.services-form div {
  flex-shrink: 0;
}

.services-form img {
  height: 100%;
  object-fit: scale-down;
  object-position: left;
}

@media screen and (max-width: 1600px) {
  .main-our-work {
    padding: 110px 0;
  }
}

@media screen and (max-width: 1440px) {
  .main-our-work {
    padding: 70px 0;
  }

  .main-our-work__title {
    font-size: 2rem;
  }

  .services-form h2 {
    width: 100% !important;
  }

  .main-our-work__item-img {
    margin-bottom: 20px;
  }

  .main-our-work .swiper-button-next,
  .main-our-work .swiper-button-prev {
    height: 40px;
  }

  .swiper-scrollbar {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1000px) {
  .main-our-work {
    padding: 45px 0;
  }

  .main-our-work__cont {
    flex-direction: column;
  }

  .main-our-work__info {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .main-our-work__arrow {
    display: flex;
    flex-direction: row-reverse;
  }

  .main-our-work__title br {
    display: none;
  }

  .main-our-work__slider {
    width: 100%;
    margin: 0;
  }

  .main-our-work__title {
    font-size: 1.5rem;
  }

  .main-our-work__item,
  .main-our-work__item-img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 660px) {
  .main-our-work {
    padding: 25px 0;
  }

  .main-our-work .swiper-container {
    overflow: hidden;
    width: 100%;
  }

  .main-our-work__slider {
    margin: 0;
    width: auto;
  }

  .main-our-work .swiper-scrollbar,
  .main-our-work__slider:after {
    display: none;
  }

  .main-our-work__item {
    margin-bottom: 0;
  }

  .main-our-work__title {
    margin: 0 0 40px;
  }

  .main-our-work__arrow {
    margin: 0;
    position: absolute;
    right: -1rem;
    bottom: 0;
  }

  .main-our-work .swiper-button-next,
  .main-our-work .swiper-button-prev {
    width: 50px;
    height: 35px;
  }

  .main-our-work__info {
    margin-bottom: 0;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 370px) {
  .main-our-work__title {
    font-size: 1.4rem;
  }
}

.main-contacts {
  padding: 64px 0 75px;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 300;
}

.main-contacts__cont {
  max-width: 850px;
  margin: 0 auto;
}

.main-contacts .forms__label {
  background: #fff;
}

.main-contacts__title {
  text-align: center;
  font-size: 1.875rem;
  font-family: Montserrat, Roboto, sans-serif;
  margin-bottom: 60px;
}

.main-contacts .forms__input {
  padding: 3px 30px;
  font-size: 1.3125rem;
}

@media screen and (max-width: 1440px) {
  .main-contacts__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .main-contacts {
    padding: 45px 0;
  }
}

@media screen and (max-width: 1000px) {
  .main-contacts {
    padding: 45px 0;
  }

  .main-contacts__title {
    margin-bottom: 20px;
  }

  .main-contacts .forms-wrap {
    margin: 0 0 -35px -60px;
  }

  .main-contacts .forms-submit-cont {
    margin-top: 35px;
  }
}

@media screen and (max-width: 660px) {
  .main-contacts {
    padding: 25px 0;
  }

  .main-contacts .forms-wrap {
    margin: 0 0 -35px;
  }

  .contacts {
    padding: 1.4rem 0 !important;
  }

  .contacts + div .main-our-work {
    padding-top: 0;
  }

  .contacts__form {
    padding: 1.4rem !important;
  }

  .contacts__title {
    margin-bottom: 0 !important;
  }

  .forms__submit {
    padding: 13px 4px 11px;
  }

  .contacts__form .forms__input-cont:not(:first-child) {
    margin-top: 21px !important;
  }
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

.features {
  background: var(--secondColor);
  padding: 90px 0 0px;
  font-family: Montserrat, Roboto, sans-serif;
}

.features__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -40px -40px;
}

.features__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 60px 70px 102px;
  background: #fff;
  width: calc((100% - 20px * 5) / 5);
  margin: 0 0 40px 20px;
  text-decoration: none;
}

.features__item:hover {
  text-decoration: none;
}

.features__item:after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 68px;
  display: block;
  background: var(--mainColor);
  width: 10px;
  height: 2px;
  text-align: center;
}

..features__item {
  display: block;
  margin: auto;
}

.features__item-img {
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
}

.features__item-img img {
  margin: auto;
  display: block;
}

.features__item-title {
  margin-top: auto;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .features {
    padding: 75px 0 0px;
  }
}

@media screen and (max-width: 1500px) {
  .features {
    padding: 75px 0;
  }
}

@media screen and (max-width: 1400px) {
  .features__list {
    margin: 0 0 -40px -25px;
  }

  .features__item {
    width: calc((100% - 15px * 5) / 5);
    margin: 0 0 40px 15px;
    padding: 50px 50px 75px 65px;
  }

  .features__item:after {
    bottom: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .features__item {
    width: calc((100% - 15px * 5) / 5);
    margin: 0 0 40px 15px;
    padding: 30px 30px 40px;
  }

  .features__item-img {
    margin-bottom: 25px;
  }

  .features__item:after {
    bottom: 20px;
    left: 35px;
  }
}

@media screen and (max-width: 1000px) {
  .features {
    padding: 30px 0;
  }

  .features__item {
    width: calc((100% - 15px * 2) / 2);
    margin: 0 0 40px 20px;
    padding: 30px 30px 40px;
  }
}

@media screen and (max-width: 660px) {
  .features__list {
    margin: 0 0 -1.4rem -1.4rem;
  }

  .features__item {
    width: 100%;
    margin: 0 0 1.4rem 25px;
    flex-direction: row;
    padding: 1.4rem;
  }

  .features__item-img {
    margin-bottom: 0;
    margin-right: 15px;
    max-width: 100px;
  }

  .features__item-title {
    margin: auto 0;
  }

  .features__item:after {
    display: none;
  }
}

.advantages {
  background: var(--secondColor);
  padding-bottom: 125px;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 300;
}

.advantages-cont {
  display: flex;
}

.advantages-list__text,
.advantages-list__title {
  width: 50%;
}

.advantages-list__text {
  position: relative;
  padding: 45px;
  border: 1px solid #bcbec1;
  border: 1px solid var(--borderColor);
}

.advantages-list__text:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  width: 10px;
  height: 10px;
  background: var(--mainColor);
  border-radius: 50%;
  z-index: 2;
}

.advantages-list__text:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
}

.advantages-list__text .text-page {
  transition: opacity 0.3s ease;
}

.advantages-list__text.active .text-page {
  opacity: 1 !important;
}

.advantages-item__title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 1.4rem 10px 0;
  cursor: pointer;
}

.advantages-item__title:last-child:before {
  opacity: 0;
}

.advantages-item__title:last-child.active:before {
  opacity: 1;
}

.advantages-item__title:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 43px;
  height: 99%;
  background: var(--secondColor);
  display: block;
}

.advantages-item__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100px;
  width: calc(100% - 100px);
  height: 1px;
  background: var(--borderColor);
  display: block;
}

.advantages-item__title.active .ico-cross,
.advantages-item__title:hover .ico-cross {
  background:
    url(../img/ico-cross.svg) no-repeat center,
    #5e9adc;
}

.advantages-item__title.active:after {
  right: -1px;
  top: 0;
  z-index: 1;
}

.ico-cross {
  display: block;
  flex: none;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: url(../img/ico-cross.svg) no-repeat center #d8d9db;
  transition: background 0.3s ease;
  margin-right: 35px;
}

@media screen and (max-width: 1500px) {
  .advantages-item__title {
    padding: 15px 1.4rem 10px 0;
  }
}

@media screen and (max-width: 1400px) {
  .advantages {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .ico-cross {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .advantages {
    padding-bottom: 70px;
  }

  .advantages-item__title {
    padding: 10px 3rem 10px 0;
  }

  .advantages-item__title:before {
    left: 60px;
    width: calc(100% - 60px);
  }

  .advantages-item__title.active:after {
    top: -1px;
  }

  .advantages-list__text {
    padding: 30px;
  }
}

@media screen and (max-width: 660px) {
  .advantages {
    padding: 60px 0 40px;
  }

  .advantages-cont {
    flex-direction: column;
  }

  .advantages-list__title {
    width: 100%;
    padding: 10px 1rem 10px 0;
  }

  .advantages-list__text {
    width: 100%;
    margin-top: 17px;
    padding: 15px;
  }
}

.review {
  background: var(--secondColor);
  padding-bottom: 110px;
}

.review__item {
  display: flex;
  align-items: center;
  border: 1px solid #bcbec1;
  border: 1px solid var(--borderColor);
}

.review__item:not(:first-child) {
  margin-top: 55px;
}

.review__item img {
  display: block;
}

.review__item-video {
  flex: none;
}

.review__item-img {
  margin: -1px 0 -1px -1px;
  flex: none;
  padding: 1.4rem 68px;
}

.review__item-info {
  padding: 1.4rem 140px 1.4rem 0;
}

.review__item-title {
  font-size: 1.875rem;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 25px;
}

@media screen and (max-width: 1600px) {
  .review {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 1400px) {
  .review {
    padding-bottom: 75px;
  }

  .review__item-info {
    padding: 1.4rem 35px 1.4rem 0;
  }
}

@media screen and (max-width: 1200px) {
  .review__item-title {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }

  .review__item-img {
    padding: 1.4rem 30px;
  }

  .review__item-video {
    max-width: 330px;
  }

  .review__item:not(:first-child) {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1000px) {
  .review {
    padding-bottom: 30px;
  }

  .review__item {
    flex-wrap: wrap;
  }

  .review__item-info {
    width: 100%;
    padding: 1.4rem;
  }
}

@media screen and (max-width: 660px) {
  .review__item-title {
    font-size: 1.3rem;
  }

  .review__item-img {
    margin: 0;
    padding: 1.4rem 1.4rem 0;
  }

  .review__item-video {
    max-width: 100%;
  }
}

.clients {
  padding: 60px 0 80px;
}

.clients .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.clients-intro {
  position: relative;
  margin-bottom: 68px;
  font-family: Montserrat, Roboto, sans-serif;
}

.clients-title {
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 1.875rem;
  margin-bottom: 23px;
  font-weight: 500;
}

.clients-text {
  max-width: 540px;
}

.clients__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.clients__item.no-photo .clients__item-img {
  background: var(--mainColor);
  display: flex;
  flex: 1 1 auto;
}

.clients__item.no-photo .clients__item-hidden {
  opacity: 1;
}

.clients__item:hover .clients__item-hidden {
  opacity: 0;
}

.clients__item img {
  display: block;
}

.clients__item-info {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}

.clients__item-img {
  position: relative;
  width: 100%;
  height: 184px;
  overflow: hidden;
}

.clients__item-img > figure img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.clients__item-title {
  font-size: 1rem;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 300;
}

.clients__item-city {
  margin-top: 10px;
}

.clients__item-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition:
    opacity 0.3s ease,
    background 0.3s ease;
  background: var(--mainColor);
}

.clients__item-hidden figure {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clients__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
}

.clients .swiper-button {
  position: absolute;
  top: 0;
  right: 0;
}

.clients .swiper-button-disabled {
  display: none;
}

.clients .swiper-button-disabled:nth-last-child(2):first-child,
.clients
  .swiper-button-disabled:nth-last-child(2):first-child
  ~ .swiper-button-disabled {
  display: none;
}

.clients .swiper-button-next,
.clients .swiper-button-prev {
  position: relative;
  z-index: 15;
  margin: 0;
  width: 65px;
  height: 60px;
  background: 0 0;
  flex: none;
}

.clients .swiper-button-next:before,
.clients .swiper-button-prev:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
}

.clients .swiper-button-next {
  right: 0;
}

.clients .swiper-button-next:before {
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

.clients .swiper-button-prev {
  left: 0;
}

.clients .swiper-button-prev:before {
  -webkit-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
}

@media screen and (max-width: 1600px) {
  .clients {
    padding: 90px 0;
  }
}

@media screen and (max-width: 1500px) {
  .clients {
    padding: 75px 0;
  }

  .clients-title {
    margin-bottom: 10px;
  }

  .clients-intro {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1400px) {
  .clients__item-info {
    margin-top: 15px;
  }

  .clients__item-img {
    width: auto;
    height: auto;
  }

  .clients__item-img > figure img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}

@media screen and (max-width: 1200px) {
  .clients {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1000px) {
  .clients {
    padding: 30px 0;
  }
}

@media screen and (max-width: 660px) {
  .clients__arrow {
    right: -1rem;
    bottom: -35px;
  }

  .clients .swiper-button-next,
  .clients .swiper-button-prev {
    height: 35px;
    width: 50px;
  }

  .main-services .swiper-button-next,
  .main-services .swiper-button-prev {
    width: 50px;
  }

  .clients__item-hidden {
    background-color: transparent;
  }
}

.contacts {
  background: var(--secondColor);
  padding: 114px 0;
}

.contacts-cont {
  display: flex;
}

.contacts-cont._reverse {
  flex-direction: row-reverse;
}

.main-contacts__form .contacts-2 .contacts__info_new_image img {
  object-fit: scale-down !important;
}

.contacts__form .contacts__info,
.contacts__info {
  background: #fff;
  padding: 85px 0;
  width: calc(100% - 640px);
}

.contacts__form .contacts__info-text,
.contacts__info-text {
  height: 520px;
  overflow: auto;
  padding: 0 85px;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 300;
}

.contacts__form .contacts__info-text h6,
.contacts__info-text h6 {
  font-size: 1.375rem;
  font-weight: 300;
}

.contacts__form .contacts__info-text::-webkit-scrollbar,
.contacts__info-text::-webkit-scrollbar {
  width: 4px;
}

.contacts__form .contacts__info-text::-webkit-scrollbar-track,
.contacts__info-text::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #d8d9db;
}

.contacts__form .contacts__info-text::-webkit-scrollbar-thumb,
.contacts__info-text::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--mainColor);
  -webkit-box-shadow: inset 0 0 6px #5e9adc;
  -webkit-box-shadow: inset 0 0 6px var(--mainColor);
}

.contacts__form .contacts__info-text::-webkit-scrollbar-thumb:window-inactive,
.contacts__info-text::-webkit-scrollbar-thumb:window-inactive {
  background: var(--secondColor);
}

.contacts__form {
  padding: 80px 120px 95px;
  font-family: Montserrat, Roboto, sans-serif;
  border: 1px solid #bcbec1;
  border: 1px solid var(--borderColor);
  border-left: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.contacts__form .forms__input-cont {
  width: 100%;
  margin: 0;
}

.contacts__form .forms__input-cont:not(:first-child) {
  margin-top: 45px;
}

.contacts__form .forms-wrap {
  margin: 0;
}

.contacts__form .forms__input {
  border-color: #bcbec1;
  border-color: var(--borderColor);
}

.contacts__form .forms-submit-cont {
  margin-top: 68px;
}

.contacts__form .forms-info {
  margin-top: 59px;
}

.contacts__title {
  font-size: 1.875rem;
  font-family: Montserrat, Roboto, sans-serif;
  margin-bottom: 42px;
  text-align: center;
  font-weight: 500;
}

.contacts__description {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
}

.inner .contacts {
  padding: 114px 0 0;
}

@media screen and (max-width: 1600px) {
  .contacts {
    padding: 90px 0;
  }
}

@media screen and (max-width: 1500px) {
  .contacts {
    padding: 75px 0;
  }

  .contacts__form {
    padding: 80px 70px 95px;
  }
}

@media screen and (max-width: 1200px) {
  .contacts__info {
    padding: 35px 0;
    width: calc(100% - 400px);
  }

  .contacts__info-text {
    padding: 0 35px;
  }

  .contacts__form {
    padding: 35px;
  }
}

@media screen and (max-width: 1000px) {
  .contacts {
    padding: 30px 0;
  }

  .contacts-cont {
    flex-direction: column !important;
  }

  .contacts__info {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    padding-top: 30px !important;
  }

  .contacts__form {
    border: 1px solid #bcbec1;
    border: 1px solid var(--borderColor);
    border: none !important;
  }
}

@media screen and (max-width: 660px) {
  .contacts__info {
    padding: 25px 0;
  }

  .contacts__info-text {
    padding: 0 15px;
  }

  .contacts__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .contacts__form .forms__input-cont:not(:first-child) {
    margin-top: 25px;
  }

  .contacts__form .forms-submit-cont {
    margin-top: 35px;
  }

  .contacts__form .forms-info {
    margin-top: 30px;
  }

  .main-contacts .forms__input {
    padding: 3px 14px;
    font-size: 1rem;
  }

  .contacts__info-text {
    height: auto;
  }
}

.page-contacts .head-menu {
  display: flex;
  margin-left: auto;
}

.page-contacts .head-cont {
  justify-content: flex-start;
}

.page-contacts .content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 135px);
}

.page-contacts .content .wrapper {
  width: 100%;
}

.page-contacts .footer__soc {
  display: none;
}

.contacts__cont.contacts-content {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 100px;
}
.contacts__cont.contacts-content h2 {
  text-align: center;
}
.contacts__cont.contacts-content table {
  width: 100%;
}
.contacts__cont.contacts-content table th {
  border-left: 1px solid #bcbec1;
  border-top: 1px solid #bcbec1;
  border-bottom: 1px solid #bcbec1;
  padding: 5px 10px;
}
.contacts__cont.contacts-content table th:last-child {
  border-right: 1px solid #bcbec1;
}
.contacts__cont.contacts-content table td {
  border-left: 1px solid #bcbec1;
  border-bottom: 1px solid #bcbec1;
  padding: 5px 10px;
}
.contacts__cont.contacts-content table td:last-child {
  border-right: 1px solid #bcbec1;
}

.contacts__cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 180px;
}

.contacts-info__title,
.articles-info__title,
.portfolio-info__title {
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 45px;
  font-weight: 500;
}

.contacts-info__label {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.contacts-info__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -50px -20px;
}

.contacts-info__item {
  width: calc((100% - 20px * 2) / 2);
  margin: 0 0 50px 20px;
  display: flex;
  flex-direction: column;
}

.contacts-info__links {
  display: flex;
  flex-direction: column;
}

.contacts-info__btn {
  margin-top: 70px;
}

.contacts__map {
  position: absolute;
  top: 102px;
  right: 0;
}

.contacts__map-el {
  position: absolute;
}

.contacts__map-el.moscow {
  top: 291px;
  left: 187px;
}

.contacts__map-el.ekb {
  top: 440px;
  left: 388px;
}

.contacts__map-marker {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #a9c8e4;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
  -webkit-animation: pulse 2s ease infinite;
  animation: pulse 2s ease infinite;
}

.contacts__map-marker span:before {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--mainColor);
  z-index: 2;
  display: block;
}

.contacts__map-marker span:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  display: block;
}

.contacts__map-info {
  padding-left: 14px;
  line-height: 1.76;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.3;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.3;
  }
}

@media screen and (min-width: 1200px) {
  .page-contacts {
    height: 100vh;
  }
}

@media screen and (max-width: 1500px) {
  .contacts__map {
    max-width: 915px;
  }
}

@media screen and (max-width: 1200px) {
  .contacts__map {
    max-width: 615px;
    top: 200px;
  }

  .contacts__map-el {
    display: flex;
  }

  .contacts__map-marker {
    flex: none;
  }

  .contacts__map-marker span:before {
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }

  .contacts__map-marker span:after {
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }

  .contacts__map-info {
    line-height: 1.3;
  }
}

@media screen and (max-width: 1000px) {
  .page-contacts .head {
    position: relative;
  }

  .contacts__map {
    margin-top: 10px;
  }

  .page-contacts .content .wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .contacts__map {
    position: relative;
    top: 0;
  }

  .contacts__map .map img {
    display: none;
  }

  .contacts__map-el {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }

  .contacts__map-el:not(:first-child) {
    margin-top: 1.4rem;
  }

  .contacts__map-marker {
    margin-bottom: 18px;
  }

  .contacts__cont {
    margin-top: 0;
  }
}

@media screen and (max-width: 660px) {
  .page-contacts .content .wrapper {
    flex-direction: column;
  }

  .page-contacts .head {
    position: relative;
  }

  .page-contacts .head-logo {
    margin-right: auto;
  }

  .page-contacts .content > :first-child {
    padding-top: 25px !important;
  }

  .page-contacts footer {
    background: var(--secondColor);
    margin-top: 20px;
  }

  .page-contacts .developer__img svg {
    color: #a3a3a3;
  }

  .contacts-info__title {
    margin-bottom: 18px;
  }

  .contacts-info__item {
    margin: 0 0 25px 20px;
  }

  .contacts-info__list {
    margin: 0 0 -25px -20px;
  }

  .contacts-info__btn {
    margin-top: 25px;
  }

  .contacts__map {
    margin-top: 30px;
  }

  .contacts__map-el {
    flex-direction: column;
  }

  .contacts__map-info {
    padding-left: 0;
  }

  .contacts__map-marker {
    width: 22px;
    height: 22px;
    background: 0 0;
  }
  .contacts__cont.contacts-content .table-container {
    width: 100vw;
    max-width: 480px;
    overflow-x: scroll;
  }
  .contacts__cont.contacts-content table {
    min-width: 480px;
  }
}

.slider-middle {
  position: relative;
  font-family: Montserrat;
  font-weight: 300;
}

.slider-middle img {
  display: block;
  width: 100%;
}

.slider-middle .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.slider-middle__info {
  position: absolute;
  top: 95px;
  bottom: 135px;
  left: 12.9375rem;
  width: 430px;
  background: #fff;
  padding: 90px 85px 90px 75px;
  padding: 125px 85px 90px 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-content: flex-start;
}

.slider-middle__title {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 500;
}

.slider-middle__text {
  margin-top: 55px;
}

.slider-middle__arrow {
  position: absolute;
  top: 155px;
  left: 15.625rem;
  display: flex;
  flex-direction: row-reverse;
}

.slider-middle .swiper-button {
  position: absolute;
  top: 0;
  right: 0;
}

.slider-middle .swiper-button-next,
.slider-middle .swiper-button-prev {
  position: relative;
  z-index: 15;
  margin: 0;
  width: 65px;
  height: 60px;
  background: 0 0;
  flex: none;
}

.slider-middle .swiper-button-next:before,
.slider-middle .swiper-button-prev:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 15px;
  height: 15px;
  border: solid black;
  border-width: 0 3px 3px 0;
}

.slider-middle .swiper-button-next {
  right: 0;
}

.slider-middle .swiper-button-next:before {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

.slider-middle .swiper-button-prev {
  left: 0;
}

.slider-middle .swiper-button-prev:before {
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
  left: calc(50% - -1px);
}

@media screen and (max-width: 1500px) {
  .slider-middle__info {
    top: 65px;
    bottom: 105px;
  }

  .slider-middle__arrow {
    top: 80px;
  }

  .slider-middle__text {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1400px) {
  body[class*="color-"] .main-banner-inner:before {
    width: 225px;
  }
}

@media screen and (max-width: 1300px) {
  .slider-middle__info {
    left: 1.4rem;
    width: 330px;
    padding: 60px 70px 30px 50px;
  }

  .slider-middle__title {
    font-size: 1.5rem;
  }

  .slider-middle__arrow {
    left: 2.625rem;
  }
}

@media screen and (max-width: 1200px) {
  .slider-middle__info {
    top: 1.4rem;
    bottom: 1.4rem;
  }

  .slider-middle__arrow {
    top: 35px;
  }
}

@media screen and (max-width: 1000px) {
  .slider-middle__item img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

@media screen and (max-width: 660px) {
  .slider-middle__info {
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    bottom: auto;
    bottom: initial;
    padding: 1.4rem;
    min-width: 100%;
  }

  .slider-middle__arrow {
    display: flex;
    flex-direction: row-reverse;
    left: auto;
    left: initial;
    top: auto;
    top: initial;
    right: 0;
    bottom: auto;
    bottom: initial;
  }

  .slider-middle__title {
    max-width: 245px;
  }

  .slider-middle__item img {
    height: auto;
  }
}

.page-catalog .bread-crumbs {
  margin-bottom: 30px;
}

.page-catalog .bread-crumbs li {
  position: relative;
  line-height: 1;
  display: inline;
}

.page-catalog .bread-crumbs li:hover a {
  text-decoration: underline;
  color: currentColor;
}

.page-catalog .bread-crumbs li:not(:first-child) {
  margin-left: 30px;
}

.page-catalog .bread-crumbs li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  width: 10px;
  height: 1px;
  display: block;
  background: #000;
}

.page-portfolio .head {
  position: relative;
}

.page-portfolio .logo-left {
  color: #5e9adc;
  color: var(--mainColor);
}

.page-portfolio .logo-top {
  color: #c13333;
}

.page-portfolio .logo-right {
  color: #68ac64;
}

.page-portfolio .logo-bot {
  color: #d57730;
}

.page-portfolio .logo-text-first,
.page-portfolio .logo-text-last {
  color: #000;
}

.page-portfolio .wr-head-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-portfolio .head-link:not(:first-child) {
  margin-left: 0;
}

.page-portfolio .burger {
  display: none !important;
}

.catalog img {
  display: block;
}

.catalog-menu {
  background: var(--mainColor);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 610px;
}

.catalog-menu__logo {
  padding: 100px 100px 65px;
}

.catalog-menu__logo .burger {
  display: none !important;
}

.catalog-menu__item {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid rgba(87, 147, 202, 0.7);
  transition: background 0.3s ease;
}

.catalog-menu__item:hover {
  background: #5f9ed7;
}

.catalog-menu__item:after {
  content: "";
  position: absolute;
  right: 77px;
  top: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.catalog-menu__link {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  color: currentColor;
  font-size: 1.25rem;
  padding: 1.4rem 90px 1.4rem 100px;
}

.catalog-menu__link.active {
  background: #5b94d4;
}

.catalog__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.catalog__item {
  width: calc(33.333% - 60px);
  margin: 0 30px 30px;
  opacity: 1;
  transition:
    opacity 0.8s ease,
    -webkit-transform 0.8s ease;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    -webkit-transform 0.8s ease;
  text-decoration: none;
}

.catalog__item:hover {
  text-decoration: none;
}

.catalog__item:hover .catalog__item-title {
  color: #5e9adc;
  color: var(--mainColor);
}

.catalog__item-title {
  font-size: 1.125rem;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition:
    text-decoration-color 0.3s ease,
    -webkit-text-decoration-color 0.3s ease;
}

.catalog__item-text {
  font-size: 0.875rem;
  color: #a3a3a3;
  margin-top: 20px;
}

.catalog__item-img {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.catalog__item-img img {
  transition: transform 0.66s;
}

.catalog__item:hover .catalog__item-img img {
  transform: scale(1.2);
}

.catalog__item-razdel {
  position: relative;
  color: currentColor;
  margin-bottom: 20px;
}

.catalog__item-razdel:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 13px;
  background: currentColor;
  margin-right: 13px;
  margin-bottom: -1px;
}

.catalog__item-razdel.color-blue {
  color: #5e9adc;
  color: var(--mainColor);
}

.catalog__item-razdel.color-red {
  color: #c13333;
}

.catalog__item-razdel.color-green {
  color: #68ac64;
}

.catalog__item-razdel.color-orange {
  color: #d57730;
}

@media screen and (min-width: 1980px) {
  .page-portfolio .logo-left {
    color: #5e9adc;
    color: var(--mainColor);
  }

  .page-portfolio .logo-top {
    color: #c13333;
  }

  .page-portfolio .logo-right {
    color: #68ac64;
  }

  .page-portfolio .logo-bot {
    color: #d57730;
  }

  .page-portfolio .logo-text-first,
  .page-portfolio .logo-text-last {
    color: #000;
  }
}

@media screen and (max-width: 1600px) {
  .catalog-menu {
    width: 420px;
  }

  .catalog-menu__link {
    padding: 1.4rem 55px 1.4rem 45px;
  }
}

@media screen and (max-width: 1500px) {
  .catalog__item {
    width: calc(33.3333% - 30px);
    margin: 0 15px 15px;
  }

  .catalog__list {
    margin: 0 -15px 30px;
  }

  .catalog__header {
    padding: 45px 0;
  }

  .catalog-menu__logo {
    padding: 45px;
  }

  .catalog-menu__item:after {
    right: 30px;
  }

  .page-portfolio .head-logo {
    margin-right: 110px;
  }
}

@media screen and (max-width: 1400px) {
  .page-portfolio .head-logo {
    margin-right: 50px;
  }

  .page-portfolio .nav {
    margin-left: 1.4rem;
  }
}

@media screen and (max-width: 1300px) {
  .page-catalog .burger {
    display: flex !important;
  }

  .page-catalog .nav {
    display: none;
  }

  .page-catalog .main-nav .burger {
    right: 8px;
  }
}

@media screen and (max-width: 1200px) {
  .catalog-menu {
    width: 345px;
  }

  .catalog__header .wrapper-head-link {
    order: 0;
    margin: 0;
  }

  .catalog__header .head-phone {
    display: none;
  }

  .catalog__item {
    width: calc((100% - 20px * 3) / 3);
    margin: 0 0 45px 20px;
  }

  .catalog__item-img {
    margin-bottom: 15px;
  }

  .catalog__item-title {
    line-height: 1.4;
  }
}

@media screen and (max-width: 1000px) {
  .page-catalog .main-nav .burger {
    right: 0;
  }

  .catalog-menu__logo {
    padding: 30px 2rem;
    pointer-events: auto;
    display: flex;
    align-items: center;
  }

  .catalog-menu__logo .burger {
    display: flex !important;
  }

  .catalog-menu__logo .burger span,
  .catalog-menu__logo .burger span:after,
  .catalog-menu__logo .burger span:before {
    background: #fff;
  }

  .catalog-menu__logo .logo-left {
    color: #5e9adc;
    color: var(--mainColor);
  }

  .catalog-menu__logo .logo-top {
    color: #c13333;
  }

  .catalog-menu__logo .logo-right {
    color: #68ac64;
  }

  .catalog-menu__logo .logo-bot {
    color: #d57730;
  }

  .catalog-menu__logo .logo-text-first,
  .catalog-menu__logo .logo-text-last {
    color: #000;
  }

  .catalog__list {
    margin: 0 -20px;
  }

  .catalog__item {
    width: calc(50% - 40px);
    margin: 0 20px 20px;
  }

  .page-catalog .head-logo {
    margin-right: 0;
  }

  .page-catalog .burger {
    margin-left: 0;
  }

  .page-portfolio .catalog__header {
    display: none;
  }

  .catalog {
    flex-direction: column;
    min-height: 100%;
  }

  .catalog-menu {
    position: relative;
    width: 100%;
    background: var(--mainColor);
    pointer-events: all;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .catalog-menu__logo {
    width: 100%;
  }

  .catalog-menu__item {
    display: block;
    width: 50%;
  }

  .catalog-menu__link {
    padding: 1.4rem 2rem !important;
    line-height: 1.3;
  }
}

@media screen and (max-width: 660px) {
  .page-catalog .content > :first-child {
    padding-top: 0 !important;
  }

  .page-catalog .head-logo {
    margin-right: 0;
  }

  .page-catalog .head .logo-1 {
    display: block !important;
  }

  .page-catalog .head .logo-2 {
    display: none !important;
  }

  body[class*="color-"] .content > :first-child {
    padding-top: 30px !important;
  }

  body[class*="color-"] .burger span,
  body[class*="color-"] .burger span:after,
  body[class*="color-"] .burger span:before,
  body[class*="color-"].mobile-menu--open .burger span:after,
  body[class*="color-"].mobile-menu--open .burger span:before {
    background: #000;
  }

  body[class*="color-"].mobile-menu--open .main-nav .burger {
    right: 3px;
    top: 10px;
  }

  .catalog__list {
    margin: 0;
  }

  .catalog img {
    min-width: 100%;
  }

  .catalog__item {
    width: 100%;
    margin: 0 0 30px;
  }

  .catalog-menu__logo {
    padding: 1.4rem;
  }

  .catalog-menu__item {
    width: 100%;
  }

  .catalog-menu__link {
    padding: 1.4rem 2rem 1.4rem 1.4rem !important;
  }

  .catalog-cont {
    margin: 0;
    width: auto;
  }
}

.main-nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 64.2vw;
  height: 100%;
  background: #fff;
  z-index: 1000;
  display: flex;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 300;
  -webkit-transform: translateX(160%);
  transform: translateX(160%);
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition:
    transform 0.7s ease,
    -webkit-transform 0.7s ease;
}

.main-nav .burger {
  position: absolute;
  right: 75px;
  top: 82px;
}

.main-nav__cont {
  display: flex;
  padding: 90px 90px 90px 90px;
  width: 100%;
  height: 100vh;
}

.main-nav__logo {
  border-right: 1px solid #f2f2f2;
  padding: 35px;
  display: flex;
  align-items: center;
  max-height: 100vh;
}

.main-nav__logo picture {
  width: 36px;
  display: block;
}

.main-nav__logo img {
  display: block;
  max-width: 100%;
}

.main-nav .logo-text-first,
.main-nav .logo-text-last {
  display: none;
}

.main-nav__item {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    -webkit-transform 0.5s ease;
  transition:
    transform 0.5s ease,
    opacity 0.7s ease;
  transition:
    transform 0.5s ease,
    opacity 0.7s ease,
    -webkit-transform 0.5s ease;
}

.main-nav__title {
  position: relative;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-left: 44px;
  color: #a3a3a3;
  line-height: 1;
  margin-bottom: 140px;
  font-weight: 500;
}

.main-nav__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 1px;
  background: #a3a3a3;
  display: block;
}

.main-nav__link {
  position: relative;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.main-nav__link:hover {
  color: #929292;
}

.main-nav__link:hover:before {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.main-nav__link:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.main-nav__link.blue:before {
  background: var(--mainColor);
}

.main-nav__link.red:before {
  background: #d93a31;
}

.main-nav__link.green:before {
  background: #73b87a;
}

.main-nav__link.orange:before {
  background: #f49746;
}

.main-nav__link.fiolet:before {
  background: #865ec8;
}

.main-nav__el:not(:first-child) {
  margin-left: 167px;
}

.main-nav__el:not(:first-child) .main-nav__item:not(:first-child) {
  margin-top: 16px;
}

.main-nav__el:not(:first-child) .main-nav__link {
  padding-left: 27px;
}

.main-nav__el:nth-child(1) .main-nav__item:not(:first-child) {
  margin-top: 40px;
}

.main-nav__el:nth-child(1) .main-nav__link {
  font-size: 1.6rem;
  line-height: 1;
}

.submenu {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  padding-left: 27px;
}

.submenu__link {
  color: #a3a3a3;
}

.submenu__link:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #a3a3a3;
  margin: 0 10px;
}

.mobile-menu--open {
  overflow: hidden;
}

.mobile-menu--open .main-nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js__animate-menu .main-nav__item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.nav {
  margin-left: auto;
  margin-right: 0;
}

.nav__list {
  display: flex;
}

.nav__link {
  text-transform: uppercase;
  font-size: 0.75rem;
  white-space: nowrap;
  text-decoration: none;
}

.nav__link:hover {
  text-decoration: none;
}

.nav__item {
  position: relative;
}

.nav__item .nav__item:after {
  display: none;
}

.nav__item ul > .nav__item .nav__link {
  position: relative;
}

.nav__item ul > .nav__item .nav__link:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
}

.nav__item ul > .nav__item.blue > .nav__link:before {
  background: var(--mainColor);
}

.nav__item ul > .nav__item.red > .nav__link:before {
  background: #e5564f;
}

.nav__item ul > .nav__item.green > .nav__link:before {
  background: #73b87a;
}

.nav__item ul > .nav__item.orange > .nav__link:before {
  background: #f49746;
}

.nav__item ul > .nav__item.fiolet > .nav__link:before {
  background: #865ec8;
}

.nav__item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: 0 0;
}

.nav__item.active:after {
  background: var(--mainColor);
}

.nav__item.js__has-submenu > a {
  position: relative;
}

.nav__item.js__has-submenu > a:after {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 3px);
  width: 4px;
  height: 4px;
  display: block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav__item:hover > ul {
  opacity: 1;
  pointer-events: all;
}

.nav__item ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #eee;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.nav__item ul .nav__link {
  color: #000;
  text-transform: none;
}

.nav__item ul .nav__link:hover {
  color: $ main-color !important;
}

.nav__item ul li {
  margin: 0 !important;
}

.nav__item ul li:hover a:hover {
  color: #5e9adc;
  color: var(--mainColor);
}

.nav__item ul li:hover > ul {
  opacity: 1;
  pointer-events: all;
}

.nav__item ul li.js__has-submenu > a:after {
  display: none;
}

.nav__item ul li.js__has-submenu .nav__item:after {
  display: none !important;
}

.nav__item ul a {
  padding: 15px;
  display: block;
}

.nav__item ul li > ul {
  position: relative;
  display: block;
  opacity: 1;
  left: 0;
  border: 0;
}

.nav__item ul li > ul .nav__item.js__has-submenu > .nav__link {
  padding: 15px 15px 5px;
}

.nav__item ul li > ul a {
  padding: 5px 15px;
  color: #8a8a8a !important;
}

.nav__item ul li > ul a:hover {
  color: #5e9adc;
  color: var(--mainColor);
}

.nav__item:not(:last-child) {
  margin-right: 28px;
}

@media screen and (max-width: 1600px) {
  .main-nav__cont {
    padding: 75px 30px 55px;
    overflow: auto;
  }

  .main-nav__el:not(:first-child) {
    margin-left: 80px;
  }

  .main-nav__title {
    margin-bottom: 45px;
  }

  .main-nav .burger {
    position: absolute;
    right: 10px;
    top: 0;
    margin: 0;
  }
}

@media screen and (max-width: 1500px) {
  .main-nav__el:nth-child(1) .main-nav__link {
    font-size: 1.2rem;
  }

  .main-nav__el:nth-child(1) .main-nav__item:not(:first-child) {
    margin-top: 25px;
  }

  .main-nav__el:not(:first-child) .main-nav__item:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .main-nav__cont {
    padding: 75px 20px 35px;
  }

  .main-nav__logo {
    padding: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .main-nav__el:not(:first-child) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .main-nav {
    width: 86vw;
  }
}

@media screen and (max-width: 1000px) {
  .main-nav {
    width: 100%;
  }

  .submenu {
    flex-direction: column;
  }

  .submenu__link:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #a3a3a3;
    margin: 0 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 660px) {
  .main-nav {
    flex-direction: column;
    overflow: initial;
    box-shadow: 0 0 12px var(--borderColor);
  }

  .main-nav .burger {
    right: 8px;
    top: 12px;
  }

  .main-nav__cont {
    flex-direction: column;
    padding-top: 30px !important;
  }

  .main-nav__logo {
    display: block;
    padding: 1rem;
  }

  .main-nav__logo picture {
    width: 84px;
    display: block;
  }

  .main-nav__logo span {
    display: flex;
  }

  .main-nav__cont {
    padding: 0 1rem 1rem;
    min-height: unset;
    max-height: calc(100vh - 100px);
    overflow: auto;
  }

  .main-nav__title {
    margin-bottom: 20px;
  }

  .main-nav__el:not(:first-child) {
    margin-left: 0;
    margin-top: 30px;
  }

  .main-nav__el:nth-child(1) .main-nav__item:nth-child(2) {
    display: none;
  }

  .main-nav__el:not(:first-child) .main-nav__link {
    padding-left: 12px;
  }

  .main-nav__el:not(:first-child) .main-nav__item:not(:first-child) {
    margin-top: 8px;
  }

  .main-nav__link {
    line-height: 1.3;
    display: inline-block;
  }

  .main-nav__el:nth-child(1) .main-nav__item:not(:first-child) {
    margin-top: 13px;
  }

  .main-nav__link:before {
    top: 7px;
  }

  .submenu {
    padding-left: 11px;
    padding-top: 6px;
  }

  .mobile-menu--open .burger > span:after,
  .mobile-menu--open .burger > span:before {
    width: 30px;
  }

  .socials {
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
  }
}

@media screen and (max-height: 530px) {
  .main-nav__el:nth-child(1) .main-nav__item:not(:first-child) {
    margin-top: 25px;
  }

  .main-nav__el:not(:first-child) .main-nav__item:not(:first-child) {
    margin-top: 15px;
  }

  .main-nav__title {
    margin-bottom: 30px;
  }
}

.main-sliders {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.main-sliders .slick-arrow {
  position: absolute;
  right: 0;
  top: -80px;
  width: 40px;
  height: 40px;
}

.main-sliders .slick-arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-sliders .slick-prev {
  top: -80px;
  right: 60px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-sliders .swiper-pagination {
  display: none;
}

.main-sliders__cont {
  background: var(--secondColor);
  padding-bottom: 50px;
}

.main-sliders__title {
  position: relative;
  font-size: 1.25rem;
  transition: color 0.3s ease;
  letter-spacing: 0.02em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  padding: 27px 0;
  width: 100%;
  font-weight: 500;
}

.main-sliders__title span:not(.ico-cross) {
  width: calc(100% - 98px);
}

.main-sliders__title:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100px;
  width: calc(100% - 100px);
  height: 1px;
  background: var(--borderColor);
  display: block;
}

.main-sliders__title:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  height: 99%;
  width: 40px;
  background: var(--secondColor);
  z-index: 1;
  display: none;
}

.main-sliders__title.active {
  border-right-color: transparent;
}

.main-sliders__title.active ~ .main-sliders__title {
  border-right-color: #bcbec1;
}

.main-sliders__title.active .ico-cross,
.main-sliders__title:hover .ico-cross {
  background-color: #5e9adc;
  background-color: var(--mainColor);
}

.main-sliders__title.active:before {
  width: calc(100% - 100px);
}

.main-sliders__title.active ~ :after {
  top: 1px;
}

.main-sliders__title.active:after {
  right: -20px;
}

.main-sliders__title.active .main-sliders__text {
  height: auto;
  padding-left: 100px;
  font-size: 0.875rem;
}

.main-sliders__title-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
  overflow-y: auto;
}

.main-sliders__title-cont:first-child:last-child {
  width: 100%;
}

.main-sliders__text {
  height: 0;
  overflow: hidden;
  width: 100%;
  transition: height 0.3s ease;
}

.main-sliders__text .text-page {
  width: 100%;
}

.main-sliders__sliders {
  position: relative;
  padding: 0 0 0 50px;
  width: calc(100% - 740px);
  width: 750px;
  display: flex;
  flex-direction: column;
}

.main-sliders__sliders img {
  display: block;
}

.main-sliders__sliders-line {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  border-bottom: 1px solid #bcbec1;
  border-bottom: 1px solid var(--borderColor);
}

.main-sliders__sliders-line:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  background: var(--mainColor);
}

.page-about .main-sliders__cont {
  padding-bottom: 110px;
}

.main .main-sliders-top .about-map__title {
}

.stock-slider {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--mainColor);
  z-index: 3;
}

.stock-slider:not(.active) {
  top: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.stock-slider.no-bg {
  background: 0 0;
}

.stock-slider .swiper-list {
  overflow: hidden;
  width: 100%;
}

.stock-slider .swiper-slide {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1300px) {
  .main-sliders__sliders {
    max-width: 860px;
    padding: 0 0 50px 50px;
    width: calc(100% - 575px);
  }

  .main-sliders__title {
    padding: 15px 0;
  }
}

@media screen and (max-width: 1200px) {
  .main-sliders__sliders {
    max-width: 860px;
    padding: 0 0 50px 50px;
    width: calc(100% - 460px);
  }

  .main-sliders__title:before {
    left: 63px;
    width: calc(100% - 63px);
  }

  .main-sliders__title.active .main-sliders__text {
    padding-left: 63px;
  }

  .main-sliders__title.active:before {
    width: calc(100% - 63px);
    left: 63px;
  }

  .main-sliders__title.active ~ .main-sliders__title:after {
    top: 2px;
  }
}

@media screen and (max-width: 1000px) {
  .main-sliders {
    flex-direction: column;
  }

  .main-sliders__sliders {
    max-width: 100%;
    padding: 0;
    width: 100%;
    margin-top: 60px;
  }

  .main-sliders__cont .wrapper {
    height: auto !important;
  }

  .main-sliders__cont {
    height: auto !important;
    max-height: none !important;
  }

  .main-sliders__sliders img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .main-sliders__sliders-line:after {
    display: none;
  }

  .main-sliders .slick-prev {
    right: 50px;
    top: -50px;
    outline: none;
  }

  .main-sliders .slick-next {
    right: 0;
    top: -50px;
    outline: none;
  }

  .main-sliders .slick-arrow {
    z-index: 2;
  }

  .slick-arrow:hover {
    box-shadow: none;
  }

  .main-sliders .slick-arrow:before {
    left: calc(50% - 9px);
  }
}

@media screen and (max-width: 660px) {
  .main-sliders__title {
    font-size: 1rem;
  }

  .main-sliders__title span {
    line-height: 1.3;
  }

  .main-sliders__title.active .main-sliders__text {
    padding-left: 0;
    padding-top: 10px;
  }

  .main-sliders__title.active:before,
  .main-sliders__title:before {
    width: 100%;
    left: 0;
  }

  .page-about .main-sliders__cont {
    padding-bottom: 40px;
  }
}

.about-top {
  position: relative;
  padding-bottom: 95px;
  background:
    url(../img/photos/about-bg-1.png) no-repeat right,
    url(../img/photos/about-bg-2.png) left bottom no-repeat;
}

.about-top .scroll-wr {
  position: absolute;
  left: 120px;
  bottom: 258px;
}

.about-top .socials {
  right: 50px;
  bottom: 180px;
}

.about-intro {
  max-width: 740px;
  padding: 363px 0 192px 172px;
}

.about-intro__title {
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
}

@media screen and (max-width: 1600px) {
  .about-intro {
    padding: 225px 0 220px 172px;
  }

  .about-top .scroll,
  .about-top .socials {
    bottom: 50%;
  }
}

@media screen and (max-width: 1500px) {
  .about-top {
    background:
      url(../img/photos/about-bg-1.png) no-repeat right,
      url(../img/photos/about-bg-2.png) left bottom no-repeat;
  }
}

@media screen and (max-width: 1300px) {
  .about-top {
    background:
      url(../img/photos/about-bg-1.png) no-repeat right,
      url(../img/photos/about-bg-2.png) left bottom no-repeat;
  }
}

@media screen and (max-width: 1200px) {
  .about-top {
    background: url(../img/photos/about-bg-1.png) right top/40% no-repeat;
  }

  .about-top .scroll,
  .about-top .socials {
    display: none;
  }

  .about-intro {
    padding: 230px 0 110px;
  }
}

@media screen and (max-width: 660px) {
  .about-intro__title {
    font-size: 2rem;
  }

  .about-intro {
    padding: 25px 0 40px;
  }

  .about-top {
    background: 0 0;
  }

  .page-about .content > :first-child {
    padding-top: 0 !important;
  }
}

.about-advantages {
  background: #fff;
}

.about-advantages__list {
  display: flex;
  padding: 65px 20px 52px;
  border: 1px solid #bcbec1;
  border: 1px solid var(--borderColor);
}

.about-advantages__item {
  position: relative;
  width: calc((100% - 40px * 5) / 5);
  margin: 0 0 0 40px;
  padding-bottom: 45px;
}

.about-advantages__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 2px;
  background: var(--mainColor);
}

.about-advantages__item img {
  display: block;
}

.about-advantages__img {
  margin-bottom: 42px;
  max-height: 34px;
  height: 100%;
}

.advantages-modal .title {
  font-size: 1.25rem;
  margin-bottom: 20px;
  display: flex;
}

.advantages-modal .title figure {
  margin-right: 15px;
  flex: none;
}

.page-about .advantages-modal {
  padding: 50px !important;
  background: #fff !important;
  max-width: 600px;
}

@media screen and (max-width: 1600px) {
  .about-top .scroll-wr {
    bottom: 50%;
  }
}

@media screen and (max-width: 1300px) {
  .about-advantages__list {
    padding: 35px 20px 40px;
  }

  .about-advantages__img {
    margin-bottom: 30px;
    height: 34px;
  }
}

@media screen and (max-width: 1200px) {
  .about-advantages__item {
    margin: 0 0 0 20px;
    padding-bottom: 24px;
  }

  .about-advantages__list {
    padding: 35px 20px 40px;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }

  .about-advantages__item {
    width: calc((100% - 20px * 3) / 3);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 660px) {
  .about-advantages__item {
    width: 100%;
  }

  .about-advantages__img {
    margin-bottom: 10px;
  }

  .page-about .advantages-modal {
    padding: 1.4rem !important;
  }

  .page-about .fancybox-slide::before {
    margin-right: 0;
  }
}

.about-map {
  background: var(--secondColor);
  text-align: center;
  padding: 100px 0 65px;
}

.about-map-wr {
  position: relative;
}

.about-map__title {
  text-align: left;
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 1.875rem;
  padding-bottom: 35px;
  font-weight: 500;
}

.about__map-el {
  position: absolute;
  display: flex;
}

.about__map-el.active .about__map-city {
  display: block;
}

.about__map-el.active .row > div {
  background: #e3e2e6;
}

.about__map-el.js__hover .about__map-img {
  opacity: 1;
}

.about__map-el.js__hover .about__map-img-wr {
  opacity: 1;
  pointer-events: all;
}

.about__map-el.js__hover .about__map-city {
  display: block;
}

.about__map-el:hover {
  z-index: 100;
}

.about__map-el:hover .about__map-city,
.about__map-el:hover .about__map-img {
  display: block;
}

.about__map-el:hover .row > div {
  background: #e3e2e6;
}

.about__map-info {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid var(--border-color);
}

.about__map-marker {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  line-height: 1;
}

.about__map-marker.active {
  z-index: 99;
}

.about__map-marker.active .about__map-city {
  display: block;
  pointer-events: all;
}

.about__map-marker.active .row > div {
  background: #e3e2e6;
}

.about__map-marker .row {
  cursor: pointer;
  max-width: 100%;
}

.about__map-marker .row > div {
  display: flex;
  align-items: center;
  padding: 4px 7px;
  border-radius: 20px;
}

.about__map-marker span {
  display: block;
  width: 10px;
  height: 10px;
  background: var(--mainColor);
  border-radius: 50%;
  margin-right: 10px;
}

.about__map-city {
  color: #bfc0c4;
  display: none;
  min-height: 14px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about__map-img {
  position: relative;
  border: 18px solid var(--mainColor);
  width: 143px;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}

.about__map-img img {
  display: block;
}

.about__map-img-wr {
  opacity: 0;
  pointer-events: none;
  padding-bottom: 30px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about__map-img-wr.js__hover {
  opacity: 1;
  pointer-events: all;
}

.about__map-img.video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/ico-map-video.png) no-repeat center;
  z-index: 1;
}

.about__map-img.photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background:
    url(../img/ico-map-zoom.png) no-repeat center,
    rgba(94, 154, 220, 0.58);
  border-radius: 50%;
  z-index: 1;
}

.about__map-img img {
  width: 107px;
  height: 107px;
  border-radius: 50%;
}

.fancybox-caption {
  bottom: 40px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  left: 45px !important;
  line-height: 1 !important;
  padding: 8px 12px !important;
  right: auto !important;
  right: initial !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
  width: auto !important;
  background: var(--mainColor);
  border-radius: 20px;
}

.fancybox-caption:after {
  display: none !important;
}

.fancybox-caption:before {
  position: static !important;
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  background: #fff !important;
  display: inline-block !important;
  margin-right: 10px !important;
}

.fancybox-inner > .fancybox-caption {
  display: none !important;
}

.fancybox-info-map .fancybox-content {
  outline: #fff solid 13px;
}

@media screen and (max-width: 1300px) {
  .about__map-marker span {
    width: 5px;
    height: 5px;
  }
}

@media screen and (max-width: 1000px) {
  .about-map-wr {
    padding: 0 1.4rem;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 40px;
    -webkit-column-gap: 40px;
  }

  .about-map-wr > img {
    display: none;
  }

  .about__map-el {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: 0 0 10px;
  }

  .about__map-el.active .row > div {
    background: none;
  }

  .about__map-marker {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .about__map-marker .video {
    margin-bottom: 0;
  }

  .about__map-city {
    display: block !important;
  }

  .about__map-img {
    border: 3px solid #5e9adc;
    border: 3px solid var(--mainColor);
    display: block;
    width: 50px;
  }

  .about__map-img-wr {
    opacity: 1;
    pointer-events: all;
    padding-bottom: 0;
    padding-left: 20px;
    position: static;
    -webkit-transform: none;
    transform: none;
    left: 0;
    flex-shrink: 0;
  }

  .about__map-img img {
    width: 45px;
    height: 45px;
  }

  .about__map-img.video:before {
    background-size: 14px;
  }
}

@media screen and (max-width: 660px) {
  .about-map-wr {
    padding: 0;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .about-map {
    padding: 1.4rem;
  }

  .about-map .wrapper {
    padding: 0;
  }

  .about-map__title {
    font-size: 1.4rem;
    padding-bottom: 25px;
  }

  .about__map-el:not(:first-child) {
    margin-top: 10px;
  }

  .about__map-info {
    opacity: 1;
    width: auto;
    position: relative;
    pointer-events: all;
    padding-left: 20px;
    text-align: left;
    display: none;
  }

  .about__map-city {
    font-size: 1.0625rem;
    font-weight: 400;
    overflow: hidden;
  }

  .fancybox-caption {
    bottom: calc(-100%) !important;
    left: 0 !important;
    right: 0 !important;
  }

  .fancybox-caption:before {
    display: none !important;
  }

  .fancybox-info-map .fancybox-content {
    outline: 0;
  }

  .fancybox-info-map .fancybox-slide {
    padding: 1.4rem !important;
  }
}

.history {
  padding: 96px 0 120px;
}

.history-cont {
  display: flex;
}

.history-num {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  padding-top: 115px;
}

.history-num__list .history-num__item {
  text-align: center;
}

.history-num__list .history-num__item:not(:first-child) {
  margin-top: 27px;
}

.history-num__list .history-num__item span {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  text-transform: uppercase;
}

.history-num__list .history-num__item div {
  font-weight: 500;
  color: #5e9adc;
  color: var(--mainColor);
  font-size: 2.5rem;
}

.history-stage {
  width: calc(100% - 320px);
  padding-left: 60px;
}

.history-stage__item {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #bcbec1;
  border-top: 1px solid var(--borderColor);
  padding: 25px 50px 25px 30px;
}

.history-stage__item:last-child {
  border-bottom: 1px solid #bcbec1;
  border-bottom: 1px solid var(--borderColor);
}

.history-stage__item:after {
  content: "";
  position: absolute;
  right: 31px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mainColor);
  display: block;
}

.history-stage__item-text {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.history-stage__item:hover .history-stage__item-text {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.history-stage__title {
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 1.875rem;
  padding-bottom: 35px;
  font-weight: 500;
}

.history-stage__year {
  font-size: 1.25rem;
  padding-right: 70px;
}

@media screen and (max-width: 1300px) {
  .history {
    padding: 70px 0;
  }

  .history-stage {
    width: calc(100% - 240px);
    padding-left: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .history-stage {
    width: calc(100% - 185px);
    padding-left: 35px;
  }

  .history-num__list .history-num__item:not(:first-child) {
    margin-top: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .history {
    padding: 35px 0;
  }

  .history-num {
    padding-top: 66px;
  }

  .history-stage {
    width: calc(100% - 135px);
    padding-left: 25px;
  }

  .history-stage__title {
    padding-bottom: 15px;
  }

  .history-stage__item {
    padding: 20px 25px 20px 10px;
  }

  .history-stage__item:after {
    right: 11px;
  }

  .history-stage__year {
    padding-right: 25px;
  }
}

@media screen and (max-width: 660px) {
  .history-cont {
    flex-direction: column;
  }

  .history-num {
    padding-top: 0;
  }

  .history-num__list {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }

  .history-num__list .history-num__item {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column-reverse;
  }

  .history-num__list .history-num__item div {
    font-size: 2rem;
    line-height: 1;
  }

  .history-num__list .history-num__item span {
    margin-top: 10px;
  }

  .history-stage {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .history-stage__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }

  .history-stage__item:after {
    display: none;
  }
}

.team {
  position: relative;
}

.team-title {
  color: #fff;
  z-index: 99;
  position: relative;
  font-size: 1.875rem;
}

.team-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.team__arrow {
  display: flex;
}

.team-cont {
  position: relative;
  padding: 70px 0 80px;
}

.team-cont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--mainColor);
  display: block;
}

.team-cont:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--secondColor);
  display: block;
}

.team__item img {
  display: block;
}

.team__item-img {
  margin-bottom: 35px;
}

.team__item-title {
  font-size: 1.375rem;
}

.team__item-post {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
}

.team .swiper-button {
  position: absolute;
  top: 0;
  right: 0;
}

.team .swiper-button-next,
.team .swiper-button-prev {
  position: relative;
  z-index: 15;
  margin: 0;
  width: 65px;
  height: 53px;
  background: 0 0;
  flex: none;
}

.team .swiper-button-next:before,
.team .swiper-button-prev:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.team .swiper-button-next {
  right: 0;
}

.team .swiper-button-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.team .swiper-button-prev {
  left: 0;
}

.team .swiper-button-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: calc(50% - 0);
}

.team .swiper-pagination {
  position: relative;
  display: flex;
  align-items: flex-end;
  bottom: auto;
  bottom: initial;
}

.team .swiper-pagination div {
  line-height: 1;
  font-size: 0.875rem;
  font-family: Montserrat;
  font-weight: 300;
}

@media screen and (max-width: 1500px) {
  .team-cont {
    padding: 50px 0;
  }

  .team-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .team-cont {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1200px) {
  .team-title {
    margin-bottom: 20px;
  }

  .team-cont {
    padding: 35px 0 70px;
  }

  .team__item-img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 660px) {
  .team__item img {
    width: 100%;
  }

  .team-cont {
    padding: 35px 0;
  }

  .team-top {
    margin-bottom: 10px;
  }

  .team-title {
    margin-bottom: 0;
  }
}

.portfolio-slider {
  position: relative;
}

.portfolio-slider__title {
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 1.875rem;
  padding-bottom: 35px;
  color: #fff;
  font-weight: 500;
}

.portfolio-slider .swiper-container {
  overflow: visible;
}

.portfolio-slider .swiper-pagination {
  margin-top: 105px;
}

.portfolio-slider .swiper-pagination-bullet {
  background: #fff;
  width: 5px;
  height: 5px;
  pointer-events: all;
}

.portfolio-slider .swiper-pagination-bullet:not(:first-child) {
  margin-left: 25px;
}

.portfolio-slider-cont {
  position: relative;
  background: var(--mainColor);
  padding: 125px 0 0;
}

.portfolio-slider-cont:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: var(--mainColor);
  display: block;
  z-index: 10;
}

.portfolio-slider__arrow {
  position: absolute;
  top: calc(50% - 95px);
  left: 0;
  display: flex;
  justify-content: space-between;
  margin-left: -33px;
  width: calc(100% - 210px);
}

.portfolio-slider .swiper-button-next,
.portfolio-slider .swiper-button-prev {
  background: #fff !important;
  border-radius: 50%;
  width: 66px !important;
  height: 66px !important;
  box-shadow: 0 0 14px -5px #5e9adc;
}

.portfolio-slider .swiper-pagination {
  position: static;
  justify-content: flex-end;
  height: 55px;
}

.portfolio-slider__item {
  display: flex;
  max-width: 1210px;
  height: 100%;
}

.portfolio-slider__item-img {
  flex: none;
}

.portfolio-slider__item-img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.portfolio-slider__item-title {
  font-size: 1.25rem;
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 300;
  margin-bottom: 47px;
  line-height: 1.3;
}

.portfolio-slider__item-text {
  line-height: 1.6;
}

.portfolio-slider__item-info {
  margin-right: 170px;
  padding: 43px 50px;
  background: #fff;
  width: 100%;
}

.portfolio-slider .swiper-button {
  position: absolute;
  top: 0;
  right: 0;
}

.portfolio-slider .swiper-button-next,
.portfolio-slider .swiper-button-prev {
  position: relative;
  z-index: 15;
  margin: 0;
  flex: none;
}

.portfolio-slider .swiper-button-next:before,
.portfolio-slider .swiper-button-prev:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.portfolio-slider .swiper-button-next:before {
  left: calc(50% - 7px);
}

.portfolio-slider .swiper-button-prev:before {
  left: calc(50% - 3px);
}

.portfolio-slider .swiper-button-next {
  right: 0;
}

.portfolio-slider .swiper-button-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio-slider .swiper-button-prev {
  left: 0;
}

.portfolio-slider .swiper-button-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.portfolio-slider .swiper-slide {
  height: auto;
}

.portfolio-slider .swiper-container {
  display: flex;
}

.portfolio-slider .swiper-wrapper {
  height: auto;
}

.timer {
  display: flex;
  align-items: center;
}

.timer__bullet {
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  background: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.timer__bullet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}

.timer__bullet--active {
  background: 0 0;
  font-size: 0.875rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.timer__bullet--active .timer__bullet-canvas,
.timer__bullet--active:before {
  background: 0 0;
}

.timer__bullet-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 1500px) {
  .portfolio-slider-cont {
    padding: 80px 0 0;
  }

  .portfolio-slider-cont:before {
    opacity: 0;
  }

  .portfolio-slider .swiper-pagination {
    margin-top: 45px;
  }

  .portfolio-slider .swiper-button-prev {
    left: 26px;
  }
}

@media screen and (max-width: 1400px) {
  .portfolio-slider-cont {
    padding: 75px 0 0;
  }

  .portfolio-slider .swiper-button-prev {
    left: 25px;
  }

  .portfolio-slider .swiper-button-next {
    right: -125px;
  }

  .portfolio-slider .swiper-pagination {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .portfolio-slider__title {
    padding-bottom: 20px;
  }

  .portfolio-slider .swiper-container {
    overflow: hidden;
  }

  .portfolio-slider__arrow {
    width: 100%;
    margin: 0;
    top: calc(50% - 80px);
  }

  .portfolio-slider .swiper-button-prev {
    left: 0;
  }

  .portfolio-slider .swiper-button-next {
    right: 0;
  }

  .portfolio-slider__item {
    max-width: 100%;
  }

  .portfolio-slider__item-img {
    max-width: 400px;
  }

  .portfolio-slider__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .portfolio-slider__item-info {
    margin-right: 0;
    padding: 43px 50px 43px 20px;
  }

  .portfolio-slider__item-title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .portfolio-slider {
    padding-right: 0;
  }

  .portfolio-slider-cont {
    padding: 45px 0 0;
  }

  .portfolio-slider-cont:before {
    display: none;
  }

  .portfolio-slider__item {
    flex-direction: column;
  }

  .portfolio-slider__item-img {
    max-width: 100%;
  }
}

@media screen and (max-width: 660px) {
  .portfolio-slider-cont {
    padding: 25px 0 0;
  }

  .portfolio-slider__title {
    font-size: 1.5rem;
  }

  .portfolio-slider .swiper-button-next,
  .portfolio-slider .swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
  }

  .portfolio-slider .swiper-button-prev {
    left: 0;
  }

  .portfolio-slider .swiper-button-next {
    right: 0;
  }

  .portfolio-slider__arrow {
    top: 30vw;
  }

  .portfolio-slider .swiper-button-next:before,
  .portfolio-slider .swiper-button-prev:before {
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }

  .portfolio-slider .swiper-button-next:before {
    left: calc(50% - 6px);
  }

  .portfolio-slider .swiper-button-prev:before {
    left: calc(50% - 2px);
  }
}

.links {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.links__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.links__item {
  width: auto;
  height: 65px;
  transition:
    margin 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    margin 0.3s ease;
  transition:
    transform 0.3s ease,
    margin 0.3s ease,
    -webkit-transform 0.3s ease;
  color: #fff;
  padding: 10px 30px 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-right: -15px;
  -webkit-animation: transform 1s ease-in-out;
  animation: transform 1s ease-in-out;
}

.links__item:nth-child(1) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.links__item:nth-child(2) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.links__item:nth-child(3) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.links__item:nth-child(4) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.links__item:nth-child(5) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.links__item:hover {
  -webkit-transform: translate3d(100%, 0, 0) !important;
  transform: translate3d(100%, 0, 0) !important;
  margin-right: 0;
  color: #fff;
}

.links__item:not(:first-child) {
  margin-top: 30px;
}

.links__item.active {
  margin-right: -30px;
}

.links__item.active:hover {
  margin-right: 0;
}

.links--blue {
  background: var(--mainColor);
}

.links--red {
  background: #e5564f;
}

.links--green {
  background: #73b87a;
}

.links--orange {
  background: #f49746;
}

.links--fiolet {
  background: #865ec8;
}

@-webkit-keyframes transform {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-left: -30px;
    margin-right: 0;
  }
  20%,
  90% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    margin-left: -30px;
    margin-right: 0;
  }
  99% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-left: 0;
    margin-right: -15px;
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes transform {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-left: -30px;
    margin-right: 0;
  }
  20%,
  90% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    margin-left: -30px;
    margin-right: 0;
  }
  99% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-left: 0;
    margin-right: -15px;
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 1600px) {
  .links__item:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .links__item {
    height: auto;
  }
}

@media screen and (max-width: 667px) {
  .links {
    display: none;
  }
}

.color-blue .main-banner-inner:before {
  background: var(--mainColor);
}

.color-blue .advantages-item__title.active .ico-cross,
.color-blue .advantages-item__title:hover .ico-cross,
.color-blue .advantages-list__text:before,
.color-blue .btn,
.color-blue .features__item:after,
.color-blue .forms__submit,
.color-blue .swiper-scrollbar-drag {
  background-color: #5e9adc !important;
  background-color: var(--mainColor) !important;
}

.color-blue .btn:hover,
.color-blue .forms__submit:hover {
  color: #fff;
  background-color: #4982c1;
  border-color: #4982c1;
  box-shadow: 0 6px 10px 1px rgba(12, 12, 56, 0.33);
  transition: all 0.3s linear;
}

.color-blue .forms-info a {
  color: #5e9adc;
  color: var(--mainColor);
}

.color-blue .contacts__info-text::-webkit-scrollbar-thumb {
  background: var(--mainColor);
  -webkit-box-shadow: inset 0 0 6px #5e9adc;
  -webkit-box-shadow: inset 0 0 6px var(--mainColor);
}

.color-blue .contacts__info-text::-webkit-scrollbar-thumb:window-inactive {
  background: var(--mainColor);
}

.color-red .main-banner-inner:before {
  background: #d73e3e;
}

.color-red .advantages-item__title.active .ico-cross,
.color-red .advantages-item__title:hover .ico-cross,
.color-red .advantages-list__text:before,
.color-red .btn,
.color-red .features__item:after,
.color-red .forms__submit,
.color-red .swiper-scrollbar-drag {
  background-color: #d73e3e !important;
}

.color-red .forms-info a {
  color: #d73e3e;
}

.color-red .contacts__info-text::-webkit-scrollbar-thumb {
  background: #d73e3e;
  -webkit-box-shadow: inset 0 0 6px #d73e3e;
}

.color-red .contacts__info-text::-webkit-scrollbar-thumb:window-inactive {
  background: #d73e3e;
}

.color-green .main-banner-inner:before {
  background: #68ac64;
}

.color-green .advantages-item__title.active .ico-cross,
.color-green .advantages-item__title:hover .ico-cross,
.color-green .advantages-list__text:before,
.color-green .btn,
.color-green .features__item:after,
.color-green .forms__submit,
.color-green .swiper-scrollbar-drag {
  background-color: #68ac64 !important;
}

.color-green .forms-info a {
  color: #68ac64;
}

.color-green .contacts__info-text::-webkit-scrollbar-thumb {
  background: #68ac64;
  -webkit-box-shadow: inset 0 0 6px #68ac64;
}

.color-green .contacts__info-text::-webkit-scrollbar-thumb:window-inactive {
  background: #68ac64;
}

.color-orange .main-banner-inner:before {
  background: #e58135;
}

.color-orange .advantages-item__title.active .ico-cross,
.color-orange .advantages-item__title:hover .ico-cross,
.color-orange .advantages-list__text:before,
.color-orange .btn,
.color-orange .features__item:after,
.color-orange .forms__submit,
.color-orange .swiper-scrollbar-drag {
  background-color: #e58135 !important;
}

.color-orange .forms-info a {
  color: #e58135;
}

.color-orange .contacts__info-text::-webkit-scrollbar-thumb {
  background: #e58135;
  -webkit-box-shadow: inset 0 0 6px #e58135;
}

.color-orange .contacts__info-text::-webkit-scrollbar-thumb:window-inactive {
  background: #e58135;
}

.color-fiolet .main-banner-inner:before {
  background: #865ec8;
}

.color-fiolet .advantages-item__title.active .ico-cross,
.color-fiolet .advantages-item__title:hover .ico-cross,
.color-fiolet .advantages-list__text:before,
.color-fiolet .btn,
.color-fiolet .features__item:after,
.color-fiolet .forms__submit,
.color-fiolet .swiper-scrollbar-drag {
  background-color: #865ec8 !important;
}

.color-fiolet .forms-info a {
  color: #865ec8;
}

.color-fiolet .contacts__info-text::-webkit-scrollbar-thumb {
  background: #865ec8;
  -webkit-box-shadow: inset 0 0 6px #865ec8;
}

.color-fiolet .contacts__info-text::-webkit-scrollbar-thumb:window-inactive {
  background: #865ec8;
}

.main .footer {
  background: var(--white);
}

.main .developer__img svg {
  color: #000;
}

.footer {
  padding: 50px 0;
  background: #e5e6e8 !important;
}

.footer__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__copy {
  font-size: 0.875rem;
  font-family: Montserrat, Roboto, sans-serif;
  color: #a3a3a3;
}

.footer__devaloper {
  max-width: 235px;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.footer__soc {
  justify-content: center;
}

.footer__soc .nav {
  display: flex;
  align-items: center;
}

.footer__soc .nav:last-child {
  margin-right: 0;
}

.footer__soc .soc {
  margin-left: 15px;
}

.developer__img {
  display: flex;
}

.developer__img svg {
  color: #dbdbdb;
}

.soc__link span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.soc__link svg {
  color: #a0a0a0;
  transition: color 0.3s ease;
}

.soc__link:hover svg {
  color: #5e9adc;
  color: var(--mainColor);
}

@media screen and (max-width: 1440px) {
  .footer {
    padding: 30px 0;
  }
}

@media screen and (max-width: 660px) {
  .footer {
    padding: 1.4rem 0;
  }

  .footer__cont {
    flex-direction: column-reverse;
  }

  .footer__cont > * {
    margin-bottom: 15px;
  }
}

.page-standart {
  position: relative;
  background:
    url(../img/photos/standart-bg-1.png) right top no-repeat,
    url(../img/photos/standart-bg-2.png) no-repeat left,
    #fff;
}

.page-standart .logo-left {
  color: #5e9adc;
  color: var(--mainColor);
}

.page-standart .logo-top {
  color: #c13333;
}

.page-standart .logo-right {
  color: #68ac64;
}

.page-standart .logo-bot {
  color: #d57730;
}

.page-standart .logo-text-first,
.page-standart .logo-text-last {
  color: #000;
}

.page-standart .wrapper {
}

.standart-top {
  position: relative;
  padding-bottom: 95px;
}

.standart-top .scroll {
  left: 50px;
  bottom: 180px;
}

.standart-top .socials {
  right: 50px;
  bottom: 180px;
}

.standart-intro {
  padding: 363px 0 16px;
  max-width: 573px;
}

.standart-intro__title {
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
}

.standart + .main-our-work {
  margin-top: 0;
}

.page-error .content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  height: calc(100vh - 135px);
}

.page-error .logo-left {
  color: #5e9adc;
  color: var(--mainColor);
}

.page-error .logo-top {
  color: #c13333;
}

.page-error .logo-right {
  color: #68ac64;
}

.page-error .logo-bot {
  color: #d57730;
}

.page-error .logo-text-first,
.page-error .logo-text-last {
  color: #000;
}

.error {
  display: flex;
  margin-top: 130px;
}

.error-num {
  font-size: 17rem;
  font-weight: 300;
  font-family: Montserrat, Roboto, sans-serif;
  margin-right: 145px;
}

.error-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.error-info__top {
  margin-bottom: 20px;
}

.error-info__link a {
  position: relative;
  font-size: 0.9375rem;
  align-items: center;
  display: flex;
  margin-top: 40px;
}

.error-info__link a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:
    url(../img/ico-arrow-w.svg) no-repeat center,
    #5e9adc;
  background:
    url(../img/ico-arrow-w.svg) no-repeat center,
    var(--mainColor);
  margin-right: 20px;
}

.paginator {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.paginator li:not(:first-child) {
  margin-left: 20px;
}

.paginator li a.active,
.paginator li a:hover {
  color: #5e9adc;
  color: var(--mainColor);
}

.paginator li:last-child a {
  position: relative;
}

.paginator li:last-child a:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.paginator a {
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 660px) {
  .paginator__cont {
    margin: 30px 0;
  }
}

.page-project .bread-crumbs {
  margin: 20px 0 65px;
}

.page-project .bread-crumbs ul {
  display: flex;
}

.page-project .bread-crumbs li {
  position: relative;
  line-height: 1;
}

.page-project .bread-crumbs li:hover a {
  text-decoration: underline;
}

.page-project .bread-crumbs li:not(:first-child) {
  margin-left: 30px;
}

.page-project .bread-crumbs li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 1px;
  display: block;
  background: #fff;
}

.page-project .bread-crumbs a,
.page-project .logo-bot,
.page-project .logo-left,
.page-project .logo-right,
.page-project .logo-text-first,
.page-project .logo-text-last,
.page-project .logo-top {
  color: #fff;
}

.page-project .head {
  position: absolute;
}

.page-project .head a {
}

.page-project .head-logo {
  margin-right: 80px;
}

.page-project .nav__item.js__has-submenu ul a {
  color: #000;
}

.page-project .text-page h2 {
  font-size: 1.875rem;
}

.page-project .text-page > :not(img):not(.iframe):not(.img) {
  max-width: 1235px;
}

.page-project .text-page .iframe {
  margin-top: 60px;
}

.page-project .text-page .iframe + * {
  margin-top: 80px;
}

.page-project .text-page > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transition:
    transform 1s ease,
    opacity 1s ease,
    -webkit-transform 1s ease;
}

.page-project .text-page > :not(.animated) {
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}

.project-text {
  margin-top: 35px;
}

.project-img {
  position: relative;
}

.project-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}

.project-img img {
  display: block;
  width: 100%;
}

.project-banner {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}

.project-banner__info {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-banner__info .wrapper {
  width: 100%;
  max-width: 1235px;
}

.project-banner__info-razdel {
  position: relative;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition:
    text-decoration-color 0.3s ease,
    -webkit-text-decoration-color 0.3s ease;
}

.project-banner__info-razdel:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.project-banner__info-razdel:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 12px;
  margin-right: 22px;
  background: #fff;
  margin-bottom: -1px;
}

.project-banner__info-razdel.blue:before {
  background: var(--mainColor);
}

.project-banner__info-razdel.red:before {
  background: #e5564f;
}

.project-banner__info-razdel.green:before {
  background: #73b87a;
}

.project-banner__info-razdel.orange:before {
  background: #f49746;
}

.project-banner__info-title {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.project-banner__info-text {
  font-size: 0.875rem;
  margin-top: 60px;
}

.project-top {
  display: flex;
  justify-content: flex-start;
  padding: 35px 70px;
  background: #fff;
  position: relative;
}

.project-top__item {
  width: calc((100% - 30px * 4) / 4);
}

.project-top__item-wr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.project-top__item:nth-child(2) {
  display: flex;
  justify-content: center;
}

.project-top__item .label {
  font-size: 0.8125rem;
  color: #a3a3a3;
  line-height: 1;
}

.project-top__item .title {
  font-size: 1.125rem;
}

@media screen and (min-width: 1000px) {
  .project-top {
    margin-top: 0;
    transition:
      opacity 0.3s ease,
      margin 0.3s ease,
      -webkit-transform 1s ease;
    transition:
      opacity 0.3s ease,
      transform 1s ease,
      margin 0.3s ease;
    transition:
      opacity 0.3s ease,
      transform 1s ease,
      margin 0.3s ease,
      -webkit-transform 1s ease;
  }

  .project-top.js__visible {
    margin-top: -80px;
  }

  .project__cont.animated {
    opacity: 1;
  }
}

@media screen and (max-width: 1600px) {
  .page-project .head-logo {
    margin-right: 35px;
  }

  .page-project .head-phone {
    margin: 0 1.4rem 0 auto;
  }
}

@media screen and (max-width: 1500px) {
  .page-project .wr-head-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-project .head-link:not(:first-child) {
    margin-left: 0;
  }

  .project-banner__info-razdel {
    margin-bottom: 35px;
  }

  .project-banner__info-text {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1400px) {
  .project .wrapper {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 1200px) {
  .page-project .burger {
    display: flex !important;
  }

  .page-project .burger span,
  .page-project .burger span:after,
  .page-project .burger span:before {
    background: #fff;
  }

  .page-project.mobile-menu--open .burger span:after,
  .page-project.mobile-menu--open .burger span:before {
    background: #000;
  }
}

@media screen and (max-width: 1000px) {
  .project-banner__info-razdel {
    margin-bottom: 15px;
  }

  .page-project .bread-crumbs {
    margin: 5px 0 20px;
  }

  .project-banner__info-title {
    font-size: 2rem;
  }

  .project__cont .wrapper {
    padding: 0;
  }

  .project-top {
    margin-top: 0;
    padding: 1.4rem 0;
  }

  .project-text {
    margin-top: 20px;
  }

  .page-project .bread-crumbs__this {
    display: none;
  }

  .page-project .text-page .iframe + * {
    margin-top: 40px;
  }

  .page-project .nav {
    display: none;
  }

  .page-project.mobile-menu--open .burger span:after,
  .page-project.mobile-menu--open .burger span:before {
    background: #000;
  }
}

@media screen and (max-width: 667px) {
  .wrapper--min {
    padding: 0 1.4rem;
  }

  .page-project .bread-crumbs {
    display: none;
  }

  .page-project .content > :first-child {
    padding-top: 0 !important;
  }

  .project-banner {
    height: calc(100vh - 80px);
  }

  .project-banner img {
    width: 100%;
    height: calc(100vh - 80px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .project-banner__info {
    justify-content: flex-end;
  }

  .project-banner__info .wrapper {
    box-sizing: border-box;
    padding: 1.4rem;
  }

  .project-banner__info-razdel {
    margin-bottom: 20px;
  }

  .project-banner__info-title {
    font-size: 2rem;
  }

  .project-top {
    flex-direction: column;
    padding: 1.4rem 0;
  }

  .project-top__item {
    width: 100%;
    justify-content: flex-start !important;
  }

  .project-top__item:not(:first-child) {
    margin: 1.4rem 0 0;
  }

  .page-project .text-page h2 {
    font-size: 1.5rem;
  }

  .page-project .text-page .iframe {
    margin-top: 30px;
  }

  .text-page .iframe {
    padding-top: 60%;
  }
}

.product-cont {
  background: var(--secondColor);
  padding: 70px 0;
}

.product__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -40px;
}

.product__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px * 4) / 4);
  margin: 0 0 40px 40px;
  background: #fff;
}

.product__item .btn {
  line-height: 1;
  padding: 14px 18px;
}

.product__item-img {
  position: relative;
  padding: 20px 20px 0;
  text-align: center;
}

.product__item-img img[src*="gallery-production.jpg"] {
  max-height: 253px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.product__item img {
  display: inline-block;
}

.product__item-info {
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.product__item-data {
  margin-bottom: auto;
}

.product__item-data li {
  display: flex;
  color: #656565;
  font-size: 0.875rem;
}

.product__item-data li:not(:first-child) {
  margin-top: 5px;
}

.product__item-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.product__item-title {
  font-size: 1.125rem;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.product__item-price {
  font-size: 1.25rem;
  margin-right: 20px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 600;
}

.product__price-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 2px solid #e5564f;
  padding: 5px 0 5px 15px;
}

.product__item-oldprice {
  color: #9a9a9a;
  position: relative;
  line-height: 1;
  margin-top: 10px;
}

.product__item-oldprice:before {
  content: "";
  position: absolute;
  width: 112%;
  height: 1px;
  background: #9a9a9a;
  display: block;
  left: -3px;
  top: 50%;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.product__data-name {
  width: calc(100% - 113px);
  margin-right: 10px;
}

.product__btn-more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: 40px;
  margin-top: 20px;
}
.cases .product__btn-more {
  margin-left: 0 !important;
}

.product__btn-more .btn {
  padding: 0;
  background: 0 0 !important;
}

.product__btn-more .btn-show a {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 55px 20px 25px;
  color: #fff;
  margin-bottom: 50px;
  margin-bottom: 0;
  background: var(--mainColor);
}

.product__btn-more .btn-show a:before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
}

.product__btn-more .btn-show a:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  right: 26px;
}

.product__btn-more .btn-show a:empty {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  .product__list {
    margin: 0 0 0 -25px;
  }

  .product__item {
    width: calc((100% - 25px * 4) / 4);
    margin: 0 0 25px 25px;
  }

  .product__item-info {
    padding: 25px 20px;
  }

  .product__btn-more {
    margin-left: 25px;
  }
}

@media screen and (max-width: 1300px) {
  .product__list {
    margin: 0 0 0 -25px;
  }

  .product__item {
    width: calc((100% - 25px * 3) / 3);
    margin: 0 0 25px 25px;
  }

  .product__item-info {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 1000px) {
  .product__item {
    width: calc((100% - 25px * 2) / 2);
  }

  .product__btn-more {
    margin-left: 25px;
  }

  .product-cont {
    padding-top: 35px;
  }
}

@media screen and (max-width: 667px) {
  .product-cont {
    padding-bottom: 35px;
  }

  .product__item {
    width: 100%;
  }

  .product__btn-more {
    margin-left: 25px;
  }
}

@media screen and (max-width: 370px) {
  .product__item-bot {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .product__item-bot .btn {
    align-self: center;
    margin-top: 20px;
  }
}

a {
  transition: color 0.2s ease;
}

.wrapper {
  padding: 0 1.4rem;
}

body[class*="color-"] .content > :first-child {
  padding-top: 276px;
  padding-top: 30px;
}

.fancybox-bg {
  background: rgba(30, 30, 30, 0.28) !important;
}

.fancy-form-after .fancybox-content {
  background: #fff !important;
  padding: 50px !important;
}

.fancy-form-after .fancybox-close-small {
  color: #000 !important;
  top: 0 !important;
  right: 0 !important;
}

.fancybox-content {
  padding: 0 !important;
}

.fancybox-content .fancybox-close-small {
  color: #000 !important;
  top: 0 !important;
  right: 0 !important;
}

.fancybox-content .contacts__form {
  background: var(--secondColor);
}

.fancybox-close-small {
  z-index: 9999;
}

.fancybox-certificate .fancybox-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.fancybox-certificate .fancybox-slide:before {
  display: none !important;
}

.fancybox-certificate .head-modal {
  display: flex !important;
  background: #fff !important;
  padding: 2rem !important;
}

.fancybox-certificate .item {
  margin-left: 30px;
}

.fancybox-certificate #head-modal1 {
  display: flex !important;
}

.scroll-top {
  position: fixed;
  left: 5.6%;
  bottom: 172px;
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid #5e9adc;
  border: 1px solid var(--mainColor);
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s linear;
}

.scroll-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 2px 8px rgba(94, 154, 220, 0.22);
}

.scroll-top:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 7px);
  border-radius: 2px;
  border-top: 2px solid var(--mainColor);
  border-right: 2px solid var(--mainColor);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1600px) {
  .fancybox-content .contacts__form {
    padding: 30px 70px;
  }

  .fancybox-content .contacts__form .forms-submit-cont {
    margin-top: 30px;
  }

  .fancybox-content .contacts__title {
    margin-bottom: 0;
  }

  .wrapper--big {
    max-width: 1490px;
  }

  body[class*="color-"] .content > :first-child {
    padding-top: 175px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  body[class*="color-"] .main-banner-inner:before {
    width: 372px;
  }

  .scroll-top {
    bottom: 150px;
  }
}

@media screen and (max-width: 1000px) {
  body[class*="color-"] .content > :first-child {
    padding-top: 155px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 660px) {
  .content {
    margin-top: 46px !important;
  }

  .scroll-top {
    bottom: 82px;
    width: 46px;
    height: 46px;
  }

  .scroll-top:before {
    top: calc(50% - 4px);
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }

  body.main,
  html {
    overflow-x: hidden;
    overflow-y: auto;
  }

  body.mobile-menu--open {
    overflow: hidden;
  }

  .wrapper--big {
    padding: 0 1.4rem;
  }

  .inner .content > :first-child {
    padding-top: 225px;
  }

  .fancybox-slide--html {
    padding: 0 !important;
  }

  .fancybox-content .contacts__form {
    padding: 1.4rem;
  }

  .footer__copy {
    text-align: center;
  }

  .head-modal {
    flex-direction: column;
    padding: 0 !important;
  }

  .main-nav__cont .wr-head-link {
    margin-top: 20px;
  }

  .fancybox-certificate #head-modal1 {
    width: 100%;
    align-items: center;
  }

  .fancybox-certificate .fancybox-content {
    margin-bottom: 0 !important;
  }

  .fancybox-certificate .item {
    margin-left: 0;
  }

  .fancybox-certificate .item:not(:first-child) {
    margin-top: 20px;
  }
}

.section-callback-simple {
  background: #cbcbcb;
  padding: 60px 0;
}

.section-callback-simple .forms__input {
  background: #fff;
  color: #202020;
}

.section-callback-simple .forms__input:not(:focus) {
  border: #202020;
}

.section-callback-simple .forms__label {
  background: #fff;
  color: #202020;
}

.clients__list + .desc {
  margin-top: 60px;
}

.desc p:last-child {
  margin-bottom: 0;
}

.meeting.meeting--default {
  background: var(--secondColor);
  padding-top: 60px;
  padding-bottom: 0;
}

.meeting.meeting--default .meeting__content_left {
  border-left: none;
  padding: 0px 120px 40px;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #bcbec1;
}

.meeting-person {
  height: 100%;
  bottom: -10px;
  position: relative;
}

.form-block {
  max-width: 520px;
  width: 100%;
}

.form-block--center {
  margin: auto;
}

.form-block--center .forms-submit-cont {
  margin-bottom: 20px;
}

.form-block .forms-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 20px;
}

.form-block .forms__input {
  min-height: 56px;
  height: 56px;
}

.form-block .forms__label {
  font-size: 1rem;
}

.form-block .forms-wrap .forms__input-cont {
  width: 100%;
  margin: 0 0 20px;
}

.form-block .forms-wrap .forms__input-cont:last-child {
  margin-bottom: 0;
}

.form-block .forms__submit {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1rem;
}

.form-block > .forms-info {
  margin-top: 15px;
}

.form-block .forms-submit-cont {
  margin-top: 30px;
}

.form-block .wpcf7-form > p {
  bottom: auto;
}

.meeting__content_left .form-block .wpcf7-form .wpcf7-submit {
  width: 100%;
  min-height: unset;
  font-size: 1rem;
  padding: 14px 27px;
}

.meeting__content_left .form-block .wpcf7-form > p {
  width: 100%;
  margin: 0 0 30px;
}

.meeting__content_left .form-block .wpcf7-form .wpcf7-form-control {
  width: 100%;
  min-height: 56px;
  height: 56px;
}

.meeting__content_left .form-block .wpcf7-form label {
  font-size: 1rem;
}

.product-img {
  display: block;
  position: relative;
  height: 0;
  padding: 0 0 24%;
}

.product-img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
}

.product-content {
  text-align: center;
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 1rem;
}

.product-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.section-advantages {
  padding: 0 0 60px;
}

@media only screen and (max-width: 1660px) {
  .head-email a,
  .head-phone a {
    font-size: 1rem;
  }
  .head-phone a::before,
  .head-email a::before {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background-size: 100%;
  }
  .head-email {
    margin-right: 1.5rem;
    margin-left: 0;
  }
  .head-phone {
    margin-left: 0;
    margin-right: 1rem;
  }
  .head-contacts {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 1600px) {
  .head-logo {
    width: 200px;
    margin-right: 10px;
  }

  .socials {
    right: -10px;
  }

  .scroll-wr {
    left: -10px;
  }
}

@media only screen and (max-width: 1500px) {
  .wrapper {
    padding: 0 2rem;
  }
  header._scroll {
    top: -75px;
  }
  .socials {
    right: 10px;
  }

  .scroll-wr {
    left: 10px;
  }

  .head-phone {
    margin-right: 1.2rem;
    margin-left: 0;
  }

  .head-phone a {
    font-size: 1rem;
  }

  .head-email {
    margin-right: 1.2rem;
  }

  .head-email a {
    font-size: 1rem;
  }

  .nav {
    margin-right: 0;
    margin-left: 0;
  }

  .nav__item:not(:last-child) {
    margin-right: 20px;
  }

  .product__item-bot {
    flex-wrap: wrap;
  }

  .product__item .btn {
    width: 100%;
    margin: 20px 0 0;
  }

  .head-contacts {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media only screen and (max-width: 1366px) {
  .head-logo {
    width: 180px;
    margin-right: 17px;
  }

  .head-contacts {
    flex-direction: column;
    align-items: flex-start;
  }

  .head-email,
  .head-phone {
    margin: 0;
  }

  .head-phone {
    margin-bottom: 2px;
  }

  .footer__soc .soc {
    margin-left: 0;
    width: 100%;
  }

  .product-title {
    font-size: 1rem;
  }

  .product-img {
    padding: 0 0 52.65%;
  }
  .head-experience {
    margin-right: 20px;
  }
  .head-phone a,
  .head-email a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .section-advantages .desc .alignleft {
    width: 48px;
    margin: 0 auto 20px;
    float: none;
    display: block;
  }

  .section-advantages .csRow:not(:last-child) {
    margin-bottom: 30px;
  }

  .section-advantages .csColumnGap + .csColumn {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .footer__cont {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
  }

  .footer__soc .nav {
    margin: 0 auto;
  }

  .footer__soc .nav:last-child {
    margin-right: auto;
  }

  .footer__copy {
    text-align: center;
  }

  .soc {
    justify-content: center;
    margin: 0 0 20px;
  }

  .nav__list {
    justify-content: center;
    margin: auto auto 20px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper-head-link {
    display: none;
  }

  .head-contacts {
    margin-left: 0px;
  }
}

@media screen and (max-width: 660px) {
  .head-logo {
    width: 102px;
  }

  .head-contacts {
    margin-left: auto;
    margin-right: 15px;
  }

  .wrapper {
    padding: 0 1.4rem;
  }

  .forms__submit {
    display: block;
    width: 100%;
  }

  .footer__soc .nav {
    justify-content: center;
    flex-direction: column;
  }

  .footer__soc .soc {
    margin: 10px 0 0;
  }

  .nav__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .socials {
    right: 0.5rem;
    top: 0;
    left: auto;
    bottom: auto;
    z-index: 2;
    padding: 0;
    color: #fff;
    font-size: 0.8rem;
    transform: none;
  }

  .socials__item:not(:first-child) {
    margin-top: 0;
  }

  .socials__item {
    text-align: right;
    margin-bottom: 1px;
  }

  .socials__item a {
    -webkit-writing-mode: initial;
    -ms-writing-mode: unset;
    writing-mode: initial;
    background: 0 0;
    padding: 4px 8px;
    display: inline-block;
  }

  .socials a {
    color: currentColor;
  }

  .clients-title {
    font-size: 1.5rem;
  }

  .main-services__cont {
    position: relative;
  }

  .main-services__title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }

  .main-services__info-title {
    font-size: 1.5rem;
  }

  .main-services__nav {
    top: -40px;
    right: 0;
  }

  .features__item-title {
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .burger {
    padding: 0;
    width: 30px;
  }

  .burger span {
    width: 30px;
  }

  .burger span:after {
    width: 18px;
  }

  .burger span:before {
    width: 24px;
  }

  .head-logo {
    width: 86px;
    margin-right: 0;
  }

  .head-phone a {
    font-size: 0.68rem;
  }

  .head-phone a:before {
    margin-right: 12px;
    width: 16px;
    height: 16px;
    background-size: contain;
  }

  .wrapper,
  .wrapper--big {
    padding: 0 1rem;
  }
  .page-contacts .content .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 370px) {
  .head-logo {
    width: 88px !important;
  }
}
@media screen and (max-width: 319px) {
  .head-phone a {
    font-size: 0;
  }

  .head-phone a:before {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }

  .main-banner__title {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 660px) {
  .inner .content > .standart:first-child {
    padding-top: 30px;
  }

  .standart-top {
    padding: 30px 0;
  }

  .standart-intro {
    padding: 0;
  }

  .standart-intro__title {
    font-size: 2rem;
  }

  .head-email a,
  .head-phone a {
    font-size: 14px;
  }
}

.map-container-js {
  position: absolute;
  right: 0;
  top: 50%;
  width: 64%;
  z-index: 2;
  transform: translateY(-50%);
}

.map-container__inner {
  padding: 0 0 52.65%;
  position: relative;
  width: 100%;
  height: 0;
}

.map-js {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1000px) {
  .contacts__cont {
    flex-wrap: wrap;
  }

  .map-container-js {
    position: relative;
    width: 100%;
    z-index: 2;
    transform: none;
    margin-top: 40px;
    top: 0;
  }

  .map-container-js::before {
    display: none;
  }

  .map-container__inner {
    padding: 0 0 90%;
  }
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.theatre-form-block .forms-info {
  color: white;
}

.retail-desc {
  display: flex;
  flex-direction: row;
}

.solution-map-wrapper {
  display: none;
}

@media only screen and (max-width: 600px) {
  .retail-desc {
    flex-direction: column;
  }
}

.footer-map-section {
  padding-bottom: 30px;
  padding-top: 30px;
}

.footer-map-section .map-wrapper {
  max-width: 100% !important;
}

.footer-map-section .social-icons-container {
  padding: 40px 0 0 0;
  display: inline-block;
  width: 100%;
  word-spacing: 15px;
}

.footer-map-section .elementor-widget-container .elementor-heading-title-first {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 12px;
}

.footer-map-section
  .elementor-widget-container
  .elementor-heading-title-second {
  color: #000000;
  font-size: 42px !important;
  font-weight: 600;
}

.footer-map-section .elementor-widget-container .elementor-heading-title-third {
  color: #00ce1b;
  font-size: 23px;
  font-weight: 300;
}

.footer-map-section
  .elementor-element.elementor-element-a863e03
  .elementor-social-icon {
  background-color: #f4f4f4;
  --icon-padding: 1em;
  font-size: 15px;
  line-height: 15px;
  width: calc(15px + (2 * var(--icon-padding, 0.5em)));
  height: calc(15px + (2 * var(--icon-padding, 0.5em)));
}

.footer-map-section
  .elementor-element.elementor-element-a863e03
  .elementor-social-icon:hover {
  background-color: rgba(0, 206, 27, 0.13);
}

.footer-map-section
  .elementor-element.elementor-element-a863e03
  .elementor-social-icon
  i {
  color: #bababa;
}

.footer-map-section
  .elementor-element.elementor-element-a863e03
  .elementor-social-icon:hover
  i {
  color: #00ce1b;
}

.footer-map-section
  .elementor-element.elementor-element-a863e03
  .elementor-widget-container {
  display: inline-block;
  width: 100%;
  word-spacing: 15px;
  margin-bottom: 25px;
}

.footer-map-section iframe {
  width: 100%;
  height: 400px !important;
}

.footer-map-section .elementor-element-a863e03 {
  --icon-size: 12px;
  --grid-column-gap: 10px;
}

@media (max-width: 1024px) {
  .footer-map-section .social-icons-container {
    padding: 10px 0 0 0;
  }
}

.more-btn-container {
  text-align: center;
}

.elementor-contacts__form .contacts__info_new_image img,
.elementor-other-contacts__form .contacts__info_new_image img {
  width: 100%;
  height: 519px;
  -o-object-fit: cover;
  object-fit: cover;
}

.elementor-contacts__form .contacts__form .contacts__title,
.elementor-other-contacts__form .contacts__form .contacts__title {
  margin-bottom: 10px;
}

.elementor-contacts__form .contacts__form .forms-submit-cont {
  margin-top: 50px;
}

.elementor-contacts__form .contacts__form .forms__input-cont:not(:first-child) {
  margin-top: 45px;
}

.elementor-contacts__form .contacts__form .forms-info,
.elementor-other-contacts__form .contacts__form .forms-info {
  margin-top: 33px;
}

.elementor-other-contacts__form .contacts__form .forms-submit-cont {
  margin-top: 68px;
}

.elementor-other-contacts__form
  .contacts__form
  .forms__input-cont:not(:first-child) {
  margin-top: 68px;
}

@media screen and (max-width: 1000px) {
  .elementor-contacts__form .contacts__info_new_image img,
  .elementor-other-contacts__form .contacts__info_new_image img {
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .elementor-contacts__form
    .contacts__form
    .forms__input-cont:not(:first-child),
  .elementor-other-contacts__form
    .contacts__form
    .forms__input-cont:not(:first-child) {
    margin-top: 45px;
  }

  .elementor-contacts__form .contacts__form .forms-submit-cont,
  .elementor-other-contacts__form .contacts__form .forms-submit-cont {
    margin-top: 59px;
  }

  .elementor-contacts__form .contacts__form .forms-info,
  .elementor-other-contacts__form .contacts__form .forms-info {
    margin-top: 55px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .elementor-contacts__form
    .contacts__form
    .forms__input-cont:not(:first-child),
  .elementor-other-contacts__form
    .contacts__form
    .forms__input-cont:not(:first-child) {
    margin-top: 80px;
  }

  .elementor-contacts__form .contacts__form .forms-submit-cont,
  .elementor-other-contacts__form .contacts__form .forms-submit-cont {
    margin-top: 58px;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1500px) {
  .elementor-contacts__form
    .contacts__form
    .forms__input-cont:not(:first-child) {
    margin-top: 62px;
  }
  .elementor-other-contacts__form
    .contacts__form
    .forms__input-cont:not(:first-child) {
    margin-top: 45px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .elementor-contacts__form .contacts__form .forms-info,
  .elementor-other-contacts__form .contacts__form .forms-info {
    margin-top: 68px;
  }
}
@media screen and (max-width: 660px) {
  .meeting.meeting--default .meeting__content_left {
    padding: 10px;
    border-right: unset;
  }
}
