.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  overflow-y: auto;
}
.modal.show {
  visibility: visible;
}
.modal.show .modal__body {
  transform: translate(0, 0);
}
.modal.show .modal__underlay {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
}
.modal__underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s linear 0.4s;
}
.modal__body {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  max-width: 980px;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  transition: 0.4s linear;
  transform: translate(0, -100%);
}
.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal__close:before, .modal__close:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #1144AA;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}
.modal__close:before {
  transform: rotate(45deg);
}
.modal__close:after {
  transform: rotate(-45deg);
}
.modal__close:hover:after, .modal__close:hover:before {
  background: #1144AA;
}
.modal__close--bg {
  top: 0;
  right: 0;
  background: #303030;
}
.modal__close--bg:before, .modal__close--bg:after {
  background: #fff;
}
.modal__close--bg:hover {
  background: #fff;
}
.modal__close--bg:hover:before, .modal__close--bg:hover:after {
  background: #303030;
}
.modal__content img {
  max-height: calc(100vh - 160px);
}

.hover-zoom {
  cursor: zoom-in;
}

#modal-callback .modal__body, #modal-service .modal__body {
  max-width: 500px;
}
@media (max-width: 1170px) {
  #modal-callback .modal__body, #modal-service .modal__body {
    margin: 0 auto;
  }
}

.mcf {
  padding: 40px;
}
@media (max-width: 419px) {
  .mcf {
    padding: 40px 10px;
  }
}
.mcf__title {
  font-weight: 900;
  font-size: 26px;
  line-height: 36px;
  margin: 0px 0px 11px;
  text-transform: uppercase;
}
.mcf__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin: 0px 0px 30px;
}
.mcf__input {
  border: 1px solid #1144AA;
  margin: 0px 0px 10px;
  width: 100%;
  display: block;
  height: 56px;
  padding: 16px;
  border-radius: 4px;
  font-size: 16px;
}
.mcf__button {
  margin: 20px 0px 20px;
}
@media (max-width: 1199px) {
  .mcf__button {
    margin: 20px 0px 20px !important;
  }
}
.mcf__note {
  font-size: 14px;
  line-height: 18px;
  color: #c9c9c9;
}
.mcf__note a {
  transition: 0s;
}
.mcf__thanks, .mcf__error {
  color: #303030 !important;
  margin: auto !important;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  margin: 0px 0px 20px !important;
  display: none;
}

