@font-face {
  font-family: 'Montserrat Regular';
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Medium';
  src: url("../fonts/Montserrat-Medium.eot");
  src: local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat Bold';
  src: url("../fonts/Montserrat-Bold.eot");
  src: local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat ExtraBold';
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: local("Montserrat-ExtraBold"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: local("Roboto-Regular"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 15px;
  min-width: 320px;
}

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

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 16px;
}

img {
  border-style: none;
}

button {
  border: 0;
  background: transparent;
  padding: 0;
}

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

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;
}

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

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

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

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  /*  -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;*/
}

input {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

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

.f-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-jcsa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

.f-jcsb-center {
  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;
}

.f-jcsa-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-center-center {
  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;
}

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

.f-dc-start {
  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;
}

.f-dc-jcsb {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-dc-center {
  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;
}

.f-dc-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  pointer-events: none;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.title {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Montserrat ExtraBold';
  text-transform: uppercase;
  font-size: 35px;
}

.title span {
  font-family: 'Montserrat ExtraBold';
  text-transform: uppercase;
  font-size: 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Montserrat Medium';
  position: relative;
  text-align: center;
  padding: 16px 52px;
  z-index: 1;
}

.btn::before {
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.btn span {
  position: relative;
  font-family: 'Montserrat Medium';
  z-index: 1;
}

.btn-transp {
  -webkit-box-shadow: 10px 10px 20px 0px #00000080,  -10px -10px 20px 0px #38383880;
          box-shadow: 10px 10px 20px 0px #00000080,  -10px -10px 20px 0px #38383880;
  border: 1px solid #F2DA93;
}

.btn-transp::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
}

.btn-transp:hover {
  border: 1px solid transparent;
}

.btn-transp:hover::before {
  opacity: 1;
  visibility: visible;
}

.btn-white {
  -webkit-box-shadow: 10px 10px 20px 0px #00000080, -10px -10px 20px 0px #38383880;
          box-shadow: 10px 10px 20px 0px #00000080, -10px -10px 20px 0px #38383880;
  border: 1px solid #393939;
}

.btn-white::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
}

.btn-white:hover {
  border: 1px solid transparent;
}

.btn-white:hover::before {
  opacity: 1;
  visibility: visible;
}

.btn-full {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5), -10px -10px 20px 0px rgba(56, 56, 56, 0.5);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5), -10px -10px 20px 0px rgba(56, 56, 56, 0.5);
  background: #F3DB93;
}

.btn-full::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#F3DB93), to(#5E3D1A));
  background: linear-gradient(180deg, #F3DB93 0%, #5E3D1A 100%);
  opacity: 1;
  visibility: visible;
}

.btn-full span {
  color: #000000;
}

.btn-full:hover::before {
  opacity: 0;
  visibility: hidden;
}

.btn-full:hover span {
  color: #000000;
}

.hidden {
  overflow: hidden;
}

.none {
  display: none;
}

.noOwerflow {
  overflow: unset;
}

.page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page li {
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.page li svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page li a, .page li span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  font-family: 'Roboto Regular';
}

.page li a::before, .page li span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
}

.page li:hover a, .page li:hover span {
  color: #fff;
}

.page li:hover a::before, .page li:hover span::before {
  opacity: 1;
}

.page li:hover svg path {
  fill: #fff;
}

.page li .current {
  color: #fff;
}

.page li .current::before {
  opacity: 1;
}

.page li:not(:last-child) {
  margin-right: 6px;
}

