:root {
  --primary: #3f2b19;
  --primary-500: #40362e;
  --primary-400: #2c3339;
  --green-lime: #86b378;
  --yellow-pale: #fff4b0;
  --orange: #ffba3f;
  --orange-500: #ec542a;
  --gray-blue: #768f9a;
  --gray-green: #f4f0ef;
  --gray-orange-400: #ede0d0;
  --gray-orange-300: #eee;
  --gray-orange-200: #f9f5f0;
  --black: #19130f;
  --red: #d83131;
  --rgb-primary: 63, 43, 25;
  --rgb-primary-500: 64, 54, 46;
  --rgb-primary-400: 44, 51, 57;
  --rgb-green-lime: 134, 179, 120;
  --rgb-yellow-pale: 255, 244, 176;
  --rgb-orange: 255, 186, 63;
  --rgb-orange-500: 236, 84, 42;
  --rgb-gray-blue: 118, 143, 154;
  --rgb-gray-green: 244, 240, 239;
  --rgb-gray-orange-400: 237, 224, 208;
  --rgb-gray-orange-300: 238, 238, 238;
  --rgb-gray-orange-200: 249, 245, 240;
  --rgb-black: 25, 19, 15;
  --transition-value: all 0.3s ease;
  --font: "Rany", Arial, sans-serif;
}

/*_______ Fonts _______*/
@font-face {
  font-family: "Rany";
  src:
    url("../fonts/Rany/Rany-Regular.woff") format("woff"),
    url("../fonts/Rany/Rany-Regular.woff2") format("woff2"),
    url("../fonts/Rany/Rany-Regular.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Rany";
  src:
    url("../fonts/Rany/Rany-Italic.woff") format("woff"),
    url("../fonts/Rany/Rany-Italic.woff2") format("woff2"),
    url("../fonts/Rany/Rany-Italic.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Rany";
  src:
    url("../fonts/Rany/Rany-Light.woff") format("woff"),
    url("../fonts/Rany/Rany-Light.woff2") format("woff2"),
    url("../fonts/Rany/Rany-Light.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Rany";
  src:
    url("../fonts/Rany/Rany-LightItalic.woff") format("woff"),
    url("../fonts/Rany/Rany-LightItalic.woff2") format("woff2"),
    url("../fonts/Rany/Rany-LightItalic.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Rany";
  src:
    url("../fonts/Rany/Rany-Medium.woff") format("woff"),
    url("../fonts/Rany/Rany-Medium.woff2") format("woff2"),
    url("../fonts/Rany/Rany-Medium.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Rany";
  src:
    url("../fonts/Rany/Rany-MediumItalic.woff") format("woff"),
    url("../fonts/Rany/Rany-MediumItalic.woff2") format("woff2"),
    url("../fonts/Rany/Rany-MediumItalic.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Rany";
  src:
    url("../fonts/Rany/Rany-Bold.woff") format("woff"),
    url("../fonts/Rany/Rany-Bold.woff2") format("woff2"),
    url("../fonts/Rany/Rany-Bold.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Rany";
  src:
    url("../fonts/Rany/Rany-BoldItalic.woff") format("woff"),
    url("../fonts/Rany/Rany-BoldItalic.woff2") format("woff2"),
    url("../fonts/Rany/Rany-BoldItalic.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  margin: 0;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--primary);
  background-color: var(--gray-orange-200);
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: var(--orange-500);
  -webkit-transition: var(--transition-value);
  transition: var(--transition-value);
}
a:hover {
  text-decoration: none;
  color: #f68c73;
}

a:focus,
input:focus,
textarea:focus {
  outline: 0 none;
}

.height-fullscreen {
  height: 100vh;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 560px) {
  html,
  body {
    font-size: 16px;
  }
}
/*_________ Typo _________*/
h1 {
  margin: 0 0 20px;
  font-family: var(--font);
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
}

h2 {
  margin: 0 0 18px;
  font-family: var(--font);
  font-weight: 300;
  font-size: 36px;
  line-height: 1.4;
}

h3 {
  margin: 0 0 18px;
  font-family: var(--font);
  font-weight: 300;
  font-size: 32px;
  line-height: 1.4;
}

h4 {
  margin: 0 0 16px;
  font-family: var(--font);
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
}

h5 {
  margin: 0 0 16px;
  font-family: var(--font);
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
}

h6 {
  margin: 0 0 16px;
  font-family: var(--font);
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 16px;
}

ul,
ol {
  width: 98%;
  padding-left: 0;
}

ul {
  list-style: disc;
  margin: 0 0 12px 16px;
}
ul li {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-left: 2px;
  line-height: 1.5;
}
ul li::marker {
  color: rgba(var(--rgb-primary), 0.8);
}

ul li p,
ol li p {
  display: inline;
  margin: 0;
}

ol {
  list-style: none;
  counter-reset: list-counter;
  margin: 0 0 10px 0;
}
ol > li {
  counter-increment: list-counter;
  position: relative;
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 34px;
}
ol > li::before {
  content: counter(list-counter);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: var(--primary);
}

ol li > ul {
  width: 93%;
  margin: 6px 0 12px 20px;
}
ol li > ul li {
  margin-bottom: 6px;
}
ol li > ul li::before {
  content: "";
}

.table-wrapper {
  overflow-x: auto;
  min-height: 0.01%;
  margin-bottom: 32px;
}

table {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid var(--gray-orange-400);
  border-radius: 10px 10px 0 0;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  overflow: hidden;
}

table p {
  margin: 0;
}

th {
  padding: 18px 20px;
  border-bottom: 1px solid var(--gray-orange-400);
  border-left: 1px solid var(--gray-orange-400);
  font-weight: 300;
  color: var(--primary);
  background-color: #fff;
  text-overflow: ellipsis;
}
th:first-child {
  border-left: none;
}

td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--gray-orange-400);
  border-left: 1px solid var(--gray-orange-400);
  text-overflow: ellipsis;
}
td:last-child {
  border-right: 1px solid var(--gray-orange-400);
}

tr:last-child td {
  border-bottom: none;
}

blockquote {
  margin: 10px 0 40px;
  padding: 20px 20px 18px;
  border-radius: 8px;
  background-color: #fff;
}

blockquote p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--primary);
}

.blockquote-author {
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(var(--rgb-primary), 0.6);
}

@media (max-width: 1030px) {
  h1 {
    margin: 0 0 16px;
    font-size: 40px;
  }
  h2 {
    margin: 0 0 12px;
    font-size: 32px;
  }
  h3 {
    margin: 0 0 12px;
    font-size: 28px;
  }
  h4 {
    margin: 0 0 12px;
    font-size: 24px;
  }
  h5 {
    margin: 0 0 12px;
    font-size: 22px;
  }
  ol > li {
    padding-left: 32px;
  }
  ol > li::before {
    width: 24px;
    height: 24px;
  }
  .table-wrapper {
    margin-bottom: 24px;
  }
  td {
    padding: 16px;
  }
  th {
    padding: 16px;
  }
  blockquote {
    margin: 10px 0 32px;
  }
}
@media (max-width: 860px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    margin: 0 0 8px;
    font-size: 30px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 26px;
  }
  h4 {
    margin: 0 0 8px;
    font-size: 22px;
  }
  h5 {
    margin: 0 0 8px;
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 20px;
  }
  ul li {
    margin-bottom: 4px;
  }
  ol > li {
    margin-bottom: 10px;
  }
  p {
    margin: 0 0 12px;
  }
  blockquote {
    margin: 10px 0 24px;
    padding: 16px;
  }
  blockquote p {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
/*_________ Buttons _________*/
/* #region */
button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  border: none;
  outline: 0;
  font-family: var(--font);
  background-color: transparent;
  -webkit-transition: var(--transition-value);
  transition: var(--transition-value);
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: var(--font);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: var(--transition-value);
  transition: var(--transition-value);
}
.button:hover {
  text-decoration: none;
  cursor: pointer;
}

.button_orange {
  border: 1px solid var(--orange);
  color: var(--primary);
  background-color: var(--orange);
}
.button_orange:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.button_outline_pale {
  border: 1px solid rgba(51, 34, 18, 0.2);
  color: var(--primary);
  background-color: transparent;
}
.button_outline_pale:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

@media (max-width: 860px) {
  .button {
    padding: 16px 28px 14px;
  }
}
@media (max-width: 560px) {
  .button {
    font-size: 18px;
  }
}
/* #endregion */
/*_______ Forms _______*/
/* #region */
input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  font-family: var(--font);
  color: var(--primary);
}

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

textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  resize: none;
  font-family: var(--font);
  color: var(--primary);
}

.form-field {
  position: relative;
  width: 100%;
}

.form-input {
  width: 100%;
  padding: 19px 20px;
  border: 1px solid var(--gray-orange-400);
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.2;
}

::-webkit-input-placeholder {
  color: rgba(var(--rgb-primary), 0.6);
}

::-moz-placeholder {
  color: rgba(var(--rgb-primary), 0.6);
}

:-moz-placeholder {
  color: rgba(var(--rgb-primary), 0.6);
}

:-ms-input-placeholder {
  color: rgba(var(--rgb-primary), 0.6);
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

.form-textarea {
  width: 100%;
  padding: 19px 20px;
  border: 1px solid var(--gray-orange-400);
  border-radius: 4px;
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.2;
  resize: none;
}

.form-policy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 1.3;
  color: var(--primary);
}

.form-policy__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.form-policy__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  cursor: pointer;
}

.form-policy__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: -1px;
  margin-right: 10px;
  border: 1px solid rgba(var(--rgb-primary), 0.5);
  border-radius: 4px;
  background-color: #fff;
}

