@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
  font-size: 15px;
  min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 16px;
}

img {
  border-style: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}

input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}

html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
}

button {
  border: none;
  outline: none;
}

body {
  background-color: #F8FAF9;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.active {
  color: rgba(255, 255, 255, 0.5) !important;
}

.active-second {
  color: rgba(141, 141, 141, 0.5) !important;
}

.active-second img {
  width: 32px !important;
  height: 32px !important;
}

.hidden-unset {
  pointer-events: none !important;
  background: rgba(255, 255, 255, 0.5) !important;
}

.hidden-unset-second {
  background: rgba(12, 37, 53, 0.5) !important;
  pointer-events: none !important;
}

.hidden-html {
  overflow: hidden;
}

.burger-active {
  opacity: 1 !important;
  pointer-events: all !important;
  z-index: 5 !important;
}

.burger-revert {
  background: none !important;
}

.burger-revert::before {
  top: 0 !important;
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
}

.burger-revert::after {
  bottom: 0 !important;
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
  -webkit-transition: all .2s;
  transition: all .2s;
}

h1 {
  font-size: 50px;
  line-height: 65px;
  font-family: "Montserrat-Light";
  color: #FFF;
  font-weight: 300;
}

h2 {
  font-family: "Montserrat-Regular";
  font-size: 45px;
  line-height: 55px;
  font-weight: 400;
  color: #000000;
}

h2 span {
  color: #0c2535;
}

#header {
  position: relative;
  z-index: 2;
}

#header .container {
  position: relative;
}

#header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header__wrapper .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .header__wrapper .header-nav .header__logo {
  margin-right: 33px;
}

#header .header__wrapper .header-nav .header__logo .header-logo-block {
  border-radius: 0px 0px 40px 0px;
  background-color: #232323;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .header__wrapper .header-nav .header__logo img {
  padding: 15px 21px 13px 21px;
  width: 188px;
}

#header .header__wrapper .header-nav nav {
  padding: 28px 0 25px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#header .header__wrapper .header-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

#header .header__wrapper .header-nav nav ul li {
  margin-right: 20px;
}

#header .header__wrapper .header-nav nav ul li a {
  font-family: "Montserrat-Regular";
  text-decoration: none;
  font-size: 13px;
  line-height: 17px;
  color: #FFF;
  font-weight: 400;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#header .header__wrapper .header-nav nav ul li a:hover {
  color: #0c2535;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#header .header__wrapper .header-nav nav ul li .header-connect-mobile {
  display: none;
}

#header .header__wrapper .header-nav nav::after {
  content: '';
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  bottom: 33px;
  z-index: -9;
}

#header .header__wrapper .header-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 17px;
  padding-top: 16px;
}

#header .header__wrapper .header-connect .header-contact {
  padding-right: 13px;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .header__wrapper .header-connect .header-contact a {
  color: #FFF;
  text-decoration: none;
}

#header .header__wrapper .header-connect .header-contact .header__phone {
  font-family: "Montserrat-SemiBold";
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}

#header .header__wrapper .header-connect .header-contact .header__email {
  font-family: "Montserrat-Regular";
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 17px;
}

#header .header__wrapper .header-connect .header-contact-button {
  font-family: "Montserrat-SemiBold";
  font-weight: 600;
  padding: 13px 21px 14px 22px;
  color: #FFF;
  font-size: 11px;
  line-height: 13px;
  border-radius: 453px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.1);
}

#header .header__wrapper .header-connect .header-contact-button:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

#intro {
  height: 598px;
  position: relative;
}

#intro .container {
  z-index: 2;
  position: relative;
}

#intro .intro-video {
  display: block;
}

#intro .intro-video .intro-video__bg {
  height: calc(598px + 110px);
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 24, 17, 0.73)), to(rgba(7, 24, 17, 0.73)));
  background: linear-gradient(rgba(7, 24, 17, 0.73), rgba(7, 24, 17, 0.73));
  background: -webkit-linear-gradient(top, rgba(7, 24, 17, 0.73) 0%, rgba(7, 24, 17, 0.73) 100%);
  width: 100%;
  z-index: 1;
  top: -110px;
  -o-object-fit: cover;
     object-fit: cover;
}

#intro .intro-video img {
  width: 100%;
  position: absolute;
  z-index: -10;
  top: -110px;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(598px + 110px);
}

#intro .intro-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 121px 0 44px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