#modal-video .modal__body {
  width: 100%;
  max-width: 800px;
}
#modal-video .modal__body .modal__close {
  top: -40px;
}
@media (max-width: 830px) {
  #modal-video .modal__body {
    max-width: calc(100% - 30px);
    margin: auto;
  }
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "Roboto";
  color: #303030;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  max-width: 1920px;
  margin: auto;
  background: #F9F5EA;
}
body.noscroll {
  overflow: hidden;
}
body.no-scroll {
  overflow: hidden;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a {
  color: #1144AA;
}

a,
a:visited {
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  color: #27AE60;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

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

p {
  margin: 0px 0px 10px;
}

ul.default {
  padding: 0px;
}
ul.default li {
  position: relative;
  margin: 0px 0px 12px;
  padding: 0 0 0 20px;
}
ul.default li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #303030;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}

ol.default {
  list-style: none;
  counter-reset: item;
  padding: 0px 0px 0px 24px;
}
ol.default li {
  counter-increment: item;
  margin-bottom: 5px;
}
ol.default li:before {
  margin-right: 8px;
  content: counter(item) ".";
  color: #1144AA;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.text-center {
  text-align: center !important;
}

.title {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  margin: 0px 0px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .title {
    font-size: 32px;
    margin: 0px 0px 40px;
  }
}
@media (max-width: 430px) {
  .title {
    font-size: 28px;
    margin: 0px 0px 30px;
  }
}

h2 {
  font-family: "Gilroy";
  font-size: 36px;
  font-weight: 600;
  margin: 0px 0px 30px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    margin: 0px 0px 25px;
  }
}
@media (max-width: 430px) {
  h2 {
    font-size: 20px;
    margin: 0px 0px 20px;
  }
}

h3 {
  font-family: "Gilroy";
  font-size: 32px;
  font-weight: 600;
  margin: 0px 0px 15px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 430px) {
  h3 {
    font-size: 18px;
  }
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0 15px;
}
.container_big {
  max-width: 1750px;
}
.container_small {
  max-width: 980px;
}

img {
  max-width: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.button {
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 0px 30px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
  border: 1px solid #303030;
  border-radius: 10px;
  background: #303030;
  text-align: center;
}
.button:hover {
  background: none;
  color: #303030;
}
@media (max-width: 1199px) {
  .button {
    height: 50px;
  }
}
@media (max-width: 992px) {
  .button {
    padding: 0 20px;
  }
}
.button._dark {
  background: none;
  color: #303030;
}
.button._dark:hover {
  background: #303030;
  color: #fff;
}
.button._light {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.button._light:hover {
  background: #fff;
  color: #303030;
}

.red-button {
  cursor: pointer;
  background: #FC000D;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 16px 16px;
  width: 100%;
  transition: 0.4s;
  line-height: 14px;
}
.red-button:hover {
  background: #1144AA;
  color: #fff;
}
.red-button:after {
  content: url("/images/icons/arrow-right.png");
  margin: 0px 0px 0px 10px;
}

.modal-img {
  cursor: zoom-in;
}

.back-to-top {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  box-shadow: 0px 8px 19.6px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 50%;
  transition: 0.4s;
  cursor: pointer;
}
.back-to-top:before, .back-to-top:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: #303030;
}
.back-to-top:before {
  transform: rotate(-45deg);
  left: 14px;
  top: 28px;
}
@media (max-width: 767px) {
  .back-to-top:before {
    left: 9px;
    top: 23px;
  }
}
.back-to-top:after {
  transform: rotate(45deg);
  left: 27px;
  top: 29px;
}
@media (max-width: 767px) {
  .back-to-top:after {
    left: 22px;
    top: 23px;
  }
}
.back-to-top:hover {
  box-shadow: none;
}
@media (max-width: 767px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
}

.owl-carousel {
  position: unset !important;
}

.owl-nav {
  position: absolute;
  top: 0.2em;
  right: 0;
  display: flex;
  margin-top: 0 !important;
}

.owl-prev, .owl-next {
  flex: 0 0 36px;
  max-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1144AA !important;
  border-radius: 50% !important;
}
.owl-prev:hover, .owl-next:hover {
  background: #e4e4e4 !important;
}

.owl-prev {
  margin: 0px 20px 0px 0px;
}
.owl-prev:before {
  content: url("/images/icons/chevron-left-blue.png");
}

.owl-next:before {
  content: url("/images/icons/chevron-right-blue.png");
}

.lang {
  text-transform: uppercase;
  width: 70px;
  background: url("/images/icons/chevron-down.png") right center/auto no-repeat;
  position: relative;
}
.lang__active {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lang__active img {
  margin: 0px 6px 0px 0px;
}
.lang__list {
  transition: 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 100%;
  background: #fff;
  border-radius: 5px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.lang__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang__list li a img {
  margin: 0px 6px 0px 0px;
}
.lang:hover .lang__list {
  visibility: visible;
  opacity: 1;
}

.section {
  margin: 0px 0px 80px;
}
@media (max-width: 430px) {
  .section {
    margin: 0px 0px 40px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0 0;
  justify-content: center;
}

.icon-angle-double-left {
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F63333;
}

.icon-angle-double-left:before {
  content: "<<";
}

.icon-angle-left {
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F63333;
}

.icon-angle-left:before {
  content: "<";
}

.icon-angle-right {
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F63333;
}

.icon-angle-right:before {
  content: ">";
}

.icon-angle-double-right {
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F63333;
}

.icon-angle-double-right:before {
  content: ">>";
}

.page-item {
  margin: 0px 10px 0px 0px;
  background: #fff;
  transition: 0.4s;
}

.page-item:not(.disabled):not(.active):hover {
  cursor: pointer;
  background: rgba(246, 51, 51, 0.5);
}

.page-item .page-link {
  display: block;
  width: 32px;
  height: 32px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 80%;
}

.page-item.active {
  background: #F63333;
}

.page-item.active .page-link {
  color: #fff;
}

.page-item.disabled .icon-angle-double-left {
  color: #666;
}

.page-item.disabled .icon-angle-left {
  color: #666;
}

.page-item.disabled .icon-angle-double-right {
  color: #666;
}

.page-item.disabled .icon-angle-right {
  color: #666;
}

.quote {
  border-left: 4px solid #1144AA;
  background: rgba(17, 68, 170, 0.1215686275);
  color: #1144AA;
  padding: 8px;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
@media (max-width: 480px) {
  .quote {
    font-size: 16px;
  }
}
.quote__sign {
  color: rgba(17, 68, 170, 0.6392156863);
  font-size: 14px;
  margin: 12px 0px 0px;
  text-align: right;
}

.header {
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 15px;
}
@media (max-width: 1199px) {
  .header {
    padding: 17px 15px;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 10px 15px;
  }
}
.header__logo {
  margin: 0px 90px 0px 0px;
}
@media (max-width: 992px) {
  .header__logo {
    margin: 0px 30px 0px 0px;
  }
}
@media (max-width: 430px) {
  .header__logo {
    margin: 0px 15px 0px 0px;
  }
}
@media (max-width: 430px) {
  .header__logo img {
    max-height: 44px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px 30px 0px 0px;
}
@media (max-width: 1199px) {
  .header__menu {
    display: block;
    margin: 0px 0px 30px;
  }
}
.header__menu-item {
  margin: 0px 25px 0px 0px;
  padding: 10px 0;
}
.header__menu-item:last-child {
  margin: 0 0 0px;
}
@media (max-width: 1199px) {
  .header__menu-item {
    padding: 10px;
    border-bottom: 1px solid #c9c9c9;
    margin: 0;
  }
}
.header__menu-link {
  color: #303030;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .header__menu-link {
    font-size: 16px;
  }
}
.header__contacts {
  margin: 0 30px 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 430px) {
  .header__contacts {
    margin: 0px auto 0px;
  }
}
.header__socials {
  display: flex;
  align-items: center;
  margin: 0px 18px 0px 0px;
}
@media (max-width: 767px) {
  .header__socials {
    justify-content: center;
    margin: 0px 0px 0;
  }
}
.header__socials-link {
  width: 30px;
  height: 30px;
}
.header__socials-link svg path {
  transition: 0.4s;
}
.header__socials-link._wa {
  margin: 0px 15px 0px 0px;
}
.header__socials-link._wa:hover svg path {
  fill: #27AE60;
}
.header__socials-link._tg:hover svg path:first-child {
  fill: #27AE60;
}
.header__schedule p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 430px) {
  .header__schedule p {
    font-size: 12px;
  }
}
.header__phone {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 2px;
  color: #303030;
  white-space: nowrap;
}
@media (max-width: 430px) {
  .header__phone {
    font-size: 16px;
    text-align: center;
  }
}
.header__callback {
  margin: 0 0 0 auto;
  transform: scale(0);
  transition: transform 1s;
}
.header__callback._active {
  transform: scale(1);
}
@media (max-width: 1199px) {
  .header__callback {
    margin: 0 30px 0 auto;
  }
}
@media (max-width: 767px) {
  .header__callback {
    margin: 0 auto 30px;
  }
}
.header__burger {
  display: none;
  position: relative;
}
@media (max-width: 1199px) {
  .header__burger {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #303030;
    border-radius: 10px;
  }
}
@media (max-width: 430px) {
  .header__burger {
    height: 40px;
    width: 40px;
    margin: 0 0 0 15px;
  }
}
.header__burger span {
  width: 36px;
  height: 2px;
  background: #303030;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}
@media (max-width: 430px) {
  .header__burger span {
    width: 30px;
  }
}
.header__burger span:nth-child(1) {
  top: 14px;
  transform: rotate(0);
}
@media (max-width: 430px) {
  .header__burger span:nth-child(1) {
    top: 9px;
  }
}
.header__burger span:nth-child(2) {
  top: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.header__burger span:nth-child(3) {
  bottom: 14px;
  transform: rotate(0);
}
@media (max-width: 430px) {
  .header__burger span:nth-child(3) {
    bottom: 9px;
  }
}
.header__burger.show span:nth-child(1) {
  top: 0;
  bottom: 0;
  transform: rotate(135deg);
}
.header__burger.show span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header__burger.show span:nth-child(3) {
  top: 0;
  bottom: 0;
  transform: rotate(-135deg);
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 87px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  border-top: 1px solid #E0E0E0;
  z-index: 999;
  transition: 0.4s;
  transform: translate(-110%, 0);
}
.mobile-menu.show {
  transform: translate(0, 0);
}
@media (max-width: 1199px) {
  .mobile-menu {
    display: block;
  }
}
@media (max-width: 480px) {
  .mobile-menu {
    top: 73px;
  }
}
.mobile-menu__shadow {
  display: none;
  position: absolute;
  top: 87px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  z-index: 998;
}
.mobile-menu__shadow.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .mobile-menu__shadow {
    display: block;
  }
}
@media (max-width: 480px) {
  .mobile-menu__shadow {
    top: 73px;
  }
}
.mobile-menu__content {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #fff;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .mobile-menu__menu-items-holder {
    margin: 0px 0px 20px;
  }
}

.topbanner {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .topbanner {
    padding: 40px 0;
  }
}
@media (max-width: 430px) {
  .topbanner {
    padding: 40px 0 10px;
  }
}
.topbanner__content {
  display: flex;
  align-items: center;
  margin: 0px 0px 50px;
}
@media (max-width: 991px) {
  .topbanner__content {
    display: block;
  }
}
@media (max-width: 575px) {
  .topbanner__content {
    margin: 0px 0px 30px;
  }
}
.topbanner__left {
  padding: 0 60px 0 0;
}
@media (max-width: 991px) {
  .topbanner__left {
    padding: 0;
    margin: 0px 0px 30px;
  }
}
.topbanner__title {
  font-weight: 700;
  font-size: 44px;
  margin: 0px 0px 25px;
  font-family: "Gilroy";
  line-height: 48px;
}
@media (max-width: 1199px) {
  .topbanner__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .topbanner__title {
    margin: 0px 0px 15px;
  }
}
@media (max-width: 480px) {
  .topbanner__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.topbanner__subtitle {
  font-size: 22px;
  line-height: 1.3;
  margin: 0px 0px 60px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .topbanner__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .topbanner__subtitle {
    margin: 0px 0px 20px;
  }
}
.topbanner__image {
  flex: 0 0 500px;
}
.topbanner__image img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .topbanner__image img {
    display: block;
    margin: auto;
  }
}
.topbanner__items {
  display: flex;
  margin: 0 -22px;
}
@media (max-width: 1199px) {
  .topbanner__items {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .topbanner__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .topbanner__items {
    display: block;
    margin: 0;
  }
}
.topbanner__item {
  flex: 0 0 calc(25% - 44px);
  margin: 0 22px;
  border-radius: 10px;
  padding: 18px 20px 18px 72px;
  background: #fff url("/images/icons/check-in-circle.png") 23px center/auto no-repeat;
  font-size: 14px;
  font-weight: bold;
  transform: translateY(10rem) scale(0);
  transition: transform 1s;
}
@media (max-width: 1199px) {
  .topbanner__item {
    flex: 0 0 calc(25% - 30px);
    margin: 0 15px;
    padding: 15px 15px 15px 60px;
    background: #fff url("/images/icons/check-in-circle.png") 13px center/auto no-repeat;
  }
}
@media (max-width: 991px) {
  .topbanner__item {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media (max-width: 575px) {
  .topbanner__item {
    margin: 0px 0px 20px;
  }
}
.topbanner__item._active {
  transform: none;
}
.topbanner__button {
  transition: transform 1s;
  transform: scale(0) translateY(-10rem);
}
.topbanner__button._active {
  transform: none;
}

.whywe {
  background: #fff;
  padding: 90px 0;
}
@media (max-width: 480px) {
  .whywe {
    padding: 40px 0;
  }
}
.whywe__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
}
@media (max-width: 1199px) {
  .whywe__items {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .whywe__items {
    display: block;
    margin: 0;
  }
}
.whywe__item {
  flex: 0 0 calc(33.333% - 44px);
  margin: 0 22px 30px;
  border: 1px solid #E3E7EB;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  transform: translateY(10rem) scale(0);
  transition: transform 1s;
}
@media (max-width: 1199px) {
  .whywe__item {
    flex: 0 0 calc(33.333% - 30px);
    margin: 0 15px 30px;
    padding: 14px;
  }
}
@media (max-width: 991px) {
  .whywe__item {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .whywe__item {
    margin: 0px 0px 20px;
  }
}
.whywe__item._active {
  transform: none;
}
.whywe__item-image {
  flex: 0 0 72px;
  height: 72px;
  background: #F9F5EA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 20px 0px 0px;
}
@media (max-width: 1199px) {
  .whywe__item-image {
    margin: 0px 15px 0px 0px;
  }
}
.whywe__item-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0px 4px;
}
.whywe__item-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.mpserv__section {
  margin: 0px 0px 100px;
}
@media (max-width: 575px) {
  .mpserv__section {
    margin: 0px 0px 60px;
  }
}
@media (max-width: 575px) {
  .mpserv__title {
    font-size: 30px;
  }
}
.mpserv__block {
  margin: 0px 0px 60px;
}
@media (max-width: 991px) {
  .mpserv__block {
    margin: 0px 0px 40px;
  }
}
.mpserv__block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px 0;
}
.mpserv__block-text {
  font-weight: bold;
  font-size: 20px;
  margin: 0 36px 0 0;
}

@media(max-width: 767px) {
  .mpserv__block-header {
    display: block;
  }
  .mpserv__block-text {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .mpserv__block-callback {
    height: 40px;
  }
}

.mpserv__subtitle {
  font-size: 36px;
  font-weight: bold;
  margin: 0px 0px 30px;
  font-family: "Gilroy";
}
@media (max-width: 991px) {
  .mpserv__subtitle {
    font-size: 30px;
    margin: 0px 0px 20px;
  }
}
@media (max-width: 575px) {
  .mpserv__subtitle {
    font-size: 24px;
    margin: 0 0 16px 0;
  }
}
.mpserv__line {
  /*display: flex;
  margin: 0 -22px;*/
  position: relative;
  margin: 0 -10px;
}
.mpserv__line img {
  margin: 0 10px;
}
/*@media (max-width: 1199px) {
  .mpserv__line {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .mpserv__line {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .mpserv__line {
    margin: 0;
    display: block;
  }
}*/
/*.mpserv__line img {
  flex: 0 0 calc(33.333% - 44px);
  margin: 0 22px;
  width: calc(33.333% - 44px);
  transition: 0.4s;
  transform: scale(0);
  transition: transform 1s;
}
@media (max-width: 1199px) {
  .mpserv__line img {
    flex: 0 0 calc(33.333% - 30px);
    margin: 0 15px;
    width: calc(33.333% - 30px);
  }
}
@media (max-width: 991px) {
  .mpserv__line img {
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 10px;
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 575px) {
  .mpserv__line img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
}
.mpserv__line img:hover {
  box-shadow: 0 0.4rem 1.4rem 0 rgba(87, 75, 206, 0.48);
}
.mpserv__line img._active {
  transform: scale(1);
}*/

.howwework {
  background: #fff;
  padding: 80px 0 120px;
}
@media (max-width: 480px) {
  .howwework {
    padding: 40px 0;
  }
}
.howwework__items {
  display: flex;
  margin: 0 -15px;
  padding: 50px 0 0;
  opacity: 0;
  transition: opacity 1s;
}
@media (max-width: 1199px) {
  .howwework__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .howwework__items {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.howwework__items._active {
  opacity: 1;
}
.howwework__item {
  flex: 0 0 calc(25% - 30px);
  margin: 0 15px;
  position: relative;
}
@media (max-width: 1199px) {
  .howwework__item {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media (max-width: 575px) {
  .howwework__item {
    margin: 0px 0px 30px;
  }
}
@media (max-width: 575px) {
  .howwework__item:last-child {
    margin: 0;
  }
}
.howwework__item:before {
  content: url("/images/arrow-big.png");
  width: 181px;
  height: 41px;
  position: absolute;
  top: -33px;
  left: -50%;
}
@media (max-width: 1199px) {
  .howwework__item:before {
    content: none;
  }
}
.howwework__item:first-child:before {
  content: none;
}
.howwework__item-number {
  font-weight: 900;
  font-size: 166px;
  text-align: left;
  color: #F9F5EA;
  line-height: 1;
}
.howwework__item-title {
  font-weight: 700;
  font-size: 20px;
  margin: 0px 0px 8px auto;
  width: 233px;
}
.howwework__item-text {
  font-weight: 300;
  font-size: 14px;
  width: 233px;
  margin: 0 0 0 auto;
}

.callus {
  padding: 90px 0;
}
@media (max-width: 480px) {
  .callus {
    padding: 40px 0;
  }
}
.callus__content {
  background: #fff;
  border-radius: 10px;
  padding: 60px 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .callus__content {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .callus__content {
    display: block;
  }
}
@media (max-width: 575px) {
  .callus__content {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .callus__content {
    padding: 40px 15px;
  }
}
.callus__left {
  padding: 0 61px 0 0;
}
@media (max-width: 991px) {
  .callus__left {
    margin: 0px 0px 30px;
    padding: 0;
  }
}
.callus__title {
  font-size: 38px;
  margin: 0px 0px 40px;
}
@media (max-width: 1199px) {
  .callus__title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .callus__title {
    margin: 0px 0px 20px;
  }
}
@media (max-width: 480px) {
  .callus__title {
    font-size: 28px;
  }
}
.callus__text {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .callus__text {
    font-size: 18px;
    line-height: 1.3;
  }
}
.callus__form {
  flex: 0 0 300px;
  transform: scale(0.4) translate(8rem, 0);
  transition: transform 1s;
}
@media (max-width: 991px) {
  .callus__form {
    max-width: 500px;
    margin: auto;
  }
}
.callus__form._active {
  transform: none;
}

.aboutus {
  padding: 90px 0;
  background: #fff;
}
@media (max-width: 430px) {
  .aboutus {
    padding: 40px 0;
  }
}
.aboutus__content {
  border-radius: 10px;
  background: #F9F5EA;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .aboutus__content {
    display: block;
    padding: 40px 20px;
  }
}
.aboutus__left {
  padding: 40px 60px;
}
@media (max-width: 1199px) {
  .aboutus__left {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .aboutus__left {
    padding: 0;
    margin: 0px 0px 30px;
  }
}
.aboutus__subtitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin: 0px 0px 25px;
}
.aboutus__text {
  font-weight: 300;
  margin: 0px 0px 18px;
}
.aboutus__item {
  padding: 0 0 0 42px;
  background: url("/images/icons/check-in-circle-black.png") left top/auto no-repeat;
  margin: 0px 0px 23px;
  transform: translateX(-8rem);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
.aboutus__item:last-child {
  margin: 0;
}
.aboutus__item._active {
  opacity: 1;
  transform: translate(0, 0);
}
.aboutus__item-title {
  font-weight: bold;
}
.aboutus__image {
  flex: 0 0 520px;
}
.aboutus__image img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .aboutus__image img {
    display: block;
    margin: auto;
  }
}

.faq {
  background: #fff;
  padding: 90px 0;
}
@media (max-width: 430px) {
  .faq {
    padding: 40px 0;
  }
}
.faq__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .faq__items {
    margin: 0;
    display: block;
  }
}
.faq__item {
  flex: 0 0 calc(50% - 30px);
  margin: 0 15px 30px;
  padding: 30px 20px;
  transition: 0.4s;
  border-bottom: 1px solid #DCDEE4;
  transform: scale(0) translateY(5rem);
  transition: transform 1s;
}
.faq__item.show {
  background: #F9F5EA;
  box-shadow: 0px 4px 6.3px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 767px) {
  .faq__item {
    margin: 0px 0px 30px;
  }
}
@media (max-width: 430px) {
  .faq__item {
    padding: 20px 10px;
  }
}
.faq__item._active {
  transform: scale(1) translateY(0);
}
.faq__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding: 0 44px 0 0;
  transition: 0.4s;
  margin: 0;
  cursor: pointer;
}
.faq__item-title:after {
  content: "+";
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #303030;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.faq__item-title.show {
  margin: 0px 0px 28px;
}
.faq__item-title.show:after {
  content: "-";
}
.faq__item-title:hover {
  color: #27AE60;
}
.faq__item-title:hover:after {
  background: #27AE60;
}
.faq__item-text {
  display: none;
  color: #808080;
}

.footer {
  color: #fff;
  padding: 60px 0;
  background: #303030;
}
.footer__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__content {
    margin: 0px 0px 30px;
  }
}
@media (max-width: 767px) {
  .footer__content {
    display: block;
  }
}
.footer__logo {
  flex: 0 0 226px;
  margin: 0px 30px 0px 0px;
}
.footer__logo a {
  display: block;
  margin: 0px 0px 22px;
}
@media (max-width: 767px) {
  .footer__logo a {
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    margin: 0px 0 30px;
    text-align: center;
  }
}
.footer__text {
  font-size: 14px;
}
.footer__text-title {
  margin: 0px 0px 8px;
}
.footer__menu {
  margin: 0px 30px 0px 0px;
}
@media (max-width: 767px) {
  .footer__menu {
    margin: 0px 0px 30px;
    text-align: center;
  }
}
.footer__menu-link {
  display: block;
  color: #fff;
  margin: 0px 0px 10px;
}
.footer__contacts {
  margin: 0px 30px 0px 0px;
}
@media (max-width: 991px) {
  .footer__contacts {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer__contacts {
    text-align: center;
  }
}
.footer__phone {
  font-weight: 700;
  font-size: 22px;
  margin: 0px 0px 10px;
  display: block;
  color: #fff;
}
@media (max-width: 1199px) {
  .footer__phone {
    font-size: 18px;
  }
}
.footer__schedule {
  font-size: 18px;
  margin: 0px 0px 10px;
}
@media (max-width: 1199px) {
  .footer__schedule {
    font-size: 16px;
  }
}
.footer__address {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .footer__address {
    font-size: 16px;
  }
}
.footer__socials {
  margin: 0px 30px 0px 0px;
}
@media (max-width: 991px) {
  .footer__socials {
    display: flex;
    align-items: center;
    margin: 0px 30px 0px 0px;
  }
}
.footer__socials-link {
  display: block;
  width: 36px;
  height: 36px;
}
.footer__socials-link svg {
  width: 100%;
  height: 100%;
}
.footer__socials-link svg path {
  transition: 0.4s;
}
.footer__socials-link._wa {
  margin: 0px 0px 20px 0px;
}
.footer__socials-link._wa:hover svg path {
  fill: #27AE60;
}
@media (max-width: 991px) {
  .footer__socials-link._wa {
    margin: 0 12px 0 0;
  }
}
.footer__socials-link._tg:hover svg path:first-child {
  fill: #27AE60;
}
.footer__copyright {
  margin: 60px 0px 0px;
  text-align: center;
  /*font-weight: 700;*/
  font-size: 14px;
}
.footer__copyright a {
  color: #fff;
}
.footer__items-holder {
  display: none;
}
@media (max-width: 991px) {
  .footer__items-holder {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

input {
  height: 54px;
  padding: 16px;
  width: 100%;
  font-size: 16px;
  display: block;
  margin: 0px 0px 20px;
  border: 1px solid #D7DADD;
  border-radius: 10px;
}

.form__sending, .form__thanks, .form__error {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 20px 0;
  display: none;
}

.form button {
  margin: 0px 0px 20px;
  width: 100%;
}
.form__note {
  text-align: center;
  font-size: 12px;
}

@media (max-width: 1600px) {
  .slidecontrols {
    display: flex;
    justify-content: center;
    margin: 24px 0 0;
  }
}

.slideprev, .slidenext {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: 0.4s;
}
.slideprev svg path, .slidenext svg path {
  transition: 0.4s;
}
.slideprev:hover svg path, .slidenext:hover svg path {
  fill: #00BBF3;
}
@media (max-width: 1600px) {
  .slideprev, .slidenext {
    width: 48px;
    height: 48px;
  }
}

.slideprev {
  left: -88px;
}
.slideprev svg {
  transform: rotate(180deg);
}
@media (max-width: 1600px) {
  .slideprev {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 8px;
  }
}

.slidenext {
  right: -88px;
}
@media (max-width: 1600px) {
  .slidenext {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 8px;
  }
}

.servimage {
  cursor: zoom-in;
  height: 256px;
  object-fit: cover;
}

.haveq {
  padding: 60px 0;
}
.haveq__content {
  padding: 40px 60px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}
.haveq__content .form__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.haveq__content input {
  flex: 0 0 30%;
  margin: 0 0 12px 0;
}
.haveq__content button {
  flex: 0 0 33%;
  margin: 0 0 12px 0;
}
.haveq__content .form__note {
  flex: 0 0 100%;
}
.haveq__title {
  margin: 0 0 20px 0;
  text-align: center;
}
.haveq__subtitle {
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.haveq__form .form__note {
  color: #666;
}

@media (max-width: 991px) {
  .haveq__content {
    padding: 40px 15px;
  }
  .servimage {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .haveq__content .form__content {
    display: block;
  }
  .servimage {
    height: 180px;
  }
}

.employees {
  padding: 90px 0;
}
.employees__content {
  display: flex;
  justify-content: space-between;
}
.employee {
  flex: 0 0 calc(25% - 32px);
  background: #fff;
  flex-wrap: wrap;
}
.employee__image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin: 0 0 20px 0;
}
.employee__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employee__content {
  padding: 0 25px 25px;
}
.employee__post {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.1;
}
.employee__name {
  margin: 0 0 25px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.employee__ordercall {
  width: 100%;
}

@media (max-width: 1199px) {
  .employees__title {
    margin: 0 0 40px 0;
  }
  .employee {
    flex: 0 0 calc(25% - 15px);
  }
  .employee__content {
    padding: 0 10px 15px;
  }
}

@media (max-width: 991px) {
  .employees__content {
    flex-wrap: wrap;
  }
  .employee {
    flex: 0 0 calc(50% - 15px);
    margin: 0 0 20px 0;
  }
  .employee__image img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .employees {
    padding: 40px 0;
  }
  .employee__image {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .employees__content {
    display: block;
  }
  .employee {
    margin: 0 0 24px 0;
    text-align: center;
  }
  .employee__image {
    height: auto;
  }
}