.form-policy__ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
}

.form-policy__checkbox:checked + .form-policy__control .form-policy__ico {
  display: block;
}

.form-policy__checkbox:not(:checked) + .form-policy__control .form-policy__ico {
  display: none;
}

.form-policy__checkbox:checked + .form-policy__control {
  border: 1px solid var(--gray-orange-400);
  background-color: #fff;
}

.form-policy__link {
  display: inline;
  text-decoration: underline;
  color: var(--primary);
}
.form-policy__link:hover {
  text-decoration: none;
  color: rgba(var(--rgb-primary), 0.6);
}

.form-field__prompt {
  display: none;
  position: absolute;
  bottom: 2px;
  left: 20px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--red);
}

.form-field_invalid input {
  border: 1px solid var(--red);
}

.form-field_invalid .form-input::-webkit-input-placeholder {
  color: var(--red);
  opacity: 0.7;
}

.form-field_invalid .form-input::-moz-placeholder {
  color: var(--red);
  opacity: 0.7;
}

.form-field_invalid .form-input:-moz-placeholder {
  color: var(--red);
  opacity: 0.7;
}

.form-field_invalid .form-input:-ms-input-placeholder {
  color: var(--red);
  opacity: 0.7;
}

.form-field_invalid .form-field__prompt {
  display: block;
}

@media (max-width: 860px) {
  .form-input,
  .form-textarea {
    padding: 16px 18px 14px;
  }
  .form-field__prompt {
    bottom: 1px;
    left: 19px;
  }
}
@media (max-width: 560px) {
  .form-policy {
    font-size: 16px;
  }
  .form-policy__control {
    width: 20px;
    height: 20px;
    margin-top: 0;
  }
  .form-policy__ico {
    width: 12px;
  }
}
/* #endregion */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.2);
  animation-duration: calc(var(--animate-duration) * 0.2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*_______ Layout _______*/
/* #region */
.section-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

.grid-aside-left {
  position: relative;
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 36px 120px;
}

.grid-aside-right {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 36px 120px;
}

@media (max-width: 1360px) {
  .section {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 1200px) {
  .grid-aside-left {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 36px 60px;
  }
  .grid-aside-right {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 36px 60px;
  }
}
@media (max-width: 860px) {
  .grid-aside-left {
    grid-template-columns: 1fr;
    gap: 36px 0;
  }
  .grid-aside-right {
    grid-template-columns: 1fr;
    gap: 36px 0;
  }
}
/* #endregion */
/*_______ Modals _______*/
/* #region */
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--rgb-primary), 0.6);
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  z-index: 4;
}

.modal-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 10;
}

.modal-content {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
}

.modal-content-video {
  max-width: 860px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: var(--orange);
  cursor: pointer;
}

.modal-close:hover {
  opacity: 0.8;
}

.modal-close__ico {
  width: 20px;
  height: 20px;
}

.modal-twinned {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
}

.modal-twinned__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  border-radius: 4px 0 0 4px;
  background-color: rgba(var(--rgb-gray-orange-400), 0.5);
}

.modal-twinned__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}

.modal-twinned__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px 0;
  width: 50%;
  padding: 120px 50px;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
}

.modal-single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
  width: 620px;
  padding: 68px 60px 70px;
  border-radius: 20px;
  background-color: #fff;
}

.modal-twinned .modal-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 20px;
}
.modal-twinned .modal-form .form-policy {
  grid-column: span 2;
}

.modal-form__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--primary);
}

.modal-form__subtitle {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
  color: var(--primary);
}

.modal-form__submit {
  font-weight: 400;
}

/* #endregion */
@media (max-width: 1280px) {
  .modal-twinned {
    width: 960px;
  }
  .modal-twinned__content {
    padding: 70px 40px 60px;
  }
  .modal-single {
    padding: 70px 40px 60px;
  }
  .modal-twinned .modal-form {
    grid-template-columns: 1fr;
  }
  .modal-twinned .modal-form .form-policy {
    grid-column: span 1;
  }
}
@media (max-width: 960px) {
  .modal-twinned__image {
    display: none;
  }
  .modal-twinned {
    width: 520px;
  }
  .modal-twinned__content {
    width: 100%;
    padding: 60px 60px 50px;
    border-radius: 8px;
  }
  .modal-single {
    width: 520px;
    padding: 60px 60px 50px;
    border-radius: 8px;
  }
}
@media (max-width: 860px) {
  .modal-content-video {
    width: 100%;
  }
  .modal-content-video iframe {
    width: 100%;
    height: 460px;
  }
}
@media (max-width: 640px) {
  .modal-content-video iframe {
    height: 380px;
  }
}
@media (max-width: 560px) {
  .modal-close {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }
  .modal-close__ico {
    width: 16px;
    height: 16px;
  }
  .modal-twinned {
    max-width: 340px;
  }
  .modal-twinned__content {
    gap: 12px 0;
    padding: 56px 28px 32px;
  }
  .modal-single {
    max-width: 340px;
    padding: 56px 28px 32px;
  }
  .modal-form__title {
    font-size: 28px;
  }
  .modal-form__subtitle {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .modal-form__submit {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .modal-content-video iframe {
    height: 320px;
  }
}
/*_______ Header _______*/
/* #region */
.header-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

header.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.header-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  text-decoration: none;
}
.header-site__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-site__logo .logo-ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-site__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-site:hover {
  opacity: 0.8;
}

.header-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
.header-menu__item {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-menu__link {
  padding: 12px 8px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  color: var(--primary);
  cursor: pointer;
  -webkit-transition: var(--transition-value);
  transition: var(--transition-value);
}
.header-menu__link:hover {
  color: var(--primary);
  opacity: 0.6;
}
.header-menu__link.current {
  font-weight: 700;
}
.header-menu__link.current:hover {
  opacity: 1;
}

.header-dropdown {
  display: none;
}
.header-dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 20px;
  border-radius: 10px;
  background-color: #fff;
}
.header-dropdown__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 300;
  color: var(--primary);
  text-decoration: none;
}
.header-dropdown__link:hover {
  color: rgba(var(--rgb-primary), 0.5);
  text-decoration: none;
}

