@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

body {
  margin: 0px;
  font-family: 'Gilroy';
  padding-top: 100px;
  color: #5C5C5C;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
  position: relative;
}

.inside-login-wrapper {
  margin-top: -100px;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0;
  margin-top: 0;
}

a {
  text-decoration: none;
}

header.header {
  background: #1E1E1E;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 19px 0px;
  border-bottom: 1px solid #322F2F;
  z-index: 9;
  transition: 0.5s;
}

.container {
  max-width: 1320px;
  margin: auto;
  padding: 0px 15px;
}

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact_menu_wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.contact_menu_wrapper>div {
  margin-left: 30px;
  transition: 0.5s;
}

.language-block-head {
  margin-left: 0px !important;
}

.contact_menu a {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 5px;
}

.contact_menu a:last-child {
  margin-bottom: 0;
}

.transparentBtn {
  border: 2px solid #5B50D9;
  border-radius: 87px;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: 'Gilroy';
  padding: 17px 44px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.transparentBtn:hover {
  background: #5B50D9;
}

.menu-btn {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  border: none;
  background: transparent;
  padding: 0px;
  font-family: 'Gilroy';
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.toggle-btn-menu {
  width: 15px;
  height: 1.45px;
  background: #fff;
  display: block;
  margin-right: 10px;
  position: relative;
  margin-top: 4px;
  transition: 0.4s;
}

.toggle-btn-menu:before {
  content: "";
  width: 15px;
  height: 1.45px;
  background: #fff;
  display: block;
  position: relative;
  top: -5px;
  transition: 0.3s;
}

.toggle-btn-menu:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  display: block;
  position: relative;
  bottom: -4px;
  /* transition: 0.3s; */
}



img.stars-gif {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: calc(100vw - 17px);
  opacity: 0.05;
  z-index: 1;
  height: calc(100vh - 101px);
}

h1.title_slider {
  line-height: 92px;
}

section.main_slider {
  height: calc(100vh - 100px);
  position: relative;
  background: #202020;
  top: -1px;
}

img.stars-gif {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: calc(100vw - 17px);
  opacity: 0.05;
  z-index: 1;
  height: calc(100vh - 101px);
}

.main_slider-inside {
  position: relative;
  z-index: 2;
  height: 100%;
}

.main_slider-inside .container {
  height: 100%;
}

span.arrow-right-btn svg {
  width: 60px;
  height: 60px;
  transition: all 0.8s ease-in-out;
}

a.link-seo:hover span.arrow-right-btn svg {
  transform: rotate(45deg);
  width: 67px;
  height: 67px;
}

a.link-seo:hover span.arrow-right-btn {
  top: 29%;
}

span.arrow-right-btn {
  transition: all 0.8s ease-in-out;
}

h1.title_slider {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-size: 76px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

span.top-text-img {
  display: inline-block;
  margin-bottom: 45px;
}

span.top-text {
  display: flex;
  align-items: center;
}

span.bottom-text {
  display: flex;
  align-items: center;
  margin-top: -120px;
  justify-content: right;
}

span.bottom-text-img {
  position: relative;
  top: -40px;
}

.main_slider-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 40px;
}

.inside_bottom-text {
  max-width: 340px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #E6E6E6;
}

.bottom_text-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(50% + 85px);
}

a.link-seo {
  width: 170px;
  height: 170px;
  background: #5B50D9;
  border-radius: 100%;
  position: relative;
  transition: all 0.4s ease-in-out;
}

span.text-whatseo {
  display: block;
}

span.arrow-right-btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  top: 33%;
}

span.text-whatseo svg {
  width: 128px;
  height: 128px;
  display: block;
  overflow: visible;
  margin: 19px auto;
  transition: all 0.8s ease-in-out;
}

a.link-seo:hover span.text-whatseo svg {
  transform: rotate(90deg);
}

span.text-whatseo svg path {
  fill: none;
}

span.text-whatseo text {
  font-family: 'Gilroy';
  fill: #E6E6E6;
  font-weight: 700;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 1.7px;
  word-spacing: 2px;
}

.slider_text {
  padding: 0px 17px;
}

section.whatseo {
  background: #F4F4F4;
}

.default-title {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 140%;
  color: #1E1E1E;
}

.textblock_inside {
  margin-bottom: 20px;
}

.textblock_inside-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.inside-row-item {
  flex-basis: 50%;
}

.inside-row-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 123%;
  color: #5C5C5C;
  margin-bottom: 0;
  max-width: 560px;
}

.inside-row-item ul {
  padding-left: 0;
  margin-bottom: 0px;
  list-style: none;
}

.inside-row-item ul li {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #1E1E1E;
  margin-bottom: 10px;
}

.inside-row-item ul li:last-child {
  margin-bottom: 0;
}

.inside-row-item ul li:before {
  content: "";
  background: #5B50D9;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.inside_banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  max-height: 612px;
}

img.hover-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 1.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.inside_banner:hover .hover-img {
  opacity: 1;
}

