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

@font-face {
  font-family: 'gilroy-bold';
  src: url("../fonts/gilroy-bold.woff") format("woff"), url("../fonts/gilroy-bold.woff2") format("woff2"), url("../fonts/gilroy-bold.ttf") format("ttf");
  font-weight: bold;
  font-style: bold; }

@font-face {
  font-family: 'gilroy-light';
  src: url("../fonts/gilroy-light.woff") format("woff"), url("../fonts/gilroy-light.woff2") format("woff2"), url("../fonts/gilroy-light.ttf") format("ttf");
  font-weight: light;
  font-style: light; }

@font-face {
  font-family: 'gilroy-medium';
  src: url("../fonts/gilroy-medium.woff") format("woff"), url("../fonts/gilroy-medium.woff2") format("woff2"), url("../fonts/gilroy-medium.ttf") format("ttf");
  font-weight: medium;
  font-style: medium; }

.icon {
  margin-left: 32px;
  position: relative; }

.icon::before {
  display: block;
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -10px;
  left: -52px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 20px 20px;
          mask-size: 20px 20px; }

.icon--time::before {
  -webkit-mask-image: url("../img/icons/clock.svg");
          mask-image: url("../img/icons/clock.svg"); }

.icon--phone::before {
  -webkit-mask-image: url("../img/icons/phone.svg");
          mask-image: url("../img/icons/phone.svg"); }

.icon--mail::before {
  -webkit-mask-image: url("../img/icons/mail.svg");
          mask-image: url("../img/icons/mail.svg"); }

.icon--location::before {
  -webkit-mask-image: url("../img/icons/location.svg");
          mask-image: url("../img/icons/location.svg"); }

.icon--clock::before {
  -webkit-mask-image: url("../img/icons/clock.svg");
          mask-image: url("../img/icons/clock.svg"); }

.icon--insta::before {
  -webkit-mask-image: url("../img/icons/instagram.svg");
          mask-image: url("../img/icons/instagram.svg"); }