.header-menu .tippy-box[data-theme~="custom"] {
  border: none;
  border-radius: 0;
  color: inherit;
  background-color: inherit;
}

.header-language {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 14px;
  height: 60px;
  border: 1px solid var(--primary);
  font-size: 20px;
  text-decoration: none;
  color: var(--primary);
}
.header-language__ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--rgb-primary), 0.2);
  -webkit-transition: var(--transition-value);
  transition: var(--transition-value);
}
.header-language__ico img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-language:hover {
  text-decoration: none;
  color: var(--primary);
}

.header-language:hover .header-language__ico {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-button__callback {
  height: 60px;
}

.header-burger {
  display: none;
}

@media (max-width: 1200px) {
  .header-button__callback {
    height: 52px;
    padding: 12px 28px 10px;
    font-size: 18px;
  }
  .header-language {
    height: 52px;
    padding: 12px 28px 10px;
    font-size: 18px;
  }
  .header-language__ico {
    width: 28px;
    height: 28px;
    border: none;
  }
  .header-language__ico img {
    height: 28px;
    width: 28px;
  }
}
@media (max-width: 1030px) {
  .header-box {
    gap: 0 24px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header-site .logo-ico {
    width: 44px;
    height: 44px;
  }
  .header-site .logo-text {
    width: 116px;
    height: 42px;
  }
  .header-menu {
    display: none;
  }
  .header-button__callback {
    display: none;
  }
  .header-language {
    height: 44px;
    margin-left: auto;
    padding: 12px 20px 10px;
  }
  .header-burger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(var(--rgb-primary), 0.4);
    border-radius: 4px;
    cursor: pointer;
  }
  .header-burger svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 560px) {
  .header-box {
    gap: 0 16px;
  }
  .header-site .logo-ico {
    width: 40px;
    height: 40px;
  }
  .header-site .logo-text {
    width: 108px;
    height: 34px;
  }
  .header-language {
    gap: 0 16px;
    height: 36px;
    padding: 12px;
    font-size: 16px;
  }
  .header-language__ico {
    width: 22px;
    height: 22px;
  }
  .header-language__ico img {
    height: 22px;
    width: 22px;
  }
  .header-burger {
    width: 36px;
    height: 36px;
  }
  .header-burger svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 420px) {
  .header-site {
    gap: 0 16px;
  }
  .header-site .logo-ico {
    width: 38px;
    height: 38px;
  }
  .header-site .logo-text {
    width: 106px;
    height: 32px;
  }
  .header-language {
    gap: 0;
    height: auto;
    padding: 0;
    border: none;
    font-size: 16px;
  }
  .header-language__text {
    display: none;
  }
  .header-language__ico {
    width: 30px;
    height: 30px;
  }
  .header-language__ico img {
    height: 30px;
    width: 30px;
  }
}
/* #endregion */
/*_______ Sitenav _______*/
/* #region */
.sitenav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 420px;
  padding-bottom: 48px;
  background-color: var(--gray-orange-200);
  z-index: 8;
}

.sitenav-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 16px 20px 60px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.sitenav-wrapper_noscroll {
  overflow-y: hidden;
}

.sitenav-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.sitenav-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: auto;
  border-radius: 4px;
  background-color: var(--orange);
  cursor: pointer;
}

.sitenav-menu {
  margin-bottom: 64px;
}

.sitenav-menu__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gray-orange-400);
  font-size: 20px;
}

.sitenav-menu__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-decoration: none;
  color: var(--primary);
}
.sitenav-menu__link:hover {
  text-decoration: none;
  color: var(--primary);
}

.sitenav-menu__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
}

.sitenav-menu__ico {
  fill: rgba(var(--rgb-primary), 0.7);
}

.sitenav-menu__submodule {
  display: none;
}

.sitenav-menu__submodule_active {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 16px 20px 80px;
  background-color: var(--gray-orange-200);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.sitenav-menu__submodule-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.sitenav-menu__submodule-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: auto;
  border-radius: 4px;
  background-color: var(--orange);
  cursor: pointer;
}
.sitenav-menu__submodule-back img {
  margin-right: 1px;
}

.sitenav-menu__submodule-title {
  font-size: 20px;
  font-weight: 400;
  color: var(--primary);
}

.sitenav-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sitenav-callback__phone {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  color: var(--primary);
}
.sitenav-callback__phone:hover {
  text-decoration: none;
  color: var(--primary);
}

.sitenav-callback__button {
  width: 280px;
  font-size: 20px;
}

.sitenav-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(var(--rgb-primary), 0.6);
  z-index: 3;
}

.sitenav-overlay_active {
  display: block;
}

/* #endregion */
@media (max-width: 420px) {
  .sitenav {
    width: 100%;
  }
  .sitenav-callback__button {
    width: 100%;
  }
}
/*_______ Page Headline _______*/
/* #region */
.page-headline__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 760px;
  margin-bottom: 180px;
}
.page-headline__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-headline-section {
  position: relative;
  padding-top: 56px;
  padding-bottom: 160px;
  overflow: hidden;
}

.page-headline-bg-shape {
  position: absolute;
  z-index: 0;
  top: 40px;
  right: -190px;
  opacity: 0.6;
}

.page-headline__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px 40px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 144px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}
.page-headline__title .second {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0 40px;
  margin-left: 180px;
}

.page-headline__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 32px;
  max-width: 510px;
  margin-left: 440px;
}
.page-headline__note .text {
  font-size: 24px;
  line-height: 1.2;
  opacity: 0.6;
}
.page-headline__note img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 102px;
  height: 68px;
  opacity: 0.8;
}

.index-page .page-headline__note {
  position: absolute;
  right: 0;
  bottom: 28px;
}

.index-page .page-headline-bg-shape {
  top: 120px;
  right: -160px;
}

