@charset "UTF-8";

/*--------- RESET START -----------*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------- RESET END -----------*/

img:not([src]):not([srcset]) {
  visibility: hidden;
  display: block;
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

body {
  background: #f9fafb;
}

.container {
  max-width: 1202px;
  padding: 0 16px;
  margin: auto;
}

.breadcrumbs {
  padding: 40px 0 20px;
}

.breadcrumbs-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15.18px;
}

.breadcrumbs-wrapper span,
.breadcrumbs-wrapper a {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.breadcrumbs-wrapper a {
  color: #637381;
  transition: all 0.3s;
}

.breadcrumbs-wrapper a:hover {
  color: #111928;
}

.breadcrumbs-wrapper span.last {
  color: #111928;
}

.breadcrumbs-wrapper span img {
  width: 18px;
  height: 18px;
}

span.use-tag.more-tags {
  color: rgba(99, 115, 129, 1);
}

.page-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0px;
  color: #111928;
}

.template-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.template-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.template-tag {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  padding: 2px 8px;
  border-radius: 8px;
  color: #111928;
}

.template-tag.use-tag {
  background: #e1e8ff;
}

.template-tag.use-db {
  background: #fdd8d8;
}

.template-tag.use-vd {
  background: #daf8e6;
}

.template-content {
  max-width: 770px;
  padding-bottom: 120px;
}

.template-content__top {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dfe4ea;
}

.template-content__text-block {
  margin-bottom: 50px;
}

.template-content__text-block:last-child {
  margin-bottom: 0;
}

.template-content__text-block p:last-child {
  margin-bottom: 0;
}

.template-content__text-block ul:last-child {
  margin-bottom: 0;
}

.template-content__text-block ul li:last-child {
  margin-bottom: 0;
}

.template-content__text-block .accordion-item:last-child {
  margin-bottom: 0;
}

.template-content__text-block a {
  color: #3758f9;
  text-decoration: underline;
}

.template-content__text-block span {
  border-radius: 5px;
}

.template-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  border-radius: 10px;
}

.template-sidebar .sidebar-content {
  padding: 30px;
}

.template-sidebar .sidebar-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

.template-sidebar .sidebar-item {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  transition: all 0.3s;
  color: #637381;
}

.template-sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.template-sidebar .sidebar-item.active {
  color: #3758f9;
}

.template-sidebar .sidebar-item:hover {
  color: #3758f9;
}

.template-sidebar .sidebar-bottom {
  padding: 30px;
  border-top: 1px solid #dfe4ea;
}

.template-sidebar .sidebar-btn {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3758f9;
}

.template-sidebar .sidebar-btn img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.template-info {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
  padding: 35px 35px 35px 29px;
  border-radius: 10px;
}

.template-info:last-child {
  margin-bottom: 0;
}

.template-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
}

.template-info__icon svg {
  width: 18px;
  height: 18px;
}

.template-info.info {
  border-left: 6px solid #3758f9;
  background: #e9f9ff;
}

.template-info.info .template-info__icon {
  background: #3758f9;
}

.template-info.info h4 {
  color: #3758f9;
}

.template-info p {
  color: #637381;
}

.template-info.error {
  border-left: 6px solid #f23030;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  background: #fef3f3;
}

.template-info.error .template-info__icon {
  background: #f23030;
}

.template-info.error h4 {
  color: #bc1c21;
}

.template-info.error ol li {
  color: #f56060;
}

.template-info.error ol li::after {
  color: #f56060;
}

.template-info.error strong {
  color: #f56060;
}

.template-info strong {
  display: inline-block;
  margin-bottom: 0;
  color: #637381;
  font-size: 16px;
  line-height: 24px;
}

.template-info ol li {
  padding-left: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #637381;
}

.template-info ol li::after {
  content: counter(list-counter) ".";
  background: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  width: auto;
  color: #637381;
  top: 0;
}

.template-info__text {
  max-width: 644px;
}

.template-info__text h4 {
  margin-bottom: 14px;
}

.template-info__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.template-code {
  margin-bottom: 5px;
  padding: 20px;
  font-weight: 400;
  font-family: Inter;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #dfe4ea;
  border-radius: 10px;
  background: #111928;
  white-space: pre-wrap;
}

h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #111928;
}

h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #111928;
}

h4,
strong {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

p {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

ul {
  margin-bottom: 20px;
}

ul li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 18px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

ul li::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3758f9;
}

ol {
  counter-reset: list-counter;
  margin-bottom: 20px;
}

ol li {
  list-style: none;
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 0 36px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
}

ol li::after {
  counter-increment: list-counter;
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  background: #3758f9;
  border-radius: 50%;
  color: #fff;
}

.accordion-item {
  margin: 0 auto 20px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 23px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  background: white;
  color: #3758f9;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.accordion-header span:nth-child(1) {
  text-align: left;
  max-width: 680px;
}

.accordion-header span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: #3758f9;
}

