/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../themes/ameta/assets/styles/libs/./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../themes/ameta/assets/styles/libs/./fonts/slick.eot");
  src: url("../themes/ameta/assets/styles/libs/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("../themes/ameta/assets/styles/libs/./fonts/slick.woff") format("woff"), url("../themes/ameta/assets/styles/libs/./fonts/slick.ttf") format("truetype"), url("../themes/ameta/assets/styles/libs/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

a {
  text-decoration: none;
}
p {
  margin-bottom: 0;
}
*:focus {
  outline: none;
}
body {
  font-family: "Montserrat", sans-serif;
}
.hidden {
  display: none !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
.hover-scale {
  transform: scale(1);
  transition: all 0.3s ease;
}
.hover-scale:hover {
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.section-comment {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  color: #03bfcb;
}
.section-title {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 40px;
  color: #004767;
}
.to-everything {
  position: relative;
  font-size: 14px;
  color: #404d60;
  padding-right: 40px;
}
.to-everything:hover {
  color: #03bfcb;
}
.to-everything:before, .to-everything:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 9px;
  height: 3px;
  background: #03bfcb;
}
.to-everything:before {
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}
.to-everything:after {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% + 3px);
}
.custom-alert {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  width: 90%;
  max-width: 450px;
}
.custom-alert button {
  background: none;
  border: none;
  font-size: 30px;
}
.simple-text-block {
  color: #404d60;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.simple-text-block p {
  margin-bottom: 1em;
}
.simple-text-block a {
  color: #03bfcb;
}
.nice-select {
  height: unset;
  border-radius: 0;
}
.nice-select .list {
  width: 100%;
}
header {
  position: sticky;
  top: -78px;
  background: #004767;
  z-index: 100;
}
@media (min-width: 768px) {
  header {
    top: -83px;
  }
}
header .header-top {
  padding: 20px 0;
  border-bottom: 1px solid #FFFFFF40;
}
header .header-top .container .logo {
  width: 180px;
  height: auto;
}
header .header-top .container .logo .name {
  fill: white;
}
header .header-top .container .address {
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.8px;
}
header .header-bottom {
  position: relative;
  padding: 15px 0;
}
@media (min-width: 992px) {
  header .header-bottom {
    padding: 0;
  }
}
header .header-bottom .container .trigger-menu {
  position: relative;
  background: #03bfcb;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 4px;
}
header .header-bottom .container .trigger-menu.open .bar:nth-child(1) {
  display: none;
}
header .header-bottom .container .trigger-menu.open .bar:nth-child(2), header .header-bottom .container .trigger-menu.open .bar:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
}
header .header-bottom .container .trigger-menu.open .bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
header .header-bottom .container .trigger-menu.open .bar:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .header-bottom .container .trigger-menu .bar {
  height: 4px;
  width: 28px;
  border-radius: 5px;
  background: white;
}
header .header-bottom .container .callback {
  color: white;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
header .header-bottom .container .callback .link {
  color: #03bfcb;
}
header .header-bottom .container .menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  transform-origin: top;
  transform: scaleY(0);
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  header .header-bottom .container .menu {
    position: static;
    transform: scaleY(1);
    background: unset;
    box-shadow: unset;
  }
}
header .header-bottom .container .menu.open {
  transform: scaleY(1);
}
header .header-bottom .container .menu .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  header .header-bottom .container .menu .list {
    display: flex;
    gap: 20px;
  }
}
header .header-bottom .container .menu .list .item {
  position: relative;
  border-bottom: 1px solid #E1E8EC;
  background: white;
}
@media (min-width: 992px) {
  header .header-bottom .container .menu .list .item {
    border: unset;
    background: unset;
  }
}
header .header-bottom .container .menu .list .item:before {
  display: none;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #03bfcb;
}
header .header-bottom .container .menu .list .item:hover {
  background: #03bfcb;
}
@media (min-width: 992px) {
  header .header-bottom .container .menu .list .item:hover {
    background: unset;
  }
  header .header-bottom .container .menu .list .item:hover:before {
    display: block;
  }
  header .header-bottom .container .menu .list .item:hover .submenu {
    display: block;
  }
}
header .header-bottom .container .menu .list .item:hover > .link .name {
  color: white;
}
header .header-bottom .container .menu .list .item:hover > .link .arrow {
  fill: white;
}
header .header-bottom .container .menu .list .item:last-child {
  border-bottom: none;
}
header .header-bottom .container .menu .list .item.open .submenu {
  display: block;
}
header .header-bottom .container .menu .list .item.open .link .arrow {
  transform: rotate(180deg);
  padding: 10px 10px 10px 0;
}
header .header-bottom .container .menu .list .item .submenu {
  display: none;
}
@media (min-width: 992px) {
  header .header-bottom .container .menu .list .item .submenu {
    position: absolute;
    top: 100%;
    background: white;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  }
}
header .header-bottom .container .menu .list .item .submenu .item {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  header .header-bottom .container .menu .list .item .submenu .item {
    border-bottom: 1px solid #E1E8EC;
  }
  header .header-bottom .container .menu .list .item .submenu .item:last-child {
    margin-bottom: 0;
  }
}
header .header-bottom .container .menu .list .item .submenu .item:before {
  display: none !important;
}
@media (min-width: 992px) {
  header .header-bottom .container .menu .list .item .submenu .item .link {
    padding: 10px 30px;
    transition: all 0.2s linear;
  }
  header .header-bottom .container .menu .list .item .submenu .item .link:hover {
    background: #03bfcb;
    transition: all 0.2s linear;
  }
  header .header-bottom .container .menu .list .item .submenu .item .link:hover .name {
    color: white;
    transition: all 0.2s linear;
  }
}
header .header-bottom .container .menu .list .item .submenu .item .link .name {
  padding: 0;
}
@media (min-width: 992px) {
  header .header-bottom .container .menu .list .item .submenu .item .link .name {
    color: #0a334c;
    line-height: unset;
    white-space: nowrap;
    transition: all 0.2s linear;
  }
}
@media (min-width: 992px) {
  header .header-bottom .container .menu .list .item > .link {
    padding: 0;
  }
}
header .header-bottom .container .menu .list .item .link {
  padding: 10px var(--bs-gutter-x, 0.75rem);
}
header .header-bottom .container .menu .list .item .link .name {
  font-size: 12px;
  font-weight: 600;
  color: #0a334c;
  text-transform: uppercase;
  padding: 30px 0;
}
@media (min-width: 992px) {
  header .header-bottom .container .menu .list .item .link .name {
    font-size: 13px;
    font-weight: 700;
    line-height: 65px;
    color: white;
    padding: 0;
  }
}
header .header-bottom .container .menu .list .item .link .arrow {
  width: 18px;
  height: auto;
  padding: 10px 0 10px 10px;
  fill: #0a334c;
}
@media (min-width: 992px) {
  header .header-bottom .container .menu .list .item .link .arrow {
    fill: white;
  }
}
@media (min-width: 992px) {
  header .header-bottom .container .callback {
    white-space: nowrap;
  }
}
footer {
  background: #004767;
}
footer .main {
  padding: 95px 0 65px;
  border-bottom: 1px solid white;
}
footer .main .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  footer .main .container {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  footer .main .item {
    width: 33%;
  }
}
footer .main .item .title {
  font-size: 21px;
  font-weight: 800;
  line-height: 40px;
  color: white;
  margin-bottom: 30px;
}
footer .main .item .description {
  color: #FFFFFFD1;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 30px;
}
footer .main .item .social-media {
  display: flex;
  gap: 5px;
}
footer .main .item .social-media .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #03bfcb;
  border-radius: 3px;
}
footer .main .item .social-media .link .icon {
  width: 30px;
  height: auto;
  fill: white;
}
footer .main .item .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .main .item .list li {
  position: relative;
  padding-left: 28px;
}
footer .main .item .list li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 3px;
  background: #03bfcb;
}
footer .main .item .list li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFFD1;
}
footer .main .contacts {
  background-color: #0000001C;
  padding: 15px;
}
@media (min-width: 992px) {
  footer .main .contacts {
    width: 60%;
  }
}
footer .main .contacts .line {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: white;
  margin: 3px 0;
}
footer .main .contacts .line:before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted white;
}
@media (min-width: 768px) {
  footer .main .contacts .line {
    font-size: 14px;
  }
}
footer .main .contacts .line .text {
  background: #003f5c;
  padding: 3px 0;
  z-index: 1;
}
footer .main .contacts .line .value {
  text-align: right;
  font-weight: 700;
}
footer .bottom {
  padding: 15px 0;
}
footer .bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
footer .bottom .container .copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: white;
}
footer .bottom .container a {
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #03bfcb;
}
nav {
  position: relative;
  padding: 50px 0;
  z-index: 0;
  background: #e4edf3;
}
@media (min-width: 992px) {
  nav {
    padding: 100px 0;
  }
}
nav.classic .title {
  color: #004767;
}
nav .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
nav .title {
  text-align: center;
  color: white;
  font-size: 25px;
  font-weight: 800;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  nav .title {
    font-size: 45px;
    font-weight: 800;
    line-height: 55px;
  }
}
.promo {
  overflow: hidden;
}
.promo .container {
  position: relative;
}
.promo .container .img {
  display: none;
  position: absolute;
  top: 20%;
  right: 0;
  width: 410px;
}
@media (min-width: 992px) {
  .promo .container .img {
    display: block;
  }
}
@media (min-width: 1200px) {
  .promo .container .img {
    top: 15%;
    right: 30px;
  }
}
.promo .promo-slider {
  padding: 65px 0;
}
@media (min-width: 992px) {
  .promo .promo-slider {
    padding: 75px 0 150px 0;
  }
}
.promo .promo-slider .carousel-item {
  transition: opacity 0s;
  min-height: 435px;
}
@media (min-width: 768px) {
  .promo .promo-slider .carousel-item {
    min-height: 400px;
  }
}
.promo .promo-slider .carousel-item .animated {
  animation-duration: 1.25s;
}
.promo .promo-slider .carousel-item .content {
  width: 80%;
}
@media (min-width: 992px) {
  .promo .promo-slider .carousel-item .content {
    width: 60%;
    padding: 50px 0;
  }
}
.promo .promo-slider .carousel-item .content .title {
  font-size: 25px;
  font-weight: 800;
  line-height: 35px;
  color: #004767;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .promo .promo-slider .carousel-item .content .title {
    font-size: 45px;
    line-height: 55px;
  }
}
.promo .promo-slider .carousel-item .content .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #404d60;
  margin-bottom: 30px;
}
.promo .promo-slider .carousel-item .content .btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: white;
  background: #03bfcb;
  padding: 15px 30px;
  margin-bottom: 20px;
  border-radius: 4px;
  transition: all 0.3s;
}
.promo .promo-slider .carousel-item .content .btn:hover {
  background: #004767;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .advantages {
    margin-top: -110px;
  }
}
.advantages .container {
  gap: 30px;
}
.advantages .container .item {
  width: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 30px 30px 30px;
  border-radius: 3px;
  background: white;
  z-index: 1;
}
@media (min-width: 768px) {
  .advantages .container .item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .advantages .container .item {
    width: calc(25% - 23px);
  }
}
.advantages .container .item .icon {
  width: 65px;
  height: auto;
  fill: #03bfcb;
  margin-bottom: 15px;
}
.advantages .container .item .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 35px;
  color: #004767;
  margin-bottom: 20px;
}
.advantages .container .item .subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #404d60;
}
.about {
  margin: 30px 0 80px;
}
.about .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .about .content {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .about .content .carousel {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .about .content .info {
    width: 50%;
    padding-top: 20px;
  }
}
.about .content .info .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin: 25px 0;
  color: #404d60;
}
.about .content .info .sign {
  display: block;
  margin: 0 auto;
}
.services {
  padding: 80px 0 100px;
  background: #e4edf3;
}
.services .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.services .nav .link {
  margin-left: auto;
}
.services .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .services .content {
    gap: 30px;
  }
}
.services .content .service {
  background: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}