@media (max-width: 1280px) {
  .index-page .page-headline__note {
    position: relative;
    right: initial;
    bottom: initial;
  }
}
@media (max-width: 1200px) {
  .page-headline-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .page-headline__title {
    gap: 24px;
    font-size: 120px;
  }
  .page-headline__note {
    margin-left: 180px;
  }
  .page-headline-bg-shape {
    top: 20px;
    right: -80px;
    width: 640px;
  }
  .index-page .page-headline-bg-shape {
    right: -90px;
  }
  .page-headline__image {
    height: 680px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1030px) {
  .page-headline__title {
    font-size: 80px;
  }
  .page-headline__title .second {
    gap: 0 32px;
    margin-left: 100px;
  }
  .page-headline__title .second .ico {
    width: 132px;
    height: 64px;
  }
  .page-headline__note {
    gap: 0 24px;
    margin-left: 100px;
  }
  .page-headline__note .text {
    font-size: 22px;
  }
  .page-headline__note img {
    width: 96px;
    height: 64px;
  }
  .page-headline-bg-shape {
    width: 520px;
  }
  .index-page .page-headline-bg-shape {
    top: 10px;
    width: 560px;
  }
  .page-headline__image {
    height: 640px;
  }
}
@media (max-width: 860px) {
  .page-headline__image {
    height: 480px;
  }
}
@media (max-width: 720px) {
  .page-headline__title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 64px;
  }
  .page-headline__title .second {
    gap: 0 22px;
    margin-left: 60px;
  }
  .page-headline__title .second .ico {
    width: 100px;
    height: 48px;
  }
  .page-headline__note {
    gap: 0 20px;
    margin-left: 0;
  }
  .page-headline__note .text {
    font-size: 20px;
  }
  .page-headline__note img {
    width: 90px;
    height: 60px;
  }
  .page-headline-bg-shape {
    width: 420px;
  }
  .index-page .page-headline-bg-shape {
    top: 20px;
    width: 500px;
  }
  .page-headline__image {
    height: 450px;
  }
}
@media (max-width: 560px) {
  .page-headline-section {
    padding-bottom: 60px;
  }
  .page-headline__title .second {
    margin-left: 0;
  }
  .page-headline__image {
    height: 380px;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .page-headline__title {
    font-size: 60px;
  }
  .page-headline-bg-shape {
    right: -100px;
    width: 380px;
  }
  .index-page .page-headline-bg-shape {
    width: 430px;
  }
  .page-headline__note {
    gap: 0 16px;
  }
  .page-headline__note .text {
    font-size: 18px;
  }
  .page-headline__image {
    height: 320px;
  }
}
@media (max-width: 420px) {
  .page-headline__title {
    font-size: 50px;
  }
  .page-headline__title .second {
    gap: 0 20px;
  }
  .page-headline__title .second .ico {
    width: 80px;
    height: 38px;
  }
  .page-headline-bg-shape {
    top: 12px;
    width: 320px;
  }
  .index-page .page-headline-bg-shape {
    width: 480px;
  }
  .page-headline__image {
    height: 280px;
  }
}
/* #endregion */
/*_______ Section Header _______*/
/* #region */
.section-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 840px);
  gap: 0 200px;
  margin-bottom: 130px;
  color: var(--primary);
  line-height: 1.2;
}

.quality-page .section-header {
  margin-bottom: 180px;
}

.contacts-page .section-header {
  grid-template-columns: minmax(0, 1fr) minmax(0, 740px);
  gap: 0 120px;
}

.section-header__content {
  margin-top: 6px;
  grid-column: 2/3;
}

.section-header__name {
  grid-column: span 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #8a7c6f;
}
.section-header__name::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--orange);
}

.section-header__title {
  position: relative;
  font-size: 72px;
  line-height: 1.2;
}
.section-header__title .text-fade {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #f8f2ef;
  opacity: 0.8;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.section-header__title.first {
  grid-column: span 2;
}

.section-header__title.second {
  grid-column-start: 2;
}

.section-header__subtitle {
  margin-bottom: 28px;
  font-size: 48px;
  opacity: 0.8;
}

.section-header__text {
  font-size: 24px;
  line-height: 1.4;
  opacity: 0.6;
}

.quality-page .section-header__title {
  grid-column: 1/2;
}

.contacts-page .section-header__title {
  grid-column: 1/2;
}

@media (max-width: 1360px) {
  .section-header {
    gap: 0 80px;
  }
}
@media (max-width: 1200px) {
  .section-header {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 100px;
  }
  .contacts-page .section-header {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 120px;
  }
  .quality-page .section-header {
    margin-bottom: 110px;
  }
  .section-header__content {
    margin-top: 36px;
  }
  .quality-page .section-header__content {
    margin-top: 0;
  }
  .contacts-page .section-header__content {
    margin-top: 48px;
  }
  .section-header__name {
    grid-column: span 1;
  }
  .section-header__title {
    grid-column: span 1;
  }
  .section-header__title.first {
    grid-column: span 1;
  }
  .section-header__title.second {
    grid-column-start: 1;
  }
  .section-header__content {
    grid-column: 1/2;
  }
  .quality-page .section-header__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1030px) {
  .section-header {
    margin-bottom: 80px;
  }
  .quality-page .section-header {
    margin-bottom: 110px;
  }
  .section-header__title {
    font-size: 64px;
  }
  .section-header__title.first {
    grid-column: span 1;
  }
  .section-header__title.second {
    grid-column-start: 1;
  }
  .section-header__subtitle {
    font-size: 36px;
  }
  .section-header__text {
    font-size: 22px;
  }
  .quality-page .section-header__title.first {
    margin-bottom: 24px;
  }
}
@media (max-width: 860px) {
  .section-header {
    margin-bottom: 60px;
  }
  .section-header__name {
    margin-bottom: 16px;
  }
  .section-header__title {
    font-size: 56px;
  }
  .section-header__subtitle {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .contacts-page .section-header {
    margin-bottom: 100px;
  }
}
@media (max-width: 560px) {
  .section-header {
    margin-bottom: 50px;
  }
  .section-header__name {
    font-size: 16px;
  }
  .section-header__title {
    font-size: 40px;
    line-height: 1.18;
  }
  .section-header__subtitle {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .section-header__text {
    font-size: 18px;
  }
  .section-header__content {
    margin-top: 24px;
  }
  .contacts-page .section-header {
    margin-bottom: 60px;
  }
  .contacts-page .section-header__content {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .section-header {
    margin-bottom: 40px;
  }
  .section-header__name {
    margin-bottom: 12px;
  }
  .section-header__title {
    font-size: 36px;
  }
  .section-header__subtitle {
    font-size: 22px;
  }
  .contacts-page .section-header {
    margin-top: 68px;
  }
  .contacts-page .section-header__content {
    margin-top: 32px;
  }
}
@media (max-width: 420px) {
  .section-header__title {
    font-size: 32px;
  }
}
/* #endregion */
/*_______ Form Callback _______*/
/* #region */
.form-callback-section {
  background-color: #fff;
}

.form-callback-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px 150px;
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(var(--rgb-primary), 0.2);
}

.form-callback__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 0;
}

.form-callback__title {
  font-size: 72px;
  line-height: 1.2;
}

.form-callback__text {
  margin-bottom: 100px;
  font-size: 24px;
  line-height: 1.4;
}

.form-callback__messagers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  gap: 0 20px;
}
.form-callback__messagers .text {
  width: 340px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.form-callback__messager {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(var(--rgb-primary), 0.2);
  border-radius: 4px;
  -webkit-transition: var(--transition-value);
  transition: var(--transition-value);
}
.form-callback__messager .ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0.6;
  -webkit-transition: var(--transition-value);
  transition: var(--transition-value);
}
.form-callback__messager:hover {
  border: 1px solid rgba(var(--rgb-primary), 0.8);
}
.form-callback__messager:hover .ico {
  opacity: 0.8;
}

.form-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 28px;
  margin-left: 60px;
}

.form-callback__policy {
  margin-top: auto;
  font-size: 18px;
  line-height: 1.2;
}
.form-callback__policy .link {
  color: var(--primary);
  text-decoration: underline;
}
.form-callback__policy .link:hover {
  color: var(--primary);
  text-decoration: none;
}