.accordion-header span:nth-child(2) svg {
  transition: all 0.3s;
}

.accordion-header.active span:nth-child(2) svg {
  transform: rotate(180deg);
}

.accordion-content {
  position: relative;
  max-height: 70px;
  overflow: hidden;
  transition: all 0.7s ease;
}

.accordion-content.open {
  max-height: 1000px;
}

.accordion-content.open .accordion-fade {
  opacity: 0;
  pointer-events: none;
}

.accordion-inner {
  padding: 0 20px 20px;
  background: white;
}

.accordion-block {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  border: 1px solid #999;
  border-radius: 5px;
  background: #f8f8f8;
}

.accordion-fade {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(to top, #fff, transparent);
  transition: opacity 0.3s;
}

.highlight {
  -webkit-animation: flash 1.2s ease;
          animation: flash 1.2s ease;
}

@-webkit-keyframes flash {
  0% {
    background-color: rgba(147, 148, 156, 0.486);
  }

  100% {
    background-color: transparent;
  }
}

@keyframes flash {
  0% {
    background-color: rgba(147, 148, 156, 0.486);
  }

  100% {
    background-color: transparent;
  }
}

.steps {
  position: relative;
  counter-reset: step-counter;
}

.steps .line {
  position: absolute;
  left: 65px;
  width: 4px;
  background: #1a73e8;
  z-index: -1;
}

.steps .step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.steps .step:last-child {
  margin-bottom: 0;
}

.steps .step::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 20px auto 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  background: #3758f9;
  border-radius: 50%;
}

.steps .step span {
  margin-right: 15px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #637381;
  order: -1;
}

.steps .step p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #111928;
  max-width: 657px;
}

.templates-group {
  margin-bottom: 20px;
  padding: 30px;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  background: #fff;
  border-radius: 10px;
}

.templates-group:last-child {
  margin-bottom: 0;
}

.templates-group__items {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.templates-group__items.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.templates-group__items.grid .templates-group__item::before {
  content: attr(data-text);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #1a73e8;
  color: #fff;
  padding: 5px 14px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  opacity: 0;
  transition: 0.3s;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  text-align: center;
}

.templates-group__items.grid .templates-group__item::after {
  content: "";
  position: absolute;
  bottom: 82%;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  border-width: 6px;
  border-style: solid;
  border-color: #1a73e8 transparent transparent transparent;
  opacity: 0;
  transition: 0.3s;
}

.templates-group__items.grid .templates-group__item > img {
  transition: all 0.3s;
}

.templates-group__items.grid .templates-group__item:hover::after,
.templates-group__items.grid .templates-group__item:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

.templates-group__items.grid .templates-group__item:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}

.templates-group__items.grid .templates-group__item:hover > img {
  margin-right: 95%;
}

.templates-group__items.grid .templates-group__item .arrow {
  position: absolute;
  right: 15px;
  width: 24px;
  height: 24px;
  stroke: #1a73e8;
  fill: none;
  stroke-width: 2;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s;
}

.templates-group__items.hidden .templates-group__item .arrow {
  display: none;
}

.templates-group__items.one-more .templates-group__item {
  width: 100%;
  justify-content: flex-start;
}

.templates-group__items.one-more .templates-group__item:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}

.templates-group__items.one-more .templates-group__item .arrow {
  position: absolute;
  right: 15px;
  width: 24px;
  height: 24px;
  stroke: #1a73e8;
  fill: none;
  stroke-width: 2;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s;
}

.templates-group__item {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  border-radius: 10px;
  color: #3758f9;
  background: #e1e8ff;
  text-decoration: none !important;
}

.templates-group__item .arrow {
  position: absolute;
  opacity: 0;
}

.templates-group__item > img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  padding: 11px 0;
  background: #111928;
}

.header-wrapper {
  display: flex;
  align-items: center;
}

.header-menu {
  all: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}

.header-menu .menu-item {
  all: unset;
  position: relative;
}

.header-menu .menu-item.current-menu-item a {
  color: #3758f9;
}

.header-menu .menu-item:hover > a {
  color: #3758f9;
}

