@font-face {
  font-family: "SFPro";
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SFPro";
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SFPro";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  overflow-y: auto;
}
.modal.show {
  visibility: visible;
}
.modal.show .modal__body {
  transform: translate(0, 0);
}
.modal.show .modal__underlay {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
}
.modal__underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s linear 0.4s;
}
.modal__body {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  max-width: 980px;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  transition: 0.4s linear;
  transform: translate(0, -100%);
}
.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal__close:before, .modal__close:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #0e9fb3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}
.modal__close:before {
  transform: rotate(45deg);
}
.modal__close:after {
  transform: rotate(-45deg);
}
.modal__close:hover:after, .modal__close:hover:before {
  background: #0e9fb3;
}
.modal__close--bg {
  top: 0;
  right: 0;
  background: #0e9fb3;
}
.modal__close--bg:before, .modal__close--bg:after {
  background: #fff;
}
.modal__close--bg:hover {
  background: #fff;
}
.modal__close--bg:hover:before, .modal__close--bg:hover:after {
  background: #0e9fb3;
}
.modal__content img {
  max-height: calc(100vh - 160px);
}

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

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

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

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

body {
  font-family: "SFPro";
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  max-width: 1920px;
  margin: auto;
  position: relative;
}
body.noscroll {
  overflow: hidden;
}
body.no-scroll {
  overflow: hidden;
}

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

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

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

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

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

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

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

button {
  cursor: pointer;
}

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

a {
  color: #0e9fb3;
}

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

a:hover {
  color: #27AE60;
}

ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.title, h1 {
  font-weight: bold;
  font-size: 54px;
  line-height: 1.2;
  margin: 0px 0px 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .title, h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .title, h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .title, h1 {
    font-size: 40px;
  }
}
@media (max-width: 430px) {
  .title, h1 {
    font-size: 28px;
  }
}

