@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play&display=swap");
/*! 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;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #323232;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

body {
  background-color: #fff;
}

html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #323232;
  line-height: 1;
}
@media (max-width: 575px) {
  html {
    font-size: 15px;
  }
}

.container {
  max-width: 1380px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

main,
footer {
  overflow: hidden;
}

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

.heading {
  font-size: 50px;
  line-height: 57px;
  color: #252525;
}
.heading .bold {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  color: rgb(194, 150, 47);
}
.heading .bold .gray {
  color: rgb(151, 151, 151);
}
@media (max-width: 1300px) {
  .heading {
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 575px) {
  .heading {
    font-size: 27px;
    line-height: 32px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: none;
  line-height: 1;
  background: #54ad2a;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 25px;
  cursor: pointer;
  transition-property: background, color;
  transition-duration: 200ms;
}
.btn:hover {
  background: #fff;
  color: #323232;
}

.btn.button-animation {
  position: relative;
  overflow: hidden;
}
.btn.button-animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 115, 255, 0) 0%, rgba(255, 255, 255, 0.5) 51%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 2s ease;
  animation: sheen 3s forwards infinite;
}
.btn.button-animation:hover:before {
  opacity: 0;
}

@keyframes sheen {
  100% {
    left: 100%;
  }
}
.btn-common {
  background: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

.input {
  width: 100%;
  height: 54px;
  background: #f3f3f3;
  border-radius: 3px;
  border: none;
  font-size: 20px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .input {
    height: 48px;
    font-size: 15px;
  }
}

.input::-webkit-input-placeholder {
  color: #8b8b8b;
}

.input::-moz-placeholder {
  color: #8b8b8b;
}

/*effect*/
:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

body .fancybox__backdrop {
  background-color: hsla(0, 0%, 78%, 0.7);
}

