:root {
  --font-family: "Raleway", sans-serif;
  --content-width: 1360px;
  --container-offset: 10px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --main-color: #053262;
  --lmain-color: #2067a8;
  --background-color: #ffffff;
  --gray-color: #e6e9ef;
  --lgray-color: #f5f7fa;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable value-keyword-case */
* {
  padding: 0px;
  margin: 0px;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}

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

:focus,
:active {
  /*outline: none;*/
}

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

/* Links */
a {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}

ul,
ul li {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input[type="submit"] {
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

/* Reset and base styles  */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.page-html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

.page-body {
  font-family: var(--font-family, sans-serif);
  margin: 0;
  min-width: 320px;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background-color: var(--background-color);
  color: #000;
}
@media (max-width: 991px) {
  .page-body {
    font-size: 15px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

img:not(:where(.fancybox-image)) {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}

a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  outline: none;
}
@media (max-width: 991px) {
  a {
    cursor: default;
  }
}

a:hover {
  text-decoration: underline;
}

a[href*="tel:"] {
  white-space: nowrap;
}

input[type="submit"] {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

*:has(> .ic) {
  line-height: 1;
}

._if {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

._ib {
  display: inline-block;
}

.page-container {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: clip;
  position: relative;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

ul {
  list-style-type: none;
  padding: 0;
}

.anim-scale {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition:
    transform 0.1s,
    -webkit-transform 0.1s;
}

.anim-scale:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.youtube-video {
  width: 100%;
  aspect-ratio: 16/9;
}

.body-disable-scroll {
  overflow-y: hidden;
}

.video-js {
  background: transparent;
}

form.wpcf7-form.submitting .wpcf7-submit,
form.wpcf7-form.submitting [type="submit"] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}

.sect-p {
  padding: 90px 0;
}
.sect-p._small {
  padding: 45px 0;
}

.sect-m {
  margin: 90px 0;
}
.sect-m._small {
  margin: 45px 0;
}

.page-p {
  padding: 50px 0;
}

.page-m {
  margin: 50px 0;
}

.h1 {
  font-size: 44px;
}

.h2 {
  font-size: 36px;
}

.h3 {
  font-size: 30px;
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-size: 18px;
}

.h6 {
  font-size: 14px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

@media (max-width: 991px) {
  .h1 {
    font-size: 28px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 18px;
  }
  .h5 {
    font-size: 14px;
  }
  .h6 {
    font-size: 12px;
  }
}
.content-box > *:not(:last-child) {
  margin-bottom: 16px;
}

.content-box ul,
.content-box li {
  list-style: disc;
}

.content-box li {
  margin-left: 25px;
  line-height: 1.4;
}

.content-box li:not(:last-child) {
  margin-bottom: 3px;
}

.content-box img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  font-weight: 600;
}
.content-box h2:not(:first-child),
.content-box h3:not(:first-child),
.content-box h4:not(:first-child),
.content-box h5:not(:first-child),
.content-box h6:not(:first-child) {
  margin-top: 0.5em;
}

.contant-box h1 {
  font-size: 44px;
}

.contant-box h2 {
  font-size: 36px;
}

.contant-box h3 {
  font-size: 30px;
}

.contant-box h4 {
  font-size: 24px;
}

.contant-box h5 {
  font-size: 18px;
}

.contant-box h6 {
  font-size: 14px;
}

@media (max-width: 991px) {
  .content-box h1 {
    font-size: 28px;
  }
  .content-box h2 {
    font-size: 24px;
  }
  .content-box h3 {
    font-size: 20px;
  }
  .content-box h4 {
    font-size: 18px;
  }
  .content-box h5 {
    font-size: 14px;
  }
  .content-box h6 {
    font-size: 12px;
  }
}
.content-box .wp-block-heading {
  margin-bottom: 1em;
}

.content-box .alignright {
  float: right;
  margin-bottom: 16px;
}

.content-box .alignleft {
  float: left;
  margin-bottom: 16px;
}

@media (min-width: 481px) {
  .content-box .alignright {
    padding-left: 16px;
  }
  .content-box .alignleft {
    padding-right: 16px;
  }
}
.content-box ol li {
  list-style: decimal;
}

.content-box a {
  text-decoration: underline;
}

.content-box a:hover {
  text-decoration: none;
}

.content-box table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid rgba(0, 0, 0, 0.2470588235);
  border-left: 1px solid rgba(0, 0, 0, 0.2470588235);
}

.content-box table td {
  padding: 3px;
  border-right: 1px solid rgba(0, 0, 0, 0.2470588235);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2470588235);
}

.success__inner {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.form {
  --label-color: #fff;
  --label-bg: var(--background-color);
  --input-color: #000;
  --input-bg: var(--gray-color);
  --border-color: transparent;
  --rect-color: #fff;
  --rect-arrow-color: var(--main-color);
  width: 100%;
}
.form__title {
  margin-bottom: 25px;
}
.form__btn {
  margin-top: 20px;
  width: 200px;
}
@media (max-width: 575px) {
  .form__btn {
    width: 100%;
  }
}
.form__actions._wh .form-accept {
  color: #000;
}

.form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.form-fields._wh .form-row > span > input,
.form-fields._wh .form-row > span > textarea,
.form-fields._wh .form-row > span > select {
  background: #fff;
}

.form-row {
  position: relative;
  width: 100%;
}
.form-row > label {
  font-weight: 300;
  font-size: 16px;
  color: var(--label-color);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  cursor: text;
  text-align: start;
  margin-bottom: 10px;
}
.form-row > span > input,
.form-row > span > textarea,
.form-row > span > select,
.form-row._file > label {
  padding: 19px 30px;
  width: 100%;
  background-color: var(--input-bg);
  color: var(--input-color);
  border: 1px solid transparent;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .form-row > span > input,
  .form-row > span > textarea,
  .form-row > span > select,
  .form-row._file > label {
    padding: 11px 10px;
    font-size: 14px;
    border-radius: 3px;
  }
  .form-row > span > input::-webkit-input-placeholder,
  .form-row > span > textarea::-webkit-input-placeholder,
  .form-row > span > select::-webkit-input-placeholder,
  .form-row._file > label::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form-row > span > input::-moz-placeholder,
  .form-row > span > textarea::-moz-placeholder,
  .form-row > span > select::-moz-placeholder,
  .form-row._file > label::-moz-placeholder {
    font-size: 14px;
  }
  .form-row > span > input:-ms-input-placeholder,
  .form-row > span > textarea:-ms-input-placeholder,
  .form-row > span > select:-ms-input-placeholder,
  .form-row._file > label:-ms-input-placeholder {
    font-size: 14px;
  }
  .form-row > span > input::-ms-input-placeholder,
  .form-row > span > textarea::-ms-input-placeholder,
  .form-row > span > select::-ms-input-placeholder,
  .form-row._file > label::-ms-input-placeholder {
    font-size: 14px;
  }
  .form-row > span > input::placeholder,
  .form-row > span > textarea::placeholder,
  .form-row > span > select::placeholder,
  .form-row._file > label::placeholder {
    font-size: 14px;
  }
}
.form-row > span > textarea {
  overflow: auto;
  outline: none;
  resize: none;
}
.form-row select {
  cursor: pointer;
}
.form-row._file .wpcf7-form-control-wrap {
  display: none;
}
.form-row._file label {
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.form-row._file label span {
  padding-left: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
.form-row._file label span::before {
  content: "\e905";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
  display: inline-block;
  font-family: "icomoon";
  line-height: 1;
  font-size: 19px;
}
.form-row._type .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.form-row._type .wpcf7-radio > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  text-align: center;
  margin: 0;
}
.form-row._type .form-row-wrap label input {
  display: none;
}
.form-row._type .form-row-wrap label input:checked + span {
  background: var(--lmain-color);
  color: #fff;
}
.form-row._type .form-row-wrap label span {
  padding: 20px 30px;
  display: block;
  background: var(--gray-color);
  color: #000;
  font-weight: 500;
  border-radius: 6px;
  -webkit-transition:
    background 0.2s ease,
    color 0.2s ease;
  -o-transition:
    background 0.2s ease,
    color 0.2s ease;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
@media (max-width: 991px) {
  .form-row._type .form-row-wrap label span {
    padding: 12px 10px;
    font-size: 14px;
    border-radius: 3px;
  }
}

.form-accept {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .form-accept {
    font-size: 14px;
  }
}
.form-accept a {
  text-decoration: underline;
}
.form-accept input[type="checkbox"] {
  display: none;
}
.form-accept input[type="checkbox"]:checked + span::before {
  content: "\e910";
  background: var(--rect-color);
}
.form-accept label > span::before {
  content: "";
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  font-family: "icomoon";
  font-size: 9px;
  line-height: 1;
  color: var(--rect-arrow-color);
  border: 1px solid var(--rect-color);
  margin-right: 10px;
  vertical-align: bottom;
  position: relative;
  bottom: 1px;
}

form:has(.form-row._type) .form-row:has(input[type="email"]),
form:has(.form-row._type) .form-row:has(input[type="tel"]) {
  display: none;
}

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

.ic {
  font-size: inherit;
  vertical-align: middle;
}
.ic::before,
.ic::after {
  font-family: "icomoon";
  line-height: 1;
  font-size: inherit;
}

.s-pagination {
  text-align: center;
  margin-top: 15px;
  display: none;
  line-height: 0;
}
@media (max-width: 991px) {
  .s-pagination {
    display: block;
    margin-top: 10px;
  }
}
.s-pagination span {
  width: 6px;
  height: 6px;
  background: var(--main-color);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.s-pagination.swiper-pagination-lock {
  display: none;
}

.s-scrollbar {
  height: 1px;
  background: #e6e9ef;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .s-scrollbar {
    margin-top: 20px;
  }
}
.s-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  top: -1px;
  background: var(--main-color);
}

.zoom-bg:hover::after {
  opacity: 1;
  visibility: visible;
}
.zoom-bg::after {
  content: "\e901";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "gulp";
  line-height: 1;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6980392157);
  background: rgba(0, 0, 0, 0.2392156863);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}

.page-head {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .page-head {
    margin: 30px 0;
  }
}

.breadcrumbs {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}

.aioseo-breadcrumbs {
  font-size: 14px;
}
@media (max-width: 575px) {
  .aioseo-breadcrumbs {
    font-size: 13px;
  }
}
.aioseo-breadcrumbs .aioseo-breadcrumb:last-child {
  opacity: 0.5;
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--main-color);
  border-radius: 2px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin: 0 10px;
}

.plyr {
  height: 100%;
  --plyr-color-main: #8c0014;
}

.plyr--stopped video {
  -o-object-fit: cover;
  object-fit: cover;
}

.plyr__poster {
  background-size: cover;
}

.plyr--stopped .plyr__controls {
  display: none;
}

[class*="gototech"],
[class*="gototaxi"],
[class*="copyright__wrap"] {
  display: none !important;
}

select {
  padding: 0px 20px 0 5px;
  background-image: url("../img/svg/angle-arrow-down.svg");
  background-size: 11px 6px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.SumoSelect {
  width: auto;
  cursor: pointer;
}

.SumoSelect .CaptionCont {
  padding: 19px 30px 19px 20px;
  min-height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: #000;
  border-radius: 0;
  border: 1px solid #000;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.SumoSelect .CaptionCont span {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.SumoSelect .CaptionCont label {
  width: auto;
  position: static;
  line-height: 0;
}

.SumoSelect .CaptionCont label::before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}

.SumoSelect .CaptionCont label i {
  display: none;
}

.SumoSelect .CaptionCont span.placeholder {
  color: #636363;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.SumoSelect > .optWrapper {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}

.SumoSelect.open > .optWrapper {
  padding: 10px;
  width: auto;
  top: 30px;
  border-radius: 0;
  border: none;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.SumoSelect > .optWrapper > .options {
  color: #000;
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid rgba(121, 121, 121, 0.5);
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.SumoSelect > .optWrapper > .options li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #ccc;
}

.nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 12px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 991px) {
  .nav-box {
    display: none;
  }
}
.nav-box._center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -25px;
  width: calc(100% + 50px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-box._fill-gray .nav-left,
.nav-box._fill-gray .nav-right {
  background: var(--gray-color);
}
.nav-box._big {
  font-size: 16px;
}
.nav-box._big .nav-left,
.nav-box._big .nav-right {
  width: 50px;
  height: 50px;
}

.nav-left,
.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gray-color);
  border-radius: 50%;
  pointer-events: all;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .nav-left,
  .nav-right {
    cursor: pointer;
  }
}
.nav-left.swiper-button-lock,
.nav-right.swiper-button-lock {
  display: none;
}
.nav-left:not(.swiper-button-disabled):hover,
.nav-right:not(.swiper-button-disabled):hover {
  opacity: 0.85;
}
.nav-left::before,
.nav-right::before {
  content: "\e903";
  position: relative;
  font-family: "icomoon";
  line-height: 1;
}
.nav-left.swiper-button-disabled,
.nav-right.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}

.nav-right::before {
  content: "\e904";
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  padding: 20px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: var(--main-color);
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 991px) {
  .btn {
    padding: 15px 20px;
    gap: 10px;
    font-size: 15px;
  }
}
.btn--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
.btn--more .ic {
  font-size: 18px;
}
@media (max-width: 991px) {
  .btn--more .ic {
    font-size: 15px;
  }
}
.btn:hover {
  opacity: 0.9;
  text-decoration: none;
}
.btn--small {
  padding: 15px 20px;
}
@media (max-width: 991px) {
  .btn--small {
    padding: 12px 16px;
    font-size: 15px;
  }
}
.btn--gray {
  background: var(--gray-color);
  color: #000;
}
.btn--gray .ic {
  color: var(--main-color);
}
.btn--lmain {
  background: var(--lmain-color);
}

.fancybox-button[data-fancybox-close] {
  padding: 0;
  width: auto;
  height: auto;
  top: -30px;
  right: 5px;
  line-height: 0;
}

.fancybox-button[data-fancybox-close]::before {
  content: "\e907";
  font-family: "icomoon";
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

.fancybox-button[data-fancybox-close] svg {
  display: none;
}

@media (max-width: 575px) {
  .fancybox-slide--video {
    padding-left: 6px;
    padding-right: 6px;
  }
}
form.wpcf7-form.submitting [type="submit"],
form.wpcf7-form.submitting [type="button"] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
  pointer-events: none;
}

form.wpcf7-form:not(.submitting) .wpcf7-spinner {
  display: none;
}

.search__grid h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.search__grid > div:not(:last-child) {
  margin-bottom: 20px;
}

.accept-box {
  cursor: pointer;
}

.accept-box a {
  text-decoration: underline;
}

input[name="f_accept"] {
  width: 0;
  height: 0;
  margin: 0 22px 16px 0;
}

input[name="f_accept"]::before {
  content: "";
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 9px;
  font-family: "icomoon";
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
}

input[name="f_accept"]:checked::before {
  content: "\e912";
}

.side-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 90;
  display: none;
}
.side-popup._show .side-popup-wrapper {
  opacity: 1;
}
.side-popup._show .side-popup-wrap {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.side-popup__close {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .side-popup__close {
    font-size: 12px;
  }
}
.side-popup__close:hover {
  opacity: 0.8;
}
.side-popup__row {
  padding: 40px;
}
@media (max-width: 991px) {
  .side-popup__row {
    padding: 20px;
  }
}
.side-popup__row._top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.side-popup__row._bottom {
  margin-top: auto;
}
.side-popup__row._bottom._bt {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.side-popup__title {
  font-size: 20px;
  font-weight: 600;
}

.side-popup-wrapper {
  min-height: var(--app-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .side-popup-wrapper {
    padding-top: 90px;
  }
}

.side-popup-wrap {
  width: 100%;
  max-width: 500px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: relative;
  background: var(--background-color);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .side-popup-wrap {
    max-width: 100%;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: auto;
  }
}

.woocommerce-notices-wrapper:not(:has(*)) {
  display: none;
}

.woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  list-style: none;
  padding: 14px 16px;
  margin: 0 0 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  outline: none;
}

.woocommerce-message {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.woocommerce-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #7f1d1d;
}

.woocommerce-info {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
}

@media (max-width: 991px) {
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    padding: 10px 12px;
    font-size: 13px;
  }
}
.w-100 {
  width: 100%;
}

.search-form {
  position: relative;
}
.search-form input {
  padding: 20px;
  padding-right: 50px;
  width: 100%;
  background: var(--gray-color);
}
.search-form button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.circle-btn {
  width: 145px;
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: var(--main-color);
  color: #fff;
  aspect-ratio: 1;
  border: 10px solid #fff;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media (max-width: 991px) {
  .circle-btn {
    padding: 45px 10px;
    border-width: 6px;
  }
}
.circle-btn:hover {
  background: #07396e;
  text-decoration: none;
}

.sect-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .sect-top {
    margin-bottom: 30px;
  }
}
.sect-top .h2 {
  max-width: 900px;
}

html [data-showmore-btn] {
  display: none;
}

html [data-showmore-items] > * {
  display: none;
}

.b-gray {
  background: var(--lgray-color);
}

.play-btn {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: var(--main-color);
  font-size: 28px;
  border-radius: 50%;
  position: relative;
  margin: 16px;
}
@media (max-width: 991px) {
  .play-btn {
    position: absolute;
    right: 20px;
    bottom: 35px;
    width: 56px;
    height: 56px;
    font-size: 19px;
  }
}
.play-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 114px;
  height: 114px;
  background: no-repeat center/contain;
  -webkit-animation: circle-btn-text-spin 30s linear infinite;
  animation: circle-btn-text-spin 30s linear infinite;
}
@media (max-width: 991px) {
  .play-btn::before {
    width: 70px;
    height: 70px;
  }
}
.play-btn .ic {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

@-webkit-keyframes circle-btn-text-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes circle-btn-text-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.show-more {
  padding: 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  background: var(--lgray-color);
  color: var(--main-color);
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  margin-top: 10px;
}
.show-more:hover {
  opacity: 0.9;
}
.show-more .ic {
  font-size: 6px;
}

.header {
  height: var(--header-height);
  z-index: 10;
}
.header__burger-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  color: var(--main-color);
  font-size: 24px;
  margin-left: auto;
}
@media (min-width: 992px) {
  .header__burger-wrap {
    display: none;
  }
}
.header__burger {
  padding: 14px;
  color: var(--main-color);
  font-size: 20px;
  cursor: default;
}
.header__burger::before {
  content: "\e906";
  font-family: "icomoon";
  line-height: 1;
}
.header__burger._active::before {
  content: "\e907";
}
.header__top {
  background: var(--lgray-color);
}
@media (max-width: 991px) {
  .header__top {
    display: none;
  }
}
.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__fxd {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .header__fxd {
    position: fixed;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.header__nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .header__nav-menu ul {
    gap: 20px;
  }
}
.header .search-form {
  min-width: 36%;
}
.header__bottom {
  background: #fff;
  -webkit-box-shadow: 0 20px 20px -20px rgba(5, 50, 98, 0.1);
  box-shadow: 0 20px 20px -20px rgba(5, 50, 98, 0.1);
}
.header__bottom-inner {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 991px) {
  .header__bottom-inner {
    padding: 10px 0;
  }
}
.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__logo img {
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991px) {
  .header__logo img {
    height: 48px;
  }
}
.header__catalog-btn .ic {
  font-size: 20px;
}
.header__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1399px) {
  .header__bottom-wrap {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .header__bottom-wrap {
    display: none;
  }
}
.header__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.header__contact-item .ic {
  color: var(--main-color);
  font-size: 22px;
}
.header__contact-item ._content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.header__contact-item ._content p a[href*="tel"] {
  font-size: 20px;
  font-weight: 500;
}
.header__contact-item ._content span {
  color: #868a93;
}
.header__contact-item ._content br {
  display: none;
}
@media (max-width: 991px) {
  .header__catalog-btn {
    display: none;
  }
}

.mob-menu {
  position: fixed;
  top: var(--header-height);
  right: 100%;
  width: 100%;
  max-width: 100%;
  height: calc(100svh - var(--header-height));
  color: #000;
  background: var(--lgray-color);
  text-align: center;
  overflow: auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  z-index: 110;
}
.mob-menu._show {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.mob-menu__wrapper {
  padding: 0 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.mob-menu__wrapper ._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.mob-menu__wrapper ._row:last-child {
  padding-bottom: 20px;
  margin-top: auto;
}
.mob-menu .search-form {
  width: calc(100% + 20px);
}
.mob-menu__nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  font-size: 15px;
}
.mob-menu__nav-menu ul li.current-menu-item {
  text-decoration: underline;
}
.mob-menu a {
  text-decoration: none;
}

.header-drop {
  position: absolute;
  left: 0;
  width: 100%;
  max-height: calc(100svh - var(--header-height));
  background: var(--background-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: auto;
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}
.header-drop__inner {
  padding: 50px 0 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.header-drop._show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-drop-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100svh;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  z-index: -2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.header-drop-overlay._show {
  opacity: 1;
  visibility: visible;
}

.drop-item {
  padding: 19px;
  padding-right: 50px;
  display: block;
  font-weight: 500;
  border: 1px solid var(--gray-color);
  border-radius: 6px;
  margin-bottom: 10px;
  -webkit-transition:
    background 0.2s ease,
    border-color 0.2s ease;
  -o-transition:
    background 0.2s ease,
    border-color 0.2s ease;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}
.drop-item:hover {
  background: #f5f7fa;
  border-color: var(--main-color);
  text-decoration: none;
}
.drop-item:hover::before {
  opacity: 1;
}
.drop-item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 10px;
  display: block;
  width: 70px;
  height: 70px;
  background: url("../img/svg/drop-item-abstract.svg") no-repeat center/contain;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.footer {
  padding: 70px 0 50px;
  background-color: var(--gray-color);
}
@media (max-width: 991px) {
  .footer {
    padding: 40px 0;
    font-size: 15px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
}
.footer__col {
  max-width: 320px;
}
@media (min-width: 992px) {
  .footer__col:last-child {
    text-align: right;
  }
}
.footer__col._contacts .social-box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .footer__col._contacts .social-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}
.footer__col-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer__col-title {
    margin-bottom: 15px;
  }
}
.footer__logo img {
  width: 182px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991px) {
  .footer__logo img {
    width: auto;
    height: 80px;
  }
}
.footer__nav ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.footer__contact-item p a[href*="tel"] {
  font-size: 24px;
  font-weight: 500;
}
.footer__contact-item span {
  color: #868a93;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 40px;
  }
}
.footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  white-space: nowrap;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .footer__bottom ul {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .footer__bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.footer__copyright {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.footer__dev {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  text-align: right;
}
.footer__dev .ic {
  font-size: 26px;
}

.social-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.social-box._gray a {
  background: var(--lgray-color);
}
.social-box a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: var(--main-color);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.social-box a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.home-bann {
  padding-top: 60px;
  position: relative;
  margin-bottom: -30px;
}
.home-bann::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 58%;
  left: 0;
  width: 100%;
  background: var(--lgray-color);
  pointer-events: none;
}
@media (max-width: 991px) {
  .home-bann {
    padding-top: 50px;
  }
}
.home-bann__slide-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 75px;
}
@media (max-width: 1399px) {
  .home-bann__slide-top {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .home-bann__slide-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home-bann__slide-title {
  width: 60%;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .home-bann__slide-title {
    width: 100%;
    font-size: 28px;
  }
}
.home-bann__slide-title strong {
  color: var(--main-color);
  font-weight: 800;
}
.home-bann__slide-desc {
  padding-top: 15px;
  width: 40%;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .home-bann__slide-desc {
    padding: 0;
    width: 100%;
    font-size: 15px;
  }
}
.home-bann__slide-img {
  height: 400px;
  background: no-repeat center/cover;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 991px) {
  .home-bann__slide-img {
    height: 250px;
  }
}
.home-bann__btn {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 34%;
}
@media (max-width: 991px) {
  .home-bann__btn {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.home-bann .s-pagination {
  display: block;
}
.home-bann .nav-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: -5px;
}

.sect-services__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 10px;
}
@media (max-width: 575px) {
  .sect-services__grid {
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.service-item {
  padding: 30px;
  border: 1px solid var(--gray-color);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .service-item {
    padding: 15px;
  }
}
.service-item:hover {
  background: var(--lgray-color);
  border-color: #053262;
  text-decoration: none;
}
.service-item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  display: block;
  width: 90px;
  height: 90px;
  background: url("../img/svg/drop-item-abstract.svg") no-repeat center/contain;
}
.service-item._last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
.service-item._last::before {
  display: none;
}
.service-item._last div {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid var(--gray-color);
  border-radius: 50%;
}
.service-item__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .service-item__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.service-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.service-item__link::after {
  content: "\e902";
  font-family: "icomoon";
  line-height: 1;
  font-size: 11px;
}

.home-about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .home-about__top {
    margin-bottom: 10px;
  }
}
.home-about__logo {
  width: 146px;
  height: 100%;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .home-about__logo {
    display: none;
  }
}
.home-about__frame {
  padding: 70px 15px 70px 145px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr)) [12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
  color: #fff;
  position: relative;
}
@media (max-width: 1399px) {
  .home-about__frame {
    padding: 50px 20px;
  }
}
@media (max-width: 991px) {
  .home-about__frame {
    padding: 50px 20px;
  }
}
@media (max-width: 991px) {
  .home-about__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.home-about__frame::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: calc((100vw - var(--container-width)) / -2 - var(--container-offset));
  height: 100%;
  background: url("../img/svg/home-about-top-bg.svg") no-repeat center/cover;
  border-radius: 12px 0 0 12px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .home-about__frame::before {
    right: 0;
    border-radius: 12px;
  }
}
.home-about__frame .h2 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.home-about__content {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  line-height: 1.4;
}
.home-about__content p {
  margin-bottom: 30px;
}
.home-about__btn {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.home-about__btn::before {
  background-image: url("../img/svg/about-btn.svg");
}
.home-about__bottom .adv-swiper-box {
  position: relative;
  margin-left: 370px;
}
@media (max-width: 991px) {
  .home-about__bottom .adv-swiper-box {
    margin: 0;
  }
}
.home-about__bottom-img {
  position: absolute;
  left: calc(
    (100vw - min(100vw, var(--container-width))) / -2 -
      var(--container-offset) - 370px
  );
  right: calc(100% + 45px);
  top: -145px;
  bottom: 0;
  background: no-repeat center/cover;
  border-radius: 0 12px 12px 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .home-about__bottom-img {
    position: static;
    width: 100%;
    height: 250px;
    border-radius: 12px;
    margin-bottom: 30px;
  }
}

.adv-swiper-box .swiper {
  overflow: visible;
}
.adv-swiper-box .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.adv-swiper-box .swiper-slide:not(:first-child) {
  margin-left: -30px;
}

.adv-item {
  padding: 70px 60px;
  width: 350px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  border: 1px solid var(--gray-color);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .adv-item {
    padding: 60px;
    width: 300px;
    height: 300px;
  }
}
.adv-item__step {
  color: #4a5a6a;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .adv-item__step {
    font-size: 12px;
  }
}
.adv-item__step::after {
  content: " /";
}
.adv-item__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--main-color);
}
@media (max-width: 991px) {
  .adv-item__title {
    font-size: 16px;
  }
}
.adv-item__desc {
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .adv-item__desc {
    font-size: 14px;
  }
}

.sect-promo__inner {
  position: relative;
  background: var(--main-color);
  color: #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.sect-promo__inner::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 540px;
  height: 540px;
  background: #3ba9ff;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  opacity: 0.3;
  border-radius: 50%;
  pointer-events: none;
}
.sect-promo__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -15px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#053262),
    color-stop(50%, #3ba9ff),
    to(#053262)
  );
  background: -o-linear-gradient(left, #053262 0%, #3ba9ff 50%, #053262 100%);
  background: linear-gradient(90deg, #053262 0%, #3ba9ff 50%, #053262 100%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  pointer-events: none;
}
.sect-promo__abstract {
  width: 445px;
  height: 445px;
  position: absolute;
  top: 0;
  right: 0;
  background: no-repeat center/cover;
  pointer-events: none;
}
@media (max-width: 991px) {
  .sect-promo__abstract {
    width: 170px;
    height: 170px;
  }
}
.sect-promo__wrap {
  padding: 100px;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .sect-promo__wrap {
    padding: 50px 20px;
  }
}
.sect-promo__content {
  line-height: 1.4;
}

.sect-news .sect-top .ic {
  font-size: 11px;
}
@media (min-width: 992px) {
  .sect-news .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr);
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template: repeat(3, minmax(0, 1fr)) / repeat(2, minmax(0, 1fr));
    gap: 15px 20px;
  }
}
@media (max-width: 991px) {
  .sect-news .swiper-slide {
    height: auto;
  }
  .sect-news .swiper-slide .news-card {
    height: 100%;
  }
}
.sect-news .swiper-slide:first-child {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
@media (min-width: 992px) {
  .sect-news .swiper-slide:not(:first-child) .news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .sect-news .swiper-slide:not(:first-child) .news-card__img {
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
  }
  .sect-news .swiper-slide:not(:first-child) .news-card__img::before {
    padding-bottom: 100%;
  }
}
@media (min-width: 992px) {
  .sect-news .swiper-slide .news-card {
    height: 100%;
  }
}

.news-card {
  padding: 20px;
  background: var(--lgray-color);
  border-radius: 12px;
}
@media (max-width: 991px) {
  .news-card {
    padding: 10px 10px 15px;
  }
}
.news-card__img {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: no-repeat center/cover;
  border-radius: 8px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .news-card__img {
    margin-bottom: 10px;
  }
}
.news-card__img:hover {
  opacity: 0.9;
}
.news-card__img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.news-card__date {
  color: #4a5a6a;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .news-card__date {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.news-card__title {
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
  .news-card__title {
    font-size: 17px;
  }
}
.news-card__title:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .sect-doc .swiper {
    overflow: visible;
  }
}
.sect-doc .swiper-slide {
  height: auto;
}
.sect-doc .doc-card {
  height: 100%;
}

.doc-card {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border: 1px solid var(--gray-color);
  border-radius: 6px;
}
@media (max-width: 991px) {
  .doc-card {
    padding: 20px;
    gap: 15px;
  }
}
.doc-card:hover {
  border-color: var(--main-color);
  text-decoration: none;
}
.doc-card:hover .doc-card__link {
  color: #3ba9ff;
}
.doc-card__icon {
  width: 45px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991px) {
  .doc-card__icon {
    width: 30px;
  }
}
.doc-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.doc-card__title {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .doc-card__title {
    font-size: 16px;
  }
}
.doc-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-top: auto;
}
@media (max-width: 991px) {
  .doc-card__link {
    font-size: 15px;
  }
}
.doc-card__link .ic {
  font-size: 11px;
}

.sect-callback__inner {
  position: relative;
  background: var(--main-color);
  color: #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.sect-callback__inner::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 540px;
  height: 540px;
  background: #3ba9ff;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  opacity: 0.3;
  border-radius: 50%;
  pointer-events: none;
}
.sect-callback__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -15px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#053262),
    color-stop(50%, #3ba9ff),
    to(#053262)
  );
  background: -o-linear-gradient(left, #053262 0%, #3ba9ff 50%, #053262 100%);
  background: linear-gradient(90deg, #053262 0%, #3ba9ff 50%, #053262 100%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  pointer-events: none;
}
.sect-callback__abstract {
  width: 445px;
  height: 445px;
  position: absolute;
  left: 0;
  bottom: 30px;
  background: no-repeat center/cover;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}
@media (max-width: 991px) {
  .sect-callback__abstract {
    width: 170px;
    height: 170px;
  }
}
.sect-callback__wrap {
  padding: 70px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
}
@media (max-width: 1399px) {
  .sect-callback__wrap {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .sect-callback__wrap {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.sect-callback__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
@media (max-width: 991px) {
  .sect-callback__content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.sect-callback__desc {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .sect-callback__desc {
    margin-top: 10px;
  }
}
.sect-callback__form-box {
  width: 100%;
  max-width: 560px;
}
@media (max-width: 991px) {
  .sect-callback__form-box {
    max-width: 100%;
  }
}

.service-main {
  position: relative;
}
.service-main::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  height: 80%;
  left: 0;
  width: 100%;
  background: var(--lgray-color);
  pointer-events: none;
  z-index: -1;
}
.service-main .page-head {
  max-width: 800px;
}
.service-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 45px;
}
@media (max-width: 1399px) {
  .service-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.service-main__items {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .service-main__items {
    gap: 5px;
  }
}
.service-main__items li {
  padding: 16px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  background: #fff;
  font-size: 18px;
  border-radius: 6px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .service-main__items li {
    padding: 12px 15px;
    gap: 10px;
    font-size: 15px;
  }
}
.service-main__items li::before {
  content: "\e900";
  font-family: "icomoon";
  line-height: 1;
  font-size: 20px;
  color: var(--lmain-color);
}
@media (max-width: 991px) {
  .service-main__items li::before {
    font-size: 16px;
  }
}
.service-main__desc {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 1400px) {
  .service-main__desc {
    top: -70px;
    max-width: 500px;
  }
}

.sect-request__inner {
  position: relative;
  background: var(--main-color);
  color: #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.sect-request__inner::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 540px;
  height: 540px;
  background: #3ba9ff;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  opacity: 0.3;
  border-radius: 50%;
  pointer-events: none;
}
.sect-request__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -15px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#053262),
    color-stop(50%, #3ba9ff),
    to(#053262)
  );
  background: -o-linear-gradient(left, #053262 0%, #3ba9ff 50%, #053262 100%);
  background: linear-gradient(90deg, #053262 0%, #3ba9ff 50%, #053262 100%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  pointer-events: none;
}
.sect-request__abstract {
  width: 445px;
  height: 445px;
  position: absolute;
  top: 50%;
  left: 0;
  background: no-repeat center/cover;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 991px) {
  .sect-request__abstract {
    width: 170px;
    height: 170px;
  }
}
.sect-request__wrap {
  padding: 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
}
@media (max-width: 1399px) {
  .sect-request__wrap {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .sect-request__wrap {
    padding: 20px 15px;
    gap: 20px;
  }
}
.sect-request__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1399px) {
  .sect-request__content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.sect-request__title {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .sect-request__title {
    font-size: 22px;
  }
}
.sect-request__desc {
  line-height: 1.4;
}
.sect-request__download {
  padding: 15px;
  width: 100%;
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: rgba(196, 210, 238, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000;
  line-height: 1.4;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .sect-request__download {
    padding: 10px;
    max-width: 100%;
    gap: 10px;
  }
}
.sect-request__download:hover {
  text-decoration: none;
  opacity: 0.9;
}
.sect-request__download span {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: var(--lmain-color);
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .sect-request__download span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.sect-request__form-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
@media (max-width: 1399px) {
  .sect-request__form-box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.sect-request__form-box .form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .sect-request__form-box .form-fields {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.sect-fxlinks {
  background: var(--lgray-color);
  position: sticky;
  top: 92px;
  z-index: 2;
}
.sect-fxlinks .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sect-fxlinks a {
  padding: 19px 0;
  display: block;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .sect-fxlinks {
    top: 68px;
  }
  .sect-fxlinks a {
    padding: 11px 0;
    font-size: 14px;
  }
}
.sect-fxlinks a:hover {
  text-decoration: none;
  border-color: #4889c5;
}
.sect-fxlinks a.ps2id_active {
  border-color: #4889c5;
}

.sect-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .sect-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.sect-content .h2 {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 991px) {
  .sect-content .h2 {
    max-width: 100%;
  }
}
.sect-content__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  position: relative;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .sect-content__content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.sect-content__content .content-box {
  position: absolute;
  opacity: 0;
}
.sect-content__content .content-box._hidden {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.price-table-wrap {
  overflow-x: auto;
}

.price-table-wrap table {
  text-align: left;
}
@media (max-width: 991px) {
  .price-table-wrap table {
    font-size: 14px;
  }
}
.price-table-wrap table thead td {
  padding: 20px;
  background: var(--gray-color);
  font-weight: 500;
}
@media (max-width: 991px) {
  .price-table-wrap table thead td {
    padding: 10px;
  }
}
.price-table-wrap table thead td:first-child {
  border-radius: 12px 0 0 12px;
}
@media (max-width: 991px) {
  .price-table-wrap table thead td:first-child {
    border-radius: 6px 0 0 6px;
  }
}
.price-table-wrap table thead td:last-child {
  border-radius: 0 12px 12px 0;
}
@media (max-width: 991px) {
  .price-table-wrap table thead td:last-child {
    border-radius: 0 6px 6px 0;
  }
}
.price-table-wrap table tbody td {
  padding: 15px 20px;
  border-bottom: 1px solid var(--gray-color);
}
@media (max-width: 991px) {
  .price-table-wrap table tbody td {
    padding: 10px;
  }
}
.price-table-wrap table tbody td:first-child {
  width: 47%;
  min-width: 220px;
}

.sect-steps__inner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px 20px;
}
@media (max-width: 991px) {
  .sect-steps__inner {
    gap: 10px;
  }
}
.sect-steps__item {
  padding-top: 70px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 991px) {
  .sect-steps__item {
    padding-top: 40px;
  }
}
.sect-steps__item-count {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 120px;
  line-height: 0.8;
  text-align: center;
  color: var(--gray-color);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .sect-steps__item-count {
    font-size: 80px;
  }
}
.sect-steps__item-count::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.sect-steps__item p {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  position: absolute;
  overflow: hidden;
}

.sect-steps__item p._hidden {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.sect-doclist__inner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 10px;
}

.doc-item {
  padding: 25px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--gray-color);
  border-radius: 6px;
}
@media (max-width: 991px) {
  .doc-item {
    padding: 12px 10px;
    gap: 10px;
  }
}
.doc-item__icon {
  width: 40px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991px) {
  .doc-item__icon {
    width: 30px;
  }
}
.doc-item__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .doc-item__title {
    font-size: 15px;
  }
}

.sect-addserv__swiper-box {
  padding-bottom: 3px;
}
@media (min-width: 992px) {
  .sect-addserv .swiper-slide {
    height: auto;
  }
}

.addserv-item {
  padding: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--gray-color);
  border-radius: 6px;
}
@media (max-width: 991px) {
  .addserv-item {
    padding: 12px 10px;
    gap: 10px;
    font-size: 15px;
  }
}
.addserv-item__btn {
  font-size: 16px;
  margin-top: auto;
}

.sect-gallery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1399px) {
  .sect-gallery__inner {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .sect-gallery__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sect-gallery__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 35%;
  flex: 1 0 35%;
}
@media (max-width: 991px) {
  .sect-gallery__content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.sect-gallery__text {
  line-height: 1.5;
}
.sect-gallery__swiper-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 55%;
  flex: 1 0 55%;
  min-width: 0;
  position: relative;
}
@media (max-width: 991px) {
  .sect-gallery__swiper-box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.sect-gallery__swiper-box .swiper-slide {
  height: 540px;
  background: no-repeat center/cover;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .sect-gallery__swiper-box .swiper-slide {
    height: 450px;
    border-radius: 6px;
  }
}
@media (max-width: 575px) {
  .sect-gallery__swiper-box .swiper-slide {
    height: 250px;
  }
}
.sect-gallery .s-pagination {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 2;
}
.sect-gallery .s-pagination span {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.sect-team__btn-box {
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}
.sect-team__btn-box-wrap {
  position: relative;
}
.sect-team__btn-box-wrap .nav-arrow {
  flex-shrink: 0;
}

@media (min-width: 1480px) {
  .sect-team__btn-box-wrap .nav-arrow {
    position: absolute;
    bottom: 5px;
  }
  .sect-team__btn-box-wrap .nav-arrow.nav-left {
    left: 0;
    transform: translateX(calc(-100% - 10px));
  }
  .sect-team__btn-box-wrap .nav-arrow.nav-right {
    right: 0;
    transform: translateX(calc(+100% + 10px));
  }
}
@media (max-width: 1479px) {
  .sect-team__btn-box-wrap {
    display: flex;
    align-items: flex-end;
    gap: 5px;
  }
  .sect-team__btn-box-wrap .nav-arrow {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .sect-team {
    overflow: hidden;
  }
  .sect-team__btn-box-wrap {
    display: block;
  }
  .sect-team__btn-box-wrap .nav-arrow {
    display: none;
  }
  .sect-team__btn-box-wrap .swiper {
    overflow: visible !important;
  }
  .sect-team__btn-box-wrap .swiper-slide {
    max-width: 100%;
  }
}

.sect-team__btn-box::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: -3000px;
  right: -3000px;
  bottom: 0;
  background: var(--gray-color);
}
.sect-team__btn-box .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sect-team__btn-box a {
  padding-bottom: 18px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.sect-team__btn-box a:hover {
  text-decoration: none;
  border-color: #4889c5;
}
.sect-team__btn-box a._active {
  border-color: #4889c5;
}
.sect-team__tab-box {
  position: relative;
}

.team-card {
  position: relative;
  background: no-repeat center/cover;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.team-card:hover .team-card__content {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.team-card::before {
  content: "";
  display: block;
  padding-bottom: 148%;
}
.team-card__content {
  padding: 20px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
@media (hover: hover) {
  .team-card__content {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (max-width: 991px) {
  .team-card__content {
    padding: 10px;
  }
}
.team-card__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .team-card__title {
    font-size: 18px;
  }
}
.team-card__post {
  font-weight: 500;
}
.team-card__desc {
  color: #d0d6e2;
  text-transform: uppercase;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .team-card__desc {
    font-size: 14px;
    margin: 10px 0;
  }
}
.team-card__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.team-card__contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.team-card__contacts a:hover {
  text-decoration: none;
}
.team-card__contacts a .ic {
  font-size: 14px;
}

.about-main {
  position: relative;
}
.about-main::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  height: 80%;
  left: 0;
  width: 100%;
  background: var(--lgray-color);
  pointer-events: none;
  z-index: -1;
}
.about-main .page-head {
  max-width: 800px;
}
.about-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .about-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 75px;
  }
}
.about-main__title strong {
  color: var(--main-color);
  font-weight: 800;
}
.about-main__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 992px) {
  .about-main__desc {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    top: 75px;
    max-width: 520px;
  }
}
.about-main__img {
  height: 400px;
  background: no-repeat center/cover;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 991px) {
  .about-main__img {
    height: 250px;
  }
}
.about-main__btn {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 34%;
}
@media (max-width: 991px) {
  .about-main__btn {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.about-main__play-btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media (max-width: 991px) {
  .about-main__play-btn {
    left: 20px;
    bottom: 20px;
  }
}
.about-main__play-btn::before {
  background-image: url("../img/svg/about-play-btn.svg");
}

.sect-images__swiper-box {
  position: relative;
}

.gallery-item__img {
  display: block;
  background: no-repeat center/cover;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .gallery-item__img {
    margin-bottom: 5px;
  }
}
.gallery-item__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 148%;
}
.gallery-item__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .gallery-item__title {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .gallery-item__desc {
    font-size: 13px;
  }
}

.sect-targets__inner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 10px;
}
@media (max-width: 991px) {
  .sect-targets__inner {
    gap: 5px;
  }
}

.target-item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background: #fff;
  font-size: 18px;
  line-height: 1.4;
  border: 1px solid var(--gray-color);
  border-radius: 6px;
}
@media (max-width: 991px) {
  .target-item {
    padding: 12px;
    gap: 10px;
    font-size: 15px;
  }
}
.target-item::before {
  content: "\e900";
  font-family: "icomoon";
  line-height: 1;
  font-size: 20px;
  color: var(--lmain-color);
}
@media (max-width: 991px) {
  .target-item::before {
    font-size: 15px;
  }
}

.sect-files__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 10px;
}
@media (max-width: 991px) {
  .sect-files__grid {
    gap: 5px;
  }
}

.file-item {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border: 1px solid var(--gray-color);
  border-radius: 6px;
}
@media (max-width: 991px) {
  .file-item {
    padding: 10px;
    gap: 10px;
  }
}
.file-item:hover {
  text-decoration: none;
  opacity: 1;
}
@media (hover: hover) {
  .file-item:hover {
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  }
}
.file-item .ic {
  color: #3ba9ff;
  font-size: 32px;
}
@media (max-width: 991px) {
  .file-item .ic {
    font-size: 20px;
  }
}
.file-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .file-item__content {
    gap: 10px;
  }
}
.file-item__title {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .file-item__title {
    font-size: 15px;
  }
}
.file-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #888;
  margin-top: auto;
}
@media (max-width: 991px) {
  .file-item__info {
    font-size: 13px;
  }
}

.about-standart__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about-standart__inner {
    gap: 5px;
  }
}

.standart-item {
  padding: 16px 20px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  border: 1px solid var(--gray-color);
  border-radius: 6px;
}
@media (max-width: 991px) {
  .standart-item {
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 3px;
  }
}
.standart-item:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .standart-item:hover {
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  }
}

.vacancy-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1399px) {
  .vacancy-main__inner {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .vacancy-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vacancy-main__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .vacancy-main__list {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.vacancy-main__form {
  padding: 40px;
  width: 100%;
  max-width: 500px;
  background: var(--gray-color);
  border-radius: 12px;
}
@media (max-width: 1399px) {
  .vacancy-main__form {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .vacancy-main__form {
    padding: 10px;
    max-width: 100%;
    border-radius: 6px;
  }
}
.vacancy-main__form-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .vacancy-main__form-title {
    font-size: 20px;
  }
}
.vacancy-main form {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .vacancy-main form {
    margin-top: 15px;
  }
}

.vacancy-item {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--gray-color);
  border-radius: 12px;
  -webkit-box-shadow: 0 0 25px 0 rgba(8, 25, 88, 0.07);
  box-shadow: 0 0 25px 0 rgba(8, 25, 88, 0.07);
}
@media (hover: hover) {
  .vacancy-item {
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .vacancy-item {
    padding: 10px;
    border-radius: 6px;
  }
}
.vacancy-item._active .vacancy-item__head::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.vacancy-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .vacancy-item__head {
    gap: 10px;
    font-size: 16px;
  }
}
.vacancy-item__head::after {
  content: "\e901";
  display: block;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--gray-color);
  font-family: "icomoon";
  font-size: 7px;
  line-height: 1;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}
@media (max-width: 991px) {
  .vacancy-item__head::after {
    width: 24px;
    height: 24px;
    font-size: 5px;
  }
}
.vacancy-item__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.vacancy-item__price {
  margin-left: auto;
}
.vacancy-item__body {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .vacancy-item__body {
    padding-top: 15px;
  }
}
.vacancy-item__body:not(._active) {
  display: none;
}
.vacancy-item__body ul li {
  padding-left: 35px;
  list-style: none;
  position: relative;
  margin: 0;
}
.vacancy-item__body ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .vacancy-item__body ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.vacancy-item__body ul li::before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  color: var(--lmain-color);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.contacts-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .contacts-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.contacts-main__inner > * {
  width: 100%;
}
.contacts-main__list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr)) [2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 40px;
}
@media (max-width: 991px) {
  .contacts-main__list {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .contacts-main__list {
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.contacts-main__map {
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contacts-main__map [class*="placemark-overlay"] [class*="image"] {
  -webkit-filter: drop-shadow(0 0 15px rgba(5, 50, 98, 0.25));
  filter: drop-shadow(0 0 15px rgba(5, 50, 98, 0.25));
}

.contact-item {
  font-size: 18px;
}
@media (max-width: 991px) {
  .contact-item {
    font-size: 16px;
  }
}
.contact-item__title {
  color: #868a93;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .contact-item__title {
    margin-bottom: 5px;
  }
}
.contact-item a[href*="tel"] {
  font-weight: 500;
}
@media (min-width: 992px) {
  .contact-item a[href*="tel"] {
    font-size: 22px;
  }
}

.news-main__inner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 10px;
}

.popup {
  padding: 0;
  display: none;
  min-width: 300px;
  max-width: 600px;
  background: none;
  color: #fff;
  position: relative;
  z-index: 10;
  overflow: visible;
  margin: 30px auto;
}
@media (max-width: 575px) {
  .popup {
    border-radius: 3px;
  }
}
.popup.content {
  max-width: 1000px;
  text-align: left;
}
.popup.content h4 {
  margin-bottom: 15px;
}
.popup.content p {
  margin-bottom: 15px;
  text-align: start;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
.popup.content b {
  font-weight: 700;
  font-size: 16px;
}
.popup__top {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .popup__top {
    margin-bottom: 20px;
  }
}
.popup__body {
  position: relative;
}
.popup__title {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .popup__title {
    font-size: 24px;
  }
}
.popup__desc {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .popup__desc {
    font-size: 12px;
    margin-top: 10px;
  }
}
.popup .js-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.popup .js-form .form-policy a {
  color: red;
}
.popup input:not([type="checkbox"]) {
  width: 100%;
}
.popup__tx {
  max-width: 450px;
}
.popup__tx p {
  font-weight: 400;
  font-size: 16px;
}

.popup-wrap {
  padding: 50px;
  background: var(--main-color);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .popup-wrap {
    padding: 20px;
    border-radius: 6px;
  }
}
.popup-wrap::before {
  content: "";
  display: block;
  width: 540px;
  height: 540px;
  position: absolute;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  background: #3ba9ff;
  -webkit-filter: blur(350px);
  filter: blur(350px);
  border-radius: 50%;
  pointer-events: none;
}

.popup-callback {
  width: 100%;
  max-width: 700px;
}

@media (max-width: 991px) {
  .sect-p {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .sect-m {
    margin: 40px 0;
  }
}

@media (max-width: 991px) {
  .page-p {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  .page-m {
    margin: 30px 0;
  }
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.wpcf7 form .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form .wpcf7-not-valid {
  border: 1px solid rgb(255, 83, 83) !important;
}

.wpcf7-list-item {
  margin: 0;
}

.b-cookie {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 500;
  border: #f7f4ed;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.25);
  width: 500px;
  max-width: calc(100% - 30px);
  font-size: 15px;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}
.b-cookie._open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.b-cookie._hide {
  opacity: 0;
}
.b-cookie__body {
  padding: 15px 20px 20px 20px;
}
.b-cookie__content {
  margin: 0;
}
.b-cookie__content a {
  text-decoration: underline;
}
.b-cookie__content a:hover {
  text-decoration: none;
}
.b-cookie__btn {
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 12px 20px;
  border-radius: 4px;
  margin-top: 15px;

  user-select: none;
  background-color: var(--main-color);
  color: white;

  transition: opacity 0.3s ease;
}
.b-cookie__btn:hover {
  opacity: 0.8;
}