@media (min-width: 768px) {
  .services .content .service {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .services .content .service {
    width: calc(33% - 17px);
  }
}
.services .content .service .img {
  width: 100%;
}
.services .content .service .info {
  padding: 30px;
  box-sizing: border-box;
}
.services .content .service .info .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  color: #004767;
}
.services .content .service .info .characteristics {
  display: flex;
  margin: 45px 0 30px;
}
.services .content .service .info .characteristics .item {
  width: 33.3%;
}
.services .content .service .info .characteristics .item:nth-child(1) {
  padding: 0 10px 0 0;
}
.services .content .service .info .characteristics .item:nth-child(2) {
  border-width: 0 1px;
  border-style: solid;
  border-color: #c4c9ca;
  padding: 0 10px;
}
.services .content .service .info .characteristics .item:nth-child(3) {
  padding: 0 0 0 10px;
}
.services .content .service .info .characteristics .item .prop {
  font-size: 12px;
  font-weight: 700;
  color: #404d60;
  margin-bottom: 7px;
}
.services .content .service .info .characteristics .item .value {
  font-size: 13px;
  font-weight: 600;
  color: #03bfcb;
}
.services .content .service .info .characteristics .item .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #404d60;
}
.consultation {
  padding: 80px 0;
}
.consultation .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .consultation .container {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .consultation .container .info {
    width: 50%;
  }
}
.consultation .container .info .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #404d60;
  margin: 35px 0;
}
.consultation .container .info .link {
  font-weight: 700;
}
@media (min-width: 992px) {
  .consultation .container .form {
    width: 50%;
  }
}
.consultation .container .form .fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consultation .container .form .fields .field-overlay {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .consultation .container .form .fields .field-overlay:nth-child(1), .consultation .container .form .fields .field-overlay:nth-child(2) {
    width: calc(50% - 10px);
  }
}
.consultation .container .form .fields .field-overlay label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  color: #404d60;
}
.consultation .container .form .fields .field-overlay .field {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border: none;
  border-bottom: 1px solid #03bfcb;
  color: #004767;
  padding: 4px 12px;
  box-sizing: border-box;
  width: 100%;
}
.consultation .container .form .fields .field-overlay .field:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.consultation .container .form .btn {
  font-size: 14px;
  font-weight: 600;
  color: white;
  background: #03bfcb;
  padding: 13px 0;
  width: 100%;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .consultation .container .form .btn {
    width: 33%;
    text-align: center;
  }
}
.consultation .container .form .btn:hover {
  background: #004767;
}
.video {
  padding: 100px 0;
  background: rgba(0, 71, 103, 0.5);
}
.video .play {
  display: none;
  width: 125px;
  height: auto;
  margin: 0 auto;
}
.video .play:hover .triangle {
  fill: white !important;
}
.video .title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: white;
  margin: 0 0 70px;
}
.video .partners {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 576px) {
  .video .partners {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }
}
.video .partners .item {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .video .partners .item {
    width: calc(50%);
  }
}
@media (min-width: 768px) {
  .video .partners .item {
    width: calc(33.3%);
  }
}
@media (min-width: 1200px) {
  .video .partners .item {
    width: calc(17% - 4px);
    padding: 10px 25px;
  }
  .video .partners .item:last-child {
    border-right: none;
  }
}
.video .partners .item .img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
}
.reviews {
  padding: 80px 0;
  background: #e4edf3;
}
.reviews .reviews-slider {
  margin: 40px -5px 0 -5px;
}
.reviews .reviews-slider .item {
  margin: 0 5px;
}
.reviews .reviews-slider .item .comment {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #404d60;
  background: white;
  padding: 20px;
  border-right: 3px;
}
.reviews .reviews-slider .item .comment:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: calc(100% - 7px);
  left: 45px;
  transform: scaleX(0.75) rotate(45deg);
  background: white;
}
.reviews .reviews-slider .item .user {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  padding: 0 20px;
}
.reviews .reviews-slider .item .user .img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
}
.reviews .reviews-slider .item .user .info .name {
  font-size: 14px;
  font-weight: 600;
  color: #404d60;
  line-height: 1.5;
}
.reviews .reviews-slider .item .user .info .company {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #03bfcb;
  line-height: 1.5;
}
.why-we {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .why-we .content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .why-we .content .info {
    width: 50%;
  }
}
.why-we .content .info .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #404d60;
  margin: 25px 0;
}
.why-we .content .info .spoiler {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 15px 0 15px 30px;
  cursor: pointer;
}
.why-we .content .info .spoiler:before, .why-we .content .info .spoiler:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 9px;
  height: 3px;
  background: #03bfcb;
}
.why-we .content .info .spoiler:before {
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 4px);
}
.why-we .content .info .spoiler:after {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% + 1px);
}
.why-we .content .info .spoiler[aria-expanded="true"] {
  color: #03bfcb;
}
.why-we .content .info .spoiler[aria-expanded="true"]:before {
  top: calc(50% - 2px);
}
.why-we .content .info .spoiler[aria-expanded="true"]:after {
  left: 5px;
  top: calc(50% - 2px);
}
.why-we .content .info .spoiler-content {
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  padding: 10px 0;
  margin-bottom: 0.9rem;
}
.why-we .content .img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
@media (min-width: 992px) {
  .why-we .content .img {
    width: 50%;
  }
}
.technology {
  padding: 100px 0 200px;
  background: #e4edf3;
}
@media (min-width: 992px) {
  .technology .content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
}
.technology .content .img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
@media (min-width: 992px) {
  .technology .content .img {
    width: 50%;
  }
}
.technology .content .info .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #404d60;
  margin: 25px 0;
}
.technology .content .info .images {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .technology .content .info .images {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.technology .content .info .images .img-gallery {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .technology .content .info .images .img-gallery {
    width: calc(50% - 5px);
  }
}
@media (min-width: 992px) {
  .technology .content .info .images .img-gallery {
    width: calc(25% - 8px);
  }
}
.technology .content .info .images .img-gallery img {
  width: 100%;
  max-width: 100%;
}
.technology .content .info .to-everything {
  text-transform: uppercase;
  font-weight: 700;
}
.numbers {
  margin: -170px 0 -70px;
  opacity: 0.999;
}
@media (min-width: 1200px) {
  .numbers {
    margin: -70px 0;
  }
}
.numbers .content {
  padding: 30px 0;
  background: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
@media (min-width: 576px) {
  .numbers .content {
    display: flex;
    flex-wrap: wrap;
  }
}
.numbers .content .item {
  padding: 10px 70px;
}
@media (min-width: 576px) {
  .numbers .content .item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .numbers .content .item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .numbers .content .item {
    width: 25%;
    padding: 10px 40px;
  }
}
@media (min-width: 768px) {
  .numbers .content .item:nth-child(odd) {
    border-right: 1px solid #bcced8;
  }
}
@media (min-width: 1200px) {
  .numbers .content .item:nth-child(even) {
    border-right: 1px solid #bcced8;
  }
}
.numbers .content .item:last-child {
  border: none;
}
.numbers .content .item .icon-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #004767;
  border-radius: 3px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .numbers .content .item .icon-overlay {
    margin: 0;
  }
}
.numbers .content .item .icon-overlay .icon {
  width: 30px;
  height: auto;
  fill: white;
}
.numbers .content .item .info .name {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 35px;
  color: #004767;
}
.numbers .content .item .info .num {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #03bfcb;
  line-height: 1;
}
.team {
  padding: 80px 0;
}
.team .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .team .container {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .team .container .info {
    width: 290px;
    flex-shrink: 0;
  }
}
.team .container .info .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #404d60;
  margin: 25px 0;
}
.team .container .info .link {
  font-weight: 700;
}
.team .container .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 576px) {
  .team .container .content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .team .container .content .item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .team .container .content .item {
    width: calc(33% - 11px);
  }
}
.team .container .content .item .img {
  width: 100%;
  max-width: 100%;
}
.team .container .content .item .name {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #004767;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.team .container .content .item .position {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #03bfcb;
  line-height: 1.5;
  margin-bottom: 25px;
}
.page__products {
  background: #e4edf3;
}
.page__products .content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .page__products .content {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    padding: 80px 0;
  }
}
.page__products .content .categories {
  background: white;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .page__products .content .categories {
    width: 330px;
    flex-shrink: 0;
  }
}
.page__products .content .categories .item {
  padding: 15px 0 15px 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #0a466740;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #004767;
  text-transform: uppercase;
  cursor: pointer;
}
.page__products .content .categories .item:last-child {
  border-bottom: none;
}
.page__products .content .categories .item:hover {
  color: #03bfcb;
}
.page__products .content .categories .item.active {
  color: #03bfcb;
  border-color: #03bfcb;
}
.page__products .content .info .item {
  display: none;
  flex-direction: column;
  gap: 20px;
}
.page__products .content .info .item.active {
  display: flex;
}
.page__products .content .info .item .product {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .page__products .content .info .item .product {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
}
.page__products .content .info .item .product .img {
  max-width: 300px;
}
.page__products .content .info .item .product .description .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #404d60;
  margin-top: 25px;
}
.page__projects {
  background: #e4edf3;
}
.page__projects .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .page__projects .content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    padding: 80px 0;
  }
}
.page__projects .content .item {
  width: 100%;
  background: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
@media (min-width: 768px) {
  .page__projects .content .item {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .page__projects .content .item {
    width: calc(50% - 20px);
  }
}
.page__projects .content .item .img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page__projects .content .item .img {
    height: unset;
    min-height: 280px;
    max-height: 350px;
    width: 240px;
  }
}
.page__projects .content .item .info {
  padding: 30px 20px;
  box-sizing: border-box;
}
.page__projects .content .item .info .name {
  color: #004767;
  font-size: 20px;
  font-weight: 800;
  line-height: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bcced8;
}
.page__projects .content .item .info .description {
  color: #404d60;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  padding-top: 20px;
}
.page__projects .description-full {
  padding: 60px 0;
}
.page__blog {
  background: #e4edf3;
}
.page__blog .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 80px 0;
}
@media (min-width: 1200px) {
  .page__blog .content {
    gap: 40px;
  }
}
.page__blog .content .item {
  width: 100%;
}
@media (min-width: 768px) {
  .page__blog .content .item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .page__blog .content .item {
    width: calc(33.3% - 27px);
  }
}
.page__blog .content .item .img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 20px;
}
.page__blog .content .item .title {
  color: #004767;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.page__blog .content .item .date {
  color: #404d60;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 1em;
}
.page__blog .content .item .excerpt {
  color: #404d60;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}
.page__blog .content .item .more {
  color: #03bfcb;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.page__blog .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.page__blog .pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #004767;
  color: white;
  font-weight: 700;
  border-radius: 3px;
  transition: all 0.1s linear;
}
.page__blog .pagination li a.active, .page__blog .pagination li a:hover {
  background: #03bfcb;
  transition: all 0.1s linear;
}
.page__blog-post .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .page__blog-post .content {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .page__blog-post .content {
    gap: 40px;
  }
}
.page__blog-post .content .post-info {
  width: 100%;
}
.page__blog-post .content .post-info #post-slider .carousel-item img {
  height: 300px;
  object-fit: cover;
}
.page__blog-post .content .post-info .date {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 25px 0;
  color: #4C4C4C;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.page__blog-post .content .post-info .date .icon {
  width: 13px;
  height: auto;
}
@media (min-width: 992px) {
  .page__blog-post .content .aside {
    flex-shrink: 0;
    width: 350px;
  }
}
.page__blog-post .content .aside .aside-title {
  color: #004767;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 15px;
}
.page__blog-post .content .aside .last-news {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page__blog-post .content .aside .last-news .item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.page__blog-post .content .aside .last-news .item .img {
  width: 110px;
  height: 80px;
  object-fit: cover;
  border-radius: 3px;
}
.page__blog-post .content .aside .last-news .item .title {
  color: #003045;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}
.page__about .content {
  padding: 80px 0;
}
.page__about .content .section-title {
  margin: 30px 0;
}
.page__about .content .partners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 -10px;
}
.page__about .content .partners .item {
  width: calc(50% - 10px);
  padding: 10px;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .page__about .content .partners .item {
    width: calc(33% - 12px);
  }
}
@media (min-width: 768px) {
  .page__about .content .partners .item {
    width: calc(24% - 8px);
  }
}
@media (min-width: 992px) {
  .page__about .content .partners .item {
    width: calc(15% - 1px);
  }
}
@media (min-width: 1200px) {
  .page__about .content .partners .item {
    padding: 10px 25px;
    border-right: 1px solid #ffffff3d;
  }
  .page__about .content .partners .item:last-child {
    border-right: none;
  }
}
.page__about .content .partners .item .img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
}
.page__service-center .content {
  padding: 80px 0;
}
.page__service-center .content .section-title {
  margin-bottom: 30px;
}
.page__feedback .content {
  padding: 80px 0;
}
.page__feedback .form {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .page__feedback .form {
    width: 50%;
  }
}
.page__feedback .form .fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__feedback .form .fields .field-overlay {
  width: 100%;
  margin-bottom: 20px;
}
.page__feedback .form .fields .field-overlay label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  color: #404d60;
}
.page__feedback .form .fields .field-overlay .field {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border: none;
  border-bottom: 1px solid #03bfcb;
  color: #004767;
  padding: 4px 12px;
  box-sizing: border-box;
  width: 100%;
}
.page__feedback .form .fields .field-overlay .field:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.page__feedback .form .btn {
  font-size: 14px;
  font-weight: 600;
  color: white;
  background: #03bfcb;
  padding: 13px 0;
  width: 100%;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .page__feedback .form .btn {
    width: 33%;
    text-align: center;
  }
}
.page__feedback .form .btn:hover {
  background: #004767;
}
.page__team {
  background: #e4edf3;
}
.page__team .content {
  padding: 80px 0;
}
.page__team .content .persons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.page__team .content .persons .item {
  width: 100%;
  background: white;
  padding: 10px 10px 30px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .page__team .content .persons .item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .page__team .content .persons .item {
    width: calc(33% - 11px);
  }
}
@media (min-width: 1200px) {
  .page__team .content .persons .item {
    width: calc(24% - 4px);
  }
}
.page__team .content .persons .item .img {
  width: 100%;
  margin-bottom: 10px;
}
.page__team .content .persons .item .name {
  text-align: center;
  color: #004767;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page__team .content .persons .item .position {
  text-align: center;
  color: #03bfcb;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