#intro .intro-title h1 span {
  font-family: "Montserrat-Bold";
  font-weight: 600;
}

#intro .intro-title .intro-title__mobile {
  display: none;
}

#intro .intro-title .intro-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#intro .intro-title .intro-btn__consult {
  font-family: "Montserrat-Bold";
  font-weight: 600;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: #FFF;
  background: #0c2535;
  padding: 27px 42px 29px 42px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 453px;
  margin-right: 10px;
  -webkit-transition: all .3 ease-out;
  transition: all .3 ease-out;
}

#intro .intro-title .intro-btn__consult:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all .3 ease-in;
  transition: all .3 ease-in;
}

#intro .intro-title .intro-btn__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 453px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 34px 13px 32px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-transition: all .3 ease-out;
  transition: all .3 ease-out;
}

#intro .intro-title .intro-btn__download img {
  width: 14px;
  margin-right: 7px;
  padding-bottom: 18px;
}

#intro .intro-title .intro-btn__download:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all .3 ease-in;
  transition: all .3 ease-in;
}

#intro .intro-title .intro-btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#intro .intro-title .intro-btn-text__title {
  font-family: "Montserrat-Bold";
  font-weight: 600;
  font-size: 13px;
  font-weight: 700;
  color: #FFF;
}

#intro .intro-title .intro-btn-text__doc {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

#intro .intro-title::after {
  content: '';
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  bottom: 0;
  z-index: -9;
}

#intro .intro-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 38px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#intro .intro-description__text {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#intro .intro-description .intro-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#intro .intro-description .intro-advantage__item {
  width: 165px;
  margin-left: 60px;
}

#intro .intro-description .intro-advantage__item p {
  padding-top: 15px;
  font-family: "Montserrat-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.95);
}

#service {
  background: url("../img/services/glob.png") no-repeat;
  background-position-y: top;
  background-position-x: right;
}

#service h2 {
  padding: 88px 0 53px 0;
}

#service h2 span {
  color: #0c2535;
}

#service .service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#service .service-block .service-card {
  padding: 32px 26px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 41px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 41px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  max-width: 365px;
  margin-right: 32px;
}

#service .service-block .service-card .service-card__image {
  width: 100%;
  height: 155px;
}

#service .service-block .service-card .service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

#service .service-block .service-card h3 {
  font-family: "Montserrat-Bold";
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: #3D3D3D;
  margin: 15px 0;
}

#service .service-block .service-card ul {
  margin-bottom: auto;
}

#service .service-block .service-card ul li {
  font-family: "Montserrat-Regular";
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  color: #3D3D3D;
}

#service .service-block .service-card .service__request {
  margin: 29px auto 21px auto;
  font-family: "Montserrat-Bold";
  font-weight: 700;
  font-size: 13px;
  color: #0c2535;
  padding: 17px 40px 20px 40px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 150px;
  text-align: center;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  border: 1px solid #0c2535;
}

#service .service-block .service-card .service__request:hover {
  color: #FFF;
  background: #0c2535;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

#service .service-block .service-card .service__details {
  background: none;
  font-family: "Montserrat-Regular";
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #3D3D3D;
  border-bottom: 1px dotted #3D3D3D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}

#service .service-block .service-card:nth-child(3n +3) {
  margin-right: 0;
}

#service-description {
  background: #FFF;
}

#service-description .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-right: 0;
}

#service-description .service-description-text {
  padding-top: 73px;
  width: 54%;
}

#service-description .service-description-text h2 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  padding-bottom: 28px;
}

#service-description .service-description-text h2 span {
  color: #0c2535;
}

#service-description .service-description-text p {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: 26px;
}

#service-description .service-description-text p span {
  background: #F8FAF9;
}

#service-description .service-description-text p:last-child {
  color: #0c2535;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 63px;
}

#service-description .service-description-video {
  width: 46%;
  margin-left: 63px;
}

#service-description .service-description-video img {
  -o-object-position: 0 -170px;
     object-position: 0 -170px;
  width: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#advantage {
  padding-top: 63px;
  padding-bottom: 66px;
  background: url("../img/advantage/bg.png") no-repeat center/cover;
  margin-top: 50px;
}

#advantage h2 {
  padding-bottom: 83px;
}

#advantage h2 span {
  color: #0c2535;
}