h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 1.2;
  margin: 0px 0px 24px;
  position: relative;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 430px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-weight: bold;
  font-size: 38px;
  line-height: 1.2;
  margin: 0px 0px 20px;
  position: relative;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 430px) {
  h3 {
    font-size: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1346px;
  margin: auto;
  padding: 0 15px;
}
.container._big {
  max-width: 1790px;
}
.container._small {
  max-width: 966px;
}

img {
  max-width: 100%;
}

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

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

.button {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 16px 32px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
  line-height: 24px;
  border-radius: 12px;
  position: relative;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: 0.4s;
}
.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(86.35deg, #9DE565 0%, #00BCF2 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.button:hover {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  color: #fff;
  box-shadow: 0 0 10px #00BCF2;
}
.button._white {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background: #fff;
  border: 2px solid #fff;
  border-image-source: none;
}
.button._white:hover {
  background: #333;
  color: #fff;
}
.button._white:before {
  content: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  display: flex;
  align-items: center;
  padding: 20px 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1400px) {
  .header {
    padding: 15px;
  }
}
.header__logo {
  margin: 0px 20px 0px 0px;
}
@media (max-width: 430px) {
  .header__logo {
    margin: 0px 30px 0px 0px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  margin: 0px 20px 0px auto;
  /*flex-wrap: wrap;*/
  position: relative;
}
@media (max-width: 1199px) {
  .header__menu {
    display: block;
    margin: 0px 0px 30px;
  }
}
.header__menu-submenu {
  padding: 10px 0 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: 100%;
  left: 0;
  display: none;
}
.header__menu-submenu:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .header__menu-submenu:before {
    content: none;
  }
}
@media (max-width: 1199px) {
  .header__menu-submenu {
    position: relative;
    width: 100%;
    background: #c9c9c9;
    border-radius: 0;
  }
  .header__menu-submenu .header__menu-link {
    font-size: 16px;
    padding: 5px 0 5px 20px;
  }
}
.header__menu-submenu .header__menu-item {
  margin: 0px 0px 10px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #fff;
}
.header__menu-submenu .header__menu-item:last-child {
  border-bottom: none;
}
.header__menu-item {
  margin: 0px 24px 0px 0px;
  padding: 10px 0;
}
.header__menu-item:last-child {
  margin: 0;
}
@media (max-width: 1400px) {
  .header__menu-item {
    margin: 0 16px 0 0;
  }
}
@media (max-width: 1199px) {
  .header__menu-item {
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
  }
}
.header__menu-item.parent {
  display: flex;
  align-items: center;
}
.header__menu-item.parent:after {
  content: "";
  background: url(" /images/icons/chevron-white-down.svg") center center/auto no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 0 0 12px;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .header__menu-item.parent:after {
    background: url(" /images/icons/chevron-right.svg") center center/8px no-repeat;
    transform: rotate(90deg);
    margin: 0 20px 0 0;
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .header__menu-item.parent:hover:after {
    transform: rotate(180deg);
  }
}
@media (max-width: 1199px) {
  .header__menu-item.parent {
    display: block;
    position: relative;
  }
}
@media (max-width: 1199px) {
  .header__menu-item.parent.show:after {
    transform: rotate(270deg);
  }
}
.header__menu-link {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .header__menu-link {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .header__menu-link {
    color: #333;
    padding: 10px 15px 10px;
    display: block;
    font-size: 20px;
  }
}
.header__contacts {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__contacts {
    display: block;
  }
}
.header__socials {
  display: flex;
  align-items: center;
  margin: 0px 24px 0px 0px;
}
@media (max-width: 991px) {
  .header__socials {
    justify-content: center;
    margin: 0 0 30px;
  }
}
.header__socials-link {
  margin: 0px 12px 0px 0px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  position: relative;
  transition: 0.4s;
}
.header__socials-link:first-child img {
  position: absolute;
  width: 18px;
  top: 9px;
  left: 6px;
}
.header__socials-link:last-child {
  margin: 0;
}
.header__socials-link:last-child img {
  position: absolute;
  top: 6px;
  left: 7px;
}
.header__socials-link:hover {
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .header__socials-link {
    background: rgba(0, 0, 0, 0.5);
    margin: 0px 20px 0px 0px;
  }
  .header__socials-link:hover {
    background: rgba(0, 0, 0, 0.9);
  }
}
.header__callback {
  margin: 0px 16px 0px 0px;
  white-space: nowrap;
  font-size: 14px;
  height: 40px;
  padding: 8px 16px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .header__callback {
    background: #333 !important;
    color: #fff;
    margin: 0 auto 30px;
  }
}
.header__phone {
  color: #fff;
  margin: 0px 16px 0px 0px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header__phone {
    display: block;
    margin: 0px 0px 16px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .header__phone {
    color: #333;
    margin: 0px 0px 30px;
  }
}
@media (max-width: 1199px) {
  .header__lang {
    margin: 0px 20px 0px 0px;
  }
}
@media (max-width: 991px) {
  .header__lang {
    margin: 0 30px 0 auto;
  }
}
@media (max-width: 480px) {
  .header__lang {
    flex: 0 0 70px;
  }
}
.header__burger {
  display: none;
  position: relative;
}
@media (max-width: 1199px) {
  .header__burger {
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 6px;
  }
}
@media (max-width: 430px) {
  .header__burger {
    flex: 0 0 32px;
  }
}
.header__burger span {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}
.header__burger span:nth-child(1) {
  top: 8px;
  transform: rotate(0);
}
.header__burger span:nth-child(2) {
  top: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.header__burger span:nth-child(3) {
  bottom: 8px;
  transform: rotate(0);
}
.header__burger.show span:nth-child(1) {
  top: 0;
  bottom: 0;
  transform: rotate(135deg);
}
.header__burger.show span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header__burger.show span:nth-child(3) {
  top: 0;
  bottom: 0;
  transform: rotate(-135deg);
}

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

.topbanner {
  padding: 220px 0;
  position: relative;
}
@media (max-width: 991px) {
  .topbanner {
    padding: 180px 0;
  }
}
@media (max-width: 767px) {
  .topbanner {
    margin: 0px 0px 40px;
    padding: 120px 0 60px;
  }
}
.topbanner__image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
.topbanner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topbanner__image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.topbanner__title {
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  margin: 0px auto 24px;
  max-width: 950px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .topbanner__title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .topbanner__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .topbanner__title {
    font-size: 30px;
    line-height: 38px;
    margin: 0px 0px 12px;
  }
}
@media (max-width: 430px) {
  .topbanner__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.topbanner__subtitle {
  font-size: 24px;
  line-height: 1.2;
  margin: 0px 0px 48px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
@media (max-width: 767px) {
  .topbanner__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .topbanner__subtitle {
    font-size: 16px;
  }
}
.topbanner__advantages {
  display: flex;
  margin: 0px 0px 48px;
  justify-content: center;
}
@media (max-width: 767px) {
  .topbanner__advantages {
    display: block;
  }
}
.topbanner__advantage {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background: rgba(255, 255, 255, 0.0784313725);
  padding: 12px 16px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin: 0 6px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .topbanner__advantage {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 12px;
  }
}
.topbanner__note {
  text-align: center;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3411764706);
  margin: 0px 0px 16px;
}
.topbanner__button {
  margin: 0 auto;
  color: #fff;
}
.topbanner__button span {
  margin: 0px 8px 0px 0px;
}

.underbanner {
  margin: -108px 0px 160px;
}
@media (max-width: 1199px) {
  .underbanner {
    margin: -108px 0px 100px;
  }
}
@media (max-width: 767px) {
  .underbanner {
    margin: 0px 0px 80px;
  }
}
.underbanner__content {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 991px) {
  .underbanner__content {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .underbanner__content {
    display: block;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}
.underbanner__item {
  flex: 0 0 33.333%;
}
@media (max-width: 991px) {
  .underbanner__item {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .underbanner__item {
    margin: 0px 0px 30px;
    padding: 0;
  }
}
.underbanner__item-image {
  margin: 0px auto 16px;
  display: block;
}
.underbanner__item-title {
  font-size: 24px;
  line-height: 32px;
  margin: 0px 0px 8px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .underbanner__item-title {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 4px;
  }
}
.underbanner__item-text {
  font-size: 18px;
  line-height: 24px;
  color: #5C5C5C;
  text-align: center;
}
@media (max-width: 991px) {
  .underbanner__item-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.cometous {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .cometous {
    margin: 0px 0px 80px;
  }
}
.cometous__title {
  text-align: center;
}
.cometous__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 40px;
}
@media (max-width: 575px) {
  .cometous__items {
    display: block;
    margin: 0px 0px 40px;
  }
}
.cometous__item {
  flex: 0 0 calc(25% - 8px);
  margin: 0 4px 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 265px;
  padding: 15px;
  overflow: hidden;
  border-radius: 12px;
}
.cometous__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
  border-radius: 12px;
}
.cometous__item:hover .cometous__item-image {
  transform: scale(1.2);
}
@media (max-width: 991px) {
  .cometous__item {
    flex: 0 0 calc(50% - 8px);
    height: 220px;
  }
}
@media (max-width: 575px) {
  .cometous__item {
    margin: 0px 0px 12px;
  }
}
@media (max-width: 430px) {
  .cometous__item {
    height: 160px;
  }
}
.cometous__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 12px;
  transition: 0.4s;
  transform: scale(1);
}
.cometous__item-title {
  position: relative;
  z-index: 3;
  font-size: 24px;
  color: #fff;
  line-height: 31px;
  text-align: center;
}
.cometous__subtitle {
  font-size: 24px;
  line-height: 32px;
  margin: 0px 0px 24px;
  font-weight: bold;
  text-align: center;
}
.cometous__achieves {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px 0px 30px;
}
@media (max-width: 767px) {
  .cometous__achieves {
    display: block;
  }
}
.cometous__achieve {
  margin: 0 12px 24px;
  padding: 0 0 0 40px;
  background: url(" /images/icons/color-check.svg") left 0px/auto no-repeat;
  font-size: 20px;
}
@media (max-width: 767px) {
  .cometous__achieve {
    margin: 0px 0 24px;
  }
}
.cometous__total {
  background: #F6F6F6;
  padding: 70px 125px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .cometous__total {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cometous__total {
    display: block;
  }
}
@media (max-width: 480px) {
  .cometous__total {
    padding: 30px 15px;
  }
}
.cometous__total-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  flex: 0 0 425px;
  margin: 0px 60px 0px 0px;
}
@media (max-width: 991px) {
  .cometous__total-title {
    font-size: 24px;
    line-height: 32px;
    flex: 0 0 350px;
  }
}
@media (max-width: 767px) {
  .cometous__total-title {
    margin: 0px 0px 30px;
    text-align: center;
  }
}
.cometous__total-button {
  color: #333;
  flex: 0 0 calc(100% - 410px);
  font-weight: bold;
  text-align: center;
}
.cometous__total-button:hover {
  color: #333;
}
@media (max-width: 767px) {
  .cometous__total-button {
    margin: auto;
  }
}

.consult {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .consult {
    margin: 0px 0px 80px;
  }
}
@media (max-width: 430px) {
  .consult {
    margin: 0 -15px 80px;
  }
}
.consult__content {
  background: url(" /images/consult-bg-1.png") right bottom/53% no-repeat, linear-gradient(267.55deg, #A2E564 0%, #00BBF3 100%);
  border-radius: 24px;
  padding: 60px 60px 50px 60px;
}
@media (max-width: 991px) {
  .consult__content {
    background: url(" /images/consult-bg-1.png") right bottom/40% no-repeat, linear-gradient(267.55deg, #A2E564 0%, #00BBF3 100%);
  }
}
@media (max-width: 767px) {
  .consult__content {
    padding: 40px 15px 200px;
    background: url(" /images/consult-bg-1.png") center bottom/50% no-repeat, linear-gradient(267.55deg, #A2E564 0%, #00BBF3 100%);
  }
}
@media (max-width: 430px) {
  .consult__content {
    padding: 40px 15px 280px;
    background: url(" /images/consult-bg-1.png") center bottom/100% no-repeat, linear-gradient(267.55deg, #A2E564 0%, #00BBF3 100%);
  }
}
.consult._dark .consult__content {
  background: url(" /images/consult-dark-bg.jpg") center center/cover no-repeat;
}
@media (max-width: 767px) {
  .consult._dark .consult__content {
    padding: 40px 15px;
  }
}
.consult__title {
  color: #fff;
  margin: 0px 0px 16px;
}
@media (max-width: 430px) {
  .consult__title {
    font-size: 24px;
  }
}
.consult__step {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  margin: 0px 0px 14px;
}
.consult__step._last {
  margin: 0px 0px 40px;
}
@media (max-width: 430px) {
  .consult__step._last {
    margin: 0px 0px 30px;
  }
}
@media (max-width: 430px) {
  .consult__step {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 10px;
  }
}
.consult__form {
  max-width: 425px;
}
.consult__form button {
  width: 100%;
}
.consult__form input {
  color: #fff;
}
.consult__form input::-moz-placeholder {
  color: #fff;
}
.consult__form input::placeholder {
  color: #fff;
}
.consult__form .check-label {
  color: rgba(255, 255, 255, 0.8);
}
.consult__form .check-label a {
  color: #fff;
}
.consult__form .check-label a:hover {
  color: #333;
}
.consult__form .check-label:before {
  border: 1px solid #fff !important;
}

.mpserv {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .mpserv {
    margin: 0px 0px 80px;
  }
}
.mpserv__title {
  text-align: center;
}
.mpserv__images {
  margin: 0px 0px 24px;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 24px;
}
.mpserv__images img {
  display: none;
  border-radius: 24px;
  height: 538px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .mpserv__images img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .mpserv__images img {
    height: 240px;
  }
}
@media (max-width: 480px) {
  .mpserv__images img {
    height: 220px;
  }
}
.mpserv__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mpserv__link {
  padding: 12px 16px;
  font-size: 19px;
  line-height: 1;
  border: 1.5px solid #E0E0E0;
  border-radius: 12px;
  margin: 0 4px 8px;
  color: #333;
}
.mpserv__link:hover {
  background: linear-gradient(88.06deg, #A2E564 0%, #00BBF3 100%);
  color: #fff;
}
@media (max-width: 480px) {
  .mpserv__link {
    padding: 8px;
    font-size: 14px;
  }
}

.adapt {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .adapt {
    margin: 0px 0px 80px;
  }
}
.adapt__title {
  text-align: center;
  margin: 0px 0px 12px;
}
@media (max-width: 430px) {
  .adapt__title {
    font-size: 24px;
  }
}
.adapt__subtitle {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.1;
  margin: 0px 0px 24px;
  text-align: center;
}
@media (max-width: 480px) {
  .adapt__subtitle {
    font-size: 16px;
    line-height: 1.2;
  }
}
.adapt__items {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 24px;
}
@media (max-width: 767px) {
  .adapt__items {
    display: block;
  }
}
@media (max-width: 430px) {
  .adapt__items {
    margin: 0px 0px 16px;
  }
}
.adapt__item {
  flex: 0 0 calc(50% - 10px);
  position: relative;
  height: 395px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 72px;
}
@media (max-width: 1199px) {
  .adapt__item {
    height: 320px;
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .adapt__item {
    padding: 20px;
    height: 280px;
  }
}
@media (max-width: 767px) {
  .adapt__item {
    height: 220px;
    margin: 0px 0px 10px;
  }
}
.adapt__item:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}
.adapt__item:hover .adapt__item-image {
  transform: scale(1.2);
}
.adapt__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
  transform: scale(1);
}
.adapt__item-text {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  padding: 12px 16px;
  border-radius: 12px;
  margin: 4px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .adapt__item-text {
    font-size: 16px;
    line-height: 1.2;
  }
}
.adapt__bottom {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 430px) {
  .adapt__bottom {
    font-size: 16px;
  }
}

.secure {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .secure {
    margin: 0px 0px 80px;
  }
}
.secure__title {
  text-align: center;
  margin: 0px 0px 40px;
}
@media (max-width: 430px) {
  .secure__title {
    font-size: 24px;
    margin: 0px 0px 24px;
  }
}
.secure__items {
  background: url(" /images/lock.png") right bottom/46% no-repeat;
}
@media (max-width: 991px) {
  .secure__items {
    background: url(" /images/lock.png") right center/30% no-repeat;
  }
}
@media (max-width: 767px) {
  .secure__items {
    background: url(" /images/lock.png") right bottom/30% no-repeat;
  }
}
.secure__item {
  font-size: 20px;
  line-height: 1.2;
  padding: 12px 16px;
  border: 1.5px solid #E0E0E0;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.secure__item:nth-child(1) {
  margin: 0px 0px 24px 37px;
}
.secure__item:nth-child(2) {
  margin: 0px 0px 24px 0;
}
.secure__item:nth-child(3) {
  margin: 0px 0px 24px 29px;
}
.secure__item:nth-child(4) {
  margin: 0px 0px 24px 167px;
}
.secure__item:nth-child(5) {
  margin: 0px 0px 0 178px;
}
@media (max-width: 767px) {
  .secure__item {
    margin: 0 0 8px !important;
  }
}
@media (max-width: 480px) {
  .secure__item {
    font-size: 14px;
    padding: 8px 12px;
  }
}

.clarity {
  margin: 0px 0px 160px;
  padding: 160px 0 80px;
  position: relative;
}
@media (max-width: 1199px) {
  .clarity {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .clarity {
    margin: 0px 0px 80px;
    padding: 40px 0;
  }
}
.clarity:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: radial-gradient(63.42% 51.73% at 44.01% 17.09%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.clarity__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.clarity__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  margin: 0px 0px 80px;
}
@media (max-width: 991px) {
  .clarity__content {
    display: block;
  }
}
@media (max-width: 767pc) {
  .clarity__content {
    margin: 0px 0px 40px;
  }
}
.clarity__left {
  margin: 0px 30px 0px 0px;
}
@media (max-width: 991px) {
  .clarity__left {
    margin: 0px 0px 36px;
  }
}
.clarity__item {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px 16px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 12px;
  margin: 0px 0px 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1199px) {
  .clarity__item {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .clarity__item {
    margin: 0 auto 8px;
  }
}
@media (max-width: 767px) {
  .clarity__item {
    margin: 0px 0px 8px;
  }
}
@media (max-width: 767px) {
  .clarity__item._center {
    margin: 0 auto 8px !important;
  }
}
.clarity__employee {
  margin: 0px 0px 32px;
}
@media (max-width: 991px) {
  .clarity__employee {
    text-align: center;
  }
}
.clarity__employee-name {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.clarity__employee-post {
  color: rgba(255, 255, 255, 0.6392156863);
  font-size: 24px;
  line-height: 32px;
}
.clarity__title {
  text-align: center;
  color: #fff;
  margin: 0px 0px 12px;
  position: relative;
  z-index: 3;
}
.clarity__subtitle {
  font-size: 20px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  margin: 0px 0px 50px;
  position: relative;
  z-index: 3;
  text-align: center;
}
.clarity__button {
  position: relative;
  z-index: 3;
  color: #fff;
  margin: auto;
}

.service {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .service {
    margin: 0px 0px 80px;
  }
}
.service__title {
  text-align: center;
  margin: 0px 0px 12px;
}
.service__subtitle {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.2;
  margin: 0px 0px 30px;
  text-align: center;
}
.service__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.service__item {
  margin: 0 4px 8px;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  font-size: 20px;
  line-height: 1.2;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__item img {
  margin: 0px 8px 0px 0px;
}
@media (max-width: 480px) {
  .service__item img {
    display: none;
  }
}
@media (max-width: 480px) {
  .service__item {
    font-size: 16px;
    text-align: center;
  }
}

.guarantee {
  margin: 0px 0px 160px;
  text-align: center;
}
@media (max-width: 767px) {
  .guarantee {
    margin: 0px 0px 80px;
  }
}
.guarantee__title {
  text-align: center;
  margin: 0px 0px 24px;
}
.guarantee__items {
  display: flex;
  margin: 0 0 24px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .guarantee__items {
    display: block;
    margin: 0px 0px 20px;
  }
}
@media (max-width: 430px) {
  .guarantee__items {
    margin: 0px 0px 16px;
  }
}
.guarantee__item {
  flex: 0 0 calc(50% - 10px);
  position: relative;
  height: 395px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 72px;
}
@media (max-width: 1199px) {
  .guarantee__item {
    height: 320px;
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .guarantee__item {
    padding: 20px;
    height: 280px;
  }
}
@media (max-width: 767px) {
  .guarantee__item {
    height: 220px;
    margin: 0px 0px 10px;
  }
}
.guarantee__item:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}
.guarantee__item:hover .guarantee__item-image {
  transform: scale(1.2);
}
.guarantee__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
  transform: scale(1);
}
.guarantee__item-title {
  position: relative;
  z-index: 3;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  margin: 0px 0px 8px;
}
@media (max-width: 991px) {
  .guarantee__item-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.guarantee__item-text {
  position: relative;
  z-index: 3;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 991px) {
  .guarantee__item-text {
    font-size: 20px;
    line-height: 28px;
  }
}
.guarantee__link {
  color: #1172F0;
  font-size: 18px;
}

.cicle {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .cicle {
    margin: 0px 0px 80px;
  }
}
.cicle__title {
  text-align: center;
  margin: 0px 0px 12px;
}
.cicle__subtitle {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin: 0px 0px 60px;
}
@media (max-width: 767px) {
  .cicle__subtitle br {
    display: none;
  }
}
@media (max-width: 575px) {
  .cicle__subtitle {
    margin: 0px 0px 36px;
    font-size: 16px;
    line-height: 20px;
  }
}
.cicle__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 1900px;
  padding: 0 60px;
  margin: auto;
  background: url(" /images/cicle-arrow.svg") center 21px/calc(100% - 74px) no-repeat;
}
@media (max-width: 1820px) {
  .cicle__items {
    display: block;
    background: none;
    padding: 0 15px;
  }
}
.cicle__item {
  padding: 0 8px;
  background: url(" /images/icons/grey-circle-16.svg") left center/auto no-repeat, url(" /images/icons/grey-circle-16.svg") right center/auto no-repeat, #fff;
  margin: 0 0 54px;
  position: relative;
}
.cicle__item:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #E0E0E0;
  position: absolute;
  right: -50%;
  top: 22px;
}
@media (max-width: 1820px) {
  .cicle__item:before {
    width: 1px;
    height: 100%;
    right: 0;
    left: 0;
    margin: auto;
    top: 100%;
  }
}
.cicle__item:first-child {
  background: url(" /images/icons/grey-circle-16.svg") right center/auto no-repeat, #fff;
}
@media (max-width: 1820px) {
  .cicle__item:first-child {
    background: url(" /images/icons/grey-circle-16.svg") center bottom/auto no-repeat, #fff;
  }
}
@media (max-width: 575px) {
  .cicle__item:first-child {
    background: url(" /images/icons/grey-circle-16.svg") center bottom/8px no-repeat, #fff;
  }
}
@media (min-width: 1821px) {
  .cicle__item:nth-child(4):before {
    content: none;
  }
}
.cicle__item:last-child {
  background: url(" /images/icons/grey-circle-16.svg") left center/auto no-repeat, #fff;
}
@media (max-width: 1820px) {
  .cicle__item:last-child {
    background: url(" /images/icons/grey-circle-16.svg") center top/auto no-repeat, #fff;
  }
}
@media (max-width: 575px) {
  .cicle__item:last-child {
    background: url(" /images/icons/grey-circle-16.svg") center top/8px no-repeat, #fff;
  }
}
.cicle__item:last-child:before {
  content: none;
}
@media (max-width: 1820px) {
  .cicle__item {
    margin: 0px auto 30px;
    background: url(" /images/icons/grey-circle-16.svg") center top/auto no-repeat, url(" /images/icons/grey-circle-16.svg") center bottom/auto no-repeat, #fff;
    padding: 8px 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 575px) {
  .cicle__item {
    margin: 0px auto 16px;
    background: url(" /images/icons/grey-circle-16.svg") center top/8px no-repeat, url(" /images/icons/grey-circle-16.svg") center bottom/8px no-repeat, #fff;
    padding: 4px 0;
  }
}
.cicle__item-wrapper {
  font-size: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  line-height: 1;
  padding: 12px 16px;
  text-align: center;
  position: relative;
}
@media (max-width: 575px) {
  .cicle__item-wrapper {
    font-size: 16px;
    padding: 8px;
  }
}

.about {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .about {
    margin: 0px 0px 80px;
  }
}
.about__title {
  text-align: center;
  font-size: 18vw;
  line-height: 1;
  font-weight: bold;
  font-weight: 600;
  margin: 0px 0px 24px;
}
@media (max-width: 1400px) {
  .about__title {
    font-size: 19vw;
  }
}
@media (max-width: 575px) {
  .about__title {
    font-size: 18vw;
  }
}
.about__content {
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px 0px 100px;
}
.about__content p {
  margin: 0px 0px 16px;
}
@media (max-width: 1400px) {
  .about__content {
    margin: 0px 0px 60px;
  }
}
@media (max-width: 991px) {
  .about__content {
    display: block;
  }
}
@media (max-width: 480px) {
  .about__content {
    margin: 0px 0px 40px;
  }
}
.about__left {
  flex: 0 0 calc(50% - 50px);
}
@media (max-width: 1400px) {
  .about__left {
    flex: 0 0 calc(50% - 20px);
  }
}
.about__right {
  flex: 0 0 calc(50% - 50px);
}
@media (max-width: 1400px) {
  .about__right {
    flex: 0 0 calc(50% - 20px);
  }
}
.about__items {
  display: flex;
  margin: 0px 0px 16px;
}
@media (max-width: 1199px) {
  .about__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .about__items {
    display: block;
  }
}
.about__item {
  flex: 1 1 auto;
  padding: 24px;
  border: 1px solid #E0E0E0;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .about__item {
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .about__item {
    text-align: center;
    padding: 16px;
  }
}
.about__item-title {
  font-size: 48px;
  margin: 0px 0px 8px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 991px) {
  .about__item-title {
    font-size: 30px;
  }
}
.about__item-text {
  font-size: 20px;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .about__item-text {
    font-size: 16px;
  }
  .about__item-text br {
    display: none;
  }
}
.about__callback {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 144px 20px;
  margin: 0px 0px 80px;
}
@media (max-width: 1199px) {
  .about__callback {
    padding: 100px 20px;
  }
}
@media (max-width: 575px) {
  .about__callback {
    padding: 80px 20px;
  }
}
@media (max-width: 430px) {
  .about__callback {
    margin: 0 -15px 40px;
  }
}
.about__callback-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
  transform: scale(1);
  border-radius: 24px;
}
.about__callback-button {
  position: relative;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.2392156863);
  background: rgba(255, 255, 255, 0.15);
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 16px 32px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.4s;
}
.about__callback-button:hover {
  background: none;
}
.about__employees-title {
  font-size: 40px;
  line-height: 48px;
  margin: 0px 0px 12px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 480px) {
  .about__employees-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.about__employees-subtitle {
  font-size: 20px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin: 0px 0px 48px;
}
@media (max-width: 1199px) {
  .about__employees-subtitle br {
    display: none;
  }
}
@media (max-width: 480px) {
  .about__employees-subtitle {
    font-size: 16px;
  }
}
.about__employees-items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about__employees-items {
    flex-wrap: wrap;
  }
}
.about__employee {
  flex: 0 0 calc(20% - 30px);
}
@media (max-width: 1199px) {
  .about__employee {
    flex: 0 0 calc(20% - 15px);
  }
}
@media (max-width: 991px) {
  .about__employee {
    flex: 0 0 calc(50% - 15px);
    margin: 0px 0px 30px;
  }
}
@media (max-width: 480px) {
  .about__employee {
    flex: 0 0 calc(50% - 6px);
  }
}
.about__employee-image {
  margin: 0px auto 24px;
  border-radius: 12px;
  height: 260px;
  width: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .about__employee-image {
    margin: 0 auto 12px;
  }
}
@media (max-width: 480px) {
  .about__employee-image {
    width: 100%;
    height: 200px;
  }
}
.about__employee-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
.about__employee-post {
  color: #5C5C5C;
  text-align: center;
}

.partners {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .partners {
    margin: 0px 0px 80px;
  }
}
.partners__title {
  margin: 0px 0px 12px;
  text-align: center;
}
.partners__subtitle {
  font-size: 20px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin: 0px 0px 40px;
}
@media (max-width: 480px) {
  .partners__subtitle {
    font-size: 16px;
    margin: 0px 0px 24px;
  }
}
.partners__sliders {
  position: relative;
}
.partners__topslider {
  margin: 0px -6px 12px;
}
.partners__topslider-item {
  background: #F5F5F5;
  border-radius: 12px;
  height: 157px;
  margin: 0 6px;
}
@media (max-width: 575px) {
  .partners__topslider-item {
    padding: 0 15px;
    height: 120px;
  }
}
.partners__topslider-item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__botslider {
  margin: 0px -6px 12px;
}
.partners__botslider-item {
  background: #F5F5F5;
  border-radius: 12px;
  height: 157px;
  margin: 0 6px;
}
@media (max-width: 575px) {
  .partners__botslider-item {
    padding: 0 15px;
    height: 120px;
  }
}
.partners__botslider-item-wrapper {
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projects {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .projects {
    margin: 0px 0px 80px;
  }
}
.projects__title {
  text-align: center;
  margin: 0px 0px 16px;
}
@media (max-width: 480px) {
  .projects__title {
    font-size: 24px;
  }
}
.projects__subtitle {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 1.2;
  margin: 0px 0px 40px;
  text-align: center;
}
@media (max-width: 430px) {
  .projects__subtitle {
    font-size: 16px;
    margin: 0px 0px 24px;
  }
}
.projects__wrapper {
  position: relative;
  margin: 0px 0px 40px;
}
.projects__item-content {
  display: flex;
}
@media (max-width: 991px) {
  .projects__item-content {
    display: block;
  }
}
.projects__item-images {
  margin: 0px 40px 0px 0px;
}
@media (max-width: 991px) {
  .projects__item-images {
    margin: 0px 0px 30px;
  }
}
@media (max-width: 480px) {
  .projects__item-images {
    margin: 0px 0px 16px;
  }
}
.projects__item-topimage {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  margin: 0px 0px 16px;
}
@media (max-width: 1199px) {
  .projects__item-topimage {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .projects__item-topimage {
    height: 220px;
    margin: 0px 0px 8px;
  }
}
.projects__item-smallimgs {
  display: flex;
  justify-content: space-between;
}
.projects__item-smimg {
  height: 140px;
  border-radius: 12px;
  flex: 0 0 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .projects__item-smimg {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .projects__item-smimg {
    height: 80px;
    flex: 0 0 calc(33.333% - 5px);
    max-width: calc(33.333% - 5px);
  }
}
.projects__item-info {
  flex: 0 0 628px;
}
.projects__item-block {
  margin: 0px 0px 12px;
}
.projects__item-title {
  font-size: 18px;
}
.projects__item-text {
  color: #5C5C5C;
}
.projects__footer {
  margin: 40px 0px 0px;
  display: flex;
  align-items: center;
  background: #F6F6F6;
  border-radius: 24px;
  padding: 60px 180px;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .projects__footer {
    padding: 60px 100px;
  }
}
@media (max-width: 1199px) {
  .projects__footer {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .projects__footer {
    display: block;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .projects__footer {
    margin: 0 -15px;
    border-radius: 0;
  }
}
.projects__footer-text {
  flex: 0 1 473px;
  margin: 0px 20px 0px 0px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .projects__footer-text {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .projects__footer-text {
    font-size: 24px;
    line-height: 28px;
    margin: 0px 0px 30px;
  }
}
.projects__footer-button {
  flex: 0 1 425px;
  color: #000;
}
.projects__footer-button span {
  margin: 0px 8px 0px 0px;
}
.projects__footer-button:hover {
  color: #000;
}
@media (max-width: 767px) {
  .projects__footer-button {
    margin: auto;
  }
}

.serts {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .serts {
    margin: 0px 0px 80px;
  }
}
.serts__title {
  text-align: center;
  margin: 0px 0px 40px;
}
.serts__wrapper {
  position: relative;
}
.serts__slider {
  margin: 0 -10px;
}
.serts__item {
  height: 600px;
  margin: 0 10px;
}
.serts__item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .serts__item {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .serts__item {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .serts__item {
    height: 300px;
  }
}

.conditions {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .conditions {
    margin: 0px 0px 80px;
  }
}
.conditions__wrapper {
  background: url(" /images/conditions-bg.png") left center/auto no-repeat, linear-gradient(267.55deg, #A2E564 0%, #00BBF3 100%);
  padding: 60px;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .conditions__wrapper {
    background: linear-gradient(267.55deg, #A2E564 0%, #00BBF3 100%);
  }
}
@media (max-width: 767px) {
  .conditions__wrapper {
    padding: 24px 20px;
  }
}
@media (max-width: 575px) {
  .conditions__wrapper {
    margin: 0 -15px;
  }
}
.conditions__content {
  max-width: 807px;
  margin: 0 0 0 auto;
}
@media (max-width: 1199px) {
  .conditions__content {
    margin: 0;
  }
}
.conditions__title {
  color: #fff;
  margin: 0px 0px 16px;
}
@media (max-width: 480px) {
  .conditions__title {
    font-size: 24px;
    text-align: center;
  }
}
.conditions__text {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin: 0px 0px 40px;
}
@media (max-width: 480px) {
  .conditions__text {
    font-size: 16px;
    margin: 0px 0px 24px;
    text-align: center;
  }
}
.conditions__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media (max-width: 767px) {
  .conditions__items {
    display: block;
    margin: 0;
  }
}
.conditions__item {
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  background: rgba(255, 255, 255, 0.1215686275);
  font-size: 20px;
  color: #fff;
  padding: 12px 16px;
  flex: 0 0 calc(50% - 8px);
  margin: 0 4px 8px;
  border-radius: 12px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .conditions__item {
    margin: 0px 0px 8px;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 8px;
  }
}

.mpnews {
  margin: 0px 0px 160px;
}
@media (max-width: 767px) {
  .mpnews {
    margin: 0px 0px 80px;
  }
}
.mpnews__title {
  text-align: center;
  margin: 0px 0px 40px;
}
.mpnews__content {
  position: relative;
}
.mpnews__slider {
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  .mpnews__slider {
    margin: 0 -10px;
  }
}
.mpnews__item {
  border-radius: 24px;
  background: #F6F6F6;
  padding: 24px;
  margin: 0 20px;
}
@media (max-width: 1199px) {
  .mpnews__item {
    margin: 0 10px;
  }
}
@media (max-width: 430px) {
  .mpnews__item {
    padding: 20px;
  }
}
.mpnews__item-title {
  font-size: 24px;
  line-height: 1.2;
  margin: 0px 0px 2px;
  font-weight: bold;
}
.mpnews__item-date {
  color: rgba(0, 0, 0, 0.3411764706);
  margin: 0px 0px 24px;
}
.mpnews__item-introtext {
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0px 32px;
  color: #5C5C5C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.mpnews__item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mpnews__item-link {
  font-size: 18px;
  line-height: 1;
  color: #1172F0;
  margin: 0px 16px 0px 0px;
}
.mpnews__item-views {
  padding: 0 0 0 21px;
  background: url(" /images/icons/views.svg") left center/auto no-repeat;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.3411764706);
}

.usluga {
  margin: 0px 0px 80px;
}
.usluga .topbanner {
  padding: 220px 0 150px;
}
@media (max-width: 767px) {
  .usluga .topbanner {
    padding: 150px 0;
  }
}
@media (max-width: 575px) {
  .usluga .topbanner {
    padding: 150px 0 100px;
  }
}
.usluga .underbanner {
  margin: 40px 0 80px;
}
.usluga .underbanner__content {
  box-shadow: none;
}

.whouse {
  margin: 40px 0 0;
}
.whouse__title {
  text-align: center;
}
.whouse__items {
  display: flex;
  justify-content: space-between;
  margin: 0 -4px;
}
@media (max-width: 991px) {
  .whouse__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .whouse__items {
    display: block;
    margin: 0;
  }
}
.whouse__item {
  flex: 1 1 0px;
  margin: 0 4px;
  position: relative;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  border-radius: 12px;
}
.whouse__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}
.whouse__item:hover .whouse__item-image {
  transform: scale(1.2);
}
@media (max-width: 1199px) {
  .whouse__item {
    height: 220px;
    flex: 0 0 calc(33.333% - 8px);
    margin: 0 4px 8px;
  }
}
@media (max-width: 991px) {
  .whouse__item {
    flex: 0 0 calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .whouse__item {
    margin: 0px 0px 8px;
  }
}
.whouse__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
  transform: scale(1);
}
.whouse__item-text {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 3;
}

.footer {
  background: url(" /images/footer-bg.jpg");
  padding: 80px;
}
@media (max-width: 1800px) {
  .footer {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer__content {
    display: block;
  }
}
@media (max-width: 1199px) {
  .footer__data {
    flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .footer__data {
    margin: 0px 0px 30px;
  }
}
.footer__logo {
  margin: 0px 0px 20px;
  display: block;
  max-width: 355px;
}
@media (max-width: 575px) {
  .footer__logo {
    margin: 0 auto 30px;
  }
}
.footer__info {
  display: flex;
  margin: 0px 50px 0px 0px;
}
@media (max-width: 1199px) {
  .footer__info {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer__info {
    margin: 0;
  }
}
.footer__contacts {
  flex: 0 1 355px;
  margin: 0px 25px 0px 0px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 1400px) {
  .footer__contacts {
    flex: 0 0 300px;
  }
}
@media (max-width: 1199px) {
  .footer__contacts {
    margin: 0px 0px 30px;
  }
}
@media (max-width: 480px) {
  .footer__contacts {
    font-size: 16px;
    text-align: center;
  }
}
.footer__address {
  margin: 0px 0px 12px;
}
.footer__schedule {
  margin: 0px 0px 40px;
}
@media (max-width: 1199px) {
  .footer__schedule {
    margin: 0px 0px 20px;
  }
}
.footer__phone {
  margin: 0px 0px 12px;
  display: block;
  color: #fff;
}
.footer__email {
  margin: 0px 0px 12px;
  display: block;
  color: #fff;
}
.footer__socials {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .footer__socials {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer__socials-link {
  margin: 0px 12px 0px 0px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  position: relative;
  transition: 0.4s;
}
.footer__socials-link:hover {
  background: rgba(255, 255, 255, 0.6);
}
.footer__socials-link:first-child img {
  position: absolute;
  width: 18px;
  top: 9px;
  left: 6px;
}
.footer__socials-link:nth-child(2) img {
  position: absolute;
  top: 6px;
  left: 7px;
}
.footer__callback {
  margin: 0px 0 0px auto;
  white-space: nowrap;
  font-size: 14px;
  height: 40px;
  padding: 8px 16px;
  font-weight: normal;
  color: #333;
  font-weight: 600;
}
@media (max-width: 991px) {
  .footer__callback {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .footer__callback {
    flex: 0 0 100%;
    margin: 30px 0px 0px;
  }
}
.footer__menu {
  flex: 0 0 228px;
  margin: 0px 25px 0px 0px;
}
@media (max-width: 1199px) {
  .footer__menu {
    margin: 0px 0px 30px;
  }
}
.footer__link {
  display: block;
  font-size: 16px;
  margin: 0px 0px 12px;
  color: #fff;
}
@media (max-width: 480px) {
  .footer__link {
    text-align: center;
  }
}
.footer__form {
  flex: 0 1 400px;
}
.footer__form input {
  color: #fff;
}
.footer__form input::-moz-placeholder {
  color: #fff;
}
.footer__form input::placeholder {
  color: #fff;
}
.footer__form label {
  color: rgba(255, 255, 255, 0.6);
}
.footer__form label:before {
  border: 1px solid #fff !important;
}
.footer__form a {
  color: #fff;
}
.footer__form a:hover {
  color: #0e9fb3;
}
.footer__form button {
  width: 100%;
}
@media (max-width: 1600px) {
  .footer__form {
    flex: 0 0 280px;
  }
}
.footer__map {
  flex: 0 1 640px;
}
.footer__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .footer__map iframe {
    height: 400px;
  }
}

.copyrights {
  color: #5C5C5C;
  text-align: center;
  font-size: 14px;
  padding: 8px 0;
}

input {
  height: 54px;
  padding: 16px;
  width: 100%;
  font-size: 16px;
  display: block;
  margin: 0px 0px 12px;
  background: none;
  border: 2px solid #fff;
  border-radius: 12px;
}

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

.form button {
  margin: 0px 0px 12px;
}
.form__note {
  text-align: center;
  font-size: 12px;
}
.form input[type=checkbox] {
  display: none;
}
.form input[type=checkbox]:checked + label.check-label:before {
  background: url(" /images/icons/check.svg") center center/14px no-repeat;
}
.form label.check-label {
  padding: 0 0 0 24px;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 16px;
}
.form label.check-label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}