a.link-def {
  display: flex;
  align-items: center;
  position: absolute;
  right: 50px;
  bottom: 50px;
}

span.text_def {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  color: #FFFFFF;
  max-width: 280px;
  margin-right: 30px;
}

span.arrow-right-def {
  border: 2px solid #FFFFFF;
  width: 120px;
  height: 120px;
  padding: 30px;
  border-radius: 100%;
  transition: all 1.2s ease-in-out;
}

a.link-def:hover span.arrow-right-def {
  background: #5B50D9;
  border-color: #5B50D9;
}

span.arrow-right-def svg {
  transition: all 1.2s ease-in-out;
}

a.link-def:hover span.arrow-right-def svg {
  transform: rotate(45deg);
}

img.planet-img {
  position: absolute;
  left: -5%;
  top: 10%;
  bottom: 20%;
}

section.howmuch {
  background: #1E1E1E;
  position: relative;
  padding: 120px 0px 85px;
}

.white-title {
  color: #fff;
  line-height: 120%;
}

.limit-width {
  max-width: 700px;
}

.desc_inside-limit {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #CBCBCB;
  margin-top: 20px;
}

.textblock_inside.limit-width {
  margin-bottom: 50px;
}

.table_inside-item {
  padding: 20px 0px;
  border-top: 1px solid #555555;
  display: flex;
  flex-wrap: wrap;
}

span.number-table {
  flex-basis: 15%;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-transform: lowercase;
  color: #FFFFFF;
}

span.number-table-mobile {
  display: none;
}

span.title_item-table {
  flex-basis: 35%;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  padding-right: 10%;
}

span.desc_item-table {
  flex-basis: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #CBCBCB;
}

.block-table-btn {
  text-align: center;
  margin-top: 65px;
}

.fiolet-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #E6E6E6;
  display: inline-block;
  padding: 17px 55px;
  background: #5B50D9;
  border: 2px solid #5B50D9;
  border-radius: 87px;
  transition: all 0.4s ease-in-out;
}

.fiolet-btn:hover {
  background: transparent;
}

.padding-default-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

section.howtime {
  background: #F4F4F4;
}

.textblock_inside {
  max-width: 850px;
}

h2.default-title {
  margin-bottom: 20px;
}

.textblock_inside {
  max-width: 850px;
}

h2.default-title {
  margin-bottom: 20px;
}

.desc_after-title {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #5C5C5C;
  max-width: 740px;
}

section.attention {
  background: #5B50D9;
  padding: 60px 0px;
}

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

.title-attention-wrapper {
  font-weight: 700;
  font-size: 56px;
  line-height: 69px;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
}

.title-attention-wrapper:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100px;
  background: #fff;
  margin-left: 45px;
  margin-right: 45px;
}

.desc-attention {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}

.how-request {
  background-color: #1E1E1E;
  background-image: url(/files/step-background.png);
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.padding-second {
  padding: 120px 0px 85px;
}

.how-request .desc_after-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  color: #CBCBCB;
}

.lists-request {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.item_request {
  flex-basis: calc(33.33% - 20px);
  border-left: 1px solid rgba(101, 101, 101, 0.4);
  padding-left: 20px;
}

.item_request-desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  display: block;
  max-width: 360px;
  margin-top: 42px;
}

span.number_request {
  font-weight: 700;
  font-size: 171px;
  line-height: 0.8;
  color: #1E1E1E;
  text-shadow: 0px 0px 0px #6e6e6e;
}

.item_request:nth-child(2) {
  margin-top: 88px;
}

.item_request:nth-child(3) {
  margin-top: 190px;
}

.wrapper_link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 85px;
}

.link_btn {
  display: block;
  position: relative;
  z-index: 2;
}

.text_wrapper-link {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  max-width: 695px;
}

.text_wrapper-link span {
  color: #5b50d9;
}

.link_btn a {
  display: inline-block;
  margin-left: 50px;
}

section.ourworks {
  background: #F4F4F4;
}