#advantage .advantage-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#advantage .advantage-block__card {
  width: 360px;
  position: relative;
  border-radius: 15px;
  background: #FFF;
  padding: 20px 20px 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 40px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#advantage .advantage-block__card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#advantage .advantage-block__card p {
  font-family: "Montserrat-Regular";
  font-size: 20px;
  line-height: 28px;
  padding-top: 40px;
}

#advantage .advantage-block__card img {
  width: 35px;
  margin-left: auto;
}

#advantage .advantage-block__card svg {
  width: 80px;
  position: absolute;
  left: 20px;
  top: 20px;
}

#advantage .advantage-block__card svg path {
  fill: #0c2535;
}

#advantage .advantage-block__card:nth-child(3n + 3) {
  margin-right: 0;
}

#consultation {
  position: relative;
  padding: 53px 0;
  background: #676767;
}

#consultation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#consultation .consultation-text {
  width: 50%;
  padding-right: 30px;
}

#consultation .consultation-text h2 {
  font-family: "Montserrat-SemiBold";
  font-weight: 600;
  font-size: 45px;
  line-height: 53px;
  color: #FFF;
  padding-bottom: 19px;
}

#consultation .consultation-text p {
  font-family: "Montserrat-Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}

#consultation .consultation-line {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #FFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#consultation .consultation-form {
  padding-left: 30px;
  width: 50%;
}

#consultation .consultation-form form #consultation-form__name-error,
#consultation .consultation-form form #consultation-form__question-error,
#consultation .consultation-form form #consultation-form__tel-error {
  border: none !important;
}

#consultation .consultation-form form .error {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: red;
  border: 1px solid red;
}

#consultation .consultation-form form #consultation-form__name {
  margin-top: 0;
}

#consultation .consultation-form form #consultation-form__question-error {
  margin-bottom: 27px;
}

#consultation .consultation-form form input,
#consultation .consultation-form form textarea {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 17px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-family: "Montserrat-Regular";
}

#consultation .consultation-form form .iti .iti__flag-container .iti__selected-flag {
  max-height: 48px;
}

#consultation .consultation-form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 65px;
  font-family: "Montserrat-Regular";
}

#consultation .consultation-form form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 65px;
  font-family: "Montserrat-Regular";
}

#consultation .consultation-form form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 65px;
  font-family: "Montserrat-Regular";
}

#consultation .consultation-form form input::placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 65px;
  font-family: "Montserrat-Regular";
}

#consultation .consultation-form form input {
  width: 50%;
}

#consultation .consultation-form form #consultation-form__tel {
  width: 100%;
  padding-left: 55px;
}

#consultation .consultation-form form .iti {
  width: 90%;
}

#consultation .consultation-form form textarea {
  resize: none;
  outline: none;
  border: 0;
  width: 100%;
}

#consultation .consultation-form form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-family: "Montserrat-Regular";
}

#consultation .consultation-form form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-family: "Montserrat-Regular";
}

#consultation .consultation-form form textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-family: "Montserrat-Regular";
}

#consultation .consultation-form form textarea::placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-family: "Montserrat-Regular";
}

#consultation .consultation-form form .consultation-form__data {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#consultation .consultation-form form .consultation-form__data .consultation-form__name {
  width: 100%;
}

#consultation .consultation-form form .consultation-form__data #consultation-form__name {
  margin-right: 17px;
  width: 90%;
}

#consultation .consultation-form form .consultation-form-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

#consultation .consultation-form form .consultation-form-send__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#consultation .consultation-form form .consultation-form-send input {
  width: unset;
  padding: 0;
}

#consultation .consultation-form form .consultation-form-send label {
  font-size: 13px;
  line-height: 13px;
  font-family: "Roboto-Regular";
  color: #FFF;
  cursor: pointer;
}

#consultation .consultation-form form .consultation-form-send img {
  padding-right: 11px;
  cursor: pointer;
}

#consultation .consultation-form form .consultation-form-send button {
  padding: 28px 70px;
  color: #0c2535;
  text-align: center;
  font-size: 13px;
  pointer-events: auto;
  background: #FFF;
  line-height: 16px;
  font-weight: 400;
  font-family: "Montserrat-SemiBold";
  border-radius: 453px;
  margin-right: 36px;
  position: relative;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

#consultation .consultation-form form .consultation-form-send button:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

#footer {
  background: #3D3D3D;
}

#footer .footer-start {
  padding: 28px 0 42px 0;
}

#footer .footer-start .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .footer-start .container .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer-start .container .footer-nav nav {
  margin-left: 71px;
}