.top-header {
  position: relative;
  padding: 24px 0px;
}
.top-header::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #454545;
}
@media (max-width: 575px) {
  .top-header {
    padding: 0px 0;
  }
}
.top-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.top-header__logo-wrapper {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .top-header__logo-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 575px) {
  .top-header__logo-wrapper {
    padding: 10px 0;
  }
}
.top-header__logo {
  position: relative;
  flex-shrink: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #c2962f;
}
@media (max-width: 575px) {
  .top-header__logo {
    font-size: 20px;
  }
}
.top-header__logo span {
  color: rgb(151, 151, 151);
}
.top-header__logo::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  display: block;
  width: 2px;
  height: 48px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .top-header__logo::before {
    display: none;
  }
}
.top-header__logo-text {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .top-header__logo-text {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .top-header__logo-text {
    font-size: 6px;
  }
}
.top-header__nav {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 991px) {
  .top-header__nav {
    position: absolute;
    z-index: 3;
    top: 100%;
    right: 30px;
    gap: 50px;
    width: 255px;
    padding: 20px 30px;
    flex-direction: column;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    transition-property: transform opacity;
    transition-duration: 300ms;
  }
}
@media (max-width: 575px) {
  .top-header__nav {
    width: auto;
    padding: 20px 25px;
  }
}
@media (max-width: 991px) {
  .top-header__nav {
    transform: translateY(-105%);
  }
}
@media (max-width: 991px) {
  .top-header__nav.active {
    transform: translateY(0);
  }
}
.top-header__list {
  display: flex;
  align-items: center;
  gap: 30px;
  z-index: 5;
}
@media (max-width: 1380px) {
  .top-header__list {
    position: absolute;
    z-index: 3;
    top: 100%;
    right: 30px;
    align-items: flex-start;
    width: 255px;
    padding: 20px 30px;
    flex-direction: column;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    transition-property: transform opacity;
    transition-duration: 300ms;
  }
}
@media (max-width: 991px) {
  .top-header__list {
    position: static;
    align-items: center;
    width: auto;
    padding: 0;
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .top-header__list {
    gap: 20px;
  }
}
@media (max-width: 1380px) and (min-width: 991px) {
  .top-header__list {
    transform: translateY(-105%);
  }
}
@media (max-width: 1380px) and (min-width: 991px) {
  .top-header__list.active {
    transform: translateY(0);
  }
}
.top-header__link {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #ffffff;
  transition: 200ms opacity ease;
}
@media (max-width: 1380px) {
  .top-header__link {
    color: #323232;
  }
}
@media (max-width: 575px) {
  .top-header__link {
    font-size: 15px;
  }
}
.top-header__link:hover {
  opacity: 0.6;
}
.top-header__link.instruction {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fe5e5e;
  text-decoration-line: underline;
}
.top-header__link.instruction:hover {
  opacity: 1;
}
.top-header__link.instruction img {
  margin-top: 2px;
}
.top-header__feedback {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .top-header__feedback {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .top-header__feedback {
    gap: 10px;
  }
}
.top-header__feedback-phone {
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 991px) {
  .top-header__feedback-phone {
    color: #323232;
  }
}
@media (max-width: 575px) {
  .top-header__feedback-phone {
    font-size: 20px;
  }
}
.top-header__feedback-btn {
  height: 40px;
  width: 157px;
  border-radius: 22px;
  color: #323232;
  background: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .top-header__feedback-btn {
    background: #323232;
    color: #fff;
  }
}
@media (max-width: 575px) {
  .top-header__feedback-btn {
    max-width: 157px;
    width: 100%;
    font-size: 15px;
  }
}
.top-header__feedback-btn:hover {
  background: #323232;
  color: #fff;
}
.top-header__burger {
  position: relative;
  z-index: 15;
  display: none;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 1380px) {
  .top-header__burger {
    display: block;
  }
}
.top-header__burger-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.top-header__burger-icon span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  border: 1px;
  background: #323232;
  transition-property: opacity background;
  transition-duration: 300ms;
}
.top-header__burger-icon span:nth-child(1) {
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
}
.top-header__burger-icon span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-header__burger-icon span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-header__burger-icon span:nth-child(4) {
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
}
.top-header__burger-icon.active span:nth-child(1) {
  opacity: 0;
}
.top-header__burger-icon.active span:nth-child(2) {
  width: 25px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.top-header__burger-icon.active span:nth-child(3) {
  width: 25px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.top-header__burger-icon.active span:nth-child(4) {
  opacity: 0;
}

.footer {
  padding: 50px 0 30px 0;
  background: #222222;
  font-family: "Inter" sans-serif;
}
@media (max-width: 575px) {
  .footer {
    padding: 30px 0;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
  gap: 170px;
  margin-bottom: 68px;
}
@media (max-width: 1199px) {
  .footer__row {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .footer__row {
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .footer__row {
    gap: 25px;
    margin-bottom: 30px;
  }
}
.footer__column-logo {
  flex-grow: 1;
  flex-shrink: 0;
  padding-top: 15px;
}
@media (max-width: 1199px) {
  .footer__column-logo {
    flex-grow: 0;
  }
}
@media (max-width: 991px) {
  .footer__column-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 100%;
  }
}
@media (max-width: 575px) {
  .footer__column-logo {
    align-items: flex-start;
    padding-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .footer__column-info, .footer__column-links {
    flex: 0 1 calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .footer__column-info, .footer__column-links {
    flex: 0 1 100%;
  }
}
.footer__logo {
  margin-bottom: 30px;
  font-family: "Nunito" sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #c2962f;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .footer__logo {
    font-size: 20px;
  }
}
.footer__logo span {
  color: rgb(151, 151, 151);
}
.footer__phone {
  font-size: 30px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .footer__phone {
    font-weight: 600;
    font-size: 20px;
  }
}
.footer__text {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  opacity: 0.55;
}
@media (max-width: 575px) {
  .footer__text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
  }
}
.footer__info {
  font-family: "Play", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 575px) {
  .footer__info {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 140%;
  }
}
.footer__info span {
  color: rgb(255, 255, 255);
}
.footer__info:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .footer__info:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .footer__info:first-child {
    margin-bottom: 15px;
  }
}
.footer__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .footer__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer__link {
  font-family: "Play", sans-serif;
  font-size: 16px;
  color: #ffffff;
  transition: 200ms opacity ease;
}
.footer__link:hover {
  opacity: 0.6;
}
@media (max-width: 575px) {
  .footer__link {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 140%;
    text-decoration-line: underline;
  }
}
.footer__btn {
  width: 100%;
  max-width: 285px;
  height: 58px;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .footer__btn {
    margin-top: 22px;
  }
}
.footer__border {
  height: 1px;
  background: #fff;
  opacity: 0.1;
}
.footer__copyright {
  max-width: 452px;
  margin-top: 30px;
  font-family: "Play", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .footer__copyright {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 140%;
  }
}

.hero {
  padding: 50px 0;
  background: rgb(251, 251, 251);
}
@media (max-width: 575px) {
  .hero {
    padding: 20px 0 37px 0;
  }
}
.hero__box {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto;
  gap: 20px 25px;
}
@media (max-width: 575px) {
  .hero__box {
    gap: 20px;
  }
}
.hero__block-heading {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (max-width: 991px) {
  .hero__block-heading {
    grid-column: 1/3;
    grid-row: 1/2;
    justify-self: center;
  }
}
.hero__block-img {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
}
@media (max-width: 991px) {
  .hero__block-img {
    grid-column: 1/3;
    grid-row: 2/3;
    justify-self: center;
  }
}
.hero__block-order {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 991px) {
  .hero__block-order {
    grid-column: 1/3;
    grid-row: 3/4;
    justify-self: center;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .hero__block-order {
    padding-top: 15px;
  }
}
.hero__heading {
  max-width: 630px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 57px;
}
@media (max-width: 1300px) {
  .hero__heading {
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 991px) {
  .hero__heading {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero__heading {
    font-size: 27px;
    line-height: 34px;
  }
}
.hero__btn {
  width: 229px;
  height: 58px;
}
@media (max-width: 575px) {
  .hero__btn {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }
}
.hero__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}
.hero__text b {
  font-weight: 500;
}
@media (max-width: 991px) {
  .hero__text {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero__text {
    max-width: 193px;
    font-size: 15px;
  }
}

.info {
  padding: 50px 0 185px 0;
}
@media (max-width: 991px) {
  .info {
    padding: 50px 0 100px 0;
  }
}
@media (max-width: 575px) {
  .info {
    padding: 25px 0 50px 0;
  }
}
.info__heading {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .info__heading {
    margin-bottom: 25px;
  }
}
.info__item:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 575px) {
  .info__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.info__row {
  display: flex;
  gap: 130px;
  max-width: 1205px;
  align-items: center;
}
@media (max-width: 1199px) {
  .info__row {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .info__row {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .info__row {
    gap: 25px;
  }
}
.info__img {
  width: calc(50% - 65px);
}
@media (max-width: 991px) {
  .info__img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.info__content {
  width: calc(50% - 65px);
}
@media (max-width: 991px) {
  .info__content {
    width: 100%;
  }
}
.info__desc {
  margin-bottom: 30px;
  line-height: 27px;
}
.info__desc.margin {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .info__desc {
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .info__content-list {
    max-width: 445px;
    margin: 0 auto;
  }
}
.info__content-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 575px) {
  .info__content-item {
    gap: 10px;
  }
}
.info__content-name {
  line-height: 27px;
}
@media (max-width: 575px) {
  .info__content-name {
    line-height: 22px;
  }
}
.info__content-img {
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .info__content-img {
    width: 32px;
  }
}
.info__content-item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .info__content-item:not(:last-child) {
    margin-bottom: 23px;
  }
}
.info__btn {
  width: 100%;
  max-width: 285px;
  height: 58px;
  margin-top: 50px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .info__btn {
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 575px) {
  .info__btn {
    margin: 30px auto 0 auto;
    max-width: 213px;
    height: 45px;
    font-size: 16px;
  }
}
.info__content-info {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 991px) {
  .info__content-info {
    text-align: center;
  }
}

.modal-call {
  padding: 50px !important;
  width: 100% !important;
  max-width: 650px !important;
  border-radius: 20px;
  display: none;
}
@media (max-width: 575px) {
  .modal-call {
    max-width: 280px !important;
    padding: 20px !important;
  }
}
.modal-call__heading {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
}
@media (max-width: 575px) {
  .modal-call__heading {
    margin-right: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
}
.modal-call__inputs {
  max-width: 223px;
  width: 100%;
  margin: 0 auto;
}
.modal-call__inputs .input {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .modal-call__inputs .input {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .modal-call__inputs .input:last-child {
    margin-bottom: 20px;
  }
}
.modal-call__btn {
  width: 100%;
  max-width: 229px;
  margin: 0 auto;
  height: 58px;
}
.modal-call__info {
  max-width: 305px;
  margin: 20px auto 0 auto;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 575px) {
  .modal-call__info {
    text-align: center;
  }
}
.modal-call .fancybox-button svg {
  transform: scale(1.5);
}

.modal-success {
  display: none;
  padding: 50px !important;
  width: 100%;
  max-width: 650px !important;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .modal-success {
    padding: 20px !important;
    max-width: 280px !important;
  }
}
.modal-success__heading {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
}
@media (max-width: 575px) {
  .modal-success__heading {
    margin-right: 50px;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }
}
.modal-success__desc {
  margin: 0 auto 40px auto;
  max-width: 350px;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}
@media (max-width: 575px) {
  .modal-success__desc {
    margin-bottom: 20px;
    text-align: left;
  }
}
.modal-success form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-success__input {
  max-width: 223px;
}
.modal-success__btn {
  margin-top: 30px;
  width: 100%;
  max-width: 229px;
  height: 58px;
}
@media (max-width: 575px) {
  .modal-success__btn {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=aggregator.css.map */