a, span, p, input, button, select, option, textarea, label, blockquote {
  font-family: 'Montserrat Regular';
  font-size: 15px;
  line-height: normal;
  color: #fff;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

body {
  background: #181818;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #A5A5A5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #A5A5A5;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #A5A5A5;
}

input::placeholder, textarea::placeholder {
  color: #A5A5A5;
}

textarea {
  height: 100%;
}

label.error {
  font-family: 'Montserrat Regular';
  font-size: 14px;
  color: #C62828;
  margin-top: 5px;
  display: inline-block;
}

b, strong {
  font-weight: normal;
  font-family: 'Montserrat Bold';
}

input, textarea {
  border: none;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
}

.container {
  width: 1388px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  background: #181818;
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}

.header.headerScroll {
  -webkit-box-shadow: 0 0 10px 0 #000;
          box-shadow: 0 0 10px 0 #000;
}

.header.headerScroll .header-wrapper {
  padding: 15px 0;
}

.header.headerScroll .header__logo {
  width: 180px;
  height: 48px;
}

.header-wrapper {
  padding: 30px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__logo {
  width: 208px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 48px;
  display: block;
}

.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header nav ul li {
  position: relative;
}

.header nav ul li:not(:last-child) {
  margin-right: 26px;
}

.header nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.header nav ul li a svg {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header nav ul li.active a {
  font-family: 'Montserrat Bold';
  color: #F2DA93;
}

.header nav ul li:hover a {
  font-family: 'Montserrat Bold';
  color: #F2DA93;
}

.header-phones-icon {
  width: 30px;
  height: 30px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3DB93), to(#5E3D1A));
  background: linear-gradient(180deg, #F3DB93 0%, #5E3D1A 100%);
  border-radius: 50%;
  margin-right: 30px;
}

.header-phones-icon::before {
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #F3DB93;
  -webkit-animation: pulse 1.5s linear infinite;
          animation: pulse 1.5s linear infinite;
}

.header-phones-icon::after {
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #F3DB93;
  -webkit-animation: pulse 1.5s linear infinite .75s;
          animation: pulse 1.5s linear infinite .75s;
}

.header-phones__close {
  display: none;
}

.header-phones-item:not(:last-child) {
  margin-bottom: 10px;
}

.header-phones-item__link {
  font-family: 'Montserrat Bold';
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-phones-item__link:hover {
  color: #F3DB93;
}

.header-burger {
  width: 53px;
  height: 28px;
  position: relative;
  display: none;
}

.header-burger span {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
  height: 4px;
  width: calc(100% - 20px);
  display: block;
  position: absolute;
}

.header-burger span:nth-child(1) {
  width: 40px;
  top: 0;
  right: 0;
}

.header-burger span:nth-child(2) {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-burger span:nth-child(3) {
  width: 40px;
  right: 0;
  bottom: 0;
}

.mobileMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 290px;
  right: -100%;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
}

.mobileMenu::before {
  content: '';
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100%;
  opacity: 0;
}

.mobileMenu.open {
  pointer-events: all;
  visibility: visible;
  right: 0;
}

.mobileMenu.open::before {
  opacity: 1;
}

.mobileMenu-wrapper {
  position: relative;
  padding: 30px;
  background: #181818;
  width: 100%;
  -webkit-box-shadow: -2px 0px 10px 0px #F2DA9380;
          box-shadow: -2px 0px 10px 0px #F2DA9380;
}

.mobileMenu__close {
  width: 18px;
  height: 18px;
}

.mobileMenu-head__text {
  font-family: 'Montserrat Bold';
  text-transform: uppercase;
  font-size: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mobileMenu-block {
  margin: auto 0;
}

.mobileMenu-block nav ul li {
  border-bottom: 1px solid #575757;
}

.mobileMenu-block nav ul li > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.mobileMenu-block nav ul li > a.open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobileMenu-block nav ul li a {
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  font-family: 'Montserrat Regular';
}

.mobileMenu-phones-icon {
  width: 30px;
  height: 30px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3DB93), to(#5E3D1A));
  background: linear-gradient(180deg, #F3DB93 0%, #5E3D1A 100%);
  border-radius: 50%;
  margin-bottom: 30px;
}

.mobileMenu-phones-icon::before {
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #F3DB93;
  -webkit-animation: pulse 1.5s linear infinite;
          animation: pulse 1.5s linear infinite;
}

.mobileMenu-phones-icon::after {
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #F3DB93;
  -webkit-animation: pulse 1.5s linear infinite .75s;
          animation: pulse 1.5s linear infinite .75s;
}

.mobileMenu-phones-item__link {
  font-size: 22px;
  font-family: 'Montserrat Bold';
}

.mobileMenu__address {
  text-align: center;
  margin-top: 30px;
  font-family: 'Montserrat Medium';
}

.intro {
  mix-blend-mode: lighten;
}

.intro-wrapper {
  position: relative;
}

.intro-slider-slide {
  padding: 115px 0 230px 0;
}

.intro-slider-slide-inner {
  width: 645px;
}

.intro-slider-slide-image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.intro-slider-slide__title {
  font-family: 'Montserrat ExtraBold';
}

.intro-slider-slide__title span {
  color: #F2DA93;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.intro-slider-slide__descr {
  margin-top: 20px;
  font-size: 20px;
  max-width: 540px;
}

.intro-slider-slide__button {
  margin-top: 35px;
}

.intro-slider-pagination {
  position: absolute;
  right: 0;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: unset !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro-slider-pagination span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 15px;
  height: 15px;
  background: #393939;
  -webkit-box-shadow: 2px 2px 3px 0px #00000080, -2px -2px 3px 0px #38383880;
          box-shadow: 2px 2px 3px 0px #00000080, -2px -2px 3px 0px #38383880;
  opacity: 1;
  margin: 0 !important;
}

.intro-slider-pagination span:not(:last-child) {
  margin-bottom: 10px !important;
}

.intro-slider-pagination span.swiper-pagination-bullet-active {
  background: #F2DA93;
}

.intro-address {
  width: 294px;
}

.intro-address svg {
  width: 21px;
  margin-right: 20px;
}

.intro-address__text {
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.intro-social-item {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.intro-social-item:not(:last-child) {
  margin-right: 15px;
}

.intro-social-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.intro-bottom {
  position: absolute;
  left: 0;
  bottom: 75px;
  z-index: 1;
  width: 100%;
}

.advantage {
  margin-top: 68px;
}

.advantage-list {
  border: 1px solid #F2DA93;
  padding: 60px 70px;
  border-radius: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.advantage-item {
  width: 260px;
}

.advantage-item:not(:nth-child(4n + 4)) {
  margin-right: 55px;
}

.advantage-item:not(:nth-child(-n + 4)) {
  margin-top: 30px;
}

.advantage-item-image {
  width: 78px;
  height: 78px;
  margin-right: 10px;
}

.advantage-item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.advantage-item__num {
  font-family: 'Montserrat ExtraBold';
  text-transform: uppercase;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantage-item__descr {
  margin-top: 5px;
}

.service-item {
  width: 322px;
  height: auto;
  padding: 40px 20px 50px 20px;
  border: 1px solid #393939;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item:not(:nth-child(4n + 4)) {
  margin-right: 20px;
}

.service-item:not(:nth-child(-n + 4)) {
  margin-top: 20px;
}

.service-item__name {
  color: #F2DA93;
  font-size: 25px;
  font-family: 'Montserrat Bold';
  text-align: center;
  color: #F2DA93;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.service-item__name span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  font-size: 25px;
  font-family: 'Montserrat Bold';
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item-points {
  margin-top: 24px;
  margin-bottom: auto;
}

.service-item-point {
  position: relative;
  padding-left: 16px;
}

.service-item-point::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.service-item-point:not(:last-child) {
  margin-bottom: 10px;
}

.service-item__button {
  padding: 16px 52px;
  margin: 30px auto 0 auto;
}

.service-item:hover {
  -webkit-box-shadow: 20px 20px 30px 0px #000000CC inset, -20px -20px 30px 0px #38383833 inset, 20px 20px 30px 0px #000000CC, -20px -20px 30px 0px #38383833;
          box-shadow: 20px 20px 30px 0px #000000CC inset, -20px -20px 30px 0px #38383833 inset, 20px 20px 30px 0px #000000CC, -20px -20px 30px 0px #38383833;
}

.service-item:hover .service-item__name {
  color: transparent;
}

.service-item:hover .service-item__name span {
  opacity: 1;
}

.service-item:hover .service-item__button {
  border: 1px solid transparent;
}

.service-item:hover .service-item__button::before {
  opacity: 1;
  visibility: visible;
}

.service-mobile-pagination {
  display: none;
  text-align: center;
  margin-top: 30px;
}

.service-mobile-pagination span {
  width: 10px;
  height: 10px;
  background: #393939;
  margin: 0 5px !important;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5), -2px -2px 3px 0px rgba(56, 56, 56, 0.5);
          box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5), -2px -2px 3px 0px rgba(56, 56, 56, 0.5);
}

.service-mobile-pagination span.swiper-pagination-bullet-active {
  background: #F2DA93;
}

.company__title {
  width: 512px;
}

.company-image {
  width: 470px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 100px;
}

.company-info {
  margin-bottom: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company-info-list {
  margin-top: 68px;
}

.company-info-item {
  width: 235px;
}

.company-info-item-head {
  margin-bottom: 20px;
}

.company-info-item-icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.company-info-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat Bold';
}

.company-info-item:not(:nth-child(3n + 3)) {
  margin-right: 36px;
}

.company-info-item:not(:nth-child(-n + 3)) {
  margin-top: 36px;
}

.company-bottom {
  margin-top: 68px;
}

.company-bottom-right__text {
  font-family: 'Montserrat Medium';
}

.company-bottom__button {
  margin-top: 15px;
}

.company-phones-icon {
  width: 30px;
  height: 30px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3DB93), to(#5E3D1A));
  background: linear-gradient(180deg, #F3DB93 0%, #5E3D1A 100%);
  border-radius: 50%;
  margin-right: 30px;
}

.company-phones-icon::before {
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #F3DB93;
  -webkit-animation: pulse 1.5s linear infinite;
          animation: pulse 1.5s linear infinite;
}

.company-phones-icon::after {
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #F3DB93;
  -webkit-animation: pulse 1.5s linear infinite .75s;
          animation: pulse 1.5s linear infinite .75s;
}

.company-phones__close {
  display: none;
}

.company-phones-item:not(:last-child) {
  margin-bottom: 10px;
}

.company-phones-item__link {
  font-family: 'Montserrat Bold';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
}

.company-phones-item__link:hover {
  color: #F3DB93;
}

.taxopark-title__top {
  font-family: 'Montserrat Medium';
  font-size: 25px;
}

.taxopark-title__bottom {
  font-size: 55px;
  font-family: 'Montserrat ExtraBold';
}

.taxopark-left {
  width: 625px;
}

.taxopark-right {
  width: 665px;
}

.taxopark-right-content {
  margin-bottom: 40px;
}

.taxopark-right-content p:not(:last-child) {
  margin-bottom: 10px;
}

.taxopark-image {
  margin-top: -24px;
}

.taxopark__text {
  width: 498px;
  margin: 40px auto 0 auto;
  font-size: 20px;
  text-align: center;
}

.taxopark-bottom {
  margin-top: auto;
}

.taxopark-bottom__text {
  font-family: 'Montserrat Medium';
  font-size: 20px;
  width: 368px;
}

.calc__title {
  max-width: 500px;
}

.calc-block {
  width: 930px;
}

.calc-block__title {
  color: #F2DA93;
  font-family: 'Montserrat Bold';
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
}

.calc-inner {
  border-radius: 30px;
  border: 1px solid #F2DA93;
  padding: 60px 50px 60px 0;
}

.calc-step {
  overflow: auto;
  height: 270px;
  padding: 0 50px 40px 50px;
  background: #181818;
}

.calc-step::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

.calc-step::-webkit-scrollbar-thumb {
  background: #F3DB93;
  border-radius: 10px;
}

.calc-step::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #393939;
}

.calc-step-point {
  -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.8), -20px -20px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.8), -20px -20px 30px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #393939;
  background: #181818;
  padding: 15px 20px;
  border-radius: 30px;
  width: 49%;
  cursor: pointer;
}

.calc-step-point:not(:nth-child(-n + 2)) {
  margin-top: 15px;
}

.calc-step-point-elem {
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5), -2px -2px 3px 0px rgba(56, 56, 56, 0.5);
          box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5), -2px -2px 3px 0px rgba(56, 56, 56, 0.5);
  border-radius: 50%;
  background: #393939;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 15px;
}

.calc-step-point__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-family: 'Montserrat Medium';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc-step-point.active .calc-step-point-elem {
  background: #F2DA93;
}

.calc-step-point.active .calc-step-point__text {
  color: #F2DA93;
}

.calc-step-point:hover .calc-step-point-elem {
  background: #F2DA93;
}

.calc-step-point:hover .calc-step-point__text {
  color: #F2DA93;
}

.calc-step__title {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
  -webkit-background-clip: text;
  text-align: center;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat Bold';
  text-transform: uppercase;
  font-size: 25px;
}

.calc-step__descr {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}

.calc-step-form {
  margin: 20px auto 0 auto;
  max-width: 390px;
  width: 100%;
}

.calc-step-form-elem__input {
  padding: 16px 20px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  font-family: 'Montserrat Medium';
  -webkit-box-shadow: 20px 20px 30px 0px #000000CC,  -20px -20px 30px 0px #38383833;
          box-shadow: 20px 20px 30px 0px #000000CC,  -20px -20px 30px 0px #38383833;
}

.calc-step-form-elem:not(:last-child) {
  margin-bottom: 10px;
}

.calc-step-form__button {
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calc-step-form__button.disabled {
  opacity: .6;
  pointer-events: none;
}

.calc-step-form-checkbox {
  margin-top: 16px;
}

.calc-step-form-checkbox span {
  -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.8), -20px -20px 30px 0px rgba(56, 56, 56, 0.2);
          box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.8), -20px -20px 30px 0px rgba(56, 56, 56, 0.2);
  width: 23px;
  height: 23px;
  border-radius: 5px;
  background: #535353;
  margin-right: 15px;
  padding: 4px;
}

.calc-step-form-checkbox span svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.calc-step-form-checkbox input {
  display: none;
}

.calc-step-form-checkbox input:checked ~ span svg {
  opacity: 1;
}

.calc-step-form-checkbox p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: 'Montserrat Medium';
  color: #787878;
}

.calc-step-form-checkbox p a {
  text-decoration: underline;
  font-family: 'Montserrat Medium';
  color: #787878;
}

.calc-step.last {
  overflow: unset;
  max-width: 548px;
  height: unset;
  margin: 0 auto;
  padding: 0;
}

.calc-panel {
  margin-top: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.calc-panel__back {
  width: 50px;
  border-radius: 50%;
  height: 50px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5), -2px -2px 3px 0px rgba(56, 56, 56, 0.5);
          box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5), -2px -2px 3px 0px rgba(56, 56, 56, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc-panel__back.disabled {
  opacity: 0;
  pointer-events: none;
}

.calc-panel__back svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc-panel__back:hover {
  background: #F3DB93;
}

.calc-panel__back:hover svg path {
  fill: #000;
}

.calc-panel__next {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc-panel__next.disabled {
  opacity: .6;
  pointer-events: none;
}

.calc-panel__next span {
  margin-right: 5px;
}

.calc-panel__next svg {
  position: relative;
  z-index: 1;
}

.calc-master {
  width: 312px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calc-master-avatar {
  margin-right: 20px;
  width: 152px;
  height: 152px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5), -2px -2px 3px 0px rgba(56, 56, 56, 0.5);
          box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5), -2px -2px 3px 0px rgba(56, 56, 56, 0.5);
  border-radius: 50%;
  padding: 15px;
}

.calc-master-avatar-inner {
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5), -2px -2px 3px 0px rgba(56, 56, 56, 0.5);
          box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.5), -2px -2px 3px 0px rgba(56, 56, 56, 0.5);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.calc-master__name {
  font-size: 20px;
  font-family: 'Montserrat Bold';
  color: #fff;
}

.calc-master__post {
  font-family: 'Montserrat Medium';
  color: #787878;
  margin-top: 5px;
}

.calc-master__comment {
  margin-top: 18px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  font-family: 'Montserrat Medium';
  color: #000;
  position: relative;
}

.calc-master__comment::before {
  content: '';
  position: absolute;
  left: 30px;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -6px;
  left: 68px;
  z-index: -1;
}

.project__descr {
  max-width: 456px;
  margin-top: 15px;
}

.project-item {
  width: 436px;
}

.project-item:not(:nth-child(3n + 3)) {
  margin-right: 20px;
}

.project-item:not(:nth-child(-n + 3)) {
  margin-top: 60px;
}

.project-item-slide {
  height: 538px;
  border-radius: 30px;
  overflow: hidden;
}

.project-item-slider {
  margin-bottom: 25px;
}

.project-item-info {
  text-align: center;
}

.project-item__name {
  font-size: 18px;
  font-family: 'Montserrat Medium';
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-item__service {
  font-family: 'Montserrat Medium';
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
}

.project-item-pagination {
  position: absolute;
  text-align: center;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  bottom: 0;
}

.project-item-pagination span {
  width: 10px;
  height: 10px;
  background: #181818;
  margin: 0 3px !important;
  opacity: 1;
}

.project-item-pagination span.swiper-pagination-bullet-active {
  background: #F2DA93;
}

.project-item-panel__prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.project-item-panel__prev::before {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, right top, left top, from(rgba(24, 24, 24, 0)), to(#181818));
  background: linear-gradient(270deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
}

.project-item-panel__prev svg {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}

.project-item-panel__next {
  position: absolute;
  right: 0;
  z-index: 2;
  right: 0;
  width: 40px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  top: 0;
}

.project-item-panel__next::before {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(24, 24, 24, 0)), to(#181818));
  background: linear-gradient(90deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
}

.project-item-panel__next svg {
  position: relative;
  z-index: 1;
  margin-right: 10px;
}

.project-item:hover .project-item-panel__prev {
  opacity: 1;
}

.project-item:hover .project-item-panel__next {
  opacity: 1;
}

.project-item:hover .project-item-panel__prev.swiper-button-disabled {
  opacity: .6;
}

.project-item:hover .project-item-panel__next.swiper-button-disabled {
  opacity: .6;
}

.project-item:hover .project-item__name {
  color: #F2DA93;
}

.project-item:hover .project-item__service {
  color: #F2DA93;
}

.project__link {
  font-size: 20px;
  color: #F2DA93;
  text-decoration: underline;
  margin-top: 70px;
}

.project-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 70px;
}

.recall__title {
  width: 523px;
}

.recall__descr {
  margin-top: 15px;
  font-family: 'Montserrat Medium';
}

.recall-wrapper {
  position: relative;
}

.recall-image {
  position: absolute;
  right: -428px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recall-inner {
  max-width: 794px;
}

.recall-form-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recall-form-elem {
  width: 49%;
  margin-bottom: 15px;
}

.recall-form-elem__input, .recall-form-elem__textarea {
  background: #181818;
  font-family: 'Montserrat Medium';
  -webkit-box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.5), -15px -15px 20px 0px rgba(56, 56, 56, 0.2) !important;
          box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.5), -15px -15px 20px 0px rgba(56, 56, 56, 0.2) !important;
  border: 1px solid #393939;
  border-radius: 30px;
  padding: 16px 20px;
}

.recall-form-elem__input::-webkit-input-placeholder, .recall-form-elem__textarea::-webkit-input-placeholder {
  color: #787878;
}

.recall-form-elem__input:-ms-input-placeholder, .recall-form-elem__textarea:-ms-input-placeholder {
  color: #787878;
}

.recall-form-elem__input::-ms-input-placeholder, .recall-form-elem__textarea::-ms-input-placeholder {
  color: #787878;
}

.recall-form-elem__input::placeholder, .recall-form-elem__textarea::placeholder {
  color: #787878;
}

.recall-form-elem:last-child {
  width: 100%;
}

.recall-form-checkbox span {
  -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.8), -20px -20px 30px 0px rgba(56, 56, 56, 0.2);
          box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.8), -20px -20px 30px 0px rgba(56, 56, 56, 0.2);
  width: 23px;
  height: 23px;
  border-radius: 5px;
  background: #535353;
  margin-right: 15px;
  padding: 4px;
}

.recall-form-checkbox span svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.recall-form-checkbox input {
  display: none;
}

.recall-form-checkbox input:checked ~ span svg {
  opacity: 1;
}

.recall-form-checkbox p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: 'Montserrat Medium';
  color: #787878;
}

.recall-form-checkbox p a {
  text-decoration: underline;
  font-family: 'Montserrat Medium';
  color: #787878;
}

.recall-form__button {
  margin: 25px auto 0 auto;
}

.recall-form__button.disabled {
  opacity: .6;
  pointer-events: none;
}

.footer {
  background: #000;
}

.footer.contactsPage {
  background: #181818;
}

.footer.contactsPage .footer__logo {
  display: none;
}

.footer.contactsPage .footer-block:nth-child(3) {
  display: none;
}

.footer.contactsPage .footer-main-inner {
  margin-top: 0;
}

.footer__logo {
  width: 248px;
  display: block;
  height: 58px;
}

.footer-main {
  padding: 60px 0 40px 0;
}

.footer-main-inner {
  margin-top: 26px;
}

.footer-block__title {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: 'Montserrat ExtraBold';
}

.footer__info {
  font-size: 18px;
  color: #787878;
  max-width: 364px;
}

.footer-block {
  max-width: 294px;
}

.footer-block-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-block-item svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.footer-block-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
}

.footer-block-item:not(:last-child) {
  margin-bottom: 40px;
}

.footer-block-email {
  margin-top: 40px;
  padding: 16px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}

.footer-block-email svg {
  width: 16px;
}

.footer-block-email svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-block-email__text {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: calc(100% - 26px);
}

.footer-block-email:hover {
  border: 1px solid #F2DA93;
}

.footer-block-email:hover svg path {
  fill: #F2DA93;
}

.footer-block-email:hover .footer-block-email__text {
  color: #F2DA93;
}

.footer-block nav li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-block nav li a {
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-block nav li a:hover {
  color: #F2DA93;
}

.footer-social-item {
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-social-item:not(:last-child) {
  margin-bottom: 20px;
}

.footer-social-item:hover {
  -webkit-box-shadow: 0 0 20px 2px #F2DA93;
          box-shadow: 0 0 20px 2px #F2DA93;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  display: block;
}

.footer-map {
  width: 100vw;
  position: relative;
  left: 50%;
  overflow: hidden;
  height: 465px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.footer-bottom {
  padding: 40px 0 32px 0;
}

.footer__copywriter {
  text-align: center;
  font-size: 18px;
}

.footer__developer {
  font-size: 12px;
  color: #6B6B6B;
  margin-top: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.infoBlock-inner {
  padding: 52px;
  border-radius: 30px;
  border: 1px solid #F2DA93;
}

.infoBlock__text {
  font-size: 25px;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}

.stage__over {
  max-width: 560px;
  text-align: center;
  font-size: 25px;
  font-family: 'Montserrat Medium';
  margin: 0 auto;
}

.stage__title {
  margin-top: 15px;
  font-family: 'Montserrat ExtraBold';
  max-width: 560px;
  text-align: center;
  margin: 0 auto;
  font-size: 35px;
}

.stage-list {
  margin-top: 60px;
  position: relative;
}

.stage-list::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 40px;
  width: 1px;
  height: calc(100% - 40px);
  background: #FFFFFF;
}

.stage-item {
  width: 50%;
  position: relative;
}

.stage-item-line span:nth-child(1) {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -25px;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
  top: 40px;
}

.stage-item-line span:nth-child(1)::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 1;
}

.stage-item-line span:nth-child(1)::after {
  content: '';
  background: #181818;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stage-item-line span:nth-child(2) {
  background: #FFFFFF;
  width: calc(100% - 126px);
  height: 1px;
  position: absolute;
  right: 0;
  top: 65px;
}

.stage-item-line span:nth-child(3) {
  position: absolute;
  top: 55px;
  left: 126px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 1;
}

.stage-item-number {
  position: relative;
  /*&::before {
                content: '';
                background: #FFFFFF;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                position: absolute;
                left: 126px;
                bottom: 22px;
            }*/
}

.stage-item-number__text {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat Bold';
  font-size: 25px;
}

.stage-item-number__num {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
  -webkit-background-clip: text;
  font-size: 60px;
  font-family: 'Montserrat Bold';
  -webkit-text-fill-color: transparent;
  right: 100%;
}

.stage-item__title {
  border: 1px solid #F2DA93;
  margin-top: 15px;
  padding: 11px 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat Bold';
  max-width: 310px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.stage-item__title::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
}

.stage-item__descr {
  max-width: 400px;
  margin-top: 20px;
  font-family: 'Montserrat Medium';
  font-size: 18px;
}

.stage-item:nth-child(odd) {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.stage-item:nth-child(odd) .stage-item-number {
  text-align: right;
}

.stage-item:nth-child(odd) .stage-item-number::before {
  left: unset;
  right: 126px;
}

.stage-item:nth-child(odd) .stage-item-number::after {
  left: unset;
  right: 126px;
  bottom: 32px;
}

.stage-item:nth-child(odd) .stage-item-line span:nth-child(1) {
  right: unset;
  left: -25px;
}

.stage-item:nth-child(odd) .stage-item-line span:nth-child(2) {
  right: unset;
  left: 0;
}

.stage-item:nth-child(odd) .stage-item-line span:nth-child(3) {
  left: unset;
  right: 126px;
}

.stage-item:nth-child(odd) .stage-item__title {
  margin-left: auto;
  text-align: right;
}

.stage-item:nth-child(odd) .stage-item__descr {
  text-align: right;
  margin-left: auto;
}

.stage-item:last-child:nth-child(odd)::before {
  content: '';
  position: absolute;
  left: -2px;
  bottom: 0;
  width: 4px;
  height: calc(100% - 80px);
  background: #181818;
}

.stage-item:last-child:nth-child(even)::before {
  content: '';
  position: absolute;
  right: -2px;
  bottom: 0;
  width: 4px;
  height: calc(100% - 80px);
  background: #181818;
}

.stage-item:hover .stage-item__title {
  border: 1px solid transparent;
}

.stage-item:hover .stage-item__title::before {
  opacity: 1;
}

.inyrlich__descr {
  max-width: 550px;
}

.inyrlich-list {
  width: 754px;
}

.inyrlich-item {
  border: 1px solid #F2DA93;
  border-radius: 10px;
  padding: 22px 30px;
  width: 49%;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inyrlich-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
}

.inyrlich-item:not(:nth-child(-n + 2)) {
  margin-top: 20px;
}

.inyrlich-item__text {
  font-size: 18px;
  font-family: 'Montserrat Bold';
  z-index: 1;
  position: relative;
}

.inyrlich-item:hover {
  border: 1px solid transparent;
}

.inyrlich-item:hover::before {
  opacity: 1;
}

.price__descr {
  margin-top: 15px;
  max-width: 422px;
}

.price-item {
  border: 1px solid #393939;
  padding: 40px 20px;
  width: 49%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.price-item:not(:nth-child(-n + 2)) {
  margin-top: 40px;
}

.price-item:hover {
  border: 1px solid #F2DA93;
  -webkit-box-shadow: 20px 20px 30px 0px #000000CC inset, -20px -20px 30px 30px #38383833 inset;
          box-shadow: 20px 20px 30px 0px #000000CC inset, -20px -20px 30px 30px #38383833 inset;
}

.price-item:hover .price-item__title {
  color: transparent;
}

.price-item:hover .price-item__title span {
  opacity: 1;
}

.price-item-point {
  position: relative;
  padding-left: 20px;
}

.price-item-point::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.price-item-point__cost {
  color: #F2DA93;
  margin-left: 20px;
}

.price-item-point__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.price-item-point:not(:last-child) {
  margin-bottom: 10px;
}

.price-item__title {
  color: #F2DA93;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 25px;
  font-family: 'Montserrat Bold';
  position: relative;
}

.price-item__title span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  font-size: 25px;
  font-family: 'Montserrat Bold';
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup {
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
}

.popup.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.popup__close {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
  width: 40px;
  height: 40px;
  right: -20px;
  top: -20px;
  border-radius: 50%;
}

.popup-wrapper {
  position: relative;
  padding: 24px;
  background: #181818;
  margin: auto;
  border-radius: 16px;
}

.popup-success .popup-wrapper {
  width: 534px;
  padding: 30px 22px;
}

.popup-success__title {
  font-size: 24px;
  font-family: 'Montserrat Medium';
  margin-bottom: 20px;
}

.popup-success__descr {
  font-size: 18px;
}

.arrowTop {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2DA93), to(#5E3D1A));
  background: linear-gradient(180deg, #F2DA93 0%, #5E3D1A 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 100;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrowTop.show {
  bottom: 30px;
}

.arrowTop svg {
  width: 100%;
  height: 100%;
}

.arrowTop:hover {
  -webkit-box-shadow: 0 0 20px 1px #F2DA93;
          box-shadow: 0 0 20px 1px #F2DA93;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
  }
  40% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: .5;
    width: 46px;
    height: 46px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    width: 62px;
    height: 62px;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
  }
  40% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: .5;
    width: 46px;
    height: 46px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    width: 62px;
    height: 62px;
  }
}
/*# sourceMappingURL=main.css.map */