#footer .footer-start .container .footer-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .footer-start .container .footer-nav nav ul li {
  margin-right: 20px;
}

#footer .footer-start .container .footer-nav nav ul li a {
  font-family: "Montserrat-Regular";
  text-decoration: none;
  font-size: 13px;
  line-height: 17px;
  color: #FFF;
  font-weight: 400;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#footer .footer-start .container .footer-nav nav ul li a:hover {
  color: #0c2535;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#footer .footer-start .container .footer-connect {
  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;
}

#footer .footer-start .container .footer-connect .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .footer-start .container .footer-connect .footer-contact__wrapper {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#footer .footer-start .container .footer-connect .footer-contact__wrapper .footer__phone {
  font-family: "Montserrat-SemiBold";
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}

#footer .footer-start .container .footer-connect .footer-contact__wrapper .footer__email {
  font-family: "Montserrat-Regular";
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 17px;
}

#footer .footer-start .container .footer-connect .footer-contact .footer-contact-button {
  font-family: "Montserrat-SemiBold";
  font-weight: 600;
  padding: 13px 21px 14px 22px;
  color: #FFF;
  font-size: 11px;
  line-height: 13px;
  border-radius: 453px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.1);
  margin-left: 13px;
}

#footer .footer-start .container .footer-connect .footer-contact .footer-contact-button:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

#footer .footer-start .container .footer-connect .footer-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footer .footer-start .container .footer-connect .footer-download img {
  margin-right: 12px;
}

#footer .footer-start .container .footer-connect .footer-download p {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-weight: 400;
  color: #0c2535;
  position: relative;
}

#footer .footer-start .container .footer-connect .footer-download p span {
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-start .container .footer-connect .footer-download p::after {
  content: '';
  width: 100%;
  background: rgba(40, 150, 120, 0.2);
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

#footer .footer-end {
  background: #272727;
}

#footer .footer-end .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
}

#footer .footer-end__link,
#footer .footer-end a {
  font-family: "Montserrat-Regular";
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#footer .footer-end__link:hover,
#footer .footer-end a:hover {
  color: #FFF;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.service-popup {
  position: fixed;
  z-index: 10;
  background: rgba(18, 18, 18, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  overflow-y: auto;
  padding: 15px 0;
}

.service-popup__wrapper {
  width: 465px;
  background: #FFF;
  border-radius: 10px;
  position: relative;
  margin: auto;
}

.service-popup__wrapper img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.service-popup__wrapper h3 {
  font-family: "Montserrat-Bold";
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  color: #3D3D3D;
  margin: 15px 0;
}

.service-popup__wrapper p {
  font-family: "Montserrat-Regular";
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #3D3D3D;
}

.service-popup__wrapper span {
  position: absolute;
  top: 0;
  right: -30px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 22px;
}

.service-popup__wrapper span::before {
  content: '';
  width: 25px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service-popup__wrapper span::after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 25px;
  height: 1px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.service-popup__information {
  padding: 0 31px 32px 31px;
}

.data-hidden {
  display: none;
}

.animate-right {
  position: relative;
}

.service-popup-form {
  position: fixed;
  z-index: 10;
  background: rgba(18, 18, 18, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  overflow-y: auto;
  padding: 15px 0;
}

.service-popup-form #service-popup-form__name-error,
.service-popup-form #service-popup-form__email-error,
.service-popup-form #question-error {
  border: none !important;
}

.service-popup-form .error {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #D24848;
  margin-top: 6px;
  position: relative;
  top: 3px;
  border: 1px solid #D24848;
}

.service-popup-form__wrapper {
  width: 465px;
  background: #FFF;
  border-radius: 10px;
  position: relative;
  margin: auto;
}

.service-popup-form__wrapper .service-popup-form__image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.service-popup-form__wrapper .service-popup-form__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.service-popup-form__wrapper .service-popup__title {
  font-family: "Montserrat-Bold";
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  color: #3D3D3D;
  margin: 15px 0;
}

.service-popup-form__wrapper p {
  font-family: "Montserrat-Regular";
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #3D3D3D;
}

.service-popup-form__wrapper .service-popup-form__close {
  position: absolute;
  top: 0;
  right: -30px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 22px;
}

.service-popup-form__wrapper .service-popup-form__close::before {
  content: '';
  width: 25px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service-popup-form__wrapper .service-popup-form__close::after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 25px;
  height: 1px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.service-popup-form__information {
  padding: 0 31px 32px 31px;
}

.service-popup-form__information form {
  margin-top: 20px;
}

.service-popup-form__information form input {
  width: 100%;
  padding: 15px 17px;
}

.service-popup-form__information form input::-webkit-input-placeholder,
.service-popup-form__information form textarea::-webkit-input-placeholder {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  color: rgba(141, 141, 141, 0.65);
}

.service-popup-form__information form input:-ms-input-placeholder,
.service-popup-form__information form textarea:-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  color: rgba(141, 141, 141, 0.65);
}

.service-popup-form__information form input::-ms-input-placeholder,
.service-popup-form__information form textarea::-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  color: rgba(141, 141, 141, 0.65);
}