.list_works {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_work {
  flex-basis: calc(50% - 15px);
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.item_work:nth-child(2) {
  margin-top: 110px;
}

.item_work:nth-child(3) {
  margin-top: -110px;
}

.item_work a img {
  width: 100%;
}

.black_link-btn .text_wrapper-link {
  color: #222222;
  max-width: 650px;
}

.services {
  background: #1E1E1E;
  position: relative;
}

.planet_top {
  position: absolute;
  left: -6%;
  top: 100px;
}

.sevices_title .desc_after-title {



  /* or 22px */
  color: #FFFFFF;
}

.sevices_title {
  max-width: 640px;
}

.service_item {
  display: flex;
  border-top: 1px solid #555555;
  padding: 20px 0px;
  flex-wrap: wrap;
}

.number_service {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  text-transform: lowercase;
  color: #FFFFFF;
  flex-basis: 15%;
}

.service_item_text {
  flex-basis: 65%;
}

.services-link {
  flex-basis: 20%;
  text-align: right;
}

.services-link a {
  display: flex;
  align-items: center;
  justify-content: right;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  /* identical to box height, or 24px */
  color: #FFFFFF;
  transition: all 0.8s ease-in-out;
}

span.arrow-right-service svg {
  width: 50px;
  height: 50px;
}

span.arrow-right-service {
  width: 100px;
  height: 100px;
  border: 1px solid #5B50D9;
  border-radius: 100%;
  padding: 25px;
  margin-left: 20px;
  transition: all 0.8s ease-in-out;
}

.title-inside-service {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */
  color: #FFFFFF;
  margin-bottom: 10px;
}

.service_item_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  color: #CBCBCB;
  margin-bottom: 0;
}

.service_item_text p a {
  color: rgba(91, 80, 217, 1);
  border-bottom: 1px solid;
}

.planet_bottom {
  position: absolute;
  right: -2%;
  bottom: 7%;
}

.planet_bottom img {
  mix-blend-mode: exclusion;
}

.services {
  overflow: hidden;
}

.services_lists {
  position: relative;
  z-index: 1;
}

.services-link a:hover {
  color: #5B50D9;
}


span.arrow-right-service svg path {
  color: #5B50D9;
  fill: #5B50D9;
  transition: all 0.8s ease-in-out;
}

.services-link a:hover span.arrow-right-service {
  background: #5b50d9;
}

.services-link a:hover span.arrow-right-service svg path {
  fill: #fff;
}

span.arrow-right-service svg {
  transition: all 0.8s ease-in-out;
}

.services-link a:hover span.arrow-right-service svg {
  transform: rotate(45deg);
}

span.arrow-left-mes svg,
.arrow-right-mes svg {
  width: 72px;
  height: 72px;
}

span.arrow-left-mes {
  display: inline-block;
  transition: 0.6s;
}

span.arrow-right-mes {
  display: inline-block;
  transition: 0.6s;
}

.get-message {
  background: #F4F4F4;
  padding: 120px 0px 0px;
}

.planet-bottom {
  display: flex;
  margin-top: 35px;
}

.get_mes-title {
  max-width: 822px;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message_inside h2 {
  font-weight: 400;
  font-size: 56px;
  line-height: 1.2;
  text-align: center;
  color: #222222;
  font-family: 'Russo One';
}

.buttons-message {
  margin-top: 50px;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.buttons-message a {
  border: 2px solid #5B50D9;
  border-radius: 87px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #5B50D9;
  padding: 20px;
  display: inline-block;
  flex-basis: calc(50% - 15px);
}

span.arrow-left-mes svg path {
  fill: rgba(91, 80, 217, 0.3);
}

span.arrow-left-mes svg {
  transform: rotate(90deg);
}

span.arrow-right-mes svg path {
  fill: rgba(91, 80, 217, 0.3);
}

span.arrow-right-mes svg {
  transform: rotate(-180deg);
}

.planet-bottom img {
  width: 100%;
  mix-blend-mode: exclusion;
}

.footer {
  background: #1E1E1E;
}

.item_menu-footer nav a {
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  /* or 20px */
  color: #BABABA;
}

.item_menu-footer nav {
  display: flex;
  flex-wrap: wrap;
}

.item_menu-footer nav a {
  flex-basis: 50%;
}

.marquee-text-block {
  padding: 65px 0px 55px;
}

span.marquee-text {
  font-size: 40px;
  color: #2e2e2e;
  font-weight: 600;
}

.flex_row-footer {
  display: flex;
  flex-wrap: wrap;
}

.item-logo-footer {
  flex-basis: 25%;
}

.item_menu-footer {
  flex-basis: 45%;
}

.contact_tel-footer {
  flex-basis: 30%;
}

.social_footer-link a {
  width: 97px;
  height: 97px;
  border: 1px solid #3D3D3D;
  padding: 34px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  margin-right: -10px;
}

.social_footer-link {
  display: flex;
  margin-top: 50px;
}

.item_menu-footer nav a {
  margin-bottom: 20px;
}

.contact_tel-footer {
  text-align: right;
}

a.tel-footer {
  font-weight: 600;
  font-size: 46px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 8px;
  display: block;
}

.copyright {
  text-align: center;
  margin-top: 150px;
  padding-bottom: 50px;
}

.copyright-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #B4B4B4;
}

a.mail-footer {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #CCCCCC;
  margin-top: 10px;
  display: block;
}

.slider-inside-cursor {
  margin-top: 15px;
}

span.name-site {
  background: #5B50D9;
  border-radius: 59.2529px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #E6E6E6;
  text-transform: uppercase;
  padding: 10px 50px;
  display: inline-block;
}

.name-cursor:before {
  border: 1px solid #5B50D9;
  height: 42px;
  width: 42px;
  content: "";
  display: block;
  border-radius: 100%;
  margin-right: 20px;
}

.name-cursor {
  display: flex;
}

section.ourworks {
  position: relative;
}

.cursor-inside {
  position: absolute;
  width: 530px;
  transition: left, top 0.09s linear;
  visibility: hidden;
  z-index: 9999;
}


.header_menu {
  position: fixed;
  top: 95px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #202020;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  overflow: hidden;
}

.menu-btn:after {
  content: '';
  position: absolute;
  left: -64px;
  bottom: -94px;
  display: block;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  border: 1px solid #434343;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  translate: 0 -20px;
  pointer-events: none;
}

.header_menu .container {
  height: 100%;
}

.header_menu-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.menu-center {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-title {
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 56px;
  line-height: 67px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  margin-bottom: 50px;
}

.item_menu-center nav {
  display: flex;
  gap: 50px;
}

.item_menu-center nav div {
  display: flex;
  flex-direction: column;
}

.item_menu-center nav a {
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #BABABA;
  margin-bottom: 19px;
  transition: 0.5s;
}

.item_menu-center nav a:hover {
  color: white;
}

.menu-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
  position: relative;
}

.menu-bottom:before {
  content: '';
  position: absolute;
  left: -28%;
  top: -50px;
  display: block;
  width: 880px;
  height: 880px;
  border-radius: 50%;
  border: 1px solid #434343;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  translate: 0 50px;
}

.need-help {
  display: flex;
  align-items: center;
  gap: 20px;
}

.need-help span {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFF;
  width: 175px;
}

.link-seo-menu {
  margin-left: 9.6%;
}

.menu-phone-numbers {
  display: flex;
  flex-direction: column;
}

.menu-phone-numbers a {
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  color: #FFFFFF;
}

.showMenu {
  opacity: 1;
  visibility: visible;
}

.header.header-in-menu {
  background: #202020;
  border-bottom: 1px solid #202020;
}

.header.header-in-menu .contact_menu,
.header.header-in-menu .btn-review {
  opacity: 0;
  visibility: hidden;
}

.header.header-in-menu .toggle-btn-menu {
  rotate: 45deg;
}

.header.header-in-menu .toggle-btn-menu:before {
  opacity: 0;
}

.header.header-in-menu .toggle-btn-menu:after {
  bottom: 1px;
  rotate: -90deg;
}

.header.header-in-menu .menu-btn:after {
  opacity: 1;
  visibility: visible;
  translate: 0;
  transition: 0.7s 0.5s;
}

.header.header-in-menu .menu-bottom:before {
  opacity: 1;
  visibility: visible;
  translate: 0;
  transition: 0.7s 1s;
}

.title_slider_mobile,
.number_service_mobile {
  display: none;
}


.overlay-popup {
  background: rgba(30, 30, 30, 0.9);
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.popup-form {
  position: fixed;
  z-index: 110;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  padding: 50px 50px 45px 50px;
  background: #FFFFFF;
  border-radius: 12px;
  width: 100%;
  max-width: 560px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  scale: 0.8;
  pointer-events: none;
}

.active-popup {
  opacity: 1;
  visibility: visible;
  scale: 1;
  pointer-events: visible;
}

.close-popup-btn {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.close-popup-btn span {
  display: block;
  border-top: 1px solid #919191;
  width: 15px;
  rotate: 45deg;
}

.close-popup-btn span:before {
  content: '';
  position: absolute;
  border-top: 1px solid #919191;
  width: 15px;
  rotate: -90deg;
  top: -1px;
}



.forn-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #1E1E1E;
}

.contactForm {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}

.popup-form-input {
  height: 40px;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 10px;
  transition: 0.4s;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #8F8F8F;
}

.popup-form-input.error {
  border-bottom: 1px solid red;
}

.popup-form-input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #8F8F8F;
}

.popup-form-input:focus-visible {
  border-bottom: 1px solid #5B50D9;
}

.order-btn {
  height: 60px;
  width: 100%;
  max-width: 304px;
  background: #5B50D9;
  border-radius: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #E6E6E6;
  border: 1px solid #5B50D9;
  margin: 20px auto 15px;
  transition: 0.5s;
  cursor: pointer;
}

.order-btn:hover {
  border: 1px solid #5B50D9;
  color: #5B50D9;
  background-color: white;
}

.agry-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #B3B3B3;
  width: 100%;
  max-width: 254px;
  display: block;
  margin: 0 auto;
}

.agry-text a {
  color: #5B50D9;
}

.form-bottom {
  margin-top: 30px;
}

.or-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #6B6B6B;
  position: relative;
  display: inline-block;
  z-index: 2;
  background-color: white;
  padding: 0 13px;
}

