@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@font-face {
  font-family: Roboto-light;
  src: url("../font/Roboto-Light.ttf");
}
@font-face {
  font-family: Roboto-regular;
  src: url("../font/Roboto-Regular.ttf");
}
@font-face {
  font-family: Roboto-medium;
  src: url("../font/Roboto-Medium.ttf");
}
@font-face {
  font-family: Roboto-bold;
  src: url("../font/Roboto-Bold.ttf");
}
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  font-family: "Roboto";
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

nav ul li a,
.dropbtn {
    display: inline-block;
    color: #006CD2;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    font-weight: 500;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown a {
  color: #006CD2 !important;
}

.dropdown-content a {
  color: #272828 !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f8f9fb;
    box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    min-width: 320px;
    border-radius: 10px;
  
}
.dropdown-content .menu__list{
    flex-direction: column;
    align-items: flex-start !important;
}
.dropbtn::after {
  left: auto !important;
  width: 9px !important;
  height: 9px !important;
  border-bottom: 3px solid #006cd2;
  border-left: 3px solid #006cd2;
  background-color: #fff !important;
  right: -17px;
  position: absolute !important;
  top: 45%;
  transform: translateY(-55%) rotate(317deg);
}

.dropdown:hover .dropbtn::after {
  transform: rotate(-135deg); /* Направление вверх при наведении */
}