.service-popup-form__information form input::placeholder,
.service-popup-form__information form textarea::placeholder {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  color: rgba(141, 141, 141, 0.65);
}

.service-popup-form__information form .iti {
  width: 100%;
  margin-top: 11px;
}

.service-popup-form__information form .iti .iti__flag-container .iti__selected-flag {
  max-height: 46px;
}

.service-popup-form__information form input,
.service-popup-form__information form textarea {
  font-family: "Montserrat-Regular";
}

.service-popup-form__information form textarea {
  background: rgba(141, 141, 141, 0.1);
  border-radius: 5px;
  width: 100%;
  padding: 15px 17px;
  margin-top: 11px;
}

.service-popup-form__information form #service-popup-form__name,
.service-popup-form__information form #service-popup-form__email {
  background: rgba(141, 141, 141, 0.1);
  border-radius: 5px;
}

.service-popup-form__information form button {
  font-family: "Montserrat-Bold";
  font-weight: 600;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: #FFF;
  background: #0c2535;
  padding: 26px 30px;
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 453px;
  pointer-events: auto;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.service-popup-form__information form button:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.service-popup-form__information form .service-popup-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-popup-form__information form .service-popup-form__checkbox input {
  margin: 0;
  padding: 0;
  width: 0;
}

.service-popup-form__information form .service-popup-form__checkbox label {
  font-size: 11px;
  line-height: 14px;
  font-family: "Montserrat-Regular";
  color: #3D3D3D;
  cursor: pointer;
}

.service-popup-form__information form .service-popup-form__checkbox img {
  padding-right: 11px;
  cursor: pointer;
  width: 32px;
}

.contact-popup {
  position: fixed;
  z-index: 10;
  background: rgba(18, 18, 18, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  overflow-y: auto;
  padding: 15px 0;
}

.contact-popup__wrapper {
  width: 566px;
  background: #FFF;
  border-radius: 10px;
  position: relative;
  margin: auto;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-popup__wrapper .contact-popup__title {
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #3D3D3D;
  margin-bottom: 14px;
}

.contact-popup__wrapper .contact-popup__description {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 21px;
  color: #3D3D3D;
}

.contact-popup__wrapper form {
  margin-top: 30px;
}

.contact-popup__wrapper form input {
  width: 100%;
  padding: 15px 17px;
}

.contact-popup__wrapper form .iti {
  width: 100%;
  margin-top: 11px;
}

.contact-popup__wrapper form .iti .iti__flag-container .iti__selected-flag {
  max-height: 46px;
}

.contact-popup__wrapper form #contact-popup__name-error,
.contact-popup__wrapper form #contact-popup__email-error,
.contact-popup__wrapper form #question-error {
  border: none !important;
}

.contact-popup__wrapper form .error {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #D24848;
  margin-top: 6px;
  position: relative;
  top: 3px;
  border: 1px solid #D24848;
}

.contact-popup__wrapper form input::-webkit-input-placeholder,
.contact-popup__wrapper form textarea::-webkit-input-placeholder {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  color: rgba(141, 141, 141, 0.65);
}

.contact-popup__wrapper form input:-ms-input-placeholder,
.contact-popup__wrapper form textarea:-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  color: rgba(141, 141, 141, 0.65);
}

.contact-popup__wrapper form input::-ms-input-placeholder,
.contact-popup__wrapper form textarea::-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  color: rgba(141, 141, 141, 0.65);
}

.contact-popup__wrapper form input::placeholder,
.contact-popup__wrapper form textarea::placeholder {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  color: rgba(141, 141, 141, 0.65);
}

.contact-popup__wrapper form input,
.contact-popup__wrapper form textarea {
  font-family: "Montserrat-Regular";
}

