@charset "UTF-8";
/**
* Подключение шрифтов локально из папки "./src/fonts"
*/
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: VelaSans;
  font-display: swap;
  src: url("../fonts/VelaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: VelaSans;
  font-display: swap;
  src: url("../fonts/VelaSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: VelaSans;
  font-display: swap;
  src: url("../fonts/VelaSans-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: VelaSans;
  font-display: swap;
  src: url("../fonts/VelaSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: VelaSans;
  font-display: swap;
  src: url("../fonts/VelaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: VelaSans;
  font-display: swap;
  src: url("../fonts/VelaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: VelaSans;
  font-display: swap;
  src: url("../fonts/VelaSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/** Подключение переменных */
:root {
  --bs-font-family: "Inter", sans-serif;
  --bs-font-size: 16px;
  --bs-font-weight: 400;
  --bs-line-height: 1;
  --bs-font-color: #222;
  --bs-transition: .3s ease-in-out;
  --bs-radius: 10px;
  --primary-color: #131313;
  --primary-hover-color: #2d2d2d;
  --secondary-color: #ff4040;
  --white-color: #fff;
  --black-color: #131313;
  --bs-shadow: 0px 2px 3px rgba(#000, 10%), 0px 8px 3px rgba(#000, 10%);
  --hover-shadow: 0 0 5px 0 rgba(#000, 10%),
                  0 0 10px 0 rgba(#000, 10%),
                  0 0 15px 0 rgba(#000, 10%);
}

/**
* Подключение sass function и mixins и extends стилей
*/
/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/
/** Обнуление */
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
*, *:before, *:after {
  box-sizing: border-box;
}
*:focus, *:active {
  outline: none;
}

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

html {
  opacity: 0;
  scroll-behavior: smooth;
  transition: opacity 0.8s ease-in-out;
}
html.loaded {
  opacity: 1;
}
html.lock {
  overflow: hidden;
  touch-action: none;
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
}

body {
  overscroll-behavior: none;
  font-size: var(--bs-font-size);
  font-family: var(--bs-font-family);
  font-weight: var(--bs-font-weight);
  line-height: var(--bs-line-height);
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

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

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  user-select: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

sup {
  color: inherit;
}

/**
* Библиотеки
* раскомментировать для использования
*/
/**
* Подключение custom scrollbar для всего сайта
*/
* {
  scrollbar-width: 0.5rem;
  scrollbar-color: var(--primary-color) #d6d6d6;
}
*::-webkit-scrollbar {
  width: 0.5rem;
  background-color: var(--white-color);
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background: #eee;
}
*::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  border: 0 none #fff;
  background-color: var(--primary-color);
}
*::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-hover-color);
}

/**
* Подключение color для всего сайта
*/
body {
  font-family: VelaSans;
  color: #040F26;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
}

h1 {
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%; /* 2.915rem */
}

h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 106%; /* 4.24rem */
}
h2 span {
  color: #06AA79;
}

.sub {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem; /* 157.143% */
  letter-spacing: -0.035rem;
}

.caption {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 187.5% */
}

@media (min-width: 319px) and (max-width: 980px) {
  h2 {
    font-size: 2rem;
  }
}
/**
* Подключение кнопок для всего сайта
*/
.button {
  display: flex;
  height: 7.5rem;
  padding: 1.0625rem 5rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #ffffff;
  border-radius: 7.5rem;
  font-family: Inter;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 107.143% */
  transition: all 450ms ease-in-out;
}
.button svg {
  stroke: #ffffff;
  transition: all 250ms ease-in-out;
}
.button:hover {
  transition: all 450ms ease-in-out;
}
.button:hover svg {
  transform: translate(10px, 0);
  transition: all 250ms ease-in-out;
}
.button__darkblue {
  background: #040F26;
}
.button__darkblue:hover {
  background: #06AA79;
}
.button__green {
  background: #06AA79;
}
.button__green:hover {
  background: #040F26;
}
.button__white {
  background: #ffffff;
  color: #040F26;
}
.button__white svg {
  stroke: #040F26;
}
.button__white:hover {
  background: #040F26;
  color: #ffffff;
}
.button__white:hover svg {
  stroke: #ffffff;
}
.button__mini {
  height: auto;
  display: flex;
  padding: 1.3125rem 2.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  color: #040F26;
  font-family: VelaSans;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  border-radius: 7.5rem;
}
.button__mini-whitebr {
  border: 1px solid var(--01040-f-26, #040F26);
}
.button:hover {
  transition: all 450ms ease-in-out;
}
.button:hover svg {
  transform: translate(10px, 0);
  transition: all 250ms ease-in-out;
}
.button:hover.button__mini-white {
  background: #040F26;
  color: #ffffff;
}
.button:hover.button__mini-whitebr {
  background: #06AA79;
  color: #ffffff;
  border: 1px solid var(--01040-f-26, #06AA79);
}

.box__arrow-slide {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.box__arrow-slide span {
  display: flex;
  width: 3.875rem;
  padding: 1.627rem 2.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 7.5rem;
  border: 1px solid var(--01-cccccc, #CCC);
  background: var(--01-efefef, #EFEFEF);
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.box__arrow-slide span svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  stroke: #040F26;
  transition: all 250ms ease-in-out;
}
.box__arrow-slide span:hover {
  border: 1px solid #06AA79;
}
.box__arrow-slide span:hover svg {
  stroke: #06AA79;
}
.box__arrow-slide .arrow__slide-r {
  transform: rotateY(180deg);
}

@media (min-width: 319px) and (max-width: 980px) {
  .button {
    display: flex;
    height: 3rem;
    padding: 1.3125rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.5rem */
    color: #ffffff;
    border-radius: 7.5rem;
    transition: all 450ms ease-in-out;
  }
  .button svg {
    stroke: #ffffff;
    transition: all 250ms ease-in-out;
  }
  .button:hover {
    transition: all 450ms ease-in-out;
  }
  .button:hover svg {
    transform: translate(10px, 0);
    transition: all 250ms ease-in-out;
  }
  .button__darkblue {
    background: #040F26;
  }
  .button__darkblue:hover {
    background: #06AA79;
  }
  .button__green {
    background: #06AA79;
  }
  .button__green:hover {
    background: #040F26;
  }
  .button__white {
    background: #ffffff;
    color: #040F26;
  }
  .button__white svg {
    stroke: #040F26;
  }
  .button__white:hover {
    background: #040F26;
    color: #ffffff;
  }
  .button__white:hover svg {
    stroke: #ffffff;
  }
  .button__mini {
    height: auto;
    display: flex;
    padding: 1.3125rem 2.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    color: #040F26;
    font-family: VelaSans;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.875rem */
    border-radius: 7.5rem;
  }
  .button__mini-whitebr {
    border: 1px solid var(--01040-f-26, #040F26);
  }
  .button:hover {
    transition: all 450ms ease-in-out;
  }
  .button:hover svg {
    transform: translate(10px, 0);
    transition: all 250ms ease-in-out;
  }
  .button:hover.button__mini-white {
    background: #040F26;
    color: #ffffff;
  }
  .button:hover.button__mini-whitebr {
    background: #06AA79;
    color: #ffffff;
    border: 1px solid var(--01040-f-26, #06AA79);
  }
}
/**
* Общие параметры, шаблоны(заготовки) и вспомогательные классы
*/
/** Базовые анимации: */
@keyframes show-header {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes fade-up-big {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/** Стили для полноэкранного блока: */
/*
* (i) Стили будут применяться ко
* всем классам содержащим *__container
* Например header__container, main__container и т.д.
*/
[class*=__container] {
  max-width: 115rem;
  padding: 0 0.15625rem;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #efefef;
  padding: 1.5rem 2.1rem 0 2rem;
  /** Поменять на clip - если используется в проекте position: sticky */
  overflow: clip;
}

.page {
  position: relative;
}
.page__container {
  flex: 1 1 auto;
  display: flex;
  height: 61.25rem;
  padding: 9.5rem 4rem 4rem 4rem;
  border-radius: 4rem;
  background: var(--01-ffffff, #FFF);
  flex-wrap: wrap;
  margin: auto;
}
.page [data-observ] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: transparent;
  pointer-events: none;
}
.page_start {
  padding-top: 6.25rem;
}

.header__logo svg {
  fill: #040F26;
}

.block__advantages {
  display: flex;
  flex: auto;
  width: 93rem;
  padding: 5rem 4rem;
  gap: 0.625rem;
  border-radius: 4rem;
  background: var(--01-ffffff, #FFF);
  margin: 10rem auto;
}
.block__advantages-left {
  width: 45%;
}
.block__advantages-left .approach {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 7.5rem;
  border: 2px solid #EFEFEF;
  background: rgba(239, 239, 239, 0.8);
  backdrop-filter: blur(2px);
  width: 17.5rem;
  height: 3.2rem;
  font-family: VelaSans;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  transform: rotateZ(-8deg);
  position: relative;
  left: 9.9rem;
  bottom: 0.6rem;
}
.block__advantages-right {
  width: 50%;
  padding-top: 1rem;
  padding-left: 0.2rem;
  max-width: 38rem;
}
.block__advantages-right p {
  padding-bottom: 1.5rem;
}
.block__advantages-right ul li {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
}
.block__advantages-right ul li:last-child {
  padding-bottom: 0;
}
.block__advantages-right ul li:before {
  content: "";
  background-image: url("../images/check.svg");
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}

.block__trust-section:nth-child(2n+1) .block__trust-section-left {
  order: 2;
}

.block__trust {
  margin: auto;
}
.block__trust .block__trust-h2Top {
  margin: 0 auto 4rem;
  padding-left: 15rem;
  line-height: 2.9rem;
  max-width: 115rem;
}
.block__trust-section {
  overflow: hidden;
  display: flex;
  width: 115rem;
  height: 48rem;
  align-items: flex-start;
  gap: 2rem;
  border-radius: 3rem;
  background: var(--White, #FFF);
  position: relative;
  margin: 0 auto 1.25rem;
}
.block__trust-section:hover .block__trust-section-left img {
  transform: scale(1.05); /* увеличиваем размер на 10% */
  transition: transform 0.5s;
}
.block__trust-section-left-top {
  position: absolute;
  top: 2.29rem;
  left: 2.29rem;
  display: flex;
  flex-wrap: nowrap;
  z-index: 1;
}
.block__trust-section-left-top span {
  border-radius: 40rem;
  border: 1px solid var(--01-ffffff, #FFF);
  margin-right: 0.75rem;
  box-sizing: border-box;
  padding: 0.3rem 0.66rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  font-family: VelaSans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  color: white;
}
.block__trust-section-left {
  position: relative;
  width: 64.0625rem;
  height: 48rem;
}
.block__trust-section-left-img {
  overflow: hidden;
  border-radius: 4rem;
}
.block__trust-section-left img {
  width: 64.0625rem;
  height: 48rem;
  transition: transform 0.5s;
  z-index: 0;
}
.block__trust-section-right {
  padding: 3.3rem 2.25rem 4rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  width: 115rem;
}
.block__trust-section-right h2 {
  line-height: 106%;
  margin-bottom: 1.5rem;
}
.block__trust-section-right p {
  font-size: 1.75rem;
  line-height: 2.75rem; /* 157.143% */
  letter-spacing: -0.035rem;
  max-width: 38rem;
}
.block__trust-section-right-delivery p {
  color: var(--01575757, #575757);
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  line-height: 150%; /* 1.875rem */
  font-family: VelaSans;
  font-weight: 400;
}
.block__trust-section-right-delivery ul {
  display: flex;
  height: 3rem;
}
.block__trust-section-right-delivery ul li {
  margin-right: 2.1rem;
  width: auto;
  display: flex;
  align-items: center;
}
.block__trust-section-right-delivery ul li img {
  width: auto;
}

.block__luck {
  display: flex;
  justify-content: center;
}
.block__luck p {
  color: var(--01-style, #06AA79);
  font-family: VelaSans;
  font-size: 5.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 88%;
  text-transform: uppercase;
  margin: 10rem auto;
  white-space: nowrap;
  text-align: center;
  overflow: inherit;
}

.block__thisSite {
  width: 85rem;
  margin: auto;
}
.block__thisSite-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.85rem;
}
.block__thisSite-top h2 {
  line-height: 129%;
}
.block__thisSite-top p {
  width: 34.6875rem;
  flex-shrink: 0;
  align-items: end;
  display: flex;
}
.block__thisSite-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
}
.block__thisSite-center-item {
  column-count: 3;
  display: flex;
  width: 35.9rem;
  height: 21.4rem;
  min-width: calc(50% - 2.5rem);
  padding: 3rem;
  flex-wrap: wrap;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 3rem;
  background: var(--01-ffffff, #FFF);
  align-content: flex-start;
}
.block__thisSite-center-item i {
  margin-bottom: 1rem;
}
.block__thisSite-center-item h3 {
  font-size: 2.25rem;
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  line-height: 97%; /* 3.1275rem */
  margin-bottom: 1.9rem;
}
.block__thisSite-center-item p {
  color: var(--01575757, #575757);
  font-family: VelaSans;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  margin-bottom: 0.55rem;
}

.block__assessment {
  display: flex;
  width: 85rem;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 7.5rem;
  background: var(--01-style, #06AA79);
  margin: 10rem auto 0;
}
.block__assessment button {
  padding: 1.0625rem 5rem;
}
.block__assessment p {
  width: 35.875rem;
  color: var(--01-ffffff, #FFF);
  font-family: VelaSans;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem; /* 157.143% */
  letter-spacing: -0.035rem;
}

.block__difference {
  display: flex;
  width: 93rem;
  padding: 5rem 4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  border-radius: 4rem;
  border: 1px solid var(--design-grey, #D9DBD6);
  background: var(--01040-f-26, #040F26);
  background-image: url("../assets/images/section/car_bg.svg");
  background-position: 0 5rem;
  margin: auto;
  background-size: 93rem;
  background-repeat: no-repeat;
}
.block__difference .img__car {
  width: 75.5625rem;
  height: 25.887rem;
}
.block__difference .img__car img {
  width: 75.5625rem;
}
.block__difference h2 {
  color: white;
  position: relative;
}
.block__difference h2 span {
  display: inline-flex;
  transform: rotate(-5.875deg);
  padding: 0.75rem 1.25rem;
  align-items: flex-start;
  gap: 0.625rem;
  border-radius: 7.5rem;
  border: 2px solid #06AA79;
  background: rgba(6, 170, 121, 0.8);
  backdrop-filter: blur(2px);
  color: var(--01-ffffff, #FFF);
  font-family: VelaSans;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 125% */
  position: absolute;
  left: 27rem;
  top: 6.6rem;
}
.block__difference div {
  margin: auto;
}
.block__difference p {
  color: var(--01-efefef, #EFEFEF);
  leading-trim: both;
  text-edge: cap;
  font-family: VelaSans;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 106%; /* 4.24rem */
  margin-top: -2rem;
  width: 79.6875rem;
}
.block__difference p span {
  border-radius: 7.5rem;
  background: var(--01-style, #06AA79);
  display: inline-flex;
  height: 4.25rem;
  padding: 0.5625rem 1.5rem 1.1875rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}

.block__job {
  margin: 9.3rem auto;
}
.block__job .block__thisSite-top {
  margin-bottom: 4.7rem;
}
.block__job .block__thisSite-top h2 {
  max-width: 27.5rem;
  line-height: 104%;
}
.block__job .block__thisSite-top p {
  padding-top: 0.8rem;
  align-items: normal;
}
.block__job .block__thisSite-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
}
.block__job .block__thisSite-center-item {
  column-count: 3;
  display: flex;
  width: 35.9rem;
  height: 18rem;
  min-width: calc(33% - 1.25rem);
  padding: 3rem 2.5rem;
  flex-wrap: wrap;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 3rem;
  background: var(--01-ffffff, #FFF);
  align-content: flex-start;
}
.block__job .block__thisSite-center-item i {
  margin-bottom: 1rem;
}
.block__job .block__thisSite-center-item i svg {
  width: 5rem;
  height: 5rem;
}
.block__job .block__thisSite-center-item h3 {
  display: block;
  width: 100%;
  font-family: VelaSans;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem; /* 157.143% */
  letter-spacing: -0.035rem;
}
.block__job .block__thisSite-center-item p {
  color: var(--01575757, #575757);
  font-family: VelaSans;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  margin-bottom: 0.55rem;
}

.block__projectTeam {
  max-width: 85rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.block__projectTeam-left {
  width: 34.7rem;
}
.block__projectTeam-left div {
  position: sticky;
  top: 7rem;
}
.block__projectTeam-left h2 {
  margin-bottom: 1.7rem;
}
.block__projectTeam-left p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
}
.block__projectTeam-right {
  width: 41.8rem;
}
.block__projectTeam-right li {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  padding: 2.8rem 0 2.15rem;
  border-bottom: 1px solid var(--01-cccccc, #CCC);
  background: var(--01-efefef, #EFEFEF);
}
.block__projectTeam-right li:first-child {
  padding-top: 1.75rem;
  padding-bottom: 3rem;
}
.block__projectTeam-right li:last-child {
  border: none;
}
.block__projectTeam-right h3 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 139%; /* 3.1275rem */
  width: 20.25rem;
  position: relative;
  padding-left: 4.25rem;
  box-sizing: content-box;
}
.block__projectTeam-right h3 i {
  position: absolute;
  left: 0;
  width: 3rem;
  height: 3rem;
}
.block__projectTeam-right h3 i img {
  width: 3rem;
  height: 3rem;
}
.block__projectTeam-right span {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  width: 15.75rem;
  padding-top: 0.5rem;
}

.block__assessment-white {
  background: var(--01-ffffff, #FFF);
}
.block__assessment-white p {
  color: #040F26;
}

.block__update {
  display: flex;
  padding: 10rem 0;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.5rem;
  align-items: center;
  align-self: stretch;
  border-radius: 4rem;
  background: radial-gradient(109.14% 84.42% at 44.43% 76.51%, #06AA79 0%, #07C58C 100%);
  margin: 12.6rem auto 0;
  max-width: 115rem;
}
.block__update h3 {
  color: var(--01-ffffff, #FFF);
  font-size: 7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 7.5rem; /* 107.143% */
  letter-spacing: -0.14rem;
}
.block__update p {
  color: var(--01-ffffff, #FFF);
  text-align: center;
  font-family: VelaSans;
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 106%; /* 4.24rem */
  max-width: 77.12rem;
  opacity: 0.9;
  margin-bottom: 1.3rem;
}
.block__update p span {
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 106%;
}

.marquee {
  animation: scroll 200s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-45% - 20px));
  }
}
.popup__cocki {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  width: 24rem;
  padding: 3rem 2.25rem 2.25rem 2.25rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.5rem;
  border-radius: 3rem;
  background: var(--01-style, #06AA79);
  box-shadow: 0 12px 40px -10px rgba(4, 15, 38, 0.15);
  z-index: 999;
  margin-right: -26rem;
  transition: margin-right 500ms;
}
.popup__cocki p {
  color: var(--01-ffffff, #FFF);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  margin-bottom: 1.5rem;
}
.popup__cocki .close {
  position: absolute;
  right: -0.75rem;
  top: -1.5rem;
}
.popup__cocki #close-button {
  display: flex;
  padding: 1.3125rem 2.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 7.5rem;
  background: var(--01-ffffff, #FFF);
  color: var(--01040-f-26, #040F26);
  /* desktop/body */
  font-family: VelaSans;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
}
.popup__cocki #close-button:hover {
  background: var(--01040-f-26, #040F26);
  color: var(--01-ffffff, #FFF);
}

.popup__cocki-content {
  position: relative;
}

.close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.form, .form__newcheck {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(4, 15, 38, 0.8);
  justify-content: center;
  align-items: start;
  z-index: 1000;
}
.form .form_clos, .form__newcheck .form_clos {
  position: absolute;
  width: 100%;
  height: 100%;
}
.form .form_block, .form__newcheck .form_block {
  display: flex;
  position: relative;
  width: 85rem;
  padding: 5rem 5rem 5rem 4rem;
  justify-content: space-between;
  align-items: flex-start;
  background: white;
  border-radius: 4rem;
}
.form .form_block .form_left, .form__newcheck .form_block .form_left {
  width: 32.125rem;
}
.form .form_block .form_left p, .form__newcheck .form_block .form_left p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  margin-top: 1.5rem;
}
.form .form_block .form_right, .form__newcheck .form_block .form_right {
  width: 39.125rem;
}
.form .form_block .form_right form, .form__newcheck .form_block .form_right form {
  display: flex;
  flex-direction: column;
}
.form .form_block .form_right form label, .form__newcheck .form_block .form_right form label {
  color: var(--01575757, #575757);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 187.5% */
}
.form .form_block .form_right form .form_input, .form__newcheck .form_block .form_right form .form_input {
  display: flex;
  height: 5rem;
  padding: 1.0625rem 2.25rem;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  border-radius: 1rem;
  border: 1px solid var(--01-cccccc, #CCC);
  background: var(--01-ffffff, #FFF);
  margin-bottom: 1.25rem;
}
.form .form_block .form_right form .form_input::placeholder, .form__newcheck .form_block .form_right form .form_input::placeholder {
  color: var(--01-cccccc, #CCC);
}
.form .form_block .form_right form button, .form__newcheck .form_block .form_right form button {
  max-width: 29rem;
  white-space: nowrap;
}
.form .form_block .form_right form .form_check, .form__newcheck .form_block .form_right form .form_check {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 3rem;
}
.form .form_block .form_right form .form_check label, .form__newcheck .form_block .form_right form .form_check label {
  color: var(--01040-f-26, #040F26);
  font-size: 1.25rem;
}
.form .form_block .form_right form .form_check input, .form__newcheck .form_block .form_right form .form_check input {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid var(--01-cccccc, #CCC);
  background: var(--01-ffffff, #FFF);
}
.form .form_block .closed_form, .form__newcheck .form_block .closed_form {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

.finish_form-block {
  display: none;
}

.finish_form .finish_form-block {
  display: flex;
}
.finish_form .form_right, .finish_form .form_left {
  display: none;
}
.finish_form p {
  color: var(--01575757, #575757);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem; /* 157.143% */
  letter-spacing: -0.035rem;
  margin-top: 2.25rem;
  margin-bottom: 4rem;
}

.active_form {
  overflow: hidden;
}

.active_form .form {
  display: flex;
  overflow: auto;
}

.block__action {
  border-radius: 3rem;
  background: var(--01040-f-26, #040F26);
  padding: 5rem;
  margin: 10rem auto 0;
  width: 85rem;
  color: white;
}
.block__action .boolnewyear {
  display: none;
}
.block__action .block__action-top {
  display: flex;
  justify-content: space-between;
}
.block__action .block__action-top h2 {
  line-height: 70%;
  margin-bottom: 2.4rem;
}
.block__action .block__action-center {
  margin: 4rem auto;
  display: flex;
  align-items: flex-end;
  gap: 1.25rem;
}
.block__action .block__action-center div {
  color: var(--01040-f-26, #040F26);
  display: flex;
  padding: 2.5rem 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 3rem;
  background: var(--01-ffffff, #FFF);
  height: 22.873rem;
  width: 17.81rem;
}
.block__action .block__action-center div span {
  text-align: center;
}
.block__action .block__action-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block__action .block__action-bottom span {
  color: var(--01-efefef, #EFEFEF);
  font-size: 1rem;
  align-items: center;
  display: flex;
  gap: 1rem;
}
.block__action .block__action-bottom .button {
  padding: 1.0625rem 6.88rem;
}
.block__action .block__action-bottom .button.button__green:hover {
  background: white;
  color: #040F26;
}
.block__action .block__action-bottom .button.button__green:hover svg {
  stroke: #040F26;
}

.block__action-newyear {
  position: relative;
}
.block__action-newyear .block__action-top {
  display: flex;
  flex-direction: column;
  justify-content: inherit;
}
.block__action-newyear .block__action-top h2 {
  line-height: 70%;
  margin-bottom: 2.4rem;
}
.block__action-newyear .boolnewyear {
  display: flex;
  height: 15.25rem;
  width: 41.875rem;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/assets/images/section/boolnewyear.svg");
  background-size: cover;
}

.form__newcheck {
  display: flex;
  background: white;
  overflow: auto;
  position: relative;
}
.form__newcheck .back_a {
  justify-content: center;
  align-items: center;
  display: flex;
  color: var(--01040-f-26, #040F26);
  margin-bottom: 2.7rem;
}
.form__newcheck .back_a svg {
  margin-right: 0.5rem;
}
.form__newcheck form {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.form__newcheck form .radio-wrapper-l {
  width: 59%;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
}
.form__newcheck form .radio-wrapper-l label {
  position: relative;
  display: block;
  width: 19.84rem; /* Задайте ширину и высоту в соответствии с вашими изображениями */
  height: 17.68rem;
  cursor: pointer;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 2rem;
  border: 2px solid var(--01-efefef, #EFEFEF);
}
.form__newcheck form .radio-wrapper-l input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form__newcheck form .radio-wrapper-l img {
  object-fit: contain;
  position: absolute;
  top: 1.3rem;
  z-index: 1;
  max-height: 11.94rem;
}
.form__newcheck form .radio-wrapper-l .radio-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.form__newcheck form .radio-wrapper-l .radio-container span {
  z-index: 1;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 1.3rem;
  font-size: 1.25rem;
}
.form__newcheck form .radio-wrapper-l .radio-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  background: var(--01-efefef, #EFEFEF);
  z-index: 0;
}
.form__newcheck form .radio-wrapper-l .highlighted {
  border-radius: 1.5rem;
  border: 2px solid var(--01-Style, #06AA79);
  z-index: 1;
  position: relative;
}
.form__newcheck form .radio-wrapper-r {
  width: 50%;
}
.form__newcheck .form_block {
  flex-direction: column;
  justify-content: center;
  padding: 2.6rem 0.7rem 5rem 0.7rem;
}
.form__newcheck .form_block .form_right {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.form__newcheck .form_block .form_right form {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: inherit;
}
.form__newcheck .form_block .form_right form .form_input {
  display: flex;
  width: 100%;
  height: 5rem;
  padding: 1.0625rem 2.25rem;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  border-radius: 1rem;
  border: 1px solid var(--01-cccccc, #CCC);
  background: var(--01-ffffff, #FFF);
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.form__newcheck .form_block .form_right form .form_check {
  margin-bottom: 3rem;
}
.form__newcheck .form_block .form_top {
  margin-bottom: 4rem;
}
.form__newcheck .form_block .form_top p {
  margin-top: 1.7rem;
}
.form__newcheck .finish_form-block {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: auto;
  margin-top: 15rem;
  max-width: 49.25rem;
}

.form__newcheck.finish_form .form_top, .form__newcheck.finish_form .form_right {
  display: none;
}

#jGrowl {
  display: none !important;
}

/**
* БЕМ блоки используемые во всё проекте
*/
/**
* Подключение стилей отдельных блоков и секций
*/
.header {
  transition: background-color var(--bs-transition);
  z-index: 50;
  position: absolute;
  top: 2.85rem;
  width: 115rem;
}
.header::before {
  display: block;
  content: "";
  position: absolute;
  left: 4rem;
  right: 4rem;
  bottom: 0;
  height: 1px;
  background: #EFEFEF;
}
.header.header_fixed {
  position: fixed;
  top: 0;
}
.header.header_fixed .header__container {
  background: white;
  border-radius: 0 0 3rem 3rem;
}
.header__logo svg {
  width: 5.625rem;
}
.header-is-sticky .header {
  position: fixed;
  background-color: #007aff;
}
.header__container {
  margin: auto;
  height: 6.25rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.75rem 4rem;
  justify-content: space-between;
}
.header-is-sticky .header__container {
  height: 3.125rem;
}
.header__container .burger-menu-button {
  display: none;
}
.header nav {
  position: relative;
  bottom: 0.2rem;
}
.header nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
}
.header nav ul .button__mini-whitebr svg {
  display: none;
}
.header nav a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: VelaSans;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  color: #040F26;
  transition: all 250ms ease-in-out;
}
.header nav a svg {
  margin-right: 0.5rem;
  fill: #040F26;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 250ms ease-in-out;
}
.header nav a:hover {
  color: #06AA79;
  transition: all 250ms ease-in-out;
}
.header nav a:hover svg {
  fill: #06AA79;
  transition: all 250ms ease-in-out;
}
.header__tagline {
  padding-bottom: 8.37rem;
  width: 98rem;
  height: 31.85rem;
}
.header__tagline p {
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  display: inline;
  white-space: pre-line;
}
.header__tagline p .tagline-text2 {
  white-space: pre-line;
  color: #06AA79;
}
.header__tagline-buttom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}
.header__tagline-buttom p {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 3rem */
  max-width: 38.6rem;
  margin-bottom: 0.8rem;
}
.header__tagline-buttom .button {
  width: 42rem;
}

.test {
  position: relative;
  height: 31.85rem;
}

.cursor {
  position: relative;
  left: 1rem;
  display: inline-block;
  height: 0.7em;
  width: 0.1em;
  background-color: #040F26;
  animation: blink-caret 0.75s infinite;
}

.cursor2 {
  position: relative;
  left: 1rem;
  display: none;
  height: 0.7em;
  width: 0.1em;
  background-color: #06AA79;
  animation: blink-caret 0.75s infinite;
}

@keyframes blink-caret {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/*
.icon-menu {
  display: none;

  @include media-mx(768) {
    display: block;
    position: relative;
    width: rem(30);
    height: rem(18);
    cursor: pointer;
    z-index: 5;

    span,
    &::before,
    &::after {
      content: "";
      transition: all 300ms ease 0ms;
      right: 0;
      position: absolute;
      width: 100%;
      height: rem(2);
      background-color: #000;
    }

    &::before {
      top: 0;
    }

    &::after {
      bottom: 0;
    }

    span {
      top: calc(50% - rem(1));
    }

    .menu-open & {
      span {
        width: 0;
      }

      &::before {
        top: calc(50% - rem(1));
        transform: rotate(-45deg);
      }

      &::after {
        bottom: calc(50% - rem(1));
        transform: rotate(45deg);
      }
    }
  }
}
*/
.popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  /** Установить свои значения */
  padding: 1.875rem 0.625rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  transition: opacity 0.4s ease-in-out;
}
.popup.is-open {
  opacity: 1;
  pointer-events: auto;
}
.popup.is-open .popup__content {
  transform: translateY(0);
  opacity: 1;
}
.popup__wrapper {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.popup__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  /** Установить свои значения */
  padding: 1.875rem 3.125rem;
  max-width: 43.125rem;
  background-color: #fff;
  transform: translateY(-12.5rem);
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.popup__close {
  position: absolute;
  /** Установить свои значения */
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #000;
  border-radius: 0.5rem;
}

.checkboxes {
  display: flex;
  gap: 10px;
  align-items: center;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
  text-wrap: nowrap;
}
.checkbox__input {
  appearance: none;
  position: absolute;
  /* Checked */
  /* Focused */
  /* Disabled */
}
.checkbox__input:checked + .checkbox__box {
  background-color: #ff4040;
  border-color: #fff;
}
.checkbox__input:focus + .checkbox__box {
  box-shadow: 0 0 0 2px blue;
}
.checkbox__box {
  height: 20px;
  flex: 0 0 20px;
  border-radius: 3px;
  border: 2px solid #1a8c80;
}

.tabs {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.tabs__nav {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.tabs__trigger {
  padding: 0.625rem;
  transition: 0.2s ease-in-out;
}
.tabs__trigger.active {
  background-color: #ff4040;
  color: #fff;
}
.tabs__panel {
  animation: fade-up-big 0.4s forwards;
  display: none;
}
.tabs__panel.active {
  display: block;
}

.accordion {
  /** Установить свои значения */
}
.accordion__item {
  /** Установить свои значения */
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: 0.3s ease-in-out;
}
.accordion__item:not(:first-of-type) {
  border-top: 0;
}
.accordion__item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion__item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion__item.open .accordion__header {
  /** Установить свои значения */
  background-color: #e7f1ff;
  color: #ff4040;
}
.accordion__item.open .accordion__header:after {
  transform: rotate(0deg);
}
.accordion__item.open .accordion__content {
  height: max-content;
  /** Установить свои значения */
  padding: 2.25rem 0.5rem;
}
.accordion__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  /** Установить свои значения */
  padding: 0.5rem;
  transition: background 0.3s ease-in-out;
}
.accordion__header:hover {
  background: rgba(255, 255, 255, 0.02);
}
.accordion__header:active {
  background: rgba(255, 255, 255, 0.05);
}
.accordion__header::after {
  content: "";
  position: static;
  transform: rotate(180deg);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.6s ease-in-out;
}
.accordion__content {
  height: 0;
  overflow: hidden;
  /** Установить свои значения */
  padding: 0 0.5rem;
  transition: all 0.3s ease-in-out;
}

.footer {
  display: flex;
  width: 100%;
  padding: 2.8125rem 3rem;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 31.875em) {
  .footer__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__container nav {
  position: relative;
  bottom: 0.2rem;
}
.footer__container nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
}
.footer__container nav a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: VelaSans;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  color: #040F26;
}
.footer__container nav a svg {
  margin-right: 0.5rem;
  fill: #040F26;
  width: 1.5rem;
  height: 1.5rem;
}

.slider-container {
  position: relative;
  width: 85rem; /* Размер контейнера в rem */
  margin: 9.7rem auto 0;
}
.slider-container-top {
  position: relative;
  margin-bottom: 4rem;
}
.slider-container-top .box__arrow-slide {
  position: absolute;
  top: 0;
  right: 0;
}
.slider-container-top .box__arrow-slide span {
  padding: 1.25rem 1.25rem;
}

.slider {
  display: flex;
  transition: transform 0.5s;
  gap: 1.25rem;
}

.slide {
  flex: 0 0 41.875rem; /* Размер слайда в rem */
  display: flex;
  font-size: 2rem;
  padding: 5rem 3rem 4rem 3rem;
  align-items: flex-start;
  gap: 2.25rem;
  box-sizing: border-box;
  border-radius: 3rem;
  background: var(--01-ffffff, #FFF);
  flex-direction: column;
  justify-content: space-between;
}
.slide div {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.slide p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  width: 33.75rem;
}
.slide a {
  color: var(--01-style, #06AA79);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 1.875rem */
  align-items: center;
  display: flex;
  gap: 1rem;
}
.slide a i {
  width: 2rem;
  height: 2rem;
}
.slide .logo__part {
  height: 4.6875rem;
  display: flex;
  align-content: center;
  align-items: center;
}
.slide .logo__part img {
  height: 100%;
}

@media (max-width: 980px) {
  .wrapper {
    padding: 0.375rem;
  }
  .active__menu {
    overflow: hidden;
  }
  .active__menu .header__logo {
    z-index: 1001;
  }
  .active__menu .header__logo svg {
    fill: white;
  }
  .active__menu .header .header__menu {
    display: flex;
  }
  .page__container {
    border-radius: 1.25rem;
    padding: 5.5rem 1rem 2rem 1rem;
    height: auto;
  }
  .header__logo svg {
    width: 2.85rem;
  }
  .header {
    top: 0.6rem;
    width: 100%;
    left: 0;
  }
  .header .header__container {
    margin: 0 0.38rem;
  }
  .header .header__menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 1.4rem 2.4rem 1.4rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    background: #040F26;
    z-index: 1000;
    min-height: 360px;
  }
  .header .header__menu a {
    color: white;
  }
  .header .header__menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 4.3rem;
    gap: 0;
    border-top: solid 0.0625rem #575757;
    height: 100%;
  }
  .header .header__menu ul li {
    margin-top: 1.5rem;
  }
  .header .header__menu ul li a {
    font-size: 0.875rem;
  }
  .header .header__menu ul li a svg {
    fill: white;
  }
  .header .header__menu ul li:last-child {
    margin-top: auto;
    width: 100%;
  }
  .header .header__menu ul li .button__mini-whitebr {
    padding: 1.3125rem 2rem;
    font-size: 1rem;
    height: 3rem;
    width: 100%;
    margin: 1rem auto;
  }
  .header .header__menu ul li .button__mini-whitebr svg {
    width: 1rem;
  }
  .header__container {
    height: 4rem;
    padding: 1.25rem 1.4rem;
  }
  .header__tagline {
    padding-bottom: 1.4rem;
    min-height: 16.1rem;
    height: auto;
  }
  .header__tagline p {
    font-size: 2.75rem;
  }
  .header__tagline-buttom {
    flex-direction: column;
  }
  .header__tagline-buttom p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .header__tagline-buttom .button {
    width: 100%;
  }
  .header__tagline-buttom .button svg {
    width: 1rem;
    height: 1rem;
  }
  .block__advantages {
    padding: 2rem 1rem;
    gap: 0.3rem;
    border-radius: 1.25rem;
    margin: 4rem auto 3.6rem;
    width: 100%;
    flex-direction: column;
  }
  .block__advantages-left {
    width: 100%;
    margin-top: 0.4rem;
  }
  .block__advantages-left .approach {
    padding: 0.4375rem 1rem 0.5rem 1rem;
    gap: 0.375rem;
    backdrop-filter: blur(2px);
    width: 10.5rem;
    height: 1.31rem;
    font-size: 0.875rem;
    left: 2.81rem;
    bottom: 1.12rem;
    box-sizing: content-box;
    white-space: nowrap;
  }
  .block__advantages-left .approach svg {
    height: 1.25rem;
    width: 1.25rem;
  }
  .block__advantages-right {
    width: 100%;
    padding-top: 0.3rem;
    padding-left: 0;
    max-width: 38rem;
  }
  .block__advantages-right p {
    font-size: 0.875rem;
    line-height: 150%;
    padding-bottom: 1rem;
  }
  .block__advantages-right ul li {
    position: relative;
    padding-left: 2rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 150%;
  }
  .block__trust .block__trust-h2Top {
    margin: 0 auto 1.7rem;
    padding-left: 1rem;
    line-height: 106%;
    max-width: 115rem;
  }
  .block__trust-section {
    width: 100%;
    flex-direction: column;
    border-radius: 1.25rem;
    gap: 0;
    height: auto;
    margin: 0 auto 0.25rem;
  }
  .block__trust-section-left {
    position: relative;
    width: 100%;
    height: auto;
  }
  .block__trust-section-left img {
    width: 100%;
    height: auto;
  }
  .block__trust-section-right {
    width: 100%;
    height: auto;
    padding: 1.6rem 1rem;
    gap: 0.5rem;
  }
  .block__trust-section-right div {
    width: 100%;
  }
  .block__trust-section-right h2 {
    margin-bottom: 1.2rem;
  }
  .block__trust-section-right p {
    font-size: 1rem;
    width: 17.25rem;
    line-height: 150%;
    margin-bottom: 1rem;
  }
  .block__trust-section-right-delivery {
    font-size: 0.875rem;
  }
  .block__trust-section-left-top {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
  }
  .block__trust-section-left-top span {
    font-size: 0.75rem;
    margin-right: 0.25rem;
    padding: 0.25rem 0.625rem;
    line-height: 116%;
  }
  .block__trust-section-right-delivery ul li {
    margin-right: 0.5rem;
  }
  .block__trust-section:nth-child(2n+1) .block__trust-section-left {
    order: 0;
  }
  .block__luck p {
    margin: 4rem auto 3.3rem;
    font-size: 2rem;
    line-height: 93%;
  }
  .block__thisSite {
    width: 100%;
    margin: auto;
    margin-bottom: 3.5rem;
  }
  .block__thisSite-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.95rem;
    padding-left: 1rem;
    flex-direction: column;
    width: 100%;
  }
  .block__thisSite-top p {
    font-size: 0.875rem;
    margin-top: 1rem;
    width: 100%;
    line-height: 150%; /* 1.3125rem */
  }
  .block__thisSite-center {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.25rem;
  }
  .block__thisSite-center-item {
    padding: 2rem 1rem 1.3rem;
    gap: 0;
    align-self: stretch;
    border-radius: 1.25rem;
    column-count: 3;
    width: 100%;
    height: auto;
    min-width: 100%;
  }
  .block__thisSite-center-item {
    flex-direction: unset;
  }
  .block__thisSite-center-item svg {
    width: 1.51506rem;
    height: 1.3125rem;
  }
  .block__thisSite-center-item h3 {
    font-size: 1.25rem;
    flex: 1;
    line-height: 139%; /* 1.7375rem */
    margin-left: 0.7rem;
    margin-bottom: 1rem;
  }
  .block__thisSite-center-item p {
    flex: 1;
    order: 1; /* изменяем порядок элемента на 1 */
    flex-basis: 100%; /* занимаем все доступное пространство */
    font-size: 0.875rem;
    line-height: 150%;
  }
  .block__assessment {
    padding: 2rem 1rem;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 1.5rem;
    width: 100%;
    justify-content: space-between;
  }
  .block__assessment p {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.035rem;
  }
  .block__assessment button {
    padding: 1.3125rem 2rem;
    width: 100%;
  }
  .block__assessment button svg {
    width: 1rem;
  }
  .block__difference {
    margin-top: 4rem;
    display: flex;
    width: 100%;
    padding: 1.6rem 0.3rem 3rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    border-radius: 1.25rem;
    border: 1px solid var(--design-grey, #D9DBD6);
    background: var(--01040-f-26, #040F26);
    background-image: url("../assets/images/section/car_bg_mob.svg");
    background-position: 0 3rem;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .block__difference h2 {
    font-size: 1.5rem;
  }
  .block__difference h2 span {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    left: 3.5rem;
    top: 5.1rem;
    white-space: nowrap;
  }
  .block__difference .img__car {
    position: relative;
    margin: auto;
    height: 18.3rem;
  }
  .block__difference .img__car img {
    height: 18.3rem;
    width: auto;
  }
  .block__difference p {
    font-size: 1.5rem;
    width: 100%;
  }
  .block__difference p span {
    height: 1.06rem;
    padding: 0.375rem 0.375rem 0.5rem 0.375rem;
    gap: 0.625rem;
    box-sizing: content-box;
  }
  .block__assessment {
    margin: 4rem auto 3.6rem;
  }
  .block__job .block__thisSite-top {
    padding-right: 1rem;
    margin-bottom: 2.1rem;
  }
  .block__job .block__thisSite-top p {
    padding-top: 0;
    align-items: normal;
  }
  .block__job .block__thisSite-center {
    gap: 0.25rem;
  }
  .block__job .block__thisSite-center-item {
    column-count: 3;
    display: flex;
    width: 100%;
    height: 5.5rem;
    min-width: calc(33% - 1.25rem);
    padding: 0.75rem 1.25rem 0.75rem 0.75rem;
    flex-wrap: wrap;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 3rem;
    background: var(--01-ffffff, #FFF);
    align-content: flex-start;
  }
  .block__job .block__thisSite-center-item i svg {
    width: 4rem;
    height: 4rem;
  }
  .block__job .block__thisSite-center-item h3 {
    font-size: 0.875rem;
    line-height: 150%; /* 1.3125rem */
    display: flex;
    margin: 0 0 0 1rem;
    padding-top: 0.6rem;
  }
  .block__projectTeam {
    padding: 0rem 1rem;
    display: flex;
    flex-direction: column;
  }
  .block__projectTeam .block__projectTeam-left {
    width: 100%;
  }
  .block__projectTeam .block__projectTeam-left h2 {
    margin-bottom: 1.2rem;
  }
  .block__projectTeam .block__projectTeam-left p {
    font-size: 0.875rem;
  }
  .block__projectTeam .block__projectTeam-right h3 {
    font-size: 1.25rem;
    width: auto;
    padding-left: 3.75rem;
  }
  .block__projectTeam .block__projectTeam-right {
    width: 100%;
  }
  .block__projectTeam .block__projectTeam-right li {
    gap: 0.5rem;
    padding: 1.6rem 0 0;
    flex-direction: column;
  }
  .block__projectTeam .block__projectTeam-right li span {
    padding-left: 3.75rem;
    font-size: 0.875rem;
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
  .block__projectTeam .block__projectTeam-right li:first-child {
    padding-top: 2.1rem;
    padding-bottom: 0;
  }
  .slider-container-top {
    margin-bottom: 1.7rem;
    position: initial;
  }
  .slider-container-top h2 {
    margin-left: 0.4rem;
  }
  .slider-container {
    position: relative;
    width: 100%;
    margin: auto;
    padding-bottom: 4rem;
  }
  .slider-container .box__arrow-slide {
    position: absolute;
    bottom: 0;
    left: inherit;
    right: inherit;
    top: inherit;
    z-index: 1;
    height: 3rem;
    justify-content: center;
    width: 100%;
  }
  .slider .slide {
    flex: 0 0 19.25rem;
    display: flex;
    font-size: 0.875rem;
    padding: 2rem 1rem;
    align-items: flex-start;
    gap: 1rem;
    border-radius: 1.25rem;
    background: var(--01-ffffff, #FFF);
    flex-direction: column;
    max-width: 100%;
    position: relative;
  }
  .slider .slide p {
    font-size: 0.875rem;
    width: 100%;
  }
  .slider .slide a {
    color: var(--01-style, #06AA79);
    font-size: 0.875rem;
  }
  .slider .slide img {
    width: 7.5rem;
    margin-top: 1.42rem;
  }
  .block__update {
    display: flex;
    padding: 4.7rem 1rem;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.2rem;
    align-items: center;
    align-self: stretch;
    border-radius: 1.25rem;
    background: radial-gradient(109.14% 84.42% at 44.43% 76.51%, #06AA79 0%, #07C58C 100%);
    max-width: 100%;
    margin-top: 4rem;
  }
  .block__update h3 {
    font-size: 2rem;
    width: 100%;
    line-height: 2.12rem;
    padding: 0 1rem;
    text-align: center;
    letter-spacing: 0.02rem;
  }
  .block__update p {
    width: 100%;
    font-size: 1rem;
    padding: 0 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.02rem;
    margin-bottom: 0.8rem;
  }
  .block__update p span {
    font-size: 1rem;
  }
  .block__update .button {
    width: 100%;
  }
  .block__update .button svg {
    width: 1rem;
  }
  .popup__cocki {
    max-width: 308px;
    width: 100%;
    padding: 48px 16px 32px 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    bottom: 0.38rem;
    right: 0.38rem;
    border-radius: 24px;
    font-size: 100%;
  }
  .popup__cocki p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .popup__cocki span {
    width: 24px;
    height: 24px;
    display: flex;
  }
  .popup__cocki .close {
    position: absolute;
    right: 0;
    top: -20px;
  }
  .popup__cocki svg {
    width: 24px;
    height: 24px;
  }
  .popup__cocki #close-button {
    gap: 24px;
    height: 48px;
    padding: 21px 32px;
    font-size: 16px;
    width: 100%;
  }
  .footer {
    width: 100%;
    padding: 1.5rem 1rem 0 1rem;
    gap: 1.5rem;
    position: relative;
  }
  .footer__container nav a {
    font-size: 0.875rem;
    color: var(--01575757, #575757);
  }
  .footer__container nav a svg {
    width: 1.5rem;
    fill: #575757;
    margin: 0;
  }
  .footer__container nav a span {
    display: none;
  }
  .footer__container nav .menu__list {
    flex-wrap: wrap;
    gap: 0;
    padding-top: 0.2rem;
  }
  .footer__container nav .menu__list li {
    font-size: 0.875rem;
    color: var(--01575757, #575757);
    flex: 1 0 calc(15% - 1.5rem);
  }
  .footer__container nav .menu__list li:first-child {
    order: 2;
    font-size: 0.5625rem;
    text-align: center;
    flex-basis: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .footer__container nav .menu__list li:nth-child(2) {
    flex: 1 0 calc(76% - 1.5rem);
  }
  .footer__container .header__logo {
    position: absolute;
    top: 1.5rem;
    left: 1rem;
    height: 1.5rem;
    z-index: 2;
  }
  .footer__container .header__logo svg {
    height: 1.5rem;
    opacity: 0.6;
  }
  .block__trust-section-right-delivery ul {
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    height: auto;
  }
  .block__trust-section-right-delivery.flags ul {
    gap: 0.5rem;
  }
  .block__trust-section-right-delivery.flags ul li {
    margin: 0;
  }
  .block__trust-section-right-delivery.flags ul li img {
    width: inherit;
  }
  .header__container .burger-menu-button {
    display: block;
  }
  .box__arrow-slide span {
    display: flex;
    width: 3rem;
    height: 3rem;
  }
  .box__arrow-slide span svg {
    width: 1rem;
  }
  .header__tagline p {
    line-height: 103%;
  }
  .form {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(4, 15, 38, 0.8);
    justify-content: start;
    align-items: start;
    z-index: 1000;
    overflow: auto;
  }
  .form .form_clos {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .form .form_block {
    display: flex;
    position: relative;
    width: 100%;
    padding: 4rem 1rem 2rem 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: white;
    border-radius: 0;
  }
  .form .form_block .form_left {
    width: 100%;
  }
  .form .form_block .form_left p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.875rem */
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
  .form .form_block .form_right {
    width: 100%;
  }
  .form .form_block .form_right form {
    display: flex;
    flex-direction: column;
  }
  .form .form_block .form_right form label {
    color: var(--01575757, #575757);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875rem; /* 187.5% */
  }
  .form .form_block .form_right form .form_input {
    display: flex;
    height: 3rem;
    padding: 1.0625rem 2.25rem;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
    border-radius: 1rem;
    border: 1px solid var(--01-cccccc, #CCC);
    background: var(--01-ffffff, #FFF);
    margin-bottom: 1.25rem;
    font-size: 0.7rem;
  }
  .form .form_block .form_right form button {
    max-width: 100%;
    white-space: nowrap;
  }
  .form .form_block .form_right form .form_check {
    display: flex;
    gap: 0.75rem;
    align-items: start;
    margin-bottom: 3rem;
  }
  .form .form_block .form_right form .form_check label {
    color: var(--01040-f-26, #040F26);
    font-size: 0.875rem;
  }
  .form .form_block .form_right form .form_check input {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.25rem;
    gap: 0.5rem;
    margin-top: 0.4rem;
    border-radius: 0.25rem;
    border: 1px solid var(--01-cccccc, #CCC);
    background: var(--01-ffffff, #FFF);
  }
  .form .form_block .closed_form {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
  }
}
.burger-menu-button {
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.active__menu .burger-menu-bar {
  background-color: white;
}

.finish_form-block {
  display: none;
}

.finish_form .finish_form-block {
  display: flex;
  flex-direction: column;
}
.finish_form .form_right, .finish_form .form_left {
  display: none;
}
.finish_form p {
  color: var(--01575757, #575757);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem; /* 157.143% */
  letter-spacing: -0.035rem;
  margin-top: 2.25rem;
  margin-bottom: 4rem;
}
.finish_form .form {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(4, 15, 38, 0.8);
  justify-content: start;
  align-items: start;
  z-index: 1000;
  overflow: auto;
}
.finish_form .form .form_clos {
  position: absolute;
  width: 100%;
  height: 100%;
}
.finish_form .form .form_block {
  display: flex;
  position: relative;
  width: 100%;
  padding: 4rem 1rem 2rem 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: white;
  border-radius: 0rem;
  max-width: 400px;
}
.finish_form .form .form_block .form_left {
  width: 100%;
}
.finish_form .form .form_block .form_left p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.875rem */
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.finish_form .form .form_block .form_right {
  width: 100%;
}
.finish_form .form .form_block .form_right form {
  display: flex;
  flex-direction: column;
}
.finish_form .form .form_block .form_right form label {
  color: var(--01575757, #575757);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 187.5% */
}
.finish_form .form .form_block .form_right form .form_input {
  display: flex;
  height: 3rem;
  padding: 1.0625rem 2.25rem;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  border-radius: 1rem;
  border: 1px solid var(--01-cccccc, #CCC);
  background: var(--01-ffffff, #FFF);
  margin-bottom: 1.25rem;
}
.finish_form .form .form_block .form_right form button {
  max-width: 100%;
  white-space: nowrap;
}
.finish_form .form .form_block .form_right form .form_check {
  display: flex;
  gap: 0.75rem;
  align-items: start;
  margin-bottom: 3rem;
}
.finish_form .form .form_block .form_right form .form_check label {
  color: var(--01040-f-26, #040F26);
  font-size: 0.875rem;
}
.finish_form .form .form_block .form_right form .form_check input {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  gap: 0.5rem;
  margin-top: 0.4rem;
  border-radius: 0.25rem;
  border: 1px solid var(--01-cccccc, #CCC);
  background: var(--01-ffffff, #FFF);
}
.finish_form .form .form_block .closed_form {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.finish_form .finish_form .finish_form-block {
  display: flex;
  flex-direction: column;
}
.finish_form .finish_form .form_right, .finish_form .finish_form .form_left {
  display: none;
}
.finish_form .finish_form p {
  color: var(--01575757, #575757);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem; /* 157.143% */
  letter-spacing: -0.035rem;
  margin-top: 2.25rem;
  margin-bottom: 4rem;
}

.active_form .form {
  display: flex;
}

.burger-menu-bar {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #040F26;
  transition: 0.3s;
}

.burger-menu-button.open .burger-menu-bar:nth-child(2) {
  opacity: 0;
}

.burger-menu-button.open .burger-menu-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger-menu-button.open .burger-menu-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 980px) {
  .block__action {
    overflow: hidden;
    border-radius: 1.5rem;
    background: var(--01040-f-26, #040F26);
    padding: 0.75rem 1rem 1.45rem 1rem;
    margin: 4rem auto;
    width: 100%;
    color: white;
  }
  .block__action .boolnewyear {
    display: none;
  }
  .block__action .block__action-top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .block__action .block__action-top h2 {
    line-height: 106%;
    margin-bottom: 1.2rem;
  }
  .block__action .block__action-top p {
    width: 15rem;
    font-size: 0.875rem;
    line-height: 150%;
  }
  .block__action .block__action-center {
    margin: 2rem auto;
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
    flex-direction: column;
  }
  .block__action .block__action-center div {
    padding: 2rem 1rem;
    flex-direction: column;
    gap: 1rem;
    border-radius: 1.25rem;
    color: var(--01040-f-26, #040F26);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    background: var(--01-ffffff, #FFF);
    height: 17.56rem;
    width: 17.25rem;
  }
  .block__action .block__action-center div span {
    text-align: center;
    font-size: 0.875rem;
    line-height: 150%;
  }
  .block__action .block__action-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .block__action .block__action-bottom span {
    color: var(--01-efefef, #EFEFEF);
    align-items: center;
    display: flex;
    gap: 0.25rem;
    order: 1;
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
  .block__action .block__action-bottom span svg {
    width: 1rem;
  }
  .block__action .block__action-bottom .button {
    padding: 1.0625rem 6.88rem;
    width: 100%;
  }
  .block__action .block__action-bottom .button svg {
    width: 1rem;
  }
  .block__action .block__action-bottom .button.button__green:hover {
    background: white;
    color: #040F26;
  }
  .block__action .block__action-bottom .button.button__green:hover svg {
    stroke: #040F26;
    width: 1rem;
  }
  .block__action-newyear {
    position: relative;
  }
  .block__action-newyear .block__action-top {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
  }
  .block__action-newyear .block__action-top h2 {
    line-height: 106%;
    margin-bottom: 1.2rem;
  }
  .block__action-newyear .block__action-top p {
    width: 15rem;
    line-height: 150%;
  }
  .block__action-newyear .boolnewyear {
    display: flex;
    height: 7rem;
    width: 19.25rem;
    position: relative;
    right: -1rem;
    top: -0.75rem;
    margin-bottom: 0.875rem;
    background-image: url("/assets/images/section/boolnewyear.svg");
    background-size: cover;
  }
  .block__trust-section-left-img {
    overflow: hidden;
    border-radius: 1rem;
  }
  .header.header_fixed .header__container {
    border-radius: 0 0 1rem 1rem;
  }
  .header__tagline-buttom {
    align-items: start;
  }
  .form__newcheck h2 {
    font-size: 2rem;
    width: 100%;
  }
  .form__newcheck .form_block {
    width: 100%;
    padding: 1rem;
  }
  .form__newcheck .form_block .form_right form {
    flex-wrap: wrap;
  }
  .form__newcheck .form_block .form_top {
    margin-bottom: 2rem;
  }
  .form__newcheck .form_block .form_top p {
    font-size: 1rem;
    margin-top: 1.5rem;
    width: 100%;
  }
  .form__newcheck .back_a {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .form__newcheck form .radio-wrapper-l {
    width: 100%;
  }
  .form__newcheck form .radio-wrapper-l label {
    margin-right: 0;
  }
  .form__newcheck form .radio-wrapper-r {
    width: 100%;
  }
  .form__newcheck .form_block .form_right form .form_input {
    width: 100%;
    padding: 1.0625rem 1rem;
    height: 3.5rem;
    font-size: 0.75rem;
  }
  .form__newcheck .form_block .form_right form .form_check {
    align-items: flex-start;
  }
  .form__newcheck .form_block .form_right form .form_check label {
    color: var(--01040-f-26, #040F26);
    font-size: 0.825rem;
    line-height: 146%;
  }
  .form__newcheck .form_block .form_right form .form_check input {
    position: relative;
    top: 3px;
  }
  .form__newcheck .form_block .form_right form button {
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
  }
  .form__newcheck .form_block .form_right form button svg {
    width: 1rem;
    height: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */
