html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}

button:focus,
button:active {
  outline: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:focus,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  max-width: 2500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: "Proxima Nova", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

* {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
}

svg {
  flex-shrink: 0;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 564px) {
  h1 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 40px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 564px) {
  h2 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (max-width: 430px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 32px;
}
@media (max-width: 960px) {
  h3 {
    font-size: 28px;
  }
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/ProximaNova-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/ProximaNova-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/ProximaNova-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/ProximaNova-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
.overflow {
  overflow: hidden;
}

.control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: none;
  border-radius: 100px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  overflow: hidden;
  transition: 0.3s ease;
}
@media (max-width: 1512px) {
  .control {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .control {
    font-size: 18px;
  }
}
.control_primary {
  background: #105266;
  border: 1px solid #105266;
}
.control_primary:not(.loading):hover {
  background: #ffffff;
  color: #105266;
}
.control.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
  background: #105266;
}
.control.loading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_aj0A%7Btransform-origin:center;animation:spinner_KYSC .75s infinite linear%7D@keyframes spinner_KYSC%7B100%25%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z' class='spinner_aj0A' fill='%23ffffff'/%3E%3C/svg%3E");
  transform: translate(-50%, -50%);
  z-index: 4;
}
.control.disabled {
  opacity: 0.2;
  pointer-events: none;
}

.section_overflow {
  overflow: hidden;
}
.section_light {
  background: #F4F0EE;
}
.section_primary {
  background: rgba(196, 219, 218, 0.5);
}
.section_primary .section__header {
  color: #1C445A;
}
.section_full {
  display: flex;
  min-height: calc(100vh - 200px);
}
@media (max-width: 1512px) {
  .section_full {
    min-height: calc(100vh - 170px);
  }
}
@media (max-width: 768px) {
  .section_full {
    min-height: calc(100vh - 120px);
  }
}
.section_full .section__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_full .section__content {
  margin-bottom: 10%;
}
@media (max-width: 1512px) {
  .section_full .section__content {
    margin-bottom: 0;
  }
}
.section__icon {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section__icon {
    width: 80px;
    height: 80px;
  }
}
.section__wrapper {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 56px 40px;
}
@media (max-width: 1512px) {
  .section__wrapper {
    max-width: 1440px;
  }
}
@media (max-width: 768px) {
  .section__wrapper {
    padding: 40px 20px;
  }
}
@media (max-width: 564px) {
  .section__wrapper_no-mobile {
    padding: 0;
  }
}
.section__wrapper_sm {
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .section__wrapper_sm {
    padding: 40px 20px;
  }
}
.section__wrapper_md {
  padding: 70px 40px;
}
@media (max-width: 768px) {
  .section__wrapper_md {
    padding: 50px 20px;
  }
}
.section__wrapper_xl {
  padding: 100px 40px;
}
@media (max-width: 768px) {
  .section__wrapper_xl {
    padding: 60px 20px;
  }
}
.section__wrapper_no-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.section__wrapper_no-bottom {
  padding-bottom: 0;
}
.section__wrapper_mw-1860 {
  max-width: 1860px;
}
@media (max-width: 1512px) {
  .section__wrapper_mw-1860 {
    max-width: 1440px;
  }
}
.section__wrapper_mw-1520 {
  max-width: 1520px;
}
@media (max-width: 1512px) {
  .section__wrapper_mw-1520 {
    max-width: 1440px;
  }
}
.section__wrapper_mw-1480 {
  max-width: 1480px;
}
@media (max-width: 1512px) {
  .section__wrapper_mw-1480 {
    max-width: 1440px;
  }
}
.section__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section__content_g-30 {
  gap: 30px;
}
.section__content_g-60 {
  gap: 60px;
}
@media (max-width: 768px) {
  .section__content_g-60 {
    gap: 40px;
  }
}
.section__content_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media (max-width: 1024px) {
  .section__content_row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .section__content_row .section__box {
    order: 2;
  }
}
.section__content_row .section__img {
  border-radius: 45px;
  overflow: hidden;
}
@media (max-width: 564px) {
  .section__content_row .section__img {
    border-radius: 24px;
  }
}
.section__content_row .section__img img {
  object-fit: cover;
}
.section__content_row .section__control {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .section__content_row .section__control {
    margin: 20px auto;
  }
}
.section__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 58px 40px 58px 0;
}
@media (max-width: 1024px) {
  .section__box {
    padding: 0;
  }
}
.section__box_sm {
  padding: 0;
}
.section__subtitle {
  font-size: 24px;
}
@media (max-width: 768px) {
  .section__subtitle {
    font-size: 20px;
  }
}
.section__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  color: #000000;
}
.section__header_g-0 {
  gap: 0;
}
.section__header_mw-554 {
  max-width: 554px;
}
@media (max-width: 1024px) {
  .section__header_mw-554 {
    max-width: none;
  }
}
.section__header_mw-554 .section__description {
  line-height: 1.2;
  font-weight: 300;
}
.section__header_left {
  align-items: flex-start;
}
.section__header_left .section__title, .section__header_left .section__description {
  text-align: left;
}
@media (max-width: 768px) {
  .section__header_center-mob .section__title, .section__header_center-mob .section__description {
    margin: 0 auto;
    text-align: center;
  }
  .section__header_center-mob .section__description {
    margin-bottom: 10px;
  }
}
.section__link {
  display: flex;
  width: fit-content;
  margin-top: 20px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section__link {
    margin: 10px auto 0;
  }
}
.section__link:hover {
  color: #105266;
}
.section__title {
  text-align: center;
  color: inherit;
}
.section__description {
  text-align: center;
  font-size: 20px;
  color: inherit;
  font-family: "Proxima Nova", sans-serif;
}
@media (max-width: 960px) {
  .section__description {
    font-size: 18px;
    line-height: 1.1;
  }
}
.section__description + .section__control {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section__description + .section__control {
    margin: 10px auto 0;
  }
}
.section__control {
  max-width: 328px;
  width: 100%;
}
@media (max-width: 1512px) {
  .section__control {
    max-width: 280px;
  }
}

