/**{
  all:unset;
}*/
/*
title {
  display: none;
}*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
ul[class],
ol[class] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.body_hide {
  opacity: 0;
  transition: 0.5s opacity ease-in-out;
}
.body_visible {
  opacity: 1;
}
.no-scroll {
  overflow: hidden;
}
:disabled {
  cursor: no-drop;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0px;
}
.wrapper-page {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 0px;
}
.wrapper-content {
  flex-grow: 1;
  padding-bottom: 0px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.btn-all {
  display: inline-block;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  padding: 0px;
  border: none;
  background-color: transparent;
}
.btn-all:focus {
  outline: none;
  box-shadow: none;
}
.btn-all.focus {
  outline: none;
  box-shadow: none;
}
.btn-all:hover {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}
.btn-all:active {
  outline: none;
  box-shadow: none;
}
.btn-all:disabled {
  cursor: no-drop;
}
input {
  width: 100%;
  background: inherit;
  border: inherit;
  border-radius: inherit;
  padding: inherit;
  box-sizing: border-box;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  height: unset;
}
input::-webkit-input-placeholder {
  color: inherit;
}
input:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder {
  color: inherit;
}
input::placeholder {
  color: inherit;
}
input.error {
  color: inherit;
  border: inherit;
}
input:hover {
  border: inherit;
}
input:focus {
  border: inherit;
  outline: none;
}
textarea {
  width: 100%;
  height: auto;
  background: inherit;
  border: inherit;
  border-radius: inherit;
  padding: inherit;
  box-sizing: border-box;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
textarea::-webkit-input-placeholder {
  color: inherit;
}
textarea:-ms-input-placeholder {
  color: inherit;
}
textarea::-ms-input-placeholder {
  color: inherit;
}
textarea::placeholder {
  color: inherit;
}
textarea.error {
  color: inherit;
  border: inherit;
}
textarea:hover {
  border: inherit;
}
textarea:focus {
  background: inherit;
  border: inherit;
  outline: none;
}
.scroll {
  overflow: auto;
  margin-right: 0px;
}
.scroll::-webkit-scrollbar {
  width: 6px;
  height: auto;
  background: transparent;
  display: block;
}
.scroll::-webkit-scrollbar-track {
  margin-top: 4px;
  margin-bottom: 4px;
  background: transparent;
}
.scroll::-webkit-scrollbar-thumb {
  background: rgba(249, 95, 85, 0.5);
  width: 6px;
  z-index: 1;
  display: block;
}
.scroll::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 5px;
}
.scroll::-webkit-scrollbar-track-piece:start {
  background: transparent;
  margin-top: 5px;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Golos Text';
  background-color: #F7F7F7;
  color: #2C2C2C;
}
.title-lvl-one {
  font-family: 'Bebas Neue Cyrillic';
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.title-lvl-two {
  font-family: 'Bebas Neue Cyrillic';
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.title-lvl-three {
  font-family: 'Bebas Neue Cyrillic';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.txt-all-big {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}
.txt-all-middle {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
.txt-all-middle-bold {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
.txt-all-small {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
.btn-general {
  text-align: center;
  color: #2C2C2C;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  border-radius: 8px;
  border: 1px solid #EAA84D;
  background: linear-gradient(180deg, #F6A434 0%, #F2BC2C 100%);
  box-shadow: 0 4px 7px 0 rgba(125, 66, 0, 0.15);
  transition: all 0.4s ease;
}
.btn-general:hover {
  color: #2C2C2C;
  background: linear-gradient(180deg, #F5AF54 0%, #F3C656 100%);
  transition: all 0.4s ease;
}
.btn-general:active {
  color: #2C2C2C;
  background: linear-gradient(180deg, #F6C383 0%, #F4D68F 100%);
  transition: all 0.4s ease;
}
.btn-big {
  padding: 20px 40px;
}
.btn-small {
  padding: 12px 24px;
}
.all-link {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #EAA84D;
  text-decoration: unset;
}
.all-link:hover {
  text-decoration: unset;
  color: #EBB264;
}
.all-link:active {
  color: #EEC58C;
}
.all-input {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #2C2C2C;
  padding: 15px;
  max-height: unset;
  height: unset;
  border: 2px solid #FFF;
  border-radius: 8px;
  background: #FFF;
}
.all-input::-webkit-input-placeholder {
  color: #989898;
}
.all-input:-ms-input-placeholder {
  color: #989898;
}
.all-input::-ms-input-placeholder {
  color: #989898;
}
.all-input::placeholder {
  color: #989898;
}
.all-input:hover {
  border: 2px solid var(--orange, #FF9F00);
}
.all-input:focus {
  outline: none;
  box-shadow: unset;
  border: 2px solid #FFF;
}
.all-input:focus ~ .substrate-input {
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
  border-radius: 14px;
  opacity: 0.2;
  background: var(--orange, #F6A434);
  z-index: -1;
}
.all-input.error {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #2C2C2C;
  padding: 16px;
  max-height: unset;
  height: unset;
  border: 2px solid #FFF;
  border-radius: 8px;
  background: #FFF;
}
.all-input.error::-webkit-input-placeholder {
  color: #989898;
}
.all-input.error:-ms-input-placeholder {
  color: #989898;
}
.all-input.error::-ms-input-placeholder {
  color: #989898;
}
.all-input.error::placeholder {
  color: #989898;
}
.all-input.error:hover {
  border: 2px solid var(--orange, #FF9F00);
}
.all-input.error:focus {
  outline: none;
  box-shadow: unset;
  border: 2px solid #FFF;
}
.all-input.error:focus ~ .substrate-input {
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
  border-radius: 14px;
  opacity: 0.2;
  background: var(--orange, #F6A434);
  z-index: -1;
}
.form-group {
  margin-bottom: 24px;
  position: relative;
}
@-webkit-keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pull {
  0% {
    background: radial-gradient(100% 50%, #FFFFFF, #F6A434);
  }
  100% {
    background: radial-gradient(0% 100%, #FFFFFF, #F6A434);
  }
}
@-webkit-keyframes pull {
  0% {
    background: radial-gradient(100% 50%, #FFFFFF, #F6A434);
  }
  100% {
    background: radial-gradient(0% 100%, #FFFFFF, #F6A434);
  }
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFF;
  border-color: var(--orange, #FF9F00);
  background: radial-gradient(100% 50%, #FFFFFF, --orange, #F6A434);
}
.custom-control {
  padding-left: 24px;
}
.custom-control-label::after {
  position: absolute;
  top: 6px;
  left: -19px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 20px;
  transform: scale(0);
}
.custom-checkbox .custom-control-label::before {
  content: '';
  border-radius: 4px;
  border: 1px solid #FFF;
  width: 24px;
  height: 24px;
  background: radial-gradient(100% 50%, #FFF, #FFF);
  background-position-y: 0;
  background-size: 100% 100%;
  position: absolute;
  left: -24px;
  top: 2px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFF;
  border-color: var(--orange, #FF9F00);
  -webkit-animation: pull 0.1s ease forwards;
  animation: pull 0.1s ease forwards;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("/assets/template/dev/img/icon/check.svg");
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -20px;
  top: 6px;
  border-radius: 0;
  -webkit-animation: bounce 0.2s linear forwards;
  animation: bounce 0.2s linear forwards;
  transform: scale(1);
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  opacity: 0;
  top: 2px;
}
.custom-control-input:focus {
  box-shadow: unset;
  outline: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  border: 1px solid var(--orange, #FF9F00);
}
.custom-control-input:active {
  box-shadow: unset;
  outline: none;
}
.custom-control-input:hover {
  cursor: pointer;
}
.custom-control-input:hover ~ .custom-control-label::before {
  border: 1px solid var(--orange, #FF9F00);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: unset;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  box-shadow: unset;
  border-color: #D2D5E0;
}
.custom-control-label {
  padding-left: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #36414D;
  cursor: pointer;
}
.b-right-header {
  position: relative;
  margin-right: 12px;
  margin-top: -8px;
  z-index: 1;
  padding-top: 12px;
}
.b-right-header:before {
  content: '';
  position: absolute;
  border-radius: 0 0 8px 8px;
  border-right: 1px solid #434343;
  border-bottom: 1px solid #434343;
  border-left: 1px solid #434343;
  background: var(--black, #2C2C2C);
  backdrop-filter: blur(2px);
  top: 0;
  left: -12px;
  right: -12px;
  bottom: -12px;
  z-index: -1;
}
.b-right-header:after {
  content: '';
  position: absolute;
  border-radius: 0 0 6px 6px;
  border-right: 1px solid var(--gray-3, #5E5E5E);
  border-bottom: 1px solid var(--gray-3, #5E5E5E);
  border-left: 1px solid var(--gray-3, #5E5E5E);
  backdrop-filter: blur(2px);
  top: 0;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.4s ease;
}
.header.header-scroll {
  transition: all 0.4s ease;
  background: rgba(247, 247, 247, 0.9);
  backdrop-filter: blur(2px);
}
.header.header-scroll.open-menu {
  backdrop-filter: unset;
}
.header .navbar-nav {
  column-gap: 20px;
  margin-left: auto;
  margin-right: auto;
}
.header .navbar-nav .nav-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #2C2C2C;
  padding: 0;
}
.header .navbar-nav .nav-link:hover {
  color: #F6A434;
}
.header .navbar-nav .nav-link.active {
  color: #F6A434;
}
.phone-header {
  margin-bottom: 0;
  color: #FFF;
  display: block;
}
.navbar {
  padding: 0;
}
.section-banner {
  background-image: url("/assets/template/dev/img/banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 26px;
}
.title-banner {
  margin-bottom: 32px;
}
.txt-banner {
  margin-bottom: 48px;
}
.content-banner {
  padding-top: 204px;
  max-width: 749px;
  margin-bottom: 100px;
}
.txt-white {
  color: #FFF;
}
.b-signature-banner {
  padding: 20px 20px 20px 96px;
  border: 1px solid #434343;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  max-width: 509px;
  margin-left: auto;
  border-radius: 8px;
}
.txt-initials {
  margin-bottom: 4px;
}
.img-signature-banner {
  position: absolute;
  left: -41px;
  top: -10px;
  max-width: 120px;
}
.navbar-brand {
  max-width: 204px;
}
.logo-header {
  width: 100%;
}
.section-facts {
  padding-top: 152px;
}
.one-fact {
  border-radius: 8px;
  border: 1px solid #434343;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  padding: 4px;
  height: 100%;
}
.one-fact-inside {
  border-radius: 6px;
  border: 1px dashed var(--gray-3, #5E5E5E);
  padding: 16px;
  height: 100%;
}
.txt-big-orange-block-black {
  font-style: normal;
  font-weight: 400;
  font-size: 79px;
  line-height: 100px;
  letter-spacing: 0.96px;
  font-family: 'Bebas Neue Cyrillic';
  text-transform: uppercase;
  background: linear-gradient(180deg, #F6A434 -19.44%, #F2BC2C 119.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -49px;
  margin-bottom: -26px;
}
.section-all {
  padding-top: 120px;
}
.txt-orange {
  color: #EAA84D;
}
.title-all-mb {
  margin-bottom: 60px;
}
.b-about-me {
  position: relative;
  padding: 48px;
  background: linear-gradient(90deg, #FFF 15.33%, rgba(255, 255, 255, 0.83) 35.71%, #FFF 55.4%);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  margin-bottom: 85px;
}
.txt-initial-about-me {
  margin-bottom: 8px;
}
.txt-profession {
  margin-bottom: 24px;
  color: #989898;
}
.img-about-me {
  position: absolute;
  max-width: 897px;
  right: 0;
  bottom: 0;
}
.one-slide {
  border-radius: 16px;
  overflow: clip;
  position: relative;
}
.slider-all .owl-stage-outer {
  border-radius: 16px;
}
.img-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 382px;
  border-radius: 16px;
}
.b-experience {
  margin-top: 132px;
  margin-bottom: 90px;
}
.custom-owl-nav {
  margin-left: auto;
  width: fit-content;
  width: -moz-fit-content;
  display: flex;
  gap: 20px;
  align-items: center;
}
.custom-owl-nav button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1px solid #2C2C2C;
  border-radius: 100%;
  box-shadow: unset;
  width: 48px;
  height: 48px;
  background-color: #434343;
}
.custom-owl-nav button span {
  display: none;
}
.custom-owl-nav button:hover {
  border: 1px solid #434343;
  background-color: #5E5E5E;
  backdrop-filter: blur(2px);
}
.custom-owl-nav button.owl-prev {
  background-image: url("/assets/template/dev/img/icon/chevron-left-white.svg");
}
.custom-owl-nav button.owl-next {
  background-image: url("/assets/template/dev/img/icon/chevron-right-white.svg");
}
.section-can-prove {
  background: var(--gray-1, #323232);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
}
.img-can-prove {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.one-prove-shell {
  margin-bottom: 30px;
}
.txt-orange-b-black {
  color: #EAA84D;
  font-family: 'Bebas Neue Cyrillic';
  margin-bottom: 8px;
  margin-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.one-fact-inside.one-prove-inside {
  padding: 24px;
}
.b-can-prove {
  padding-top: 120px;
  padding-bottom: 124px;
  position: relative;
}
.one-point-work {
  border-radius: 8px;
  border: 1px solid #434343;
  background: var(--gray-1, #323232);
  backdrop-filter: blur(2px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 276px;
}
.list-all {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
.list-all .one-item-list-all {
  position: relative;
  padding-left: 24px;
  margin-bottom: 4px;
}
.list-all .one-item-list-all:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url("/assets/template/dev/img/icon/arrow-right-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.btn-point-work {
  margin-top: auto;
}
.img-point-work {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.txt-point-work {
  margin-bottom: 8px;
}
.link-point-work {
  margin-top: auto;
}
.one-slide-review {
  background: #FFF;
  border-radius: 16px;
  padding: 40px;
}
.top-slide-review {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
.img-slide-review {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  overflow: clip;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.initials-review {
  margin-bottom: 8px;
}
.txt-description-review {
  margin-bottom: 0;
  color: #989898;
}
.txt-content-review {
  margin-bottom: 0;
}
.slider-reviews .owl-stage-outer {
  border-radius: 16px;
  overflow: unset;
}
.slider-reviews .owl-item {
  position: relative;
}
.slider-reviews .owl-item:before {
  content: '';
  background: linear-gradient(90deg, rgba(247, 247, 247, 0.61) 0%, #F7F7F7 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.slider-reviews .owl-item.active .one-slide-review {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
}
.slider-reviews .owl-item.active:before {
  display: none;
}
.one-cooperation {
  border-radius: 8px;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  padding: 24px 24px 27px 24px;
  height: 100%;
}
.txt-big-cooperation {
  margin-bottom: 8px;
}
.txt-cooperation {
  margin-bottom: 0;
}
.b-form-feedback {
  padding: 120px 0px;
}
.title-feedback {
  margin-bottom: 20px;
}
.txt-feedback {
  margin-bottom: 42px;
}
.section-secondary {
  padding-top: 120px;
}
.lightbox-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox-link img.img-play {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.lightbox-link img.img-play:hover {
  opacity: 0.7;
}
.ekko-lightbox .modal-header {
  height: 0px;
  padding: 0px;
  width: 0px;
}
.ekko-lightbox .modal-header .btn-close {
  opacity: 1;
  padding: 0px;
  color: #fff;
  right: -11px;
  top: 3px;
  font-size: 35px;
  z-index: 1;
  position: absolute;
}
.ekko-lightbox .modal-header .btn-close:hover {
  opacity: 0.5;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-content {
  background: #2C2C2C;
  border: unset;
}
.b-form-feedback-shell {
  background: var(--gray-1, #323232);
  backdrop-filter: blur(2px);
}
.custom-file {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.custom-file .custom-file-label {
  color: #989898;
  position: relative;
  height: 100%;
  display: block;
  padding-right: 44px;
}
.custom-file .custom-file-label:after {
  content: '';
  position: absolute;
  background-image: url("/assets/template/dev/img/icon/file-gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  top: 0;
  right: 16px;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 100%;
  line-height: unset;
  background-color: unset;
  border-left: unset;
  border-radius: unset;
}
.custom-file .clear-file {
  display: none;
  position: absolute;
  background-image: url("/assets/template/dev/img/icon/clear-gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  top: 0;
  right: 16px;
  bottom: 0;
  z-index: 3;
  height: 100%;
  line-height: unset;
  background-color: unset;
  border-left: unset;
  border-radius: unset;
}
.custom-file.custom-file-complete .custom-file-label {
  color: #2C2C2C;
}
.custom-file.custom-file-complete .custom-file-label:after {
  display: none;
}
.custom-file.custom-file-complete .clear-file {
  display: block;
}
.custom-file-input {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}
.custom-file-input:hover ~ .custom-file-label {
  border: 2px solid var(--orange, #FF9F00);
}
.custom-file-input:focus ~ .custom-file-label {
  border: 2px solid #FFF;
  box-shadow: unset;
}
.all-label {
  font-family: 'Golos Text';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 12px;
  color: #FFF;
}
.btn-feedback {
  display: block;
  width: 100%;
  margin-top: -4px;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #FFF;
}
.img-feedback {
  position: absolute;
}
.img-feedback-1 {
  max-height: 945px;
  bottom: -120px;
}
.img-feedback-2 {
  right: -426px;
  left: unset;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 928px;
}
.wrapper-content .card-faq {
  border: 0;
  border-radius: 16px;
  padding: 32px;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  margin-bottom: 24px;
}
.wrapper-content .card-faq:last-child {
  margin-bottom: 0;
}
.wrapper-content .card-faq .card-header {
  background: var(--white, #FFF);
  border: 0;
  padding: 0;
}
.wrapper-content .card-faq .btn-card {
  color: #EAA84D;
  position: relative;
  padding-right: 40px;
}
.wrapper-content .card-faq .btn-card:before {
  content: '';
  background-image: url("/assets/template/dev/img/icon/minus.svg");
  background-size: contain;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
}
.wrapper-content .card-faq .btn-card:after {
  content: '';
  background-image: url("/assets/template/dev/img/icon/plus.svg");
  background-size: contain;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: none;
}
.wrapper-content .card-faq .btn-card.collapsed {
  color: #2C2C2C;
}
.wrapper-content .card-faq .btn-card.collapsed:before {
  display: none;
}
.wrapper-content .card-faq .btn-card.collapsed:after {
  display: block;
}
.wrapper-content .card-faq .card-body {
  padding: 20px 0px 0px 0px;
}
.accordion > .card:not(:last-of-type) {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.block-map {
  height: 100%;
}
.map-block {
  width: 100%;
  height: 612px;
}
.modal-success .modal-content {
  border-radius: 16px;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  padding: 4px;
}
.modal-success .modal-body {
  border-radius: 14px;
  border: 1px dashed var(--gray-4, #989898);
  backdrop-filter: blur(2px);
  padding: 53px;
}
.modal-success .btn-close-modal {
  width: 100%;
}
.modal-success .title-modal {
  margin-bottom: 24px;
}
.modal-success .txt-modal {
  margin-bottom: 32px;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
}
.modal-backdrop.show {
  opacity: 1;
}
.b-contacts {
  border-radius: 8px;
  border: 1px solid #434343;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 1;
  padding: 4px;
}
.b-contacts-inside {
  border-radius: 6px;
  border: 1px dashed var(--gray-3, #5E5E5E);
  backdrop-filter: blur(2px);
  padding: 56px 40px;
}
.title-contacts {
  margin-bottom: 32px;
}
.txt-contacts {
  padding-left: 36px;
  margin-bottom: 16px;
  color: #FFF;
  display: block;
  max-width: 465px;
  position: relative;
}
.txt-contacts:hover {
  color: #FFF;
  text-decoration: unset;
}
.img-contacts {
  position: absolute;
  top: 5px;
  left: 0;
}
.footer {
  background: var(--gray-1, #323232);
}
.txt-footer-info {
  margin-bottom: 8px;
}
.b-footer-logo {
  margin-bottom: 16px;
}
.b-footer-top {
  padding: 33px 0px 20px 0px;
}
.b-footer-bottom {
  border-top: 1px solid #424242;
  padding: 24px 0px 23px 0px;
}
.txt-nav-footer {
  color: #FFF;
}
.txt-nav-footer:hover {
  color: #EAA84D;
}
.item-list-footer {
  margin-bottom: 16px;
}
.item-list-footer:last-child {
  margin-bottom: 0;
}
.img-logo-footer {
  width: 100%;
}
.link-footer {
  color: #FFF;
}
.link-footer:hover {
  color: #EAA84D;
}
.btn-burger {
  width: 48px;
  order: 3;
  height: 48px;
  border-radius: 100%;
  margin-left: 0px;
  background: #2C2C2C;
  border: 1px solid #434343;
  backdrop-filter: blur(2px);
  padding: 12px;
  z-index: 11;
  margin-right: 15px;
}
.hamRotate {
  transform: scale(2);
}
.hamRotate.active {
  transform: rotate(45deg) scale(2);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #FFFFFF;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.ham8 .top {
  stroke-dasharray: 40 160;
}
.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
  stroke-dashoffset: -64px;
}
.ham8.active .middle {
  transform: rotate(90deg);
}
.ham8.active .bottom {
  stroke-dashoffset: -64px;
}
.mobile-shadow {
  position: fixed;
  left: 0;
  top: 0;
  margin-left: -100%;
  height: 100vh;
  width: 100%;
  z-index: 11;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
}
.title-can-prove {
  position: relative;
}
.btn-point-work {
  max-width: 143px;
}
ul.list-point-work {
  margin-bottom: 20px;
}
.row-gap-30 {
  row-gap: 30px;
}
.owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #EAA84D;
}
.owl-carousel button.owl-dot.active {
  background: #EAA84D;
}
.owl-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}
.title-animated {
  overflow: hidden;
}
.btn-close-icon {
  position: absolute;
  right: 10px;
  top: 5px;
}
.link-more {
  margin-left: auto;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
}
@media (max-width: 1199px) {
  .menu-mobile-desktop {
    position: fixed;
    box-sizing: border-box;
    z-index: 10;
    height: auto;
    min-height: 100%;
    width: 320px;
    max-width: 320px;
    right: 0px;
    margin-right: calc(-100% - 30px);
    opacity: 0;
    top: 0px;
    border-top: 1px solid #434343;
    border-right: 1px solid #434343;
    border-left: 1px solid #434343;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2px);
    padding: 104px 0px 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .navbar.navbar-menu .navbar-nav {
    padding: 0px 30px;
  }
  .navbar.navbar-menu .navbar-nav li {
    text-align: center;
    margin-bottom: 40px;
  }
  .navbar.navbar-menu .navbar-nav li .nav-link {
    color: #FFF;
  }
  .navbar.navbar-menu .navbar-nav li .nav-link.active {
    color: #F6A434;
  }
  .header .navbar-nav .nav-link {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .b-right-header {
    position: relative;
    margin-right: 0px;
    margin-top: 0px;
    z-index: 1;
    padding: 24px 30px 0px;
    width: 100%;
    border-top: 1px solid #333;
  }
  .b-right-header:after {
    display: none;
  }
  .b-right-header:before {
    display: none;
  }
  .img-contacts.img-contacts-header {
    top: 1px;
  }
  .btn-header {
    width: 100%;
    margin-top: 10px;
  }
  .title-lvl-one {
    font-family: 'Bebas Neue Cyrillic';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 56px;
    letter-spacing: 0.52px;
    text-transform: uppercase;
  }
  .title-lvl-two {
    font-family: 'Bebas Neue Cyrillic';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }
  .title-lvl-three {
    font-family: 'Bebas Neue Cyrillic';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }
  .txt-all-big {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .txt-all-middle {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .txt-all-middle-bold {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .txt-all-small {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .btn-general {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .all-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .all-input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .content-banner {
    padding-top: 120px;
    max-width: 462px;
    margin-bottom: -42px;
  }
  .section-banner {
    background-image: url('/assets/template/dev/img/banner-tablet.webp');
    padding-bottom: 20px;
  }
  .txt-banner {
    margin-bottom: 32px;
  }
  .title-banner {
    margin-bottom: 20px;
  }
  .b-signature-banner {
    padding: 16px 16px 16px 56px;
    max-width: 370px;
  }
  .img-signature-banner {
    left: -28px;
    top: 0px;
    max-width: 72px;
    bottom: 0;
    margin: auto;
  }
  .section-facts {
    padding-top: 100px;
  }
  .txt-big-orange-block-black {
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 56px;
    letter-spacing: 0.52px;
    margin-top: -46px;
    margin-bottom: -8px;
  }
  .one-fact-inside {
    padding: 12px;
  }
  .section-all {
    padding-top: 100px;
  }
  .b-about-me {
    padding: 48px 15px;
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    min-height: 492px;
  }
  .img-about-me {
    max-width: 768px;
  }
  .b-experience {
    margin-top: 104px;
    margin-bottom: 128px;
  }
  .title-all-mb {
    margin-bottom: 48px;
  }
  .b-can-prove {
    padding-top: 100px;
    padding-bottom: 104px;
  }
  .txt-orange-b-black {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
  .one-fact-inside.one-prove-inside {
    padding: 12px;
  }
  .list-all {
    font-size: 16px;
    line-height: 20px;
  }
  .one-fact.one-prove {
    min-height: 208px;
    background: rgba(0, 0, 0, 0.4);
  }
  .btn-small {
    padding: 12px 16px;
  }
  .one-point-work {
    padding: 16px;
    min-height: 284px;
  }
  .btn-point-work {
    max-width: 117px;
  }
  .one-slide.one-slide-practice {
    max-height: unset;
  }
  .img-slide.img-slide-practice {
    height: 487px;
  }
  .one-cooperation {
    padding: 16px;
    min-height: 164px;
  }
  .title-feedback {
    margin-bottom: 16px;
  }
  .txt-feedback {
    margin-bottom: 32px;
    max-width: 401px;
  }
  .all-label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .img-feedback-1 {
    min-height: 946px;
    max-height: unset;
    bottom: 0px;
    right: -15px;
    height: calc(100% + 27px);
    z-index: -1;
  }
  .b-form-feedback {
    padding: 100px 0px;
  }
  .b-img-feedback {
    position: unset;
  }
  .b-form-feedback {
    position: relative;
  }
  .modal-success .modal-content {
    width: 339px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-success .modal-body {
    padding: 20px;
  }
  .modal-success .title-modal {
    margin-bottom: 8px;
  }
  .modal-success .txt-modal {
    margin-bottom: 24px;
  }
  .wrapper-content .card-faq {
    padding: 24px;
    margin-bottom: 24px;
  }
  .wrapper-content .card-faq .card-body {
    padding: 8px 0px 0px 0px;
  }
  .map-block {
    height: 496px;
  }
  .b-contacts {
    left: 15px;
    top: 100px;
    z-index: 1;
    padding: 4px;
  }
  .b-contacts-inside {
    backdrop-filter: unset;
    padding: 44px 44px 28px 44px;
  }
  .title-contacts {
    margin-bottom: 24px;
  }
  .txt-contacts {
    max-width: 305px;
  }
  .b-first-footer {
    display: flex;
    flex-direction: column;
  }
  .txt-first-footer {
    margin-top: auto;
  }
  .b-footer-top {
    padding: 24px 0px 20px 0px;
  }
  .b-footer-bottom {
    padding: 16px 0px 20px 0px;
  }
  .footer .img-contacts {
    top: 0px;
  }
}
@media (max-width: 991px) {
  .b-contacts {
    max-width: 356px;
  }
  .b-contacts-inside {
    padding: 44px 28px 28px 28px;
  }
}
@media (max-width: 767px) {
  .b-mobile-logo {
    position: absolute;
    left: 15px;
    top: 2px;
    max-width: 204px;
  }
  .logo-header-mobile {
    width: 100%;
  }
  .btn-burger {
    margin-right: 0;
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .menu-mobile-desktop {
    padding: 88px 0px 24px 0px;
  }
  .navbar.navbar-menu .navbar-nav li {
    margin-bottom: 16px;
  }
  .navbar.navbar-menu .navbar-nav {
    padding: 0px 15px;
  }
  .b-right-header {
    padding: 24px 15px 0px;
  }
  .txt-contacts-header {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .title-lvl-one {
    font-family: 'Bebas Neue Cyrillic';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
  }
  .title-lvl-two {
    font-family: 'Bebas Neue Cyrillic';
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 36px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
  }
  .content-banner {
    padding-top: 96px;
    margin-bottom: 24px;
    max-width: unset;
  }
  .title-banner {
    margin-bottom: 16px;
  }
  .section-banner {
    background-image: unset;
    padding-bottom: 0px;
  }
  .img-banner {
    width: 100%;
  }
  .section-facts {
    padding-top: 80px;
  }
  .one-fact-shell {
    margin-bottom: 36px;
  }
  .one-fact-shell:last-child {
    margin-bottom: 0;
  }
  .one-fact {
    min-height: 88px;
  }
  .txt-big-orange-block-black {
    margin-top: -38px;
  }
  .section-all {
    padding-top: 80px;
  }
  .title-all-mb {
    margin-bottom: 40px;
  }
  .b-about-me {
    padding: 40px 15px 0px;
    margin-bottom: 60px;
    min-height: unset;
  }
  .row-fact-about-me {
    row-gap: 36px;
  }
  .b-experience {
    margin-top: 80px;
    margin-bottom: 96px;
  }
  .txt-big-orange-block-black {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.4px;
  }
  .img-slide {
    min-height: 368px;
    height: 100%;
  }
  .custom-owl-nav {
    display: none;
  }
  .img-about-me {
    position: relative;
    margin-left: -15px;
    margin-top: 16px;
    width: calc(100% + 30px);
  }
  .one-fact.one-prove {
    min-height: 252px;
  }
  .img-can-prove {
    top: 0px;
    height: 284px;
  }
  .b-can-prove {
    padding-top: 80px;
    padding-bottom: 56px;
  }
  .one-prove-shell {
    margin-bottom: 24px;
  }
  .b-signature-banner {
    position: absolute;
    right: 15px;
    margin: 0;
    bottom: -20px;
  }
  .section-banner {
    position: relative;
  }
  .wrapper-content .card-faq {
    padding: 16px;
  }
  .modal-success .txt-modal {
    margin-bottom: 16px;
  }
  .modal-success .title-modal {
    margin-bottom: 12px;
  }
  .modal-success .modal-body {
    padding: 20px 29px;
  }
  .b-contacts {
    left: 0;
    top: 0px;
    padding: 0px;
    right: 0;
    border-radius: 0px;
    max-width: unset;
  }
  .txt-contacts {
    max-width: unset;
  }
  .b-contacts-inside {
    backdrop-filter: unset;
    padding: 60px 15px 44px;
    border: unset;
  }
  .map-block {
    height: 780px;
  }
}
@media (max-width: 575px) {
  .one-fact.one-prove {
    min-height: 208px;
  }
  .row-gap-30 {
    row-gap: 24px;
  }
  .one-point-work {
    min-height: 308px;
  }
  .btn-point-work {
    max-width: unset;
  }
  .one-slide-review {
    padding: 15px;
  }
  .top-slide-review {
    gap: 12px;
  }
  .initials-review {
    margin-bottom: 4px;
  }
  .img-slide-review {
    width: 48px;
    height: 48px;
  }
  .slider-all .owl-stage-outer {
    border-radius: 0;
    margin-right: -15px;
  }
  .img-slide.img-slide-practice {
    height: 468px;
  }
  .img-feedback-1 {
    min-height: unset;
    max-height: unset;
    bottom: unset;
    right: unset;
    height: auto;
    z-index: unset;
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -24px;
  }
  .b-form-feedback {
    padding: 80px 0px 0px;
  }
  .txt-feedback {
    margin-bottom: 32px;
    max-width: unset;
  }
  .btn-feedback {
    text-wrap: nowrap;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .img-contacts-phone {
    top: 2px;
  }
  .b-footer-logo {
    max-width: 204px;
    margin-bottom: 20px;
  }
  ul.list-footer {
    margin-bottom: 20px;
  }
  .link-footer {
    margin-bottom: 16px;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .b-footer-bottom {
    padding: 16px 0px 4px 0px;
  }
  .ymaps-2-1-79-islets_icon-caption {
    max-width: 100px!important;
  }
}
@media (max-width: 440px) {
  .b-signature-banner {
    right: unset;
    margin: 0;
    bottom: -80px;
    max-width: unset;
    width: calc(100% - 30px);
    left: 15px;
    padding: 40px 16px 16px;
  }
  .img-signature-banner {
    left: 16px;
    top: -28px;
    max-width: 60px;
    bottom: 0;
    margin: 0;
  }
  .section-facts {
    padding-top: 160px;
  }
}
@media (max-width: 414px) {
  .menu-mobile-desktop {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 360px) {
  .txt-initials {
    font-size: 18px;
  }
  .txt-signature-banner {
    font-size: 13px;
  }
  .txt-big-orange-block-black {
    font-size: 33px;
  }
}
/*# sourceMappingURL=style_wsu.css.map */