@media (max-width: 1200px) {
  .form-callback-wrap {
    gap: 40px 120px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .form-callback__title {
    font-size: 56px;
  }
  .form-callback__text {
    margin-bottom: 80px;
    font-size: 22px;
  }
  .form-callback__messagers .text {
    padding-right: 0;
  }
  .form-callback__messager {
    width: 50px;
    height: 50px;
  }
  .form-callback__messager .ico {
    width: 30px;
    height: 30px;
  }
  .form-callback {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 1030px) {
  .form-callback__info {
    gap: 32px 0;
  }
  .form-callback__title {
    font-size: 48px;
  }
  .form-callback-wrap {
    gap: 40px 80px;
    padding-top: 60px;
  }
  .form-callback__messagers {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-callback__messagers .text {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .form-callback-wrap {
    gap: 40px;
  }
  .form-callback__title {
    font-size: 40px;
  }
  .form-callback__text {
    margin-bottom: 48px;
    font-size: 20px;
  }
  .form-callback__policy {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .form-callback-wrap {
    grid-template-columns: 1fr;
    gap: 48px 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .form-callback__info {
    gap: 24px 0;
  }
  .form-callback__messagers {
    gap: 16px 20px;
  }
  .form-callback__messager {
    width: 44px;
    height: 44px;
  }
  .form-callback__messager .ico {
    width: 28px;
    height: 28px;
  }
  .form-callback__title {
    font-size: 36px;
  }
  .form-callback__text {
    margin-bottom: 12px;
  }
  .form-callback {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .form-callback-wrap {
    gap: 44px 0;
    padding-top: 36px;
    padding-bottom: 56px;
  }
  .form-callback__title {
    font-size: 32px;
  }
  .form-callback__text {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .form-callback__messagers {
    gap: 14px 18px;
  }
  .form-callback__messager {
    width: 42px;
    height: 42px;
  }
  .form-callback__messager .ico {
    width: 24px;
    height: 24px;
  }
}
/* #endregion */
/*_______ Main Advantages _______*/
/* #region */
.advantages-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 180px;
}

.advantages-bg-shape {
  position: absolute;
  z-index: 0;
  bottom: -180px;
  right: 90px;
  opacity: 0.6;
}

.advantages-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
}

.advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 60px 56px;
  border-radius: 4px;
  background-color: #fff;
}
.advantages-item__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 28px;
}
.advantages-item__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100px;
}
.advantages-item__title {
  margin: 0 0 16px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--primary);
}
.advantages-item__text {
  font-size: 24px;
  line-height: 1.4;
  color: var(--primary);
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .advantages-section {
    padding-bottom: 100px;
  }
  .advantages-bg-shape {
    bottom: -120px;
    right: 16px;
    width: 520px;
  }
  .advantages-wrap {
    gap: 30px;
  }
  .advantages-item {
    padding: 40px 40px 36px;
  }
  .advantages-item__title {
    font-size: 40px;
  }
  .advantages-item__text {
    font-size: 22px;
  }
}
@media (max-width: 1030px) {
  .advantages-wrap {
    gap: 20px;
  }
  .advantages-item {
    padding: 24px;
  }
  .advantages-item__image {
    margin-bottom: 24px;
  }
  .advantages-item__img {
    height: 80px;
  }
  .advantages-item__title {
    margin: 0 0 12px;
    font-size: 28px;
  }
  .advantages-item__text {
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  .advantages-section {
    padding-bottom: 80px;
  }
  .advantages-bg-shape {
    bottom: -100px;
    width: 420px;
  }
  .advantages-wrap {
    gap: 16px;
  }
  .advantages-item {
    padding: 20px;
  }
  .advantages-item__title {
    font-size: 24px;
  }
  .advantages-item__text {
    font-size: 18px;
  }
  .advantages-item__img {
    height: 72px;
  }
}
@media (max-width: 560px) {
  .advantages-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .advantages-bg-shape {
    width: 360px;
  }
}
/* #endregion */
/*_______ Services Panels _______*/
/* #region */
.services-panels-section {
  margin-bottom: 180px;
}
.services-panels-section .section-wrapper {
  max-width: 1440px;
}
.services-panels-section .section-header {
  margin-bottom: 96px;
}

.service-panel {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  margin-bottom: 80px;
  overflow: hidden;
}

.service-panel__image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-panel__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-panel__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 510px;
  gap: 0 150px;
  padding: 330px 80px 300px;
  color: #fff;
  background-color: rgba(var(--rgb-black), 0.8);
}

.service-panel__title {
  margin: 0 0 40px;
  font-size: 72px;
  font-weight: 300;
  line-height: 1.1;
}

.service-panel__text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  opacity: 0.8;
}

.service-panel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-panel__nav .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 24px;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
}
.service-panel__nav .link:hover {
  text-decoration: none;
  color: #fff;
}
.service-panel__nav .link__text {
  padding-right: 8px;
  opacity: 0.6;
  -webkit-transition: var(--transition-value);
  transition: var(--transition-value);
}
.service-panel__nav .link:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-panel__nav .link__ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  opacity: 0.4;
}

@media (max-width: 1360px) {
  .service-panel {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (max-width: 1200px) {
  .services-panels-section {
    margin-bottom: 80px;
  }
  .services-panels-section .section-header {
    margin-bottom: 80px;
  }
  .service-panel {
    margin-bottom: 60px;
  }
  .service-panel__content {
    grid-template-columns: minmax(0, 1fr) 410px;
    gap: 0 100px;
    padding: 160px 80px 140px;
  }
  .service-panel__title {
    font-size: 68px;
  }
}
@media (max-width: 1030px) {
  .service-panel__content {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 0 40px;
    padding: 110px 40px 100px;
  }
  .service-panel__title {
    margin: 0 0 36px;
    font-size: 56px;
  }
  .service-panel__text {
    font-size: 20px;
  }
  .service-panel__nav .link {
    padding: 16px 0;
    font-size: 20px;
  }
}
@media (max-width: 860px) {
  .services-panels-section .section-header {
    margin-bottom: 48px;
  }
  .service-panel {
    position: relative;
    top: initial;
    margin-bottom: 24px;
  }
  .service-panel__content {
    grid-template-columns: 1fr;
    gap: 56px 0;
    padding: 72px 32px;
  }
  .service-panel__title {
    margin: 0 0 28px;
    font-size: 48px;
  }
}
@media (max-width: 560px) {
  .services-panels-section {
    margin-bottom: 60px;
  }
  .services-panels-section .section-header {
    margin-bottom: 36px;
  }
  .service-panel__content {
    gap: 44px 0;
    padding: 44px 16px;
  }
  .service-panel__title {
    margin: 0 0 24px;
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .service-panel__title {
    font-size: 32px;
  }
  .service-panel__text {
    font-size: 18px;
  }
  .service-panel__nav .link {
    font-size: 18px;
  }
  .service-panel__nav .link__ico {
    width: 18px;
    height: 18px;
  }
}
/* #endregion */
/*_______ Services Navs _______*/
/* #region */
.services-nav-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 180px;
}

.services-nav-section.primary .services-nav-bg-shape {
  position: absolute;
  z-index: 0;
  top: 26%;
  left: 38%;
  opacity: 0.6;
}

.services-nav-section.secondary .services-nav-bg-shape {
  position: absolute;
  z-index: 0;
  top: 15%;
  left: 38%;
  opacity: 0.6;
}

.services-nav-section .section-header {
  margin-bottom: 60px;
}

.services-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 140px;
}
.services-nav-wrap:last-child {
  margin-bottom: 0;
}

.services-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(var(--rgb-primary), 0.2);
  font-size: 36px;
  line-height: 1.4;
  text-decoration: none;
  color: var(--primary);
}
.services-nav-link .link__text {
  padding-right: 8px;
  -webkit-transition: var(--transition-value);
  transition: var(--transition-value);
  opacity: 0.8;
}
.services-nav-link .link__ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-left: auto;
  -webkit-transition: var(--transition-value);
  transition: var(--transition-value);
  opacity: 0.2;
}
.services-nav-link:hover {
  text-decoration: none;
  color: var(--primary);
  opacity: 1;
}
.services-nav-link:hover .link__text {
  opacity: 1;
}
.services-nav-link:hover .link__ico {
  opacity: 0.6;
}
.services-nav-link:last-child {
  border-bottom: 1px solid rgba(var(--rgb-primary), 0.2);
}

