* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Gilroy", sans-serif;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

button, input {
  border: none;
  outline: none;
}

.footer {
  background: #27303A;
  padding: 50px 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer {
    padding: 25px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer {
    padding: 35px 0;
  }
}
.footer-req {
  margin-top: 40px;
}
.footer-req__item {
  color: #ffffff;
}
.footer-req__item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-req {
    margin-top: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer__logo {
    width: 200px;
  }
}
.footer-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer-block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.footer-list__item {
  color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-list__item:hover {
  color: #6078D4;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-list {
    gap: 12px;
  }
}
.footer__button {
  margin-bottom: 30px;
}
.footer-whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #ffffff;
  padding: 0 24px;
  height: 42px;
  border-radius: 50px;
  cursor: pointer;
  background: #11C867;
  gap: 10px;
}
.footer-whatsapp-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #ffffff;
}
.footer__title {
  margin-bottom: 24px;
  color: #ffffff;
  font-family: "Museo Sans Cyrl";
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.footer-col .footer-contact:not(:last-child) {
  margin-bottom: 25px;
}
.footer-col .footer-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.footer-col .footer-contact-item a, .footer-col .footer-contact-item p {
  color: #ffffff;
}
.footer-col .footer-contact-item a:hover {
  color: #6078D4;
}
.footer-col .footer-contact-item img {
  margin-top: 2px;
}
.footer-col .footer-contact-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.footer-col .footer-contact-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) and (max-width: 1279px) {
  .footer-col .footer-contact-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-bottom {
  background: #353F4A;
  padding: 20px 0;
}
.footer-bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.footer__copyright {
  color: #ffffff;
  font-size: 14px;
}
.footer-creator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer-creator-text {
  font-size: 14px;
  color: #ffffff;
}

.contact {
  background: #F0F8FD;
}
.contact-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 40px 60%;
  grid-template-columns: 35% 60%;
  gap: 40px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact-block {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.contact-map {
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contact-map {
    height: 300px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .contact-map {
    border-radius: 16px;
  }
}
.contact-info {
  background: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  padding: 50px 60px;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .contact-info {
    padding: 30px;
    border-radius: 16px;
  }
}
.contact__title {
  color: #0A1E41;
  font-size: 52px;
  font-family: "Museo Sans Cyrl";
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .contact__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.contact__descr {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #6E7C87;
  margin-bottom: 35px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .contact__descr {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.contact-item a {
  color: #0A1E41;
}
.contact-item a:hover {
  color: #6078D4;
}
.contact-item img {
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-item-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.question__title {
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
.question-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .question-info {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question-info {
    margin-top: 40px;
  }
}
.question-info__title {
  font-family: "Museo Sans Cyrl";
  font-size: 32px;
  font-weight: 700;
  color: #0A1E41;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .question-info__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question-info__title {
    font-size: 24px;
  }
}
.question-info__descr {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .question-info__descr {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question-info__descr {
    font-size: 16px;
  }
}
.question-info__button {
  background: #3BC658 !important;
}
.question-info__button:hover {
  background: #34b34f !important;
}
.question-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (min-width: 320px) and (max-width: 990px) {
  .question-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.question-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
}
.question-item-heading:hover .question-item__title {
  color: #6078D4;
}
.question-item-heading:hover .question-item-position {
  color: #ffffff;
  background: rgb(255, 102, 75);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 102, 75)), to(rgb(255, 66, 63)));
  background: linear-gradient(180deg, rgb(255, 102, 75) 0%, rgb(255, 66, 63) 100%);
}
.question-item-heading img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.question-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Museo Sans Cyrl";
  font-size: 20px;
  font-weight: 700;
  color: #0A1E41;
  line-height: 150%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .question-item__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question-item__title {
    font-size: 16px;
  }
}
.question-item-body {
  margin-top: 24px;
  font-size: 18px;
  line-height: 160%;
  color: #6E7C87;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .question-item-body {
    font-size: 14px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question-item-body {
    font-size: 16px;
  }
}
.question-item-position {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E7E7E7;
  color: #6E7C87;
  font-size: 18px;
  font-weight: 400;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .question-item-position {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.question-item.active .question-item-body {
  max-height: 1000px;
}
.question-item.active .question-item-position {
  color: #ffffff;
  background: rgb(255, 102, 75);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 102, 75)), to(rgb(255, 66, 63)));
  background: linear-gradient(180deg, rgb(255, 102, 75) 0%, rgb(255, 66, 63) 100%);
}

.colors-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 135px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .colors-buttons {
    margin-top: 80px;
  }
}
.colors__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .colors__title {
    margin-bottom: 35px;
  }
}
.colors-slider {
  position: relative;
}
.colors-slider .slick-arrow {
  position: absolute;
  top: 100%;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 2px solid #FF4641;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 40px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .colors-slider .slick-arrow {
    width: 42px;
    height: 42px;
    margin-top: 15px;
  }
}
.colors-slider .slick-arrow::before {
  display: none;
}
.colors-slider .slick-arrow.slick-next {
  right: 40%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .colors-slider .slick-arrow.slick-next {
    right: 20%;
  }
}
.colors-slider .slick-arrow.slick-prev {
  left: 43%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .colors-slider .slick-arrow.slick-prev {
    left: 35%;
  }
}
.colors-item {
  height: 370px;
  width: 280px;
  border-radius: 16px;
  padding: 25px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .colors-item {
    height: 350px;
  }
}
.colors-item[data-color="1"] {
  background: url("../../images/colors/1.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="2"] {
  background: url("../../images/colors/2.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="3"] {
  background: url("../../images/colors/3.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="4"] {
  background: url("../../images/colors/4.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="5"] {
  background: url("../../images/colors/5.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="6"] {
  background: url("../../images/colors/6.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="7"] {
  background: url("../../images/colors/7.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="8"] {
  background: url("../../images/colors/8.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="9"] {
  background: url("../../images/colors/9.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="10"] {
  background: url("../../images/colors/10.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="11"] {
  background: url("../../images/colors/11.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="12"] {
  background: url("../../images/colors/12.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="13"] {
  background: url("../../images/colors/13.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="14"] {
  background: url("../../images/colors/14.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="15"] {
  background: url("../../images/colors/15.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item[data-color="16"] {
  background: url("../../images/colors/16.jpg") center center no-repeat;
  background-size: cover;
}
.colors-item__button {
  margin-top: auto;
}
.colors-item__button.secondary-button {
  height: 60px;
  font-size: 14px;
  padding: 0;
  width: 100%;
}
.colors-item__text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0A1E41;
}
.colors-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.colors .slick-slide {
  margin: 0 15px;
}
.colors .slick-slide[aria-hidden=false] {
  display: none;
}

.service__subtitle {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .service__subtitle {
    max-width: 90%;
    margin: 0 auto 30px auto;
  }
}
.service__title {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .service__title {
    max-width: 90%;
    margin: 0 auto 16px auto;
  }
}
.service-slider {
  position: relative;
}
.service-slider .slick-arrow {
  position: absolute;
  top: 100%;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 2px solid #FF4641;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 40px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .service-slider .slick-arrow {
    width: 42px;
    height: 42px;
    margin-top: 15px;
  }
}
.service-slider .slick-arrow::before {
  display: none;
}
.service-slider .slick-arrow.slick-next {
  right: 40%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .service-slider .slick-arrow.slick-next {
    right: 20%;
  }
}
.service-slider .slick-arrow.slick-prev {
  left: 43%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .service-slider .slick-arrow.slick-prev {
    left: 35%;
  }
}
.service-item {
  height: 370px;
  width: 280px;
  border-radius: 16px;
  padding: 25px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .service-item {
    height: 320px;
  }
}
.service-item[data-service="1"] {
  background: url("../../images/service/1.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="2"] {
  background: url("../../images/service/2.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="3"] {
  background: url("../../images/service/3.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="4"] {
  background: url("../../images/service/4.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="5"] {
  background: url("../../images/service/5.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="6"] {
  background: url("../../images/service/6.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="7"] {
  background: url("../../images/service/7.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="8"] {
  background: url("../../images/service/8.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="9"] {
  background: url("../../images/service/9.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="10"] {
  background: url("../../images/service/10.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="11"] {
  background: url("../../images/service/11.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="12"] {
  background: url("../../images/service/12.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="13"] {
  background: url("../../images/service/13.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="14"] {
  background: url("../../images/service/14.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="15"] {
  background: url("../../images/service/15.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="16"] {
  background: url("../../images/service/16.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="17"] {
  background: url("../../images/service/17.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="18"] {
  background: url("../../images/service/18.jpg") center center no-repeat;
  background-size: cover;
}
.service-item[data-service="19"] {
  background: url("../../images/service/19.jpg") center center no-repeat;
  background-size: cover;
}
.service-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.service-item__button {
  margin-top: auto;
}
.service-item__button.secondary-button {
  height: 60px;
  font-size: 14px;
  padding: 0;
  width: 100%;
}
.service-item__text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .service-item__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .service-item__text {
    font-size: 16px;
  }
}
.service .slick-slide {
  margin: 0 15px;
}
.service .slick-slide[aria-hidden=false] {
  display: none;
}

.main {
  background: url("../../images/main/main-bg.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 100px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main {
    background-position: top left -250px;
  }
}
.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-header__logo {
    max-width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main-header__logo {
    max-width: 200px;
  }
}
.main-header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-header-social {
    display: none;
  }
}
.main-header-social__text {
  font-size: 14px;
  font-weight: 400;
  color: #0A1E41;
}
.main-header-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main-header-social-links a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  gap: 16px;
}
.main-header-contact__button.button-o {
  padding: 0 50px;
}
@media screen and (min-width: 320px) and (max-width: 1279px) {
  .main-header-contact__button.button-o {
    display: none;
  }
}
.main-header-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-header-contact-item {
    gap: 4px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-header-contact-item img {
    width: 24px;
  }
}
.main-header-contact-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-header-contact-item-text__time {
  margin-bottom: 8px;
  font-size: 14px;
  color: #6E7C87;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-header-contact-item-text__time {
    font-size: 12px;
  }
}
.main-header-contact-item-text__phone {
  font-size: 20px;
  font-weight: 700;
  color: #0A1E41;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-header-contact-item-text__phone:hover {
  color: #6078D4;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-header-contact-item-text__phone {
    font-size: 16px;
  }
}
.main-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-feature {
    margin-bottom: 24px;
  }
}
.main-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.main-feature-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-feature-item__text {
  font-size: 18px;
  color: #0A1E41;
  font-weight: 400;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-feature-item__text {
    font-size: 14px;
  }
}
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 100px;
  border-radius: 16px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-menu {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .main-menu {
    padding: 12px 35px;
  }
}
.main-menu__item {
  font-size: 18px;
  font-weight: 400;
  color: #0A1E41;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .main-menu__item {
    font-size: 14px;
  }
}
.main-menu__item:hover {
  color: #6078D4;
}
.main-block {
  max-width: 790px;
  margin-top: 84px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-block {
    margin-top: 55px;
  }
}
.main__title {
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main__title {
    margin-bottom: 24px;
  }
}
.main__descr {
  color: #0A1E41;
  max-width: 650px;
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main__descr {
    margin-bottom: 24px;
  }
}

.feedback {
  overflow: hidden;
}
.feedback-block {
  background: url("../../images/feedback/feedback-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 70px 80px;
  border-radius: 32px;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .feedback-block {
    border-radius: 24px;
    padding: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feedback-block {
    padding: 60px;
  }
}
.feedback__title {
  font-family: "Museo Sans Cyrl";
  font-size: 52px;
  color: #ffffff;
  font-weight: 900;
  max-width: 735px;
  margin-bottom: 48px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .feedback__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.feedback-form {
  max-width: 620px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .feedback-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.feedback__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .feedback__text {
    font-size: 14px;
    text-align: center;
  }
}
.feedback__button.button {
  padding: 0 30px;
}
.feedback__img {
  position: absolute;
  right: -100px;
  bottom: 0;
}
@media screen and (min-width: 320px) and (max-width: 1400px) {
  .feedback__img {
    display: none;
  }
}

.project {
  background: url("../../images/project/project-bg.jpg") center center no-repeat;
  background-size: cover;
}
.project-block {
  max-width: 540px;
  margin-left: auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
}
.project__title {
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .project__title {
    margin-bottom: 16px;
  }
}
.project__descr {
  margin-bottom: 24px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .project__descr {
    margin-bottom: 16px;
  }
}

.cert {
  background: #F0F8FD;
}
.cert__title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cert__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cert__title {
    margin-bottom: 45px;
  }
}
.cert-blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cert-blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cert-blocks {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.work__title {
  text-align: center;
  margin-bottom: 16px;
}
.work__subtitle {
  text-align: center;
  margin-bottom: 50px;
  color: #0A1E41;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .work__subtitle {
    margin-bottom: 30px;
  }
}
.work-slider-item img {
  border-radius: 24px;
  height: 500px;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .work-slider-item img {
    height: 300px;
  }
}
.work-slider .slick-slide {
  margin: 50px 15px 0 15px;
  position: relative;
}
.work-slider .slick-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(96, 120, 212, 0.6);
  border-radius: 24px;
}
.work-slider .slick-slide.slick-current {
  margin: 0 15px 0 15px;
  background: none;
}
.work-slider .slick-slide.slick-current::after {
  display: none;
}
.work-slider .slick-arrow {
  position: absolute;
  top: 90%;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 2px solid #FF4641;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 40px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .work-slider .slick-arrow {
    width: 42px;
    height: 42px;
    margin-top: 15px;
  }
}
.work-slider .slick-arrow::before {
  display: none;
}
.work-slider .slick-arrow.slick-next {
  right: 40%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .work-slider .slick-arrow.slick-next {
    right: 20%;
  }
}
.work-slider .slick-arrow.slick-prev {
  left: 43%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .work-slider .slick-arrow.slick-prev {
    left: 35%;
  }
}

.calc__title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .calc__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .calc__title {
    margin-bottom: 45px;
  }
}

.modal {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(96, 120, 212, 0.6);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 20;
}
.modal input.input {
  background: #F6F8FE;
}
.modal-content {
  padding: 50px;
  background: #ffffff;
  width: 600px;
  position: relative;
  border-radius: 24px;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 32px;
  cursor: pointer;
}
.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.modal--active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  overflow: scroll;
}

.container {
  width: 1400px;
  max-width: 95%;
  margin: 0 auto;
}

.section {
  padding: 90px 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section {
    padding: 65px 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .section {
    padding: 75px 0;
  }
}

.input {
  height: 80px;
  border-radius: 8px;
  outline: none;
  border: 2px solid #ffffff;
  background: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 400;
  color: #6078D4;
  text-transform: uppercase;
  font-family: "Gilroy";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .input {
    height: 55px;
    padding: 0 24px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .input {
    height: 65px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .input {
    height: 70px;
  }
}
.input:hover {
  border-color: #6078D4;
}
.input:focus {
  border-color: #6078D4;
}
.input::-webkit-input-placeholder {
  color: #6E7C87;
}
.input::-moz-placeholder {
  color: #6E7C87;
}
.input:-ms-input-placeholder {
  color: #6E7C87;
}
.input::-ms-input-placeholder {
  color: #6E7C87;
}
.input::placeholder {
  color: #6E7C87;
}

.button {
  border: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 16px;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 80px;
  cursor: pointer;
  height: 80px;
  font-family: "Gilroy";
  background: #6078D4;
  color: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .button {
    height: 55px;
    padding: 0 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button {
    height: 65px;
    padding: 0 55px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .button {
    height: 65px;
  }
}
.button:hover {
  background: #4c67cf;
}

.secondary-button {
  border: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 16px;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 80px;
  cursor: pointer;
  height: 80px;
  font-family: "Gilroy";
  background: #ffffff;
  color: #6078D4;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .secondary-button {
    height: 55px;
    padding: 0 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .secondary-button {
    height: 65px;
    padding: 0 55px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .secondary-button {
    height: 65px;
  }
}
.secondary-button:hover {
  background: #6078D4;
  color: #ffffff;
}

.button-o {
  border: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 16px;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 80px;
  cursor: pointer;
  height: 80px;
  font-family: "Gilroy";
  background: transparent;
  color: #6078D4;
  border: 2px solid #6078D4;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .button-o {
    height: 55px;
    padding: 0 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-o {
    height: 65px;
    padding: 0 55px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .button-o {
    height: 65px;
  }
}
.button-o:hover {
  background: #6078D4;
  color: #ffffff;
}

.button-request {
  z-index: 2;
}

.subtitle {
  color: #0A1E41;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .subtitle {
    font-size: 18px;
  }
}

.text {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .text {
    font-size: 16px;
  }
}

.title {
  color: #0A1E41;
  font-size: 64px;
  line-height: 120%;
  font-weight: 900;
  font-family: "Museo Sans Cyrl";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .title {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .title {
    font-size: 52px;
  }
}
.title span {
  font-style: italic;
  color: #ffffff;
  background: rgb(255, 102, 75);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 102, 75)), to(rgb(255, 66, 63)));
  background: linear-gradient(180deg, rgb(255, 102, 75) 0%, rgb(255, 66, 63) 100%);
  padding: 0 15px;
  border-radius: 12px;
}
/*cooki*/
.window_kuki {
    display: none;
    position: fixed;
    bottom: 2vh;
    left: 2vw;
    max-width: 450px;
    background: #ffffff;
    margin-bottom: 10vh;
    padding: 20px; 
    z-index: 100;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    box-sizing: border-box; 
}

.inner_kuki {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.window_kuki p {
    font-size: 16px; 
    margin: 0;
    padding-bottom: 2vh;
    text-align: center; 
    width: 100%; 
    color: #333333;
}

.window_kuki p a {
    color: #333333;
    text-decoration: underline;
    display: inline;
}

.window_kuki p a:hover {
    text-decoration: none;
}

.button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 15px;
    justify-content: center;
}

.btn_kuki,
.btn_kuki-second {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #3898ec;
    border: 4px solid transparent;
    border-radius: 20px;
    padding: 8px 20px; 
    font-size: 12px; 
    font-weight: 600;
    color: #ffffff;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .window_kuki {
        margin-bottom: 2vh;
    }
    
}

@media screen and (max-width: 767px) {
    .window_kuki {
        width: 95vw;
        max-width: 300px;
        padding: 2vh 2vw 2vh;
    }
    .window_kuki p {
        font-size: 0.9rem;
        text-align: center;
    }
    .btn_kuki,
    .btn_kuki-second {
        width: 95%;
        max-width: 250px;
        padding: 0.5vh 1vw;
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 480px) {
    .window_kuki {
        max-width: 100%;
        padding: 15px;
        bottom: 0;
        margin-bottom: 90px;
    }
    .window_kuki p {
        font-size: 10px;
        line-height: normal;
    }
    .btn_kuki,
    .btn_kuki-second {
        max-width: 220px;
        padding: 0.5vh 1vw;
        font-size: 0.65rem;
    }
}
.pol_form {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 0 0;
}
.pol_form input {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.pol_form label {
  color: #000;
  font-size: 14px;
}
.pol_form a {
  color: #000;
  text-decoration: underline;
}
.pol_form a:hover {
  text-decoration: none;
}
button[disabled] {
  cursor: not-allowed;
}