.contact-popup__wrapper form textarea {
  margin-top: 11px;
  background: rgba(141, 141, 141, 0.1);
  border-radius: 5px;
  width: 100%;
  padding: 15px 17px;
}

.contact-popup__wrapper form #contact-popup__name,
.contact-popup__wrapper form #contact-popup__email {
  background: rgba(141, 141, 141, 0.1);
  border-radius: 5px;
}

.contact-popup__wrapper .contact-popup__close {
  position: absolute;
  top: 0;
  right: -30px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 22px;
}

.contact-popup__wrapper .contact-popup__close::before {
  content: '';
  width: 25px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact-popup__wrapper .contact-popup__close::after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 25px;
  height: 1px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact-popup__wrapper .contact-popup__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-popup__wrapper .contact-popup__checkbox input {
  margin: 0;
  padding: 0;
  width: 0;
}

.contact-popup__wrapper .contact-popup__checkbox label {
  font-size: 11px;
  line-height: 14px;
  font-family: "Montserrat-Regular";
  color: #3D3D3D;
  cursor: pointer;
}

.contact-popup__wrapper .contact-popup__checkbox img {
  padding-right: 11px;
  cursor: pointer;
}

.contact-popup__wrapper button {
  font-family: "Montserrat-Bold";
  font-weight: 600;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  color: #FFF;
  background: #0c2535;
  padding: 26px 30px;
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 453px;
  pointer-events: auto;
}

.header-call-info,
.header-burger {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.popup.active {
  opacity: 1;
  pointer-events: all;
}

.popup__overflow {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
}

.popup__body {
  width: 600px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 93px 0px 102px 0px;
}

.popup__close {
  position: absolute;
  top: 23px;
  right: 23px;
  cursor: pointer;
}

.popup__close path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.popup__close:hover svg path {
  fill: #000;
}

.popup__content {
  text-align: center;
}

.popup__content p {
  font-weight: 600;
  font-size: 31px;
  line-height: 30px;
  margin: 0 auto;
  font-family: 'Rubik', sans-serif;
  color: #3C445B;
}

.popup__content span {
  width: 358px;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  color: rgba(60, 68, 91, 0.6);
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
}

.popup__form {
  margin-top: 39px;
  padding: 0 90px;
}

.popup__form input {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  background: #F5F5F5;
  letter-spacing: -0.01em;
  color: #3C445B;
  display: block;
  width: 100%;
  padding: 15px 31px 15px 31px;
  text-align: center;
  margin-bottom: 8px;
}

.popup__form input::-webkit-input-placeholder {
  color: rgba(60, 68, 91, 0.3);
}

.popup__form input:-ms-input-placeholder {
  color: rgba(60, 68, 91, 0.3);
}

.popup__form input::-ms-input-placeholder {
  color: rgba(60, 68, 91, 0.3);
}

.popup__form input::placeholder {
  color: rgba(60, 68, 91, 0.3);
}

.popup__form input:last-child {
  margin-bottom: 0;
}

.popup__form button {
  border-radius: 7px;
  background: linear-gradient(272.48deg, #0064EC -2.09%, #2483FD 102.42%);
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  font-family: 'Rubik', sans-serif;
  color: #fff;
  padding: 20px 0 19px 0;
  margin-top: 2px;
}

.popup__form button:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(82, 157, 255, 0.3);
          box-shadow: 0px 10px 20px rgba(82, 157, 255, 0.3);
}

.success-popup__content .popup__check {
  margin-bottom: 35px;
}

@-webkit-keyframes scaleBG {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.recall {
  position: relative;
}

.recall a, .recall span, .recall p, .recall input, .recall button, .recall select, .recall option, .recall textarea, .recall label {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  line-height: 140%;
  color: #0c2535;
}

.recall img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.recall::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.recall-wrapper {
  padding: 100px 0;
  position: relative;
}

.recall__title {
  margin-bottom: 55px;
  text-align: center;
}

.recall-slider-pagination {
  display: none;
}

.recall-slider-pagination .swiper-pagination-bullet:last-child {
  margin: 0 !important;
}

.recall-item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  padding: 0 33px 35px 33px;
  width: 370px;
  height: auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recall-item.filter-show-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recall-item.filter-hidden-item {
  display: none;
}

.recall-item:not(:last-child) {
  margin-right: 30px;
}

.recall-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 83px);
  z-index: -1;
  background: #6767670f;
  border: 1px solid #6767670f;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px rgba(103, 103, 103, 0.15);
          box-shadow: 0px 0px 15px rgba(103, 103, 103, 0.15);
}

.recall-item-image {
  width: 177px;
  height: 177px;
  padding: 6px;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px rgba(103, 103, 103, 0.15);
          box-shadow: 0px 0px 15px rgba(103, 103, 103, 0.15);
  margin: 0 auto;
}

.recall-item-image img {
  border-radius: 50%;
}

.recall-item__name {
  margin: 24px 0 5px 0;
  text-align: center;
  font-size: 25px;
  font-family: "Montserrat-Bold" !important;
}

.recall-item__service {
  font-family: "Montserrat-Medium" !important;
  font-style: italic;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
}

.recall-item__institution {
  color: #1B5B85;
  font-size: 15px;
  font-family: 'Montserrat Bold';
  line-height: 18px;
  font-style: normal;
  margin-top: 3px;
}

.recall-item__descr {
  margin-top: 27px;
  font-size: 15px;
  margin-bottom: 26px;
}

.recall-item__btn {
  text-transform: uppercase;
  margin-top: auto;
  cursor: pointer;
}

.project {
  position: relative;
  z-index: 0;
}

.project .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.project .container {
  position: relative;
}

.project-wrapper {
  padding-bottom: 100px;
}

.project-wrapper .project__title {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.project-wrapper .project__title::before {
  background-color: #fff;
}

.project-wrapper .project__title::after {
  background-color: #fff;
}

.project-wrapper .project-slider {
  position: relative;
}

.project-wrapper .project-slider-wrapper {
  -webkit-transform: translateX(32px);
          transform: translateX(32px);
}

.project-wrapper .project-slider-wrapper .project-slider-item__link {
  display: block;
  height: 357px;
}

.project-wrapper .project-slider-wrapper .project-slider-item__plug {
  background: transparent;
}

.project-wrapper .project-slider-wrapper .slick-list .slick-slide {
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  width: 455px;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -176, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -176, 0, 0, 1);
}

.project-wrapper .project-slider-wrapper .slick-list .slick-active {
  -webkit-transform: matrix3d(0.5, 0, 0, 0.00037, 0, 0.8, 0, 0, 0, 0, 1, 0, -94, 0, 0, 1);
          transform: matrix3d(0.5, 0, 0, 0.00037, 0, 0.8, 0, 0, 0, 0, 1, 0, -94, 0, 0, 1);
  -webkit-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.project-wrapper .project-slider-wrapper .slick-list .slick-active + .slick-active {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -165, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -165, 0, 0, 1);
  width: 533px;
}

.project-wrapper .project-slider-wrapper .slick-list .slick-active + .slick-active + .slick-active {
  -webkit-transform: matrix3d(0.5, 0, 0, -0.00037, 0, 0.8, 0, 0, 0, 0, 1, 0, -351, 0, 0, 1);
          transform: matrix3d(0.5, 0, 0, -0.00037, 0, 0.8, 0, 0, 0, 0, 1, 0, -351, 0, 0, 1);
  width: 664px;
}

.project-wrapper .project-slider-wrapper .project-slider-pagination {
  position: absolute;
  overflow: hidden;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-wrapper .project-slider-wrapper .project-slider-pagination li {
  cursor: pointer;
  pointer-events: none;
  margin-right: 8px;
  width: 7px;
  height: 7px;
  background-color: #777777;
  border-radius: 50%;
}

.project-wrapper .project-slider-wrapper .project-slider-pagination li:last-child {
  margin-right: 0;
}

.project-wrapper .project-slider-wrapper .project-slider-pagination li button {
  font-size: 0;
}

.project-wrapper .project-slider-wrapper .project-slider-pagination .slick-active {
  background-color: #0c2535;
}

.project-wrapper .project-slider-panel {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
}

.project-wrapper .project-slider-panel .project-slider-btn {
  position: absolute;
  width: 40px;
}

.project-wrapper .project-slider-panel .project-slider-btn-next {
  right: 0;
  position: absolute;
}

.project-wrapper .project-slider-panel .slick-disabled {
  opacity: 0.4;
}

.project-wrapper .project-slider-panel button {
  background: transparent;
}

.header-inst {
  margin-right: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.header-inst:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.header-inst-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-inst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 13px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.footer-inst:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
/*# sourceMappingURL=main.css.map */