.dropdown-content a {
    text-decoration: none;
    display: block;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 2px;
}
.dropdown-content a:last-child{
     margin-bottom: 0px;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.section-platform-pages {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
/* вложенное меню в мобилках */
/* .menu__list-tablet .dropdown-content{
    background: none;
    box-shadow: none;
} */
.menu__list-tablet .menu__list{
    width: 100%;
    height: 100%;
    padding: 10px;
}
/* 1024  dropdown*/
@media screen and (max-width: 1024px) {
  .menu__list-tablet .dropdown:hover .dropdown-content {
    box-shadow: none;
    z-index: 2;
    margin-top: 70px;
    border-radius: 10px;
    width: 100%;

  }
  .menu__list-tablet .dropdown:hover .dropdown-content ul {
    width: 100%;
    height: auto;
    background: #f8f9fb;
    padding: 10px;
    border-radius: 10px;

  }
  .menu__list-tablet .dropdown:hover .dropdown-content a {
    padding: 0;
    line-height: 120%;
    padding-bottom: 5px;
    color: #505151 !important;
    margin-bottom: 10px;
  }
  .menu__list-tablet .dropdown:hover .dropdown-content a:last-child {
    margin-bottom: 0;
  }
}

/* 750px  dropdown*/
@media screen and (max-width: 750px) {
  .menu__list-tablet .dropdown:hover .dropdown-content {
    box-shadow: none;
    z-index: 2;
    margin-top: -13px;
    border-radius: 10px;
    width: 100%;
    min-height: 210px;
  }
  .menu__list-tablet .dropdown:hover .dropdown-content ul {
    width: 100%;
    height: 100%;
    background: #f8f9fb;
    padding: 10px;
    border-radius: 10px;

  }
  .menu__list-tablet .dropdown:hover .dropdown-content a {
    padding: 0;
    line-height: 120%;
    padding-bottom: 5px;
    color: #505151 !important;
    margin-bottom: 5px;
  }
  .menu__list-tablet .dropdown:hover .dropdown-content a:last-child {
    margin-bottom: 0;
  }
}
.header {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto";
}
.header .logo {
  display: flex;
  align-items: flex-start;
  height: 38px;
}
@media (max-width: 750px) {
  .header .logo {
    width: 75%;
  }
}
.header .full-logo {
  width: 200px;
}
.header .header-menu {
  width: 70%;
}
.header .call-mobail {
  display: none;
}
@media (max-width: 750px) {
  .header .call-mobail {
    display: block;
    padding-right: 20px;
    padding-left: 10px;
  }
  .header .call-mobail img {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 1104px) {
  .header .header-menu {
    width: 77%;
  }
}
@media (max-width: 1004px) {
  .header .header-menu {
    width: 100%;
    background: white;
    position: absolute;
    left: 0;
    height: 55px;
    top: 0;
  }
  .header .header-menu .menu__body {
    height: 100%;
  }
  .header .header-menu .menu__body {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .header .header {
    justify-content: space-between;
  }
  .header .header-menu {
    width: auto;
    position: static;
    height: auto;
  }
}
.header .menu__body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .header .menu__icon {
    width: 30px;
    height: 18px;
    position: relative;
    z-index: 5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 22;
  }
  .header .menu__icon.active span {
    transform: scale(0);
  }
  .header .menu__icon.active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
    transition: 0.2s;
  }
  .header .menu__icon.active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
    transition: 0.2s;
  }
  .header .menu__icon .menu__icon-wraper {
    padding: 20px;
    border-radius: 8px;
    background: #F7F7F7;
  }
  .header .menu__icon span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #006CD2;
  }
  .header .menu__icon span:first-child {
    top: 0;
  }
  .header .menu__icon span:last-child {
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 1024px) {
  .header .menu__body {
    justify-content: flex-end;
    padding-right: 5px;
  }
}
@media (max-width: 750px) {
  .header .menu__body {
    position: fixed;
    top: 0;
    right: -200%;
    width: 75%;
    border-radius: 20px 0px 0px 0px;
    background: #ffffff;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.4s linear;
    box-shadow: -63px 15px 30px 52px rgba(34, 60, 80, 0.18);
    z-index: 20;
  }
}
.header .menu__body.active {
  right: 0%;
}
@media (max-width: 320px) {
  .header .menu__body {
    width: 100%;
  }
}
.header .menu-logo {
  display: none;
}
.header .menu-contact {
  display: none;
}
@media (max-width: 750px) {
  .header .menu-logo {
    display: block;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
    width: 77%;
    margin: 0 auto;
  }
  .header .menu-logo img {
    width: 150px;
  }
  .header .menu-contact {
    display: block;
    width: 77%;
  }
  .header .menu-contact div {
    display: flex;
    flex-direction: column;
    padding-bottom: 35px;
  }
  .header .menu-contact div span {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
  }
  .header .menu-contact div a {
    padding-bottom: 13px;
  }
  .header .menu-contact div .menu-tel-info,
  .header .menu-contact div .menu-email-info {
    color: #FC5101;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 12px;
  }
  .header .menu-contact div .menu-btn-contact {
    border-radius: 8px;
    border: 2px solid #006CD2;
    background: #FFF;
    padding: 11px 20px;
    width: 100%;
  }
  .header .menu-contact div .menu-btn-contact span {
    color: #006CD2;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
}
.header .menu__list {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .menu__list li {
  padding-right: 35px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 16.8px */
  letter-spacing: 0.16px;
}
.header .menu__list li a {
  color: #272828;
  transition: all 0.3s;
  position: relative;
  font-weight: 500;
}
.header .menu__list li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FC5101;
  width: 0;
  transition: 0.3s;
}
.header .menu__list li a:hover:after {
  width: 100%;
}
.header .menu__list li:last-child {
  padding-right: 0;
}
@media (max-width: 750px) {
  .header .menu__list li {
    font-size: 17px;
    line-height: 40px;
    padding: 0;
  }
  .header .menu__list li a {
    font-weight: 500;
  }
}
.header .menu__list .header .menu__icon.active span:first-child {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
  transition: 0.2s;
}
.header .menu__list .header .menu__icon.active span:last-child {
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .header .menu__list {
    justify-content: left;
    position: absolute;
    top: -73px;
    width: 100%;
    left: 0;
    padding-left: 15px;
    height: 73px;
    z-index: 3;
    background: white;
    transition: 0.5s ease;
  }
}
@media (max-width: 750px) {
  .header .menu__list {
    flex-direction: column;
    gap: 0;
    margin: auto;
    padding-top: 10px;
    align-items: flex-start !important;
    width: 77%;
    margin-top: 0;
    display: block;
    position: initial;
    padding-left: 0;
  }
}
.header .tel-info {
  border-radius: 8px;
  padding: 10px 20px 10px 10px;
  background: #006CD2;
  display: flex;
  align-items: center;
  position: relative;
  width: 283px;
}
.header .tel-info .image {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 0px 8px 8px 0px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  display: flex;
  left: 0;
}
.header .tel-info .image img {
  width: 20px;
  height: 20px;
}
.header .tel-info span {
  padding-left: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .header .tel-info {
    width: auto;
  }
}
@media (max-width: 750px) {
  .header .tel-info {
    display: none;
  }
}

@media (max-width: 992px) {
  .header {
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .header {
    justify-content: space-between;
  }
}
.it-result .it-result__wrap {
  max-height: 743px;
  max-width: 1230px;
  padding: 0 15px;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  justify-content: space-between;
  height: 83vh;
}
.it-result__photo {
  width: 50%;
}
.it-result__photo img {
  width: 100%;
  height: 100%;
}
.it-result .show-photo {
  display: none;
}
@media screen and (max-width: 775px) {
  .it-result .show-photo {
    display: block;
    width: 100%;
  }
  .it-result .hide-photo {
    display: none;
  }
  .it-result .it-result__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    max-height: 100%;
  }
  .it-result .it-result__text-wrap {
    width: 100%;
  }
  .it-result .it-result__text {
    align-items: flex-start;
    position: inherit;
    justify-content: center;
    padding: 0;
    width: 100%;
  }
  .it-result .it-result__text p {
    font-size: 22px;
    padding-left: 10px;
  }
  .it-result .it_result__button {
    width: 76%;
  }
  .it-result .second-text {
    width: 100% !important;
  }
  .it-result .it_result__button {
    margin-left: 10px !important;
    width: 98%;
  }
  .it-result .it-result__text h1 .second-text {
    padding-left: 10px;
  }
  .it-result .it-result .it-result__text p {
    padding-left: 3px !important;
  }
}
@media screen and (max-width: 550px) {
  .it-result .it-result__text p {
    font-size: 18px;
  }
  .it-result .it-result__wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 385px) {
  .it-result .second-text {
    padding-top: 5px;
  }
  .it-result .it-result__text p {
    font-size: 15px;
  }
  .it-result .it_result__button span {
    font-size: 16px;
  }
}
.it-result__text {
  display: flex;
  align-items: center;
  width: 50%;
  height: auto;
}
.it-result__text h1 {
  color: #272828;
  font-family: Roboto;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.it-result__text h1 .first-text {
  color: #ffffff;
  background-color: #006CD2;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 48px;
  text-align: left;
  width: auto;
  cursor: auto;
}
.it-result__text h1 .first-text span {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .it-result__text h1 .first-text {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  .it-result__text h1 .first-text {
    font-size: calc(4.3vw - 1px);
  }
}
@media (max-width: 750px) {
  .it-result__text h1 .first-text {
    font-size: calc(9vw - 1px);
    width: 100%;
    padding-left: 10px;
  }
}
@media (max-width: 426px) {
  .it-result__text h1 .first-text {
    font-size: calc(8.5vw - 1px);
  }
}
@media (max-width: 358px) {
  .it-result__text h1 .first-text {
    font-size: calc(8.2vw - 1px);
  }
}
.it-result__text h1 .second-text {
  padding-left: 20px;
  width: 100%;
  display: block;
  line-height: 110%;
}
@media (max-width: 1024px) {
  .it-result__text h1 .second-text {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  .it-result__text h1 .second-text {
    font-size: calc(4.6vw - 1px);
  }
}
@media (max-width: 750px) {
  .it-result__text h1 .second-text {
    font-size: 32px;
  }
}
@media (max-width: 358px) {
  .it-result__text h1 .second-text {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .it-result__text h1 {
    font-size: 35px;
  }
}
.it-result__text p {
  color: #272828;
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  padding: 10px 0 20px 0;
  padding-left: 20px;
}
@media screen and (max-width: 992px) {
  .it-result__text p {
    font-size: 18px;
  }
}
.it-result .it_result__button {
  border-radius: 8px;
  border: 2px solid #006CD2;
  background: #FFF;
  padding: 11px 20px;
  color: #006CD2;
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 24px;
  margin-left: 20px;
}

@media screen and (max-width: 775px) {
  .it-result {
    background: none;
  }
}
.secvice {
  background: #fafafa;
}
.secvice .service-wraper {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 992px) {
  .secvice .service-wraper {
    margin-top: 0;
  }
}
.secvice .service__list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 30px;
}
.secvice .service__list h1 {
  color: #333333;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 124%; /* 59.52px */
}
@media screen and (max-width: 992px) {
  .secvice .service__list h1 {
    font-size: 32px;
  }
}
.secvice .service__list span {
  color: #FC5101;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .secvice .service__list span {
    font-size: 16px;
  }
}
.secvice .service_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.secvice .service_items .item {
  border-radius: 15px;
  border: 1px solid #7C808C;
  background: #ffffff;
  display: flex;
  width: 386px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  margin: 0 10px;
  margin-bottom: 50px;
}
.secvice .service_items .item img {
  width: auto;
}
@media screen and (max-width: 992px) {
  .secvice .service_items .item img {
    width: 80px;
  }
}
.secvice .service_items .item span {
  color: #333333;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 124%; /* 29.76px */
}
@media screen and (max-width: 992px) {
  .secvice .service_items .item span {
    font-size: 19px;
  }
}
@media screen and (max-width: 522px) {
  .secvice .service_items .item span {
    font-size: 16px;
  }
}
.secvice .service_items .item-1,
.secvice .service_items .item-3,
.secvice .service_items .item-4 {
  width: 386px;
}
.secvice .service_items .item-2 {
  width: 388px;
}
.secvice .service_items .item-5 {
  width: 288px;
}
.secvice .service_items .item-6 {
  width: 486px;
}
@media screen and (max-width: 992px) {
  .secvice .service_items .item-1,
  .secvice .service_items .item-2,
  .secvice .service_items .item-3,
  .secvice .service_items .item-4,
  .secvice .service_items .item-5,
  .secvice .service_items .item-6 {
    width: 48% !important;
    margin: 4px;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    justify-content: start;
  }
}
@media screen and (max-width: 750px) {
  .secvice .service_items .item-1,
  .secvice .service_items .item-2,
  .secvice .service_items .item-3,
  .secvice .service_items .item-4,
  .secvice .service_items .item-5,
  .secvice .service_items .item-6 {
    width: 100% !important;
    justify-content: start !important;
  }
}
@media screen and (max-width: 1024px) {
  .secvice .service_items {
    justify-content: space-between;
    margin: 0;
  }
  .secvice .service_items .item-1,
  .secvice .service_items .item-2,
  .secvice .service_items .item-3,
  .secvice .service_items .item-4,
  .secvice .service_items .item-5,
  .secvice .service_items .item-6 {
    width: 49%;
    margin: 0;
    margin-bottom: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: left;
  }
  .secvice .service_items .item-1 span,
  .secvice .service_items .item-2 span,
  .secvice .service_items .item-3 span,
  .secvice .service_items .item-4 span,
  .secvice .service_items .item-5 span,
  .secvice .service_items .item-6 span {
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .secvice {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .secvice {
    background-size: cover;
    background-position: bottom;
    margin-top: 60px;
  }
}
.about {
  margin-top: 100px;
}
.about .about-wraper {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .about .about-wraper {
    margin-top: 0;
  }
}
.about .about__list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.about .about__list h1 {
  color: #333333;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 124%; /* 59.52px */
}
@media screen and (max-width: 992px) {
  .about .about__list h1 {
    font-size: 32px;
  }
}
.about .about__list span {
  color: #FC5101;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .about .about__list span {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .about .about__list span {
    font-size: 16px;
    display: none;
  }
}
.about .show {
  display: none;
}
.about .about__text {
  width: 50%;
}
.about .about__text p {
  color: #272828;
  font-size: 18px;
  font-weight: 400;
}
.about .about__text .f-p {
  color: #006CD2;
  font-size: 20px;
  font-weight: 600;
  line-height: 124%; /* 24.8px */
  margin-bottom: 5px;
  margin-top: 30px;
}
.about .about__text .s-p {
  line-height: 124%; /* 24.8px */
  color: #272828;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .about .about__text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .about .about__text span {
    font-size: 18px;
  }
}
.about .about__text .about__text-parag {
  padding-bottom: 20px;
  border-bottom: 1px solid #D3DEE0;
  margin-bottom: 10px;
}
.about .about__text-parag:first-child {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  .about .about__text-parag:first-child {
    margin: 0;
    padding: 0;
  }
}
.about .about-flexbox {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
}
.about .about-flexbox .about-photo {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .about .about-flexbox .about-photo {
    width: 100%;
    margin-bottom: 15px;
  }
}
.about .read-more-checker {
  opacity: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .about .show {
    display: block;
    text-align: center;
    color: #FC5101;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 10px;
  }
  .about .limited {
    max-height: 60px;
    overflow: hidden;
    position: relative;
  }
  .about .bottom-shadow {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%);
    width: 100%;
    height: 40px;
    opacity: 1;
    transition: 0.5s;
  }
  .about .read-more-checker:checked ~ .limited {
    max-height: none;
  }
  .about .read-more-checker:checked ~ .limited .bottom-shadow {
    display: none;
    transition: 0.5s;
  }
  .about .about__text-parag {
    position: relative;
  }
  .about .about__list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .about .about-flexbox {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .about .about__text {
    width: 100%;
    margin-top: 15px;
  }
}
.about .position-stack {
  position: relative;
}
.about .stack {
  border-radius: 40px;
  background: linear-gradient(0deg, rgba(176, 205, 211, 0.2) 0%, rgba(176, 205, 211, 0.2) 100%), #FFF;
  height: 246px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.about .stack .technology {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 100%;
}
.about .stack .technology .tech{
    width: 100%;
    margin: 0;
    height: 150px;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 10px;
    border: 2px solid #49A7FF;
}
.about .stack .technology .tech p{
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}
.about .stack .technology .postgreSQL-i,
.about .stack .technology .docker-i{
    margin: -25px;
    z-index: 2;
    margin-bottom: 32px;
}

@media screen and (max-width: 992px) {

    .about .stack .technology img {
        width: auto;
    }
    .about .stack .technology .technology {
        padding: 0;
    }
}
@media screen and (max-width: 550px) {
  
    .about .stack .technology{
        gap: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-items: center;
        justify-content: center;
    }
     .about .stack .technology .tech{
        margin: 0;
        gap: 10px;
        width: 100%;
        height: 111px;

    }
    .about .stack .technology .tech p{
        font-size: 14px;
    }
    .about .stack .technology img {
        width: auto;
    }
}

@media screen and (max-width: 350px) {
  .about .stack .technology .technology {
    justify-content: space-between;
    padding: 0;
  }
}
.about .stack .technology .postgre,
.about .stack .technology .docker {
  z-index: 2;
  margin-bottom: 35px;
}
@media screen and (max-width: 992px) {
  .about .stack .technology {
    padding: 0;
    margin-top: 20px;
  }
  
}
.about .stack__text h1 {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  line-height: 124%; /* 39.68px */
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .about .stack__text h1 {
    font-size: 27px;
  }
}
.about .stack__text span {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 124%; /* 39.68px */
}
@media screen and (max-width: 992px) {
  .about .stack__text span {
    font-size: 16px;
  }
}
.about .stack-r-line {
  position: absolute;
  bottom: 10%;
  right: -20%;
}
.about .stack-l-line {
  left: -30%;
  position: absolute;
  top: -63px;
}
@media screen and (max-width: 1024px) {
  .about .stack {
    margin-top: 40px;
    gap: 20px
  }
  .about .stack .stack__text h1 {
    font-size: 28px;
  }
  .about .stack .stack__text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .about .stack {
    flex-direction: column;
    padding: 20px 10px;
    gap: 0;
    min-height: auto;
    height: auto;
  }
  .about .stack__text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 10px;
  }
}
.about .your-question {
  margin-top: 100px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(0, 108, 210, 0.95) 50%, rgba(0, 108, 210, 0) 100%);
  max-width: 1430px;
  width: 1430px;
  height: 234px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .your-question__text {
  width: 57%;
  display: flex;
  flex-direction: column;
}
.about .your-question__text h1 {
  color: #FFF;
  font-size: 32px;
  font-weight: 800;
  line-height: 124%; /* 39.68px */
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .about .your-question__text h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.about .your-question__text span {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 124%; /* 24.8px */
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .about .your-question__text span {
    font-size: 18px;
    margin-bottom: 19px;
  }
}
.about .your-question__text button {
  border-radius: 8px;
  background: #FFF;
  padding: 12px 0px;
  width: 195px;
}
.about .your-question__text button span {
  color: #006CD2;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.about .your-question__photo {
  width: 38%;
}
.about .your-question__photo img {
  margin-top: 13px;
}
@media screen and (max-width: 1024px) {
  .about .your-question {
    max-width: 103%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  .about .your-question {
    max-width: 103%;
    padding: 0 30px;
    margin-top: 50px;
  }
  .about .your-question__text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .about .your-question__photo {
    min-width: 295px;
  }
}
@media screen and (max-width: 750px) {
  .about .your-question {
    background: linear-gradient(90deg, rgba(0, 108, 210, 0.95) 73%, rgba(0, 108, 210, 0) 100%);
  }
  .about .your-question__photo {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: auto;
    min-width: auto;
  }
  .about .your-question__text h1 {
    font-size: calc(3.5vw - 1px);
  }
  .about .your-question__text span {
    font-size: calc(2.5vw - 1px);
  }
  .about .your-question__text button {
    width: auto;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 550px) {
  .about .your-question {
    position: relative;
    justify-content: flex-start;
  }
  .about .your-question__photo {
    position: absolute;
    height: auto;
    width: auto;
    right: 0;
    bottom: 0;
  }
  .about .your-question__text {
    width: 90%;
  }
  .about .your-question__photo img {
    height: 122px;
  }
  .about .your-question__text h1 {
    font-size: 21px;
  }
  .about .your-question__text span {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .about .your-question {
    padding: 0;
    height: 280px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .about {
    margin-top: 60px;
  }
  .about .about__text p {
    font-size: 16px;
  }
  .about .about__text p span {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .about {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .about {
    margin-top: 40px;
  }
}
.customer-reviews {
  position: relative;
}
.customer-reviews__wraper {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .customer-reviews .customer-reviews__wraper {
    margin-top: 60px;
  }
}
.customer-reviews .right-line-1 {
  position: absolute;
  right: 0px;
  top: 66%;
}
.customer-reviews .right-line-2 {
  position: absolute;
  right: 0px;
  top: 66%;
}
.customer-reviews__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customer-reviews__text h1 {
  color: var(--text-black, #333);
  font-size: 48px;
  font-weight: 800;
  line-height: 124%; /* 59.52px */
}
@media screen and (max-width: 1024px) {
  .customer-reviews__text h1 {
    font-size: 32px;
  }
}
.customer-reviews__text span {
  color: #FC5101;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.customer-reviews__slider {
  position: relative;
  border-radius: 40px;
  border: 1px solid #D3DEE0;
  background: #FFF;
  height: auto;
  margin-top: 24px;
  z-index: 2;
  padding: 30px 0px;
}
@media screen and (max-width: 992px) {
  .customer-reviews .customer-reviews__slider {
    padding: 25px 0px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 750px) {
  .customer-reviews .customer-reviews__slider {
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .customer-reviews {
    margin-top: 50px;
  }
}
.customer-reviews__slider .swiper {
  width: 100%;
  height: 100%;
}
.customer-reviews__slider .swiper-button-next,
.customer-reviews__slider .swiper-button-prev {
  color: #FC5101;
}
.customer-reviews__slider .swiper-button-prev {
  display: none;
}
.customer-reviews__slider .swiper-button-next::after {
  font-size: 30px;
}

.swiper-slide__wraper {
  display: flex;
  width: 95%;
  padding-left: 30px;
  align-items: center;
}
.swiper-slide__wraper .about-client {
  width: 50%;
  margin: 0 20px 0 0;
}
.swiper-slide__wraper .about-client .about-client__text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.swiper-slide__wraper .about-client .about-client__text img {
  width: 100px;
  height: 100px;
}
.swiper-slide__wraper .about-client .about-client__text p {
  margin-left: 15px;
  color: #333333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 124%; /* 24.8px */
}
.swiper-slide__wraper .about-client .about-client__text .company {
  color: #006CD2;
  font-size: 20px;
  line-height: 124%;
}
.swiper-slide__wraper .about-client .about-client__text .name {
  color: #7C808C;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .swiper-slide__wraper .about-client .about-client__text p,
  .swiper-slide__wraper .about-client .company {
    font-size: 18px !important;
  }
  .swiper-slide__wraper .about-client .name {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 750px) {
  .swiper-slide__wraper .about-client .about-client__text img {
    width: 65px;
    height: 65px;
  }
}
.swiper-slide__wraper .about-client .case h1 {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  line-height: 124%; /* 27.28px */
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .swiper-slide__wraper .about-client .case h1 {
    font-size: 18px;
  }
}
.swiper-slide__wraper .about-client .case .case__text {
  border-radius: 20px;
  border: 1px solid #006CD2;
  background: #FFF;
  padding: 20px;
}
.swiper-slide__wraper .about-client .case .case__text span {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 124%; /* 24.8px */
}
@media screen and (max-width: 992px) {
  .swiper-slide__wraper .about-client .case .case__text span {
    font-size: 16px;
  }
}
.swiper-slide__wraper .about-client .case .dp-case ol,
.swiper-slide__wraper .about-client .case .sl-case ol,
.swiper-slide__wraper .about-client .case .om-case ol {
  list-style-type: disc;
  margin-left: 20px;
}
.swiper-slide__wraper .about-client .case .dp-case ol li,
.swiper-slide__wraper .about-client .case .sl-case ol li,
.swiper-slide__wraper .about-client .case .om-case ol li {
  color: #272828;
  font-size: 14px;
  font-weight: 400;
  line-height: 124%; /* 19.84px */
  margin-bottom: 10px;
}
.swiper-slide__wraper .about-client .case .dp-case ol li:last-child,
.swiper-slide__wraper .about-client .case .sl-case ol li:last-child,
.swiper-slide__wraper .about-client .case .om-case ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .swiper-slide__wraper .about-client {
    width: 46%;
  }
}
.swiper-slide__wraper .comment {
  width: 50%;
}
.swiper-slide__wraper .comment .quoted {
  display: flex;
  align-items: flex-start;
}
.swiper-slide__wraper .comment .quoted span {
  color: #333333;
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (max-width: 992px) {
  .swiper-slide__wraper .comment .quoted span {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .swiper-slide__wraper .comment {
    width: 53%;
  }
}

.swiper-pagination {
  bottom: -2px !important;
}

@media screen and (max-width: 552px) {
  .swiper-pagination {
    bottom: 6px !important;
  }
}
.show {
  display: none;
}

@media screen and (max-width: 750px) {
  .hide {
    display: none;
  }
  .show {
    display: block;
    color: #FC5101;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .swiper-slide__wraper {
    flex-direction: column-reverse;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    padding: 20px 20px 0 20px;
    height: 300px;
    justify-content: flex-end;
  }
  .swiper-slide__wraper .comment {
    width: 100%;
  }
  .comment .quoted img {
    width: 40px;
  }
  .swiper-slide__wraper .about-client {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .quoted img {
    width: 30px !important;
  }
  .quoted span {
    margin-left: 10px !important;
  }
  .customer-reviews__slider .swiper-button-next::after {
    font-size: 25px;
  }
  .customer-reviews__slider .swiper-button-next, .customer-reviews__slider .swiper-button-prev {
    height: auto;
  }
  .swiper-slide__wraper {
    height: auto;
    justify-content: center;
  }
}
.contact {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.contact .contact-info h1 {
  color: #333333;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 48px;
  font-weight: 800;
  line-height: 124%; /* 59.52px */
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .contact .contact-info h1 {
    font-size: 32px;
  }
}
.contact .contact-info .tel, .contact .contact-info .email {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.contact .contact-info .tel span, .contact .contact-info .email span {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 124%; /* 19.84px */
  margin-bottom: 7px;
}
.contact .contact-info .tel a span, .contact .contact-info .email a span {
  color: #FC5101;
  font-size: 30px;
  font-weight: 700;
  line-height: 124%; /* 37.2px */
}
@media screen and (max-width: 992px) {
  .contact .contact-info .tel a span, .contact .contact-info .email a span {
    font-size: 27px;
  }
}
@media screen and (max-width: 992px) {
  .contact .contact-info .tel span,
  .contact .contact-info .email span {
    font-size: 14px;
  }
}
.contact .contact-info .email {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .contact .contact-info {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .contact .contact-info {
    display: none;
  }
}
.contact .contact-form {
  margin-top: 20px;
}
.contact .contact-form span {
  color: #333333;
  font-size: 21px;
  font-weight: 600;
  line-height: 124%; /* 26.04px */
}
@media screen and (max-width: 750px) {
  .contact .contact-form span {
    font-size: 21px;
  }
}
.contact .contact-form form {
  width: 100%;
  margin-top: 20px;
}
.contact .contact-form .user-name, .contact .contact-form .user-email, .contact .contact-form .user-number {
  margin-bottom: 14px;
}
.contact .contact-form input {
  border: 2px solid #b4b7c0;
  outline: none;
  height: 52px;
  border-radius: 10px;
  padding-left: 1rem;
  color: #A2A7B4;
  width: 100%;
}
.contact .contact-form .error input {
  border: 2px solid #FC5101;
  transition: 0.3s ease;
}
.contact .contact-form label {
  padding-left: 1rem;
  color: #A2A7B4;
}
.contact .contact-form .error-label {
  color: #FC5101;
  display: block;
}
.contact .contact-form .mark {
  font-size: 16px;
  color: #A2A7B4;
}
.contact .contact-form .send-mail {
  border-radius: 8px;
  background: rgba(0, 109, 210, 0.8);
  padding: 12px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.contact .contact-form .send-mail span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.contact .contact-form .send-mail__active {
  pointer-events: auto;
  cursor: pointer;
  background: #006CD2;
}
@media screen and (max-width: 750px) {
  .contact .contact-form .send-mail {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .contact .contact-form {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .contact .contact-form {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .contact {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .contact {
    justify-content: center;
  }
}
.footer {
  margin-top: 100px;
  background: #DFEBED;
  position: relative;
}
.footer .footer-wraper {
  display: flex;
  max-width: 1230px;
  margin: 0 auto;
  padding: 20px 15px;
  flex-direction: column;
}
.footer .footer-wraper .links {
  padding-bottom: 20px;
}
.footer .footer-wraper .links::after {
  content: "";
  background-color: #c4d9de;
  height: 1px;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 58px;
}
.footer .footer-wraper .links ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-wraper .links ul li {
  padding-right: 48px;
}
.footer .footer-wraper .links ul li a {
  color: #272828;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 105%; /* 16.8px */
  letter-spacing: 0.16px;
}
.footer .footer-wraper .links ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FC5101;
  width: 0;
  transition: 0.3s;
}
.footer .footer-wraper .links ul li a:hover:after {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .footer .footer-wraper .links ul li a {
    font-size: 14px;
  }
}
.footer .footer-wraper .links ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 522px) {
  .footer .footer-wraper .links ul li {
    padding-right: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  .footer .footer-wraper .links::after {
    top: 56px;
  }
}
@media screen and (max-width: 397px) {
  .footer .footer-wraper .links::after {
    top: 80px;
  }
}
.footer .footer-wraper .footer-info {
  padding-top: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer-wraper .footer-info__logo, .footer .footer-wraper .footer-info__tel, .footer .footer-wraper .footer-info__email, .footer .footer-wraper .footer-info__polit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer-wraper .footer-info__polit {
  align-items: flex-end;
}
.footer .footer-wraper .footer-info__logo img {
  margin-bottom: 8px;
}
.footer .footer-wraper .footer-info__logo span {
  color: #76888C;
  font-size: 12px;
  font-weight: 400;
  line-height: 105%; /* 12.6px */
  letter-spacing: 0.12px;
}
@media screen and (max-width: 992px) {
  .footer .footer-wraper .footer-info__logo span {
    font-size: 10px;
  }
}
@media screen and (max-width: 522px) {
  .footer .footer-wraper .footer-info .footer-info__logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px 0;
    width: 100%;
  }
  .footer .footer-wraper .footer-info .footer-info__logo span {
    text-align: end;
  }
}
.footer .footer-wraper .footer-info__tel span, .footer .footer-wraper .footer-info__email span {
  color: #76888C;
  font-size: 14px;
  font-weight: 400;
  line-height: 105%; /* 14.7px */
  letter-spacing: 0.14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .footer .footer-wraper .footer-info__tel span, .footer .footer-wraper .footer-info__email span {
    font-size: 12px;
  }
}
.footer .footer-wraper .footer-info__tel a span, .footer .footer-wraper .footer-info__email a span {
  color: #272828;
  font-size: 20px;
  font-weight: 700;
  line-height: 124%; /* 24.8px */
}
@media screen and (max-width: 992px) {
  .footer .footer-wraper .footer-info__tel a span, .footer .footer-wraper .footer-info__email a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 522px) {
  .footer .footer-wraper .footer-info .footer-info__tel a span,
  .footer .footer-wraper .footer-info .footer-info__email a span {
    font-size: 18px;
  }
}
.footer .footer-wraper .footer-info__polit {
  width: 50%;
}
.footer .footer-wraper .footer-info__polit a {
  margin-bottom: 10px;
}
.footer .footer-wraper .footer-info__polit span {
  color: #76888C;
  font-size: 12px;
  font-weight: 400;
  line-height: 105%; /* 12.6px */
  letter-spacing: 0.12px;
  text-decoration-line: underline;
  margin-bottom: 14px;
  text-align: end;
}
@media screen and (max-width: 992px) {
  .footer .footer-wraper .footer-info__polit span {
    font-size: 10px;
  }
}
.footer .footer-wraper .footer-info__polit .adress {
  color: #76888C;
  font-size: 12px;
  font-weight: 400;
  line-height: 105%; /* 12.6px */
  letter-spacing: 0.12px;
  margin-bottom: 0;
  text-decoration-line: none;
  text-align: end;
}
@media screen and (max-width: 992px) {
  .footer .footer-wraper .footer-info__polit span {
    font-size: 10px;
  }
}
@media screen and (max-width: 522px) {
  .footer .footer-wraper .footer-info__polit .adress {
    font-size: 10px;
  }
}
@media screen and (max-width: 992px) {
  .footer .footer-wraper .footer-info .footer-info__polit {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .footer .footer-wraper .footer-info .footer-info__polit {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 521px) {
  .footer .footer-wraper .footer-info .footer-info__polit {
    width: 100%;
  }
  .footer .footer-wraper .footer-info .footer-info__polit span {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .footer .footer-wraper .footer-info {
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .footer .footer-wraper .footer-info__polit {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .footer-hide {
    display: none !important;
  }
  .footer-wraper {
    padding-bottom: 0 !important;
  }
}
.footer-show {
  opacity: 0;
  position: absolute;
}

@media screen and (max-width: 750px) {
  .footer-show {
    position: relative;
    opacity: 1;
  }
  .footer-hide {
    position: absolute;
    opacity: 0;
    top: 100%;
  }
}
@media (max-width: 1024px) {
  .menu__list-tablet.active {
    top: 0;
    box-shadow: 0px 0px 0px 100vh rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 750px) {
  .menu__list-tablet.active {
    top: 0;
    box-shadow: none;
  }
}
@media (max-width: 1024px) {
  .menu__icon-tablet {
    width: 30px;
    height: 18px;
    position: relative;
    z-index: 5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 50px;
  }
  .menu__icon-tablet.active span {
    transform: scale(0);
  }
  .menu__icon-tablet.active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
    transition: 0.2s;
  }
  .menu__icon-tablet.active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
    transition: 0.2s;
  }
  .menu__icon-tablet.active .menu__icon-wraper {
    background: none;
  }
  .menu__icon-tablet .menu__icon-wraper {
    padding: 20px;
    border-radius: 8px;
    background: #F7F7F7;
  }
  .menu__icon-tablet span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #006CD2;
  }
  .menu__icon-tablet span:first-child {
    top: 0;
  }
  .menu__icon-tablet span:last-child {
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 750px) {
  .menu__icon-tablet .menu__icon-wraper {
    display: none;
  }
}

.service_items-mobile {
  display: none;
}

@media screen and (max-width: 750px) {
  .secvice .service__list {
    margin-bottom: 24px;
  }
  .service_items-hide {
    display: none !important;
  }
  .service_items-mobile {
    display: block;
    position: relative;
  }
  .service_items-mobile .item {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 16px;
    border-radius: 15px;
    border: 1px solid #7C808C;
    background: #FFF;
    margin-bottom: 16px;
  }
  .service_items-mobile .item img {
    width: 60px;
    height: 57px;
    margin-right: 16px;
  }
  .service_items-mobile .item span {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 124%; /* 19.84px */
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: 0;
    display: none;
  }
  .swiper-pagination {
    position: relative;
  }
}
.contact-form-sent {
  display: none;
  width: 600px;
  border-radius: 40px;
}
.contact-form-sent .contact-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 40px;
  flex-direction: column;
}
.contact-form-sent .contact-form img {
  margin-bottom: 40px;
}
.contact-form-sent .contact-form p {
  color: #7C808C;
  font-size: 20px;
  font-weight: 400;
  line-height: 114%; /* 22.8px */
  margin-bottom: 20px;
}
.contact-form-sent .contact-form button {
  color: #006CD2;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px; /* 171.429% */
  text-transform: uppercase;
}

.contact-form-sent_show {
  display: block;
}

@media (max-width: 750px) {
  .contact-form-sent {
    background: none;
    height: 309.55px;
  }
  .contact-form-sent .contact-form {
    padding: 0px;
  }
  .contact-form-sent .contact-form p {
    font-size: 16px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9fd;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #006cd2;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: #f9f9fd;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
  background: #0a377e;
  margin: 0;
}/*# sourceMappingURL=style.css.map */