/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  background-color: #fff;
  overflow-x: hidden;
}
section#work {
    overflow: hidden;
}
advantage__quote {
    margin: 0;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
ul {
  list-style: none;
}
a {
  color: #fff;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.head .container,
header .container {
  max-width: 1596px;
  margin: 0 auto;
}
.head .container {
  padding: 0 15px;
}
.service .container {
  margin: 0 auto;
}
.about .container {
  max-width: 1596px;
  margin: 0 auto;
}
.advantage .container,
.footer .container,
.info .container,
.price .container,
.workingExp .container {
  max-width: 1596px;
  padding: 0 15px;
  margin: 0 auto;
}
.head__title,
.info__title {
  font-size: 36px;
  line-height: 130%;
  text-transform: uppercase;
}
.about__title,
.advantage__quote h2,
.price__title,
.work__title,
.workingExp__title {
  font-size: 24px;
  text-transform: uppercase;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.feedback__title {
  font-size: 32px;
}
.footer__title {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.footer__title svg {
  margin-right: 10px;
}
.service__title,
.work-item__title {
  font-size: 18px;
}
.about__title,
.advantage__quote h2,
.advantage__title,
.feedback__title,
.footer__title,
.head__title,
.info__title,
.price__title,
.service__title,
.work-item__title,
.work__title,
.workingExp__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.advantage__footer-title {
  font-size: 24px;
  text-align: center;
  padding: 100px 20px;
}
.call__button,
.head__button,
.price__button {
  font-size: 18px;
  outline: 0;
}
.call__button,
.feedback__submit,
.head__button,
.price__button {
  text-align: center;
  background-color: #fbec37;
  cursor: pointer;
  color: #000;
  border-radius: 8px;
  font-weight: 700;
}
@media (max-width: 520px) {
  .head__title,
  .info__title {
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .about__title,
  .advantage__quote h2,
  .feedback__title,
  .price__title,
  .work__title,
  .workingExp__title {
    font-size: 22px;
    text-transform: uppercase;
  }
  .advantage__title,
  .footer__title {
    font-size: 20px;
  }
  .service__title,
  .work-item__title {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .head__title,
  .info__title {
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .about__title,
  .advantage__quote h2,
  .feedback__title,
  .price__title,
  .work__title,
  .workingExp__title {
    font-size: 20px;
    text-transform: uppercase;
  }
  .advantage__title,
  .footer__title {
    font-size: 18px;
  }
  .service__title,
  .work-item__title {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .head__title,
  .info__title {
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
  }
  .about__title,
  .advantage__quote h2,
  .feedback__title,
  .price__title,
  .work__title,
  .workingExp__title {
    font-size: 18px;
    text-transform: uppercase;
  }
  .advantage__title,
  .footer__title {
    font-size: 16px;
  }
  .service__title,
  .work-item__title {
    font-size: 14px;
  }
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}
.menu-icon {
  display: none;
}
.scroll-lock {
  overflow: hidden;
}
header {
  background-color: #000;
}
.menu__service {
  position: relative;
  display: flex;
  align-items: center;
}
.menu__service::after {
  content: '';
  margin-left: 4px;
  background-image: url(../img/down-arrow.svg);
  background-size: contain;
  width: 8px;
  height: 8px;  
}
.menu__service,
header .container {
  -ms-flex-align: center;
  align-items: center;
}
header .container {
  padding: 15px 10px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu a {
  color: #fff;
  white-space: nowrap;
}
.menu__service {
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.menu__service img {
  margin-left: 10px;
  max-width: 12px;
  max-height: 12px;
}
.menu li + li {
  margin-left: 50px;
}
.menu ul {
  list-style: none;
}

.menu a,
.menu ul,
.menu ul ul,
.menu ul ul a,
.menu-support__list--active,
.menu__service,
header .container {
  display: -ms-flexbox;
  display: flex;
}
.menu ul ul {
  display: none;
}
.menu-support__list--active {
  display: flex !important;
}
.sub-menu ~ a {
  background-color: #fff;
}
.menu ul,
.menu ul ul {
  -ms-flex-direction: row;
  flex-direction: row;
}
.menu ul ul {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  overflow: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #424345;
  width: 95%;
  top: 120px;
}
.menu ul ul a {
  padding: 10px;
  width: 100%;
}
.menu ul ul li {
  max-width: 33%;
  width: 100%;
}
.menu ul ul ul li a {
  color: #fff;
  background-color: transparent;
}
.menu ul ul li a {
  background-color: #FBEC37;
  color: #000;
}
.menu ul ul li + li {
  margin-left: 0;
}
.menu ul ul ul {
  -ms-flex-direction: column;
  flex-direction: column;
  position: static;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  max-height: 160px;
  overflow: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.menu ul ul ul::-webkit-scrollbar {
  width: 8px;
  background-color: #e16668;
  border-radius: 8px;
}
.menu ul ul ul::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 8px;
}
.menu ul ul ul li {
  max-width: 100%;
  width: 100%;
}
.menu ul ul ul li:last-child {
  border-bottom: none;
}
.call__button {
  padding: 18px 35px;
}
.head,
.service::before {
  background-repeat: no-repeat;
}
.head,
.head .container,
.head__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.head {
  background-image: url(img/head-bg.jpg);
  background-size: cover;
  min-height: 85vh;
  padding: 15px 0;
}
.head .container,
.head__info {
  -ms-flex-pack: center;
  justify-content: center;
}
.head .container {
  height: 100%;
}
.head__info {
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 60px 31px;
  max-width: 950px;
}
.head__subtitle,
.head__title {
  text-align: center;
}
.head__subtitle {
  font-size: 28px;
  margin: 50px 0 65px;
}
.head__button,
.service {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.head__button {
  max-width: 413px;
  width: 100%;
  padding: 19px 0;
}
.service {
  background-color: #2e4557;
  min-height: 84vh;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.service::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1527px;
  height: 900px;
}
.service .container {
  width: 100%;
  max-width: 1300px;
  padding: 30px 0;
}
.service__item,
.service__list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.service__list {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.service__item {
  max-width: 234px;
  min-height: 234px;
  position: relative;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.service__item:nth-child(-n + 3) {
  margin-left: 150px;
}
.service__item::after {
  content: "";
  background-image: url(../img/hexagone.svg);
  background-size: cover;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.service__link {
  z-index: 1;
}
.service__title {
  color: #fff;
  margin-top: 10px;
}
.about {
  color: #000;
}
.about .container {
  background-color: #f0f0f0;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about__title {
  margin-bottom: 50px;
}
.about__subtitle {
  margin-bottom: 30px;
  max-width: 1211px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.about__subtitle:last-child {
  margin-bottom: 0;
}
.price {
  background-color: #424345;
  position: relative;
  min-height: 50vh;
  padding: 20px 0;
}
.price,
.price .container,
.price__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price .container {
  width: 100%;
}
.price__info {
  max-width: 788px;
  border: 6px solid #fbec37;
  padding: 60px;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.price__title {
  color: #fbec37;
  margin-bottom: 70px;
}
.price__subtitle {
  margin-bottom: 10px;
}
.price__subtitle:last-child {
  margin-bottom: 0;
}
.price__button {
  border: 0;
  padding: 24px 0;
  max-width: 412px;
  width: 100%;
  margin-top: 40px;
  text-transform: uppercase;
}
.advantage {
  color: #000;
  padding: 0 0 60px;
}
.advantage__quote {
  margin: 200px 0 100px;
  position: relative;
  border: 4px solid gray;
}
.advantage__quoute-icon {
  position: absolute;
  content: '';
  top: -50px;
  left: 30px;
  background-color: #fff;
  max-width: 112px;
  width: 100%;
  height: 96px;
}
.advantage__quote h2 {
  color: #424345;
}
.advantage__title {
  font-size: 32px;
  text-align: center;
}
.advantage__title:last-child {
  border: 3px solid #2c5a7d;
  padding: 100px 0;
}
.advantage__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}
.advantage__item {
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin-top: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage__img {
  max-width: 128px;
  max-height: 96px;
  height: 100%;
}
.advantage__title {
  font-size: 22px;
  text-transform: uppercase;
  margin: 20px 0;
  margin-bottom: 10px;
}
.advantage__head-title {
  font-size: 32px;
  text-align: center;
  margin: 20px 0;
  margin-bottom: 10px;
}
.advantage__subtitle {
  max-width: 325px;
}
.work__list {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-fix {
    width: inherit !important;
}
.footer .container,
.work__item,
.work__wrapper {
  display: -ms-flexbox;
  display: flex;
}
.work__item {
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__limiter1 a,
.work__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.work__title {
  color: #000;
  position: relative;
  margin-bottom: 90px;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: center;
}
.work__title::after,
.work__title::before {
  content: "";
  background-color: #fbec37;
  max-width: 25vw;
  width: 100%;
  height: 3px;
}
.footer__limiter1 a span,
.work__title::before {
  margin-left: 10px;
}
.work__title::after {
  margin-right: 10px;
}
.work-item__title {
  color: #000;
  padding: 20px;
  border: 1px solid #c4c4c4;
  border-top: none;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: tomato;
  width: 48px;
  height: 48px;
  z-index: 4;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.swiper-button-prev {
  background-image: url(img/left-arrow.svg);
  left: 40px;
}
.swiper-button-next {
  background-image: url(img/right-arrow.svg);
  right: 40px;
}
.footer {
  padding: 50px 0;
  background-color: #000;
}
.footer .container {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__wrapper {
  margin: 20px 50px;
}
.footer__limiter1 {
  max-width: 330px;
}
.footer__limiter1 a {
  margin: 20px 0;
  color: #fff;
}
.footer__limiter2 {
  max-width: 412px;
}
.footer__limiter3 {
  max-width: 345px;
}
.footer__info {
  font-size: 16px;
  margin: 10px 0;
}
.footer__payments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.footer__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0;
}
.footer__input {
  background-color: transparent;
  border: 1px solid #fbec37;
  margin-bottom: 10px;
  padding: 22px 20px;
  border-radius: 8px;
  color: #fff;
  outline: 0;
}
.footer__submit {
  background-color: #fbec37;
  padding: 20px 10px;
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  margin-top: 10px;
  width: 100%;
}
.footer-form__info {
  margin-top: 10px;
}
.footer__menu {
  margin-bottom: 66px;
}
.footer__list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__item {
  width: 33%;
  text-align: center;
  margin: 10px 0;
}
.footer__link {
  color: #fff;
  text-transform: uppercase;
}
.footer-contacts__wrapper {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer-contacts__wrapper:first-child {
  margin-top: 0;
}
.info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60vh;
  padding: 5vh 0;
}
.info__wrapper {
  color: #000;
}
.info__container img {
  width: 775px;
  max-height: 70vh;
  height: 100%;
  padding-right: 15px;
}
.info__flex {
  display: flex;
}
.info__accordion-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0;
}
.info__accordion-input {
  display: none;
}
.info__accordion-trigger {
  background-color: #fbec37;
  width: 100%;
  cursor: pointer;
  padding: 20px;
}
.info__accordion-content {
  background-color: #f0f0f0;
  line-height: 125%;
  height: 0;
  overflow: hidden;
}
.info__accordion--active .info__accordion-content {
  height: auto;
  padding: 20px;
}
.info__title {
  margin-bottom: 40px;
}
.info__subtitle {
  margin: 10px 0;
  line-height: 170%;
}
.contact__phone {
  background-color: #fbec37;
  border-radius: 50%;
  max-width: 64px;
  width: 100%;
  max-height: 64px;
  height: 100%;
  padding: 15px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 9999;
}
.contact__phone::after,
.feedback {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.workingExp {
  color: #000;
}
.workingExp .container {
  text-align: center;
  background-color: #f0f0f0;
  padding: 30px;
}
.workingExp__title {
  margin-bottom: 10px;
}
.workingExp__list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 20px;
}
.workingExp__item {
  text-align: center;
  max-width: 237px;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.workingExp__item .workingExp__info{
  font-size: 16px;
}
/* .workingExp__item::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -4vw;
  background-image: url(../img/right-arrow.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 54px;
} */
.workingExp__item:last-child::after {
  display: none;
}
.workingExp__item-title {
  margin: 7px 0;
}
.workingExp__image {
  max-width: 96px;
  width: 100%;
  max-height: 96px;
  height: 100%;
}
.quality {
  margin: 50px 0;
}
.nextend-arrow {
  background-color: gray;
  padding: 5px;
}
.quality__image {
  display: flex;
  justify-content: center;
}
.quality__image img{
  width: 90%;
  height: 100%;
}
.contact__phone::after {
  content: "";
  background-color: #fbec37;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  width: 74px;
  height: 74px;
}
.feedback {
  position: fixed;
  background-color: #424345;
  padding-top: 0;
  z-index: 3;
  flex-direction: column;
}
.feedback__title {
  padding: 20px 0;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  color: #000;
}
.feedback__subtitle {
  padding: 0 20px;
  margin: 20px 0;
}
.feedback__form {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.feedback__input {
  padding: 15px;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid #fbec37;
  outline: 0;
  color: #fff;
  width: 100%;
}
.feedback__input::-webkit-input-placeholder {
  color: #fff;
}
.feedback__input::-moz-placeholder {
  color: #fff;
}
.feedback__input:-ms-input-placeholder,
.feedback__input::-ms-input-placeholder {
  color: #fff;
}
.feedback__input::placeholder {
  color: #fff;
}
.feedback__submit {
  border: 0;
  outline: 0;
  padding: 15px 0;
  letter-spacing: 0.1em;
  font-size: 24px;
  width: 100%;
}
.feedback__exit {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}
.feedback__success {
  text-align: center;
  padding: 0 20px;
  display: block;
  color: #9acd32;
}
.form__bg {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.feedback, .form__bg {
  display: none;
}

.workingExp__title {
  font-size: 32px;
  text-transform: uppercase;
}

.n2-padding {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 1600px) {
  .about .container {
    margin: 0 90px;
  }
  .service {
    min-height: 75vh;
  }
  .service .container {
    max-width: 1151px;
  }
  .service__list {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .service__item {
    max-width: 300px;
    width: 100%;
    max-height: 300px;
    margin-top: 0;
  }
  .service__item::after {
    content: '';
    background-image: url(../img/hexagone.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 80%;
    height: 80%;
    z-index: 0;
  }
  .service::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1527px;
    height: 600px;
  }
  .service__item:nth-child(-n + 3) {
    margin-left: 80px;
  }
  .service__link img {
    max-height: 8vh;
  }
  .service__title {
    font-size: 14px;
  }
  .advantage__img {
    max-width: 96px;
    max-height: 64px;
  }
  .advantage__footer-title {
    font-size: 24px !important;
  }
  .advantage__quoute-icon {
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .advantage__footer-title {
    text-align: center;
    padding: 60px 20px;
  }
}

@media (max-width: 1240px) {
  .menu {
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.3s;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
  }
  .menu li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .menu,
  .menu ul,
  .menu ul li {
    display: -ms-flexbox;
    display: flex;
  }
  .menu ul,
  .menu ul li {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu ul {
    list-style: none;
    margin-top: 20px;
  }
  .menu ul li {
    -ms-flex-align: center;
    align-items: center;
  }
  .menu ul ul {
    display: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow: auto;
    background-color: #424345;
    width: 90%;
    top: 120px;
  }
  .menu ul ul ul::-webkit-scrollbar,
  .menu ul ul::-webkit-scrollbar {
    width: 8px;
    background-color: #e16668;
    border-radius: 8px;
  }
  .menu ul ul::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 8px;
  }
  .menu ul ul a {
    padding: 10px;
    background-color: #424345;
  }
  .menu ul ul li {
    max-width: 50%;
    width: 100%;
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu ul ul ul {
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    max-height: 160px;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 0;
  }
  .menu ul ul ul::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 8px;
  }
  .menu ul ul ul li {
    max-width: 100%;
    width: 100%;
  }
  .menu ul ul ul li:last-child {
    border-bottom: none;
  }
  .menu-support__list--active {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu-icon,
  .menu__active {
    display: -ms-flexbox;
    display: flex;
  }
  .menu-icon {
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    position: relative;
    cursor: pointer;
    height: 24px;
    z-index: 5;
  }
  .menu-icon ::after,
  .menu-icon ::before,
  .menu-icon span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .menu-icon ::after,
  .menu-icon ::before {
    content: "";
    display: block;
    transition: 0.2s;
  }
  .menu-icon ::after {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .menu-icon ::before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .menu-icon__active span {
    height: 0;
    background-color: #fff;
  }
  .menu-icon__active span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
  }
  .menu-icon__active span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
  }
  .menu__active {
    height: 100vh;
    transition: 0.3s;
  }
  .menu-icon__active {
    position: absolute;
    top: 50px;
    right: 50px;
  }
  .advantage__item {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .info__flex {
    flex-wrap: wrap;
  }
  .info__container img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .service__item {
    max-width: 234px;
    width: 100%;
    min-height: 234px;
    position: relative;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 20px;
  }
  .service__item:nth-child(-n + 3) {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .workingExp__item:nth-child(+n - 2)::after {
    display: none;
  }
}
@media (max-width: 845px) {
  .advantage__list {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 748px) {
  .service__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 520px) {
  .head__subtitle {
    font-size: 20px;
  }
  .price__title {
    margin-bottom: 40px;
  }
  .price__info {
    padding: 20px;
  }
  .call__button {
    display: none;
  }
  .menu ul ul li {
    max-width: 100%;
    width: 100%;
  }
  .menu-support__list--active {
    display: -ms-flexbox !important;
    display: flex !important;
    max-height: 50vh;
  }
  .menu-icon__active {
    top: 62px;
    right: 10px;
  }
}
@media (max-width: 420px) {
  body {
    font-size: 14px;
  }
  .footer .container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer__wrapper {
    margin: 20px;
  }
  .footer__item {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .price__info {
    padding: 10px;
  }
  .menu-icon__active {
    top: 61px;
    right: 10px;
  }
}
@media (max-width: 320px) {
  .menu-support__list--active {
    display: -ms-flexbox !important;
    display: flex !important;
    max-height: 45vh;
  }
  .menu-icon__active {
    top: 66px;
    right: 5px;
  }
  .feedback__exit {
    max-width: 24px;
    max-height: 24px;
    top: -22px;
    right: -22px;
  }
}
@supports (-webkit-appearance: none) {
  .head {
    background-image: url(img/head-bg.webp);
  }
  .feedback__exit {
    background-image: url(img/exit-icon.svg);
  }
}