.or-block {
  position: relative;
  display: flex;
  justify-content: center;
}

.or-block:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 61%;
  translate: 0 -50%;
  display: block;
  border-top: 1px solid #6B6B6B;
  z-index: 1;
}

.social-msg {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-msg span {
  white-space: nowrap;
}

.socials-img a {
  display: flex;
  align-items: center;
}

.socials-img {
  display: flex;
  align-items: center;
  gap: 5px;
}

.telegram-icon img {
  width: 26px;
  margin-right: 2px;
}

.social_footer-link-mobile {
  display: none;
}

.popup-form-thanks {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 571px;
  width: 100%;
  width: 560px;
  /* transform: translate(-50%, -50%); */
  translate: -50% -50%;
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  scale: 0.8;
  z-index: 101;
}

.popup-form-thanks .close-popup-btn span:before {
  left: 0px;
}

/* .inside-svg {
  opacity: 0;
  translate: 0 20px;
  transition: 0.4s;
} */

.thanks-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #5B50D9;
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.thanks-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #717171;
}

.popup-form-thanks a {
  background: #5B50D9;
  border: 1px solid #5B50D9;
  border-radius: 87px;
  height: 60px;
  width: 100%;
  max-width: 305px;
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #E6E6E6;
  transition: 0.6s;
}