.banner {
  padding: 10px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .banner {
    padding: 6px;
    font-size: 14px;
  }
}
.banner:hover {
  background: #105266;
}

.header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  border-bottom: 1px solid #2C1C1D;
  z-index: 4;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 40px;
}
@media (max-width: 1512px) {
  .header__wrapper {
    max-width: 1440px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .header__wrapper {
    padding: 6px 20px;
  }
}
.header__logo {
  display: flex;
  width: 260px;
}
@media (max-width: 1512px) {
  .header__logo {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .header__logo {
    max-width: 120px;
  }
}
.header__link {
  display: flex;
  margin-left: auto;
  font-size: 18px;
  color: #000000;
  fill: currentColor;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid;
    color: #105266;
  }
}
@media (max-width: 768px) {
  .header__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 564px) {
  .header__link {
    width: 34px;
    height: 34px;
  }
}
.header__link svg {
  display: none;
}
@media (max-width: 1024px) {
  .header__link svg {
    display: flex;
  }
}
@media (max-width: 960px) {
  .header__link svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .header__link svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 564px) {
  .header__link svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1024px) {
  .header__link span {
    display: none;
  }
}
.header__link:hover {
  color: #1C445A;
}
.header__button {
  max-width: 328px;
  width: 100%;
}
@media (max-width: 1512px) {
  .header__button {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .header__button {
    max-width: 200px;
    font-size: 16px;
  }
}
@media (max-width: 564px) {
  .header__button {
    max-width: 140px;
    padding: 5px 10px;
    font-size: 14px;
  }
}

.input,
.textarea,
.select {
  padding: 14px 20px;
  border: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 12px;
  transition: 0.3s;
  font-size: 18px;
  resize: none;
  color: #000000;
}
.input:hover, .input:focus,
.textarea:hover,
.textarea:focus,
.select:hover,
.select:focus {
  border-color: #105266;
}

.select {
  appearance: none;
  padding-right: 36px;
}
.select option {
  color: #000000;
}

.label-check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.label-check .check {
  position: relative;
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #ffffff;
  transition: 0.3s;
}
.label-check .check:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.02655 21.8887L24 6.87092L21.0265 3.88867L9.02655 15.9242L2.97345 9.85317L0 12.8354L9.02655 21.8887Z' fill='%23105266'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .label-check .check:hover {
    border-color: #105266;
  }
}
.label-check input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 10px;
  opacity: 0;
  appearance: none;
  cursor: pointer;
}
.label-check input:checked ~ .check:after {
  opacity: 1;
}

