/**************************** 
//                         //
//  Created by LIFE STYLE  //
//                         //
 **************************/
html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

imput {
  border: none;
  outline: none;
  background: none;
}

* {
  box-sizing: border-box;
}

.bg-accent {
  background: #20272c;
}
.bg-accent-3 {
  background: #f4f4f4;
}
.bg-accent-4 {
  background: #f8f8f8;
}

.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-10 {
    padding-top: calc(20px + -10 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-10 {
    padding-bottom: calc(20px + -10 * ((100vw - 320px) / 1216));
  }
}
.pad-t-10 {
  padding-top: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-t-10 {
    padding-top: calc(20px + -10 * ((100vw - 320px) / 1216));
  }
}
.pad-b-10 {
  padding-bottom: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-b-10 {
    padding-bottom: calc(20px + -10 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-10 {
    padding-left: calc(20px + -10 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-10 {
    padding-right: calc(20px + -10 * ((100vw - 320px) / 1216));
  }
}
.pad-l-10 {
  padding-left: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-l-10 {
    padding-left: calc(20px + -10 * ((100vw - 320px) / 1216));
  }
}
.pad-r-10 {
  padding-right: 10px;
}
@media screen and (max-width: 1536px) {
  .pad-r-10 {
    padding-right: calc(20px + -10 * ((100vw - 320px) / 1216));
  }
}

.g-gap-10 {
  grid-gap: 10px;
}

.pad-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-20 {
    padding-top: calc(20px + 0 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-20 {
    padding-bottom: calc(20px + 0 * ((100vw - 320px) / 1216));
  }
}
.pad-t-20 {
  padding-top: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-t-20 {
    padding-top: calc(20px + 0 * ((100vw - 320px) / 1216));
  }
}
.pad-b-20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-b-20 {
    padding-bottom: calc(20px + 0 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-20 {
    padding-left: calc(20px + 0 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-20 {
    padding-right: calc(20px + 0 * ((100vw - 320px) / 1216));
  }
}
.pad-l-20 {
  padding-left: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-l-20 {
    padding-left: calc(20px + 0 * ((100vw - 320px) / 1216));
  }
}
.pad-r-20 {
  padding-right: 20px;
}
@media screen and (max-width: 1536px) {
  .pad-r-20 {
    padding-right: calc(20px + 0 * ((100vw - 320px) / 1216));
  }
}

.g-gap-20 {
  grid-gap: 20px;
}

.pad-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-30 {
    padding-top: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-30 {
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}
.pad-t-30 {
  padding-top: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-t-30 {
    padding-top: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}
.pad-b-30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-b-30 {
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-30 {
    padding-left: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-30 {
    padding-right: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}
.pad-l-30 {
  padding-left: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-l-30 {
    padding-left: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}
.pad-r-30 {
  padding-right: 30px;
}
@media screen and (max-width: 1536px) {
  .pad-r-30 {
    padding-right: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}

.g-gap-30 {
  grid-gap: 30px;
}

.pad-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-40 {
    padding-top: calc(20px + 20 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-40 {
    padding-bottom: calc(20px + 20 * ((100vw - 320px) / 1216));
  }
}
.pad-t-40 {
  padding-top: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-t-40 {
    padding-top: calc(20px + 20 * ((100vw - 320px) / 1216));
  }
}
.pad-b-40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-b-40 {
    padding-bottom: calc(20px + 20 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-40 {
    padding-left: calc(20px + 20 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-40 {
    padding-right: calc(20px + 20 * ((100vw - 320px) / 1216));
  }
}
.pad-l-40 {
  padding-left: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-l-40 {
    padding-left: calc(20px + 20 * ((100vw - 320px) / 1216));
  }
}
.pad-r-40 {
  padding-right: 40px;
}
@media screen and (max-width: 1536px) {
  .pad-r-40 {
    padding-right: calc(20px + 20 * ((100vw - 320px) / 1216));
  }
}

.g-gap-40 {
  grid-gap: 40px;
}

.pad-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-50 {
    padding-top: calc(20px + 30 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-50 {
    padding-bottom: calc(20px + 30 * ((100vw - 320px) / 1216));
  }
}
.pad-t-50 {
  padding-top: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-t-50 {
    padding-top: calc(20px + 30 * ((100vw - 320px) / 1216));
  }
}
.pad-b-50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-b-50 {
    padding-bottom: calc(20px + 30 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-50 {
    padding-left: calc(20px + 30 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-50 {
    padding-right: calc(20px + 30 * ((100vw - 320px) / 1216));
  }
}
.pad-l-50 {
  padding-left: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-l-50 {
    padding-left: calc(20px + 30 * ((100vw - 320px) / 1216));
  }
}
.pad-r-50 {
  padding-right: 50px;
}
@media screen and (max-width: 1536px) {
  .pad-r-50 {
    padding-right: calc(20px + 30 * ((100vw - 320px) / 1216));
  }
}

.g-gap-50 {
  grid-gap: 50px;
}
@media screen and (max-width: 1536px) {
  .g-gap-50 {
    grid-gap: calc(50px + 0 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-60 {
    padding-top: calc(20px + 40 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-60 {
    padding-bottom: calc(20px + 40 * ((100vw - 320px) / 1216));
  }
}
.pad-t-60 {
  padding-top: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-t-60 {
    padding-top: calc(20px + 40 * ((100vw - 320px) / 1216));
  }
}
.pad-b-60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-b-60 {
    padding-bottom: calc(20px + 40 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-60 {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-60 {
    padding-left: calc(20px + 40 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-60 {
    padding-right: calc(20px + 40 * ((100vw - 320px) / 1216));
  }
}
.pad-l-60 {
  padding-left: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-l-60 {
    padding-left: calc(20px + 40 * ((100vw - 320px) / 1216));
  }
}
.pad-r-60 {
  padding-right: 60px;
}
@media screen and (max-width: 1536px) {
  .pad-r-60 {
    padding-right: calc(20px + 40 * ((100vw - 320px) / 1216));
  }
}

.g-gap-60 {
  grid-gap: 60px;
}
@media screen and (max-width: 1536px) {
  .g-gap-60 {
    grid-gap: calc(50px + 10 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-70 {
    padding-top: calc(20px + 50 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-70 {
    padding-bottom: calc(20px + 50 * ((100vw - 320px) / 1216));
  }
}
.pad-t-70 {
  padding-top: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-t-70 {
    padding-top: calc(20px + 50 * ((100vw - 320px) / 1216));
  }
}
.pad-b-70 {
  padding-bottom: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-b-70 {
    padding-bottom: calc(20px + 50 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-70 {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-70 {
    padding-left: calc(20px + 50 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-70 {
    padding-right: calc(20px + 50 * ((100vw - 320px) / 1216));
  }
}
.pad-l-70 {
  padding-left: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-l-70 {
    padding-left: calc(20px + 50 * ((100vw - 320px) / 1216));
  }
}
.pad-r-70 {
  padding-right: 70px;
}
@media screen and (max-width: 1536px) {
  .pad-r-70 {
    padding-right: calc(20px + 50 * ((100vw - 320px) / 1216));
  }
}

.g-gap-70 {
  grid-gap: 70px;
}
@media screen and (max-width: 1536px) {
  .g-gap-70 {
    grid-gap: calc(50px + 20 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-80 {
    padding-top: calc(20px + 60 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-80 {
    padding-bottom: calc(20px + 60 * ((100vw - 320px) / 1216));
  }
}
.pad-t-80 {
  padding-top: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-t-80 {
    padding-top: calc(20px + 60 * ((100vw - 320px) / 1216));
  }
}
.pad-b-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-b-80 {
    padding-bottom: calc(20px + 60 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-80 {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-80 {
    padding-left: calc(20px + 60 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-80 {
    padding-right: calc(20px + 60 * ((100vw - 320px) / 1216));
  }
}
.pad-l-80 {
  padding-left: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-l-80 {
    padding-left: calc(20px + 60 * ((100vw - 320px) / 1216));
  }
}
.pad-r-80 {
  padding-right: 80px;
}
@media screen and (max-width: 1536px) {
  .pad-r-80 {
    padding-right: calc(20px + 60 * ((100vw - 320px) / 1216));
  }
}

.g-gap-80 {
  grid-gap: 80px;
}
@media screen and (max-width: 1536px) {
  .g-gap-80 {
    grid-gap: calc(50px + 30 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-90 {
    padding-top: calc(20px + 70 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-90 {
    padding-bottom: calc(20px + 70 * ((100vw - 320px) / 1216));
  }
}
.pad-t-90 {
  padding-top: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-t-90 {
    padding-top: calc(20px + 70 * ((100vw - 320px) / 1216));
  }
}
.pad-b-90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-b-90 {
    padding-bottom: calc(20px + 70 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-90 {
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-90 {
    padding-left: calc(20px + 70 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-90 {
    padding-right: calc(20px + 70 * ((100vw - 320px) / 1216));
  }
}
.pad-l-90 {
  padding-left: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-l-90 {
    padding-left: calc(20px + 70 * ((100vw - 320px) / 1216));
  }
}
.pad-r-90 {
  padding-right: 90px;
}
@media screen and (max-width: 1536px) {
  .pad-r-90 {
    padding-right: calc(20px + 70 * ((100vw - 320px) / 1216));
  }
}

.g-gap-90 {
  grid-gap: 90px;
}
@media screen and (max-width: 1536px) {
  .g-gap-90 {
    grid-gap: calc(50px + 40 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-100 {
    padding-top: calc(20px + 80 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-100 {
    padding-bottom: calc(20px + 80 * ((100vw - 320px) / 1216));
  }
}
.pad-t-100 {
  padding-top: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-t-100 {
    padding-top: calc(20px + 80 * ((100vw - 320px) / 1216));
  }
}
.pad-b-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-b-100 {
    padding-bottom: calc(20px + 80 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-100 {
    padding-left: calc(20px + 80 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-100 {
    padding-right: calc(20px + 80 * ((100vw - 320px) / 1216));
  }
}
.pad-l-100 {
  padding-left: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-l-100 {
    padding-left: calc(20px + 80 * ((100vw - 320px) / 1216));
  }
}
.pad-r-100 {
  padding-right: 100px;
}
@media screen and (max-width: 1536px) {
  .pad-r-100 {
    padding-right: calc(20px + 80 * ((100vw - 320px) / 1216));
  }
}

.g-gap-100 {
  grid-gap: 100px;
}
@media screen and (max-width: 1536px) {
  .g-gap-100 {
    grid-gap: calc(50px + 50 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-110 {
    padding-top: calc(20px + 90 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-110 {
    padding-bottom: calc(20px + 90 * ((100vw - 320px) / 1216));
  }
}
.pad-t-110 {
  padding-top: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-t-110 {
    padding-top: calc(20px + 90 * ((100vw - 320px) / 1216));
  }
}
.pad-b-110 {
  padding-bottom: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-b-110 {
    padding-bottom: calc(20px + 90 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-110 {
  padding-left: 110px;
  padding-right: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-110 {
    padding-left: calc(20px + 90 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-110 {
    padding-right: calc(20px + 90 * ((100vw - 320px) / 1216));
  }
}
.pad-l-110 {
  padding-left: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-l-110 {
    padding-left: calc(20px + 90 * ((100vw - 320px) / 1216));
  }
}
.pad-r-110 {
  padding-right: 110px;
}
@media screen and (max-width: 1536px) {
  .pad-r-110 {
    padding-right: calc(20px + 90 * ((100vw - 320px) / 1216));
  }
}

.g-gap-110 {
  grid-gap: 110px;
}
@media screen and (max-width: 1536px) {
  .g-gap-110 {
    grid-gap: calc(50px + 60 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-120 {
    padding-top: calc(20px + 100 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-120 {
    padding-bottom: calc(20px + 100 * ((100vw - 320px) / 1216));
  }
}
.pad-t-120 {
  padding-top: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-t-120 {
    padding-top: calc(20px + 100 * ((100vw - 320px) / 1216));
  }
}
.pad-b-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-b-120 {
    padding-bottom: calc(20px + 100 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-120 {
  padding-left: 120px;
  padding-right: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-120 {
    padding-left: calc(20px + 100 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-120 {
    padding-right: calc(20px + 100 * ((100vw - 320px) / 1216));
  }
}
.pad-l-120 {
  padding-left: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-l-120 {
    padding-left: calc(20px + 100 * ((100vw - 320px) / 1216));
  }
}
.pad-r-120 {
  padding-right: 120px;
}
@media screen and (max-width: 1536px) {
  .pad-r-120 {
    padding-right: calc(20px + 100 * ((100vw - 320px) / 1216));
  }
}

.g-gap-120 {
  grid-gap: 120px;
}
@media screen and (max-width: 1536px) {
  .g-gap-120 {
    grid-gap: calc(50px + 70 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-130 {
    padding-top: calc(20px + 110 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-130 {
    padding-bottom: calc(20px + 110 * ((100vw - 320px) / 1216));
  }
}
.pad-t-130 {
  padding-top: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-t-130 {
    padding-top: calc(20px + 110 * ((100vw - 320px) / 1216));
  }
}
.pad-b-130 {
  padding-bottom: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-b-130 {
    padding-bottom: calc(20px + 110 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-130 {
  padding-left: 130px;
  padding-right: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-130 {
    padding-left: calc(20px + 110 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-130 {
    padding-right: calc(20px + 110 * ((100vw - 320px) / 1216));
  }
}
.pad-l-130 {
  padding-left: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-l-130 {
    padding-left: calc(20px + 110 * ((100vw - 320px) / 1216));
  }
}
.pad-r-130 {
  padding-right: 130px;
}
@media screen and (max-width: 1536px) {
  .pad-r-130 {
    padding-right: calc(20px + 110 * ((100vw - 320px) / 1216));
  }
}

.g-gap-130 {
  grid-gap: 130px;
}
@media screen and (max-width: 1536px) {
  .g-gap-130 {
    grid-gap: calc(50px + 80 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-140 {
    padding-top: calc(20px + 120 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-140 {
    padding-bottom: calc(20px + 120 * ((100vw - 320px) / 1216));
  }
}
.pad-t-140 {
  padding-top: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-t-140 {
    padding-top: calc(20px + 120 * ((100vw - 320px) / 1216));
  }
}
.pad-b-140 {
  padding-bottom: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-b-140 {
    padding-bottom: calc(20px + 120 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-140 {
  padding-left: 140px;
  padding-right: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-140 {
    padding-left: calc(20px + 120 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-140 {
    padding-right: calc(20px + 120 * ((100vw - 320px) / 1216));
  }
}
.pad-l-140 {
  padding-left: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-l-140 {
    padding-left: calc(20px + 120 * ((100vw - 320px) / 1216));
  }
}
.pad-r-140 {
  padding-right: 140px;
}
@media screen and (max-width: 1536px) {
  .pad-r-140 {
    padding-right: calc(20px + 120 * ((100vw - 320px) / 1216));
  }
}

.g-gap-140 {
  grid-gap: 140px;
}
@media screen and (max-width: 1536px) {
  .g-gap-140 {
    grid-gap: calc(50px + 90 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-150 {
    padding-top: calc(20px + 130 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-150 {
    padding-bottom: calc(20px + 130 * ((100vw - 320px) / 1216));
  }
}
.pad-t-150 {
  padding-top: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-t-150 {
    padding-top: calc(20px + 130 * ((100vw - 320px) / 1216));
  }
}
.pad-b-150 {
  padding-bottom: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-b-150 {
    padding-bottom: calc(20px + 130 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-150 {
  padding-left: 150px;
  padding-right: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-150 {
    padding-left: calc(20px + 130 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-150 {
    padding-right: calc(20px + 130 * ((100vw - 320px) / 1216));
  }
}
.pad-l-150 {
  padding-left: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-l-150 {
    padding-left: calc(20px + 130 * ((100vw - 320px) / 1216));
  }
}
.pad-r-150 {
  padding-right: 150px;
}
@media screen and (max-width: 1536px) {
  .pad-r-150 {
    padding-right: calc(20px + 130 * ((100vw - 320px) / 1216));
  }
}

.g-gap-150 {
  grid-gap: 150px;
}
@media screen and (max-width: 1536px) {
  .g-gap-150 {
    grid-gap: calc(50px + 100 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-160 {
    padding-top: calc(20px + 140 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-160 {
    padding-bottom: calc(20px + 140 * ((100vw - 320px) / 1216));
  }
}
.pad-t-160 {
  padding-top: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-t-160 {
    padding-top: calc(20px + 140 * ((100vw - 320px) / 1216));
  }
}
.pad-b-160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-b-160 {
    padding-bottom: calc(20px + 140 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-160 {
  padding-left: 160px;
  padding-right: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-160 {
    padding-left: calc(20px + 140 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-160 {
    padding-right: calc(20px + 140 * ((100vw - 320px) / 1216));
  }
}
.pad-l-160 {
  padding-left: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-l-160 {
    padding-left: calc(20px + 140 * ((100vw - 320px) / 1216));
  }
}
.pad-r-160 {
  padding-right: 160px;
}
@media screen and (max-width: 1536px) {
  .pad-r-160 {
    padding-right: calc(20px + 140 * ((100vw - 320px) / 1216));
  }
}

.g-gap-160 {
  grid-gap: 160px;
}
@media screen and (max-width: 1536px) {
  .g-gap-160 {
    grid-gap: calc(50px + 110 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-170 {
    padding-top: calc(20px + 150 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-170 {
    padding-bottom: calc(20px + 150 * ((100vw - 320px) / 1216));
  }
}
.pad-t-170 {
  padding-top: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-t-170 {
    padding-top: calc(20px + 150 * ((100vw - 320px) / 1216));
  }
}
.pad-b-170 {
  padding-bottom: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-b-170 {
    padding-bottom: calc(20px + 150 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-170 {
  padding-left: 170px;
  padding-right: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-170 {
    padding-left: calc(20px + 150 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-170 {
    padding-right: calc(20px + 150 * ((100vw - 320px) / 1216));
  }
}
.pad-l-170 {
  padding-left: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-l-170 {
    padding-left: calc(20px + 150 * ((100vw - 320px) / 1216));
  }
}
.pad-r-170 {
  padding-right: 170px;
}
@media screen and (max-width: 1536px) {
  .pad-r-170 {
    padding-right: calc(20px + 150 * ((100vw - 320px) / 1216));
  }
}

.g-gap-170 {
  grid-gap: 170px;
}
@media screen and (max-width: 1536px) {
  .g-gap-170 {
    grid-gap: calc(50px + 120 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-180 {
    padding-top: calc(20px + 160 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-180 {
    padding-bottom: calc(20px + 160 * ((100vw - 320px) / 1216));
  }
}
.pad-t-180 {
  padding-top: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-t-180 {
    padding-top: calc(20px + 160 * ((100vw - 320px) / 1216));
  }
}
.pad-b-180 {
  padding-bottom: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-b-180 {
    padding-bottom: calc(20px + 160 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-180 {
  padding-left: 180px;
  padding-right: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-180 {
    padding-left: calc(20px + 160 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-180 {
    padding-right: calc(20px + 160 * ((100vw - 320px) / 1216));
  }
}
.pad-l-180 {
  padding-left: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-l-180 {
    padding-left: calc(20px + 160 * ((100vw - 320px) / 1216));
  }
}
.pad-r-180 {
  padding-right: 180px;
}
@media screen and (max-width: 1536px) {
  .pad-r-180 {
    padding-right: calc(20px + 160 * ((100vw - 320px) / 1216));
  }
}

.g-gap-180 {
  grid-gap: 180px;
}
@media screen and (max-width: 1536px) {
  .g-gap-180 {
    grid-gap: calc(50px + 130 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-190 {
    padding-top: calc(20px + 170 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-190 {
    padding-bottom: calc(20px + 170 * ((100vw - 320px) / 1216));
  }
}
.pad-t-190 {
  padding-top: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-t-190 {
    padding-top: calc(20px + 170 * ((100vw - 320px) / 1216));
  }
}
.pad-b-190 {
  padding-bottom: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-b-190 {
    padding-bottom: calc(20px + 170 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-190 {
  padding-left: 190px;
  padding-right: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-190 {
    padding-left: calc(20px + 170 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-190 {
    padding-right: calc(20px + 170 * ((100vw - 320px) / 1216));
  }
}
.pad-l-190 {
  padding-left: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-l-190 {
    padding-left: calc(20px + 170 * ((100vw - 320px) / 1216));
  }
}
.pad-r-190 {
  padding-right: 190px;
}
@media screen and (max-width: 1536px) {
  .pad-r-190 {
    padding-right: calc(20px + 170 * ((100vw - 320px) / 1216));
  }
}

.g-gap-190 {
  grid-gap: 190px;
}
@media screen and (max-width: 1536px) {
  .g-gap-190 {
    grid-gap: calc(50px + 140 * ((100vw - 320px) / 1216));
  }
}

.pad-tb-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-tb-200 {
    padding-top: calc(20px + 180 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-tb-200 {
    padding-bottom: calc(20px + 180 * ((100vw - 320px) / 1216));
  }
}
.pad-t-200 {
  padding-top: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-t-200 {
    padding-top: calc(20px + 180 * ((100vw - 320px) / 1216));
  }
}
.pad-b-200 {
  padding-bottom: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-b-200 {
    padding-bottom: calc(20px + 180 * ((100vw - 320px) / 1216));
  }
}
.pad-lr-200 {
  padding-left: 200px;
  padding-right: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-lr-200 {
    padding-left: calc(20px + 180 * ((100vw - 320px) / 1216));
  }
}
@media screen and (max-width: 1536px) {
  .pad-lr-200 {
    padding-right: calc(20px + 180 * ((100vw - 320px) / 1216));
  }
}
.pad-l-200 {
  padding-left: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-l-200 {
    padding-left: calc(20px + 180 * ((100vw - 320px) / 1216));
  }
}
.pad-r-200 {
  padding-right: 200px;
}
@media screen and (max-width: 1536px) {
  .pad-r-200 {
    padding-right: calc(20px + 180 * ((100vw - 320px) / 1216));
  }
}

.g-gap-200 {
  grid-gap: 200px;
}
@media screen and (max-width: 1536px) {
  .g-gap-200 {
    grid-gap: calc(50px + 150 * ((100vw - 320px) / 1216));
  }
}

.header__btn, .blog-card__img {
  border-radius: 6px;
}

.banner, .map, .modal-form, .contacts-card, .in-price-card, .service-card, .text-card, .partner-card__img, .client-card, .text-tmp.rs-24 img {
  border-radius: 24px;
}

.footer__social ul a, .header__lang > ul > li > button, .header__btn-request, .directions__tags ul li > *, .blog-card__tags ul li, .portfolio-card__tag, .pagination, .btn {
  border-radius: 40px;
}

.footer__inner, .portfolio-card, .card-link {
  border-radius: 50px;
}

.d-none {
  display: none !important;
}

.over-hide, .footer__social ul a > span:nth-child(2), .header__lang-drop ul li, .header__btn-request-icon, .header__nav ul a, .banner, .map, .file-custom__item, .file-custom, .blog-card__img, .portfolio-card, .card-link {
  overflow: hidden;
}

.footer__list ul a, .footer__nav ul a::after, .footer__social ul a, .header__lang-drop ul a, .header__lang-drop, .header__lang > ul > li > button::after, .header__nav ul a::after, .header__nav ul a::before, .header__nav ul a > *, .contacts-card ul li a, .contacts-card, .in-price-card, .service-card, .text-card, .portfolio-card__img img, .portfolio-card__footer .text-tmp > h1::after, .portfolio-card__footer .text-tmp > h2::after, .portfolio-card__footer .text-tmp > h3::after, .portfolio-card__footer .text-tmp > h4::after, .portfolio-card__footer .text-tmp > h5::after, .portfolio-card__footer .text-tmp > h6::after, .card-link__img img, .card-link__desc .text-tmp > *::after, .partner-card__img, .client-card img, .client-card, .btn-arrow, .btn.accent-5 > *::after, .btn.accent-5 > *, .ic-arrow-right::after, .ic-arrow-right, .ic-arrow-skew::after, .ic-arrow-skew {
  will-change: transform;
  transition: 0.3s all ease;
}

.ic-arrow-skew {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.ic-arrow-skew::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,         <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="white"><path d="m256-240-56-56 384-384H240v-80h480v480h-80v-344L256-240Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.ic-arrow-right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.ic-arrow-right.accent-5::after {
  background-image: url('data:image/svg+xml,             <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23f12938"><path d="M647-440H160v-80h487L423-744l57-56 320 320-320 320-57-56 224-224Z"/></svg>');
}
.ic-arrow-right::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,         <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="white"><path d="M647-440H160v-80h487L423-744l57-56 320 320-320 320-57-56 224-224Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pos-rel {
  position: relative;
}

.x-center {
  margin: 0 auto;
}
.x-left {
  margin-right: auto;
}
.x-right {
  margin-left: auto;
}

.max-w-500 {
  max-width: 500px;
}
.max-w-600 {
  max-width: 600px;
}
.max-w-768 {
  max-width: 768px;
}
.max-w-900 {
  max-width: 900px;
}
.max-w-1000 {
  max-width: 1000px;
}
.max-w-1200 {
  max-width: 1200px;
}
.max-w-1400 {
  max-width: 1400px;
}

.flex\:row, .flex\:row-max, .flex\:row-hd {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.flex\:col, .flex\:col-max, .flex\:col-hd {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.flex\:row-hd {
  max-width: 1920px;
}
.flex\:row-max {
  max-width: 1840px;
  padding: 0 20px;
}

.flex\:col-hd {
  max-width: 1920px;
}
.flex\:col-max {
  max-width: 1840px;
  padding: 0 20px;
}

.grid\:fr, .grid\:fr-7, .grid\:fr-4, .grid\:fr-3, .grid\:fr-2, .grid\:fr-1 {
  display: grid;
  width: 100%;
}
.grid\:fr-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid\:fr-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .grid\:fr-2.max {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid\:fr-2.small {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid\:fr-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 979px) {
  .grid\:fr-3.full {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1170px) {
  .grid\:fr-3.cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .grid\:fr-3.cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1700px) {
  .grid\:fr-3.cards-sm {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid\:fr-3.cards-sm {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 979px) {
  .grid\:fr-3.small {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .grid\:fr-3.small {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid\:fr-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1500px) {
  .grid\:fr-4.cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 979px) {
  .grid\:fr-4.cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .grid\:fr-4.cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1500px) {
  .grid\:fr-4.small {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1250px) {
  .grid\:fr-4.small {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid\:fr-4.small {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid\:fr-7 {
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 1170px) {
  .grid\:fr-7.cards {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 850px) {
  .grid\:fr-7.cards {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid\:fr-7.cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .grid\:fr-7.cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 420px) {
  .grid\:fr-7.cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@font-face {
  font-family: "Pragmatica";
  font-display: swap;
  src: url("../fonts/Pragmatica-Bold.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Pragmatica";
  font-display: swap;
  src: url("../fonts/Pragmatica-Medium.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Pragmatica";
  font-display: swap;
  src: url("../fonts/Pragmatica-Book.ttf");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}
:root {
  --font-m: "Pragmatica";
  --weight-m-700: 700;
  --weight-m-500: 500;
  --weight-m-400: 400;
}

body {
  font-family: var(--font-m);
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-m);
  font-weight: var(--weight-m-700);
  line-height: 110%;
  color: #20272c;
}
@media screen and (max-width: 600px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

li,
p {
  font-family: var(--font-m);
  font-weight: var(--weight-m-400);
  line-height: 140%;
  color: #20272c;
}

.checkbox__label p, .pagination > *, .text-tmp.txt-16 p, .text-tmp.txt-16 li, .text-tmp.title-dec-16 h1:not(:first-child), .text-tmp.title-dec-16 h2:not(:first-child), .text-tmp.title-dec-16 h3:not(:first-child), .text-tmp.title-dec-16 h4:not(:first-child), .text-tmp.title-dec-16 h5:not(:first-child), .text-tmp.title-dec-16 h6:not(:first-child), .text-tmp.title-16 h1, .text-tmp.title-16 h2, .text-tmp.title-16 h3, .text-tmp.title-16 h4, .text-tmp.title-16 h5, .text-tmp.title-16 h6 {
  font-size: 16px;
}
@media screen and (max-width: 1536px) {
  .checkbox__label p, .pagination > *, .text-tmp.txt-16 p, .text-tmp.txt-16 li, .text-tmp.title-dec-16 h1:not(:first-child), .text-tmp.title-dec-16 h2:not(:first-child), .text-tmp.title-dec-16 h3:not(:first-child), .text-tmp.title-dec-16 h4:not(:first-child), .text-tmp.title-dec-16 h5:not(:first-child), .text-tmp.title-dec-16 h6:not(:first-child), .text-tmp.title-16 h1, .text-tmp.title-16 h2, .text-tmp.title-16 h3, .text-tmp.title-16 h4, .text-tmp.title-16 h5, .text-tmp.title-16 h6 {
    font-size: calc(16px + 0 * ((100vw - 320px) / 1216));
  }
}

.footer__list ul li, .footer__nav ul a, .footer__social ul a, .header-mob__social ul a, .header-mob__lang ul li > *, .header__lang-drop ul a, .header__lang > ul > li > button, .header__btn-request, .header__nav ul a, .list-head ul li:nth-child(2), .file-custom__btn, .input input, .input textarea, .select-custom__list ul li, .select-custom, .btn, .text-tmp.txt-18 p, .text-tmp.txt-18 li, .text-tmp.title-dec-18 h1:not(:first-child), .text-tmp.title-dec-18 h2:not(:first-child), .text-tmp.title-dec-18 h3:not(:first-child), .text-tmp.title-dec-18 h4:not(:first-child), .text-tmp.title-dec-18 h5:not(:first-child), .text-tmp.title-dec-18 h6:not(:first-child), .text-tmp.title-18 h1, .text-tmp.title-18 h2, .text-tmp.title-18 h3, .text-tmp.title-18 h4, .text-tmp.title-18 h5, .text-tmp.title-18 h6 {
  font-size: 18px;
}
@media screen and (max-width: 1536px) {
  .footer__list ul li, .footer__nav ul a, .footer__social ul a, .header-mob__social ul a, .header-mob__lang ul li > *, .header__lang-drop ul a, .header__lang > ul > li > button, .header__btn-request, .header__nav ul a, .list-head ul li:nth-child(2), .file-custom__btn, .input input, .input textarea, .select-custom__list ul li, .select-custom, .btn, .text-tmp.txt-18 p, .text-tmp.txt-18 li, .text-tmp.title-dec-18 h1:not(:first-child), .text-tmp.title-dec-18 h2:not(:first-child), .text-tmp.title-dec-18 h3:not(:first-child), .text-tmp.title-dec-18 h4:not(:first-child), .text-tmp.title-dec-18 h5:not(:first-child), .text-tmp.title-dec-18 h6:not(:first-child), .text-tmp.title-18 h1, .text-tmp.title-18 h2, .text-tmp.title-18 h3, .text-tmp.title-18 h4, .text-tmp.title-18 h5, .text-tmp.title-18 h6 {
    font-size: calc(18px + 0 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-20 p, .text-tmp.txt-20 li, .text-tmp.title-dec-20 h1:not(:first-child), .text-tmp.title-dec-20 h2:not(:first-child), .text-tmp.title-dec-20 h3:not(:first-child), .text-tmp.title-dec-20 h4:not(:first-child), .text-tmp.title-dec-20 h5:not(:first-child), .text-tmp.title-dec-20 h6:not(:first-child), .text-tmp.title-20 h1, .text-tmp.title-20 h2, .text-tmp.title-20 h3, .text-tmp.title-20 h4, .text-tmp.title-20 h5, .text-tmp.title-20 h6 {
  font-size: 20px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-20 p, .text-tmp.txt-20 li, .text-tmp.title-dec-20 h1:not(:first-child), .text-tmp.title-dec-20 h2:not(:first-child), .text-tmp.title-dec-20 h3:not(:first-child), .text-tmp.title-dec-20 h4:not(:first-child), .text-tmp.title-dec-20 h5:not(:first-child), .text-tmp.title-dec-20 h6:not(:first-child), .text-tmp.title-20 h1, .text-tmp.title-20 h2, .text-tmp.title-20 h3, .text-tmp.title-20 h4, .text-tmp.title-20 h5, .text-tmp.title-20 h6 {
    font-size: calc(20px + 0 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-22 p, .text-tmp.txt-22 li, .text-tmp.title-dec-22 h1:not(:first-child), .text-tmp.title-dec-22 h2:not(:first-child), .text-tmp.title-dec-22 h3:not(:first-child), .text-tmp.title-dec-22 h4:not(:first-child), .text-tmp.title-dec-22 h5:not(:first-child), .text-tmp.title-dec-22 h6:not(:first-child), .text-tmp.title-22 h1, .text-tmp.title-22 h2, .text-tmp.title-22 h3, .text-tmp.title-22 h4, .text-tmp.title-22 h5, .text-tmp.title-22 h6 {
  font-size: 22px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-22 p, .text-tmp.txt-22 li, .text-tmp.title-dec-22 h1:not(:first-child), .text-tmp.title-dec-22 h2:not(:first-child), .text-tmp.title-dec-22 h3:not(:first-child), .text-tmp.title-dec-22 h4:not(:first-child), .text-tmp.title-dec-22 h5:not(:first-child), .text-tmp.title-dec-22 h6:not(:first-child), .text-tmp.title-22 h1, .text-tmp.title-22 h2, .text-tmp.title-22 h3, .text-tmp.title-22 h4, .text-tmp.title-22 h5, .text-tmp.title-22 h6 {
    font-size: calc(20px + 2 * ((100vw - 320px) / 1216));
  }
}

.list-head ul li:nth-child(1), .contacts-card ul li, .text-tmp.txt-24 p, .text-tmp.txt-24 li, .text-tmp.title-dec-24 h1:not(:first-child), .text-tmp.title-dec-24 h2:not(:first-child), .text-tmp.title-dec-24 h3:not(:first-child), .text-tmp.title-dec-24 h4:not(:first-child), .text-tmp.title-dec-24 h5:not(:first-child), .text-tmp.title-dec-24 h6:not(:first-child), .text-tmp.title-24 h1, .text-tmp.title-24 h2, .text-tmp.title-24 h3, .text-tmp.title-24 h4, .text-tmp.title-24 h5, .text-tmp.title-24 h6 {
  font-size: 24px;
}
@media screen and (max-width: 1536px) {
  .list-head ul li:nth-child(1), .contacts-card ul li, .text-tmp.txt-24 p, .text-tmp.txt-24 li, .text-tmp.title-dec-24 h1:not(:first-child), .text-tmp.title-dec-24 h2:not(:first-child), .text-tmp.title-dec-24 h3:not(:first-child), .text-tmp.title-dec-24 h4:not(:first-child), .text-tmp.title-dec-24 h5:not(:first-child), .text-tmp.title-dec-24 h6:not(:first-child), .text-tmp.title-24 h1, .text-tmp.title-24 h2, .text-tmp.title-24 h3, .text-tmp.title-24 h4, .text-tmp.title-24 h5, .text-tmp.title-24 h6 {
    font-size: calc(20px + 4 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-26 p, .text-tmp.txt-26 li, .text-tmp.title-dec-26 h1:not(:first-child), .text-tmp.title-dec-26 h2:not(:first-child), .text-tmp.title-dec-26 h3:not(:first-child), .text-tmp.title-dec-26 h4:not(:first-child), .text-tmp.title-dec-26 h5:not(:first-child), .text-tmp.title-dec-26 h6:not(:first-child), .text-tmp.title-26 h1, .text-tmp.title-26 h2, .text-tmp.title-26 h3, .text-tmp.title-26 h4, .text-tmp.title-26 h5, .text-tmp.title-26 h6 {
  font-size: 26px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-26 p, .text-tmp.txt-26 li, .text-tmp.title-dec-26 h1:not(:first-child), .text-tmp.title-dec-26 h2:not(:first-child), .text-tmp.title-dec-26 h3:not(:first-child), .text-tmp.title-dec-26 h4:not(:first-child), .text-tmp.title-dec-26 h5:not(:first-child), .text-tmp.title-dec-26 h6:not(:first-child), .text-tmp.title-26 h1, .text-tmp.title-26 h2, .text-tmp.title-26 h3, .text-tmp.title-26 h4, .text-tmp.title-26 h5, .text-tmp.title-26 h6 {
    font-size: calc(20px + 6 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-f-28 > p:nth-of-type(1), .text-tmp.txt-28 p, .text-tmp.txt-28 li, .text-tmp.title-dec-28 h1:not(:first-child), .text-tmp.title-dec-28 h2:not(:first-child), .text-tmp.title-dec-28 h3:not(:first-child), .text-tmp.title-dec-28 h4:not(:first-child), .text-tmp.title-dec-28 h5:not(:first-child), .text-tmp.title-dec-28 h6:not(:first-child), .text-tmp.title-28 h1, .text-tmp.title-28 h2, .text-tmp.title-28 h3, .text-tmp.title-28 h4, .text-tmp.title-28 h5, .text-tmp.title-28 h6 {
  font-size: 28px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-f-28 > p:nth-of-type(1), .text-tmp.txt-28 p, .text-tmp.txt-28 li, .text-tmp.title-dec-28 h1:not(:first-child), .text-tmp.title-dec-28 h2:not(:first-child), .text-tmp.title-dec-28 h3:not(:first-child), .text-tmp.title-dec-28 h4:not(:first-child), .text-tmp.title-dec-28 h5:not(:first-child), .text-tmp.title-dec-28 h6:not(:first-child), .text-tmp.title-28 h1, .text-tmp.title-28 h2, .text-tmp.title-28 h3, .text-tmp.title-28 h4, .text-tmp.title-28 h5, .text-tmp.title-28 h6 {
    font-size: calc(20px + 8 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-30 p, .text-tmp.txt-30 li, .text-tmp.title-dec-30 h1:not(:first-child), .text-tmp.title-dec-30 h2:not(:first-child), .text-tmp.title-dec-30 h3:not(:first-child), .text-tmp.title-dec-30 h4:not(:first-child), .text-tmp.title-dec-30 h5:not(:first-child), .text-tmp.title-dec-30 h6:not(:first-child), .text-tmp.title-30 h1, .text-tmp.title-30 h2, .text-tmp.title-30 h3, .text-tmp.title-30 h4, .text-tmp.title-30 h5, .text-tmp.title-30 h6 {
  font-size: 30px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-30 p, .text-tmp.txt-30 li, .text-tmp.title-dec-30 h1:not(:first-child), .text-tmp.title-dec-30 h2:not(:first-child), .text-tmp.title-dec-30 h3:not(:first-child), .text-tmp.title-dec-30 h4:not(:first-child), .text-tmp.title-dec-30 h5:not(:first-child), .text-tmp.title-dec-30 h6:not(:first-child), .text-tmp.title-30 h1, .text-tmp.title-30 h2, .text-tmp.title-30 h3, .text-tmp.title-30 h4, .text-tmp.title-30 h5, .text-tmp.title-30 h6 {
    font-size: calc(20px + 10 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-32 p, .text-tmp.txt-32 li, .text-tmp.title-dec-32 h1:not(:first-child), .text-tmp.title-dec-32 h2:not(:first-child), .text-tmp.title-dec-32 h3:not(:first-child), .text-tmp.title-dec-32 h4:not(:first-child), .text-tmp.title-dec-32 h5:not(:first-child), .text-tmp.title-dec-32 h6:not(:first-child), .text-tmp.title-32 h1, .text-tmp.title-32 h2, .text-tmp.title-32 h3, .text-tmp.title-32 h4, .text-tmp.title-32 h5, .text-tmp.title-32 h6 {
  font-size: 32px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-32 p, .text-tmp.txt-32 li, .text-tmp.title-dec-32 h1:not(:first-child), .text-tmp.title-dec-32 h2:not(:first-child), .text-tmp.title-dec-32 h3:not(:first-child), .text-tmp.title-dec-32 h4:not(:first-child), .text-tmp.title-dec-32 h5:not(:first-child), .text-tmp.title-dec-32 h6:not(:first-child), .text-tmp.title-32 h1, .text-tmp.title-32 h2, .text-tmp.title-32 h3, .text-tmp.title-32 h4, .text-tmp.title-32 h5, .text-tmp.title-32 h6 {
    font-size: calc(20.6451612903px + 11.3548387097 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-34 p, .text-tmp.txt-34 li, .text-tmp.title-dec-34 h1:not(:first-child), .text-tmp.title-dec-34 h2:not(:first-child), .text-tmp.title-dec-34 h3:not(:first-child), .text-tmp.title-dec-34 h4:not(:first-child), .text-tmp.title-dec-34 h5:not(:first-child), .text-tmp.title-dec-34 h6:not(:first-child), .text-tmp.title-34 h1, .text-tmp.title-34 h2, .text-tmp.title-34 h3, .text-tmp.title-34 h4, .text-tmp.title-34 h5, .text-tmp.title-34 h6 {
  font-size: 34px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-34 p, .text-tmp.txt-34 li, .text-tmp.title-dec-34 h1:not(:first-child), .text-tmp.title-dec-34 h2:not(:first-child), .text-tmp.title-dec-34 h3:not(:first-child), .text-tmp.title-dec-34 h4:not(:first-child), .text-tmp.title-dec-34 h5:not(:first-child), .text-tmp.title-dec-34 h6:not(:first-child), .text-tmp.title-34 h1, .text-tmp.title-34 h2, .text-tmp.title-34 h3, .text-tmp.title-34 h4, .text-tmp.title-34 h5, .text-tmp.title-34 h6 {
    font-size: calc(21.935483871px + 12.064516129 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-36 p, .text-tmp.txt-36 li, .text-tmp.title-dec-36 h1:not(:first-child), .text-tmp.title-dec-36 h2:not(:first-child), .text-tmp.title-dec-36 h3:not(:first-child), .text-tmp.title-dec-36 h4:not(:first-child), .text-tmp.title-dec-36 h5:not(:first-child), .text-tmp.title-dec-36 h6:not(:first-child), .text-tmp.title-36 h1, .text-tmp.title-36 h2, .text-tmp.title-36 h3, .text-tmp.title-36 h4, .text-tmp.title-36 h5, .text-tmp.title-36 h6 {
  font-size: 36px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-36 p, .text-tmp.txt-36 li, .text-tmp.title-dec-36 h1:not(:first-child), .text-tmp.title-dec-36 h2:not(:first-child), .text-tmp.title-dec-36 h3:not(:first-child), .text-tmp.title-dec-36 h4:not(:first-child), .text-tmp.title-dec-36 h5:not(:first-child), .text-tmp.title-dec-36 h6:not(:first-child), .text-tmp.title-36 h1, .text-tmp.title-36 h2, .text-tmp.title-36 h3, .text-tmp.title-36 h4, .text-tmp.title-36 h5, .text-tmp.title-36 h6 {
    font-size: calc(22.5px + 13.5 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-38 p, .text-tmp.txt-38 li, .text-tmp.title-dec-38 h1:not(:first-child), .text-tmp.title-dec-38 h2:not(:first-child), .text-tmp.title-dec-38 h3:not(:first-child), .text-tmp.title-dec-38 h4:not(:first-child), .text-tmp.title-dec-38 h5:not(:first-child), .text-tmp.title-dec-38 h6:not(:first-child), .text-tmp.title-38 h1, .text-tmp.title-38 h2, .text-tmp.title-38 h3, .text-tmp.title-38 h4, .text-tmp.title-38 h5, .text-tmp.title-38 h6 {
  font-size: 38px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-38 p, .text-tmp.txt-38 li, .text-tmp.title-dec-38 h1:not(:first-child), .text-tmp.title-dec-38 h2:not(:first-child), .text-tmp.title-dec-38 h3:not(:first-child), .text-tmp.title-dec-38 h4:not(:first-child), .text-tmp.title-dec-38 h5:not(:first-child), .text-tmp.title-dec-38 h6:not(:first-child), .text-tmp.title-38 h1, .text-tmp.title-38 h2, .text-tmp.title-38 h3, .text-tmp.title-38 h4, .text-tmp.title-38 h5, .text-tmp.title-38 h6 {
    font-size: calc(23.75px + 14.25 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-40 p, .text-tmp.txt-40 li, .text-tmp.title-dec-40 h1:not(:first-child), .text-tmp.title-dec-40 h2:not(:first-child), .text-tmp.title-dec-40 h3:not(:first-child), .text-tmp.title-dec-40 h4:not(:first-child), .text-tmp.title-dec-40 h5:not(:first-child), .text-tmp.title-dec-40 h6:not(:first-child), .text-tmp.title-40 h1, .text-tmp.title-40 h2, .text-tmp.title-40 h3, .text-tmp.title-40 h4, .text-tmp.title-40 h5, .text-tmp.title-40 h6 {
  font-size: 40px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-40 p, .text-tmp.txt-40 li, .text-tmp.title-dec-40 h1:not(:first-child), .text-tmp.title-dec-40 h2:not(:first-child), .text-tmp.title-dec-40 h3:not(:first-child), .text-tmp.title-dec-40 h4:not(:first-child), .text-tmp.title-dec-40 h5:not(:first-child), .text-tmp.title-dec-40 h6:not(:first-child), .text-tmp.title-40 h1, .text-tmp.title-40 h2, .text-tmp.title-40 h3, .text-tmp.title-40 h4, .text-tmp.title-40 h5, .text-tmp.title-40 h6 {
    font-size: calc(22.2222222222px + 17.7777777778 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-42 p, .text-tmp.txt-42 li, .text-tmp.title-dec-42 h1:not(:first-child), .text-tmp.title-dec-42 h2:not(:first-child), .text-tmp.title-dec-42 h3:not(:first-child), .text-tmp.title-dec-42 h4:not(:first-child), .text-tmp.title-dec-42 h5:not(:first-child), .text-tmp.title-dec-42 h6:not(:first-child), .text-tmp.title-42 h1, .text-tmp.title-42 h2, .text-tmp.title-42 h3, .text-tmp.title-42 h4, .text-tmp.title-42 h5, .text-tmp.title-42 h6 {
  font-size: 42px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-42 p, .text-tmp.txt-42 li, .text-tmp.title-dec-42 h1:not(:first-child), .text-tmp.title-dec-42 h2:not(:first-child), .text-tmp.title-dec-42 h3:not(:first-child), .text-tmp.title-dec-42 h4:not(:first-child), .text-tmp.title-dec-42 h5:not(:first-child), .text-tmp.title-dec-42 h6:not(:first-child), .text-tmp.title-42 h1, .text-tmp.title-42 h2, .text-tmp.title-42 h3, .text-tmp.title-42 h4, .text-tmp.title-42 h5, .text-tmp.title-42 h6 {
    font-size: calc(23.3333333333px + 18.6666666667 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-44 p, .text-tmp.txt-44 li, .text-tmp.title-dec-44 h1:not(:first-child), .text-tmp.title-dec-44 h2:not(:first-child), .text-tmp.title-dec-44 h3:not(:first-child), .text-tmp.title-dec-44 h4:not(:first-child), .text-tmp.title-dec-44 h5:not(:first-child), .text-tmp.title-dec-44 h6:not(:first-child), .text-tmp.title-44 h1, .text-tmp.title-44 h2, .text-tmp.title-44 h3, .text-tmp.title-44 h4, .text-tmp.title-44 h5, .text-tmp.title-44 h6 {
  font-size: 44px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-44 p, .text-tmp.txt-44 li, .text-tmp.title-dec-44 h1:not(:first-child), .text-tmp.title-dec-44 h2:not(:first-child), .text-tmp.title-dec-44 h3:not(:first-child), .text-tmp.title-dec-44 h4:not(:first-child), .text-tmp.title-dec-44 h5:not(:first-child), .text-tmp.title-dec-44 h6:not(:first-child), .text-tmp.title-44 h1, .text-tmp.title-44 h2, .text-tmp.title-44 h3, .text-tmp.title-44 h4, .text-tmp.title-44 h5, .text-tmp.title-44 h6 {
    font-size: calc(24.4444444444px + 19.5555555556 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-46 p, .text-tmp.txt-46 li, .text-tmp.title-dec-46 h1:not(:first-child), .text-tmp.title-dec-46 h2:not(:first-child), .text-tmp.title-dec-46 h3:not(:first-child), .text-tmp.title-dec-46 h4:not(:first-child), .text-tmp.title-dec-46 h5:not(:first-child), .text-tmp.title-dec-46 h6:not(:first-child), .text-tmp.title-46 h1, .text-tmp.title-46 h2, .text-tmp.title-46 h3, .text-tmp.title-46 h4, .text-tmp.title-46 h5, .text-tmp.title-46 h6 {
  font-size: 46px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-46 p, .text-tmp.txt-46 li, .text-tmp.title-dec-46 h1:not(:first-child), .text-tmp.title-dec-46 h2:not(:first-child), .text-tmp.title-dec-46 h3:not(:first-child), .text-tmp.title-dec-46 h4:not(:first-child), .text-tmp.title-dec-46 h5:not(:first-child), .text-tmp.title-dec-46 h6:not(:first-child), .text-tmp.title-46 h1, .text-tmp.title-46 h2, .text-tmp.title-46 h3, .text-tmp.title-46 h4, .text-tmp.title-46 h5, .text-tmp.title-46 h6 {
    font-size: calc(25.5555555556px + 20.4444444444 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-48 p, .text-tmp.txt-48 li, .text-tmp.title-dec-48 h1:not(:first-child), .text-tmp.title-dec-48 h2:not(:first-child), .text-tmp.title-dec-48 h3:not(:first-child), .text-tmp.title-dec-48 h4:not(:first-child), .text-tmp.title-dec-48 h5:not(:first-child), .text-tmp.title-dec-48 h6:not(:first-child), .text-tmp.title-48 h1, .text-tmp.title-48 h2, .text-tmp.title-48 h3, .text-tmp.title-48 h4, .text-tmp.title-48 h5, .text-tmp.title-48 h6 {
  font-size: 48px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-48 p, .text-tmp.txt-48 li, .text-tmp.title-dec-48 h1:not(:first-child), .text-tmp.title-dec-48 h2:not(:first-child), .text-tmp.title-dec-48 h3:not(:first-child), .text-tmp.title-dec-48 h4:not(:first-child), .text-tmp.title-dec-48 h5:not(:first-child), .text-tmp.title-dec-48 h6:not(:first-child), .text-tmp.title-48 h1, .text-tmp.title-48 h2, .text-tmp.title-48 h3, .text-tmp.title-48 h4, .text-tmp.title-48 h5, .text-tmp.title-48 h6 {
    font-size: calc(26.6666666667px + 21.3333333333 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-50 p, .text-tmp.txt-50 li, .text-tmp.title-dec-50 h1:not(:first-child), .text-tmp.title-dec-50 h2:not(:first-child), .text-tmp.title-dec-50 h3:not(:first-child), .text-tmp.title-dec-50 h4:not(:first-child), .text-tmp.title-dec-50 h5:not(:first-child), .text-tmp.title-dec-50 h6:not(:first-child), .text-tmp.title-50 h1, .text-tmp.title-50 h2, .text-tmp.title-50 h3, .text-tmp.title-50 h4, .text-tmp.title-50 h5, .text-tmp.title-50 h6 {
  font-size: 50px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-50 p, .text-tmp.txt-50 li, .text-tmp.title-dec-50 h1:not(:first-child), .text-tmp.title-dec-50 h2:not(:first-child), .text-tmp.title-dec-50 h3:not(:first-child), .text-tmp.title-dec-50 h4:not(:first-child), .text-tmp.title-dec-50 h5:not(:first-child), .text-tmp.title-dec-50 h6:not(:first-child), .text-tmp.title-50 h1, .text-tmp.title-50 h2, .text-tmp.title-50 h3, .text-tmp.title-50 h4, .text-tmp.title-50 h5, .text-tmp.title-50 h6 {
    font-size: calc(27.7777777778px + 22.2222222222 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-52 p, .text-tmp.txt-52 li, .text-tmp.title-dec-52 h1:not(:first-child), .text-tmp.title-dec-52 h2:not(:first-child), .text-tmp.title-dec-52 h3:not(:first-child), .text-tmp.title-dec-52 h4:not(:first-child), .text-tmp.title-dec-52 h5:not(:first-child), .text-tmp.title-dec-52 h6:not(:first-child), .text-tmp.title-52 h1, .text-tmp.title-52 h2, .text-tmp.title-52 h3, .text-tmp.title-52 h4, .text-tmp.title-52 h5, .text-tmp.title-52 h6 {
  font-size: 52px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-52 p, .text-tmp.txt-52 li, .text-tmp.title-dec-52 h1:not(:first-child), .text-tmp.title-dec-52 h2:not(:first-child), .text-tmp.title-dec-52 h3:not(:first-child), .text-tmp.title-dec-52 h4:not(:first-child), .text-tmp.title-dec-52 h5:not(:first-child), .text-tmp.title-dec-52 h6:not(:first-child), .text-tmp.title-52 h1, .text-tmp.title-52 h2, .text-tmp.title-52 h3, .text-tmp.title-52 h4, .text-tmp.title-52 h5, .text-tmp.title-52 h6 {
    font-size: calc(28.8888888889px + 23.1111111111 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-54 p, .text-tmp.txt-54 li, .text-tmp.title-dec-54 h1:not(:first-child), .text-tmp.title-dec-54 h2:not(:first-child), .text-tmp.title-dec-54 h3:not(:first-child), .text-tmp.title-dec-54 h4:not(:first-child), .text-tmp.title-dec-54 h5:not(:first-child), .text-tmp.title-dec-54 h6:not(:first-child), .text-tmp.title-54 h1, .text-tmp.title-54 h2, .text-tmp.title-54 h3, .text-tmp.title-54 h4, .text-tmp.title-54 h5, .text-tmp.title-54 h6 {
  font-size: 54px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-54 p, .text-tmp.txt-54 li, .text-tmp.title-dec-54 h1:not(:first-child), .text-tmp.title-dec-54 h2:not(:first-child), .text-tmp.title-dec-54 h3:not(:first-child), .text-tmp.title-dec-54 h4:not(:first-child), .text-tmp.title-dec-54 h5:not(:first-child), .text-tmp.title-dec-54 h6:not(:first-child), .text-tmp.title-54 h1, .text-tmp.title-54 h2, .text-tmp.title-54 h3, .text-tmp.title-54 h4, .text-tmp.title-54 h5, .text-tmp.title-54 h6 {
    font-size: calc(30px + 24 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-56 p, .text-tmp.txt-56 li, .text-tmp.title-dec-56 h1:not(:first-child), .text-tmp.title-dec-56 h2:not(:first-child), .text-tmp.title-dec-56 h3:not(:first-child), .text-tmp.title-dec-56 h4:not(:first-child), .text-tmp.title-dec-56 h5:not(:first-child), .text-tmp.title-dec-56 h6:not(:first-child), .text-tmp.title-56 h1, .text-tmp.title-56 h2, .text-tmp.title-56 h3, .text-tmp.title-56 h4, .text-tmp.title-56 h5, .text-tmp.title-56 h6 {
  font-size: 56px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-56 p, .text-tmp.txt-56 li, .text-tmp.title-dec-56 h1:not(:first-child), .text-tmp.title-dec-56 h2:not(:first-child), .text-tmp.title-dec-56 h3:not(:first-child), .text-tmp.title-dec-56 h4:not(:first-child), .text-tmp.title-dec-56 h5:not(:first-child), .text-tmp.title-dec-56 h6:not(:first-child), .text-tmp.title-56 h1, .text-tmp.title-56 h2, .text-tmp.title-56 h3, .text-tmp.title-56 h4, .text-tmp.title-56 h5, .text-tmp.title-56 h6 {
    font-size: calc(31.1111111111px + 24.8888888889 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-58 p, .text-tmp.txt-58 li, .text-tmp.title-dec-58 h1:not(:first-child), .text-tmp.title-dec-58 h2:not(:first-child), .text-tmp.title-dec-58 h3:not(:first-child), .text-tmp.title-dec-58 h4:not(:first-child), .text-tmp.title-dec-58 h5:not(:first-child), .text-tmp.title-dec-58 h6:not(:first-child), .text-tmp.title-58 h1, .text-tmp.title-58 h2, .text-tmp.title-58 h3, .text-tmp.title-58 h4, .text-tmp.title-58 h5, .text-tmp.title-58 h6 {
  font-size: 58px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-58 p, .text-tmp.txt-58 li, .text-tmp.title-dec-58 h1:not(:first-child), .text-tmp.title-dec-58 h2:not(:first-child), .text-tmp.title-dec-58 h3:not(:first-child), .text-tmp.title-dec-58 h4:not(:first-child), .text-tmp.title-dec-58 h5:not(:first-child), .text-tmp.title-dec-58 h6:not(:first-child), .text-tmp.title-58 h1, .text-tmp.title-58 h2, .text-tmp.title-58 h3, .text-tmp.title-58 h4, .text-tmp.title-58 h5, .text-tmp.title-58 h6 {
    font-size: calc(32.2222222222px + 25.7777777778 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-60 p, .text-tmp.txt-60 li, .text-tmp.title-dec-60 h1:not(:first-child), .text-tmp.title-dec-60 h2:not(:first-child), .text-tmp.title-dec-60 h3:not(:first-child), .text-tmp.title-dec-60 h4:not(:first-child), .text-tmp.title-dec-60 h5:not(:first-child), .text-tmp.title-dec-60 h6:not(:first-child), .text-tmp.title-60 h1, .text-tmp.title-60 h2, .text-tmp.title-60 h3, .text-tmp.title-60 h4, .text-tmp.title-60 h5, .text-tmp.title-60 h6 {
  font-size: 60px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-60 p, .text-tmp.txt-60 li, .text-tmp.title-dec-60 h1:not(:first-child), .text-tmp.title-dec-60 h2:not(:first-child), .text-tmp.title-dec-60 h3:not(:first-child), .text-tmp.title-dec-60 h4:not(:first-child), .text-tmp.title-dec-60 h5:not(:first-child), .text-tmp.title-dec-60 h6:not(:first-child), .text-tmp.title-60 h1, .text-tmp.title-60 h2, .text-tmp.title-60 h3, .text-tmp.title-60 h4, .text-tmp.title-60 h5, .text-tmp.title-60 h6 {
    font-size: calc(33.3333333333px + 26.6666666667 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-62 p, .text-tmp.txt-62 li, .text-tmp.title-dec-62 h1:not(:first-child), .text-tmp.title-dec-62 h2:not(:first-child), .text-tmp.title-dec-62 h3:not(:first-child), .text-tmp.title-dec-62 h4:not(:first-child), .text-tmp.title-dec-62 h5:not(:first-child), .text-tmp.title-dec-62 h6:not(:first-child), .text-tmp.title-62 h1, .text-tmp.title-62 h2, .text-tmp.title-62 h3, .text-tmp.title-62 h4, .text-tmp.title-62 h5, .text-tmp.title-62 h6 {
  font-size: 62px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-62 p, .text-tmp.txt-62 li, .text-tmp.title-dec-62 h1:not(:first-child), .text-tmp.title-dec-62 h2:not(:first-child), .text-tmp.title-dec-62 h3:not(:first-child), .text-tmp.title-dec-62 h4:not(:first-child), .text-tmp.title-dec-62 h5:not(:first-child), .text-tmp.title-dec-62 h6:not(:first-child), .text-tmp.title-62 h1, .text-tmp.title-62 h2, .text-tmp.title-62 h3, .text-tmp.title-62 h4, .text-tmp.title-62 h5, .text-tmp.title-62 h6 {
    font-size: calc(34.4444444444px + 27.5555555556 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-64 p, .text-tmp.txt-64 li, .text-tmp.title-dec-64 h1:not(:first-child), .text-tmp.title-dec-64 h2:not(:first-child), .text-tmp.title-dec-64 h3:not(:first-child), .text-tmp.title-dec-64 h4:not(:first-child), .text-tmp.title-dec-64 h5:not(:first-child), .text-tmp.title-dec-64 h6:not(:first-child), .text-tmp.title-64 h1, .text-tmp.title-64 h2, .text-tmp.title-64 h3, .text-tmp.title-64 h4, .text-tmp.title-64 h5, .text-tmp.title-64 h6 {
  font-size: 64px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-64 p, .text-tmp.txt-64 li, .text-tmp.title-dec-64 h1:not(:first-child), .text-tmp.title-dec-64 h2:not(:first-child), .text-tmp.title-dec-64 h3:not(:first-child), .text-tmp.title-dec-64 h4:not(:first-child), .text-tmp.title-dec-64 h5:not(:first-child), .text-tmp.title-dec-64 h6:not(:first-child), .text-tmp.title-64 h1, .text-tmp.title-64 h2, .text-tmp.title-64 h3, .text-tmp.title-64 h4, .text-tmp.title-64 h5, .text-tmp.title-64 h6 {
    font-size: calc(35.5555555556px + 28.4444444444 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.txt-66 p, .text-tmp.txt-66 li, .text-tmp.title-dec-66 h1:not(:first-child), .text-tmp.title-dec-66 h2:not(:first-child), .text-tmp.title-dec-66 h3:not(:first-child), .text-tmp.title-dec-66 h4:not(:first-child), .text-tmp.title-dec-66 h5:not(:first-child), .text-tmp.title-dec-66 h6:not(:first-child), .text-tmp.title-66 h1, .text-tmp.title-66 h2, .text-tmp.title-66 h3, .text-tmp.title-66 h4, .text-tmp.title-66 h5, .text-tmp.title-66 h6 {
  font-size: 66px;
}
@media screen and (max-width: 1536px) {
  .text-tmp.txt-66 p, .text-tmp.txt-66 li, .text-tmp.title-dec-66 h1:not(:first-child), .text-tmp.title-dec-66 h2:not(:first-child), .text-tmp.title-dec-66 h3:not(:first-child), .text-tmp.title-dec-66 h4:not(:first-child), .text-tmp.title-dec-66 h5:not(:first-child), .text-tmp.title-dec-66 h6:not(:first-child), .text-tmp.title-66 h1, .text-tmp.title-66 h2, .text-tmp.title-66 h3, .text-tmp.title-66 h4, .text-tmp.title-66 h5, .text-tmp.title-66 h6 {
    font-size: calc(36.6666666667px + 29.3333333333 * ((100vw - 320px) / 1216));
  }
}

.text-tmp.gap-all-0 {
  gap: 0px;
}
.text-tmp.gap-all-10 {
  gap: 10px;
}
.text-tmp.gap-all-30 {
  gap: 30px;
}
.text-tmp.color-white * {
  color: #fff;
}
.text-tmp.all-center > * {
  text-align: center;
}
.text-tmp.title-tt-up h1, .text-tmp.title-tt-up h2, .text-tmp.title-tt-up h3, .text-tmp.title-tt-up h4, .text-tmp.title-tt-up h5, .text-tmp.title-tt-up h6 {
  text-transform: uppercase;
}
.text-tmp.title-fw-400 h1, .text-tmp.title-fw-400 h2, .text-tmp.title-fw-400 h3, .text-tmp.title-fw-400 h4, .text-tmp.title-fw-400 h5, .text-tmp.title-fw-400 h6 {
  font-weight: var(--weight-m-400);
}
.text-tmp.title-fw-500 h1, .text-tmp.title-fw-500 h2, .text-tmp.title-fw-500 h3, .text-tmp.title-fw-500 h4, .text-tmp.title-fw-500 h5, .text-tmp.title-fw-500 h6 {
  font-weight: var(--weight-m-500);
}
.text-tmp.txt-fw-500 p, .text-tmp.txt-fw-500 li {
  font-weight: var(--weight-m-500);
}
.text-tmp.txt-fw-700 p, .text-tmp.txt-fw-700 li {
  font-weight: var(--weight-m-700);
}
.text-tmp.txt-color-white-07 p, .text-tmp.txt-color-white-07 li {
  color: rgba(255, 255, 255, 0.7) !important;
}
.text-tmp.txt-color-accent p a, .text-tmp.txt-color-accent li a {
  color: #20272c;
}
.text-tmp.txt-color-accent-2 p, .text-tmp.txt-color-accent-2 li {
  color: #63686c;
}
.text-tmp.list-decor ul li, .text-tmp.list-decor ol li {
  position: relative;
  list-style: none;
  padding-left: 1.6em;
}
.text-tmp.list-decor ul li::before, .text-tmp.list-decor ol li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  width: 20px;
  height: 20px;
  background: #f12938;
  border-radius: 2px 6px 2px 6px;
}
.text-tmp.u-shaped {
  flex-direction: row;
  flex-wrap: wrap;
}
.text-tmp.u-shaped > h1, .text-tmp.u-shaped > h2, .text-tmp.u-shaped > h3, .text-tmp.u-shaped > h4, .text-tmp.u-shaped > h5, .text-tmp.u-shaped > h6 {
  width: 100%;
}
.text-tmp.u-shaped > * {
  width: calc(50% - 20px);
  flex-grow: 1;
}
.text-tmp.u-shaped > *:first-child {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .text-tmp.u-shaped > * {
    width: 100%;
  }
}
.text-tmp__fr-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 600px) {
  .text-tmp__fr-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.text-tmp__fr-2.not-equil {
  grid-template-columns: 0.7fr 1.3fr;
}
@media screen and (max-width: 600px) {
  .text-tmp__fr-2.not-equil {
    grid-template-columns: repeat(1, 1fr);
  }
}
.text-tmp {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.text-tmp p > a {
  font-weight: var(--weight-m-500);
  color: #3f93df;
  text-decoration: underline;
}
.text-tmp p > a:hover {
  text-decoration: none;
}
.text-tmp ol {
  list-style: decimal;
}
.text-tmp ol li {
  width: 100%;
  list-style-position: inside;
}
.text-tmp ol li > a {
  font-weight: var(--weight-m-500);
  color: #3f93df;
  text-decoration: underline;
}
.text-tmp ol li > a:hover {
  text-decoration: none;
}
.text-tmp ol li:not(:last-child) {
  margin-bottom: 8px;
}
.text-tmp ul {
  list-style: disc;
}
.text-tmp ul li {
  width: 100%;
  list-style-position: inside;
}
.text-tmp ul li > a {
  font-weight: var(--weight-m-500);
  color: #3f93df;
  text-decoration: underline;
}
.text-tmp ul li > a:hover {
  text-decoration: none;
}
.text-tmp ul li:not(:last-child) {
  margin-bottom: 8px;
}
.text-tmp img, .text-tmp video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-tmp iframe {
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-tmp .table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.text-tmp .table-wrapper table {
  width: 100% !important;
  min-width: 1024px;
}
.text-tmp .table-wrapper table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
.text-tmp .table-wrapper table td {
  padding: 10px;
  background: transparent !important;
  font-family: var(--font-m);
}
.text-tmp .table-wrapper table td * {
  font-family: var(--font-m);
  background: transparent !important;
}

.btn {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  min-width: 320px;
  min-height: 60px;
  padding: 1.063rem 2rem;
  gap: 4px;
  border: 3px solid transparent;
  will-change: transform;
  text-transform: uppercase;
  font-family: var(--font-m);
  font-weight: var(--weight-m-700);
  color: #fff;
  line-height: 1;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.3s background, 0.3s border-color, 0.3s color;
  transition-timing-function: ease;
}
.btn svg {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  transition: 0.3s fill ease;
}
@media screen and (max-width: 600px) {
  .btn {
    min-width: 250px;
    min-height: 48px;
    padding: 0.625rem 2rem;
    font-size: 14px;
  }
}
.btn.not-hover {
  pointer-events: none;
}

.btn.small {
  min-width: -moz-max-content;
  min-width: max-content;
  text-transform: none;
  font-weight: var(--weight-m-500);
}
.btn.full {
  width: 100%;
}
.btn.accent {
  border-color: #20272c;
  background: #20272c;
  color: #fff;
}
.btn.accent.active {
  background: #fff;
  border-color: #fff;
  color: #20272c;
}
@media (hover) {
  .btn.accent:hover {
    background: #fff;
    border-color: #fff;
    color: #20272c;
  }
}
.btn.accent.transparent {
  background: #fff;
  border-color: #20272c;
  color: #20272c;
}
@media (hover) {
  .btn.accent.transparent:hover {
    background: #20272c;
    border-color: #20272c;
    color: #fff;
  }
}
.btn.accent-3 {
  border-color: #f4f4f4;
  background: #f4f4f4;
  color: #20272c;
}
.btn.accent-3.active {
  background: #20272c;
  border-color: #20272c;
  color: #fff;
}
@media (hover) {
  .btn.accent-3:hover {
    background: #20272c;
    border-color: #20272c;
    color: #fff;
  }
}
.btn.accent-5 {
  border-color: #f12938;
  background: #f12938;
  color: #fff;
}
@media (hover) {
  .btn.accent-5:hover {
    background: #ff5966;
    border-color: #ff5966;
  }
  .btn.accent-5:hover > * {
    transform: translateX(-5px);
  }
  .btn.accent-5:hover > *::after {
    opacity: 1;
    transform: translateX(5px);
  }
}
.btn.accent-5 > * {
  position: relative;
  display: flex;
  align-items: center;
}
.btn.accent-5 > *::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,                 <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="white"><path d="M647-440H160v-80h487L423-744l57-56 320 320-320 320-57-56 224-224Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: translateX(-10px);
  opacity: 0;
}
.btn.accent-5.transparent {
  background: transparent;
}
@media (hover) {
  .btn.accent-5.transparent:hover {
    background: #f12938;
    border-color: #f12938;
  }
}

.btn-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
}
@media (hover) {
  .btn-arrow:hover {
    transform: rotate(-45deg) scale(1.2);
    background: #f12938;
  }
  .btn-arrow:hover > *::after {
    background-image: url('data:image/svg+xml,                     <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="white"><path d="M647-440H160v-80h487L423-744l57-56 320 320-320 320-57-56 224-224Z"/></svg>');
  }
}
.btn-arrow > * {
  width: 32px;
  height: 32px;
}

.pagination {
  display: flex;
  padding: 5px 10px;
  gap: 5px;
  background: #f4f4f4;
}
@media screen and (max-width: 350px) {
  .pagination {
    gap: 2px;
  }
}
.pagination > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  color: #20272c;
  transition: 0.3s all ease;
}
@media screen and (max-width: 420px) {
  .pagination > * {
    width: 34px;
    height: 34px;
    font-size: 0.875rem;
  }
}
.pagination > * svg {
  width: 50%;
  height: 50%;
  fill: #20272c;
  transition: 0.3s all ease;
}
@media (hover) {
  .pagination > *:hover {
    border-color: #f12938;
    background: #f12938;
    color: #fff;
  }
  .pagination > *:hover svg {
    fill: #fff;
  }
}
.pagination > *.active {
  border-color: #f12938;
  background: #f12938;
  color: #fff;
}
.pagination span {
  pointer-events: none;
}

.burger-btn_short, .burger-btn_cross-deg, .burger-btn_cross {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: 0.3s all linear;
}
.burger-btn_short::before, .burger-btn_cross-deg::before, .burger-btn_cross::before, .burger-btn_short::after, .burger-btn_cross-deg::after, .burger-btn_cross::after {
  content: "";
  position: absolute;
  left: 0;
}
.burger-btn_short::before, .burger-btn_cross-deg::before, .burger-btn_cross::before {
  transform: translateY(-10px);
}
.burger-btn_short::after, .burger-btn_cross-deg::after, .burger-btn_cross::after {
  transform: translateY(10px);
}
.burger-btn_short::before, .burger-btn_cross-deg::before, .burger-btn_cross::before, .burger-btn_short::after, .burger-btn_cross-deg::after, .burger-btn_cross::after, .burger-btn_short .burger-btn__item, .burger-btn_cross-deg .burger-btn__item, .burger-btn_cross .burger-btn__item {
  width: 100%;
  height: 4px;
  background: #20272c;
  will-change: transform;
  pointer-events: none;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.burger-btn_cross .burger-btn__item {
  width: 60%;
}
.burger-btn_cross.active::before {
  transform: translateY(0px) rotate(45deg);
}
.burger-btn_cross.active::after {
  transform: translateY(0) rotate(-45deg);
}
.burger-btn_cross.active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.burger-btn_cross-deg .burger-btn__item {
  width: 100%;
}
.burger-btn_cross-deg.active::before {
  transform: translateY(0px) rotate(225deg);
}
.burger-btn_cross-deg.active::after {
  transform: translateY(0) rotate(-225deg);
}
.burger-btn_cross-deg.active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.burger-btn_short::before {
  width: 50%;
}
.burger-btn_short::after {
  width: 30%;
}
.burger-btn_short .burger-btn__item {
  width: 100%;
  transform: translateX(0);
}
.burger-btn_short.active::before {
  width: 100%;
  transform: translateY(0px) rotate(45deg);
}
.burger-btn_short.active::after {
  width: 100%;
  transform: translateY(0) rotate(315deg);
}
.burger-btn_short.active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.client-card {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.client-card::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.client-card img, .client-card svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (hover) {
  .client-card:hover img {
    filter: grayscale(0);
  }
}
.client-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(100%);
}
.client-card.active img {
  filter: grayscale(0);
}

.partner-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.partner-card__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  background-color: #f8f8f8;
}
.partner-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.partner-card__img img, .partner-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.partner-card__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
}

.card-link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (hover) {
  .card-link:hover img {
    transform: scale(1.04);
  }
  .card-link:hover .text-tmp > *::after {
    width: 100%;
  }
}
.card-link__desc {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(32, 39, 44, 0.4);
}
.card-link__desc .text-tmp {
  width: auto;
}
.card-link__desc .text-tmp > * {
  position: relative;
  width: auto;
}
.card-link__desc .text-tmp > *::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background: #fff;
}
.card-link__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.card-link__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 90%;
}
.card-link__img img, .card-link__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .portfolio-card {
    border-radius: 24px;
  }
}
@media (hover) {
  .portfolio-card:hover img {
    transform: scale(1.02);
  }
  .portfolio-card:hover .portfolio-card__footer .text-tmp > h1::after, .portfolio-card:hover .portfolio-card__footer .text-tmp > h2::after, .portfolio-card:hover .portfolio-card__footer .text-tmp > h3::after, .portfolio-card:hover .portfolio-card__footer .text-tmp > h4::after, .portfolio-card:hover .portfolio-card__footer .text-tmp > h5::after, .portfolio-card:hover .portfolio-card__footer .text-tmp > h6::after {
    width: 100% !important;
  }
}
.portfolio-card__desc {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px 60px;
  gap: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .portfolio-card__desc {
    padding: 30px 20px;
  }
}
.portfolio-card__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.portfolio-card__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0.625rem 1.125rem;
  background: rgba(255, 255, 255, 0.2);
}
.portfolio-card__tag > * {
  color: #fff;
}
.portfolio-card__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.portfolio-card__footer .text-tmp > h1, .portfolio-card__footer .text-tmp > h2, .portfolio-card__footer .text-tmp > h3, .portfolio-card__footer .text-tmp > h4, .portfolio-card__footer .text-tmp > h5, .portfolio-card__footer .text-tmp > h6 {
  position: relative;
  margin-right: auto;
}
.portfolio-card__footer .text-tmp > h1::after, .portfolio-card__footer .text-tmp > h2::after, .portfolio-card__footer .text-tmp > h3::after, .portfolio-card__footer .text-tmp > h4::after, .portfolio-card__footer .text-tmp > h5::after, .portfolio-card__footer .text-tmp > h6::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #fff;
}
.portfolio-card__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  min-height: 400px;
}
.portfolio-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 90%;
}
.portfolio-card__img img, .portfolio-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 430px;
  padding: 24px 32px;
  background: #20272c;
}
.text-card p {
  color: rgba(255, 255, 255, 0.7) !important;
}
@media (hover) {
  .text-card:hover {
    background: #2f3a42;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 24px 32px;
  gap: 120px;
  background: #f8f8f8;
}
@media screen and (max-width: 600px) {
  .service-card {
    padding: 24px 20px;
    gap: 60px;
  }
}
@media (hover) {
  .service-card:hover {
    box-shadow: 0px 4px 50px 0px rgba(15, 43, 68, 0.2);
  }
}
.service-card__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.in-price-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 330px;
  padding: 24px 32px;
  gap: 40px;
  background: #fff;
}
@media (hover) {
  .in-price-card:hover {
    opacity: 0.6;
  }
}
.in-price-card__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.in-price-card__desc .text-tmp > * {
  line-height: 1;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.contacts-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 32px;
  gap: 20px;
  background: #f8f8f8;
}
@media (hover) {
  .contacts-card:hover {
    box-shadow: 0px 4px 50px 0px rgba(15, 43, 68, 0.2);
  }
}
.contacts-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contacts-card ul li {
  color: #63686c;
}
.contacts-card ul li a {
  color: #63686c;
}
@media (hover) {
  .contacts-card ul li a:hover {
    color: #20272c;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media (hover) {
  .blog-card:hover .text-tmp > * {
    text-decoration: underline;
  }
}
.blog-card__head {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blog-card__tags {
  z-index: 1;
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
}
.blog-card__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-card__tags ul li {
  display: flex;
  padding: 10px 18px;
  line-height: 1;
  font-weight: var(--weight-m-500);
}
.blog-card__tags ul li:nth-child(1) {
  background: #fff;
  color: #20272c;
}
.blog-card__tags ul li:nth-child(2) {
  background: rgba(32, 39, 44, 0.3);
  color: #fff;
}
.blog-card__img {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.blog-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.blog-card__img img, .blog-card__img svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .blog-card__img {
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .blog-card__img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .blog-card__img img, .blog-card__img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.blog-card__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  width: 100%;
}
.form-fr-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.form-fr-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 600px) {
  .form-fr-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-fr-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 600px) {
  .form-fr-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-fr-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 600px) {
  .form-fr-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.checkbox__label {
  display: flex;
  align-items: center;
}
.checkbox__label p {
  margin-left: 10px;
  color: #63686c;
  font-weight: var(--weight-m-500);
  transition: 0.3s all ease;
}
.checkbox__label p a {
  color: #20272c;
  text-decoration: underline;
}
@media (hover) {
  .checkbox__label p a:hover {
    text-decoration: none;
  }
}
.checkbox__input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.checkbox__input:checked + .checkbox__content {
  background: #63686c;
  border-color: #63686c;
}
.checkbox__input:checked + .checkbox__content svg {
  opacity: 1;
}
.checkbox__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #63686c;
  transition: 0.3s all ease;
}
.checkbox__content svg {
  transition: 0.3s all ease;
  opacity: 0;
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}

.switch__label {
  position: relative;
  display: flex;
  align-items: center;
  width: 50px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3.125rem;
}
.switch__input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.switch__input:checked + .switch__content {
  transform: translateX(calc(100% + 16px));
  background: #27ae60;
}
.switch__content {
  position: absolute;
  left: 2px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000;
  will-change: transform;
  transition: 0.3s all ease;
}

.radio__label {
  display: flex;
  align-items: center;
}
.radio__input {
  width: 0;
  height: 0;
  opacity: 0;
}
.radio__input:checked + .radio__round {
  border-color: #000;
}
.radio__input:checked + .radio__round::after {
  opacity: 1;
}
.radio__round {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}
.radio__round::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s all ease;
}
.radio p {
  margin-left: 10px;
  font-size: 16px;
  color: #000;
  transition: 0.3s all ease;
}

.select-custom {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 16px 0;
  outline: none;
  border-bottom: 2px solid #63686c;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #000;
  cursor: pointer;
  transition: 0.3s all ease;
}
.select-custom.input-error {
  border-color: #eb4d4b;
  background: rgba(32, 39, 44, 0.1);
}
.select-custom.input-error::after {
  background-image: url('data:image/svg+xml,             <svg   viewBox="0 0 12 22" fill="none" xmlns="http://www.w3.org/2000/svg">                 <path d="M2.62268e-07 18.5L7.5 11L1.57361e-06 3.5L1.5 0.499999L12 11L1.5 21.5L2.62268e-07 18.5Z" fill="%23eb4d4b"></path>             </svg>');
}
.select-custom.input-error .select-custom__field {
  color: #eb4d4b;
}
.select-custom.active {
  border-color: #000;
}
.select-custom.active::after {
  transform: rotate(90deg);
}
@media (hover) {
  .select-custom:hover {
    border-color: rgba(0, 0, 0, 0.5);
  }
}
.select-custom::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,         <svg   viewBox="0 0 12 22" fill="none" xmlns="http://www.w3.org/2000/svg">             <path d="M2.62268e-07 18.5L7.5 11L1.57361e-06 3.5L1.5 0.499999L12 11L1.5 21.5L2.62268e-07 18.5Z" fill="%2320272c"></path>         </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
.select-custom__field {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.select-custom__list {
  z-index: 10;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  max-height: 200px;
  padding: 14px 10px;
  background: #fff;
  border: 2px solid #63686c;
  box-shadow: 0 8px 10px rgba(32, 39, 44, 0.1);
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s all ease;
}
.select-custom__list.active {
  pointer-events: painted;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.select-custom__list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  padding-right: 10px;
  overflow-y: scroll;
  overscroll-behavior: contain;
  scrollbar-color: #000 transparent;
  scrollbar-width: thin;
  transition: 0.3s all ease;
}
.select-custom__list ul::-webkit-scrollbar {
  width: 8px;
}
.select-custom__list ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.select-custom__list ul::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 6px;
}
.select-custom__list ul li {
  display: flex;
  width: 100%;
  padding: 0.4rem 1em;
  color: #000;
  cursor: pointer;
}
.select-custom__list ul li.active {
  color: #fff;
  background: #20272c;
}
.select-custom__list ul li:hover:not(.active) {
  color: #fff;
  background: #63686c;
}
.select-custom select {
  display: none;
  opacity: 0;
  max-width: 0;
  max-height: 0;
  visibility: hidden;
}

.input {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  gap: 10px;
  transition: 0.3s all ease;
}
.input label {
  width: -moz-max-content;
  width: max-content;
}
.input input, .input textarea {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  outline: none !important;
  border: none;
  border-bottom: 2px solid #63686c;
  background: transparent;
  color: #000;
  transition: 0.3s all ease;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  color: #63686c;
}
.input input::placeholder, .input textarea::placeholder {
  color: #63686c;
}
@media (hover) {
  .input input:hover, .input textarea:hover {
    border-color: rgba(0, 0, 0, 0.5);
  }
}
.input input:focus, .input input.active, .input textarea:focus, .input textarea.active {
  border-color: #000;
}
.input input:focus .input__fake-field-icon, .input input.active .input__fake-field-icon, .input textarea:focus .input__fake-field-icon, .input textarea.active .input__fake-field-icon {
  transform: rotate(90deg);
}
.input textarea {
  height: 160px;
  resize: none;
}

.file-custom {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  transition: 1s all ease;
}
.file-custom.input-error .file-custom__btn {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
  color: #eb4d4b;
}
.file-custom.input-error .file-custom__btn svg {
  fill: #f12938;
}
.file-custom.error-size .file-custom__item-head {
  z-index: 1;
}
.file-custom.error-size .file-custom__item-head::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  animation: 2s animError infinite ease;
}
.file-custom__size-error {
  font-size: 12px;
  font-weight: var(--weight-m-700);
  color: #eb4d4b;
}
.file-custom input {
  display: none;
  max-width: 0;
  max-height: 0;
  opacity: 0;
}
.file-custom__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  gap: 10px;
  border: none;
  border-bottom: 2px solid #63686c;
  color: #63686c;
  transition: 0.3s all ease;
}
.file-custom__btn svg {
  fill: #63686c;
}
@media (hover) {
  .file-custom__btn:hover {
    background: #f4f4f4;
  }
}
.file-custom__items-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  transition: 1s all ease;
}
.file-custom__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  flex-grow: 1;
  height: 0;
  background: #ced6e0;
  will-change: transform;
  animation: 0.5s animHeight both ease;
  transition: 1s all ease;
}
.file-custom__item.error-type .file-custom__item-head {
  z-index: 1;
}
.file-custom__item.error-type .file-custom__item-head::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  animation: 2s animError infinite ease;
}
@keyframes animError {
  0% {
    height: 100%;
    background: linear-gradient(to bottom, rgba(235, 77, 75, 0.6), transparent);
  }
  50% {
    height: 80%;
    background: linear-gradient(to bottom, rgba(235, 77, 75, 0.6), transparent);
  }
  100% {
    height: 100%;
    background: linear-gradient(to bottom, rgba(235, 77, 75, 0.6), transparent);
  }
}
.file-custom__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes animHeight {
  0% {
    height: 0;
  }
  100% {
    height: 200px;
  }
}
.file-custom__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background: #a7b7f7;
}
.file-custom__icon::after {
  content: "";
  display: flex;
  width: 80px;
  height: 80px;
  background-image: url('data:image/svg+xml,             <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235072f8"><path d="M340-260h280v-40H340v40Zm0-160h280v-40H340v40Zm-75.38 300q-27.62 0-46.12-18.5Q200-157 200-184.62v-590.76q0-27.62 18.5-46.12Q237-840 264.62-840H580l180 180v475.38q0 27.62-18.5 46.12Q723-120 695.38-120H264.62ZM560-640v-160H264.62q-9.24 0-16.93 7.69-7.69 7.69-7.69 16.93v590.76q0 9.24 7.69 16.93 7.69 7.69 16.93 7.69h430.76q9.24 0 16.93-7.69 7.69-7.69 7.69-16.93V-640H560ZM240-800v160-160 640-640Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}
.file-custom__item-head {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
  padding: 10px;
  grid-gap: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
}
.file-custom__item-info {
  display: flex;
  flex-direction: column;
}
.file-custom__item-name {
  word-break: break-all;
  font-size: 14px;
  color: #fff;
}
.file-custom__item-size {
  font-size: 12px;
  color: #fff;
}
.file-custom__item-other {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.file-custom__item-error {
  font-size: 12px;
  color: #fff;
}
.file-custom__delete {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.3s all ease;
}
@media (hover) {
  .file-custom__delete:hover {
    background: #000;
    border-color: #000;
  }
}
.file-custom__delete::after {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,             <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="white"><path d="m376-327.69 104-104 104 104L612.31-356l-104-104 104-104L584-592.31l-104 104-104-104L347.69-564l104 104-104 104L376-327.69ZM304.62-160q-27.62 0-46.12-18.5Q240-197 240-224.62V-720h-40v-40h160v-30.77h240V-760h160v40h-40v495.38q0 27.62-18.5 46.12Q683-160 655.38-160H304.62Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}

#slider-round {
  height: 10px;
}
#slider-round .noUi-handle {
  top: -12px;
  border: none;
  box-shadow: none;
  background: transparent;
  width: 30px;
  height: 30px;
}
#slider-round .noUi-handle::before, #slider-round .noUi-handle::after {
  display: none;
}
#slider-round .noUi-touch-area {
  border-radius: 50%;
  background: #27ae60;
  border: 4px solid #fff;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
#slider-round .noUi-connect {
  background: #27ae60;
}
#slider-round .noUi-tooltip {
  bottom: 16px;
}

.input-error input, .input-error textarea {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
  color: #eb4d4b;
}
.input-error input::-moz-placeholder, .input-error textarea::-moz-placeholder {
  color: #eb4d4b !important;
}
.input-error input::placeholder, .input-error textarea::placeholder {
  color: #eb4d4b !important;
}
.input-error.checkbox__label .checkbox__content {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
}
.input-error.checkbox__label * {
  color: #eb4d4b;
}
.input-error.switch__label {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
}
.input-error.file__label {
  background: rgba(235, 77, 75, 0.1);
  border-color: #eb4d4b;
}
.input-error.file__label p {
  color: #eb4d4b;
}
.input-error .input__label {
  color: #eb4d4b;
}

.text-empty {
  z-index: 5;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #eb4d4b;
  border-top-left-radius: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #fff;
  font-weight: lighter;
  font-size: 14px;
  will-change: transform;
  pointer-events: none;
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.4));
}
.text-empty:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom: 5px solid #eb4d4b;
}

.form-preloader {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  font-size: 18px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-preloader__round {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.form-preloader__round::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #27ae60;
  border-radius: 50%;
  animation: 2s spin infinite linear;
  transition: 0.4s all ease;
}
.form-preloader__round.ansver-enter-success::after {
  border-color: #27ae60;
}
.form-preloader__round.ansver-enter-error::after {
  border-color: #eb4d4b;
}
.form-preloader__text {
  animation: animTextAnsver 0.4s both ease;
}
.form-preloader__text.ansver-enter-success > * {
  color: #27ae60;
}
.form-preloader__text.ansver-enter-error > * {
  color: #eb4d4b;
}

@keyframes animTextAnsver {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.captcha {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}
.captcha__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: rgba(39, 174, 96, 0.6);
  color: #fff;
  font-size: 16px;
  pointer-events: none;
}
.captcha__field {
  display: flex;
  align-items: center;
  width: 140px;
  padding: 20px 20px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: transparent;
  color: #000;
  font-size: 16px;
  transition: 0.3s all ease;
}
.captcha__field::-moz-placeholder {
  color: #000;
}
.captcha__field::placeholder {
  color: #000;
}
@media (hover) {
  .captcha__field:hover {
    border-color: rgba(0, 0, 0, 0.5);
  }
}
.captcha__field:focus, .captcha__field.active {
  border-color: #000;
}
.captcha__field:focus .input__fake-field-icon, .captcha__field.active .input__fake-field-icon {
  transform: rotate(90deg);
}

.swiper {
  width: 100%;
  opacity: 0;
}
.swiper.swiper-initialized {
  opacity: 1;
  transition: 0.3s all ease;
}
.swiper .swiper-slide {
  height: auto;
}

.arrow-slider-container {
  display: flex;
}

.arrow-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  pointer-events: painted;
  overflow: hidden;
  transition: 0.3s background, 0.3s border-color;
  transition-timing-function: ease;
}
.arrow-slider svg {
  width: 100%;
  height: 100%;
  fill: #000;
  transition: 0.3s transform, 0.3s fill;
  transition-timing-function: ease;
}
.arrow-slider:active svg {
  transform: scale(0.9);
}
@media (hover) {
  .arrow-slider:hover {
    background: #000;
    border-color: #000;
  }
  .arrow-slider:hover svg {
    fill: #fff;
  }
}
.arrow-slider.arrow-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.social {
  display: flex;
}
.social ul {
  display: flex;
}
.social li {
  display: flex;
}
.social li:not(:last-child) {
  margin-right: 10px;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 2px;
  border: 1px solid #20272c;
  background-color: #20272c;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (hover) {
  .social a:hover {
    background: #2f3a42;
  }
}

.accard {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.accard__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.accard__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.accard__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  transition: 0.3s all ease;
}
.accard__btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,             <svg   viewBox="0 0 12 22" fill="none" xmlns="http://www.w3.org/2000/svg">                 <path d="M2.62268e-07 18.5L7.5 11L1.57361e-06 3.5L1.5 0.499999L12 11L1.5 21.5L2.62268e-07 18.5Z" fill="%23000000"></path>             </svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
.accard__btn.active {
  background: #000;
  color: #fff;
}
.accard__btn.active::after {
  transform: rotate(90deg);
  filter: invert(100%);
}
@media (hover) {
  .accard__btn:hover {
    background: #000;
    color: #fff;
  }
  .accard__btn:hover::after {
    filter: invert(100%);
  }
}
.accard__drop {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.accard__drop-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.modal {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal.active {
  display: flex;
}
.modal__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: rebeccapurple;
  overflow-y: auto;
}
.modal__btn-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s all ease;
}
@media (hover) {
  .modal__btn-close:hover {
    background-color: black;
  }
}
.modal__btn-close::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,             <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="white"><path d="M256-213.85 213.85-256l224-224-224-224L256-746.15l224 224 224-224L746.15-704l-224 224 224 224L704-213.85l-224-224-224 224Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}

.list-head {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.list-head ul li:nth-child(1) {
  font-weight: var(--weight-m-700);
}
.list-head ul li:nth-child(2) {
  color: #63686c;
}

.bradcrumbs {
  display: flex;
  width: 100%;
}
.bradcrumbs.theme-white ul li:not(:last-child)::after {
  background-image: url('data:image/svg+xml,                         <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.47405 6L3 1.72844L3.76297 1L9 6L3.76297 11L3 10.2716L7.47405 6Z" fill="white"/></svg>');
}
.bradcrumbs.theme-white ul li > * {
  color: #f4f4f4;
}
@media (hover) {
  .bradcrumbs.theme-white ul li > a:hover {
    color: #fff;
  }
}
.bradcrumbs.theme-white ul li > *:not(a) {
  color: rgba(255, 255, 255, 0.8);
}
.bradcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.bradcrumbs ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.bradcrumbs ul li:not(:last-child)::after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background-image: url('data:image/svg+xml,                     <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.47405 6L3 1.72844L3.76297 1L9 6L3.76297 11L3 10.2716L7.47405 6Z" fill="%2320272C"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s all ease;
}
.bradcrumbs ul li > * {
  color: #20272c;
}
@media (hover) {
  .bradcrumbs ul li > a:hover {
    color: #2f3a42;
    text-decoration: underline;
  }
}
.bradcrumbs ul li > *:not(a) {
  color: #63686c;
}

.modal-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1000px;
  padding: 40px 30px;
}
.modal-form__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}

.map {
  display: flex;
  width: 100%;
  height: 700px;
  filter: grayscale(100%);
}
@media screen and (max-width: 1500px) {
  .map {
    height: 500px;
  }
}
@media screen and (max-width: 979px) {
  .map {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .map {
    height: 320px;
  }
}

.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.both {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-gap: 24px;
}
.both.reverse > *:nth-child(1) {
  order: 2;
}
.both.reverse > *:nth-child(2) {
  order: 1;
}
@media screen and (max-width: 1170px) {
  .both.full {
    grid-template-columns: repeat(1, 1fr);
  }
  .both.full.reverse > *:nth-child(1) {
    order: 1;
  }
  .both.full.reverse > *:nth-child(2) {
    order: 2;
  }
}
@media screen and (max-width: 979px) {
  .both.max {
    grid-template-columns: repeat(1, 1fr);
  }
  .both.max.reverse > *:nth-child(1) {
    order: 1;
  }
  .both.max.reverse > *:nth-child(2) {
    order: 2;
  }
}
.both__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.directions {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  width: 100%;
  padding-left: calc((100% - 1800px) / 2);
}
@media screen and (max-width: 1700px) {
  .directions {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1366px) {
  .directions {
    grid-template-columns: 1fr;
  }
}
.directions__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 100px;
  padding: 40vh 0;
}
@media screen and (max-width: 1366px) {
  .directions__content {
    padding: 0;
  }
}
.directions__content-item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  padding: 50px 0;
  padding-right: 30px;
  grid-gap: 40px;
  opacity: 0.3;
  transition: 0.5s all ease;
}
.directions__content-item.active {
  opacity: 1;
}
@media screen and (max-width: 1366px) {
  .directions__content-item {
    opacity: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .directions__content-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .directions__content-item > *:nth-child(1) {
    order: 2;
  }
  .directions__content-item > *:nth-child(2) {
    order: 1;
  }
}
.directions__content-item-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .directions__content-item-inner {
    gap: 20px;
  }
}
.directions__content-item-img {
  display: none;
}
@media screen and (max-width: 1366px) {
  .directions__content-item-img {
    display: flex;
    position: relative;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    border-radius: 24px;
    overflow: hidden;
  }
  .directions__content-item-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 80%;
  }
  .directions__content-item-img img, .directions__content-item-img svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.directions__tags {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.directions__tags ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .directions__tags ul {
    gap: 6px;
  }
}
.directions__tags ul li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0.625rem 1.125rem;
  background: rgba(255, 255, 255, 0.2);
  line-height: 1;
  font-weight: var(--weight-m-500);
  color: #fff;
  transition: 0.3s all ease;
}
@media (hover) {
  .directions__tags ul li > *:hover {
    background: #fff;
    color: #20272c;
  }
}
@media screen and (max-width: 600px) {
  .directions__tags ul li > * {
    padding: 0.5rem 1rem;
    font-size: 14px;
    width: auto;
  }
}
.directions__imgs {
  position: sticky;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1366px) {
  .directions__imgs {
    display: none;
  }
}
.directions__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s all ease;
}
.directions__img.active {
  opacity: 1;
}
.directions__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.banner::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.banner img, .banner svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-full {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.banner-full.small {
  height: 100vh;
  max-height: 600px;
}
@media screen and (max-width: 600px) {
  .banner-full.small {
    max-height: 400px;
  }
}
.banner-full.small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-full img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-nq {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  gap: 40px;
}
@media screen and (max-width: 1170px) {
  .block-nq {
    flex-direction: column;
    gap: 20px;
  }
}
.block-nq.large {
  position: relative;
  max-width: 100%;
}
.block-nq.large .block-nq__first {
  position: sticky;
  top: 100px;
  left: 0;
}
@media screen and (max-width: 1170px) {
  .block-nq.large .block-nq__first {
    position: static;
  }
}
.block-nq.large .block-nq__second {
  max-width: 100%;
}
.block-nq__first, .block-nq__second {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  gap: 40px;
}
.block-nq__first {
  max-width: 400px;
}
.block-nq__first + * {
  margin-left: 0 !important;
}
.block-nq__second {
  max-width: 1000px;
  margin-left: 440px;
}
@media screen and (max-width: 1170px) {
  .block-nq__second {
    max-width: 100%;
    margin: 0;
  }
}

.text-block-fr-2 {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  .text-block-fr-2 {
    flex-direction: column;
  }
}
.text-block-fr-2 > *:nth-child(1) {
  max-width: 400px;
}

.prev-jobs {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 979px) {
  .prev-jobs {
    padding: 0 20px;
    grid-gap: 20px;
  }
}
.prev-jobs .portfolio-card {
  border-radius: 0;
}
@media screen and (max-width: 979px) {
  .prev-jobs .portfolio-card {
    border-radius: 24px;
  }
}
.prev-jobs > .portfolio-card .portfolio-card__img {
  max-height: 800px;
}
@media screen and (max-width: 979px) {
  .prev-jobs .full {
    grid-gap: 20px;
  }
}

.page-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  .page-error {
    padding: 50px 0;
  }
}
.page-error > p {
  font-size: 400px;
  font-weight: var(--weight-m-500);
  text-align: center;
}
@media screen and (max-width: 1536px) {
  .page-error > p {
    font-size: calc(60px + 340 * ((100vw - 320px) / 1216));
  }
}

/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 6, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.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 {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-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:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-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;
  background: rgba(0, 0, 0, 0.5);
  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;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
  padding: 22px 0;
}
@media screen and (max-width: 1170px) {
  .header__inner {
    justify-content: flex-start;
  }
}
.header__logo {
  position: relative;
  width: 165px;
  height: -moz-max-content;
  height: max-content;
}
.header__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 30%;
}
.header__logo img, .header__logo svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__nav {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1170px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  gap: 34px;
}
.header__nav ul a {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #20272c;
}
@media (hover) {
  .header__nav ul a:hover > *, .header__nav ul a:hover::after {
    transform: translateY(-100%);
  }
  .header__nav ul a:hover::before {
    width: 100%;
  }
}
.header__nav ul a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 0;
  height: 2px;
  background: #20272c;
}
.header__nav ul a::after {
  content: attr(data-name);
  position: absolute;
  top: 100%;
  left: 0;
}
.header__btn-request {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.938rem;
  gap: 8px;
  background: #f4f4f4;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header__btn-request {
    display: none;
  }
}
.header__btn-request-icon {
  position: relative;
  display: flex;
  width: 24px;
  height: 24px;
}
.header__btn-request-icon .ic-arrow-right {
  position: absolute;
  top: 0;
  left: 0;
}
.header__btn-request-icon .ic-arrow-right:nth-child(2) {
  transform: translateX(-24px);
}
@media (hover) {
  .header__btn-request:hover .ic-arrow-right:nth-child(1) {
    transform: translateX(24px) !important;
  }
  .header__btn-request:hover .ic-arrow-right:nth-child(2) {
    transform: translate(0, 0) !important;
  }
}
.header__lang {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .header__lang {
    display: none;
  }
}
.header__lang > ul > li {
  position: relative;
}
.header__lang > ul > li:hover .header__lang-drop {
  opacity: 1;
  pointer-events: painted;
  visibility: visible;
}
.header__lang > ul > li:hover > button::after {
  transform: rotate(180deg);
}
.header__lang > ul > li > button {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.938rem;
  gap: 8px;
  background: #f4f4f4;
  line-height: 1;
}
.header__lang > ul > li > button::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,                         <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 16L6 10.3243L7.4 9L12 13.3514L16.6 9L18 10.3243L12 16Z" fill="%23F12938"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.header__lang-drop {
  z-index: 2;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  display: flex;
  flex-direction: column;
  width: 140px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.header__lang-drop::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  display: flex;
  width: 100%;
  height: 4px;
}
.header__lang-drop ul li:first-child {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.header__lang-drop ul li:last-child {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.header__lang-drop ul a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px;
  color: #20272c;
  background: #f4f4f4;
}
@media (hover) {
  .header__lang-drop ul a:hover {
    background: #e2e1e1;
  }
}
.header__lang-drop ul a > * {
  display: flex;
  width: 18px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}
.header__btn {
  display: none;
  margin-left: auto;
  width: 40px;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1170px) {
  .header__btn {
    display: flex;
  }
}

.header-mob {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(32, 39, 44, 0.8);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s opacity ease;
}
@media screen and (max-width: 1170px) {
  .header-mob {
    display: flex;
  }
}
.header-mob.active {
  opacity: 1;
  pointer-events: painted;
  visibility: visible;
}
.header-mob__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  height: 100%;
  padding: 40px 0 0 0;
  gap: 40px;
  background: #fff;
  overflow-y: auto;
  scrollbar-color: #20272c #f8f8f8;
  scrollbar-width: thin;
}
.header-mob__inner::-webkit-scrollbar {
  width: 8px;
}
.header-mob__inner::-webkit-scrollbar-track {
  background-color: #f8f8f8;
}
.header-mob__inner::-webkit-scrollbar-thumb {
  background: #20272c;
}
.header-mob__head {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  padding: 0 20px;
}
.header-mob__lang {
  display: flex;
  flex-direction: column;
}
.header-mob__lang ul {
  display: flex;
}
.header-mob__lang ul li {
  display: flex;
}
.header-mob__lang ul li:not(:last-child)::after {
  content: "/";
  margin: 0 6px;
  color: #63686c;
  font-weight: var(--weight-m-700);
}
.header-mob__lang ul li > * {
  color: #63686c;
  font-weight: var(--weight-m-700);
}
.header-mob__lang ul li span {
  color: #20272c;
}
.header-mob__close {
  position: absolute;
  top: 40px;
  right: 20px;
  display: flex;
  width: 40px;
  height: 40px;
}
.header-mob__close svg {
  width: 100%;
  height: 100%;
  fill: #20272c;
}
.header-mob__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  padding: 0 20px;
}
.header-mob__nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-mob__nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header-mob__nav ul a {
  font-size: 38px;
  font-weight: var(--weight-m-500);
  color: #20272c;
}
.header-mob__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
  gap: 20px;
  padding: 20px 20px 40px 20px;
  border-top: 1px solid #f4f4f4;
}
.header-mob__social {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.header-mob__social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.header-mob__social ul a {
  color: #63686c;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: auto;
  gap: 24px;
}

.footer__social {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 34px;
}
.footer__social ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 34px;
}
@media screen and (max-width: 1170px) {
  .footer__social ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .footer__social ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__social ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px 10px 10px;
  gap: 20px;
  background: #20272c;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.footer__social ul a > span:nth-child(2) {
  position: relative;
  display: flex;
  width: 24px;
  height: 24px;
}
.footer__social ul a > span:nth-child(2) .ic-arrow-skew {
  position: absolute;
  top: 0;
  left: 0;
}
.footer__social ul a > span:nth-child(2) .ic-arrow-skew:nth-child(2) {
  transform: translate(-24px, 24px);
}
@media (hover) {
  .footer__social ul a:hover {
    background: #2f3a42;
  }
  .footer__social ul a:hover .ic-arrow-skew:nth-child(1) {
    transform: translate(24px, -24px) !important;
  }
  .footer__social ul a:hover .ic-arrow-skew:nth-child(2) {
    transform: translate(0, 0) !important;
  }
}

.footer__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px 50px 34px 50px;
  background: #20272c;
}
@media screen and (max-width: 979px) {
  .footer__inner {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer__inner {
    border-radius: 24px;
  }
}
@media screen and (max-width: 420px) {
  .footer__inner {
    padding: 40px 20px;
  }
}
.footer__logo {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.footer__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 26%;
}
.footer__logo img, .footer__logo svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1170px) {
  .footer__menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .footer__menu {
    gap: 50px;
  }
}
.footer__menu-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .footer__nav ul {
    flex-direction: column;
  }
}
.footer__nav ul a {
  position: relative;
  color: #fff;
}
@media (hover) {
  .footer__nav ul a:hover::after {
    width: 100%;
  }
}
.footer__nav ul a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  width: 0%;
  height: 2px;
  background: #fff;
  pointer-events: none;
}
.footer__contacts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 600px) {
  .footer__contacts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.footer__list ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.footer__list ul li {
  color: rgba(255, 255, 255, 0.7);
}
.footer__list ul a {
  color: rgba(255, 255, 255, 0.7);
}
@media (hover) {
  .footer__list ul a:hover {
    color: #fff;
  }
}
.footer__copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  gap: 20px;
}
@media screen and (max-width: 1170px) {
  .footer__copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer__copy-item {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1170px) {
  .footer__copy-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer__copy-item .text-tmp {
  width: auto;
}
.footer__copy-item > ul a {
  color: #fff;
}
@media (hover) {
  .footer__copy-item > ul a:hover {
    text-decoration: underline;
  }
}
.footer__other-logo {
  display: flex;
  position: relative;
  width: 170px;
  height: -moz-max-content;
  height: max-content;
}
.footer__other-logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 20%;
}
.footer__other-logo img, .footer__other-logo svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 34px;
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 2600px;
  padding-bottom: 50px;
}
/*# sourceMappingURL=main.css.map */