.services-nav-link.category {
  padding-top: 0;
  padding-bottom: 20px;
  border-top: none;
  font-size: 48px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  text-decoration: none;
  color: rgba(var(--rgb-primary), 0.8);
}
.services-nav-link.category:hover {
  text-decoration: none;
  color: rgba(var(--rgb-primary), 1);
}

@media (max-width: 1200px) {
  .services-nav-section {
    margin-bottom: 80px;
  }
  .services-nav-section.primary .services-nav-bg-shape {
    width: 560px;
  }
  .services-nav-section.secondary .services-nav-bg-shape {
    width: 560px;
  }
}
@media (max-width: 1030px) {
  .services-nav-section.primary .services-nav-bg-shape {
    left: 24%;
    width: 480px;
  }
  .services-nav-section.secondary .services-nav-bg-shape {
    left: 24%;
    width: 480px;
  }
}
@media (max-width: 860px) {
  .services-nav-wrap {
    margin-bottom: 100px;
  }
  .services-nav-section .section-header {
    margin-bottom: 48px;
  }
  .services-nav-link {
    padding: 20px 0;
    font-size: 32px;
  }
  .services-nav-link .link__ico {
    width: 26px;
    height: 26px;
  }
  .services-nav-link.category {
    padding-bottom: 16px;
    font-size: 40px;
  }
}
@media (max-width: 720px) {
  .services-nav-section.primary .services-nav-bg-shape {
    left: 22%;
    width: 360px;
  }
}
@media (max-width: 560px) {
  .services-nav-section.primary .services-nav-bg-shape {
    left: 22%;
    width: 320px;
  }
  .services-nav-section.secondary .services-nav-bg-shape {
    left: 22%;
    width: 360px;
  }
  .services-nav-wrap {
    margin-bottom: 90px;
  }
  .services-nav-section .section-header {
    margin-bottom: 36px;
  }
  .services-nav-link {
    padding: 16px 0;
    font-size: 28px;
  }
  .services-nav-link .link__ico {
    width: 22px;
    height: 22px;
  }
  .services-nav-link.category {
    padding-bottom: 12px;
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .services-nav-section {
    margin-bottom: 68px;
  }
  .services-nav-section.primary .services-nav-bg-shape {
    left: 20%;
    width: 280px;
  }
  .services-nav-section.secondary .services-nav-bg-shape {
    left: 24%;
    width: 280px;
  }
  .services-nav-section .section-header {
    margin-bottom: 28px;
  }
  .services-nav-wrap {
    margin-bottom: 72px;
  }
  .services-nav-link {
    padding: 14px 0;
    font-size: 22px;
  }
  .services-nav-link .link__ico {
    width: 18px;
    height: 18px;
  }
}
/* #endregion */
/*_______ Location _______*/
/* #region */
.location-section {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 230px;
}
.location-section .section-wrapper {
  max-width: 1440px;
}

.location-section .section-header {
  margin-bottom: 105px;
}
.location-section .section-header__name {
  color: #fff;
  opacity: 0.6;
}
.location-section .section-header__title {
  color: #fff;
}

.location-section-fade {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--rgb-black), 0.8);
}

.location-bg-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.location-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.location-organization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 56px 0;
  max-width: 740px;
  margin-left: auto;
}

.location-info {
  display: grid;
  grid-template-columns: minmax(0, -webkit-max-content) minmax(0, auto);
  grid-template-columns: minmax(0, max-content) minmax(0, auto);
  gap: 32px 160px;
}

.location-address {
  font-size: 48px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.8;
}

.location-hr {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.location-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
}

.location-info__title {
  margin-bottom: 12px;
  line-height: 1.2;
  color: #fff;
  opacity: 0.6;
}

.location-info__value {
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
.location-info__value:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 860px) {
  .location-section {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .location-section .section-header {
    margin-bottom: 80px;
  }
  .location-organization {
    gap: 48px 0;
  }
  .location-info {
    gap: 32px 80px;
  }
  .location-address {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .location-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .location-section .section-header {
    margin-bottom: 52px;
  }
  .location-organization {
    gap: 30px 0;
  }
  .location-address {
    font-size: 30px;
  }
  .location-info__item {
    font-size: 22px;
  }
  .location-info__title {
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .location-section {
    padding-top: 60px;
    padding-bottom: 72px;
  }
  .location-section .section-header {
    margin-bottom: 48px;
  }
  .location-organization {
    gap: 32px 0;
  }
  .location-info {
    grid-template-columns: 1fr;
    gap: 28px 0;
  }
  .location-address {
    font-size: 26px;
  }
}
/* #endregion */
/*_______ breadcrumbs _______*/
/* #region */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.breadcrumbs__item {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  color: rgba(var(--rgb-primary), 0.4);
}
.breadcrumbs__item:hover {
  color: var(--primary);
  text-decoration: none;
}

.breadcrumbs__pointer {
  padding-left: 6px;
}

.breadcrumbs__item_current {
  margin-right: 0;
  color: var(--primary);
}
.breadcrumbs__item_current:hover {
  color: var(--primary);
  text-decoration: none;
}

/* #endregion */
@media (max-width: 1030px) {
  .breadcrumbs {
    margin-bottom: 28px;
  }
}
/*_______ About _______*/
/* #region */
.about-section {
  margin-bottom: 180px;
}

.about-wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.about-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
}
.about-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 150px 80px 150px 130px;
  line-height: 1.2;
  background-color: #fff;
}
.about-item__number {
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 400;
  font-style: italic;
  color: var(--orange);
}
.about-item__title {
  margin-bottom: 24px;
  font-size: 48px;
  color: var(--primary);
}
.about-item__text {
  font-size: 24px;
  line-height: 1.4;
  color: var(--primary);
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .about-section {
    margin-bottom: 120px;
  }
  .about-wrap {
    margin: 0 -16px;
  }
  .about-item__content {
    padding: 60px 80px 100px;
  }
  .about-item__number {
    margin-bottom: 36px;
    font-size: 56px;
  }
  .about-item__title {
    font-size: 44px;
  }
}
@media (max-width: 1030px) {
  .about-item__content {
    padding: 40px 60px 60px;
  }
  .about-item__number {
    margin-bottom: 32px;
    font-size: 48px;
  }
  .about-item__title {
    font-size: 36px;
  }
  .about-item__text {
    font-size: 22px;
  }
}
@media (max-width: 860px) {
  .about-section {
    margin-bottom: 100px;
  }
  .about-item__content {
    padding: 40px 40px 60px;
  }
  .about-item__number {
    margin-bottom: 28px;
    font-size: 44px;
  }
  .about-item__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .about-item__text {
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  .about-section {
    margin-bottom: 80px;
  }
  .about-item {
    grid-template-columns: 1fr;
  }
  .about-item__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 360px;
  }
  .about-item__content {
    padding: 36px 32px 48px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-item__title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .about-item__image {
    height: 280px;
  }
  .about-item__content {
    padding: 28px 16px 36px;
  }
  .about-item__title {
    margin-bottom: 18px;
    font-size: 28px;
  }
  .about-item__number {
    margin-bottom: 24px;
    font-size: 40px;
  }
}
@media (max-width: 420px) {
  .about-item__image {
    height: 260px;
  }
  .about-item__content {
    padding: 24px 16px 32px;
  }
  .about-item__number {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .about-item__title {
    margin-bottom: 16px;
    font-size: 26px;
  }
  .about-item__text {
    font-size: 18px;
  }
}
/* #endregion */
/*_______ FAQ _______*/
/* #region */
.faq-items {
  max-width: 950px;
  width: 100%;
}

.faq-item {
  margin-bottom: 24px;
}
.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 20px 28px;
  border-radius: 8px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.18;
  cursor: pointer;
}
.faq-item__title span {
  padding-right: 10px;
}

.faq-item__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #e8e8e8;
}

.faq-item__ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  opacity: 0.5;
}

