@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Cygre";
  src: url("../fonts/Cygre-Book.woff2") format("woff2"), url("../fonts/Cygre-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* SemiBold */
@font-face {
  font-family: "Cygre";
  src: url("../fonts/Cygre-SemiBold.woff2") format("woff2"), url("../fonts/Cygre-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 140%;
  overflow-x: hidden;
  position: relative;
  font-weight: normal;
  color: #2F2F2F;
  background: #F8F8F8;
}

section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.scroll {
  overflow-y: hidden;
}

ul {
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  font-family: "Montserrat", sans-serif;
}

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

input[type=number] {
  border: none;
  -moz-appearance: textfield;
}

input[type=number]:focus {
  outline: none;
}

input[type=tel] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=tel]:focus {
  outline: none;
}

input[type=text]:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

select {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0px;
}

button:focus {
  border: none;
  outline: none;
}

b {
  font-weight: 700;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  border: none;
}

input:focus {
  outline: none;
}

img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  padding: 0px 20px;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    padding: 0px 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0px 40px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0px 0px;
  }
}

p {
  font-weight: 400;
  letter-spacing: 0%;
  line-height: 140%;
}

h2 {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0%;
  line-height: 140%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 64px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0%;
  line-height: 140%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h3 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 42px;
  }
}

section {
  padding: 50px 0px;
}
@media (min-width: 768px) {
  section {
    padding: 80px 0px;
  }
}
@media (min-width: 1200px) {
  section {
    padding: 100px 0px;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.frame {
  font-family: "Cygre";
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 34px;
  height: 52px;
  border-radius: 100px;
  border: 3px solid #2F2F2F;
}
@media (min-width: 768px) {
  .frame {
    font-size: 54px;
    height: 62px;
    line-height: 62px;
  }
}
@media (min-width: 1200px) {
  .frame {
    font-size: 64px;
    height: 70px;
    line-height: 70px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 0px 30px;
  border: 1px solid #2F2F2F;
  border-radius: 100px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn span {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #2F2F2F;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn svg {
  height: 20px;
}
.btn svg path {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.btn_text {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn:hover {
  background: #2F2F2F;
}
.btn:hover span {
  color: #fff;
}
.btn:hover svg path {
  stroke: #fff;
}

.back_modal {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 6;
  display: none;
}
.back_modal.active {
  display: block;
}

.thank_modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 7;
  width: calc(100% - 40px);
  padding: 240px 20px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  border-radius: 15px;
}
.thank_modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thank_modal_close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.thank_modal h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #2F2F2F;
}
.thank_modal p {
  text-align: center;
}
@media (min-width: 768px) {
  .thank_modal {
    width: 520px;
    padding: 220px 50px;
  }
  .thank_modal h3 {
    font-size: 54px;
  }
  .thank_modal p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .thank_modal {
    width: 750px;
    padding: 200px 124px;
  }
  .thank_modal h3 {
    font-size: 64px;
  }
  .thank_modal p {
    font-size: 24px;
  }
}

.main {
  position: relative;
  padding-bottom: 60px;
}
.main.other {
  padding-bottom: 0px;
}
.main_sticky {
  padding: 0px 20px;
  position: sticky;
  left: 0px;
  top: 136px;
}
.main_sticky img {
  max-height: 64px;
}
@media (min-width: 768px) {
  .main {
    padding-bottom: 100px;
  }
  .main_sticky {
    padding: 0px 30px;
  }
  .main_sticky img {
    max-height: 80px;
  }
}
@media (min-width: 1024px) {
  .main {
    padding-bottom: 100px;
  }
  .main_sticky {
    padding: 0px 40px;
    top: 80vh;
  }
  .main_sticky img {
    max-height: 70px;
  }
}
@media (min-width: 1200px) {
  .main {
    padding-bottom: 200px;
  }
  .main_sticky img {
    max-height: 100%;
  }
}
@media (min-width: 1440px) {
  .main_sticky {
    padding: 0px;
    margin: 0 auto;
    max-width: 1280px;
  }
}

.header {
  padding: 15px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 3;
}
.header_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_block_logo img {
  max-height: 34px;
}
.header_block_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_block_right_burger {
  cursor: pointer;
}
.header_block_right_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.header_block_right_switcher a {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #2F2F2F;
}
.header_block_right_switcher a:first-child {
  position: relative;
}
.header_block_right_switcher a:first-child::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #2F2F2F;
}
.header_block_right_burger {
  margin-left: 40px;
  cursor: pointer;
}
.header_block_right ul {
  display: none;
}
@media (min-width: 1200px) {
  .header {
    padding: 20px 0px;
  }
  .header_block_logo img {
    max-height: 42px;
  }
  .header_block_right_burger {
    display: none;
  }
  .header_block_right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-left: 30px;
  }
  .header_block_right ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #2F2F2F;
    position: relative;
  }
  .header_block_right ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -4px;
    width: 0%;
    height: 1px;
    background: #2F2F2F;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header_block_right ul li a:hover::after {
    width: 100%;
  }
}