.header-menu .menu-item a {
  all: unset;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.header-menu .menu-item::after {
  all: unset;
}

.header-menu > .menu-item > .submenu {
  padding: 10px 0;
  position: absolute;
  top: 100%;
  left: 50%;
  background: white;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  border-radius: 6px;
  transform: translateX(-50%) translateY(8px);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.header-menu > .menu-item > .submenu > .menu-item {
  display: block;
  width: 100%;
  max-width: 270px;
}

.header-menu > .menu-item > .submenu > .menu-item .submenu > .menu-item a {
  padding-left: 30px;
}

.header-menu .menu-item .submenu .menu-item.current-menu-item > a {
  background: #f5f7fd;
  color: #3758f9 !important;
}

.header-menu .menu-item .submenu > .menu-item a {
  display: block;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #637381;
}

.header-menu .menu-item .submenu > .menu-item:hover > a {
  background: #e9edf8;
  color: #3758f9;
}

.header-menu .menu-item.open > a {
  color: #3758f9;
}

.header-menu .menu-item.open .submenu {
  opacity: 1;
  max-height: 1500px;
  /* должно быть больше предполагаемой высоты */
  pointer-events: auto;
  z-index: 99;
}

.header-logo {
  max-width: 174px;
  padding: 12px 16px;
  background: linear-gradient(90deg, rgba(48, 86, 211, 0.4) 0%, rgba(196, 196, 196, 0) 100%);
  border-radius: 10px;
  margin-right: 172px;
}

.header-logo a {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #fff;
}

.header-center {
  margin-right: auto;
}

.header-center__mob {
  display: none;
}

.header-other {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.header-lang {
  display: none;
  position: relative;
  transition: all 0.3s;
}

.header-lang span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.header-lang .lang-active {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  cursor: pointer;
}

.header-lang .lang-active svg {
  width: 16px;
  height: 16px;
}

.header-lang .lang-list {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  text-align: center;
  box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
  display: none;
  z-index: 8;
}

.header-lang .lang-list.show {
  display: block;
}

.header-lang .lang-list a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 3px 6px;
  color: #111928;
  transition: all 0.3s;
}

.header-lang .lang-list a:hover {
  background: #f5f7fd;
  color: #3758f9;
}

.header-lang.hide {
  display: none;
}

.header-search {
  position: relative;
  border-radius: 6px;
}

.search {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.search input {
  background: #6d6d6d;
  /* подбери под свой дизайн */
  border: none;
  padding: 8px 10px 8px 62px;
  border-radius: 6px;
  color: #fff;
  width: 270px;
  /* ширина при раскрытии */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.header-search.active .search {
  max-width: 270px;
  /* немного больше input */
  opacity: 1;
}

.search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 3;
}

.search-icon svg {
  width: 20px;
  height: 20px;
}

.header-search.active .search-icon {
  left: 16px;
}

.footer {
  position: relative;
  padding: 80px 0 30px;
  background: #111928;
  overflow: hidden;
}

.footer-soc {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.footer-soc a {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.footer-soc a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-wrapper {
  position: relative;
  margin-bottom: 68px;
  display: flex;
  align-items: flex-start;
  gap: 156px;
  z-index: 2;
}

.footer-nav {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.footer-nav__item {
  margin-bottom: 12px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #637381;
  transition: all 0.3s;
}

.footer-nav__item:hover {
  color: #3758f9;
}

.footer-nav__col:nth-child(1) {
  max-width: 370px;
}

.footer-nav__col:nth-child(2) {
  max-width: 370px;
}

.footer-nav__col:nth-child(3) {
  max-width: 215px;
}

.footer-col > span {
  margin-bottom: 35px;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}

.footer-bottom {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}

.footer-other {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.footer-other a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  vertical-align: bottom;
  color: #637381;
  transition: all 0.3s;
}

.footer-other a:hover {
  color: #3758f9;
}

.footer::after,
.footer::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-radius: 50%;
}

.footer::after {
  width: 281px;
  height: 281px;
  background: linear-gradient(0deg, rgba(48, 86, 211, 0.4) 0%, rgba(196, 196, 196, 0) 90%);
  left: -64px;
  bottom: -43px;
}

.footer::before {
  width: 75px;
  height: 75px;
  background: linear-gradient(110deg, rgba(55, 88, 249, 0.1) 0%, rgba(196, 196, 196, 0) 90%);
  right: 40px;
  top: 40px;
}

.copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  vertical-align: bottom;
  color: #637381;
}

.cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  display: none;
  align-items: center;
  padding: 20px 30px;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 30;
}
.cookie-popup.active {
  display: flex;
}

.cookie-text {
  max-width: 987px;
  color: rgba(99, 115, 129, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

.cookie-btn {
  width: 100%;
  max-width: 123px;
  background: rgba(55, 88, 249, 1);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 6px;
  padding: 12px 28px;
}

.cookie-text a {
  color: rgba(99, 115, 129, 1);
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .cookie-popup {
    max-width: 704px;
    padding: 20px;
  }
  .cookie-text {
    max-width: 541px;
  } 
  .cookie-text br {
    display: none;
  }
}

@media (max-width: 576px) {
  .cookie-popup {
    flex-wrap: wrap;
    bottom: 15px;
    max-width: 343px;
  }
 .cookie-text {
    max-width: 303px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  } 
  .cookie-text br {
    display: none;
  }
  .cookie-btn {
    max-width: 100%;
  }
}