@charset "UTF-8";
@font-face {
  font-family: "StyreneAWeb";
  src: url("../assets/fonts/StyreneAWeb-Thin.eot");
  src: local("Styrene A Web Thin"), local("StyreneAWeb-Thin"), url("../assets/fonts/StyreneAWeb-Thin.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/StyreneAWeb-Thin.woff2") format("woff2"), url("../assets/fonts/StyreneAWeb-Thin.woff") format("woff"), url("../assets/fonts/StyreneAWeb-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "StyreneAWeb";
  src: url("../assets/fonts/StyreneAWeb-Light.eot");
  src: local("Styrene A Web Light"), local("StyreneAWeb-Light"), url("../assets/fonts/StyreneAWeb-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/StyreneAWeb-Light.woff2") format("woff2"), url("../assets/fonts/StyreneAWeb-Light.woff") format("woff"), url("../assets/fonts/StyreneAWeb-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "StyreneAWeb";
  src: url("../assets/fonts/StyreneAWeb-Regular.eot");
  src: local("Styrene A Web Regular"), local("StyreneAWeb-Regular"), url("../assets/fonts/StyreneAWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/StyreneAWeb-Regular.woff2") format("woff2"), url("../assets/fonts/StyreneAWeb-Regular.woff") format("woff"), url("../assets/fonts/StyreneAWeb-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "StyreneAWeb";
  src: url("../assets/fonts/StyreneAWeb-Medium.eot");
  src: local("Styrene A Web Medium"), local("StyreneAWeb-Medium"), url("../assets/fonts/StyreneAWeb-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/StyreneAWeb-Medium.woff2") format("woff2"), url("../assets/fonts/StyreneAWeb-Medium.woff") format("woff"), url("../assets/fonts/StyreneAWeb-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "StyreneAWeb";
  src: url("../assets/fonts/StyreneAWeb-Bold.eot");
  src: local("Styrene A Web Bold"), local("StyreneAWeb-Bold"), url("../assets/fonts/StyreneAWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/StyreneAWeb-Bold.woff2") format("woff2"), url("../assets/fonts/StyreneAWeb-Bold.woff") format("woff"), url("../assets/fonts/StyreneAWeb-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
hr {
  margin: 1.5rem 0;
  color: inherit;
  border: 0;
  border-top: 1px #2773BD solid;
  opacity: 1;
}

h6, h5, h4, h3, h2, h1, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

h5, .h5 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  legend {
    font-size: 1.5rem;
  }
}
abbr[title] {
  --webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  --webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

li {
  margin-bottom: 1rem;
}

li::marker {
  color: #2773BD;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: whitesmoke;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #696969;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  background-color: whitesmoke;
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  padding: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  background-color: #ffffff;
}

input:focus-visible, textarea:focus-visible {
  border: none;
  outline: none;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.form {
  position: relative;
  z-index: 2;
  /**/
  /*ОТ 992 до 768*/
  /*ОТ 768 до 576*/
  /*ОТ 576 до 360*/
}
.form input, .form select, .form textarea {
  font-weight: 500;
  line-height: inherit;
  width: 100%;
  font-size: 16px;
  margin-bottom: 1rem;
  background-color: white;
  padding: 1.75rem 2rem;
  display: block;
  color: #696969;
  border-radius: 100px;
}
.form input::placeholder, .form select::placeholder, .form textarea::placeholder {
  color: #333333;
  opacity: 0.4;
}
.form input:focus-within, .form select:focus-within, .form textarea:focus-within {
  border: none;
}
.form select {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 1.25rem 0;
}
.form textarea {
  line-height: 1.5;
}
.form [type=submit] {
  width: 100%;
  padding: 0 1rem;
}
.form .alert {
  font-size: 12px;
  color: darkred;
  pointer-events: none;
}
.form label {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.form label.vertical {
  flex-direction: column;
  margin-bottom: 0.5rem;
  font-size: 14px;
  gap: 0;
  color: #464646;
}
.form label.vertical .alert {
  top: -0.5rem;
  padding: 0.5rem;
  left: -0.5rem;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  border: 1px solid red;
  text-align: right;
}
.form label input {
  margin-bottom: 0;
  border: none;
  padding: 0 2rem;
  height: 77px;
}
.form label .alert {
  position: absolute;
  top: 0;
  left: 40px;
}
.form label label {
  border: none;
  margin-bottom: 0;
  position: unset;
}
.form label select {
  margin-bottom: 0;
  border-bottom: none;
  text-transform: unset;
  font-weight: 300;
  letter-spacing: 0;
}
.form__policy {
  display: flex;
  gap: 1rem;
  font-weight: 300;
  font-size: 12px;
  margin: 1rem 0;
  color: #CAECFF;
  max-width: 600px;
}
.form__policy span {
  margin: auto 0;
}
.form__policy a {
  color: #CAECFF;
  font-size: 12px;
  font-weight: 600;
  border-bottom: unset;
  border-bottom: solid 2px transparent;
  width: fit-content;
  padding: 0;
}
.form__policy a:hover {
  border-bottom: solid 2px #b9b9b9;
}
.form__policy label {
  border-bottom: unset !important;
  padding: 0 !important;
  margin: 0 !important;
}
.form__file {
  cursor: pointer;
}
.form__file span {
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #696969;
  padding: 1rem 0;
  line-height: inherit;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.form__file .count {
  color: #2773BD;
  display: block;
  border-bottom: none;
  font-size: 14px;
  margin-left: 1rem;
  padding: 0;
}
.form__file input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 20px !important;
}
.form_white input, .form_white select, .form_white textarea {
  color: white;
  border-bottom: 1px solid white;
}
.form_white input::placeholder, .form_white select::placeholder, .form_white textarea::placeholder {
  color: white;
}
.form_white label {
  border-bottom: 1px solid white;
}
.form__radio {
  position: relative;
}
.form__radio input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.form__radio label {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem 0;
  cursor: pointer;
}
.form__radio label:hover:before {
  background-color: #464646;
  box-shadow: 0 0 0 10px #CAECFF;
}
.form__radio label:before {
  content: "";
  transition: all 0.3s 0s;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: rgba(154, 159, 167, 0.4);
  box-shadow: 0 0 0 7px #CAECFF;
}
.form__radio label:after {
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #8f9193;
  left: 0;
  position: absolute;
}
.form__radio input:checked + label:before {
  background-color: #2773BD;
}
.form__radio input:checked + label:after {
  border: solid 1px white;
}
.form__radio_check label:hover:before {
  background-color: #464646;
  box-shadow: 0 0 0 10px #CAECFF;
}
.form__radio_check label:before {
  -webkit-mask: url("../assets/svg/check.svg") no-repeat center/contain;
}
.form__radio_check input:checked + label:before {
  background: white;
}
.form__radio_check input:checked + label:after {
  border-color: white;
  box-shadow: 0 0 6px 1px #CAECFF;
}
.form .messages > div {
  padding: 1rem 2rem;
  background-color: #CAECFF;
  color: #696969;
  border-radius: 0.75rem;
  max-width: 450px;
}
.form .messages > div strong {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
}
.form .messages > div.fail span {
  color: darkred;
}
.form .messages > div.alert-input span {
  color: darkred;
}
.form.review_form {
  border-radius: 15px;
}
.form.review_form h2 {
  font-weight: bold;
  color: #2773BD;
  font-family: "StyreneAWeb", sans-serif;
  text-align: center;
}
.form.review_form .form__policy {
  color: #696969;
}
.form.review_form .form__policy a {
  color: #696969;
}
.form.review_form .form__policy input:checked + label:before {
  background: linear-gradient(178deg, #f86752 0%, #ff9283 100%);
}
.form.review_form .form__policy input:checked + label:after {
  border-color: #f86752;
  box-shadow: 0 0 6px 1px #f86752;
}
.form.review_form .select-stars-wrap {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.form.review_form .select-stars {
  display: inline-flex;
  gap: 0.5rem;
  margin-right: 1rem;
  flex-direction: row-reverse;
  justify-content: start;
}
.form.review_form .select-stars input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  margin: 0;
}
.form.review_form .select-stars input:checked ~ label .icon {
  background-color: #fba100;
}
.form.review_form .select-stars label {
  border-bottom: none;
  margin: 0;
}
.form.review_form .select-stars label .icon {
  background-color: #a7abad;
  transition: all 0.3s 0s;
}
.form.review_form .select-stars label:hover .icon, .form.review_form .select-stars label:hover ~ label .icon {
  background-color: #fba100;
}
.form.review_form .btn {
  height: 77px;
}
.form.review_form textarea, .form.review_form input {
  background-color: #E0F3FD;
}
.form.review_form textarea {
  border-radius: 15px;
}
.form.director {
  border-radius: 15px;
}
.form.director h2 {
  font-weight: bold;
  color: #2773BD;
  font-family: "StyreneAWeb", sans-serif;
  text-align: center;
}
.form.director .form__policy {
  color: #696969;
}
.form.director .form__policy a {
  color: #696969;
}
.form.director .form__policy input:checked + label:before {
  background: linear-gradient(178deg, #f86752 0%, #ff9283 100%);
}
.form.director .form__policy input:checked + label:after {
  border-color: #f86752;
  box-shadow: 0 0 6px 1px #f86752;
}
.form.director textarea, .form.director input {
  background-color: #E0F3FD;
}
.form.director textarea {
  border-radius: 15px;
}
.form.director .btn {
  height: 77px;
}
.form .contact_whatsapp {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 0rem;
  margin-top: 1rem;
}
.form .contact_whatsapp .ico {
  width: 40px;
  height: 40px;
}
@media (max-width: 992px) {
  .form {
    /*label input{height: 60px}*/
  }
  .form .select-stars-wrap {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
  }
  .form .select-stars-wrap span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .form.review_form .btn {
    height: 60px;
  }
  .form .select-stars-wrap {
    flex-direction: column;
    align-items: start;
  }
  .form label input {
    height: 70px;
  }
}
@media (max-width: 576px) {
  .form .select-stars-wrap {
    gap: 0.5rem;
  }
  .form input, .form select, .form textarea {
    font-size: 14px;
    padding: 0.5rem 0;
  }
  .form [type=submit] {
    padding: 0.75rem 1.5rem;
  }
  .form__file span {
    font-size: 14px;
  }
  .form label.vertical {
    font-size: 12px;
  }
  .form__policy {
    font-size: 12px;
    justify-content: center;
    text-align: left;
  }
  .form__policy a {
    font-size: 12px;
  }
  .form__radio label {
    padding: 1rem 0;
    gap: 1rem;
  }
  .form__radio label:before {
    width: 12px;
    height: 12px;
    line-height: 12px;
    min-width: 12px;
  }
  .form__radio label:after {
    left: -2px;
  }
}
@media (max-width: 360px) {
  .form__policy {
    margin: 0.5rem 0;
  }
}

.consult_big {
  display: grid;
  grid-template-columns: 45% 50%;
  column-gap: 1rem;
}
.consult_big .phone {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.consult_big .phone a {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}
.consult_big .phone a:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .consult_big {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .consult_big .phone {
    text-align: center;
  }
}

.consult-modal, .call, .sing_up, .download, .reservation {
  max-width: 460px !important;
  border-radius: 15px;
}
.consult-modal input:checked + label:before, .call input:checked + label:before, .sing_up input:checked + label:before, .download input:checked + label:before, .reservation input:checked + label:before {
  background: linear-gradient(178deg, #f86752 0%, #ff9283 100%);
}
.consult-modal input:checked + label:after, .call input:checked + label:after, .sing_up input:checked + label:after, .download input:checked + label:after, .reservation input:checked + label:after {
  border-color: #f86752;
  box-shadow: 0 0 6px 1px #f86752;
}
.consult-modal p, .call p, .sing_up p, .download p, .reservation p {
  text-align: center;
}
.consult-modal h2, .call h2, .sing_up h2, .download h2, .reservation h2 {
  font-weight: bold;
  color: #2773BD;
  font-family: "StyreneAWeb", sans-serif;
  text-align: center;
}
.consult-modal input, .call input, .sing_up input, .download input, .reservation input {
  background-color: #F5F5F5;
}
.consult-modal .form__policy, .call .form__policy, .sing_up .form__policy, .download .form__policy, .reservation .form__policy {
  color: #696969;
}
.consult-modal .form__policy a, .call .form__policy a, .sing_up .form__policy a, .download .form__policy a, .reservation .form__policy a {
  color: #696969;
  font-weight: 500;
}
.consult-modal .form__policy a:hover, .call .form__policy a:hover, .sing_up .form__policy a:hover, .download .form__policy a:hover, .reservation .form__policy a:hover {
  color: #333333;
}

.sing_up_big {
  max-width: 830px !important;
  border-radius: 15px;
  padding: 2rem 2rem 0 2rem;
  overflow: hidden !important;
}
.sing_up_big input:checked + label:before {
  background: linear-gradient(178deg, #f86752 0%, #ff9283 100%);
}
.sing_up_big input:checked + label:after {
  border-color: #f86752;
}
.sing_up_big h2 {
  font-weight: bold;
  color: #2773BD;
  font-family: "StyreneAWeb", sans-serif;
}
.sing_up_big input {
  background-color: #F5F5F5;
}
.sing_up_big .form__policy {
  color: #696969;
}
.sing_up_big .form__policy a {
  color: #696969;
}
.sing_up_big .form__policy a:hover {
  color: #333333;
  font-weight: 500;
}
.sing_up_big .left {
  padding-bottom: 2rem;
}
.sing_up_big .img {
  position: relative;
  width: 400px;
  height: 100%;
  margin-top: 1rem;
  z-index: 1;
}
.sing_up_big .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -45px;
  background: url("../assets/mask/bg-dok2.svg") no-repeat center/contain;
  z-index: -1;
}
.sing_up_big .img:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  right: 51px;
  top: 235px;
  background: url("../assets/svg/fiksik.svg") no-repeat center/contain;
  transition: all 0.7s;
  z-index: -1;
}
.sing_up_big .close-small {
  top: 5px !important;
}
.sing_up_big:hover .img:after {
  right: 25px;
  top: 170px;
  transition: all 0.7s;
}
@media (max-width: 768px) {
  .sing_up_big .row {
    flex-direction: column-reverse;
    text-align: center;
  }
  .sing_up_big .img {
    margin: auto;
    width: 100%;
  }
  .sing_up_big .img-col {
    position: relative;
    margin-bottom: 1rem;
  }
  .sing_up_big .img-col:before {
    content: "";
    position: absolute;
    width: 120%;
    left: -10%;
    bottom: 0;
    height: 100%;
    border-bottom: solid 2px #D9D9D9;
  }
}
@media (max-width: 576px) {
  .sing_up_big .img:after {
    width: 79px;
    height: 76px;
    right: 20px;
    top: 123px;
  }
  .sing_up_big:hover .img:after {
    width: 79px;
    height: 76px;
    right: 20px;
    top: 123px;
  }
}

.consult2 .form__policy {
  grid-column: span 2;
}

.catalog {
  max-width: 830px !important;
  border-radius: 15px;
  padding: 2rem 2rem 0 2rem;
  overflow: hidden !important;
}
.catalog input:checked + label:before {
  background: linear-gradient(178deg, #f86752 0%, #ff9283 100%);
}
.catalog input:checked + label:after {
  border-color: #f86752;
}
.catalog h2 {
  font-weight: bold;
  color: #2773BD;
  font-family: "StyreneAWeb", sans-serif;
}
.catalog input {
  background-color: #F5F5F5;
}
.catalog .form__policy {
  color: #696969;
}
.catalog .form__policy a {
  color: #696969;
}
.catalog .form__policy a:hover {
  color: #333333;
  font-weight: 500;
}
.catalog .left {
  padding-bottom: 2rem;
}
.catalog .img {
  position: relative;
  width: 400px;
  height: 100%;
  margin-top: 1rem;
  z-index: 1;
}
.catalog .close-small {
  top: 5px !important;
}
.catalog:hover .img:after {
  right: 25px;
  top: 170px;
  transition: all 0.7s;
}
@media (max-width: 768px) {
  .catalog .row {
    flex-direction: column-reverse;
    text-align: center;
  }
  .catalog .img {
    margin: auto;
    width: 100%;
    height: 300px;
  }
  .catalog .img-col {
    position: relative;
    margin-bottom: 1rem;
  }
  .catalog .img-col:before {
    content: "";
    position: absolute;
    width: 120%;
    left: -10%;
    bottom: 0;
    height: 100%;
    border-bottom: solid 2px #D9D9D9;
  }
}
@media (max-width: 576px) {
  .catalog .img {
    height: 100%;
  }
}

.question [type=submit] {
  max-width: 330px;
  font-size: 15px;
}

.document {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}
.document .form__policy {
  grid-column: span 2;
}
@media (max-width: 1200px) {
  .document {
    display: flex;
    flex-direction: column;
  }
}

html {
  font-size: 16px;
}

body {
  font: 500 18px "Montserrat";
  line-height: 1.4;
  color: #696969;
  margin: 0;
  scroll-behavior: smooth;
  overflow: auto;
  scrollbar-face-color: #CAECFF;
  scrollbar-track-color: transparent;
  background-color: white;
  padding-top: 250px;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-thumb {
  background: #2773BD;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
@media (max-width: 576px) {
  body {
    padding-top: 0;
  }
}

.hide {
  display: none !important;
}

section {
  padding-top: 5rem;
  padding-bottom: 4rem;
  /*ОТ 992 до 768*/
  /*ОТ 768 до 576*/
}
section .container {
  position: relative;
}
section h1, section .h1, section h2, section .h2, section h3, section .h3, section h4, section .h4 {
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: StyreneAWeb;
}
section h1, section .h1 {
  font-size: 44px;
}
section h2, section .h2 {
  font-size: 44px;
}
section h3, section .h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 1rem;
}
section h3, section .h3, section h4, section .h4 {
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  section h1, section .h1 {
    font-size: 36px;
  }
  section h2, section .h2 {
    font-size: 36px;
  }
  section h3, section .h3 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section h1, section .h1 {
    font-size: 30px;
  }
  section h2, section .h2 {
    font-size: 30px;
  }
  section h3, section .h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  section {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  section h1, section .h1 {
    font-size: 28px;
  }
  section h2, section .h2 {
    font-size: 28px;
  }
  section h3, section .h3 {
    font-size: 20px;
  }
  section .container {
    max-width: unset;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 360px) {
  section h1, section .h1 {
    font-size: 24px;
  }
  section h2, section .h2 {
    font-size: 24px;
  }
  section h3, section .h3 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: unset;
    width: 100%;
  }
  .container-fluid .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .single-post .container {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.stretched-link:before {
  content: "" !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

/*Изображения&Фон*/
picture {
  background-color: #CAECFF;
  display: block;
}

.img {
  overflow: hidden;
}
.img img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s;
}

img {
  transition: opacity 1s 0s;
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
  min-width: 10px;
}
img.loading {
  opacity: 0;
}
img.loaded {
  opacity: 1;
}

[data-bg] {
  background-position: center;
  background-size: cover;
  transition: opacity 1s 0s;
}
[data-bg].loading {
  opacity: 0;
}
[data-bg].loaded {
  opacity: 1;
}

/*END Изображения*/
/*Анимация загрузки*/
.loading {
  position: relative;
  pointer-events: none;
  min-width: 2rem;
  min-height: 2rem;
}
.loading:before {
  content: "";
  z-index: 9;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  -webkit-mask: url(../assets/svg/loading.svg) no-repeat center/contain;
  background-color: #CAECFF;
  animation: spin 2s linear infinite;
}
.loading:after {
  content: "";
  opacity: 0.5;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*END Анимация загрузки*/
/*КНОПКИ*/
.btn {
  display: inline-flex;
  letter-spacing: 0;
  text-decoration: none;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  transition: all 0.2s 0s;
  gap: 0.75rem;
  padding: 0 2rem;
  text-align: center;
  justify-content: center;
  line-height: 1.4;
  background: linear-gradient(178deg, #f86752 0%, #ff9283 100%);
  border: none;
  text-transform: uppercase;
  font-size: 17px;
  border-radius: 10rem;
  z-index: 1;
  height: 77px;
  /*ОТ 992 до 768*/
  /*768*/
  /*ОТ 576 до 360*/
}
.btn:hover {
  scale: 1.02;
  transition: all 0.2s 0s;
}
.btn_border {
  overflow: hidden;
  background: #7CC1E8;
  transition: all 0.2s 0s;
  line-height: unset;
  height: 43px;
}
.btn_link {
  padding: 0 0 5px 0;
  text-transform: unset;
  line-height: 1;
  font-size: 18px;
  border-bottom: 1px dashed transparent;
  background: unset;
  color: #333333;
  cursor: pointer;
  width: fit-content;
  border-radius: unset;
  height: unset !important;
}
.btn_link:hover {
  border-bottom-color: #464646;
  scale: unset;
}
.btn_url {
  padding: 0 0 5px 0;
  text-transform: unset;
  line-height: 1;
  font-size: 18px;
  border-bottom: 1px solid transparent;
  background: unset;
  color: #F86752;
  cursor: pointer;
  width: fit-content;
  border-radius: unset;
  height: unset;
  position: unset;
}
.btn_url:hover {
  border-bottom-color: #F86752;
  scale: unset;
}
.btn_toc {
  background: #EFEFEF;
  color: #696969;
  line-height: 48px;
  height: 48px;
}
.btn_toc:hover {
  background: #2773BD;
  color: #ffffff;
}
.btn_toc.show {
  background: #2773BD;
}
.btn_icon:hover .icon {
  background-color: #2773BD;
}
.btn_lg {
  font-size: 24px;
  padding: 2rem 1.5rem;
}
.btn_md {
  font-size: 22px;
  padding: 1.5rem 2rem;
}
.btn_sm {
  font-size: 16px;
  padding: 0.75rem 1.5rem;
}
.btn_xs {
  font-size: 14px;
  padding: 0.75rem 1.5rem;
}
@media (max-width: 992px) {
  .btn {
    font-size: 16px;
    padding: 0 1.5rem;
  }
  .btn_link {
    padding: 0.25rem 0;
  }
}
@media (max-width: 768px) {
  .btn {
    height: 70px;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 14px;
  }
}

/*END КНОПКИ*/
.swipe {
  position: relative;
  height: 30px;
  width: 30px;
  margin-left: auto;
}
.swipe:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../assets/svg/swipe_right.svg") no-repeat center/contain;
}

/*Группа кнопок*/
.btns {
  display: flex;
  margin: 1.6rem 0 2.25rem 0;
  flex-wrap: wrap;
  align-items: center;
  /*ОТ 576 до 360*/
}
.btns_scroll {
  overflow-y: hidden !important;
  white-space: nowrap;
  display: block !important;
  margin: 0;
  margin: 1rem 0;
}
.btns_scroll > * {
  display: inline-block !important;
  width: auto !important;
  margin: 0 0.5rem 0 0;
  white-space: initial;
  vertical-align: top;
  margin-bottom: 1rem !important;
}
.btns .btn {
  color: #696969;
  font-weight: 500;
  font-size: 16px;
  text-transform: math-auto;
}
.btns .btn.show {
  pointer-events: none;
}
.btns .btn.show, .btns .btn:hover {
  color: #ffffff;
}
.btns_switch {
  background-color: #E8F6FF;
  border-radius: 2.18rem;
  padding: 1rem;
  gap: 0.5rem 0.25rem;
}
.btns_switch .btn_switch {
  background-color: unset;
  padding: 0.6rem 2rem;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  border-radius: 2.18rem;
}
.btns_switch .btn_switch.show:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #7950cb 0%, #8f75c3 100%);
  border-radius: 2.18rem;
  z-index: -1;
}
.btns_switch .btn_switch.show, .btns_switch .btn_switch:hover {
  background: linear-gradient(180deg, #7950cb 0%, #8f75c3 100%);
  border-radius: 2.18rem;
  color: #ffffff;
  transition: all 0.3s;
}
.btns_scroll {
  margin: 1rem 0;
}
@media (max-width: 1440px) {
  .btns {
    gap: 0.75rem;
    justify-content: flex-start !important;
    margin: 1rem 0;
  }
  .btns_switch .btn {
    font-size: 14px;
  }
  .btns_switch .btn_switch.show:after {
    content: none;
  }
}
@media (max-width: 768px) {
  .btns_scroll {
    position: relative;
  }
  .btns_scroll .btn {
    line-height: 3.5;
  }
}
@media (max-width: 576px) {
  .btns {
    gap: 0.75rem;
    height: 70px;
    margin: 1rem 0;
  }
  .btns_switch {
    height: 100%;
  }
  .btns_switch .btn {
    font-size: 14px;
  }
  .btns_switch .btn_switch {
    width: unset;
    font-size: 14px;
  }
}

/*END Группа кнопок*/
.solid-anim {
  transition: all 0.5s 0s;
  position: relative;
  width: fit-content;
  padding-bottom: 1px;
  opacity: 0.7;
}
.solid-anim:after {
  position: absolute;
  content: "";
  bottom: 0 !important;
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(178deg, #f86752 0%, #ff9283 100%);
  transition: 0.5s;
  left: 0;
  top: unset;
}
.solid-anim:hover {
  opacity: 1;
}
.solid-anim:hover:after {
  text-decoration: none;
  transition: all 0.5s 0s;
  width: 100%;
}

a:hover {
  text-decoration: none;
}

/*ИКОНКИ*/
.icon-wrap {
  padding: 1rem;
  background-color: white;
  border-radius: 100%;
  display: inline-flex;
}
.icon-wrap_md {
  padding: 0.9rem;
}
.icon-wrap_md2 {
  padding: 0.85rem;
}
.icon-wrap_sm {
  padding: 0.65rem;
}
@media (max-width: 576px) {
  .icon-wrap_sm {
    padding: 0.69rem;
  }
}
.icon-wrap_xs {
  padding: 0.5rem;
}
.icon-wrap_xxs {
  padding: 0.25rem;
}
.icon-wrap_white {
  background: #2773BD;
}
.icon-wrap_white i {
  background-color: white;
}
.icon-wrap_gradient {
  background: linear-gradient(180deg, #7950cb 0%, #8f75c3 100%);
}
.icon-wrap_gradient i {
  background-color: white;
}

.icon {
  width: 1.5rem;
  min-width: 1.5rem;
  transition: all 0.2s 0s;
  height: 1.5rem;
  display: inline-block;
  margin: auto 0;
  -webkit-mask: url("../assets/svg/arrow.svg") no-repeat center/contain;
  background-color: white;
  /*ОТ 576 до 360*/
}
.icon_xl {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
}
.icon_lg {
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
}
.icon_md {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
}
.icon_md2 {
  width: 1.4rem;
  height: 1.4rem;
  min-width: 1.4rem;
}
.icon_sm {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
}
.icon_xs {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
}
.icon_xxs {
  width: 0.813rem;
  height: 0.813rem;
  min-width: 0.813rem;
}
.icon_menu {
  -webkit-mask-image: url("../assets/svg/menu.svg");
}
.icon_search {
  -webkit-mask-image: url("../assets/svg/search.svg");
}
.icon_eye {
  -webkit-mask-image: url("../assets/svg/eye.svg");
}
.icon_close {
  -webkit-mask-image: url("../assets/svg/close.svg");
}
.icon_arrow_down {
  -webkit-mask-image: url("../assets/svg/arrow_2.svg");
}
.icon_phone {
  -webkit-mask-image: url("../assets/svg/phone.svg");
}
.icon_arrow_menu {
  -webkit-mask-image: url("../assets/svg/arrow_menu.svg");
}
.icon_map {
  -webkit-mask-image: url("../assets/svg/map.svg");
}
.icon_tick {
  -webkit-mask-image: url("../assets/svg/check.svg");
}
.icon_play {
  -webkit-mask-image: url("../assets/svg/play.svg");
}
.icon_swipe {
  -webkit-mask-image: url("../assets/svg/swipe.svg");
}
.icon_time {
  -webkit-mask-image: url("../assets/svg/time.svg");
}
.icon_email {
  -webkit-mask-image: url("../assets/svg/email.svg");
}
.icon_star {
  -webkit-mask-image: url("../assets/svg/star.svg");
}
.icon_arrow-long {
  -webkit-mask-image: url("../assets/svg/arrow_long.svg");
}
.icon_deg45 {
  transform: rotate(-45deg);
}
.icon_deg225 {
  transform: rotate(-225deg);
}
.icon_grey {
  background-color: #696969;
}
.icon_white {
  background-color: white;
}
@media (max-width: 576px) {
  .icon_md {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
  }
}

/*END ИКОНКИ*/
/*breadcrumbs*/
.breadcrumbs {
  padding: 0;
  color: #ffffff;
  text-transform: math-auto;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  font-size: 14px;
  padding-left: 0.25rem;
  /*ОТ 1400 до 1200*/
  /*ОТ 768 до 576*/
}
.breadcrumbs .breadcrumbs__separator {
  margin: auto 0.5rem !important;
  display: inline-block;
}
.breadcrumbs span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs .breadcrumb {
  display: flex;
  margin-bottom: unset;
  padding-left: unset;
  flex-wrap: wrap;
}
.breadcrumbs .breadcrumb li {
  list-style-type: none;
  display: flex;
  margin-bottom: unset;
  align-items: center;
}
.breadcrumbs a {
  color: #ffffff;
}
.breadcrumbs a:hover {
  color: #E0F3FD;
}
.breadcrumbs .separator {
  margin: 0 0.5rem;
}
@media (max-width: 1440px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 12px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 10px;
  }
  .breadcrumbs a {
    font-size: 12px;
  }
}

/*END breadcrumbs*/
/*FANCYBOX*/
.fancybox-image {
  height: auto;
}

.fancybox-slide--video .fancybox-content {
  background-color: transparent !important;
}

.fancybox-content {
  min-height: 200px;
  max-width: 1440px;
  overflow: unset;
  /*ОТ 576 до 360*/
  /*ОТ 360 до 320*/
}
.fancybox-content h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.fancybox-content iframe {
  background-color: white;
}
.fancybox-content section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.fancybox-content .title {
  margin-bottom: 2rem;
}
.fancybox-content .fancybox-close-small {
  width: 60px !important;
  opacity: 1 !important;
  height: 60px !important;
  border-radius: 60px !important;
  padding: 15px !important;
  top: -30px !important;
  right: 1rem !important;
  display: flex !important;
  justify-content: center !important;
  background-color: #f6f6f6 !important;
  display: none !important;
}
.fancybox-content .fancybox-close-small svg {
  margin: auto;
  transition: all 0.3s 0s;
}
.fancybox-content .fancybox-close-small:hover svg {
  transform: rotate(90deg);
}
@media (max-width: 576px) {
  .fancybox-content {
    padding: 1.5rem 1rem;
  }
  .fancybox-content h2 {
    font-size: 22px;
    margin-bottom: 0.5rem;
  }
  .fancybox-content h2 + p {
    font-size: 16px;
  }
  .fancybox-content .fancybox-close-small {
    width: 30px !important;
    padding: 5px !important;
    opacity: 1 !important;
    height: 30px !important;
    top: -15px !important;
    right: 0.5rem !important;
  }
}
@media (max-width: 360px) {
  .fancybox-content h2 {
    font-size: 16px;
  }
  .fancybox-content h2 + p {
    font-size: 14px;
  }
}

.video {
  position: absolute;
  z-index: 1;
  padding: 1.5rem; /*box-shadow: 0 0 0 10px rgba(249, 104, 83, 0.2)*/
  box-shadow: 0 0 0 10px rgba(121, 80, 203, 0.2);
  transition: all 0.2s 0s;
  top: 20px;
  left: 25px;
}
.video__middle {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.video:hover {
  box-shadow: 0 0 0 12px rgba(121, 80, 203, 0.4);
}
@media (max-width: 1200px) {
  .video {
    padding: 1rem;
  }
}

/*Загрузить еще*/
.ajax-load {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.ajax-load .ajax-load-b {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 576px) {
  .ajax-load {
    justify-content: center;
  }
}

/**/
.back-up {
  position: fixed;
  transition: all 0.3s 0s;
  opacity: 0;
  background-color: #fff;
  width: 80px;
  height: 80px;
  right: 0;
  bottom: 10rem;
  box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
  border-radius: 100px;
  z-index: 99;
  display: flex !important;
  justify-content: center;
  /*ОТ 576 до 360*/
  /*ОТ 576 до 360*/
}
.back-up:not(.hide) {
  right: 2rem;
  opacity: 1;
  pointer-events: unset;
}
.back-up .icon {
  transform: rotate(-90deg);
  transition: all 0.3s 0s;
  background-color: #333333;
}
.back-up:hover .icon {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 576px) {
  .back-up {
    width: 50px;
    height: 50px;
  }
  .back-up:not(.hide) {
    right: 1rem;
  }
  .back-up:hover .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (max-width: 576px) {
  .back-up {
    width: 50px;
    height: 50px;
  }
  .back-up:not(.hide) {
    right: 1rem;
  }
}

/*single-post*/
.single-post-content, .single-team-content, .single-sale-content {
  background: linear-gradient(209deg, #99dbff 0%, #79caf6 85%);
  margin-top: -265px;
  padding-top: 312px !important;
}
@media (max-width: 1440px) {
  .single-post-content, .single-team-content, .single-sale-content {
    padding-top: 285px !important;
  }
}
@media (max-width: 768px) {
  .single-post-content .container, .single-team-content .container, .single-sale-content .container {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}

.single-sale {
  color: #FFFFFF;
}
.single-sale .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 2rem;
}
.single-sale .wrap .right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.single-sale .wrap .bottom {
  display: flex;
  gap: 1rem;
  margin-top: auto;
  flex-direction: column-reverse;
  align-items: baseline;
}
.single-sale .wrap .price {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-sale .wrap .date {
  background: linear-gradient(178deg, #f86752 0%, #ff9283 100%);
  text-align: center;
  font-weight: 700;
  border-radius: 2.18rem;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  width: fit-content;
}
.single-sale .wrap .content {
  font-size: 22px;
}
.single-sale .img {
  width: 100%;
  height: 100%;
}
.single-sale .img img {
  border-radius: 2.18rem;
}
@media (max-width: 768px) {
  .single-sale .wrap .content {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .single-sale .wrap {
    flex-direction: column;
  }
}

/*swiper*/
.swiper-wrap {
  position: relative;
}
.swiper-nav {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: end;
  margin: 1rem 0;
  white-space: nowrap;
}
.swiper-nav_position2 {
  width: calc(100% + 160px);
  height: 1px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -80px;
  justify-content: space-between;
}
.swiper-pagination {
  position: unset;
  margin-right: 3rem;
}
.swiper-pagination-bullets {
  width: auto !important;
}
.swiper-pagination-bullet-active {
  background: #696969;
}
.swiper-button-prev, .swiper-button-next {
  margin: 0;
  transition: all 0.3s 0s;
  background: linear-gradient(180deg, #7950cb 0%, #8f75c3 100%);
  border-radius: 50px;
  width: 74px;
  height: 74px;
  box-shadow: unset;
  position: unset;
  display: flex;
}
.swiper-button-prev .icon, .swiper-button-next .icon {
  background-color: white;
  width: 30px;
  height: 20px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  scale: 1.1;
  transition: all 0.3s;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 0;
  font-weight: bold;
  color: #696969;
  background: url("../assets/svg/arrow_menu.svg") no-repeat center;
  display: none;
}
.swiper-button-prev.swiper-button-disabled {
  background: unset;
  border: 1px solid rgba(51, 51, 51, 0.3);
}
.swiper-button-prev.swiper-button-disabled .icon {
  background-color: #333333;
}
.swiper-button-next.swiper-button-disabled {
  background: unset;
  border: 1px solid rgba(51, 51, 51, 0.3);
}
.swiper-button-next.swiper-button-disabled .icon {
  background-color: #333333;
}
.swiper-button-prev {
  rotate: 180deg;
}
@media (max-width: 576px) {
  .swiper-nav {
    justify-content: start;
  }
}
@media (max-width: 1660px) {
  .swiper {
    padding-top: 5rem;
  }
  .swiper-nav {
    width: 100%;
    left: unset;
    justify-content: end;
    column-gap: 1.5rem;
    top: 25px;
    right: 0;
  }
}
@media (max-width: 1440px) {
  .swiper {
    padding-top: 3rem;
  }
  .swiper-nav {
    align-items: end;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .swiper-nav {
    column-gap: 0.5rem;
  }
}
@media (max-width: 992px) {
  .swiper {
    padding-top: 0;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 50px;
    height: 50px;
    display: flex;
  }
}

.title__text {
  font-size: 20px;
}
@media (max-width: 576px) {
  .title__text {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .title__text {
    font-size: 14px;
  }
}

.stars {
  width: 132px;
  display: block;
  height: 23px;
  -webkit-mask: url(../assets/svg/star.svg) space left/27px 44px;
  background-color: #FFAF37;
  -webkit-mask-repeat: revert;
}

.item_full .source_img {
  min-width: 120px;
  width: 120px;
  margin-bottom: 2rem;
}
.item_full .item_full_source {
  transition: all 0.3s;
}
.item_full .item_full_source:hover {
  font-weight: 700;
  scale: 1.15;
  transition: all 0.3s;
}

.bottom_price {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
  position: relative;
  width: fit-content;
  margin-top: 2rem;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.bottom_price:before {
  content: "";
  position: absolute;
  width: 88px;
  height: 80px;
  right: -150px;
  top: 0;
  background: url("../assets/mask/jvaka4.svg") no-repeat center/contain;
  z-index: -1;
  transition: all 0.7s;
}
.bottom_price .phone a {
  font-weight: bold;
  font-size: 22px;
  padding: 0;
  margin-top: 5px;
}
.bottom_price .btn {
  padding: 0 3.25rem;
}
@media (max-width: 1200px) {
  .bottom_price {
    flex-direction: column;
  }
  .bottom_price:before {
    right: -150px;
    top: 0;
  }
}
@media (max-width: 992px) {
  .bottom_price:before {
    right: -90px;
    width: 75px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .bottom_price {
    flex-direction: column;
    align-items: unset;
    row-gap: 1rem;
  }
}
@media (max-width: 576px) {
  .bottom_price {
    align-items: center;
  }
  .bottom_price .phone {
    text-align: center;
  }
  .bottom_price .phone a {
    font-size: 26px;
  }
  .bottom_price .phone span {
    font-size: 14px;
  }
  .bottom_price:before {
    content: unset;
  }
}

.container_category {
  padding-top: 0;
}
.container_category h1, .container_category h2 {
  margin-bottom: 1.5rem;
}

.category {
  background: linear-gradient(209deg, #99dbff 0%, #79caf6 85%);
  margin-top: -45px;
  padding-top: 312px;
}
.category .category-item {
  margin-top: 4rem;
}
@media (max-width: 576px) {
  .category {
    margin-top: -315px;
    padding-top: 260px;
  }
}

.tax-team-specialty {
  background: linear-gradient(209deg, #99dbff 0%, #79caf6 85%);
  margin-top: -45px;
  padding-top: 312px;
}
.tax-team-specialty .container {
  padding-top: 2rem;
}
.tax-team-specialty h1 {
  color: #ffffff;
  margin-bottom: 3rem;
}
@media (max-width: 576px) {
  .tax-team-specialty {
    margin-top: -315px;
    padding-top: 260px;
  }
}

.single-review .container, .single-review .container-fluid {
  padding-top: 1rem;
}
.single-review h1 {
  color: #FFFFFF;
  margin-bottom: 2rem;
}

.tax-review-service, .tax-review-type, .tax-review-spec {
  background: linear-gradient(209deg, #99dbff 0%, #79caf6 85%);
  margin-top: -45px;
  padding-top: 312px;
}
.tax-review-service .container, .tax-review-service .container-fluid, .tax-review-type .container, .tax-review-type .container-fluid, .tax-review-spec .container, .tax-review-spec .container-fluid {
  padding-top: 1rem;
}
.tax-review-service h1, .tax-review-type h1, .tax-review-spec h1 {
  color: #FFFFFF;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .tax-review-service, .tax-review-type, .tax-review-spec {
    margin-top: -315px;
    padding-top: 260px;
  }
}

.select {
  background: linear-gradient(178deg, #f86752 0%, #ff9283 100%);
  border-radius: 2.18rem;
  padding: 0.5rem 1.5rem;
  position: relative;
  z-index: 4;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.select:before {
  content: "";
  width: 62px;
  height: 55px;
  position: absolute;
  top: -40px;
  right: 20px;
  z-index: -1;
  background: url("../assets/mask/jvaka4.svg") no-repeat center/contain;
}
.select:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  left: 20%;
  bottom: -11px;
  background: #fd8979;
  z-index: -2;
  border-radius: 10px;
  rotate: 45deg;
}

.select2-container--default .select2-results > .select2-results__options {
  background: #E8F6FF;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: linear-gradient(178deg, #f86752 0%, #ff9283 100%);
  color: #FFFFFF;
  border-radius: 2.18rem;
  border-bottom: solid 1px transparent;
}

.select2-results__option {
  border-bottom: solid 1px #97DAFE;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.select2-dropdown {
  top: 0;
}

.select2-container--default .select2-selection--single {
  background: linear-gradient(178deg, #f86752 0%, #ff9283 100%);
  border-radius: 2.18rem;
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  color: #FFFFFF;
  white-space: unset;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  -webkit-mask: url(../assets/svg/arrow2.svg) no-repeat center/contain;
  transform: rotate(0deg);
  background-color: #FFFFFF;
  height: 100%;
  width: 14px;
  top: 0;
  left: 85%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container {
  min-width: 100%;
  width: 100% !important;
}

.single-post h2 {
  margin-bottom: 2rem;
}

/*Заголовок*/
.title h1, .title h2 {
  font-family: "StyreneAWeb";
  color: #2773BD;
  font-weight: 600;
}

/*Мессенджеры*/
.messengers, .social {
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: start;
}
.messengers a .icon-wrap_gradient, .social a .icon-wrap_gradient {
  transition: all 0.5s 0s;
}
.messengers a:hover[href*="t.me"] .icon-wrap_gradient, .social a:hover[href*="t.me"] .icon-wrap_gradient {
  background: #3BA9DD;
  transition: all 0.5s 0s;
}
.messengers a:hover[href*="wa.me"] .icon-wrap_gradient, .social a:hover[href*="wa.me"] .icon-wrap_gradient {
  background: #42e35f;
  transition: all 0.5s 0s;
}
.messengers a:hover[href*=whatsapp] .icon-wrap_gradient, .social a:hover[href*=whatsapp] .icon-wrap_gradient {
  background: #42e35f;
  transition: all 0.5s 0s;
}
.messengers a:hover[href*="vk.com"] .icon-wrap_gradient, .social a:hover[href*="vk.com"] .icon-wrap_gradient {
  background: #0077ff;
  transition: all 0.5s 0s;
}
.messengers a:hover[href*="ok.ru"] .icon-wrap_gradient, .social a:hover[href*="ok.ru"] .icon-wrap_gradient {
  background: #ff7700;
  transition: all 0.5s 0s;
}

/*Форма поиска*/
.search_form {
  background-color: #ffffff;
  padding: 0;
  color: #696969;
  text-transform: lowercase;
  display: flex;
  height: 43px;
  border-radius: 100px;
}
.search_form input {
  line-height: 43px;
  padding: 0 1rem;
  max-width: 100%;
  border-radius: 100px;
  width: 100%;
  color: #696969;
  font-size: 12px;
  background-color: #FFFFFF;
}
.search_form input::placeholder {
  color: #696969;
  font-size: 12px;
  background-color: #FFFFFF;
}
.search_form input:-webkit-autofill, .search_form input:-webkit-autofill:hover, .search_form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #696969;
  -webkit-box-shadow: 0 0 0 40rem white inset;
}
.search_form-full {
  height: 77px;
  column-gap: 1.25rem;
}
.search_form-full input {
  line-height: 77px;
  background-color: #EFEFEF;
  width: 100%;
  max-width: unset;
  padding: 0 3rem;
}
.search_form-full input::placeholder {
  font-size: 18px;
  background-color: #EFEFEF;
}
.search_form-full input:-webkit-autofill, .search_form-full input:-webkit-autofill:hover, .search_form-full input:-webkit-autofill:focus {
  -webkit-text-fill-color: #696969;
  -webkit-box-shadow: 0 0 0 40rem #EFEFEF inset;
}
.search_form-full .btn {
  width: 221px;
}
@media (max-width: 576px) {
  .search_form-full {
    column-gap: 0.5rem;
  }
  .search_form-full input {
    height: 44px;
  }
  .search_form-full .btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
}

.container,
.container-fluid,
.container_small {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .container,
  .container-fluid,
  .container_small {
    padding: 0 10px 0 10px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 60px 10px 60px 10px;
  }
}

.container_small {
  max-width: 1030px;
  margin-left: unset;
}
@media (max-width: 1500px) {
  .container_small {
    max-width: 955px;
  }
}
@media (max-width: 1440px) {
  .container_small {
    max-width: unset !important;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .container_small {
    padding: 0;
  }
}

@media (min-width: 360px) {
  .container {
    max-width: 390px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 606px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 798px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1022px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1470px;
  }
}
.row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 1rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 2rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 2rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 3rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 3rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 4rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 4rem;
}

@media (min-width: 360px) {
  .hide_xs {
    display: none;
  }
}
@media (min-width: 360px) {
  .show_xs {
    display: block;
  }
  .col-xs {
    flex: 1 0 0;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 2rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 2rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 3rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 576px) {
  .hide_sm {
    display: none;
  }
}
@media (min-width: 576px) {
  .show_sm {
    display: block;
  }
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 768px) {
  .hide_md {
    display: none;
  }
}
@media (min-width: 768px) {
  .show_md {
    display: block;
  }
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 2rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 2rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 3rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 3rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 4rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 992px) {
  .hide_lg {
    display: none;
  }
}
@media (min-width: 992px) {
  .show_lg {
    display: block;
  }
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 1200px) {
  .hide_xl {
    display: none;
  }
}
@media (min-width: 1200px) {
  .show_xl {
    display: block;
  }
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 4rem;
  }
}
@media (min-width: 1440px) {
  .hide_xxl {
    display: none;
  }
}
@media (min-width: 1440px) {
  .show_xxl {
    display: block;
  }
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 4rem;
  }
}

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