.popup-form-thanks a:hover {
  border: 1px solid #5B50D9;
  background: white;
  color: #5B50D9;
}

.popup-form-thanks.show-thanks {
  opacity: 1;
  visibility: visible;
  scale: 1;
}

.move-left-arrow {
  translate: 20px 20px;
}

.move-right-arrow {
  translate: -20px 20px;
}

.leftArrowBtn:hover .arrow-left-mes {
  translate: 20px 20px;
}

/* CONTACT PAGE ============================ */
.price__title {
  font-family: 'Russo One';
  color: #1E1E1E;
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
}

.contact_page {
  margin-top: 30px;
}

.contact_content-top {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.map_side {
  max-width: 850px;
  width: 100%;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.map_side iframe {
  width: 100%;
  height: 100%;
}

.contacts_side {
  padding: 50px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 100%;
  max-width: 740px;
  margin-left: -300px;
  position: relative;
  isolation: isolate;
}

.contacts_img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.contacts_side_top {
  display: flex;
  flex-direction: column;
}

.contact_phone {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1E1E1E;
  margin-bottom: 10px;
}

.address_text_contact {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #AFAFAF;
  margin-bottom: 10px;
}

.contacts_side_bottom a {
  border: 1px solid #E4E4E4;
}

.contacts_side_bottom a img {
  filter: invert(0.8);
}

.inside-wrapper-top {
  margin-top: 50px;
}

.contact_content-form {
  width: 100%;
  max-width: 1070px;
  margin: 100px auto;
}

.contact_form-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #1E1E1E;
  text-align: center;
  display: block;
}

.contactPageForm {
  margin-top: 30px;
}

.form_contact_inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  column-gap: 70px;
  margin-bottom: 50px;
}

.contact-page_input {
  height: 40px;
  border: unset;
  border-bottom: 1px solid #F1F1F1;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #A3A3A3;
  transition: 0.4s;
}

.contact-page_input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #A3A3A3;
  font-family: 'Gilroy';
}

.contact-page_input:focus-visible {
  border: unset;
  outline: unset;
  border-bottom: 1px solid #5B50D9;
}

.contact-page_input.input-msg {
  grid-column: 3 / 1;
  height: 60px;
}


.contacts_mob {
  display: none;
}

.breadcrumb {
  display: flex;
  gap: 18px;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 50px;
}

.breadcrumb>li {
  position: relative;
}

.breadcrumb>li:after {
  content: '/';
  display: block;
  position: absolute;
  top: 2px;
  right: -14px;
}

.breadcrumb>li:last-child:after {
  content: '/';
  display: none;
}

.breadcrumb li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #5C5C5C;
}

.item_menu-center nav a.contacts_desk {
  font-weight: 700;
  font-size: 19px;
}

.form_contact_inputs input.error {
  border-bottom: 1px solid red;
}


































@media (max-width: 1440px) {
  h1.title_slider {
    font-size: 58px;
    margin-bottom: -50px;
  }

  h1.title_slider img {
    width: 75%;
  }

  span.bottom-text {
    margin-top: -80px;
  }

  .contact_menu a {
    font-size: 20px;
    line-height: 1.2;
  }

  .transparentBtn {
    padding: 15px 40px;
  }

  header.header {
    padding: 15px 0px;
  }

  body {
    padding-top: 87px;
  }

  img.planet-img {
    left: -10%;
  }

  .planet_top {
    left: -10%;
  }

  .header_menu {
    top: 86px;
  }

}

@media (max-width: 1360px) {
  img.planet-img {
    left: -10%;
  }

  .planet_top {
    left: -10%;
  }

  .container {
    max-width: 1280px;
  }
}