.label-radio {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.label-radio .radio {
  position: relative;
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #ffffff;
  transition: 0.3s;
}
.label-radio .radio:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  width: 12px;
  height: 12px;
  background: #105266;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .label-radio .radio:hover {
    border-color: #105266;
  }
}
.label-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 50%;
  opacity: 0;
  appearance: none;
  cursor: pointer;
}
.label-radio input:checked ~ .radio:after {
  opacity: 1;
}

.fieldset {
  position: relative;
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
}
.fieldset_column {
  flex-direction: column;
}
.fieldset_single {
  gap: 10px;
}
.fieldset.invalid input,
.fieldset.invalid .check, .fieldset:has(input:invalid) input,
.fieldset:has(input:invalid) .check {
  border-color: #c1121f;
}
.fieldset.invalid .error, .fieldset:has(input:invalid) .error {
  display: flex;
}
.fieldset label .fieldset__text {
  cursor: pointer;
}
.fieldset__text {
  color: #1C445A;
}
@media (max-width: 768px) {
  .fieldset__text {
    font-size: 16px;
  }
}
.fieldset__text a {
  font-weight: 600;
  color: #1C445A;
  text-decoration: underline;
}
.fieldset__text a:hover {
  color: #105266;
}

.label {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.label__text {
  color: #1C445A;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .label__text {
    font-size: 16px;
  }
}
.label:has(select):after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 18px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1489_8847)'%3E%3Cpath d='M20 2.25L11 12L2 2.25' stroke='%23105266' stroke-width='5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1489_8847'%3E%3Crect width='16' height='22' fill='white' transform='translate(22) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.label.invalid input,
.label.invalid textarea,
.label.invalid select, .label:has(input:invalid) input,
.label:has(input:invalid) textarea,
.label:has(input:invalid) select {
  border-color: #c1121f;
}
.label.invalid .error, .label:has(input:invalid) .error {
  display: flex;
}
.label .datepicker.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.label .datepicker.loading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  border-radius: 12px;
  pointer-events: none;
}
.label .datepicker.loading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20%;
  height: 20%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_aj0A%7Btransform-origin:center;animation:spinner_KYSC .75s infinite linear%7D@keyframes spinner_KYSC%7B100%25%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath d='M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z' class='spinner_aj0A' fill='%23105266'/%3E%3C/svg%3E");
  transform: translate(-50%, -50%);
  z-index: 4;
}

.ui-datepicker {
  border-radius: 12px;
}
.ui-datepicker-calendar th {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 6px;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 4px;
}
.ui-datepicker.ui-widget.ui-widget-content {
  width: auto;
  border: 1px solid #ffffff;
  background: #ffffff;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button, .ui-datepicker html .ui-button.ui-state-disabled:hover,
.ui-datepicker html .ui-button.ui-state-disabled:active {
  padding-top: 6px;
  padding-bottom: 6px;
  background: transparent;
  border: none;
  color: #1C445A;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.26;
  text-align: center;
  border-radius: 8px;
}
.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-widget-content .ui-state-default:hover,
.ui-datepicker .ui-widget-header .ui-state-default:hover,
.ui-datepicker .ui-button:hover, .ui-datepicker html .ui-button.ui-state-disabled:hover:hover,
.ui-datepicker html .ui-button.ui-state-disabled:active:hover {
  background: rgba(196, 219, 218, 0.3);
}
.ui-datepicker .ui-datepicker-today .ui-state-default {
  box-shadow: inset 0 0 0 1px rgba(196, 219, 218, 0.5);
}
.ui-datepicker .ui-state-default.ui-state-highlight {
  color: #1C445A;
  font-weight: 600;
}
.ui-datepicker .ui-state-default.ui-state-active {
  background: rgba(196, 219, 218, 0.5);
  color: #1C445A;
}
.ui-datepicker .ui-datepicker-header {
  background: rgba(196, 219, 218, 0.5);
  padding: 7px 0 8px !important;
  border: none;
  border-radius: 10px;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 18px;
  color: #1C445A;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  right: 4px !important;
  top: 4px !important;
  cursor: pointer;
  border-radius: 8px;
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 18L15.5 12L9.5 6' stroke='%23526166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  content: none !important;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: rgba(196, 219, 218, 0.5) !important;
  border: none !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 4px !important;
}
.ui-datepicker .ui-datepicker-prev:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.ui-datepicker td span, .ui-datepicker td a {
  padding-top: 4px;
  padding-bottom: 5px;
}

#ui-datepicker-div {
  max-width: 480px;
  width: 100%;
  margin-top: 4px;
  box-shadow: rgba(134, 134, 134, 0.1) 0px 5px 10px 0px;
  z-index: 4 !important;
}
@media (max-width: 1512px) {
  #ui-datepicker-div {
    max-width: 380px;
  }
}
@media (max-width: 960px) {
  #ui-datepicker-div {
    max-width: calc(50vw - 60px);
  }
}
@media (max-width: 768px) {
  #ui-datepicker-div {
    max-width: calc(100vw - 40px);
  }
}