body {
  font-family: gilroy, sans-serif;
  font-size: 16px;
  background-color: #F6FAFA; }

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

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

p {
  margin-bottom: 0;
  color: #18242F; }

a, a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none; }

a {
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  color: inherit; }

a:hover {
  color: #5FCAEC; }

svg {
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

img {
  max-width: 100%; }

input {
  font-family: gilroy, sans-serif; }

.wrapper {
  width: 100%;
  max-width: 1110px;
  margin: auto; }

.nav-link {
  padding: 0;
  margin-right: 25px;
  position: relative; }

.nav-link:last-of-type {
  margin-right: 0; }

.nav-link:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -4px;
  background: #5FCAEC;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }

.nav-link:hover {
  color: #18242F; }

.nav-link:hover:before {
  opacity: 1; }

.nav-link.is-active {
  font-family: gilroy-bold, sans-serif;
  color: #18242F; }

.nav-link.is-active::before {
  opacity: 1; }

.light {
  color: #5FCAEC; }

main {
  padding-top: 46px; }

h2 {
  font-family: gilroy-bold, sans-serif;
  font-size: 36px;
  line-height: 90%;
  color: #0B304F; }

@media (min-width: 320px) and (max-width: 767px) {
  body {
    font-size: 16px; }
  h2 {
    font-size: 24px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    max-width: 680px; } }

.header {
  padding-top: 20px; }

.header__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header__time .icon--phone {
  display: none; }

.header__insta {
  margin-right: 11px; }

.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.header__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.header__time, .header__logo, .header__contacts {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%; }

.header__logo {
  text-align: center; }

.header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.header__contacts__link {
  margin-right: 40px; }

.header__contacts__link:last-of-type {
  margin-right: 0; }

.header .icon::before {
  z-index: 2;
  background-color: #5FCAEC;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }

.header .icon::after {
  display: block;
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #eee;
  border-radius: 50%;
  left: -52px;
  top: -10px;
  z-index: 1; }

.header .icon--time {
  margin-left: 50px; }

@media (min-width: 320px) and (max-width: 767px) {
  .header {
    padding: 7px 15px;
    position: fixed;
    width: 100%;
    background: #f6fafa;
    z-index: 5; }
  .header .icon--mail {
    display: none; }
  .header__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 34%;
        -ms-flex: 1 0 34%;
            flex: 1 0 34%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 50px; }
  .header__time .icon--phone {
    display: inline; }
  .header__time .icon--phone::before, .header__time .icon--phone::after {
    right: -36px;
    top: -20px;
    left: initial; }
  .header__time .icon--time, .header__time span {
    display: none; }
  .header__time .icon {
    font-size: 0; }
  .header__time .icon::before, .header__time .icon::after {
    width: 40px;
    height: 40px;
    -webkit-mask-size: 15px;
            mask-size: 15px; }
  .header__time .icon--insta {
    margin-left: 0; }
  .header__time .icon--insta::before, .header__time .icon--insta::after {
    right: 0;
    top: -20px;
    left: initial; }
  .header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .header__top {
    margin-bottom: 0; }
  .header__contacts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 13%;
    display: none; }
  .header__contacts__link {
    margin-left: 0; }
  .header__gamb {
    width: 40px;
    height: 40px;
    background-color: #0B304F;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -2px; }
  .header__gamb::before {
    width: 18px;
    height: 12px;
    background-image: url(../img/icons/gamb.svg);
    background-position: center center;
    display: block;
    content: '';
    position: absolute;
    position: relative; }
  .header__bottom {
    position: fixed;
    width: 100%;
    height: -webkit-calc( 100vh -  65px);
    height: calc( 100vh -  65px);
    background-color: #F6FAFA;
    z-index: 50;
    left: 100%;
    top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 80px;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out; }
  .header__bottom .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30%; }
  .header__bottom .nav-link {
    font-size: 1.125em;
    margin-bottom: 8px;
    margin-right: 0; }
  .header__bottom .nav-link::before {
    width: 28px;
    left: -36px;
    bottom: 12px; }
  .header__bottom.is-active {
    left: 0; }
  .menu {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0B304F;
    padding: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .menu-global {
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-top: 2px solid white;
    width: 18px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    margin-bottom: 4px;
    position: relative; }
  .menu-global:last-of-type {
    margin-bottom: 0; }
  .menu-top {
    top: 0; }
  .menu-middle {
    width: 12px; }
  .menu-bottom {
    width: 6px; }
  .menu-top-click {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
            transform: rotate(50deg);
    -webkit-transition: 0.35s 0.3s;
    -o-transition: 0.35s 0.3s;
    transition: 0.35s 0.3s;
    top: 15px; }
  .menu-middle-click {
    opacity: 0; }
  .menu-bottom-click {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    top: 15px;
    -webkit-transform: rotate(-410deg);
        -ms-transform: rotate(-410deg);
            transform: rotate(-410deg);
    -webkit-transition: 0.35s 0.3s;
    -o-transition: 0.35s 0.3s;
    transition: 0.35s 0.3s;
    width: 18px; }
  .menu-bottom-click:last-of-type {
    margin-bottom: 15px;
    top: 3px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    padding: 20px 15px 0; }
  .header__time span {
    display: none; }
  .header .icon--mail {
    display: none; }
  .header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px; }
  .header .menu {
    display: none; }
  .header .btn {
    display: none; }
  .header .nav {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header .nav-link {
    margin-right: 0;
    font-size: 0.875em; } }

@media (min-width: 1024px) and (max-width: 1281px) {
  .header {
    padding: 0 15px; } }

.btn {
  position: relative;
  background: #0B304F;
  border-radius: 5px;
  font-size: 1em;
  line-height: 19px;
  color: #fff;
  padding: 12px 27px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn:hover {
  background-color: #5FCAEC;
  color: #fff; }

.slide {
  position: relative;
  background-position: top right;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  overflow: hidden; }

.slide .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.slide__img {
  position: absolute;
  right: -195px;
  top: 0;
  z-index: 0; }

.slide__img.left {
  right: 0;
  top: 90px; }

.slide__img.bor {
  top: 90px; }

.slide__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 63%;
      -ms-flex: 0 0 63%;
          flex: 0 0 63%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1; }

.slide__tag {
  background: #0B304F;
  border-radius: 20px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 0.813em;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px; }

.slide__tag--big {
  font-family: gilroy-bold, sans-serif;
  font-size: 300px;
  line-height: 90%;
  color: #FFFFFF;
  position: absolute;
  top: 33%;
  left: -2%;
  text-align: center;
  width: 104%;
  text-transform: uppercase;
  display: none; }

.slide__title {
  font-family: gilroy-bold, sans-serif;
  font-size: 48px;
  line-height: 90%;
  margin-bottom: 50px; }

.slide__advantages-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px; }

.slide__advantages-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%; }

.slide__advantages-item:nth-child(2n) {
  margin-right: 0; }

.slide__advantages-item:nth-child(3) .img::before, .slide__advantages-item:nth-child(2) .img::before {
  display: block;
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  background-color: #5FCAEC;
  border: 3px solid #f7f7f7;
  border-radius: 4px; }

.slide__advantages-item:nth-child(3) .img::before {
  left: -9px;
  bottom: -9px; }

.slide__advantages-item:nth-child(2) .img::before {
  right: -9px;
  top: -9px; }

.slide__advantages-item .img {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  height: 45px;
  background-color: #0B304F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  margin-right: 25px; }

.slide__advantages-item p {
  font-weight: 600; }

.slide .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.swiper-container-main .swiper-button-next, .swiper-container-main .swiper-button-prev {
  position: relative;
  top: initial;
  right: initial;
  left: initial;
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  margin-top: 0; }

.swiper-container-main .swiper-button-next:hover::after, .swiper-container-main .swiper-button-prev:hover::after {
  background-color: #5FCAEC; }

.swiper-container-main .swiper-button-next::after, .swiper-container-main .swiper-button-prev::after {
  content: "" !important;
  -webkit-mask-image: url("../img/icons/slider-arrow.svg");
          mask-image: url("../img/icons/slider-arrow.svg");
  background-color: #0B304F;
  width: 11px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat; }

.swiper-container-main .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.slide__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -106px; }

.swiper-container-main .swiper-pagination {
  position: relative;
  top: initial;
  right: initial;
  left: initial;
  bottom: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 27px;
  margin-top: 0; }

.swiper-container-horizontal > .swiper-scrollbar {
  position: relative;
  left: initial;
  bottom: initial;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 245px;
      -ms-flex: 0 0 245px;
          flex: 0 0 245px;
  width: 245px;
  margin-right: 20px;
  background: #0B304F; }

.swiper-container-horizontal .swiper-scrollbar-drag {
  background-color: #5FCAEC; }

.swiper-container-main .swiper-pagination-current, .swiper-container-main .swiper-pagination-total, .swiper-container-main .swiper-pagination {
  font-weight: 600;
  font-size: 1.125em;
  line-height: 21px; }

.swiper-container-main .swiper-pagination-current {
  color: #5FCAEC; }

.partners {
  padding: 40px 15px;
  background-color: #fff; 

  }

.partners .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.partners__title, .partners__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

@media (min-width: 320px) and (max-width: 767px) {
  .slide {
    padding: 0 15px 35px; }
  .slide__title {
    font-size: 28px; }
  .slide__inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0; }
  .slide__img {
    right: -240px; }
  .slide__img.left {
    right: -340px;
    top: 0px; }
  .slide__img.bor {
    right: -31px;
    max-width: 60%;
    top: 58%; }
  .slide__advantages-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10px; }
  .slide__tag {
    display: none; }
  .slide .btn {
    width: 100%; }
  .slide__nav {
    top: -10px;
    padding: 0 15px; }
  .swiper-container-horizontal > .swiper-scrollbar {
    display: none; }
  .swiper-container-main .swiper-pagination {
    width: 100%;
    text-align: left; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .slide__inner {
    padding-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (min-width: 1024px) and (max-width: 1281px) {
  .slide {
    padding: 0 15px; } }

.footer {
  background-color: #031524;
  padding-top: 46px; }

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

.footer__nav .nav-link:before {
  display: none; }

.footer__nav .nav-link:hover {
  color: #5FCAEC; }

.footer__nav .nav-link.is-active {
  color: #fff; }

.footer h2 {
  font-family: gilroy-bold, sans-serif;
  font-size: 1.125em;
  line-height: 22px;
  color: #F6FAFA;
  margin-bottom: 30px; }

.footer a {
  color: #fff; }

.footer-adres {
  font-size: 0.813em;
  line-height: 19px;
  color: #F3F6F6; }

.footer-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 45px; }

.footer__contacts__link {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 21px;
  color: #F6FAFA;
  margin-right: 64px; }

.footer__contacts__link:last-of-type {
  margin-right: 0; }

.footer__contacts__link:hover {
  color: #5FCAEC; }

.footer__contacts__link::before {
  background-color: #5FCAEC;
  width: 20px;
  height: 20px;
  -webkit-mask-size: 15px 15px;
          mask-size: 15px 15px;
  top: 1px;
  left: -32px; }

.footer .copy {
  padding: 15px;
  border-top: 1px solid #2B343D; }

.footer .copy .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.footer .copy .wrapper > div {
  font-size: 0.813em;
  line-height: 19px;
  color: #F3F6F6; }

.footer .copy .conf {
  color: #fff;
  display: inline;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  cursor: pointer; }

.footer .copy .conf:hover {
  color: #5FCAEC; }

.footer .copy .dl {
  font-size: 0.813em;
  line-height: 19px;
  color: #F3F6F6; }

@media (min-width: 320px) and (max-width: 767px) {
  .footer {
    padding-top: 0; }
  .footer-top {
    padding-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 25px; }
  .footer-top h2 {
    margin-bottom: 17px; }
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px; }
  .footer__nav .nav-link {
    margin-bottom: 12px; }
  .footer-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 25px; }
  .footer-adres {
    margin-bottom: 40px; }
  .footer__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__contacts__link {
    margin-bottom: 15px;
    font-size: 1em; }
  .footer .dl {
    display: none; }
  .footer .copy {
    padding: 7px; }
  .footer .copy .wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer .copy .wrapper > div {
    font-size: 0.563em; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px; }
  .footer .nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer .nav-link {
    font-size: 0.875em;
    margin-right: 0; } }

@media (min-width: 1024px) and (max-width: 1281px) {
  .footer {
    padding-right: 15px;
    padding-left: 15px; } }

.form {
  background-image: url("../img/form-bg.jpg");
  padding: 65px 15px;
  background-size: cover;
  background-position: top left; }

.form_endocleaner {
	padding: 0 15px 75px;
}

.form h2 {
  margin-bottom: 40px; }

.form form, .form_endocleaner form{
  max-width: 640px;
  width: 100%;
  margin: auto; }

.form__item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.form__field {
  position: relative;
  padding-top: 27px;
  margin-bottom: 30px;
  width: 280px; }

.form__field label {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: 0.938em;
  line-height: 126.39%;
  color: #999999;
  margin-bottom: 0; }

input, textarea {
  border: none;
  background: transparent;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 126.39%;
  color: #0B304F;
  border-bottom: 2px solid #999999;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  width: 100%;
  padding-bottom: 3px; }

input:focus, textarea:focus {
  border-bottom: 2px solid #5FCAEC; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0; }

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0; }

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0; }

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
  -moz-transition: .3s ease-out;
  transition: .3s ease-out; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
  -ms-transition: .3s ease-out;
  transition: .3s ease-out; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999999;
  -ms-transition: .3s ease-out;
  transition: .3s ease-out; }

input::placeholder, textarea::placeholder {
  color: #999999;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }

textarea {
  height: 27px; }

.check-wrapper {
  margin-bottom: 45px; }

.check-wrapper input {
  display: none; }

.check-wrapper input:checked + label::after {
  opacity: 1; }

.check-wrapper label {
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.938em;
  line-height: 126.39%;
  color: #0B304F;
  padding-left: 35px;
  position: relative; }

.check-wrapper label::before {
  display: block;
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  border: 1px solid #BCBCBC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  left: 0;
  top: -3px; }

.check-wrapper label::after {
  display: block;
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #BCBCBC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  left: 3px;
  top: 0px;
  opacity: 0; }

.check-wrapper a {
  border-bottom: 1px solid #0B304F; }

.check-wrapper a:hover {
  border-color: #5FCAEC; }

@media (min-width: 320px) and (max-width: 767px) {
  .form {
    padding: 50px 25px 25px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover; }
  .form__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form__field {
    width: 100%; }
  .form .btn {
    width: 100%; } }

.mail {
  position: fixed;
  width: 100%;
  max-width: 400px;
  left: 50%;
  margin-left: -200px;
  top: -450px;
  background-color: #fff;
  border-radius: 4px;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  border: 2px solid #5FCAEC;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 500;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
  opacity: 0;
  color: #18242F;
  font-weight: 600;
  text-align: center; }

.mail.is-active {
  top: 50px;
  opacity: 1; }

.partners .wrapper {
  overflow-x: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.about {
  padding: 65px 15px 75px; }

.about .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.about__img-wrapper, .about__info-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.about__info-wrapper {
  padding-top: 85px;
  position: relative;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.about__info-wrapper::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #5FCAEC;
  top: 35px; }

.about__info-wrapper p {
  font-size: 1.125em;
  line-height: 140%; }

.about__info-wrapper .about__info--large {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 140%; }

.advantages {
  padding: 70px 15px;
  background-color: #0B304F;
  background-image: url("../img/advantages5.png");
  background-repeat: no-repeat;
  background-position: 96% 87%;
  position: relative; }

.advantages::before {
  display: block;
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url("../img/advantages6.png");
  background-repeat: no-repeat;
  left: 42%;
  bottom: -15px; }

.advantages h2 {
  color: #fff;
  margin-bottom: 46px; }

.advantages .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.advantages__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 70px; }

.advantages__item:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.advantages__item:first-of-type img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.advantages__item .img {
  margin-right: 55px; }

.advantages__info h3 {
  font-family: gilroy-bold, sans-serif;
  font-size: 1.125em;
  line-height: 140%;
  color: #F6FAFA;
  margin-bottom: 23px; }

.advantages__info p {
  font-size: 1em;
  line-height: 140%;
  color: #F6FAFA;
  max-width: 268px; }

.tech {
  padding: 100px 0px 0; }

.tech__img--big {
  border-radius: 4px;
  overflow: hidden; }

.tech__img--big img + img {
  margin-left: 30px; }

.tech__item {
  margin-bottom: 116px; }

.tech__item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
  position: relative; }

.tech__item__title::before {
  display: block;
  content: '';
  position: absolute;
  height: 3px;
  width: 140px;
  bottom: 16px;
  left: -15%;
  background: #5FCAEC;
  border-radius: 2px; }

.tech__item__title h2 span {
  margin-right: 27px; }

.tech__item__download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tech__item__download .img {
  margin-right: 13px; }

.tech__item__download-info p {
  font-family: gilroy-bold, sans-serif;
  font-size: 1em;
  line-height: 90%;
  margin-bottom: 9px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out; }

.tech__item__download-info span {
  font-weight: 500;
  font-size: 1em;
  line-height: 90%;
  color: #BCBCBC; }

.tech__item__download:hover p {
  color: #5FCAEC; }

.tech__item__info {
  position: relative;
  margin-bottom: 0px; }

.tech__item__info .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.tech__item__info p {
  font-size: 1.125em;
  line-height: 140%; }

.tech__item__info .tech__item__info--large {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 140%;
  margin-bottom: 53px; }

.tech__item__adv-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative; }

.tech__item__adv-wrapper .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tech__item__adv-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.5%;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  margin-right: 30px;
  padding: 34px 58px 40px;
  border-radius: 6px;
  position: relative;
  background-color: #fff;
  margin-bottom: 30px; }

.tech__item__adv-item:nth-child(2n) {
  margin-right: 0; }

.tech__item__adv-item:before, .tech__item__adv-item::after {
  display: block;
  content: '';
  position: absolute;
  height: 45px;
  width: 45px;
  background: #5FCAEC;
  border-radius: 6px;
  z-index: -1; }

.tech__item__adv-item::before {
  left: -9px;
  top: -9px; }

.tech__item__adv-item::after {
  right: -9px;
  bottom: -9px; }

.tech__item__adv-item p {
  font-family: gilroy-bold, sans-serif;
  font-size: 1em;
  line-height: 90%;
  margin-bottom: 17px; }

.tech__item__adv-item span {
  font-family: gilroy-light, sans-serif;
  font-size: 1em;
  line-height: 140%; }

.tech__item__adv-item ul li {
  font-size: 16px;
  line-height: 150%;
  color: #0B304F;
  position: relative;
  padding-left: 31px;
  margin-bottom: 10px; }

.tech__item__adv-item ul li::before {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5FCAEC;
  left: 0;
  top: 9px; }

.tech__item__info .tech__item__info--large {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: block; }

.tech__item__info .tech__item__info--large + .wrapper p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.5%;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px; }

.tech__item__info .tech__item__info--large + .wrapper p:nth-child(2n) {
  margin-right: 0; }

.contacts {
  background-color: #0B304F;
  padding: 56px 0 80px;
  position: relative;
  overflow: hidden; }

.contacts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38%;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  max-width: 38%; }

.contacts__item h2 {
  color: #fff;
  margin-bottom: 50px; }

.contacts__item a, .contacts__item p {
  color: #fff;
  margin-bottom: 15px; }

.contacts__item a:hover, .contacts__item p:hover {
  color: #5FCAEC; }

.contacts__item a::before, .contacts__item p::before {
  background-color: #5FCAEC;
  width: 20px;
  height: 20px;
  -webkit-mask-size: 15px 15px;
          mask-size: 15px 15px;
  top: 0;
  left: -32px; }

.contacts .map {
  position: absolute;
  left: 50%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  top: 0;
  width: 50%; }

.modal {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 40px 15px;
  overflow-x: hidden;
  overflow-y: scroll; }

.modal .content {
  background-color: #fff;
  max-width: 50%;
  margin: auto;
  padding: 40px;
  border-radius: 8px;
  position: relative; }

.modal p {
  margin-bottom: 30px; }

.modal .bold {
  font-weight: bold;
  margin-bottom: 16px; }

.modal .close {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #0B304F;
  border-radius: 50%;
  top: -20px;
  right: -20px;
  cursor: pointer; }

.modal .close::before, .modal .close:after {
  width: 60%;
  height: 2px;
  background-color: #fff;
  display: block;
  content: '';
  position: absolute;
  top: 20px;
  left: 9px; }

.modal .close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.modal .close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@media (min-width: 320px) and (max-width: 767px) {
  .mail {
    width: 400px;
    max-width: 100%;
    left: 0%;
    margin-left: 0px;
    height: 150px; }
  .modal .content {
    max-width: 90%;
    padding: 20px; }
  main {
    padding-top: 85px; }
  .partners {
    overflow: scroll;
    padding: 40px 15px; }
  .partners img {
    margin-right: 30px; }
  .about {
    padding-bottom: 45px; }
  .about .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about__info-wrapper {
    padding-top: 30px;
    padding-left: 0; }
  .about__info-wrapper::before {
    display: none; }
  .about__info--large {
    margin-bottom: 30px; }
  .advantages {
    padding: 60px 15px; }
  .advantages::before {
    display: none; }
  .advantages__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }
  .advantages__item:first-of-type img {
    display: none; }
  .advantages__item:last-of-type {
    margin-bottom: 0; }
  .advantages__item .img {
    margin-bottom: 25px; }
  .advantages h2 {
    margin-bottom: 0; }
  #desi .tech__item__info-img {
    display: none; }
  .tech {
    padding: 15px; }
  .tech__item {
    margin-bottom: 50px; }
  .tech__item:last-of-type {
    margin-bottom: 0; }
  .tech__item__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px; }
  .tech__item__title::before {
    display: none; }
  .tech__item__title h2 {
    margin-bottom: 27px; }
  .tech__item__download-info {
    padding-top: 4px; }
  .tech__item__download-info p {
    margin-bottom: 2px; }
  .tech__item__info-img {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    right: initial;
    left: 0;
    margin-bottom: 34px; }
  .tech__item__adv-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .tech__item__adv-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    margin-bottom: 40px;
    padding: 25px; }
  .tech__item__info p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .tech__item__info .tech__item__info--large {
    margin-bottom: 30px; }
  .contacts {
    padding-bottom: 0; }
  .contacts .map {
    width: 100%;
    position: static; }
  .contacts__item {
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px; }
  .contacts__item h2 {
    margin-bottom: 40px; }
  .tech__img--big img + img {
    display: none; }
  .tech__item__info .tech__item__info--large + .wrapper p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .partners {
    overflow: scroll; }
  .partners img {
    margin-right: 30px; }
  .advantages {
    padding-bottom: 0; }
  .advantages__item .img {
    margin-right: 30px; }
  .tech__item {
    margin-bottom: 75px; }
  .tech__item__info {
    margin-bottom: 40px; }
  .tech__item__info p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px; }
  .tech__item__info .tech__item__info--large {
    -webkit-box-flex: 0;
    margin-bottom: 30px; }
  .tech__item__info-img {
    width: 50%; }
  .tech__item__adv-item {
    padding: 36px; }
  .contacts {
    padding: 56px 0 30px; }
  .tech__img--big img + img {
    display: none; }
  .tech__item__info .tech__item__info--large + .wrapper p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (min-width: 1024px) and (max-width: 1281px) {
  .contacts {
    padding: 56px 30px 30px; }
  .tech {
    padding: 100px 15px 0; }
  .tech__item__info-img {
    width: 48%; } }


.javelSwiper .swiper-slide {text-align: center;}

.tech__item__info-img img {
	border-radius: 6px;
	}
@media (max-width: 800px) {	
	.slide__advantages-wrapper {
	text-shadow: 2px 0 2px #fff, 
	0 2px 2px #fff, 
	-2px 0 2px #fff, 
	0 -2px 2px #fff;
	}
	.slide__img {
	opacity: 0.5;
	}
}

#endocleaner {margin-bottom: 0;}