@media (max-width: 1280px) {
  img.planet-img {
    left: -12%;
  }

  .planet_top {
    left: -12%;
  }

  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1024px) {
  h1.title_slider img {
    width: 67%;
  }

  .padding-default-section {
    padding: 60px 0px 80px;
  }

  section.howmuch {
    padding: 60px 0px 80px;
  }

  .padding-default-section {
    padding: 60px 0px 80px;
  }

  h2.default-title {
    font-size: 42px;
  }

  section.howmuch {
    padding: 60px 0px 80px;
  }

  .inside-row-item ul li {
    font-size: 18px;
  }

  .inside_banner {
    max-height: 500px;
  }

  span.title_item-table {
    font-size: 20px;
    padding-right: 3%;
    flex-basis: 27%;
  }

  span.desc_item-table {
    flex-basis: 63%;
  }

  span.number-table {
    flex-basis: 10%;
  }

  img.planet-img {
    left: -14%;
  }

  .service_item_text {
    flex-basis: 60%;
  }

  .title-inside-service {
    font-size: 22px;
  }

  .service_item_text p {
    font-size: 14px;
  }

  .services-link {
    flex-basis: 30%;
  }

  .number_service {
    flex-basis: 10%;
  }

  a.tel-footer {
    font-size: 30px;
  }

  .social_footer-link a {
    width: 80px;
    height: 80px;
    padding: 23px;
  }

  .contact_tel-footer {
    flex-basis: 25%;
  }

  .item_menu-footer {
    flex-basis: 50%;
  }

  .logo_footer img {
    width: 200px;
  }

  .copyright {
    margin-top: 50px;
  }

  .copyright-text {
    font-size: 20px;
  }

  .item_menu-footer nav a {
    font-size: 16px;
  }

  section.get-message {
    padding-top: 80px;
  }

  .black_link-btn .text_wrapper-link {
    font-size: 32px;
    max-width: 600px;
  }

  a.link-seo {
    width: 150px;
    height: 150px;
  }

  span.text-whatseo svg {
    width: 110px;
    height: 110px;
  }

  span.arrow-right-btn svg {
    height: 55px;
    width: 55px;
  }

  section.ourworks.padding-second {
    padding-top: 80px;
  }

}