.faq-item__content {
  display: none;
  margin-top: 16px;
}

.faq-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 820px;
  width: 100%;
  padding: 0 28px 8px;
  border-radius: 8;
  font-size: 20px;
  line-height: 1.4;
}

.faq-item__text p {
  margin: 0 0 8px;
}

.faq-item_open .faq-item__content {
  display: block;
}

.faq-item.faq-item_open {
  -webkit-transition: var(--transition-value);
  transition: var(--transition-value);
}

.faq-item_open .faq-item__ico {
  margin-top: -2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: var(--transition-value);
  transition: var(--transition-value);
}

@media (max-width: 860px) {
  .faq-item__title {
    padding: 16px 20px;
    font-size: 24px;
  }
  .faq-item__control {
    width: 32px;
    height: 32px;
  }
  .faq-item__ico {
    width: 20px;
    height: 20px;
  }
  .faq-item__text {
    padding: 0 20px 8px;
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .faq-item__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    line-height: 1.15;
  }
}
@media (max-width: 480px) {
  .faq-item {
    margin-bottom: 20px;
  }
  .faq-item__title {
    font-size: 20px;
  }
  .faq-item__ico {
    margin-top: 2px;
  }
}
/* #endregion */
/*_______ contacts _______*/
/* #region */
.contacts-organization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px 0;
}

.contacts-hr {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--rgb-primary), 0.2);
}

.contacts-address {
  font-size: 48px;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 0.8;
}

.contacts-info {
  display: grid;
  grid-template-columns: minmax(0, -webkit-max-content) minmax(0, auto);
  grid-template-columns: minmax(0, max-content) minmax(0, auto);
  gap: 32px 160px;
}

.contacts-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
}

.contacts-info__title {
  margin-bottom: 12px;
  line-height: 1.2;
  opacity: 0.6;
}

.contacts-info__value {
  line-height: 1.4;
  text-decoration: none;
  color: var(--primary);
  opacity: 0.8;
}
.contacts-info__value:hover {
  text-decoration: none;
  color: var(--primary);
  opacity: 0.8;
}

.contacts-map {
  max-width: 1440px;
  width: 100%;
  height: 760px;
  margin: 0 auto;
}
.contacts-map .map {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .contacts-organization {
    gap: 60px 0;
  }
}
@media (max-width: 860px) {
  .contacts-organization {
    gap: 40px 0;
  }
  .contacts-info {
    gap: 32px 80px;
  }
  .contacts-address {
    font-size: 36px;
  }
  .contacts-map {
    height: 420px;
  }
}
@media (max-width: 560px) {
  .contacts-organization {
    gap: 30px 0;
  }
  .contacts-address {
    font-size: 30px;
  }
  .contacts-info__item {
    font-size: 22px;
  }
  .contacts-info__title {
    margin-bottom: 8px;
  }
  .contacts-map {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .contacts-organization {
    gap: 32px 0;
  }
  .contacts-info {
    grid-template-columns: 1fr;
    gap: 28px 0;
  }
  .contacts-address {
    font-size: 26px;
  }
  .contacts-map {
    height: 320px;
  }
}
/* #endregion */
/*_______ Content Offer _______*/
/* #region */
.content-offer-section {
  margin-bottom: 120px;
}
.content-offer-section .section-wrapper {
  max-width: 1440px;
}

.content-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background-color: #fff;
}

.content-offer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 110px 140px;
}

.content-offer__title {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--primary);
}

.content-offer__text {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--primary);
  opacity: 0.6;
}

.content-offer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.content-offer__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-offer__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .content-offer-section {
    margin-bottom: 80px;
  }
  .content-offer__info {
    padding: 36px 40px 56px;
  }
  .content-offer__title {
    font-size: 40px;
  }
  .content-offer__text {
    font-size: 20px;
  }
}
@media (max-width: 1030px) {
  .content-offer__title {
    font-size: 36px;
  }
}
@media (max-width: 860px) {
  .content-offer-section {
    margin-bottom: 40px;
  }
  .content-offer {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .content-offer__info {
    padding: 32px 32px 44px;
  }
  .content-offer__image {
    height: 420px;
  }
}
@media (max-width: 560px) {
  .content-offer-section {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .content-offer {
    gap: 20px;
    margin-right: -16px;
    margin-left: -16px;
  }
  .content-offer__info {
    padding: 28px 16px 36px;
    border-radius: 0;
  }
  .content-offer__title {
    margin-bottom: 22px;
    font-size: 30px;
  }
  .content-offer__text {
    font-size: 18px;
  }
  .content-offer__image {
    height: 340px;
    border-radius: 0;
  }
}
/* #endregion */
/*_______ Content _______*/
/* #region */
.content-section {
  margin-top: 40px;
  margin-bottom: 120px;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 40px 120px;
}

.content-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.6;
  color: rgba(var(--rgb-primary), 0.6);
}

.content-module h1 {
  margin-top: 0;
  color: var(--primary);
}

.content-module h2,
.content-module h3,
.content-module h4,
.content-module h5 {
  margin-top: 16px;
  color: var(--primary);
}

.content-module img {
  border-radius: 4px;
}

.content-module p > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 16px;
  margin-bottom: 12px;
}

.content-module p ~ img {
  margin-top: 16px;
  margin-bottom: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1030px) {
  .content-section {
    margin-bottom: 80px;
  }
  .content-wrapper {
    grid-template-columns: 1fr 280px;
  }
}
@media (max-width: 860px) {
  .content-side {
    display: none;
  }
}
@media (max-width: 560px) {
  .content-section {
    margin-top: 32px;
  }
  .content-module {
    line-height: 1.5;
  }
  .content-module h2,
  .content-module h3,
  .content-module h4,
  .content-module h5 {
    margin-top: 12px;
  }
  .content-module p > img {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .content-module p ~ img {
    margin-top: 12px;
    margin-bottom: 10px;
  }
}
/* #endregion */
/*_______ Content Carousel _______*/
/* #region */
.content-carousel {
  position: relative;
  padding-top: 12px;
  padding-bottom: 24px;
}

.content-carousel + h2,
.content-carousel + h3,
.content-carousel + h4 {
  margin-top: 10px;
}

.content-carousel__slide {
  width: 100% !important;
}

.content-carousel__title {
  font-size: 14px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: normal;
}

.content-carousel__image {
  width: 100%;
  height: 480px;
  margin-bottom: 8px;
  border-radius: 4px 4px 0 4px;
  overflow: hidden;
}

.content-carousel__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-carousel__sum {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 4px 0 4px 10px;
  border-radius: 4px 0 4px 0;
  color: var(--gray-orange-300);
  background-color: var(--primary);
  z-index: 1;
}

.content-carousel__total {
  width: auto;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1.5;
}

.content-carousel__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-carousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (max-width: 1030px) {
  .content-carousel__image {
    height: 410px;
  }
}
@media (max-width: 860px) {
  .content-carousel__image {
    height: 380px;
  }
}
@media (max-width: 560px) {
  .content-section {
    margin-bottom: 60px;
  }
  .content-carousel {
    padding-top: 8px;
    padding-bottom: 16px;
  }
  .content-carousel__image {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .content-carousel__image {
    height: 240px;
  }
}
/* #endregion */
/*_______ sidebar _______*/
/* #region */
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 36px 40px;
  border: 1px solid #d4d4c8;
  border-radius: 2px;
}

.sidebar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 20px;
}
.sidebar-list:last-child {
  margin-bottom: 0;
}

