@charset "UTF-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

details,
main {
  display: block;
}

body,
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
}

h1 {
  font-size: 2em;
}

ul {
  padding: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

.checkbox input[type="checkbox"],
[hidden],
template {
  display: none;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  min-height: 100vh;
  font-family: "Wix Madefor Display", sans-serif;
}

.breadcrumbs {
  margin-top: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-x: auto;
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background-color: #fff;
}

@media (max-width: 1590px) {
  .breadcrumbs {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1223px) {
  .breadcrumbs {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 786px) {
  .breadcrumbs {
    margin-top: 15px;
    padding-left: 16px;
    padding-right: 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
}

.breadcrumbs a,
.tells__selects a {
  text-decoration: none;
}

.breadcrumbs__first-lvl {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #434343;
  white-space: nowrap;
}

.breadcrumbs__next-lvl,
.breadcrumbs__separation {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2d2d32;
}

.breadcrumbs__next-lvl {
  color: #222;
  opacity: 0.37;
  white-space: nowrap;
}

.buttonA {
  position: relative;
  background-color: #333;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 13px 66px 13px 24px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.15s;
}

.buttonA::after,
.buttonA::before {
  position: absolute;
  opacity: 1;
  content: "";
  right: 7px;
  bottom: 6px;
  padding: 11px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #4d4d4d;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  transition: 0.15s;
}

.buttonA::before {
  background-image: url(../images/arrow-black.svg);
}

.buttonA:hover {
  background-color: #ff8227;
  color: #1a1a1a;
}

.buttonA:hover::after,
.buttonA:hover::before {
  opacity: 0;
  background-color: #fdc97c;
  transform: rotate(-45deg);
}

.buttonA:hover::before {
  opacity: 1;
}

.buttonA:disabled {
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}

.buttonA:disabled::after {
  background-color: #bababa;
}

.buttonA:disabled::before {
  display: none;
}

.buttonA:disabled:hover::after,
.buttonB:disabled:hover::after {
  opacity: 1;
  background-color: #bababa;
  transform: rotate(0);
}

.buttonB {
  position: relative;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  border: 1px solid #bababa;
  border-radius: 30px;
  padding: 13px 66px 13px 24px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  transition: 0.15s;
}

.buttonB::after,
.buttonB::before {
  position: absolute;
  opacity: 1;
  content: "";
  right: 7px;
  bottom: 6px;
  padding: 11px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  transition: 0.15s;
}

.buttonB:hover {
  background-color: #ff8227;
  color: #1a1a1a;
  border-color: #ff8227;
}

.buttonB:hover::after,
.buttonB:hover::before {
  opacity: 0;
  background-color: #fdc97c;
  transform: rotate(-45deg);
}

.buttonB:hover::before {
  opacity: 1;
}

.buttonB:disabled {
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}

.buttonB:disabled::after {
  background-color: #bababa;
}

.buttonB:disabled::before {
  display: none;
}

.buttonCal,
.tells__control__left-btn p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
}

.buttonCal {
  position: relative;
  background-color: #fff;
  color: #1a1a1a;
  border: 1px solid #bababa;
  border-radius: 30px;
  padding: 13px 24px 13px 54px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  transition: 0.15s;
}

.buttonCal::after {
  position: absolute;
  opacity: 1;
  content: "";
  left: 24px;
  bottom: 14px;
  width: 20px;
  height: 20px;
  background-image: url(../images/cal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transition: 0.15s;
}

.tells__control,
.tells__control__left-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tells__control {
  justify-content: space-between;
  margin-top: 50px;
}

.tells__control__left-btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: 5px;
  border: 0;
  background: 0 0;
}

.tells__control__left-btn img,
.tells__control__right-btn img {
  height: 20px;
}

.tells__control__left-btn p {
  color: #7f7f7f;
}

@media (max-width: 786px) {
  .tells__control__left-btn p {
    display: none;
  }
}

.tells__control__pagination {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.tells__control__pagination__btn,
.tells__control__right-btn p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
}

.tells__control__pagination__btn {
  height: 48px;
  width: 48px;
  border-radius: 8px;
  border: 0;
  color: #333;
  background: 0 0;
  transition: 0.05s;
  cursor: pointer;
}

@media (max-width: 480px) {
  .tells__control__pagination__btn {
    height: 40px;
    width: 40px;
  }
}

.tells__control__pagination__btn--active,
.tells__control__pagination__btn:hover {
  color: #fff;
  background: #333;
}

.block,
.tells__control__right-btn {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tells__control__right-btn {
  flex-direction: row;
  align-items: center;
  gap: 5px;
  border: 0;
  background: 0 0;
}

.tells__control__right-btn p {
  color: #7f7f7f;
}

@media (max-width: 786px) {
  .tells__control__right-btn p {
    display: none;
  }
}

.block {
  width: 180px;
  min-height: 100px;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  padding: 16px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
}

@media (max-width: 1223px) {
  .block {
    width: 100%;
  }
}

.block p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #343434;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox input[type="checkbox"]:checked+.checkmark {
  background-color: #ff8227;
  border: 1px solid #ff8227;
  background-image: url(../images/MODAL/allow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.checkmark {
  min-width: 16px;
  min-height: 16px;
  border-radius: 4px;
  border: 1px solid #bababa;
}

.tells__selects {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 50px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tells__selects::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1223px) {
  .tells__selects {
    margin-bottom: 30px;
  }
}

@media (max-width: 786px) {
  .tells__selects {
    margin-left: -32px;
    padding-left: 16px;
    padding-right: 16px;
    transform: translateX(16px);
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
    scroll-padding: 0 0 0 16px;
    scroll-snap-type: x mandatory;
  }

  .tells__selects::-webkit-scrollbar {
    display: none;
  }

  .tells__selects a {
    scroll-snap-align: start;
  }
}

.footer-section__midblock__box2 ul li a,
.footer-section__upblock__box2 a,
.tells__selects__tab {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.05s;
}

.tells__selects__tab {
  padding: 8px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  border-radius: 50px;
  letter-spacing: 1%;
  border: 1px solid #bababa;
  cursor: pointer;
  word-break: keep-all;
  white-space: nowrap;
}

.--active-select-tab,
.tells__selects__tab:hover {
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

.footer {
  background-color: #1a1a1a;
  color: #bababa;
}

.footer-section {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1590px) {
  .footer-section {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1244px;
  }
}

@media (max-width: 1223px) {
  .footer-section {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 786px) {
  .footer-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.footer-section {
  display: flex;
  flex-direction: column;
}

.footer-section__upblock {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.5fr 0.5fr;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #4d4d4d;
  align-items: center;
}

@media (max-width: 1223px) {
  .footer-section__upblock {
    grid-template-columns: 1fr 1fr;
    padding-top: 32px;
    padding-bottom: 30px;
  }
}

@media (max-width: 786px) {
  .footer-section__upblock {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}

.footer-section__upblock__box1 {
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.footer-section__upblock__box2 {
  display: flex;
  flex-direction: row;
  gap: 50px;
  grid-column: span 2;
}

@media (max-width: 1223px) {
  .footer-section__upblock__box2 {
    grid-row: 2;
    margin-top: 30px;
  }
}

@media (max-width: 786px) {
  .footer-section__upblock__box2 {
    margin-top: 20px;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-padding: 0 0 0 16px;
    scroll-snap-type: x mandatory;
  }
}

.footer-section__upblock__box2 a {
  text-decoration: none;
  color: #bababa;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  padding: 6px 0;
  flex-shrink: 0;
}

@media (max-width: 786px) {
  .footer-section__upblock__box2 a {
    font-size: 14px;
    line-height: 20px;
    scroll-snap-align: start;
  }
}

.footer-section__upblock__box2 a:hover,
.footer-section__upblock__box2 .active {
  color: #ff8227;
}

.footer-section__upblock__box3 {
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: right;
  gap: 20px;
}

.footer-section__upblock__box3 img {
  height: 28px;
  width: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.footer-section__midblock {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 0.7fr;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 150px;
}

@media (max-width: 1223px) {
  .footer-section__midblock {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

@media (max-width: 786px) {
  .footer-section__midblock {
    grid-template-columns: 1fr;
    padding-top: 20px;
    gap: 0;
    padding-bottom: 50px;
  }
}

.footer-section__midblock__box1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1223px) {
  .footer-section__midblock__box1 {
    grid-column: 1/4;
    flex-direction: row;
  }
}

@media (max-width: 786px) {
  .footer-section__midblock__box1 {
    flex-direction: column;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 30px;
    margin-bottom: 30px;
    grid-column: 1;
  }
}

.footer-section__midblock__box1__address,
.h-menu__btn button {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1%;
}

.footer-section__midblock__box1__address {
  margin-bottom: 73px;
}

@media (max-width: 1223px) {
  .footer-section__midblock__box1__address {
    margin-bottom: 80px;
  }
}

@media (max-width: 786px) {
  .footer-section__midblock__box1__address {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1223px) {
  .footer-section__midblock__box1__container {
    margin-right: 80px;
  }
}

@media (max-width: 786px) {
  .footer-section__midblock__box1__container {
    margin-right: 0;
  }
}

.footer-section__midblock__box1__container>.email-link {
  text-decoration: none;
}

.footer-section__midblock__box1__number {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-section__midblock__box1__number a {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
}

@media (max-width: 786px) {
  .footer-section__midblock__box1__number {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .footer-section__midblock__box1__number a {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}

.footer-section__midblock__box1__email {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  transition: 0.05s;
}

.footer-section__midblock__box1__email a {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  transition: 0.05s;
}

.footer-section__downblock__infoblock a:hover,
.footer-section__midblock__box1__email:hover,
.footer-section__midblock__box2 ul li a:hover {
  color: #ff8227;
}

@media (max-width: 786px) {
  .footer-section__midblock__box1__email {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-section__midblock__box1__email a {
    font-size: 18px;
    line-height: 24px;
  }
}

.footer-section__midblock__box2 {
  /* height: 100%; */
}

@media (max-width: 786px) {
  .footer-section__midblock__box2 {
    margin-bottom: 20px;
    position: relative;
    height: auto;
  }

  .footer-section__midblock__box2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12.5px;
    height: 1px;
    width: 24px;
    background-color: #4d4d4d;
  }

  .footer-section__midblock__box2:last-child::before {
    display: none;
  }
}

.footer-section__midblock__box2 ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-section__midblock__box2 ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.footer-section__midblock__box2 ul li a {
  text-decoration: none;
  color: #bababa;
}

.footer-section__downblock {
  display: flex;
  padding-bottom: 50px;
  gap: 20px 40px;
  align-items: center;
}

.footer-section__downblock__infoblock {
  max-width: max-content;
}

.footer-section__downblock__agency {
  margin-right: auto;
}

@media (max-width: 1223px) {
  .footer-section__downblock {
    flex-wrap: wrap;
    padding-bottom: 32px;
  }

  .footer-section__downblock__agency {
    width: 100%;
  }
}

@media (max-width: 786px) {
  .footer-section__downblock {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 16px;
  }
}

@media (max-width: 1223px) {
  .footer-section__downblock__agency {
    grid-column: 1/4;
    margin-bottom: 10px;
  }
}

@media (max-width: 786px) {
  .footer-section__downblock__agency {
    grid-column: 1;
    margin-bottom: 10px;
  }
}

.footer-section__downblock__agency span,
.footer-section__downblock__infoblock a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 786px) {
  .footer-section__downblock__infoblock {
    margin-bottom: 5px;
  }

  .footer-section__downblock__infoblock:last-child {
    margin-bottom: 0;
  }
}

.footer-section__downblock__infoblock a {
  text-decoration: none;
  opacity: 0.38;
  transition: 0.05s;
}

.header-menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  color: #fff;
  z-index: 1000;
}

.header-menu-mobile.active {
  display: block;
}

.h-menu {
  display: flex;
  flex-direction: column;
  padding: 24px 32px 48px;
  height: 100%;
  height: 100dvh;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .h-menu {
    padding: 24px 16px 48px;
  }
}

.h-menu__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.h-menu__header__logoWrap {
  text-decoration: none;
  position: relative;
  top: -10px;
}

.h-menu__header__logoText {
  font-size: 24px;
  color: #fff;
  opacity: 0.88;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 700;
  text-decoration: none;
}

.h-menu__header__logo {
  height: 40px;
}

.h-menu__header__logo,
.h-menu__header__toggle,
.h-menu__list a {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.h-menu__header__toggle {
  height: 32px;
  cursor: pointer;
  position: relative;
  top: -9px;
}

.h-menu__list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 24px;
  margin-top: 56px;
}

.h-menu__list a {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.h-menu__btn {
  margin-top: auto;
}

.h-menu__btn button {
  width: 100%;
  border-radius: 30px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #bababa;
  text-align: center;
  cursor: pointer;
}

.spacer {
  display: block;
  height: 82px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(248, 248, 248, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 10;
}

.header-section {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1590px) {
  .header-section {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1244px;
  }
}

@media (max-width: 1223px) {
  .header-section {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 786px) {
  .h-menu__header__logo{
    height: 30px;
  }
  .spacer {
    display: block;
    height: 80.7px;
  }

  .header-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header-section,
.header-section .left-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header-section {
  margin-top: 18px;
  margin-bottom: 18px;
  align-items: center;
}

@media (max-width: 786px) {
  .header-section {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}

.header-section .left-container {
  gap: 126px;
  align-items: center;
}

.header-titleblock {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.h-menu__list a,
.header-titleblock a {
  text-decoration: none;
}

.header-titleblock__title {
  font-size: 24px;
  color: #4d4d4d;
  opacity: 0.88;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 700;
}

.header-titleblock__container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.header-titleblock__container__icon {
  height: 5px;
  width: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.header-titleblock__container__status {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1%;
  line-height: 15.12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

@media (max-width: 1223px) {
  .nav {
    display: none;
  }
}

.nav-elem {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 11.5px 0;
  transition: 0.05s;
}

.nav-elem:hover,
.nav-elem--active {
  color: #ff8227;
}

.contacts-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
}

.contacts-block__phone {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  font-weight: 600;
  color: #3a3a3a;
  text-decoration: none;
}

.contacts-block__phone a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  font-weight: 600;
  color: #3a3a3a;
  text-decoration: none;
}

@media (max-width: 1223px) {
  .contacts-block__phone {
    display: none;
  }
}

.contacts-block__btn {
  cursor: pointer;
  border: 1px solid #bbb;
  border-radius: 55px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: 0 0;
  text-align: center;
  padding: 12px 0;
  width: 139px;
  transition: 0.05s;
}

@media (max-width: 786px) {
  .contacts-block__btn {
    display: none;
  }
}

.contacts-block__btn:hover {
  border: 1px solid #7f7f7f;
}

.contacts-block__btn:active {
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

.contacts-block__mobile-icon {
  display: none;
  height: 32px;
  width: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1223px) {
  .contacts-block__mobile-icon {
    display: flex;
  }
}

.modal,
.modal-overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
}

.modal-overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.modal {
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  pointer-events: none;
}

@media (max-width: 1223px) {
  .modal {
    align-items: end;
  }
}

.modal-block {
  position: relative;
  width: 1200px;
  height: auto;
  background: #fff;
  padding: 64px;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1005;
  pointer-events: all;
  background-color: #f9f9f9;
}

.modal-block.review-full {
  width: 600px;
}

.modal-block.review-full .modal-content__services {
  margin-bottom: 0;
}

.modal-block.review-full #review-full {
  margin-bottom: 0;
}

@media (min-width: 1223px) {
  .modal-block.modal-block-compact {
    max-width: 700px;
  }

  .modal-block.modal-block-compact .modal-content__contacts__inputs input {
    max-width: 100%;
  }
}

@media (max-width: 1702px) {
  .modal-block {
    width: 900px;
    padding: 48px;
  }
}

@media (max-width: 1223px) {
  .modal-block {
    width: 100%;
    padding: 64px 32px 0 32px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (max-width: 480px) {
  .modal-block {
    padding: 64px 16px 0 16px;
  }
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 48px;
  width: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.modal-content {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 70vh;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1223px) {
  .modal-content {
    max-height: calc(100vh - 110px);
    max-height: calc(100dvh - 110px);
  }

  #review-full {
    padding-bottom: 30px;
  }
}

.modal-content__head {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 48px;
}

@media (max-width: 1702px) {
  .modal-content__head {
    margin-bottom: 32px;
  }
}

@media (max-width: 1223px) {
  .modal-content__head {
    flex-direction: column;
    align-items: start;
  }
}

.modal-content__head__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 1223px) {
  .modal-content__head__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

.modal-content__head__title span {
  color: #fda260;
}

.modal-content__head__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 1223px) {
  .modal-content__head__links {
    flex-direction: row;
    gap: 16px;
  }
}

.modal-content__head__links__a {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 1223px) {
  .modal-content__head__links__a {
    gap: 8px;
    flex-direction: row-reverse;
  }
}

.modal-content__contacts__inputs input,
.modal-content__head__links__a p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #000;
}

@media (max-width: 1223px) {
  .modal-content__head__links__a p {
    color: #4d4d4d;
  }
}

.modal-content__head__links__a img {
  height: 20px;
  width: 20px;
}

.modal-content__services {
  margin-bottom: 24px;
}

.modal-content__services__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.modal-content__services__grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: start;
}

.modal-content__services__grids .block {
  width: 100%;
  min-height: 0;
}

.modal-content__services__grids .block p {
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  .modal-content__services__grids {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: calc(100%);
  }
}

@media (max-width: 1223px) {
  .modal-content__services__grids {
    grid-template-columns: 1fr 1fr;
    width: calc(100%);
  }
}

@media (max-width: 786px) {
  .modal-content__services__grids {
    grid-template-columns: 1fr;
  }
}

.modal-content__contacts__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.modal-content__contacts__inputs {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.modal-content__contacts__inputs input {
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  padding: 10px 16px;
  background-color: #fff;
  color: #666;
  max-width: 240px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1223px) {
  .modal-content__contacts__inputs input {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .modal-content__contacts__inputs {
    flex-direction: column;
  }
}

.modal-content__contacts__checkb {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 32px;
}

@media (max-width: 1223px) {
  .modal-content__contacts__checkb {
    align-items: flex-start;
  }
}

.modal-content__contacts__checkb .custom-checkbox {
  min-height: 16px;
  min-width: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #bababa;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (max-width: 1223px) {
  .modal-content__contacts__checkb .custom-checkbox {
    margin-top: 3px;
  }
}

.modal-content__contacts__checkb .custom-checkbox-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #515151;
}

.modal-content__contacts__checkb .custom-checkbox-label a {
  color: #515151;
}

.modal-content__contacts__checkb .custom-checkbox:checked {
  background-color: #000;
}

.modal-content__contacts__btn-block {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

@media (max-width: 1223px) {
  .modal-content__contacts__btn-block {
    flex-direction: column;
    align-items: start;
    padding-bottom: 20px;
  }

  .modal-content__contacts__btn-block button {
    margin-bottom: 16px;
    width: inherit;
  }
}

.modal-content__contacts__btn-block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f7f7f;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.other-articles {
  display: block;
}

@media (max-width: 786px) {
  .other-articles {
    margin-bottom: 140px;
  }
}

@media (max-width: 480px) {
  .other-articles {
    margin-bottom: 120px;
  }
}

.other-articles__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #333;
  margin-bottom: 28px;
}

@media (max-width: 786px) {
  .other-articles__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.other-articles__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 786px) {
  .other-articles__cards {
    flex-direction: row;
    gap: 0;
  }
}

.other-articles__cards .card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

@media (max-width: 786px) {
  .other-articles__cards .card {
    width: 45%;
  }
}

.other-articles__cards .card__img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
}

.other-articles__cards .card__params {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.other-articles__cards .card__params__type {
  background-color: #e6e6e6;
  border-radius: 6px;
  padding: 4px 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.other-articles__cards .card__params__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #7f7f7f;
}

.other-articles__cards .card__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1%;
  color: #434343;
}

@media (max-width: 786px) {
  .desc-articles {
    display: none;
  }
}

.mobile-articles {
  display: none;
  height: 100%;
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 786px) {
  .mobile-articles {
    display: flex;
  }
}

.mobile-articles .swiper-slide {
  font-size: 18px;
  display: flex;
  flex-direction: column;
}

.mobile-articles .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.mobile-articles .mobile-art-card {
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mobile-articles .mobile-art-card__img,
.mobile-articles .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-articles .mobile-art-card__box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.mobile-articles .mobile-art-card__box__name {
  background-color: #e6e6e6;
  border-radius: 6px;
  padding: 4px 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.mobile-articles .mobile-art-card__box__data {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #7f7f7f;
}

.mobile-articles .mobile-art-card__desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1%;
  color: #434343;
}

.portfolio__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 20px;
  width: 100%;
}

@media (max-width: 992px) {
  .portfolio__boxes {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.portfolio__boxes .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.portfolio__boxes .box a,
.portfolio__boxes .box img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.portfolio__boxes .box img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.portfolio__boxes .box a {
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
  color: #434343;
  margin-bottom: 8px;
}

.portfolio__boxes .box span {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #434343;
}

@media (max-width: 1223px) {
  .portfolio__boxes .box span {
    font-size: 20px;
    line-height: 26px;
  }
}

.blog-page .main-elem {
  line-height: 1.6;
}

.blog-page .main-elem li:not(:last-child) {
  margin-bottom: 7px;
}

@media (max-width: 1223px) {
  .blog-page .contents {
    display: none;
  }
}

@media (max-width: 1702px) {
  .blog-page .contents__ul {
    padding-right: 20px;
  }
}

.blog-page .contents__ul li {
  position: relative;
  cursor: pointer;
  padding-right: 25px;
  margin-bottom: 0;
}

.blog-page .contents__ul .active-li::after,
.blog-page .contents__ul li:hover::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/blog/arrow-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-page .contents__ul li a {
  text-decoration: none;
}

.blog-page .contents__ul .active-li a,
.blog-page .contents__ul li:hover a {
  color: #ff8227;
}

.table-of-data {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.table-of-data--phone {
  display: none;
}

@media (max-width: 1223px) {
  .table-of-data {
    display: none;
  }

  .table-of-data__block__title {
    margin-bottom: 0px !important;
  }

  .table-of-data--phone {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    position: static;
  }

  .table-of-data__block--full {
    grid-column: 1 / 3;
  }

  .table-of-data--phone+.main-elem-detailed__pic {
    margin-top: 15px !important;
  }
}

@media (max-width: 768px) {
  .table-of-data--phone {
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 15px;
  }
}

.table-of-data__block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.table-of-data__block__title {
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.table-of-data__block__date,
.table-of-data__block__site,
.table-of-data__block__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
}

.table-of-data__block__site {
  text-decoration: none;
  color: #ff8227;
}

.table-of-data__block__date {
  color: #000;
}

.table-of-data__block__image-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6px;
  margin-top: 4px;
}

.table-of-data__block__image-container__box {
  width: auto;
  height: 44px;
  background: rgba(249, 249, 249, 1);
  transition: background 0.075s;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
}

.table-of-data__block__image-container__box:hover div {
  background: rgba(242, 242, 242, 1);
}

.res-projects .swiper-slide .box__icons-container .icon:hover img,
.table-of-data__block__image-container__box:hover img {
  filter: grayscale(0%);
}

.table-of-data__block__image-container__box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.075s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1223px) {
  .table-of-data__block__image-container {
    display: flex;
    flex-wrap: wrap;
  }
}

.main-company {
  margin-top: 50px;
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (max-width: 1702px) {
  .main-company {
    margin-bottom: 120px;
  }
}

@media (max-width: 1223px) {
  .main-company {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

@media (max-width: 786px) {
  .main-company {
    margin-top: 24px;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .main-company {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

.main-company__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 786px) {
  .main-company__head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.main-company__head__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #1a1a1a;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1223px) {
  .main-company__head__title {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 786px) {
  .main-company__head__title {
    font-size: 28px;
    line-height: 34px;
  }
}

.main-company__head__desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #333;
  width: 673px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1223px) {
  .main-company__head__desc {
    font-size: 20px;
    line-height: 26px;
    width: auto;
    text-align: right;
  }
}

@media (max-width: 786px) {
  .main-company__head__desc {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1%;
    width: 100%;
    text-align: left;
  }
}

.main-company__container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "front  dev  . ." "mobile  test  mark lyt" ". projc ux back";
}

@media (max-width: 786px) {
  .main-company__container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "front  dev  mobile" "test  mark  lyt" "projc ux back";
  }
}

@media (max-width: 480px) {
  .main-company__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
}

.main-company__container__box {
  padding: 10px;
  border-radius: 10px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 93px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1223px) {
  .main-company__container__box {
    min-height: 89px;
  }
}

@media (max-width: 480px) {
  .main-company__container__box {
    min-height: auto;
  }
}

.blog-page .main-elem-detailed__article p,
.main-company__container__box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #333;
}

@media (max-width: 480px) {
  .main-company__container__box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

.blog-page .contents__ul li a,
.main-company__container__box span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f7f7f;
}

@media (max-width: 480px) {
  .main-company__container__box span {
    display: none;
  }
}

.main-company__container .front {
  grid-area: front;
}

.main-company__container .dev {
  grid-area: dev;
}

.main-company__container .mobile {
  grid-area: mobile;
}

.main-company__container .test {
  grid-area: test;
}

.main-company__container .mark {
  grid-area: mark;
}

.main-company__container .lyt {
  grid-area: lyt;
}

.main-company__container .projc {
  grid-area: projc;
}

.main-company__container .ux {
  grid-area: ux;
}

.main-company__container .back {
  grid-area: back;
}

.our-projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 180px;
}

@media (max-width: 1702px) {
  .our-projects {
    margin-bottom: 120px;
  }
}

@media (max-width: 1223px) {
  .our-projects {
    margin-bottom: 80px;
  }
}

@media (max-width: 786px) {
  .our-projects {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .our-projects {
    margin-bottom: 50px;
  }
}

.our-projects__left {
  display: flex;
  flex-direction: column;
}

.our-projects__left__btn {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .our-projects__left__btn {
    display: none;
  }
}

.our-projects__left span {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #333;
  margin-bottom: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1223px) {
  .our-projects__left span {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 480px) {
  .our-projects__left span {
    font-size: 28px;
    line-height: 34px;
  }
}

.our-projects__left p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #7f7f7f;
  margin-bottom: auto;
  max-width: 518px;
}

@media (max-width: 786px) {
  .our-projects__left p {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .our-projects__left p {
    margin-bottom: 0;
  }
}

.our-projects__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.our-projects__right .video-block img {
  width: 50px;
  height: 50px;
}

.our-projects__right__video {
  position: relative;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 675px;
  height: 395px;
  margin-left: auto;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 1702px) {
  .our-projects__right__video {
    width: 573px;
    height: 335px;
  }
}

@media (max-width: 1223px) {
  .our-projects__right__video {
    width: 454px;
    height: 266px;
  }
}

@media (max-width: 786px) {
  .our-projects__right__video {
    width: 100%;
    height: 412px;
  }
}

@media (max-width: 480px) {
  .our-projects__right__video {
    height: 200px;
  }
}

.blog-page .main-elem .contents-inside .contents,
.our-projects__right__btn {
  display: none;
}

@media (max-width: 480px) {
  .our-projects__right__btn {
    display: flex;
  }
}

.quality-sites {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 21px;
  margin-bottom: 188px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1702px) {
  .quality-sites {
    margin-bottom: 124px;
  }
}

@media (max-width: 1223px) {
  .quality-sites {
    margin-bottom: 84px;
  }
}

@media (max-width: 786px) {
  .quality-sites {
    margin-bottom: 64px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .quality-sites {
    margin-bottom: 44px;
    grid-template-columns: 1fr;
  }
}

.quality-sites__box__col {
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  color: #454545;
}

@media (max-width: 1223px) {
  .quality-sites__box__col {
    font-size: 48px;
    line-height: 56px;
  }
}

.quality-sites__box__p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}

.quality-sites__box__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f7f7f;
}

.licenses {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 106px;
}

@media (max-width: 1702px) {
  .licenses {
    margin-bottom: 120px;
  }
}

@media (max-width: 1223px) {
  .licenses {
    margin-bottom: 80px;
  }
}

@media (max-width: 786px) {
  .licenses {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .licenses {
    margin-bottom: 40px;
  }
}

.licenses__up {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 786px) {
  .licenses__up {
    grid-template-columns: 1fr;
  }
}

.licenses__up__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #333;
}

@media (max-width: 1223px) {
  .licenses__up__title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 480px) {
  .licenses__up__title {
    font-size: 20px;
    line-height: 26px;
  }
}

.licenses__up__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #4d4d4d;
}

.licenses__down {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 480px) {
  .licenses__down {
    grid-template-columns: 1fr;
  }
}

.licenses__down img,
.licenses__down p {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.licenses__down img {
  border-radius: 20px;
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 786px) {
  .licenses__down img {
    margin-bottom: 10px;
    border-radius: 15.07px;
  }
}

.licenses__down p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #7f7f7f;
}

@media (max-width: 1223px) {
  .licenses__down p {
    font-size: 16px;
    line-height: 22px;
  }
}

.licenses__down a {
  text-decoration: none;
  color: #1a1a1a;
}

.blog-page {
  display: grid;
  grid-template-columns: 200px auto 320px;
  gap: 40px;
  margin-top: 37px;
}

@media (max-width: 1702px) {
  .blog-page {
    grid-template-columns: 180px auto 265px;
    gap: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 1223px) {
  .blog-page {
    grid-template-columns: auto 275px;
    gap: 47px;
  }
}

@media (max-width: 786px) {
  .blog-page {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1223px) {
  .blog-page .contents {
    display: none;
  }
}

.blog-page .contents__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  letter-spacing: 1%;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.blog-page .contents__ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1702px) {
  .blog-page .contents__ul {
    padding-right: 20px;
  }
}

.blog-page .main-elem-detailed__h4,
.calendar__head__left h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #1a1a1a;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}

.blog-page .main-elem-detailed__h4 {
  margin-bottom: 40px;
}

.blog-page .main-elem-detailed__pic {
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 64px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.blog-page .main-elem-detailed__article {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.blog-page .main-elem-detailed__article__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #333;
  margin-bottom: 16px;
}

.blog-page .main-elem-detailed__article a {
  color: #333;
}

.blog-page .main-elem-detailed__article ol,
.blog-page .main-elem-detailed__article ul {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #333;
  margin-left: 18px;
  padding-left: 0;
}

@media (max-width: 1223px) {
  .blog-page .main-elem .contents-inside .contents {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
  }

  .blog-page .main-elem .contents-inside .contents .active-li::after,
  .blog-page .main-elem .contents-inside .contents li::after {
    display: none;
  }
}

.no-webp .blog-page .main-elem__banner {
  background-image: url(../images/blog/banner.png);
}

.blog-page .main-elem__banner {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 324px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 15px;
  background-size: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 30px;
  position: relative;
}

@media (max-width: 786px) {
  .blog-page .main-elem-detailed__pic {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-page .main-elem__banner {
    padding: 20px;
  }
}

.blog-page .main-elem__banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  border-radius: 20px;
  pointer-events: none;
}

.blog-page .main-elem__banner__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
  z-index: 2;
  text-wrap: balance;
}

@media (max-width: 786px) {
  .blog-page .main-elem__banner__title {
    font-size: 28px;
    line-height: 36px;
  }
}

.blog-page .main-elem__banner__params {
  display: flex;
  flex-direction: row;
  gap: 20px;
  z-index: 2;
}

.blog-page .main-elem__banner__params__elem {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}

.blog-page .main-elem__banner__params__elem img {
  height: 24px;
  width: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.blog-page .main-elem__article p,
.blog-page .main-elem__banner__params__elem span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.blog-page .main-elem__desc,
.calendar__head__left p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
}

.blog-page .main-elem__desc {
  color: #333;
  margin-top: 30px;
  margin-bottom: 62px;
}

.blog-page .main-elem__article--blockquote {
  font-style: italic;
  font-weight: 400;
  margin-left: 24px;
  margin-right: 24px;
}

@media (max-width: 1702px) {
  .blog-page .main-elem__desc {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}

@media (max-width: 786px) {
  .blog-page .main-elem__desc {
    margin-top: 24px;
  }

  .main-elem__article--blockquote {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.blog-page .main-elem p {
  margin-bottom: 15px;
}

.blog-page .main-elem__article,
.calendar {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

@media (max-width: 1702px) {
  .blog-page .main-elem__article {
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .blog-page .main-elem__article {
    margin-bottom: 16px;
  }
}

.blog-page .main-elem__article__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}

@media (max-width: 786px) {
  .blog-page .main-elem__article__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.blog-page .main-elem__article p {
  color: #4d4d4d;
}

.blog-page .main-elem__article ol,
.blog-page .main-elem__article ul {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  margin-left: 18px;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-page .main-elem p+ul,
.blog-page .main-elem p+ol {
  margin-top: 0;
}

.blog-page table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.blog-page table td {
  border: 1px solid #ccc;
  padding: 10px;
}

.blog-page .main-elem__desc a,
.blog-page .main-elem__article a {
  /* color: #4d4d4d; */
  color: #ff8227;
}

.blog-page .main-elem__desc a:visited,
.blog-page .main-elem__article a:visited {
  color: #fdc97c;
}

.blog-page .main-elem__article__card {
  margin-top: 32px;
}

@media (max-width: 1702px) {
  .blog-page .main-elem__article__card {
    margin-top: 24px;
  }
}

@media (max-width: 480px) {
  .blog-page .main-elem__article__card {
    margin-top: 16px;
  }
}

.blog-page .main-elem__article__card img {
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 11px;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1702px) {
  .blog-page .main-elem__article__card img {
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .blog-page .main-elem__article__card img {
    border-radius: 10px;
  }
}

.blog-page .main-elem__article__card *,
.blog-page .main-elem__article__card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #7f7f7f;
}

.blog-page .main-elem__italic {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 50px;
  color: #4d4d4d;
}

@media (max-width: 1702px) {
  .blog-page .main-elem__italic {
    margin-bottom: 24px;
  }
}

.blog-page .article-three {
  margin-bottom: 30px;
}

.blog-page .article-four {
  margin-bottom: 160px;
}

@media (max-width: 1702px) {
  .blog-page .article-four {
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .blog-page .article-four {
    margin-bottom: 16px;
  }
}

.blog-page .article-four__p {
  margin-top: 15px;
}

.blog-page {
  margin-bottom: 115px;
}

@media (max-width: 768px) {
  .blog-page {
    margin-bottom: 0px;
  }
}

.calendar {
  margin-top: 21px;
  margin-bottom: 430px;
}

@media (max-width: 1702px) {
  .calendar {
    margin-bottom: 190px;
  }
}

@media (max-width: 786px) {
  .calendar {
    margin-top: 24px;
    margin-bottom: 100px;
  }
}

@media (max-width: 480px) {
  .calendar {
    margin-bottom: 190px;
  }
}

.calendar__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 56px;
  gap: 25px;
}

@media (max-width: 786px) {
  .calendar__head {
    margin-bottom: 32px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .calendar__head {
    margin-bottom: 24px;
  }
}

.calendar__head__left h3 {
  color: #000;
  margin-bottom: 32px;
}

@media (max-width: 1223px) {
  .calendar__head__left h3 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 786px) {
  .calendar__head__left h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px;
  }

  .calendar__head__left h3 br {
    display: none;
  }
}

.calendar__head__left p {
  margin-bottom: 35px;
  color: #4d4d4d;
}

@media (max-width: 1223px) {
  .calendar__head__left p {
    margin-bottom: 29px;
  }
}

@media (max-width: 786px) {
  .calendar__head__left p {
    margin-bottom: 32px;
  }
}

.calendar__head__left .buttonA,
.calendar__head__right {
  display: flex;
}

@media (max-width: 786px) {
  .calendar__head__left .buttonA {
    display: none;
  }
}

.calendar__head__left .buttonCal {
  display: none;
}

@media (max-width: 786px) {
  .calendar__head__left .buttonCal {
    display: flex;
  }
}

@media (max-width: 480px) {
  .calendar__head__left .buttonCal {
    width: 100%;
  }
}

@media (max-width: 786px) {
  .calendar__head__right {
    display: none;
  }
}

.calendar__head__right__elem {
  margin-left: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 436px;
  width: 100%;
}

.calendar__head__right__elem .air-datepicker {
  min-width: 100%;
  height: 100%;
  font-family: "Wix Madefor Display", sans-serif !important;
  border: 0;
}

.calendar__head__right__elem .air-datepicker-nav--title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.calendar__head__right__elem .-day- {
  color: #000 !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  width: 28px;
  height: 28px;
}

.calendar__head__right__elem .-day-.-focus- {
  color: #ff8227 !important;
}

.calendar__head__right__elem .-other-month- {
  color: #ccc !important;
}

.calendar__head__right__elem .air-datepicker-body--day-name {
  text-transform: lowercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7f7f7f;
}

.calendar__head__right__elem .air-datepicker-nav {
  border: 0;
}

.calendar__head__right__elem .-month- {
  color: #000;
}

.calendar__head__right__elem .-weekend- {
  color: #fc3234;
}

.calendar__head__right__elem .-focus-:not(.--active-day),
.calendar__head__right__elem .-selected-:not(.--active-day) {
  border: 1px solid #bababa;
  background: 0 0 !important;
  border-radius: 12px;
}

.calendar__head__right__elem .-day-.-focus-:not(.--active-day),
.calendar__head__right__elem .-day-.-selected-:not(.--active-day) {
  border: 1px solid #bababa;
  background: 0 0 !important;
  border-radius: 50%;
}

.calendar__head__right__elem .-day-.-focus-:not(.--active-day) {
  color: #000 !important;
}

.calendar__head__right__elem .air-datepicker-cell.-selected-.-focus- {
  background: inherit;
}

.no-webp .calendar__head__right__elem .--active-day {
  background: center/28px 28px url(../images/calendar/bg-data.png) !important;
}

.calendar__head__right__elem .--active-day {
  color: #fff !important;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.calendar__head__right__elem .--active-day.-focus-,
.calendar__head__right__elem .--active-day.-selected- {
  border-radius: 50%;
  color: #fff !important;
  border: 1px solid #ff8227;
}

.calendar__head__right__elem .air-datepicker-nav--action:first-child {
  background-image: url(../images/calendar/arrow-narrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  padding-left: 30px;
}

.calendar__head__right__elem .air-datepicker-nav--action:first-child svg {
  display: none;
}

.calendar__head__right__elem .air-datepicker-nav--action:last-child {
  background-image: url(../images/calendar/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  padding-right: 30px;
}

.calendar__content__card:last-child::before,
.calendar__head__right__elem .air-datepicker-nav--action:last-child svg {
  display: none;
}

.calendar__head__right__elem .air-datepicker-cell.-current- {
  color: #ff8227;
}

.calendar__head__right__elem .air-datepicker-body--cells.-days- {
  transform: translateX(17px);
}

.calendar__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.calendar__content__card {
  display: grid;
  position: relative;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  padding-bottom: 16px;
}

@media (max-width: 1702px) {
  .calendar__content__card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 786px) {
  .calendar__content__card {
    grid-template-columns: 1fr;
  }
}

.calendar__content__card::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.calendar__content__card:last-child {
  padding-bottom: 0;
}

.calendar__content__card__left {
  background-color: #dadada;
  border-radius: 24px;
  height: 282px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.calendar__content__card__left__box {
  max-width: 312px;
}

.calendar__content__card__left__box__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin-bottom: 16px;
}

@media (max-width: 786px) {
  .calendar__content__card__left__box__title {
    font-size: 20px;
    line-height: 26px;
  }
}

.calendar__content__card__left__box__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #4d4d4d;
}

@media (max-width: 786px) {
  .calendar__content__card__left__box {
    max-width: 100%;
  }
}

.calendar__content__card__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.calendar__content__card__right .blockB-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #000;
}

@media (max-width: 1223px) {
  .calendar__content__card__right .blockB-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 786px) {
  .calendar__content__card__right .blockB-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .calendar__content__card__right .blockB-title br {
    display: none;
  }
}

.calendar__content__card__right .blockB-price {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

@media (max-width: 786px) {
  .calendar__content__card__right .blockB-price {
    margin-bottom: 16px;
  }
}

.calendar__content__card__right .blockB-price__placeh {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #4d4d4d;
}

.calendar__content__card__right .blockB-price__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #000;
}

@media (max-width: 786px) {
  .calendar__content__card__right .blockB-tells {
    margin-bottom: 16px;
  }
}

.calendar__content__card__right .blockB-tells__title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  font-weight: 500;
  color: #4d4d4d;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.calendar__content__card__right .blockB-tells__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #000;
}

.calendar__content__card__right .blockB-btn {
  display: flex;
  flex-direction: row;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.calendar__content__card__right .blockB-btn__title,
.web-services__container a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #ff8227;
}

.calendar__content__card__right .blockB-btn__icon {
  height: 20px;
  width: 20px;
}

.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 170px;
}

@media (max-width: 1702px) {
  .contacts {
    grid-template-columns: 1fr 1.7fr;
    gap: 82px;
  }
}

@media (max-width: 1223px) {
  .contacts {
    grid-template-columns: 1fr;
    margin-top: 32px;
    margin-bottom: 59px;
    gap: 32px;
  }
}

@media (max-width: 786px) {
  .contacts {
    margin-top: 16px;
    margin-bottom: 37px;
  }
}

.contacts__data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1223px) {
  .contacts__data {
    gap: 24px;
  }
}

.contacts__data__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #434343;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1223px) {
  .contacts__data__title {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 786px) {
  .contacts__data__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
  }
}

.contacts__data__box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contacts__data__box__container {
  display: flex;
  flex-direction: row;
  gap: 48px;
}

@media (max-width: 480px) {
  .contacts__data__box__container {
    flex-direction: column;
    gap: 10px;
  }
}

.contacts__data__box__container__pd {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts__data__box__pholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f7f7f;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.contacts__data__box__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #434343;
  white-space: nowrap;
  text-decoration: none;
}

.contacts__data__box__text a {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #434343;
  white-space: nowrap;
  text-decoration: none;
}

@media (max-width: 480px) {
  .contacts__data__box__text {
    white-space: initial;
  }
}

.contacts__map {
  display: flex;
  justify-content: end;
}

.contacts__map__content {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 443px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1702px) {
  .contacts__map__content {
    max-height: 443px;
    max-width: 673px;
  }
}

@media (max-width: 1223px) {
  .contacts__map__content {
    max-height: 100%;
    max-width: 100%;
  }
}

.--flex-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 1223px) {
  .--flex-container {
    flex-direction: row;
    gap: 60px;
  }
}

@media (max-width: 786px) {
  .--flex-container {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .buttonA {
    width: 100%;
    text-align: start;
  }
}

.dev-head {
  display: grid;
  margin-top: 100px;
  margin-bottom: 100px;
  grid-template-columns: 1fr auto;
  gap: 45px;
}

@media (max-width: 1702px) {
  .dev-head {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}

@media (max-width: 1223px) {
  .dev-head {
    margin-bottom: 50px;
    grid-template-columns: 2fr 1fr;
  }
}

@media (max-width: 786px) {
  .dev-head {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .dev-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    margin-right: 0px !important;
  }
}

.dev-head-left__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  color: #434343;
  margin-bottom: 30px;
}

@media (max-width: 1223px) {
  .dev-head-left__title {
    font-size: 48px;
    line-height: 46px;
  }
}

@media (max-width: 786px) {
  .dev-head-left__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

.dev-head-left__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1%;
  color: #666;
  margin-bottom: 20px;
  max-width: 673px;
}

.dev-head-left__desc>* {
  margin-bottom: 10px;
}

@media (max-width: 1223px) {
  .dev-head-left__desc {
    font-size: 16px;
    line-height: 22px;
    max-width: 473px;
  }
}

@media (max-width: 786px) {
  .dev-head-left__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}

.dev-head-left__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #bababa;
  margin-bottom: 54px;
  margin-top: 20px;
  letter-spacing: 1%;
}

@media (max-width: 1223px) {
  .dev-head-left__price {
    margin-bottom: 30px;
  }
}

@media (max-width: 786px) {
  .dev-head-left__price {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .dev-head-left a .buttonA {
    width: 100%;
    text-align: left;
  }
}

.dev-head-right {
  text-align: right;
}

.dev-head-right--lite {
  position: relative;
  align-self: flex-start;
}

.dev-head-right--lite svg {
  position: absolute;
  right: 0;
  top: 0;
}

.dev-head-right--lite img {
  position: relative;
  height: auto;
  max-width: 100%;
  margin-top: 80px;
  margin-right: 80px;
  display: block;
}

@media (max-width: 1440px) {
  .dev-head-right--lite img {
    margin-right: 40px;
  }
}

@media (max-width: 1223px) {
  .dev-head-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .dev-head {
    overflow: hidden;
    margin-right: -32px;
  }

  .dev-head-right--lite {
    margin-right: -200px;
  }

  .dev-head-right--lite img {
    margin-top: 60px;
  }
}

@media (max-width: 786px) {
  .dev-head {
    margin-right: -16px;
  }
}

@media (max-width: 600px) {
  .dev-head-right {
    display: none;
  }
}

.dev-head-right__img {
  pointer-events: none;
  width: 634px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1223px) {
  .dev-head-right__img {
    width: 551px;
  }
}

@media (max-width: 800px) {
  .dev-head-right--lite {
    margin-right: -300px;
  }
}

@media (max-width: 786px) {
  .dev-head-right__img img {
    width: 400px;
    max-width: 100%;
    transform: translateX(16px);
  }

  .dev-head-right--lite svg {
    width: 450px;
  }
}

.res-projects .swiper-slide .box__icons-container .icon,
.web-services {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.web-services {
  flex-direction: column;
  margin-bottom: 150px;
}

@media (max-width: 1702px) {
  .web-services {
    margin-bottom: 120px;
  }
}

@media (max-width: 1223px) {
  .web-services {
    margin-bottom: 80px;
  }
}

@media (max-width: 786px) {
  .web-services {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .web-services {
    margin-bottom: 40px;
  }
}

.web-services__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #1a1a1a;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .web-services__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

@media (max-width: 786px) {
  .web-services__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.web-services__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

@media (max-width: 1223px) {
  .web-services__container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 20px;
  }
}

@media (max-width: 480px) {
  .web-services__container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 15px;
  }
}

.web-services__container a {
  padding: 8px 15px;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
}

@media (max-width: 1223px) {
  .web-services__container a {
    background-color: #f2f2f2;
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  .web-services__container a {
    display: none;
  }

  .web-services__container a:nth-child(-n + 8) {
    display: block;
  }
}

.web-services__container a:hover {
  background-color: #f2f2f2;
}

.web-services__mobile {
  display: none;
  margin-top: 20px;
  color: #ff8227;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .web-services__mobile {
    display: flex;
  }
}

.--active-web-container+.web-services__mobile {
  display: none !important;
}

.--active-web-container a {
  display: block;
}

.product {
  display: grid;
  margin-bottom: 162px;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}

@media (max-width: 1702px) {
  .product {
    margin-bottom: 124px;
  }
}

@media (max-width: 1223px) {
  .product {
    margin-bottom: 78px;
  }
}

@media (max-width: 786px) {
  .product {
    margin-bottom: 58px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .product {
    margin-bottom: 36px;
  }
}

.product__left__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #1a1a1a;
  width: 450px;
}

@media (max-width: 1223px) {
  .product__left__title {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 786px) {
  .product__left__title {
    font-size: 28px;
    line-height: 34px;
    width: 100%;
  }
}

.product__right {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (max-width: 786px) {
  .product__right {
    gap: 20px;
  }
}

.product__right__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product__right__block p {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1a1a1a;
}

@media (max-width: 1223px) {
  .product__right__block p {
    font-size: 20px;
    line-height: 26px;
  }
}

.product__right__block span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
}

.product__right__block a {
  color: inherit;
}

.res-projects {
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
}

.res-projects__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #1a1a1a;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .res-projects__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1702px) {
  .res-projects {
    margin-bottom: 120px;
  }
}

@media (max-width: 1223px) {
  .res-projects {
    margin-bottom: 78px;
  }
}

@media (max-width: 786px) {
  .res-projects {
    margin-bottom: 58px;
  }
}

@media (max-width: 480px) {
  .res-projects {
    margin-bottom: 36px;
  }
}

.res-projects .swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .res-projects .swiper {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .res-projects .swiper {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }

  .res-projects .swiper-slide .box.detail-link {
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
  }
}

.res-projects .swiper-slide,
.res-projects__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.res-projects .swiper-slide .box__img {
  border-radius: 16px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

@media (max-width: 1223px) {
  .res-projects .swiper-slide .box__img {
    border-radius: 12.68px;
  }
}

.res-projects .swiper-slide .box__class {
  opacity: 0.54;
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}

.res-projects .swiper-slide .box__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #434343;
}

@media (max-width: 1223px) {
  .res-projects .swiper-slide .box__name {
    font-size: 20px;
    line-height: 26px;
  }
}

.res-projects .swiper-slide .box__icons-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  overflow-x: hidden;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 1px;
}

.res-projects .swiper-slide .box__icons-container .icon {
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  gap: 5px;
  background-color: #f2f2f2;
  border-radius: 50px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.05s;
}

@media (max-width: 1223px) {
  .res-projects .swiper-slide .box__icons-container .icon {
    gap: 3.75px;
    border-radius: 37.5px;
  }
}

.res-projects .swiper-slide .box__icons-container .icon:hover {
  border: 1px solid #ccc;
}

.res-projects .swiper-slide .box__icons-container .icon img {
  height: 24px;
  width: 24px;
  filter: grayscale(100%);
  margin: 6px 0 6px 8px;
  transition: 0.05s;
}

@media (max-width: 1223px) {
  .res-projects .swiper-slide .box__icons-container .icon img {
    height: 22px;
    width: 22px;
  }
}

@media (max-width: 768px) {
  .res-projects .swiper-slide .box__icons-container {
    overflow: hidden;
    height: 32px;
  }

  .res-projects .swiper-slide .box__icons-container .icon img {
    height: 18px;
    width: 18px;
  }

  .res-projects .swiper-slide .box__icons-container .icon img,
  .table-of-data__block__image-container__box img {
    filter: grayscale(0%);
  }
}

.res-projects .swiper-slide .box__icons-container .icon span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #434343;
  padding-right: 8px;
}

@media (max-width: 1223px) {
  .res-projects .swiper-slide .box__icons-container .icon span {
    font-size: 10.5px;
    line-height: 15px;
    padding-right: 6px;
  }
}

.res-projects__bottom {
  flex-direction: row;
  justify-content: space-between;
}

.res-projects__bottom__controls {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.res-projects__bottom__controls .button-next {
  cursor: pointer;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #f2f2f2;
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  transition: 0.05s;
}

.res-projects__bottom__controls .button-next:disabled {
  background: #f9f9f9;
}

.res-projects__bottom__controls .button-next:hover {
  background: #e6e6e6;
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

@media (max-width: 1702px) {
  .res-projects__bottom__controls .button-next {
    display: none;
  }
}

.res-projects__bottom__controls .button-prev {
  cursor: pointer;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #f2f2f2;
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  transform: rotate(180deg);
  transition: 0.05s;
}

.res-projects__bottom__controls .button-prev:disabled {
  background: #f9f9f9;
}

.res-projects__bottom__controls .button-prev:hover {
  background: #e6e6e6;
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

@media (max-width: 1702px) {
  .res-projects__bottom__controls .button-prev {
    display: none;
  }
}

.result {
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1702px) {
  .result {
    margin-bottom: 120px;
  }
}

@media (max-width: 1223px) {
  .result {
    margin-bottom: 80px;
  }
}

@media (max-width: 786px) {
  .result {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .result {
    margin-bottom: 40px;
  }
}

.result__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #1a1a1a;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .result__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

.result__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 1223px) {
  .result__container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .result__container {
    grid-template-columns: 1fr;
  }
}

.result__container>.box,
.result__container>.box .heads,
.stack {
  display: flex;
  flex-direction: column;
}

.result__container>.box {
  background: #f9f9f9;
  border-radius: 20px;
  padding: 20px;
  /* justify-content: space-between; */
}

.result__container>.box .heads {
  gap: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1223px) {
  .result__container>.box .heads {
    flex-direction: row;
  }
}

.result__container>.box .img,
.result__container>.box .title {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.result__container>.box .img {
  height: 54px;
  width: 54px;
}

.result__container>.box .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
}

@media (max-width: 786px) {
  .result__container>.box .title {
    font-size: 16px;
    line-height: 22px;
  }
}

.result__container>.box .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  opacity: 0.8;
}

.result__container>.box .desc ul {
  padding-left: 15px;
  display: grid;
  gap: 8px;
}

.stack {
  margin-bottom: 150px;
}

@media (max-width: 1702px) {
  .stack {
    margin-bottom: 120px;
  }
}

@media (max-width: 1223px) {
  .stack {
    margin-bottom: 80px;
  }
}

@media (max-width: 786px) {
  .stack {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .stack {
    margin-bottom: 40px;
  }
}

.stack__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #1a1a1a;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .stack__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .stack__title {
    font-size: 20px;
    line-height: 26px;
  }
}

.stack__container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.answers,
.stack__container__box {
  display: flex;
  flex-direction: column;
}

.stack__container__box,
.stack__container__box img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.stack__container__box {
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.stack__container__box>div {
  width: 100px;
  height: 100px;
  background: rgba(249, 249, 249, 1);
  transition: background 0.075s;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}

.stack__container__box:hover img {
  filter: grayscale(0%);
}

.stack__container__box:hover div {
  background: rgba(242, 242, 242, 1);
}

.stack__container__box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.075s;
}

@media (max-width: 1223px) {
  .stack__container__box div {
    height: 85px;
    width: 85px;
  }
}

@media (max-width: 786px) {
  .stack__container__box div {
    height: 68px;
    width: 68px;
  }

  .stack__container__box img {
    filter: grayscale(0%);
  }
}

@media (max-width: 480px) {
  .stack__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
  }

  .stack__container__box div {
    width: 100%;
    height: 60px;
  }
}

.answers__container__box__label .title,
.conference-program__boxes .container-conf__head__left p,
.conference-program__boxes .container-conf__head__left span,
.stack__container__box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #434343;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.answers {
  margin-bottom: 150px;
}

@media (max-width: 1702px) {
  .answers {
    margin-bottom: 120px;
  }
}

@media (max-width: 1223px) {
  .answers {
    margin-bottom: 80px;
  }
}

@media (max-width: 786px) {
  .stack__container__box p {
    font-size: 11px;
  }

  .answers {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .answers {
    margin-bottom: 40px;
  }
}

.answers__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #1a1a1a;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .answers__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .answers__title {
    font-size: 20px;
    line-height: 26px;
  }
}

.answers__container,
.answers__container__box {
  display: flex;
  flex-direction: column;
}

.answers__container__box {
  gap: 10px;
  padding: 32px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.answers__container__box:first-child {
  border-top: none;
}

.answers__container__box__label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.answers__container__box__label .title,
.conference-program__boxes .container-conf__head__left p,
.conference-program__boxes .container-conf__head__left span {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1a1a1a;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.answers__container__box__label .minus,
.answers__container__box__label .plus {
  height: 24px;
  width: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.answers__container__box__label .minus {
  display: none;
}

.--active-box .minus {
  display: block;
}

.--active-box .plus,
.answers__container__box__open {
  display: none;
}

.--active-box .answers__container__box__open {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 10px;
  position: relative;
  max-width: 1060px;
}

.--active-box .answers__container__box__open__img {
  width: 490px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1702px) {
  .--active-box .answers__container__box__open__img {
    width: 415px;
  }
}

@media (max-width: 1223px) {
  .--active-box .answers__container__box__open__img {
    width: 326px;
  }
}

@media (max-width: 786px) {
  .--active-box .answers__container__box__open__img {
    display: none;
  }
}

.--active-box .answers__container__box__open .flex-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.--active-box .answers__container__box__open .flex-container__up {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.--active-box .answers__container__box__open .flex-container__up__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.--active-box .answers__container__box__open .flex-container__up__ul {
  padding-left: 15px;
}

.--active-box .answers__container__box__open .flex-container__up__ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
}

.--active-box .answers__container__box__open .flex-container__link {
  text-align: end;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f7f7f;
  margin-top: 8px;
}

@media (max-width: 1702px) {
  .--active-box .answers__container__box__open .flex-container__link {
    margin-top: 20px;
  }
}

.more-articles {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}

.more-articles-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}

.more-articles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.more-articles-grid img {
  border-radius: 10px;
}

@media (max-width: 1223px) {
  .more-articles-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 786px) {
  .more-articles-grid {
    grid-template-columns: 1fr;
  }
}

.conference {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 192px;
}

@media (max-width: 1702px) {
  .conference {
    margin-bottom: 137px;
  }
}

@media (max-width: 1223px) {
  .conference {
    margin-bottom: 240px;
  }
}

@media (max-width: 786px) {
  .conference {
    margin-bottom: 404px;
  }
}

@media (max-width: 480px) {
  .conference {
    margin-bottom: 155px;
  }
}

.conference-head {
  background-color: #f0f0f0;
  padding: 85px 66px 62px;
  border-radius: 32px;
  box-sizing: border-box;
  margin-bottom: 53px;
}

@media (max-width: 1223px) {
  .conference-head {
    padding: 60px 32px;
    margin-bottom: 28px;
  }
}

@media (max-width: 786px) {
  .conference-head {
    padding: 17px 16px 15px;
    border-radius: 24px;
    margin-bottom: 32px;
  }
}

.conference-head__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #000;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .conference-head__title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 32px;
  }
}

@media (max-width: 786px) {
  .conference-head__title {
    font-size: 28px;
    line-height: 34px;
  }
}

.conference-head__box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 50px;
  max-width: 712px;
}

@media (max-width: 1223px) {
  .conference-head__box {
    margin-bottom: 32px;
  }
}

@media (max-width: 786px) {
  .conference-head__box {
    max-width: 100%;
  }
}

.conference-head__box__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.conference-head__box__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #4d4d4d;
}

.conference-head__btn-block button,
.project__btn-block button {
  max-width: auto;
}

.conference-article {
  margin-bottom: 48px;
}

@media (max-width: 1223px) {
  .conference-article {
    margin-bottom: 24px;
  }
}

@media (max-width: 786px) {
  .conference-article {
    margin-bottom: 32px;
  }
}

@media (max-width: 480px) {
  .conference-article {
    margin-bottom: 24px;
  }
}

.conference-article__text {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #000;
}

@media (max-width: 1223px) {
  .conference-article__text {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 786px) {
  .conference-article__text {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 480px) {
  .conference-article__text {
    font-size: 18px;
    line-height: 20px;
  }
}

.conference-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
  margin-bottom: 71px;
}

@media (max-width: 1702px) {
  .conference-stats {
    margin-bottom: 64px;
  }
}

@media (max-width: 1223px) {
  .conference-stats {
    gap: 65px;
  }
}

@media (max-width: 786px) {
  .conference-stats {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .conference-stats {
    margin-bottom: 24px;
    gap: 17px;
  }
}

.conference-speakers__boxes .stats-box,
.conference-stats__box,
.conference-stats__box__container {
  display: flex;
  flex-direction: column;
}

.conference-stats__box__container {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .conference-stats__box__container {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

.conference-stats__box__container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #000;
  width: 78.5px;
}

.conference-stats__box__container h4 {
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  color: #000;
}

@media (max-width: 1223px) {
  .conference-stats__box__container h4 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (max-width: 786px) {
  .conference-stats__box__container h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 480px) {
  .conference-stats__box__container h4 {
    font-size: 24px;
    line-height: 27px;
  }
}

.conference-stats__box__container p {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 1223px) {
  .conference-stats__box__container p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 786px) {
  .conference-stats__box__container p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .conference-stats__box__container p {
    font-size: 13px;
    line-height: 18px;
  }
}

.conference-stats__box__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #4d4d4d;
  max-width: 272px;
}

@media (max-width: 786px) {
  .conference-stats__box__desc {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .conference-stats__box__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

.conference-speakers {
  display: flex;
  flex-direction: column;
  margin-bottom: 102px;
}

@media (max-width: 1702px) {
  .conference-speakers {
    margin-bottom: 64px;
  }
}

@media (max-width: 1223px) {
  .conference-speakers {
    margin-bottom: 144px;
  }
}

@media (max-width: 786px) {
  .conference-speakers {
    margin-bottom: 48px;
  }
}

@media (max-width: 480px) {
  .conference-speakers {
    margin-bottom: 24px;
  }
}

.conference-speakers__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #000;
  margin-bottom: 30px;
}

@media (max-width: 1702px) {
  .conference-speakers__title {
    margin-bottom: 32px;
  }
}

@media (max-width: 1223px) {
  .conference-speakers__title {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 786px) {
  .conference-speakers__title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 480px) {
  .conference-speakers__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.conference-speakers__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 786px) {
  .conference-speakers__boxes {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .conference-speakers__boxes {
    gap: 15px;
  }
}

.conference-speakers__boxes .stats-box__imgblock {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.conference-speakers__boxes .stats-box__imgblock::before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}

.conference-speakers__boxes .stats-box__imgblock img {
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.conference-speakers__boxes .stats-box__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 8px;
}

.conference-speakers__boxes .stats-box__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #4d4d4d;
}

.conference-program {
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}

@media (max-width: 1702px) {
  .conference-program {
    margin-bottom: 64px;
  }
}

@media (max-width: 786px) {
  .conference-program {
    margin-bottom: 48px;
  }
}

@media (max-width: 480px) {
  .conference-program {
    margin-bottom: 32px;
  }
}

.conference-program__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #000;
  margin-bottom: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1223px) {
  .conference-program__title {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 786px) {
  .conference-program__title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 480px) {
  .conference-program__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.conference-program__boxes {
  gap: 8px;
}

.conference-program__boxes .container-conf {
  background-color: #f9f9f9;
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .conference-program__boxes .container-conf {
    padding: 12px;
  }
}

.conference-program__boxes .container-conf__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.conference-program__boxes .container-conf__head__left {
  display: flex;
  flex-direction: row;
  gap: 45px;
}

@media (max-width: 1223px) {
  .conference-program__boxes .container-conf__head__left {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .conference-program__boxes .container-conf__head__left {
    gap: 5px;
  }
}

.conference-program__boxes .container-conf__head__left p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #4d4d4d;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .conference-program__boxes .container-conf__head__left p {
    font-size: 13px;
    line-height: 17px;
  }
}

.conference-program__boxes .container-conf__head__left span {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

@media (max-width: 480px) {
  .conference-program__boxes .container-conf__head__left span {
    font-size: 13px;
    line-height: 17px;
  }
}

.conference-program__boxes .container-conf__head__plus {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 10px;
}

@media (max-width: 480px) {
  .conference-program__boxes .container-conf__head__plus {
    width: 24px;
    height: 24px;
  }
}

.conference-program__boxes .container-conf__head__minus {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .conference-program__boxes .container-conf__head__minus {
    width: 24px;
    height: 24px;
  }
}

.conference-program__boxes .container-conf__main {
  display: none;
  font-weight: 500;
  letter-spacing: 1%;
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
  margin-top: 8px;
  margin-left: 152px;
  margin-right: 38px;
  flex-direction: column;
}

@media (max-width: 1223px) {
  .conference-program__boxes .container-conf__main {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .conference-program__boxes .container-conf__main {
    font-size: 13px;
    line-height: 17px;
  }
}

.conference-program__boxes .container-conf__main ul {
  margin-left: 20px;
}

.conference-gallery,
.conference-program__boxes {
  display: flex;
  flex-direction: column;
}

.conference-gallery-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

@media (max-width: 1702px) {
  .conference-gallery-head {
    margin-bottom: 32px;
  }
}

@media (max-width: 1223px) {
  .conference-gallery-head {
    justify-content: flex-start;
  }
}

.conference-gallery-head__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1223px) {
  .conference-gallery-head__title {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 786px) {
  .conference-gallery-head__title {
    font-size: 28px;
    line-height: 34px;
  }
}

.conference-gallery-head__right-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

@media (max-width: 1223px) {
  .conference-gallery-head__right-block {
    display: none;
  }
}

.conference-gallery-head__right-block .btn-conf-toggle {
  background-color: #f2f2f2;
  border: 0;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.05s;
}

.conference-gallery-head__right-block .btn-conf-toggle:hover {
  background-color: #e6e6e6;
}

.conference-gallery-head__right-block .btn-conf-toggle img {
  height: 17px;
  width: 17px;
}

.conference-gallery-head__right-block .btn-conf-toggle-left {
  transform: scaleX(-1);
}

.conference-gallery-head__right-block .btn-conf-toggle-left:disabled,
.conference-gallery-head__right-block .btn-conf-toggle-right:disabled {
  background-color: #f9f9f9;
}

.conference-gallery .mySwiperEvent,
.conference-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

@media (max-width: 1223px) {
  .conference-gallery .mySwiperEvent {
    width: calc(100% + 32px) !important;
    border-radius: 16px 0 0 16px;
  }
}

@media (max-width: 786px) {
  .conference-gallery .mySwiperEvent {
    width: calc(100% + 15px) !important;
  }
}

.conference-gallery .swiper {
  width: 100%;
  height: 100%;
}

.conference-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1223px) {
  .conference-gallery .swiper-slide {
    width: 40%;
    height: 100%;
  }

  .conference-gallery .swiper-slide:last-child {
    margin-right: 18%;
  }
}

@media (max-width: 786px) {
  .conference-gallery .swiper-slide {
    width: 90%;
    height: 100%;
  }

  .conference-gallery .swiper-slide:last-child {
    margin-right: 10%;
  }
}

.conference-gallery .swiper-slide img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container-conf--active {
  cursor: default;
}

.container-conf--active .container-conf__head__plus {
  display: none;
}

.container-conf--active .container-conf__head__minus {
  display: block;
}

.container-conf--active .container-conf__main {
  display: flex;
}

main {
  flex: 1;
  background-color: red;
}

.container {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background-color: #fff;
}

@media (max-width: 1590px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1223px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 786px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container-partners {
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-sizing: border-box;
}

@media (max-width: 1702px) {
  .container-partners {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1223px) {
  .container-partners {
    padding-left: 0;
    padding-right: 0;
  }
}

.head {
  display: grid;
  gap: 40px;
  margin-top: 100px;
  margin-bottom: 100px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 1223px) {
  .head {
    gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (max-width: 786px) {
  .head {
    margin-bottom: 30px;
  }
}

.head-left__img {
  height: 230px;
  max-width: 100%;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1223px) {
  .head-left__img {
    height: 140px;
    margin-bottom: 33px;
  }
}

.head-left__title {
  font-weight: 400;
  font-size: 27px;
  line-height: 34.02px;
  color: #434343;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .head-left__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

.head-left__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1%;
  max-width: 467px;
  color: #666;
  margin-bottom: 100px;
}

@media (max-width: 1223px) {
  .head-left__desc {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
  }

  .head-left a .buttonA {
    display: none;
  }
}

.head-right {
  text-align: right;
}

@media (max-width: 1223px) {
  .head-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.head-right__img,
.work-cards__block .develop-card__left .title-block img {
  width: 634px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1702px) {
  .head-right__img {
    width: 550px;
  }
}

@media (max-width: 1223px) {
  .head-right__img {
    width: 551px;
    margin-bottom: 50px;
  }
}

@media (max-width: 786px) {
  .head-right__img {
    width: 100%;
  }

  .head-right__img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    transform: translateX(16px);
  }
}

.head-right a .buttonA {
  display: none;
}

@media (max-width: 1223px) {
  .head-right a .buttonA {
    display: inline-block;
  }
}

.partners {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  gap: 60px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-padding: 0 0 0 16px;
  scroll-snap-type: x mandatory;
}

.partners::-webkit-scrollbar {
  display: none;
}

.partners__box {
  scroll-snap-align: start;
}

@media (max-width: 1223px) {
  .partners {
    width: 100%;
    margin-bottom: 35px;
  }
}

@media (max-width: 786px) {
  .partners {
    margin-bottom: 30px;
  }
}

.partners__box {
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 151px;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.partners__box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1223px) {
  .partners__box {
    max-width: 113px;
  }

  .partners__box:first-child {
    margin-left: 32px;
  }

  .partners__box:last-child {
    margin-right: 32px;
  }
}

@media (max-width: 786px) {
  .partners__box:first-child {
    margin-left: 16px;
  }

  .partners__box:last-child {
    margin-right: 16px;
  }
}

.partners--grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 32px;
}

.partners--grid .partners__box {
  max-width: auto;
  max-height: auto;
  width: auto;
  height: auto;
}

@media (max-width: 1223px) {
  .partners--grid .partners__box:nth-child(6n + 1) {
    margin-left: 32px !important;
  }

  .partners--grid .partners__box:nth-child(6n) {
    margin-right: 32px !important;
  }

  .partners--grid .partners__box img {
    width: 90px;
  }
}

@media (max-width: 786px) {
  .partners--grid .partners__box:nth-child(6n + 1) {
    margin-left: 0 !important;
  }

  .partners--grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }

  .partners--grid .partners__box:first-child {
    margin-left: 16px !important;
  }
}

.work-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 200px;
}

@media (max-width: 1702px) {
  .work-cards {
    margin-bottom: 150px;
  }
}

@media (max-width: 1223px) {
  .work-cards {
    margin-bottom: 64px;
  }
}

@media (max-width: 786px) {
  .work-cards {
    gap: 10px;
    margin-bottom: 48px;
  }
}

.work-cards__block {
  display: flex;
  flex-direction: row;
  gap: 20px;
  max-width: 100%;
}

@media (max-width: 1223px) {
  .work-cards__block {
    flex-direction: column;
    width: 100%;
  }
}

@media (max-width: 786px) {
  .work-cards__block {
    gap: 10px;
  }
}

.work-cards__block .develop-card {
  border-radius: 16px;
  height: 400px;
  width: 673px;
  background: #f8f8f8;
  display: grid;
  gap: 10px;
  grid-template-columns: 1.5fr 1fr;
}

@media (max-width: 1223px) {
  .work-cards__block .develop-card {
    width: 100%;
    min-height: 320px;
  }
}

@media (max-width: 786px) {
  .work-cards__block .develop-card {
    min-height: 278px;
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0fr;
  }
}

.portfolio,
.work-cards__block .develop-card__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.work-cards__block .develop-card__left .title-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  padding-left: 32px;
  padding-top: 32px;
  margin-bottom: 30px;
}

@media (max-width: 1223px) {
  .work-cards__block .develop-card__left .title-block {
    padding-left: 16px;
    padding-top: 16px;
  }
}

.work-cards__block .develop-card__left .title-block img {
  background: #fff;
  border-radius: 8px;
  height: 72px;
  width: 72px;
}

@media (max-width: 1223px) {
  .work-cards__block .develop-card__left .title-block img {
    height: 48px;
    width: 48px;
  }
}

.portfolio__titleblock h4,
.work-cards__block .develop-card__left .title-block h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #262626;
}

@media (max-width: 1223px) {
  .work-cards__block .develop-card__left .title-block h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
  }
}

.work-cards__block .develop-card__left .deps-block {
  padding-left: 32px;
  padding-bottom: 32px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 1223px) {
  .work-cards__block .develop-card__left .deps-block {
    padding-left: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .work-cards__block .develop-card__left .deps-block {
    gap: 10px;
  }
}

.work-cards__block .develop-card__left .deps-block__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 9px;
  color: #262626;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .work-cards__block .develop-card__left .deps-block__item:hover {
    text-decoration: underline;
  }
}

@media (max-width: 992px) {
  .work-cards__block .develop-card__left .deps-block__item {
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.work-cards__block .develop-card__right__picture {
  display: flex;
  justify-content: end;
  height: 100%;
}

.work-cards__block .develop-card__right__picture img {
  margin-top: auto;
  margin-left: auto;
  height: 310px;
  border-radius: 16px 0 16px 0;
}

@media (max-width: 1223px) {
  .work-cards__block .develop-card__right__picture img {
    height: 300px;
  }
}

@media (max-width: 786px) {
  .work-cards__block .develop-card__right__picture img {
    display: none;
  }
}

.work-cards__block .develop-card-bottom {
  width: 1166px;
  min-height: 356px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 1223px) {
  .work-cards__block .develop-card-bottom {
    width: 100%;
    min-height: 320px;
  }
}

@media (max-width: 786px) {
  .work-cards__block .develop-card-bottom {
    min-height: 278px;
    height: auto;
  }
}

.portfolio {
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
}

@media (max-width: 1702px) {
  .portfolio {
    margin-bottom: 150px;
  }
}

@media (max-width: 1223px) {
  .portfolio {
    margin-bottom: 64px;
  }
}

@media (max-width: 786px) {
  .portfolio {
    margin-bottom: 48px;
  }
}

.portfolio__titleblock {
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .portfolio__titleblock {
    margin-bottom: 32px;
  }
}

.portfolio__titleblock h4 {
  text-align: left;
  font-weight: 600;
  color: #343434;
}

@media (max-width: 1223px) {
  .portfolio__titleblock h4 {
    font-size: 28px;
    line-height: 36px;
  }
}

.portfolio__btn {
  margin-top: 50px;
}

@media (max-width: 1223px) {
  .portfolio__btn {
    margin-top: 32px;
  }
}

.us-kvokka {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 200px;
  gap: 20px;
}

@media (max-width: 1702px) {
  .us-kvokka {
    margin-bottom: 150px;
  }
}

@media (max-width: 1223px) {
  .us-kvokka {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 64px;
  }
}

@media (max-width: 786px) {
  .us-kvokka {
    gap: 40px;
    margin-bottom: 48px;
  }
}

.us-kvokka__left,
.us-kvokka__right .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.us-kvokka__left__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  color: #333;
  margin-bottom: 20px;
}

@media (max-width: 1223px) {
  .us-kvokka__left__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
  }
}

.us-kvokka__left__desc,
.us-kvokka__right .box span {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
}

.us-kvokka__left__desc {
  color: #4d4d4d;
  margin-bottom: 80px;
  max-width: 400px;
}

@media (max-width: 1223px) {
  .us-kvokka__left__desc {
    margin-bottom: 30px;
    width: 100%;
  }
}

.us-kvokka__left__btns {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

@media (max-width: 786px) {
  .us-kvokka__left__btns {
    flex-direction: column;
    gap: 10px;
  }
}

.us-kvokka__right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 10px;
}

@media (max-width: 1223px) {
  .us-kvokka__right {
    gap: 20px;
  }
}

@media (max-width: 786px) {
  .us-kvokka__right {
    grid-template-columns: 1fr 1fr;
  }
}

.us-kvokka__right .box {
  gap: 16px;
}

@media (max-width: 1223px) {
  .us-kvokka__right .box {
    gap: 10px;
  }
}

.us-kvokka__right .box p {
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  color: #333;
}

@media (max-width: 1223px) {
  .us-kvokka__right .box p {
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
  }
}

.us-kvokka__right .box span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #7f7f7f;
  max-width: 175px;
}

.clients {
  margin-bottom: 200px;
}

@media (max-width: 1702px) {
  .clients {
    margin-bottom: 150px;
  }
}

@media (max-width: 1223px) {
  .clients {
    margin-bottom: 64px;
  }
}

@media (max-width: 786px) {
  .clients {
    margin-bottom: 48px;
  }
}

.clients__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: #333;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .clients__title {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (max-width: 786px) {
  .clients__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

.clients__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 1223px) {
  .clients__grid {
    grid-template-columns: 1fr;
  }
}

.clients__grid__elem {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e6e6e6;
}

.clients__grid__elem:nth-last-child(-n + 2) {
  border-bottom: none;
}

@media (max-width: 1223px) {
  .clients__grid__elem:nth-last-child(-n + 2) {
    border-bottom: 1px solid #e6e6e6;
  }

  .clients__grid__elem:last-child {
    border-bottom: none;
  }
}

@media (max-width: 786px) {
  .clients__grid__elem {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.clients__grid__elem-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #1a1a1a;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1223px) {
  .clients__grid__elem-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 786px) {
  .clients__grid__elem-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.clients__grid__elem-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #7f7f7f;
  padding-right: 33px;
}

@media (max-width: 1223px) {
  .clients__grid__elem-desc {
    padding-right: 0;
  }
}

.reviews {
  margin-bottom: 200px;
}

@media (max-width: 1702px) {
  .reviews {
    margin-bottom: 150px;
  }
}

@media (max-width: 1223px) {
  .reviews {
    margin-bottom: 64px;
  }
}

@media (max-width: 786px) {
  .reviews {
    margin-bottom: 48px;
  }
}

.blog__title h4,
.reviews__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #343434;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .reviews__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

@media (max-width: 786px) {
  .reviews__title {
    margin-bottom: 30px;
  }
}

.reviews .swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 28px;
  padding-bottom: 18px;
}

.reviews .swiper-slide {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
}

.reviews .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 24px;
  width: 30.47px;
  height: 32px;
  background-image: url(../images/polygon.svg);
  background-size: cover;
  z-index: 100;
}

.reviews .swiper-slide .box {
  padding: 30px;
  width: 100%;
  position: relative;
}

@media (max-width: 1702px) {
  .reviews .swiper-slide .box {
    padding: 20px;
  }
}

.reviews .swiper-button-lock {
  /* display: block; */
}

.reviews .swiper-slide .box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.reviews .swiper-slide .box__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #000;
  margin-bottom: 4px;
  padding-right: 70px;
  white-space: nowrap;
}

.reviews .swiper-slide .box__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #868686;
  white-space: nowrap;
}

.reviews .swiper-slide .box__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.7;
  color: #000;
}

.reviews .swiper-slide .box__polygon {
  position: absolute;
  bottom: -8px;
  left: 25px;
  height: 32px;
  width: 30.47px;
  z-index: 100;
}

.reviews__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.reviews__bottom__controls {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.reviews__bottom__controls .button-next {
  cursor: pointer;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #f2f2f2;
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  transition: 0.05s;
}

.reviews__bottom__controls .button-next:disabled {
  background: #f9f9f9;
}

.reviews__bottom__controls .button-next:hover {
  background: #e6e6e6;
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

@media (max-width: 1280px) {
  .reviews__bottom__controls .button-next {
    display: none;
  }
}

.reviews__bottom__controls .button-prev {
  cursor: pointer;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #f2f2f2;
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  transform: rotate(180deg);
  transition: 0.05s;
}

.reviews__bottom__controls .button-prev:disabled {
  background: #f9f9f9;
}

.reviews__bottom__controls .button-prev:hover {
  background: #e6e6e6;
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

@media (max-width: 1280px) {
  .reviews__bottom__controls .button-prev {
    display: none;
  }
}

.reviews .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 200px;
  gap: 20px;
}

@media (max-width: 1702px) {
  .project {
    margin-bottom: 150px;
  }
}

@media (max-width: 1223px) {
  .project {
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }
}

@media (max-width: 786px) {
  .project {
    margin-bottom: 48px;
  }
}

.project__left__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  color: #333;
}

@media (max-width: 1223px) {
  .project__left__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    width: 100%;
  }

  .project__left__title br {
    display: none;
  }
}

.project__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1223px) {
  .project__right {
    gap: 30px;
  }
}

.project__right__p {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  opacity: 0.67;
  color: #000;
}

@media (max-width: 1223px) {
  .project__right__p {
    font-size: 20px;
    line-height: 26px;
  }
}

.blog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

@media (max-width: 1223px) {
  .blog {
    margin-bottom: 64px;
  }
}

@media (max-width: 786px) {
  .blog {
    margin-bottom: 48px;
  }
}

.blog__title {
  width: 100%;
}

@media (max-width: 1223px) {
  .blog__title h4 {
    margin-bottom: 32px;
  }
}

@media (max-width: 786px) {
  .blog__title h4 {
    font-size: 28px;
    line-height: 36px;
  }
}

.blog__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .blog__container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 786px) {
  .blog__container {
    grid-template-columns: 1fr;
  }
}

.blog__container__box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  border-radius: 20px;
  gap: 10px;
  text-decoration: none;
}

@media (max-width: 1223px) {
  .blog__container__box {
    padding: 15px;
  }
}

.blog__container__box img {
  width: 100%;
  height: auto;
}

.blog__container__box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.54;
  color: #434343;
}

.blog__container__box span {
  font-weight: 500;
  font-size: 18px;
  line-height: 28.33px;
  color: #434343;
}

.swiper-button-disabled {
  background-color: #f9f9f9 !important;
}

.portfolio-page {
  margin-top: 50px;
  margin-bottom: 100px;
}

@media (max-width: 1223px) {
  .portfolio-page {
    margin-top: 32px;
  }
}

@media (max-width: 786px) {
  .portfolio-page {
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .portfolio-page {
    margin-bottom: 77px;
  }
}

.portfolio-page__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 52px;
  color: #1a1a1a;
}

@media (max-width: 1702px) {
  .portfolio-page__title {
    margin-bottom: 48px;
  }
}

@media (max-width: 1223px) {
  .portfolio-page__title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 32px;
  }
}

@media (max-width: 786px) {
  .portfolio-page__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}

.stock {
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (max-width: 1223px) {
  .stock {
    margin-top: 32px;
    gap: 48px;
    margin-bottom: 108px;
  }
}

@media (max-width: 786px) {
  .stock {
    margin-top: 16px;
    gap: 32px;
    margin-bottom: 47px;
  }
}

.stock__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #1a1a1a;
}

@media (max-width: 1223px) {
  .stock__title {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 786px) {
  .stock__title {
    font-size: 28px;
    line-height: 34px;
  }
}

.stock__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 1223px) {
  .stock__container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 786px) {
  .stock__container {
    grid-template-columns: 1fr;
  }
}

.stock__container__box {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  border-radius: 20px;
}

.stock__container__box__head {
  box-sizing: border-box;
  height: 220px;
  width: 100%;
  color: #fff;
  background-color: #333;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  display: flex;
  align-items: start;
}

/*@media (max-width: 1702px) {
  .stock__container__box__head {
    height: 180px;
  }
}*/
@media (max-width: 1223px) {
  .stock__container__box__head {
    padding: 16px;
  }
}

.blog__container__box img,
.blog__container__box p,
.stock__container__box__head img,
.tells__cards__card img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.stock__container__box__head img {
  position: absolute;
  height: 135px;
  top: 24px;
  right: 24px;
  z-index: 1;
}

.stock__container__box__head p {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  z-index: 2;
  text-wrap: balance;
}

.stock__container__box__bottom {
  display: flex;
  box-sizing: border-box;
  padding: 30px 20px 20px;
  color: #434343;
}

@media (max-width: 1223px) {
  .stock__container__box__bottom {
    padding: 16px;
  }
}

.stock__container__box__bottom p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
}

.--head-blue {
  background-color: #168de2;
}

.--head-violet {
  background-color: #6343a2;
}

.--head-orange {
  background-color: #ff8227;
}

.--head-dark-grey {
  background-color: #464a4f;
}

.--head-lite-grey {
  background-color: #f2f2f2;
}

.tells {
  margin-bottom: 100px;
}

@media (max-width: 1223px) {
  .tells {
    margin-bottom: 80px;
  }
}

@media (max-width: 786px) {
  .tells {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .tells {
    margin-bottom: 40px;
  }
}

.tells__title {
  margin-top: 50px;
  margin-bottom: 52px;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  color: #1a1a1a;
}

@media (max-width: 1223px) {
  .tells__title {
    font-size: 40px;
    line-height: 46px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 786px) {
  .tells__title {
    font-size: 28px;
    line-height: 34px;
    margin-top: 24px;
    margin-bottom: 30px;
  }
}

.tells__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
}

@media (max-width: 1702px) {
  .tells__cards {
    gap: 20px;
  }
}

@media (max-width: 1223px) {
  .tells__cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .tells__cards {
    grid-template-columns: 1fr;
  }
}

.tells__cards__card {
  padding: 20px;
  border-radius: 20px;
  background: #f9f9f9;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 480px) {
  .tells__cards__card {
    padding: 14px;
  }
}

.tells__cards__card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.tells__cards__card__params {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.tells__cards__card__params__type {
  padding: 4px 6px;
  color: #333;
  background-color: #e6e6e6;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tells__cards__card__params__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f7f7f;
}

.tells__cards__card__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1%;
  color: #434343;
}

.webp .blog-page .main-elem__banner {
  background-image: url(../images/blog/banner.webp);
}

.webp .calendar__head__right__elem .--active-day {
  background: center/28px 28px url(../images/calendar/bg-data.webp) !important;
}

.modal-content__contacts__inputs input._error,
.modal-content__contacts__checkb .custom-checkbox._error {
  border-color: red;
}

.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
}

.page-404__icon {
  margin-bottom: 40px;
  max-width: 100%;
}

.page-404__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.page-404__desc {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: rgba(77, 77, 77, 1);
}

@media (max-width: 1223px) {
  .page-404__title {
    font-size: 24px;
  }

  .page-404__icon {
    max-width: 80vw;
    height: auto;
  }

  .page-404__mainLink {
    width: auto !important;
  }
}

@media (max-width: 768px) {
  .page-404 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .page-404__icon {
    margin-bottom: 20px;
  }
}

.page-404__icon path {
  display: none;
}

.page-404__icon .lin_3 {
  animation-name: flip;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-start;
}

.page-404__icon[data-step="0"] .lin_0 {
  display: block;
}

.page-404__icon[data-step="1"] .lin_1,
.page-404__icon[data-step="1"] .num_1 {
  display: block;
}

.page-404__icon[data-step="2"] .lin_2,
.page-404__icon[data-step="2"] .num_2,
.page-404__icon[data-step="2"] .num_1 {
  display: block;
}

.page-404__icon[data-step="3"] .lin_3,
.page-404__icon[data-step="3"] .num_3,
.page-404__icon[data-step="3"] .num_2,
.page-404__icon[data-step="3"] .num_1 {
  display: block;
}

@keyframes flip {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#bx_admin_form ul {
  padding-left: 15px;
}

#bx_admin_form ul li {
  list-style: inside;
}

.blog-page--full {
  grid-template-columns: 1fr !important;
}

.modal-block.modal-block-compact.modal-calendar {
  width: auto;
  padding: 70px 20px 20px 20px;
  background-color: #ffffff;
}

.calendar-container {
  width: 360px;
}

.founder {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 147px;
  gap: 60px;
  position: relative;
}

@media (max-width: 1702px) {
  .founder {
    margin-bottom: 120px;
    gap: 25px;
  }
}

@media (max-width: 1223px) {
  .founder {
    margin-bottom: 80px;
  }
}

@media (max-width: 786px) {
  .founder {
    margin-top: 15px;
    margin-bottom: 64px;
    flex-direction: column;
  }
}

.founder__person {
  display: flex;
  flex-direction: column;
}

.founder__person-img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 165px;
  width: 165px;
  border-radius: 50%;
  margin-bottom: 24px;
}

@media (max-width: 1223px) {
  .founder__person-img {
    height: 120px;
    width: 120px;
  }
}

@media (max-width: 786px) {
  .founder__person-img {
    margin-bottom: 12px;
  }
}

.founder__person-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1a1a1a;
  margin-bottom: 2px;
  white-space: nowrap;
}

@media (max-width: 1223px) {
  .founder__person-name {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 786px) {
  .founder__person-name {
    font-size: 16px;
    line-height: 22px;
  }
}

.founder__person-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.founder__data {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

@media (max-width: 1223px) {
  .founder__data {
    gap: 10px;
  }
}

.founder__data img {
  height: 64px;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 1702px) {
  .founder__data img {
    height: 52px;
    width: 52px;
  }
}

@media (max-width: 1223px) {
  .founder__data img {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 786px) {
  .founder__data img {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.founder__data p {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: left;
  color: #4d4d4d;
}

@media (max-width: 1702px) {
  .founder__data p {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 1223px) {
  .founder__data p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 786px) {
  .founder__data p {
    font-size: 14px;
    line-height: 18px;
  }
}

.reviews__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 1223px) {
  .reviews__top {
    margin-bottom: 32px;
  }
}

.reviews__top__left {
  display: flex;
  flex-direction: column;
}

.reviews__top__left-title {
  font-size: 64px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333333;
}

@media (max-width: 1223px) {
  .reviews__top__left-title {
    font-size: 48px;
  }
}

@media (max-width: 786px) {
  .reviews__top__left-title {
    font-size: 32px;
    line-height: 38px;
  }
}

.reviews__top__left-desc {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #333333;
}

@media (max-width: 1223px) {
  .reviews__top__left-desc {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 786px) {
  .reviews__top__left-desc {
    font-size: 24px;
    line-height: 28px;
  }
}

.reviews__top__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
}

@media (max-width: 1223px) {
  .reviews__top__right {
    gap: 39px;
  }
}

@media (max-width: 786px) {
  .reviews__top__right {
    display: none;
  }
}

.reviews__top__right-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reviews__top__right-box p {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

@media (max-width: 1223px) {
  .reviews__top__right-box p {
    font-size: 40px;
    line-height: 46px;
  }
}

.reviews__top__right-box span {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #666666;
}

@media (max-width: 1223px) {
  .reviews__top__right-box span {
    font-size: 14px;
    line-height: 20px;
  }
}

.reviews__bottom {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.reviews__bottom__layout {
  position: relative;
}

.reviews__bottom__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border-radius: 30px;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  border: 1px solid #bababa;
  pointer-events: none;
}

.reviews__bottom__variants {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.reviews__bottom__variants:hover {
  opacity: 1;
}

.reviews__bottom__variants a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  padding: 12px 34px;
  margin: 0;
  border: 1px solid #bababa;
  transition: 0.15s ease-in-out;
}

.reviews__bottom__variants a:hover {
  background: #bababa;
  border-right: 1px solid #e6e6e6;
}

.reviews__bottom__variants a:first-child {
  border-radius: 30px 0px 0px 30px;
  border-right: 1px solid #e6e6e6;
}

.reviews__bottom__variants a:last-child {
  border-radius: 0px 30px 30px 0px;
}

.r-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.r-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 20px;
  max-width: 720px;
  padding: 44px 40px;
  box-sizing: border-box;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 898px) {
  .r-modal {
    max-width: 560px;
  }
}

@media (max-width: 630px) {
  .r-modal {
    max-width: 375px;
    padding: 44px 16px;
  }
}

@media (max-width: 420px) {
  .r-modal {
    max-width: 320px;
    padding: 44px 16px;
  }
}

.r-modal-overlay.active,
.r-modal.active {
  opacity: 1;
  visibility: visible;
}

.r-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  width: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 28px;
}

.r-modal-content__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media (max-width: 630px) {
  .r-modal-content__head {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.r-modal-content__head__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.r-modal-content__head__left-title {
  color: black;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
}

@media (max-width: 630px) {
  .r-modal-content__head__left-title {
    color: black;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
  }
}

.r-modal-content__head__left-desc {
  color: #868686;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

@media (max-width: 630px) {
  .r-modal-content__head__left-desc {
    color: #868686;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
  }
}

.r-modal-content__head__right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 6px;
}

@media (max-width: 630px) {
  .r-modal-content__head__right {
    align-items: flex-start;
  }
}

.r-modal-content__head__right-desc {
  color: #1a1a1a;
  font-family: Wix Madefor Display;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration: none;
}

@media (max-width: 630px) {
  .r-modal-content__head__right-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
  }
}

.review-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 100px;
  background: #f2f2f2;
  height: 44px;
  width: -moz-fit-content;
  width: fit-content;
}

.review-badge-star {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 17px !important;
  height: 17px !important;
  margin-right: 5.5px;
}

.review-badge-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1%;
  text-align: left;
  margin-right: 8px;
}

.review-badge-circle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 28px;
  height: 28px;
}

.r-modal-content__article {
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1%;
  text-align: left;
  margin-bottom: 32px;
  height: 100%;
  overflow-y: auto;
  max-height: 40dvh;
}

@media (max-width: 898px) {
  .r-modal-content__article {}
}

@media (max-width: 630px) {
  .r-modal-content__article {
    flex-direction: column;
    align-items: flex-start;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1%;
    text-align: left;
    margin-bottom: 20px;
  }
}

@media (max-width: 420px) {
  .r-modal-content__article {}
}