.dropdown {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%;
  background: #2F2F2F;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
  padding: 50px 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.dropdown.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.dropdown_logo {
  margin-bottom: 30px;
}
.dropdown_close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.dropdown_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.dropdown_lang a {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
.dropdown_lang a:first-child::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0px;
  right: -7px;
}
.dropdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.dropdown ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0px;
  color: #fff;
}
.dropdown_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.dropdown_bot .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropdown_bot .text:hover {
  opacity: 1;
}
.dropdown_bot_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  gap: 20px;
}

.hero {
  padding: 0px;
  position: relative;
  padding: 236px 0px 50px 0px;
}
.hero_img {
  position: absolute;
  left: 0px;
  top: -64px;
}
.hero_block .title {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.hero_block .title .bot {
  margin-top: 20px;
}
.hero_block p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-top: 20px;
}
.hero_block .btn {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .hero {
    padding: 200px 0px 80px 0px;
  }
  .hero_img {
    top: -80px;
  }
  .hero_block .title {
    font-size: 54px;
  }
  .hero_block .title .bot {
    margin-top: 30px;
  }
  .hero_block p {
    font-size: 24px;
    margin-top: 30px;
  }
  .hero_block .btn {
    margin-top: 80px;
  }
  .hero_block .btn span {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .hero {
    height: calc(100vh - 70px);
    min-height: 698px;
    padding: 130px 0px 80px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hero .container {
    width: 100%;
  }
  .hero_block {
    max-width: 580px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .hero_img {
    top: -92px;
  }
  .hero_block {
    max-width: 640px;
  }
  .hero_block .title {
    font-size: 64px;
  }
  .hero_block p {
    font-size: 28px;
  }
  .hero_block .btn {
    height: 80px;
    padding: 0px 40px;
  }
  .hero_block .btn span {
    font-size: 28px;
  }
  .hero_block .btn svg {
    height: auto;
  }
}
@media (min-width: 1440px) {
  .hero {
    min-height: 820px;
    padding: 280px 0px 100px 0px;
  }
}

.hero_block .title .top {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero_block .title .bot {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero_block p {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero_block .btn {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero_block.animated .title .top {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
  transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
  transition: transform 0.5s linear, opacity 0.5s linear;
  transition: transform 0.5s linear, opacity 0.5s linear, -webkit-transform 0.5s linear;
}
.hero_block.animated .title .bot {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.5s linear 0.5s, -webkit-transform 0.5s linear 0.5s;
  transition: opacity 0.5s linear 0.5s, -webkit-transform 0.5s linear 0.5s;
  transition: transform 0.5s linear 0.5s, opacity 0.5s linear 0.5s;
  transition: transform 0.5s linear 0.5s, opacity 0.5s linear 0.5s, -webkit-transform 0.5s linear 0.5s;
}
.hero_block.animated p {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.5s linear 1s, -webkit-transform 0.5s linear 1s;
  transition: opacity 0.5s linear 1s, -webkit-transform 0.5s linear 1s;
  transition: transform 0.5s linear 1s, opacity 0.5s linear 1s;
  transition: transform 0.5s linear 1s, opacity 0.5s linear 1s, -webkit-transform 0.5s linear 1s;
}
.hero_block.animated .btn {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.5s linear 1.5s, -webkit-transform 0.5s linear 1.5s;
  transition: opacity 0.5s linear 1.5s, -webkit-transform 0.5s linear 1.5s;
  transition: transform 0.5s linear 1.5s, opacity 0.5s linear 1.5s;
  transition: transform 0.5s linear 1.5s, opacity 0.5s linear 1.5s, -webkit-transform 0.5s linear 1.5s;
}

.for .container {
  padding: 0px;
}
.for .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.for .title .top {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.for .title .bot {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.for .title .bot b {
  font-size: 64px;
  line-height: 100%;
  font-weight: 600;
}
.for_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  overflow-x: scroll;
  margin-top: 100px;
  padding: 0px 20px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
.for_row::-webkit-scrollbar {
  display: none;
}
.for_row_item {
  background-color: #fff;
  min-width: 286px;
  height: 394px;
  padding: 40px 20px 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
}
.for_row_item span {
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #E1E6ED;
}
.for_row_item_text h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.for_row_item_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .for_row {
    padding: 0px 30px;
  }
  .for_row_item {
    min-width: 340px;
    height: 440px;
    padding: 40px 26px 40px 26px;
  }
  .for_row_item span {
    font-size: 50px;
  }
  .for_row_item_text h4 {
    font-size: 24px;
  }
  .for_row_item_text p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .for_row {
    padding: 0px 40px;
  }
}
@media (min-width: 1200px) {
  .for .container {
    padding: 0px 40px;
  }
  .for_row {
    padding: 0px 0px;
    gap: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .for_row_item {
    width: calc(33.3333333333% - 20px);
  }
  .for_row_item:nth-child(2) {
    margin-top: 170px;
  }
  .for_row_item:last-child {
    margin-top: 60px;
  }
}
@media (min-width: 1360px) {
  .for_row_item {
    width: calc(33.3333333333% - 26.6666666667px);
    height: 492px;
    padding: 40px 30px;
  }
  .for_row_item span {
    font-size: 60px;
  }
  .for_row_item_text h4 {
    font-size: 28px;
  }
  .for_row_item_text p {
    font-size: 18px;
  }
  .for_row_item:nth-child(2) {
    margin-top: 210px;
  }
  .for_row_item:last-child {
    margin-top: 90px;
  }
}
@media (min-width: 1440px) {
  .for .container {
    padding: 0px 0px;
  }
}

.for .title .top {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.for .title .mid {
  opacity: 0;
}
.for .title .bot {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.for .title.animated .top {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.for .title.animated .mid {
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.for .title.animated .bot {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.for_row {
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.for_row.animated {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media (min-width: 1200px) {
  .for_row {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .for_row_item:first-child {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  .for_row_item:nth-child(2) {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  .for_row_item:nth-child(3) {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  .for_row.animated .for_row_item:first-child {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
    transition: transform 0.5s linear, opacity 0.5s linear;
    transition: transform 0.5s linear, opacity 0.5s linear, -webkit-transform 0.5s linear;
  }
  .for_row.animated .for_row_item:nth-child(2) {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    -webkit-transition: opacity 0.5s linear 0.5s, -webkit-transform 0.5s linear 0.5s;
    transition: opacity 0.5s linear 0.5s, -webkit-transform 0.5s linear 0.5s;
    transition: transform 0.5s linear 0.5s, opacity 0.5s linear 0.5s;
    transition: transform 0.5s linear 0.5s, opacity 0.5s linear 0.5s, -webkit-transform 0.5s linear 0.5s;
  }
  .for_row.animated .for_row_item:nth-child(3) {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    -webkit-transition: opacity 0.5s linear 1s, -webkit-transform 0.5s linear 1s;
    transition: opacity 0.5s linear 1s, -webkit-transform 0.5s linear 1s;
    transition: transform 0.5s linear 1s, opacity 0.5s linear 1s;
    transition: transform 0.5s linear 1s, opacity 0.5s linear 1s, -webkit-transform 0.5s linear 1s;
  }
}

.start .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  margin: 0 auto;
}
.start .title .top {
  margin-right: auto;
}
.start .title .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.start .title .bot .frame {
  margin-right: 5px;
}
.start_slider {
  margin-top: 100px;
}
.start_slider .slick-list {
  padding-top: 110px !important;
  padding-bottom: 30px !important;
}
.start_slider .slick-slide {
  margin: 0px 16px;
}
.start_slider_item {
  position: relative;
}
.start_slider_item_show {
  background: #EBECF1;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px;
  border-radius: 5px;
}
.start_slider_item_show p {
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #2F2F2F;
}
.start_slider_item_drop {
  height: 140px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  opacity: 0;
  position: absolute;
  width: calc(100% + 32px);
  left: -16px;
  bottom: -30px;
}
.start_slider_item_drop p {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
.start_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
  margin-top: 60px;
}
.start_btns .btn {
  height: 30px;
  padding: 0px 10px;
  cursor: pointer;
}
.start_btns .btn svg {
  height: 15px;
}
@media (min-width: 768px) {
  .start .title {
    width: 540px;
  }
  .start_slider .slick-list {
    padding-top: 160px !important;
    padding-bottom: 30px !important;
    padding-right: 150px !important;
    padding-left: 150px !important;
  }
  .start_slider_item_show {
    height: 150px;
  }
  .start_slider_item_show p {
    font-size: 24px;
  }
  .start_slider_item_drop {
    height: 200px;
  }
  .start_slider_item_drop p {
    font-size: 24px;
  }
  .start_btns .btn {
    height: 44px;
  }
  .start_btns .btn svg {
    height: 20px;
  }
}
@media (min-width: 1024px) {
  .start_slider .slick-list {
    padding-top: 160px !important;
    padding-bottom: 30px !important;
    padding-right: 250px !important;
    padding-left: 250px !important;
  }
}
@media (min-width: 1200px) {
  .start {
    position: relative;
  }
  .start .title {
    width: 710px;
  }
  .start_slider {
    margin-top: 120px;
  }
  .start_slider .slick-list {
    padding-bottom: 240px !important;
    padding-top: 230px !important;
  }
  .start_slider .slick-slide {
    margin: 0px 50px;
  }
  .start_slider_item_show {
    height: 260px;
  }
  .start_slider_item_show p {
    font-size: 34px;
  }
  .start_slider_item_drop {
    height: 400px;
    padding: 60px;
    left: -50px;
    width: calc(100% + 100px);
  }
  .start_slider_item_drop p {
    font-size: 34px;
  }
  .start_btns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 6%;
    margin-top: 0px;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 170px;
  }
  .start_btns .btn {
    height: 60px;
    padding: 0px 32px;
  }
  .start_btns .btn svg {
    height: auto;
  }
}
@media (min-width: 1360px) {
  .start_slider .slick-list {
    padding-right: 20% !important;
    padding-left: 20% !important;
  }
  .start_slider .slick-slide {
    margin: 0px 70px;
  }
  .start_slider_item_drop {
    left: -75px;
    width: calc(100% + 150px);
    padding: 10%;
  }
  .start_slider_item_show {
    padding: 0px 18%;
  }
}

.start .title .top {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.start .title .bot {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.start .title.animated .top {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.start .title.animated .bot {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.start .slick-center .start_slider_item_show {
  -webkit-transition: all 0.4s ease 0.6s;
  transition: all 0.4s ease 0.6s;
  -webkit-transform: translateY(-110px);
          transform: translateY(-110px);
  background: #2F2F2F;
}
.start .slick-center .start_slider_item_show p {
  color: #fff;
  -webkit-transition: all 0.4s ease 0.6s;
  transition: all 0.4s ease 0.6s;
}
.start .slick-center .start_slider_item_drop {
  -webkit-transition: all 0.2s ease 0.6s;
  transition: all 0.2s ease 0.6s;
  opacity: 1;
}
@media (min-width: 768px) {
  .start .slick-center .start_slider_item_show {
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
  }
}
@media (min-width: 1200px) {
  .start .slick-center .start_slider_item_drop {
    -webkit-transition: all 0.4s ease 0.6s;
    transition: all 0.4s ease 0.6s;
    bottom: -230px;
  }
}

.work .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work .title .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-x: scroll;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  gap: 16px;
  padding: 0px 20px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.work_row::-webkit-scrollbar {
  display: none;
}
.work_row_item {
  margin-top: 60px;
  min-width: 342px;
  width: 342px;
  background-color: #fff;
  padding: 80px 20px;
}
.work_row_item_top p {
  margin-top: 20px;
}
.work_row_item_bot {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.work_row_item_bot h3 {
  margin-top: 24px;
}
.work_row_item_get {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #CFD4DC;
  border: 2px solid #CFD4DC;
  border-radius: 100px;
  height: 36px;
  padding: 0px 14px;
}
.work_row_item_list {
  margin-top: 14px;
  width: 100%;
}
.work_row_item_list_block {
  border-radius: 2px;
  margin-top: 16px;
  min-height: 82px;
  background: url(../img/back_work.png) #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 30px;
  border: 1px solid #2F2F2F;
}
.work_row_item_list_block p {
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}
.work_grey {
  display: none;
}
.work_grey_item {
  background: #EBECF1;
  padding: 60px 20px;
  margin-top: 30px;
}
.work_grey_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.work_grey_item_list_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.work_grey_item_list_block .info {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.work_grey_item_list_block .value {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.work_grey_item_list_block .value span {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.work_grey_item_text {
  margin-top: 30px;
}
.work_choose {
  margin-top: 20px;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.work_choose_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  gap: 4px;
}
.work_choose_block_wrap {
  width: calc(100% - 148px);
  background-color: #fff;
  padding: 16px;
}
.work_choose_block_wrap p {
  font-size: 16px;
  font-weight: 400;
}
.work_choose_block_wrap p.bot {
  text-align: right;
}
.work_choose_block_wrap h3 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0px;
}
.work_choose_block_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3px;
}
.work_choose_block_features .one {
  background: #EFF0F4;
  height: 60%;
}
.work_choose_block_features .two {
  background: #EBECF1;
  height: 70%;
}
.work_choose_block_features .three {
  background: #D4D4D9;
  height: 80%;
}
.work_choose_block_features .four {
  background: #BCBDC1;
  height: 90%;
}
.work_choose_block_features .line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.work_choose .btn {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 576px) {
  .work_row_item {
    min-width: 396px;
    width: 396px;
  }
  .work_grey_item_list_block .info {
    font-size: 16px;
  }
  .work_grey_item_list_block .info .value {
    font-size: 26px;
  }
  .work_grey_item_list_block .info .value span {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .work .title {
    max-width: 680px;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .work .title .bot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
  .work .title .bot .frame {
    margin-left: 20px;
  }
  .work_row_item {
    min-width: 512px;
    width: 512px;
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
  }
  .work_row_item_list_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100px;
  }
  .work_row_item_list_block p {
    font-size: 20px;
  }
  .work_row_item .work_grey_item_list_block .info {
    font-size: 20px;
  }
  .work_row_item .work_grey_item_list_block .value {
    font-size: 32px;
  }
  .work_row_item .work_grey_item_list_block .value span {
    font-size: 20px;
  }
  .work_choose {
    width: 100%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  .work_choose_block {
    width: 100%;
    gap: 6px;
  }
  .work_choose_block_wrap {
    width: calc(100% - 300px);
    padding: 40px 35px;
  }
  .work_choose_block_wrap p {
    font-size: 20px;
  }
  .work_choose_block_wrap h3 {
    font-size: 28px;
    margin: 16px 0px;
  }
  .work_choose_block_features {
    gap: 4px;
  }
  .work_choose .btn {
    width: auto;
  }
  .work_choose .btn span {
    margin-right: 16px;
  }
}
@media (min-width: 1024px) {
  .work_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .work_row_item {
    min-width: auto;
    width: calc(50% - 16px);
    margin-top: 0px;
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work_row_item_list_block p {
    text-align: left;
  }
  .work_row_item_top {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .work_row_item_bot h3 {
    font-size: 34px;
  }
  .work_row_item .work_grey_item {
    display: none;
  }
  .work_grey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .work_grey_item {
    width: calc(50% - 16px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    border-radius: 5px;
  }
  .work_grey_item_list_block .info {
    font-size: 20px;
  }
  .work_grey_item_list_block .value {
    font-size: 26px;
  }
  .work_grey_item_list_block .value span {
    font-size: 16px;
  }
  .work_choose_block_wrap {
    width: calc(100% - 400px);
  }
  .work_choose_block_wrap p {
    font-size: 30px;
  }
  .work_choose_block_wrap h3 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .work .title {
    max-width: 786px;
  }
  .work_row {
    margin-top: 120px;
  }
  .work_row_item {
    width: calc(50% - 20px);
    padding: 60px 40px 60px 40px;
  }
  .work_row_item_get {
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    padding: 0px 24px;
  }
  .work_row_item_top p {
    font-size: 20px;
    margin-top: 30px;
  }
  .work_row_item_bot {
    margin-top: 80px;
  }
  .work_row_item_bot h3 {
    font-size: 36px;
  }
  .work_grey_item {
    width: calc(50% - 20px);
    margin-top: 40px;
    padding: 60px 40px;
  }
  .work_grey_item_list {
    gap: 40px;
  }
  .work_grey_item_list_block .info {
    font-size: 20px;
  }
  .work_grey_item_list_block .value {
    font-size: 30px;
  }
  .work_grey_item_list_block .value span {
    font-size: 20px;
  }
  .work_grey_item_text {
    font-size: 20px;
  }
  .work_choose_block_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .work_choose_block_wrap .top {
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
  }
  .work_choose_block_wrap h3 {
    font-size: 38px;
  }
  .work_choose_block_wrap .bot {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
  }
  .work_choose .btn {
    height: 80px;
    padding: 0px 40px;
  }
  .work_choose .btn span {
    margin-right: 130px;
    font-size: 28px;
  }
  .work_choose .btn svg {
    height: auto;
  }
}
@media (min-width: 1440px) {
  .work_row_item {
    padding: 100px 40px 60px 40px;
  }
  .work_row_item_top p {
    font-size: 24px;
    margin-top: 40px;
  }
  .work_row_item_bot {
    margin-top: 100px;
  }
  .work_row_item_bot h3 {
    font-size: 42px;
  }
  .work_row_item_list {
    margin-top: 20px;
  }
  .work_row_item_list_block {
    margin-top: 20px;
  }
  .work_row_item_list_block p {
    font-size: 24px;
  }
  .work_grey_item_list {
    gap: 50px;
  }
  .work_grey_item_list_block .info {
    font-size: 24px;
  }
  .work_grey_item_list_block .value {
    font-size: 42px;
  }
  .work_grey_item_list_block .value span {
    font-size: 24px;
  }
  .work_grey_item_text {
    margin-top: 50px;
  }
  .work_choose {
    margin-top: 80px;
  }
  .work_choose_block_wrap p {
    font-size: 34px;
  }
  .work_choose_block_wrap h3 {
    font-size: 42px;
  }
  .work_choose .btn {
    margin-top: 80px;
  }
}

.work .title .top {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.work .title .bot {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
.work .title.animated .top {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.work .title.animated .bot {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.work_choose_block_wrap {
  opacity: 0;
}
.work_choose_block .four {
  opacity: 0;
}
.work_choose_block .three {
  opacity: 0;
}
.work_choose_block .two {
  opacity: 0;
}
.work_choose_block .one {
  opacity: 0;
}
.work_choose .btn {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.work_choose.animated .work_choose_block_wrap {
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.work_choose.animated .four {
  -webkit-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s;
  opacity: 1;
}
.work_choose.animated .three {
  -webkit-transition: all 0.5s linear 0.7s;
  transition: all 0.5s linear 0.7s;
  opacity: 1;
}
.work_choose.animated .two {
  -webkit-transition: all 0.5s linear 0.9s;
  transition: all 0.5s linear 0.9s;
  opacity: 1;
}
.work_choose.animated .one {
  -webkit-transition: all 0.5s linear 1.1s;
  transition: all 0.5s linear 1.1s;
  opacity: 1;
}
.work_choose.animated .btn {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 1.5s, -webkit-transform 0.5s linear 1.5s;
  transition: opacity 0.5s linear 1.5s, -webkit-transform 0.5s linear 1.5s;
  transition: transform 0.5s linear 1.5s, opacity 0.5s linear 1.5s;
  transition: transform 0.5s linear 1.5s, opacity 0.5s linear 1.5s, -webkit-transform 0.5s linear 1.5s;
}

.client_list {
  width: calc(100% + 40px);
  margin-top: 100px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  border-bottom: 2px solid rgba(188, 207, 225, 0.6);
}
.client_list_item {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px;
  border-top: 2px solid rgba(188, 207, 225, 0.6);
}
.client_list_item_wrap {
  position: relative;
}
.client_list_item_wrap_name h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #2F2F2F;
  margin-bottom: 10px;
}
.client_list_item_wrap_name span {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #2F2F2F;
}
.client_list_item_wrap_info {
  margin-top: 40px;
  width: calc(100% - 190px);
}
.client_list_item_wrap_info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #2F2F2F;
}
.client_list_item_wrap_price {
  width: calc(100% - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
.client_list_item_wrap_price span {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2F2F2F;
}
.client_list_item_img {
  position: absolute;
  right: 20px;
  bottom: 40px;
}
.client_list_item_img img {
  max-width: 155px;
  border-radius: 5px;
}
.client_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.client_down_btn {
  position: relative;
  cursor: pointer;
}
.client_down_btn svg rect {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.client_down_btn span {
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  position: absolute;
  right: 4px;
  bottom: 9px;
}
.client_down_btn:hover svg rect {
  fill: #2F2F2F;
}
@media (min-width: 768px) {
  .client_list {
    width: 100%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .client_list_item {
    padding: 40px 30px;
  }
  .client_list_item_wrap {
    width: calc(100% - 260px);
  }
  .client_list_item_wrap_info {
    width: 100%;
  }
  .client_list_item_wrap_info p {
    font-size: 18px;
  }
  .client_list_item_wrap_name h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .client_list_item_wrap_name span {
    font-size: 24px;
  }
  .client_list_item_wrap_price {
    width: 100%;
  }
  .client_list_item_wrap_price span {
    font-size: 24px;
  }
  .client_list_item_img {
    bottom: auto;
    top: 40px;
  }
  .client_list_item_img img {
    max-width: 220px;
  }
  .client_down {
    margin-top: 60px;
  }
  .client_down_btn span {
    font-size: 12px;
    right: 0px;
  }
}
@media (min-width: 1024px) {
  .client_list_item_wrap {
    width: calc(100% - 300px);
  }
  .client_list_item_wrap_name h4 {
    font-size: 30px;
  }
  .client_list_item_wrap_name span {
    font-size: 30px;
  }
  .client_list_item_wrap_info p {
    font-size: 20px;
  }
  .client_list_item_img {
    right: 30px;
  }
  .client_list_item_img img {
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  .client_list_item {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 50px 40px;
  }
  .client_list_item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .client_list_item_wrap_name {
    width: 45%;
    padding-right: 20px;
  }
  .client_list_item_wrap_name h4 {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .client_list_item_wrap_name span {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .client_list_item_wrap_info {
    margin-top: 0px;
    width: 30%;
    padding-right: 20px;
  }
  .client_list_item_wrap_info p {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .client_list_item_wrap_price {
    margin-top: 0px;
    width: 20%;
  }
  .client_list_item_wrap_price span {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .client_list_item_img {
    display: none;
    position: absolute;
    top: 50%;
    right: 100px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .client_list_item_img img {
    max-width: 340px;
  }
  .client_list_item:hover {
    background: #2F2F2F;
  }
  .client_list_item:hover .client_list_item_wrap_name h4 {
    color: #fff;
  }
  .client_list_item:hover .client_list_item_wrap_name span {
    color: #fff;
  }
  .client_list_item:hover .client_list_item_wrap_info p {
    color: #fff;
  }
  .client_list_item:hover .client_list_item_wrap_price span {
    color: #fff;
  }
  .client_list_item:hover .client_list_item_img {
    display: block;
  }
}
@media (min-width: 1440px) {
  .client_list {
    margin-top: 120px;
  }
  .client_list_item {
    padding: 60px;
  }
  .client_list_item_wrap_name h4 {
    font-size: 34px;
  }
  .client_list_item_wrap_name span {
    font-size: 34px;
  }
  .client_list_item_wrap_info p {
    font-size: 24px;
  }
  .client_list_item_wrap_price span {
    font-size: 24px;
  }
  .client_list_item_img {
    right: 150px;
  }
  .client_list_item_img img {
    max-width: 400px;
  }
}

.about {
  padding-bottom: 0px;
}
.about_top h2 {
  position: relative;
}
.about_top h2::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 12px;
  width: 68px;
  height: 68px;
  background: #EBECF1;
}
.about_top p {
  margin-top: 100px;
  padding-left: 100px;
  position: relative;
}
.about_top p::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 38px;
  height: 38px;
  background: #D4D4D9;
}
.about_top p::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -38px;
  width: 30px;
  height: 30px;
  background: #2F2F2F;
}
.about_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.about_info_img {
  width: calc(50% - 15px);
}
.about_info_row {
  width: calc(50% - 15px);
  position: relative;
}
.about_info_row::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -34px;
  width: 20px;
  height: 20px;
  background: #EBECF1;
}
.about_info_row_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.about_info_row_item_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.about_info_row_item_list_wrap span {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.about_info_row_item_list_wrap p {
  text-transform: uppercase;
  font-size: 12px;
}
.about_info_row_item:last-child {
  margin-top: 15px;
}
.about_info_row_item_down {
  display: none;
}
.about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.about_list_item {
  width: calc(50% - 15px);
}
.about_list_item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.about_list_item p:last-child {
  margin-top: 14px;
}
@media (min-width: 576px) {
  .about_info_img {
    width: 200px;
  }
  .about_info_row_item_list {
    gap: 18px;
  }
  .about_info_row_item_list_wrap {
    gap: 6px;
  }
  .about_info_row_item_list_wrap span {
    font-size: 28px;
  }
  .about_info_row_item_list_wrap p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .about_top h2::after {
    width: 88px;
    height: 88px;
  }
  .about_top p {
    padding-left: 120px;
    padding-right: 130px;
    font-size: 18px;
  }
  .about_top p::before {
    width: 46px;
    height: 46px;
    bottom: -80px;
  }
  .about_info {
    margin-top: 120px;
  }
  .about_info_img {
    width: 230px;
  }
  .about_info_row_item_list_wrap span {
    font-size: 34px;
  }
  .about_info_row_item_list_wrap p {
    font-size: 20px;
  }
  .about_info_row::after {
    width: 38px;
    height: 38px;
    right: auto;
    left: 0px;
    bottom: -68px;
  }
  .about_list {
    margin-top: 100px;
  }
  .about_list_item p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .about_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_top h2::after {
    right: auto;
    left: 0px;
    top: 96px;
  }
  .about_top p {
    max-width: 400px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 100px;
  }
  .about_top p::before {
    right: -100px;
  }
  .about_top p::after {
    left: -70px;
  }
  .about_info {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .about_info_img {
    width: 300px;
    margin-bottom: 140px;
  }
  .about_info_row {
    width: calc(100% - 460px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_info_row::after {
    width: 88px;
    height: 88px;
    bottom: 70px;
    left: -90px;
  }
  .about_info_row_item {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_info_row_item:last-child {
    margin: 0px;
    width: calc(35% - 20px);
  }
  .about_info_row_item:first-child {
    width: calc(65% - 20px);
  }
  .about_info_row_item_list {
    gap: 40px;
  }
  .about_info_row_item_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about_info_row_item_down p {
    font-size: 20px;
    text-transform: uppercase;
  }
  .about_list {
    display: none;
  }
}
@media (min-width: 1200px) {
  .about_top h2::after {
    top: 200px;
  }
  .about_top p {
    margin-right: 200px;
  }
  .about_info {
    margin-top: 250px;
  }
  .about_info_img {
    width: 400px;
  }
  .about_info_row {
    width: 600px;
  }
  .about_info_row_item_list {
    gap: 80px;
  }
  .about_info_row_item_list_wrap span {
    font-size: 42px;
  }
  .about_info_row_item_list_wrap p {
    font-size: 24px;
  }
  .about_info_row_item_down p {
    font-size: 24px;
  }
  .about_info_row_item:first-child {
    max-width: 350px;
  }
  .about_info_row::after {
    bottom: 82px;
    left: -118px;
  }
}
@media (min-width: 1440px) {
  .about_info_row::after {
    left: -150px;
    bottom: 100px;
  }
}

.about_top h2::after {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.about_top p::after {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.about_top p::before {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.about_top.animated h2::after {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
  transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
  transition: transform 0.5s linear, opacity 0.5s linear;
  transition: transform 0.5s linear, opacity 0.5s linear, -webkit-transform 0.5s linear;
}
.about_top.animated p::after {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.5s linear 0.3s, -webkit-transform 0.5s linear 0.3s;
  transition: opacity 0.5s linear 0.3s, -webkit-transform 0.5s linear 0.3s;
  transition: transform 0.5s linear 0.3s, opacity 0.5s linear 0.3s;
  transition: transform 0.5s linear 0.3s, opacity 0.5s linear 0.3s, -webkit-transform 0.5s linear 0.3s;
}
.about_top.animated p::before {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.5s linear 0.6s, -webkit-transform 0.5s linear 0.6s;
  transition: opacity 0.5s linear 0.6s, -webkit-transform 0.5s linear 0.6s;
  transition: transform 0.5s linear 0.6s, opacity 0.5s linear 0.6s;
  transition: transform 0.5s linear 0.6s, opacity 0.5s linear 0.6s, -webkit-transform 0.5s linear 0.6s;
}
@media (min-width: 1024px) {
  .about_top h2:after {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .about_top p:before {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .about_top.animated h2 {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .about_top.animated p:before {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes infiniteScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes infiniteScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.project {
  padding-top: 64px;
}
.project_slider {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.project_slider_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: infiniteScroll 20s linear infinite;
          animation: infiniteScroll 20s linear infinite;
}
.project_slider_track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.project_slider_item img {
  width: 360px;
  min-width: 360px;
}
.project_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
.project_wrap_item h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project_wrap_item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-top: 20px;
  opacity: 0;
}
.project_wrap_item.animated h4 {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
  transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
  transition: transform 0.5s linear, opacity 0.5s linear;
  transition: transform 0.5s linear, opacity 0.5s linear, -webkit-transform 0.5s linear;
}
.project_wrap_item.animated p {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: opacity 0.5s linear 0.5s;
  transition: opacity 0.5s linear 0.5s;
}
.project_nav {
  margin-top: 86px;
}
.project_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project_nav_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.project_nav_list_item .btn {
  width: 56px;
  height: 28px;
  padding: 0px;
}
.project_nav_list_item .btn svg {
  max-height: 14px;
}
.project_nav_list_item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #2F2F2F;
  margin-top: 30px;
}
.project_nav_list_item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #CFD4DC;
  margin-top: 16px;
}
.project_nav_list_item.next {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .project_nav_list_item span {
    font-size: 20px;
  }
  .project_nav_list_item p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .project_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .project_wrap_item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .project {
    padding-top: 82px;
  }
  .project_nav {
    margin-top: 160px;
  }
  .project_nav_list_item .btn {
    width: 90px;
    height: 45px;
  }
  .project_nav_list_item .btn svg {
    max-height: 100%;
  }
  .project_nav_list_item span {
    font-size: 28px;
  }
  .project_nav_list_item p {
    font-size: 28px;
  }
  .project_wrap {
    gap: 100px;
  }
  .project_wrap_item {
    width: calc(50% - 50px);
  }
  .project_wrap_item h4 {
    font-size: 36px;
  }
  .project_wrap_item p {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .project_wrap_item h4 {
    font-size: 42px;
  }
  .project_wrap_item p {
    font-size: 24px;
  }
}

.politic {
  padding-top: 120px;
}
.politic h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.politic_block p {
  font-size: 14px;
  margin-top: 20px;
}
.politic_block p a {
  text-decoration: underline;
  color: #2F2F2F;
}
.politic_block p a:hover {
  text-decoration: none;
}
.politic_block ul {
  font-size: 14px;
  margin-top: 20px;
  list-style: disc;
  line-height: 160%;
  padding-left: 20px;
}
.politic_block h2 {
  margin-top: 30px;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0%;
  line-height: 140%;
  text-transform: uppercase;
}
.politic_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.politic_down a span {
  margin-right: 30px;
}
.politic_down a svg {
  height: 28px;
}
@media (min-width: 768px) {
  .politic h1 {
    font-size: 54px;
  }
  .politic_block h2 {
    font-size: 36px;
  }
  .politic_block p {
    font-size: 18px;
  }
  .politic_block ul {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .politic {
    padding-top: 190px;
  }
  .politic_down {
    margin-top: 100px;
  }
}

.footer {
  background: #F5F5F7;
  padding: 100px 0px;
}
.footer_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer_block_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.footer_block_bot {
  display: none;
}
.footer_block_right {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer_block_right_text {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}
.footer_block_right form {
  margin-top: 64px;
}
.footer_block_right form label {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8D8E91;
  margin-top: 24px;
  display: block;
}
.footer_block_right form label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 12px;
}
.footer_block_right form label .wpcf7-form-control-wrap input {
  width: 100%;
  padding-bottom: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #2F2F2F;
  background: transparent;
  border-bottom: 1px solid #909090;
}
.footer_block_right form label .wpcf7-form-control-wrap textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 1px;
  color: #2F2F2F;
  width: 100%;
  height: 60px;
  background: transparent;
  border-bottom: 1px solid #909090;
}
.footer_block_right form .wpcf7-submit {
  width: 100%;
  height: 38px;
  text-align: center;
  background: #2F2F2F;
  border: 1px solid #2F2F2F;
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.footer_block_right form .wpcf7-submit:hover {
  background: transparent;
  color: #2F2F2F;
}
.footer_block_left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 60px;
}
.footer_block_left_bot {
  display: none;
}
.footer_block_left_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer_block_left_item:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.footer_block_left_item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer_block_left_item span {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #CFD4DC;
}
.footer_block_left_item .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #2F2F2F;
  margin-top: 18px;
}
.footer_block_left_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer_block_right_text {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .footer_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer_block_top {
    gap: 56px;
  }
  .footer_block_left {
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_block_left_item:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer_block_right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .footer_block_bot {
    display: block;
    font-family: "Cygre";
    font-weight: 600;
    font-size: 8vw;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #E1E6ED;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
@media (min-width: 1200px) {
  .footer_block_left_item span {
    font-size: 28px;
  }
  .footer_block_left_item .text {
    font-size: 28px;
    margin-top: 26px;
  }
  .footer_block_right_text {
    font-size: 28px;
  }
}
@media (min-width: 1360px) {
  .footer_block_bot {
    font-size: 110px;
  }
}
@media (min-width: 1440px) {
  .footer_block_bot {
    font-size: 114px;
    -webkit-transform: translateY(22px);
            transform: translateY(22px);
  }
}