.sidebar__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  color: var(--primary);
}
.sidebar__category:last-child {
  margin-bottom: 0;
}
.sidebar__category:hover {
  text-decoration: none;
  color: var(--primary);
  opacity: 0.7;
}

.sidebar__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 8px;
  margin-left: 20px;
  font-size: 18px;
  text-decoration: none;
  color: rgba(var(--rgb-primary), 0.6);
}
.sidebar__item:last-child {
  margin-bottom: 0;
}
.sidebar__item:hover {
  text-decoration: none;
  color: var(--primary);
  opacity: 0.8;
}

.sidebar__category.current,
.sidebar__item.current {
  -ms-flex-item-align: start;
  align-self: start;
  padding: 10px 10px 8px;
  border-radius: 2px;
  color: var(--primary);
  background-color: var(--orange);
}
.sidebar__category.current:hover,
.sidebar__item.current:hover {
  text-decoration: none;
  color: var(--primary);
  background-color: var(--orange);
  opacity: 1;
}

.sidebar-list .sidebar__category.current {
  margin-bottom: 8px;
}

.sidebar__item.current {
  margin: -4px 0 8px 10px;
}

@media (max-width: 1030px) {
  .sidebar {
    padding: 20px;
  }
  .sidebar__category {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .sidebar__item {
    margin-left: 16px;
    font-size: 16px;
  }
  .sidebar__category.current,
  .sidebar__item.current {
    padding: 8px 10px 6px;
    border-radius: 2px;
  }
  .sidebar-list {
    margin: 0 0 26px;
  }
}
/* #endregion */
/*_______ Sidebar Mobile _______*/
/* #region */
.sidebar-mob-select-section {
  display: none;
}

.sidebar-mob-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -6px;
  padding: 13px 18px 12px;
  border: 1px solid #d4d4c8;
  border-radius: 4px;
  font-size: 16px;
  color: var(--primary);
  cursor: pointer;
}

.sidebar-mob-select__ico {
  width: 14px;
  margin-left: auto;
  opacity: 0.8;
}

.sidebar-mob {
  display: none;
}

.sidebar-mob .sidebar {
  position: relative;
  top: initial;
  border-top: none;
  border-right: 1px solid #d4d4c8;
  border-bottom: 1px solid #d4d4c8;
  border-left: 1px solid #d4d4c8;
  border-radius: 0 0 4px 4px;
}

.sidebar-mob .sidebar__item {
  font-size: 15px;
}

.sidebar-mob .sidebar__item.current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 6px;
}

/* #endregion */
@media (max-width: 860px) {
  .sidebar-mob-select-section {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 32px;
  }
  .sidebar__category.current,
  .sidebar__item.current {
    border-radius: 4px;
  }
}
/*_______ Notfound _______*/
/* #region */
.notfound-section {
  padding-top: 140px;
  padding-bottom: 200px;
}

.notfound-bg-shape {
  position: absolute;
  z-index: -1;
  top: -50px;
  right: -290px;
  opacity: 0.6;
}

.notfound-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px 0;
}

.notfound__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 36px;
}

.notfound__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 590px;
}

.notfound__title {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}

.notfound__text {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: rgba(var(--rgb-primary), 0.6);
}

@media (max-width: 860px) {
  .notfound-section {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .notfound__title {
    font-size: 44px;
  }
}
@media (max-width: 640px) {
  .notfound-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .notfound__title {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .notfound-bg-shape {
    top: -40px;
    right: -270px;
  }
  .notfound__image {
    margin-bottom: 20px;
  }
  .notfound__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .notfound-bg-shape {
    top: -20px;
    right: -210px;
  }
}
@media (max-width: 420px) {
  .notfound-bg-shape {
    top: -32px;
    right: -180px;
  }
}
/* #endregion */
/*_______ Thanks Page _______*/
/* #region */
.thanks-section {
  padding-top: 140px;
  padding-bottom: 200px;
}

.thanks-bg-shape {
  position: absolute;
  z-index: -1;
  top: -50px;
  right: -290px;
  opacity: 0.6;
}

.thanks-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px 0;
}

.thanks__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.thanks__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 590px;
}

.thanks__title {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}

.thanks__text {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: rgba(var(--rgb-primary), 0.6);
}

@media (max-width: 860px) {
  .thanks-section {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .thanks__title {
    font-size: 44px;
  }
}
@media (max-width: 640px) {
  .thanks-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .thanks__title {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .thanks-bg-shape {
    top: -40px;
    right: -270px;
  }
  .thanks__title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .thanks-bg-shape {
    top: -20px;
    right: -210px;
  }
}
@media (max-width: 420px) {
  .thanks-bg-shape {
    top: -32px;
    right: -160px;
  }
}
/* #endregion */
/*_______ Footer _______*/
/* #region */
.footer-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
}

.height-fullscreen footer {
  margin-top: auto;
}

.footer-box {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  grid-gap: 60px 220px;
}

.footer-nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 0;
}

.footer-nav__link {
  font-size: 36px;
  line-height: 1.2;
  color: var(--primary);
}
.footer-nav__link:hover {
  color: var(--primary);
  opacity: 0.6;
}

.footer-organization {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: 44px 180px;
  grid-auto-flow: column;
  grid-template-rows: auto auto;
}

.footer-info__item {
  line-height: 1.2;
}

.footer-info__title {
  margin-bottom: 16px;
  font-size: 24px;
  opacity: 0.6;
}

.footer-info__text {
  font-size: 36px;
  color: var(--primary);
}

a.footer-info__text:hover {
  color: var(--primary);
  opacity: 0.6;
}

.footer-iso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: end;
  gap: 40px;
}
.footer-iso__text {
  font-size: 24px;
  line-height: 1.2;
  opacity: 0.6;
}
.footer-iso__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 125px;
  height: 83px;
  opacity: 0.8;
}

@media (max-width: 1280px) {
  .footer-box {
    gap: 60px 140px;
  }
  .footer-organization {
    gap: 44px 120px;
  }
}
@media (max-width: 1200px) {
  .footer-section {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .footer-box {
    gap: 60px 80px;
  }
  .footer-nav-col {
    gap: 24px 0;
  }
  .footer-nav__link {
    font-size: 28px;
  }
  .footer-organization {
    gap: 44px 80px;
  }
  .footer-info__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .footer-info__text {
    font-size: 28px;
  }
  .footer-iso {
    gap: 32px;
  }
  .footer-iso__text {
    font-size: 22px;
  }
  .footer-iso__img {
    width: 102px;
    height: 68px;
  }
}
@media (max-width: 1030px) {
  .footer-box {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    gap: 60px;
  }
  .footer-organization {
    gap: 36px 60px;
  }
  .footer-nav-col {
    gap: 20px 0;
  }
  .footer-nav__link {
    font-size: 24px;
  }
  .footer-info__title {
    margin-bottom: 8px;
  }
  .footer-info__text {
    font-size: 24px;
  }
  .footer-iso__text {
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  .footer-section {
    padding-top: 44px;
    padding-bottom: 52px;
  }
  .footer-box {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .footer-organization {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-template-rows: auto;
    gap: 28px 60px;
  }
  .footer-nav__link {
    font-size: 26px;
  }
  .footer-info__title {
    font-size: 22px;
  }
  .footer-info__text {
    font-size: 26px;
  }
  .footer-iso {
    gap: 28px;
  }
  .footer-iso__img {
    width: 90px;
    height: 60px;
  }
}
/* #endregion */