.error {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  padding: 2px 4px 0;
  font-size: 14px;
  color: #c1121f;
}

.advantage {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
}
@media (max-width: 960px) {
  .advantage {
    grid-template-columns: 1fr 1fr;
  }
}
.advantage__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1512px) {
  .advantage__item svg {
    height: 50px;
  }
}
@media (max-width: 430px) {
  .advantage__item svg {
    height: 40px;
  }
}
.advantage__title {
  font-size: 24px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1512px) {
  .advantage__title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .advantage__title {
    max-width: 160px;
  }
}
@media (max-width: 960px) {
  .advantage__title {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .advantage__title {
    font-size: 18px;
  }
}
@media (max-width: 564px) {
  .advantage__title {
    max-width: 160px;
    line-height: 1.2;
  }
}

.rating {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}
@media (max-width: 1200px) {
  .rating {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .rating {
    gap: 20px;
  }
}
@media (max-width: 960px) {
  .rating {
    margin: 0 -40px;
    padding: 0 40px;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .rating {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.rating::-webkit-scrollbar {
  display: none;
}
.rating__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 60px;
  background: #ffffff;
  border-radius: 24px;
}
@media (max-width: 1200px) {
  .rating__card {
    padding: 60px 40px;
  }
}
@media (max-width: 960px) {
  .rating__card {
    width: 300px;
  }
}
.rating__card img {
  width: 100px;
  height: 20px;
}
.rating__text {
  font-size: 20px;
  font-weight: 600;
  color: #1C445A;
  text-align: center;
}
.rating__author {
  font-size: 16px;
  font-weight: 400;
  color: #1C445A;
  text-align: center;
}

.work {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  counter-reset: work-counter;
}
@media (max-width: 960px) {
  .work {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 564px) {
  .work {
    gap: 40px;
  }
}
.work__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  counter-increment: work-counter;
}
@media (max-width: 960px) {
  .work__item {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: flex-start;
    gap: 10px 20px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .work__item {
    grid-template-columns: 80px 1fr;
  }
}
@media (max-width: 564px) {
  .work__item {
    grid-template-columns: 60px 1fr;
  }
}
.work__item:not(:last-child) .work__count {
  position: relative;
}
.work__item:not(:last-child) .work__count:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 250px;
  height: 3px;
  background: #ffffff;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .work__item:not(:last-child) .work__count:after {
    width: 200px;
  }
}
@media (max-width: 960px) {
  .work__item:not(:last-child) .work__count:after {
    content: none;
  }
}
.work__count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 166px;
  margin-bottom: 10px;
  background: #ffffff;
  border-radius: 50%;
  color: #1C445A;
  font-size: 74px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1512px) {
  .work__count {
    width: 120px;
    height: 120px;
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .work__count {
    width: 100px;
    height: 100px;
    font-size: 48px;
  }
}
@media (max-width: 960px) {
  .work__count {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media (max-width: 768px) {
  .work__count {
    width: 80px;
    height: 80px;
    font-size: 42px;
  }
}
@media (max-width: 564px) {
  .work__count {
    width: 60px;
    height: 60px;
    font-size: 32px;
  }
}
.work__count:before {
  content: counter(work-counter);
  z-index: 2;
}
.work__title {
  font-size: 22px;
  font-weight: 600;
  font-family: "Proxima Nova", sans-serif;
  text-align: center;
  color: #1C445A;
}
@media (max-width: 960px) {
  .work__title {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: left;
    align-self: flex-end;
  }
}
@media (max-width: 564px) {
  .work__title {
    font-size: 20px;
  }
}
.work__text {
  display: flex;
  max-width: 280px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  color: #1C445A;
}
@media (max-width: 960px) {
  .work__text {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    max-width: none;
    text-align: left;
  }
}
@media (max-width: 564px) {
  .work__text {
    font-size: 16px;
  }
}

.difference {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1512px) {
  .difference {
    gap: 30px;
  }
}
.difference__row, .difference__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1512px) {
  .difference__row, .difference__boxes {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .difference__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .difference__boxes {
    grid-template-columns: 1fr;
  }
}
.difference__box {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: #F4F0EE;
  border-radius: 45px;
  overflow: hidden;
}
@media (max-width: 430px) {
  .difference__box {
    padding: 20px;
    border-radius: 30px;
  }
}
.difference__box:has(.difference__img:only-child) {
  padding: 0;
  min-height: 610px;
}
.difference__box:has(.difference__img:only-child) .difference__img {
  height: 100%;
}
@media (max-width: 1200px) {
  .difference__box:has(.difference__img:only-child) {
    display: none;
  }
}
.difference__box:not(.difference__box_row):has(.difference__img:last-child:not(:first-child)) {
  padding-bottom: 0;
}
.difference__box:not(.difference__box_row):has(.difference__img:last-child:not(:first-child)) .difference__img {
  margin: auto -40px 0;
}
.difference__box img {
  object-fit: cover;
}
.difference__box_row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  background: #E3DCD8;
}
@media (max-width: 1512px) {
  .difference__box_row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 564px) {
  .difference__box_row {
    grid-template-columns: 1fr;
  }
}
.difference__box_row .difference__box-col {
  margin-top: 20%;
}
@media (max-width: 768px) {
  .difference__box_row .difference__box-col {
    margin-top: 0;
  }
}
.difference__box_bordered {
  border: 6px solid #E3DCD8;
  background: #ffffff;
}
.difference__img {
  border-radius: 45px;
  overflow: hidden;
}
@media (max-width: 430px) {
  .difference__img {
    border-radius: 24px;
  }
}
.difference__img_280 {
  height: 280px;
  transform: rotate(4deg);
}
@media (max-width: 1512px) {
  .difference__img_280 {
    height: 200px;
  }
}
.difference__img_280 img {
  object-fit: contain;
}
.difference__img + .difference__box-col {
  margin-top: 40px;
}
.difference__box-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.difference__title {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1512px) {
  .difference__title {
    font-size: 32px;
  }
}
@media (max-width: 564px) {
  .difference__title {
    font-size: 24px;
  }
}
.difference__text {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1512px) {
  .difference__text {
    font-size: 18px;
  }
}
@media (max-width: 564px) {
  .difference__text {
    font-size: 16px;
  }
}
.difference__text strong {
  font-weight: 600;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1512px) {
  .contact {
    max-width: 800px;
  }
}
.contact__button {
  max-width: 328px;
  width: 100%;
  margin: 0 auto;
}
.contact__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .contact__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.contact__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact__box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact__box-title {
  display: flex;
  width: 100%;
  font-size: 20px;
  color: #1C445A;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact__box-title {
    font-size: 18px;
  }
}

.faq {
  display: flex;
  flex-direction: column;
}
.faq__item {
  padding-bottom: 20px;
}
@media (max-width: 564px) {
  .faq__item {
    padding-bottom: 12px;
  }
}
.faq__item:not(:last-child) {
  border-bottom: 1px solid #1C445A;
}

.accordion {
  padding-bottom: 8px;
}
.accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 24px 0 12px;
  background: transparent;
  border: none;
}
@media (max-width: 564px) {
  .accordion__button {
    padding-top: 20px;
  }
}
.accordion__button span {
  font-size: 38px;
  line-height: 1.15;
  color: #000000;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
}
@media (max-width: 1512px) {
  .accordion__button span {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .accordion__button span {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .accordion__button span {
    font-size: 24px;
  }
}
@media (max-width: 564px) {
  .accordion__button span {
    font-size: 20px;
  }
}
.accordion__button:hover span {
  color: #105266;
}
.accordion__button:hover .accordion__button-icon:before, .accordion__button:hover .accordion__button-icon:after {
  background: #105266;
}
.accordion__content {
  display: none;
  padding-right: 52px;
  color: #000000;
  font-size: 20px;
}
@media (max-width: 768px) {
  .accordion__content {
    font-size: 18px;
  }
}
@media (max-width: 564px) {
  .accordion__content {
    padding-right: 0;
    font-size: 16px;
  }
}
.accordion__content p {
  padding-top: 10px;
  color: inherit;
}
@media (max-width: 564px) {
  .accordion__content p {
    padding-top: 0;
  }
}
.accordion__button-icon {
  position: relative;
  display: flex;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
@media (max-width: 1512px) {
  .accordion__button-icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 564px) {
  .accordion__button-icon {
    width: 16px;
    height: 16px;
  }
}
.accordion__button-icon:before, .accordion__button-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #000000;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media (max-width: 564px) {
  .accordion__button-icon:before, .accordion__button-icon:after {
    height: 2px;
  }
}
.accordion__button-icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__item.open .accordion__button-icon:before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.review__item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 480px;
  margin: 0 40px;
  padding: 0 20px;
}
@media (max-width: 1512px) {
  .review__item {
    margin: 0 20px;
  }
}
@media (max-width: 960px) {
  .review__item {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .review__item {
    margin: 0;
  }
}
@media (max-width: 564px) {
  .review__item {
    width: 340px;
  }
}
.review__img {
  display: flex;
  width: 370px;
  height: 406px;
  margin: 0 auto 10px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .review__img {
    width: 320px;
    height: 360px;
  }
}
@media (max-width: 564px) {
  .review__img {
    width: 260px;
    height: 280px;
  }
}
.review__img img {
  object-fit: cover;
}
.review__author {
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media (max-width: 1200px) {
  .review__author {
    font-size: 20px;
  }
}
.review__text {
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1512px) {
  .review__text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .review__text {
    font-size: 18px;
  }
}

.list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .list {
    margin-top: 0;
    padding: 0;
  }
}
.list__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.list__item:before {
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1468_8382' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='31' height='31'%3E%3Cpath d='M30.7925 0.650391H0.570312V30.8726H30.7925V0.650391Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1468_8382)'%3E%3Cmask id='mask1_1468_8382' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='1' width='31' height='30'%3E%3Cpath d='M30.7925 1.21094H0.570312V30.3138H30.7925V1.21094Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_1468_8382)'%3E%3Cpath d='M15.6823 30.3138C23.7189 30.3138 30.2337 23.7989 30.2337 15.7624C30.2337 7.72585 23.7189 1.21094 15.6823 1.21094C7.64576 1.21094 1.13086 7.72585 1.13086 15.7624C1.13086 23.7989 7.64576 30.3138 15.6823 30.3138Z' fill='%23C4DBDA'/%3E%3Cpath d='M8.4043 14.7929L14.0984 20.6134L22.9558 10.9121' stroke='%23105266' stroke-width='2.23869'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.list__item-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.list__item-content h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1512px) {
  .list__item-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .list__item-content h3 {
    font-size: 18px;
  }
}
.list__item-content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1512px) {
  .list__item-content p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .list__item-content p {
    font-size: 16px;
  }
}
.list_drop {
  gap: 32px;
  padding: 0;
}
@media (max-width: 1512px) {
  .list_drop {
    gap: 20px;
  }
}
@media (max-width: 564px) {
  .list_drop {
    gap: 10px;
  }
}
.list_drop .list__item {
  gap: 32px;
}
.list_drop .list__item:before {
  content: "D";
  width: 57px;
  height: 82px;
  padding-top: 36px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 57 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.14181 73.27C-0.722826 63.9993 -2.29793 49.8781 4.37146 38.9215L28.0635 4.51423e-08L52.435 38.9277C59.2737 49.851 57.8259 64.0226 48.9196 73.3373V73.3373C37.8278 84.9378 19.2339 84.8701 8.14181 73.27V73.27Z' fill='%23C4DBDA'/%3E%3C/svg%3E%0A");
  flex-shrink: 0;
}
@media (max-width: 1512px) {
  .list_drop .list__item:before {
    width: 50px;
    height: 75px;
    font-size: 20px;
    padding-top: 32px;
  }
}
.list_drop .list__item:nth-child(2):before {
  content: "R";
}
.list_drop .list__item:nth-child(3):before {
  content: "O";
}
.list_drop .list__item:nth-child(4):before {
  content: "P";
}
.list_drop .list__item-content {
  padding-top: 10px;
}

.hero {
  overflow: hidden;
}
.hero__wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.hero__content {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .hero__content {
    flex-direction: column;
  }
}
@media (max-width: 564px) {
  .hero__content {
    gap: 20px;
  }
}
.hero__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 700px;
  transform: translateX(8vw);
}
@media (max-width: 1512px) {
  .hero__images {
    transform: translateX(5vw);
  }
}
@media (max-width: 1200px) {
  .hero__images {
    min-width: 600px;
  }
}
@media (max-width: 1024px) {
  .hero__images {
    min-width: auto;
    margin: 0 -40px;
    transform: none;
  }
}
@media (max-width: 564px) {
  .hero__images {
    margin: 0 -20px;
  }
}
.hero__image {
  display: flex;
}
@media (max-width: 1024px) {
  .hero__image {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .hero__image {
    height: 500px;
  }
}
@media (max-width: 564px) {
  .hero__image {
    height: auto;
  }
}
.hero__image:first-child {
  min-width: 330px;
}
@media (max-width: 768px) {
  .hero__image:first-child {
    min-width: auto;
  }
}
.hero__image img {
  object-fit: cover;
}
@media (max-width: 1024px) {
  .hero__image img {
    object-position: bottom;
  }
}
.hero .section__header {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media (max-width: 1512px) {
  .hero .section__header {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .hero .section__header {
    padding-top: 0;
    padding-bottom: 60px;
    order: 2;
  }
  .hero .section__header br {
    display: none;
  }
}
@media (max-width: 564px) {
  .hero .section__header {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .hero .section__header .section__title {
    text-align: center;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .hero .section__header .section__subtitle {
    margin: 0 auto;
    text-align: center;
  }
}

.potential {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 60px 40px;
  border-radius: 45px;
  background: #F4F0EE;
}
@media (max-width: 430px) {
  .potential {
    padding: 40px 20px;
    border-radius: 24px;
  }
}
.potential__slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: sans-serif;
}
.potential__slider input[type=range] {
  -webkit-appearance: none;
  max-width: 560px;
  width: 100%;
  height: 10px;
  border-radius: 50px;
  background: #f5f2f0;
  outline: none;
}
@media (max-width: 1512px) {
  .potential__slider input[type=range] {
    max-width: 450px;
  }
}
.potential__slider input[type=range]::-webkit-slider-runnable-track {
  height: 14px;
  border-radius: 50px;
  background: #ffffff;
}
.potential__slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  margin-top: -8px;
  transition: transform 0.2s;
}
.potential__slider input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}
.potential__slider input[type=range]::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  border: none;
}
.potential__slider input[type=range]::-moz-range-track {
  height: 14px;
  border-radius: 50px;
  background: #ffffff;
}
.potential__text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1512px) {
  .potential__text {
    font-size: 18px;
  }
}
.potential__text_md {
  font-size: 24px;
}
@media (max-width: 1512px) {
  .potential__text_md {
    font-size: 20px;
  }
}
.potential__text_sm {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1512px) {
  .potential__text_sm {
    font-size: 16px;
  }
}
.potential__text_sm p {
  font: inherit;
}
.potential__text_sm em {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 1512px) {
  .potential__text_sm em {
    font-size: 14px;
  }
}
.potential__value {
  text-align: center;
  font-size: 68px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1512px) {
  .potential__value {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .potential__value {
    font-size: 36px;
  }
}
.potential__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 486px;
  width: 100%;
  margin: 0 auto;
  padding: 54px 20px;
  background: #ffffff;
  border-radius: 45px;
}
@media (max-width: 768px) {
  .potential__box {
    max-width: 380px;
    padding: 40px 20px;
  }
}
@media (max-width: 430px) {
  .potential__box {
    border-radius: 24px;
  }
}
.potential__loss {
  text-align: center;
  font-size: 168px;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1512px) {
  .potential__loss {
    font-size: 120px;
  }
}
@media (max-width: 768px) {
  .potential__loss {
    font-size: 90px;
  }
}

/*# sourceMappingURL=styles.css.map */