@media (max-width: 992px) {

  .title_slider {
    display: none;
  }

  .title_slider_mobile {
    display: block;
  }

  .mobile-top-text {
    display: flex;
  }

  .title_slider_mobile span.bottom-text {
    margin-top: 0;
  }

  .title_slider_mobile span.bottom-text-img {
    top: 0;
    right: -32px;
  }

  .title_slider_mobile span.top-seo-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  span.top-text-img {
    margin-bottom: 0;
  }

  h1.title_slider img {
    width: 100%;
  }

  h1.title_slider {
    text-align: left;
  }

  section.main_slider {
    height: auto;
  }

  .bottom_text-slider {
    flex-direction: column;
  }

  .main_slider-flex {
    gap: 53px;
  }

  .inside_bottom-text {
    text-align: center;
    max-width: 100%;
  }

  .bottom_text-slider {
    gap: 35px;
    align-self: center;
  }

  .contact_menu {
    display: none;
  }

  .btn-review {
    display: none;
  }

  body {
    padding-top: 65px;
  }

  img.stars-gif {
    width: calc(100vw - 0px);
    height: 100%;
  }

  .textblock_inside-row {
    flex-direction: column;
    gap: 13px;
  }

  .padding-default-section {
    padding: 40px 0px 30px;
  }

  a.link-def {
    right: 15px;
    bottom: 15px;
    left: 15px;
    justify-content: space-between;
  }

  section.howmuch {
    padding: 25px 0px 60px;
  }

  .planet-img {
    display: none;
  }

  span.number-table {
    display: none;
  }

  span.number-table-mobile {
    display: block;
  }

  .table_inside-item {
    flex-direction: column;
    gap: 10px;
  }

  span.desc_item-table {
    display: flex;
    gap: 20px;
  }

  .block-table-btn {
    margin-top: 40px;
  }

  .title-attention-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .attention-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .title-attention-wrapper:after {
    margin-left: 0;
  }

  section.attention {
    padding: 40px 0;
  }

  .padding-second {
    padding: 40px 30px;
  }

  .how-request {
    background-image: unset;
  }

  .lists-request {
    flex-direction: column;
  }

  .wrapper_link-btn {
    margin-top: 37px;
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .list_works {
    flex-direction: column;
  }

  .item_work:nth-child(2) {
    margin-top: 50px;
  }

  .item_work:nth-child(3) {
    margin-top: 50px;
  }

  .item_work {
    margin-top: 50px;
  }

  .planet_top,
  .planet_bottom {
    display: none;
  }

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

  .services-link a {
    justify-content: flex-start;
  }

  .number_service {
    display: none;
  }

  .number_service_mobile {
    display: block;
    flex-basis: unset;
  }

  .title-inside-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  span.arrow-right-service {
    width: 55px;
    height: 55px;
    position: relative;
  }

  span.arrow-right-service svg {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }

  section.get-message {
    padding-top: 40px;
  }

  .buttons-message {
    gap: 15px;
    flex-direction: column;
  }

  .get_mes-title {
    align-items: flex-start;
  }

  .marquee-text-block {
    padding: 34px 0;
  }

  .flex_row-footer {
    flex-direction: column;
  }

  .item_menu-footer nav {
    flex-direction: column;
    text-align: center;
  }

  .item_menu-footer nav a:nth-child(1) {
    order: 1;
  }

  .item_menu-footer nav a:nth-child(2) {
    order: 6;
  }

  .item_menu-footer nav a:nth-child(3) {
    order: 2;
  }

  .item_menu-footer nav a:nth-child(4) {
    order: 7;
  }

  .item_menu-footer nav a:nth-child(5) {
    order: 3;
  }

  .item_menu-footer nav a:nth-child(6) {
    order: 8;
  }

  .item_menu-footer nav a:nth-child(7) {
    order: 4;
  }

  .item_menu-footer nav a:nth-child(8) {
    order: 10;
  }

  .item_menu-footer nav a:nth-child(9) {
    order: 5;
  }

  .item_menu-footer nav a:nth-child(10) {
    order: 10;
  }

  .social_footer-link {
    display: none;
  }

  .social_contact-link {
    display: flex;
  }

  .contact_content-top {
    flex-direction: column-reverse;
  }

  .map_side {
    max-width: 100%;
  }

  .contacts_side {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .item_menu-footer {
    margin-top: 30px;
  }

  .contact_tel-footer {
    flex-basis: 100%;
    text-align: center;
  }

  .item-logo-footer {
    order: 1;
    height: 92px;
    flex-basis: unset;
  }

  .contact_tel-footer {
    order: 2;
    margin-top: 30px;
  }

  .item_menu-footer {
    order: 3;
  }

  .logo_footer img {
    width: 90%;
    display: block;
  }

  .logo_footer {
    display: flex;
    justify-content: center;
  }

  .social_footer-link-mobile {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    order: 4;
  }

  span.arrow-left-mes svg,
  .arrow-right-mes svg {
    width: 30px;
    height: 30px;
  }

  .header_menu {
    top: 50px;
  }

  .item_menu-center nav {
    gap: 0px;
    flex-wrap: wrap;
  }

  .item_menu-center nav div {
    flex-basis: 50%;
    margin-bottom: 46px;
  }

  .menu-bottom:before {
    display: none;
  }

  .menu-bottom {
    align-items: center;
  }

  .menu-bottom .link-seo-menu {
    margin-left: 0;
  }

  .menu-phone-numbers a {
    font-size: 34px;
  }
}


@media (max-width: 768px) {
  span.bottom-text {
    margin-top: -15px;
  }

  h1.title_slider {
    font-size: 48px;
  }

  .bottom_text-slider {
    max-width: 100%;
  }
}

@media (max-width: 500px) {

  .menu-title {
    font-size: 35px;
    margin-bottom: 0;
  }

  .item_menu-center nav {
    gap: 0;
    flex-direction: column;
  }

  .item_menu-center nav a {
    margin-bottom: 12px;
  }

  .menu-bottom {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
  }

  .need-help {
    gap: 13px;
    order: 1;
    width: 50%;
  }

  .need-help img {
    width: 25px;
  }

  .need-help span {
    font-size: 18px;
  }

  .menu-bottom .link-seo-menu {
    order: 3;
    margin-top: 16px;
  }

  .menu-phone-numbers {
    order: 2;
    width: 50%;
  }

  .menu-phone-numbers a {
    font-size: 22px;
    line-height: 37px;
  }

  .item_menu-center nav div {
    flex-basis: unset;
    margin-bottom: 0;
  }

  /* .menu-center {
    margin-top: 30px;
  } */

  .menu-btn:after {
    display: none;
  }

  h1.title_slider {
    font-size: 35px;
    line-height: 43px;
  }

  .mobile-top-text {
    flex-direction: column;
  }

  span.text_def {
    font-size: 22px;
  }

  span.arrow-right-def {
    width: 73px;
    height: 73px;
    position: relative;
  }

  span.arrow-right-def svg {
    width: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }

  .inside_banner {
    height: 340px;
  }

  .inside_banner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .message_inside h2 {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 28px;
  }

  .slider_text {
    padding: 0;
  }

  .title_slider_mobile span.top-seo-text {
    justify-content: unset;
    gap: 20px;
  }

  .center-text {
    margin-top: -17px;
  }

  .main_slider-flex {
    padding-top: 34px;
  }

  h1.title_slider .top-text-img img {
    margin-top: -32px;
    width: 192px;
  }

  h1.title_slider .bottom-text-img img {
    margin-top: -13px;
    width: 150px;
  }

  .title_slider_mobile span.bottom-text-img {
    right: -15px;
  }

  .title_slider_mobile span.bottom-text {
    line-height: 56px;
    margin-top: -24px;
  }


  .inside_bottom-text {
    font-size: 15px;
    text-align: left;
    max-width: 254px;
    align-self: flex-start;
  }

  .bottom_text-slider {
    align-self: unset;
  }

  .main_slider-flex {
    gap: 40px;
  }

  a.link-seo {
    width: 140px;
    height: 140px;
  }

  span.text-whatseo svg {
    height: 102px;
  }

  h2.default-title {
    font-size: 28px;
    line-height: 140%;
  }

  .inside-row-item p {
    font-size: 15px;
    line-height: 123%;
  }

  .textblock_inside-row {
    margin-bottom: 30px;
  }

  .textblock_inside.limit-width {
    margin-bottom: 27px;
  }

  span.title_item-table {
    font-size: 22px;
    padding-right: 0;
    flex-basis: unset;
  }

  .block-table-btn {
    margin-top: 15px;
  }

  section.howmuch {
    padding: 25px 0px 40px;
  }

  .padding-default-section {
    padding: 25px 0px 30px;
  }

  .desc_after-title {
    margin-bottom: 30px;
  }

  section.attention {
    padding: 17px 0 31px;
  }

  .padding-second {
    padding: 40px 0px;
  }

  .item_request:nth-child(3),
  .item_request:nth-child(2) {
    margin-top: 55px;
  }

  .text_wrapper-link {
    font-size: 20px;
    line-height: 28px;
  }

  .link_btn a {
    margin-left: 0;
  }

  section.ourworks.padding-second {
    padding-top: 35px;
  }

  .slider-inside-cursor {
    display: none;
  }

  .cursor-inside {
    width: auto;
    position: relative;
    visibility: visible;
    z-index: 8;
  }

  .name-cursor {
    display: flex;
    margin-top: 10px;
  }

  .item_work:nth-child(1) {
    margin-top: 0;
  }

  .item_work:nth-child(3),
  .item_work:nth-child(2) {
    margin-top: 30px;
  }

  .item_work {
    margin-top: 30px;
  }

  .black_link-btn .text_wrapper-link {
    font-size: 20px;
    line-height: 140%;
  }

  .services .padding-default-section {
    padding: 35px 0px 30px;
  }

  .buttons-message {
    margin-top: 30px;
  }

  a.tel-footer {
    font-size: 28px;
    line-height: 34px;
  }

  a.mail-footer {
    font-size: 16px;
    line-height: 19px;
  }

  .item_menu-footer nav {
    text-align: left;
  }

  .item_menu-footer nav a {
    margin-bottom: 15px;
  }

  .copyright {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .social_footer-link a {
    width: 100px;
    height: 100px;
    justify-content: center;
  }

  .item-logo-footer {
    height: 48px;
  }

  /* body {
    background: #202020;
  } */

  .social-msg {
    margin-top: 28px;
    flex-direction: column;
    gap: 14px;
  }

  .popup-form {
    padding: 20px;
  }

  .contactForm {
    margin-top: 15px;
  }

  .forn-title {
    font-size: 18px;
  }

  .form_contact_inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px
  }

  .contact_form-title {
    font-size: 24px;
  }

  .contact-page_input {
    font-size: 14px;
  }

  .contact-page_input::placeholder {
    font-size: 14px;
  }

  .contact_content-form {
    margin: 40px auto;
  }

  .order-btn {
    font-size: 16px;
  }

  .contacts_side {
    overflow: hidden;
  }

  .contacts_img {
    filter: opacity(0.5);
    right: -115px;
  }

  .address_text_contact {
    color: #484848;
  }

  .social_footer-link a {
    border: 1px solid #5a5a5a;
  }

  .price__title {
    font-size: 30px;
  }

  .contact_phone {
    font-size: 25px;
    line-height: 28px;
  }

  .contacts_side {
    padding: 25px;
  }

  .contacts_side_bottom .social_footer-link {
    margin-top: 11px;
    justify-content: center;
  }

  .contacts_side_bottom .social_footer-link a {
    width: 80px;
    height: 80px;
  }

  .map_side {
    height: 330px;
  }

  .contacts_desk {
    display: none;
  }

  .contacts_mob {
    display: block;
  }

}

@media (max-width: 350px) {
  .logo-block-header img {
    width: 97%;
  }

  h1.title_slider .bottom-text-img img {
    margin-top: 6px;
    width: 124px;
  }

  h1.title_slider .top-text-img img {
    width: 174px;
  }

  .buttons-message a {
    font-size: 16px;
  }

  .menu-bottom .link-seo-menu {
    width: 110px;
    height: 110px;
  }

  span.text-whatseo svg {
    height: 72px;
  }

  span.arrow-right-btn {
    top: 36%;
  }

  span.arrow-right-btn svg {
    width: 30px;
    height: 30px;
  }

  .menu-phone-numbers a {
    font-size: 18px;
    line-height: 29px;
  }

  .need-help span {
    font-size: 14px;
  }

  .item_menu-center nav a {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .menu-title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .need-help {
    gap: 8px;
  }

  .need-help span {
    font-size: 14px;
  }

  .menu-phone-numbers a {
    font-size: 18px;
    line-height: 29px;
  }



}