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

html {
  font-size: 14px
}

body {
  margin: 0;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.55;
  color: #000;
  overflow-x: hidden
}

body::-webkit-scrollbar {
  width: .5em
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb {
  background-color: #02b2ee;
  outline: #02b2ee solid 1px
}

body.no-scroll {
  overflow-y: hidden
}

body.header-fixed {
  padding-top: 80px
}

.page {
  overflow: clip;
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

h1,
h1 b,
h1 strong,
h2,
h2 b,
h2 strong,
h3,
h3 b,
h3 strong,
h4,
h4 b,
h4 strong,
h5,
h5 b,
h5 strong,
h6,
h6 b,
h6 strong {
  margin: 0;
  font-family: Oswald, Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.3
}

h1 {
  font-size: 28px
}

h2 {
  font-size: 25px
}

h3 {
  font-size: 21px
}

h4 {
  font-size: 20px
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 15px
}

p {
  margin: 0
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s
}

a:hover {
  color: #02b2ee
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal
}

button {
  -moz-appearance: none;
  -webkit-appearance: none
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto
}

.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: transparent
}

.header.fixed {
  position: fixed;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.header__body {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px
}

.header__menu {
  flex-grow: 1;
  max-height: 100%
}

.header__language {
  margin-right: 10px
}

@media (max-width:576px) {
  body.header-fixed {
    padding-top: 70px
  }

  .header.fixed {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1)
  }

  .header__body {
    height: 70px
  }

  .header__language {
    margin-right: 5px
  }
}

.header__contacts {
  padding: 6px 15px 6px 7px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
  border-radius: 25px;
  height: 50px;
  line-height: 36px;
  will-change: transform;
  transition: transform .2s
}

@media (max-width:980px) {
  .header__contacts {
    margin: 0 45px 0 0
  }
}

.header__contacts:hover {
  transform: scale(1.03)
}

.header__contacts a {
  display: block
}

.header__contacts a span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 16px;
  font-weight: 400
}

.header__contacts a img {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 5px
}

@media screen and (max-width:1200px) and (min-width:981px) {
  .header__contacts {
    padding: 6px 0;
    background: 0 0;
    box-shadow: none
  }

  .header__contacts a span {
    font-size: 0
  }

  .header__contacts a img {
    margin: 0
  }
}

@media (max-width:576px) {
  .header__contacts {
    padding: 6px 0;
    background: 0 0;
    box-shadow: none
  }

  .header__contacts a span {
    font-size: 0
  }

  .header__contacts a img {
    margin: 0
  }
}

.footer {
  margin-top: auto
}

.footer__menu {
  padding: 30px 0 20px;
  background-color: #22242f
}

.footer__copyright {
  background-color: #22242f
}

.footer-menu,
.footer-menu a {
  color: #fff
}

.footer-menu a:hover {
  text-decoration: none;
  color: #02b2ee
}

.footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none
}

.footer-menu__list ul {
  list-style: none
}

.footer-menu__list>li {
  width: 25%;
  padding-right: 15px
}

.footer-menu__list>li:last-child {
  padding-right: 0
}

.footer-menu__list>li>a {
  margin-bottom: 15px;
  display: block;
  font-family: Oswald, Roboto, sans-serif;
  font-weight: 400;
  font-size: 21px;
  text-decoration: none;
  transition: color .2s linear
}

.footer-menu__list>li>ul {
  margin: 0;
  padding: 0
}

.footer-menu__list>li>ul li {
  margin-bottom: 10px
}

.footer-menu__list>li>ul li>a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 14px
}

.footer-menu__list>li>ul li>a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  border: 4px solid transparent;
  border-left: 5px solid #02b2ee
}

.footer-copyright {
  color: #fff
}

.footer-copyright a {
  color: #fff;
  font-size: 12px
}

.footer-copyright a:hover {
  text-decoration: none;
  color: #02b2ee
}

.footer-copyright__wrap {
  padding: 30px 0;
  border-top: 1px solid #32333e
}

.footer-copyright__row {
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media (max-width:980px) {
  .footer-menu__list>li {
    width: 50%;
    padding: 15px
  }

  .footer-copyright__row {
    flex-wrap: wrap
  }

  .footer-copyright__column:nth-child(2) {
    text-align: right;
    padding-right: 0
  }
}

.footer-copyright__column {
  flex-grow: 1;
  padding-right: 15px
}

.footer-copyright__column:last-child {
  padding-right: 0
}

.footer-copyright__column:nth-child(1) {
  width: 25%;
  min-width: 200px
}

@media (max-width:768px) {
  .footer-copyright__column:nth-child(1) {
    width: 30%
  }
}

@media (max-width:576px) {
  .footer-menu__list>li {
    width: 100%;
    padding: 10px 0 0
  }

  .footer-copyright__row {
    gap: 20px
  }

  .footer-copyright__column {
    width: 100% !important;
    padding-right: 0 !important;
    text-align: center !important
  }

  .footer-copyright__column:nth-child(1) img {
    margin: 0 auto
  }

  .footer-copyright__column:nth-child(2) a {
    display: inline-block;
    clear: both;
    margin: 5px 0;
    font-size: 11px;
    padding: 0 7px
  }

  .footer-copyright__column:nth-child(2) span {
    display: none
  }
}

@media (max-width:980px) {
  .footer-copyright__column:nth-child(3) {
    width: 50%;
    padding-top: 20px;
    padding-right: 0
  }
}

@media (max-width:576px) {
  .footer-copyright__column:nth-child(3) {
    padding-top: 0
  }
}

@media (max-width:980px) {
  .footer-copyright__column:nth-child(4) {
    width: 50%;
    padding-top: 20px
  }
}

.content {
  margin-bottom: 80px
}

.content h1 {
  font-size: 49px;
  margin: 10px 0 20px
}

@media (max-width:576px) {
  .footer-copyright__column:nth-child(4) {
    padding-top: 0
  }

  .content {
    margin-bottom: 50px
  }

  .content h1 {
    font-size: 28px
  }
}

.content h1 span {
  color: #02b2ee
}

.content h2 {
  font-size: 36px;
  margin: 10px 0 20px
}

@media (max-width:576px) {
  .content h2 {
    font-size: 24px
  }
}

.content h2 span {
  color: #02b2ee
}

.content h3,
.content h4 {
  font-size: 28px;
  margin: 10px 0
}

.content h3 span,
.content h4 span {
  color: #02b2ee
}

.content ul {
  list-style: none;
  padding: 0 0 0 50px
}

@media (max-width:576px) {

  .content h3,
  .content h4 {
    font-size: 21px
  }

  .content ul {
    padding-left: 30px
  }
}

.content ul>li {
  position: relative;
  margin-bottom: 10px
}

.content ul>li:last-child {
  margin: 0
}

.content ul>li:after {
  position: absolute;
  background: #02b2ee;
  width: 18px;
  height: 1px;
  left: -30px;
  content: "";
  top: 10px
}

.content ol {
  list-style: none;
  counter-reset: i;
  padding: 0 0 0 20px;
  margin: 1rem 0
}

@media (max-width:576px) {
  .content ol {
    padding-left: 0
  }
}

.content ol>li {
  counter-increment: i;
  position: relative;
  margin-bottom: 10px
}

.content ol>li:last-child {
  margin: 0
}

.content ol>li::before {
  content: counter(i) ".  ";
  color: #02b2ee;
  font-weight: 600
}

.content ol>li blockquote {
  margin-left: 18px;
  margin-top: -20px
}

.content blockquote {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #02b2ee;
  background: #f0f0f0
}

.content blockquote p:last-child {
  margin: 0
}

.content img {
  max-width: 100%
}

.content a {
  color: #02b2ee;
  text-decoration: underline
}

.content a:hover {
  text-decoration: none
}

.content p {
  margin-bottom: .75rem
}

.content table,
.content tbody,
.content td,
.content th,
.content tr {
  border: 0 !important
}

.content table {
  position: relative;
  width: 100%;
  border-spacing: 0;
  margin: 20px 0;
  padding-bottom: 10px
}

.content table tbody,
.content table thead {
  display: block
}

.content table thead.fixedHeader {
  position: fixed;
  left: calc(50vw - ((1170px + .5em)/ 2));
  top: 80px;
  z-index: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: 1170px
}

@media (max-width:1200px) {
  .content table thead.fixedHeader {
    left: 15px;
    right: 15px
  }
}

.content table thead.fixedHeader::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: 0 0
}

.content table tr td {
  padding: 14px 10px 10px;
  line-height: 1.3
}

.content table tr td p {
  margin: 0
}

.content table thead tr td {
  font-family: Oswald, Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 14px 10px;
  margin: 0;
  background-color: #02b2ee;
  color: #fff;
  text-align: center;
  word-break: break-word
}

.content table thead tr td strong {
  font-weight: 400
}

.content table thead tr td p {
  margin: 0
}

.content table tbody tr:nth-child(even) {
  background: #f9f9f9
}

.content table tbody tr td {
  min-width: 180px;
  white-space: nowrap;
  vertical-align: top
}

@media (max-width:768px) {
  .content table thead.fixedHeader {
    left: 0;
    right: 0;
    max-width: 100%;
    padding-left: 15px
  }

  .content table tr td:last-child {
    border-right: 15px solid #fff !important
  }

  .content table tbody tr td {
    min-width: 165px !important
  }

  .content table tbody tr td:last-child {
    min-width: calc(165px + 15px) !important
  }
}

.content table.wrap tbody tr td {
  min-width: 250px;
  white-space: unset;
  vertical-align: top
}

.menu__body.active {
  display: flex;
  flex-direction: column
}

@media (max-width:980px) {
  .menu__body {
    display: none;
    background-color: #02b2ee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 80px);
    overflow-y: scroll;
    margin: 80px 0 0
  }
}

@media (max-width:576px) {
  .content table thead.fixedHeader {
    top: 70px
  }

  .content table thead tr td {
    font-size: 17px;
    padding: 12px 10px
  }

  .menu__body {
    height: calc(100% - 70px);
    margin: 70px 0 0
  }
}

.menu__body a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: color .1s
}

.menu__body a:hover,
.menu__body a[aria-current] {
  color: #02b2ee
}

@media (max-width:980px) {
  .menu__body a {
    color: #fff;
    display: inline-block
  }

  .menu__body a:hover,
  .menu__body a[aria-current] {
    color: #fff
  }
}

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

ul.menu__list {
  display: flex;
  padding: 0 25px
}

ul.menu__list>li {
  position: relative
}

ul.menu__list>li>a {
  position: relative;
  padding: 27px 19px;
  font-size: 16px
}

@media screen and (max-width:1200px) and (min-width:981px) {
  ul.menu__list {
    padding: 0 15px
  }

  ul.menu__list>li>a {
    padding: 27px 15px
  }
}

@media (max-width:980px) {
  ul.menu__list {
    flex-direction: column;
    padding: 20px
  }

  ul.menu__list li.menu-item-has-children>a {
    position: relative
  }

  ul.menu__list li.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate3d(0, calc(-50% + 2px), 0);
    border: 4px solid transparent;
    border-top: 5px solid #fff
  }

  ul.menu__list li.menu-item-has-children.opened>a:after {
    transform: translate3d(0, calc(-50% - 2px), 0) !important;
    border: 4px solid transparent !important;
    border-bottom: 5px solid #fff !important
  }

  ul.menu__list li.menu-item-has-children.opened>.sub-menu {
    height: 100% !important;
    width: 100% !important;
    opacity: 1 !important;
    pointer-events: initial !important
  }

  ul.menu__list>li>a {
    padding: 10px;
    font-weight: 600
  }
}

ul.menu__list>li>a:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  opacity: 0;
  background-color: #02b2ee;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  z-index: 1;
  transition: opacity .5s
}

ul.menu__list>li>a:hover:before,
ul.menu__list>li>a[aria-current]:before {
  opacity: 1
}

ul.menu__list>li.menu-item-has-children>a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate3d(0, calc(-50% + 2px), 0);
  border: 4px solid transparent;
  border-top: 5px solid #000
}

ul.menu__list>li>.sub-menu {
  position: absolute;
  background-color: #fff;
  opacity: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
  top: calc(100% - 2px);
  transition: opacity .5s;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

@media (min-width:981px) {
  ul.menu__list>li:not(.custom-list):hover>.sub-menu {
    opacity: 1;
    height: auto;
    width: 680px;
    pointer-events: initial;
    padding: 30px 0;
    box-shadow: 0 64px 120px rgba(0, 0, 0, .05);
    border-top: 3px solid #02b2ee
  }

  ul.menu__list>li.custom-list:hover>.sub-menu {
    opacity: 1;
    height: auto;
    max-height: 50vh;
    width: 360px;
    pointer-events: initial;
    padding: 45px 30px;
    box-shadow: 0 64px 120px rgba(0, 0, 0, .05);
    border-top: 3px solid #02b2ee;
    flex-wrap: nowrap
  }

  ul.menu__list>li.custom-list>.sub-menu>li:last-child a {
    margin-bottom: 0
  }
}

ul.menu__list>li:not(.custom-list)>.sub-menu>li {
  width: 320px;
  padding: 0
}

@media (max-width:980px) {
  ul.menu__list>li.menu-item-has-children>a:after {
    right: -7px;
    border: 4px solid transparent;
    border-top: 5px solid #fff
  }

  ul.menu__list>li>.sub-menu {
    position: static;
    background-color: transparent;
    width: 100%;
    opacity: 1;
    padding: 0
  }

  ul.menu__list>li:not(.custom-list)>.sub-menu>li {
    width: 100%;
    padding: 0 0 0 15px
  }
}

ul.menu__list>li.custom-list>.sub-menu>li {
  padding: 0
}

ul.menu__list>li:not(.custom-list)>.sub-menu>li.hover,
ul.menu__list>li:not(.custom-list)>.sub-menu>li:hover {
  background: #02b2ee
}

ul.menu__list>li:not(.custom-list)>.sub-menu>li.hover>a,
ul.menu__list>li:not(.custom-list)>.sub-menu>li:hover>a {
  color: #fff
}

ul.menu__list>li:not(.custom-list)>.sub-menu>li.hover .sub-menu,
ul.menu__list>li:not(.custom-list)>.sub-menu>li:hover .sub-menu {
  opacity: 1;
  pointer-events: initial;
  height: 100%;
  overflow-y: auto
}

ul.menu__list>li:not(.custom-list)>.sub-menu>li.hover .sub-menu::-webkit-scrollbar,
ul.menu__list>li:not(.custom-list)>.sub-menu>li:hover .sub-menu::-webkit-scrollbar {
  width: .5em
}

ul.menu__list>li:not(.custom-list)>.sub-menu>li.hover .sub-menu::-webkit-scrollbar-track,
ul.menu__list>li:not(.custom-list)>.sub-menu>li:hover .sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

ul.menu__list>li:not(.custom-list)>.sub-menu>li.hover .sub-menu::-webkit-scrollbar-thumb,
ul.menu__list>li:not(.custom-list)>.sub-menu>li:hover .sub-menu::-webkit-scrollbar-thumb {
  background-color: #02b2ee;
  outline: #02b2ee solid 1px
}

ul.menu__list>li.custom-list:hover .sub-menu {
  opacity: 1;
  pointer-events: initial;
  height: auto;
  overflow-y: auto
}

ul.menu__list>li.custom-list:hover .sub-menu::-webkit-scrollbar {
  width: .5em
}

ul.menu__list>li.custom-list:hover .sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

ul.menu__list>li.custom-list:hover .sub-menu::-webkit-scrollbar-thumb {
  background-color: #02b2ee;
  outline: #02b2ee solid 1px
}

ul.menu__list>li:not(.custom-list)>.sub-menu>li>a {
  font-family: Montserrat, Arial, sans-serif;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid #02b2ee
}

@media (max-width:980px) {
  ul.menu__list>li.custom-list>.sub-menu>li {
    width: 100%;
    padding: 0 0 0 15px
  }

  ul.menu__list>li:not(.custom-list)>.sub-menu>li.hover,
  ul.menu__list>li:not(.custom-list)>.sub-menu>li:hover {
    background: 0 0
  }

  ul.menu__list>li.custom-list:hover .sub-menu,
  ul.menu__list>li:not(.custom-list)>.sub-menu>li.hover .sub-menu,
  ul.menu__list>li:not(.custom-list)>.sub-menu>li:hover .sub-menu {
    padding: 0;
    height: 0;
    overflow: hidden;
    position: initial
  }

  ul.menu__list>li:not(.custom-list)>.sub-menu>li>a {
    font-weight: 400;
    border-right: none;
    padding: 0;
    margin-bottom: 15px
  }
}

ul.menu__list>li.custom-list>.sub-menu>li a {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px
}

ul.menu__list>li.custom-list>.sub-menu>li a:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 5px;
  border: 4px solid transparent;
  border-left: 5px solid #02b2ee
}

ul.menu__list>li>.sub-menu>li .sub-menu {
  height: 0;
  opacity: 0;
  pointer-events: none
}

ul.menu__list>li:not(.custom-list)>.sub-menu>li>.sub-menu {
  position: absolute;
  top: 0;
  left: 320px;
  padding: 35px 30px;
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity .3s, height .2s
}

ul.menu__list>li>.sub-menu>li>.sub-menu li a {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 14px
}

ul.menu__list>li>.sub-menu>li>.sub-menu li a:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 5px;
  border: 4px solid transparent;
  border-left: 5px solid #02b2ee
}

@media (max-width:980px) {
  ul.menu__list>li.custom-list>.sub-menu>li a:before {
    border: none
  }

  ul.menu__list>li.custom-list>.sub-menu>li a {
    padding: 0
  }

  ul.menu__list>li:not(.custom-list)>.sub-menu>li>.sub-menu {
    padding: 0;
    height: 0;
    overflow: hidden;
    position: initial
  }

  ul.menu__list>li>.sub-menu>li>.sub-menu li a:before {
    border: none
  }
}

ul.menu__list>li.custom-list>.sub-menu>li .sub-menu {
  padding-left: 15px
}

ul.menu__list>li>.sub-menu>li .sub-menu li .sub-menu {
  padding-left: 15px !important
}

.menu-burger {
  display: none;
  width: 30px;
  padding: 10px 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  font-size: 0;
  color: transparent;
  border: 0;
  background: 0 0;
  cursor: pointer
}

@media (max-width:980px) {
  ul.menu__list>li.custom-list>.sub-menu>li .sub-menu {
    padding-left: 0
  }

  .menu-burger {
    display: block
  }
}

.menu-burger:focus {
  outline: 0
}

.menu-burger__item {
  display: block;
  width: 100%;
  height: 3px;
  background: #02b2ee;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: background .2s linear
}

.menu-burger__item:after,
.menu-burger__item:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #02b2ee;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: transform .2s linear
}

.menu-burger__item:before {
  top: -8px
}

.menu-burger__item:after {
  top: 8px
}

.menu-burger.active .menu-burger__item {
  background: 0 0
}

.menu-burger.active .menu-burger__item:before {
  transform-origin: left top;
  transform: rotate(45deg) translate3d(2px, -6px, 0)
}

.menu-burger.active .menu-burger__item:after {
  transform-origin: left bottom;
  transform: rotate(-45deg) translate3d(3px, 5px, 0)
}

.menu__feedback {
  display: none
}

@media (max-width:980px) {
  .menu__feedback {
    display: block;
    margin-top: auto
  }

  .menu__phone {
    padding: 0 0 40px;
    text-align: center
  }

  .menu__phone a {
    display: block;
    font-size: 16px;
    font-weight: 600
  }

  .menu__phone a span {
    display: inline-block;
    vertical-align: middle
  }

  .menu__phone a img {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin-right: 5px
  }

  .menu__request {
    padding: 0 0 40px;
    text-align: center
  }

  .menu__request a {
    padding: 15px 30px;
    background-color: #fff;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
    border-radius: 25px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px
  }

  .menu__request a:hover {
    color: #000
  }
}

.title {
  font-family: Oswald, Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.3
}

.title span {
  color: #02b2ee
}

h1.pagetitle {
  font-size: 54px;
  margin: 0 0 25px
}

.logo {
  height: 40px
}

@media (max-width:576px) {
  h1.pagetitle {
    font-size: 30px
  }

  .logo {
    height: 34px
  }
}

@media (max-width:365px) {
  .logo {
    height: 32px
  }
}

.logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 100%
}

.icon-arrow-right:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/themes/metropolitan/img/icons/main/intro/arrow-right.svg);
  background-size: 100%
}

.social__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px
}

@media (max-width:980px) {
  .social__items {
    justify-content: flex-start
  }
}

.social__items a {
  display: inline-block;
  width: 30px;
  height: 30px
}

@media (max-width:768px) {
  .content table.wrap tbody tr td {
    min-width: 320px !important
  }

  .content table.wrap tbody tr td:last-child {
    min-width: calc(320px + 15px) !important
  }

  h1.pagetitle {
    margin: 0 0 15px
  }

  .social__items a {
    width: 27px;
    height: 27px
  }
}

@media (max-width:576px) {
  .social__items {
    justify-content: center
  }

  .social__items a {
    width: 25px;
    height: 25px
  }
}

.social__items a:hover svg {
  fill: #02b2ee
}

.social__items a svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .2s;
  fill: #fff
}

.payments__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}

@media (max-width:980px) {
  .payments__items {
    justify-content: flex-end
  }
}

.payments__items img {
  display: inline-block;
  object-fit: contain;
  width: auto;
  height: 100%
}

.map {
  position: relative;
  margin-bottom: 100px
}

@media (max-width:768px) {
  .map {
    margin-bottom: 70px
  }
}

.map__wrap {
  height: 450px
}

@media (max-width:576px) {
  .payments__items {
    justify-content: center
  }

  .map {
    margin-bottom: 50px
  }

  .map__wrap {
    height: 300px
  }
}

.slider__header {
  margin-bottom: 30px;
  text-align: center
}

.slider__title {
  font-size: 36px
}

@media (max-width:576px) {
  .slider__header {
    margin-bottom: 20px
  }

  .slider__title {
    font-size: 24px
  }
}

.slider__images {
  margin: 0;
  padding: 0
}

.slick-list {
  overflow: hidden;
  height: 100%
}

.slick-track {
  display: flex;
  align-items: flex-start;
  height: 100%
}

@media (max-width:980px) {
  .slick-track {
    height: auto
  }
}

.slick-slide {
  outline: 0;
  height: 100%
}

#SliderOffice .slick-track img {
  outline: 0;
  object-fit: cover;
  width: 100%;
  height: 700px
}

@media (max-width:1200px) {
  #SliderOffice .slick-track img {
    height: 500px
  }
}

@media (max-width:980px) {
  #SliderOffice .slick-track img {
    height: 400px
  }
}

@media (max-width:576px) {
  #SliderOffice .slick-track img {
    height: 300px
  }
}

#SliderAbout .slick-track a {
  outline: 0
}

#SliderAbout .slick-track img {
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
  height: 400px
}

@media (max-width:1200px) {
  #SliderAbout .slick-track img {
    height: 360px
  }
}

#SliderAbout,
#SliderOffice {
  position: relative
}

#SliderAbout .slick-arrow,
#SliderOffice .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: none;
  outline: 0;
  background-color: #fff;
  opacity: .5;
  transition: opacity .5s
}

@media (max-width:980px) {
  #SliderAbout .slick-track img {
    height: 330px
  }

  #SliderAbout .slick-arrow,
  #SliderOffice .slick-arrow {
    width: 50px;
    height: 50px
  }
}

#SliderAbout .slick-arrow:focus,
#SliderAbout .slick-arrow:hover,
#SliderOffice .slick-arrow:focus,
#SliderOffice .slick-arrow:hover {
  opacity: 1;
  cursor: pointer
}

#SliderAbout .slick-arrow:focus span,
#SliderAbout .slick-arrow:hover span,
#SliderOffice .slick-arrow:focus span,
#SliderOffice .slick-arrow:hover span {
  color: #02b2ee
}

#SliderAbout .slick-arrow.slick-prev,
#SliderOffice .slick-arrow.slick-prev {
  left: 30px
}

#SliderAbout .slick-arrow.slick-next,
#SliderOffice .slick-arrow.slick-next {
  right: 30px
}

@media (max-width:768px) {

  #SliderAbout .slick-arrow,
  #SliderOffice .slick-arrow {
    width: 40px;
    height: 40px
  }

  #SliderAbout .slick-arrow.slick-prev,
  #SliderOffice .slick-arrow.slick-prev {
    left: 20px
  }

  #SliderAbout .slick-arrow.slick-next,
  #SliderOffice .slick-arrow.slick-next {
    right: 20px
  }
}

#SliderAbout .slick-arrow span,
#SliderOffice .slick-arrow span {
  font-family: inherit;
  font-size: 40px;
  color: #000;
  line-height: .6em;
  transition: color .5s
}

@media (max-width:576px) {
  #SliderAbout .slick-track img {
    height: 300px
  }

  #SliderAbout .slick-arrow,
  #SliderOffice .slick-arrow {
    width: 30px;
    height: 30px
  }

  #SliderAbout .slick-arrow.slick-prev,
  #SliderOffice .slick-arrow.slick-prev {
    left: 10px
  }

  #SliderAbout .slick-arrow.slick-next,
  #SliderOffice .slick-arrow.slick-next {
    right: 10px
  }

  #SliderAbout .slick-arrow span,
  #SliderOffice .slick-arrow span {
    font-size: 24px
  }
}

#SliderAbout .slick-dots,
#SliderOffice .slick-dots {
  display: flex;
  position: absolute;
  z-index: 1000;
  bottom: 30px;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translateX(-50%)
}

#SliderAbout .slick-dots li,
#SliderOffice .slick-dots li {
  list-style: none;
  margin: 0 5px
}

#SliderAbout .slick-dots button,
#SliderOffice .slick-dots button {
  font-size: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  outline: 0
}

#SliderAbout .slick-dots button:focus,
#SliderAbout .slick-dots button:hover,
#SliderOffice .slick-dots button:focus,
#SliderOffice .slick-dots button:hover {
  cursor: pointer
}

#SliderAbout .slick-dots li.slick-active button,
#SliderOffice .slick-dots li.slick-active button {
  background: #02b2ee !important
}

.SliderIntro {
  position: relative
}

.SliderIntro .slick-arrow {
  position: absolute;
  z-index: 1000;
  border: none;
  outline: 0;
  background-color: #02b2ee;
  width: 65px;
  height: 60px;
  bottom: -90px;
  transition: transform .1s linear
}

.SliderIntro .slick-arrow:hover {
  cursor: pointer;
  transform: scale(1.1)
}

.SliderIntro .slick-arrow.slick-next {
  right: -40px
}

@media (max-width:768px) {

  #SliderAbout .slick-dots,
  #SliderOffice .slick-dots {
    bottom: 20px
  }

  .SliderIntro .slick-arrow {
    bottom: calc(100% + 40px);
    width: 50px;
    height: 50px
  }

  .SliderIntro .slick-arrow.slick-next {
    right: -20px
  }

  .SliderIntro .slick-arrow.slick-prev {
    left: -20px
  }
}

@media (max-width:576px) {
  .SliderIntro .slick-arrow {
    bottom: calc(100% + 30px)
  }

  .SliderIntro .slick-arrow.slick-next {
    right: -10px
  }
}

.SliderIntro .slick-arrow.slick-prev {
  right: 25px
}

.SliderIntro .slick-arrow span {
  font-family: inherit;
  font-size: 40px;
  color: #fff;
  line-height: .6em
}

.SliderIntro .slick-dots {
  display: flex;
  position: absolute;
  z-index: 1000;
  margin: 0;
  padding: 0;
  left: 10px;
  bottom: -70px
}

@media (max-width:768px) {
  .SliderIntro .slick-dots {
    bottom: calc(100% + 55px);
    left: 50%;
    transform: translateX(-50%)
  }
}

@media (max-width:576px) {
  .SliderIntro .slick-arrow.slick-prev {
    left: -10px
  }

  .SliderIntro .slick-arrow span {
    font-size: 24px
  }

  .SliderIntro .slick-dots {
    bottom: calc(100% + 45px)
  }
}

.SliderIntro .slick-dots li {
  list-style: none;
  margin: 0 5px
}

.SliderIntro .slick-dots button {
  font-size: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #02b2ee;
  background-color: #02b2ee;
  border-radius: 50%;
  outline: 0
}

.SliderIntro .slick-dots button:focus,
.SliderIntro .slick-dots button:hover {
  cursor: pointer
}

.SliderIntro .slick-dots li.slick-active button {
  background: #fff !important
}

.SliderIntro:not(.slick-initialized) {
  display: flex;
  flex-wrap: nowrap
}

.SliderIntro:not(.slick-initialized)>div {
  flex: 0 0 auto
}

.SliderIntro-Header .slick-arrow,
.SliderIntro-Header .slick-dots,
.SliderIntro-Image .slick-arrow,
.SliderIntro-Image .slick-dots {
  display: none !important;
  pointer-events: none
}

.SliderIntro-Image {
  height: 100%
}

.SliderIntro-Image .slick-list,
.SliderIntro-Image .slick-track {
  width: 100%
}

.breadcrumbs {
  padding: 15px 20px;
  margin: 20px 0;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  font-weight: 400
}

.breadcrumbs a {
  text-decoration: underline
}

.breadcrumbs .current {
  color: #999
}

.servicesPage .breadcrumbs {
  border: none;
  padding: 15px 0;
  margin: 20px 0 -50px;
  text-align: left
}

@media (max-width:768px) {
  .servicesPage .breadcrumbs {
    margin: 20px 0 -40px
  }
}

@media (max-width:576px) {
  .breadcrumbs {
    padding: 10px 15px;
    font-size: 12px
  }

  .servicesPage .breadcrumbs {
    margin: 20px 0 -30px
  }
}

.paginationCont {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  margin-top: 20px
}

.paginationCont .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.paginationCont .page-numbers {
  display: inline-block;
  font-weight: 600;
  height: 42px;
  width: 42px;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: normal;
  color: #333;
  margin: 3px;
  background-color: #fff
}

.paginationCont .current,
.paginationCont a.page-numbers {
  border: 1px solid #02b2ee;
  text-decoration: none
}

.paginationCont .current,
.paginationCont .page-numbers:hover {
  background-color: #02b2ee;
  color: #fff
}

.paginationCont .page-numbers.dots {
  background: 0 0 !important;
  color: #333 !important
}

.paginationCont a.next,
.paginationCont a.prev {
  position: relative;
  border: none;
  background-color: #fff
}

.paginationCont a.next img,
.paginationCont a.prev img {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0)
}

.paginationCont a.next:hover,
.paginationCont a.prev:hover {
  border: 1px solid #02b2ee;
  background-color: #fff
}

.paginationCont a.prev img {
  transform: translate3d(-50%, -50%, 0) rotate(-180deg)
}

@media (max-width:767px) {
  .paginationCont {
    position: relative;
    margin-top: 20px
  }
}

.intro {
  margin-bottom: 50px
}

@media (max-width:576px) {
  .intro {
    margin-bottom: 25px
  }
}

.intro__row {
  display: flex;
  flex-wrap: wrap
}

.intro--main {
  position: relative
}

.intro--main .intro__row {
  visibility: hidden
}

.intro.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  background-image: url(/wp-content/themes/metropolitan/img/main/ajax-loader.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  display: block;
  z-index: 3;
  content: ""
}

.intro-content {
  position: relative;
  width: 66.6666%;
  min-height: 520px
}

.intro-content:before {
  content: '';
  position: absolute;
  width: 100vw;
  left: calc(-100vw + 100%);
  top: 0;
  bottom: 0;
  background-color: #f0f0f0;
  z-index: -1
}

.intro-content__title {
  font-size: 54px;
  margin: 70px 0 25px
}

@media (max-width:768px) {
  .intro-content__title {
    margin: 40px 0 15px
  }
}

.intro-content__title--mod {
  margin: 140px 0 25px
}

@media (max-width:768px) {
  .intro-content__title--mod {
    margin: 40px 0 15px
  }
}

.intro-content__description p {
  font-size: 16px;
  line-height: 1.55;
  max-width: calc(100% - 130px - 80px)
}

@media (max-width:980px) {
  .intro-content {
    width: 100%;
    min-height: auto
  }

  .intro-content:before {
    left: -15px
  }

  .intro-content__header {
    text-align: center
  }

  .intro-content__description p {
    margin: 0 auto;
    max-width: 100%
  }
}

.intro-content__detail {
  margin: 70px 0 50px
}

.intro-content__detail a {
  color: #000;
  opacity: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  outline: 0
}

.intro-content__detail a:hover {
  opacity: .5
}

.intro-content__detail a span:after {
  width: 50px;
  height: 50px;
  margin-left: 10px
}

@media (max-width:768px) {
  .intro-content__detail {
    margin: 40px 0
  }

  .SliderIntro .intro-content__detail {
    margin: 40px 0 80px
  }
}

.intro-content__blocks {
  padding: 30px 40px;
  margin-bottom: 60px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05)
}

@media (max-width:768px) {
  .intro-content__blocks {
    padding: 20px;
    margin-bottom: 20px
  }
}

@media (max-width:576px) {
  .intro-content__title {
    font-size: 30px
  }

  .intro-content__blocks {
    padding: 10px
  }
}

.intro-blocks__row {
  display: flex;
  flex-wrap: wrap
}

.intro-blocks__column {
  width: 25%;
  padding: 0 15px
}

@media (max-width:768px) {
  .intro-blocks__column {
    width: 50%;
    padding: 15px;
    text-align: center
  }

  .intro-blocks__icon {
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width:576px) {
  .intro-blocks__column {
    padding: 10px
  }

  .intro-image {
    margin-top: -280px
  }
}

.intro-blocks__icon {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 13px;
  margin-bottom: 15px
}

.intro-blocks__icon:before {
  position: absolute;
  content: '';
  border: 3px solid #f0f0f0;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.intro-blocks__icon img {
  height: 100%;
  width: 100%
}

.intro-blocks__text {
  color: #000
}

.intro-blocks__text b,
.intro-blocks__text span {
  color: #02b2ee;
  font-weight: 600
}

.intro-image {
  width: 33.3333%;
  z-index: -1
}

@media (max-width:576px) {
  .intro-image--mod {
    margin-top: 0 !important
  }

  .intro-image__wrap img {
    max-height: 400px
  }
}

.intro-image__wrap {
  position: relative;
  height: 100%;
  margin-left: -130px
}

@media (min-width:1200px) {
  .intro-image__wrap {
    margin-right: calc((-100vw + 1200px)/ 2 - 15px)
  }
}

@media (max-width:1200px) {
  .intro-image__wrap {
    margin-right: -15px
  }
}

.intro-image__wrap img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  bottom: 0;
  vertical-align: bottom
}

@media (max-width:980px) {
  .intro-image {
    width: 100%
  }

  .intro-image__wrap {
    margin: 0 -15px
  }

  .intro-image__wrap img {
    position: static
  }
}

.about {
  margin-bottom: 80px
}

@media (max-width:768px) {
  .about {
    margin-bottom: 60px
  }
}

@media (max-width:576px) {
  .about {
    margin-bottom: 40px
  }
}

.about__top {
  margin-bottom: 100px
}

@media (max-width:768px) {
  .about__top {
    margin-bottom: 50px
  }
}

.about__row {
  display: flex;
  flex-wrap: wrap
}

.about__columns {
  width: 50%;
  margin-bottom: 20px
}

.about__columns:nth-child(1) {
  padding-right: 65px
}

@media (max-width:1200px) {
  .about__columns:nth-child(1) {
    padding-right: 20px
  }
}

@media (max-width:768px) {
  .about__columns {
    width: 100%
  }

  .about__columns:nth-child(1) {
    padding-right: 0;
    margin-bottom: 0
  }

  .about__columns:nth-child(1) .about__text p:last-child {
    margin-bottom: 1rem
  }
}

.about__title {
  font-size: 49px;
  margin-bottom: 40px
}

@media (max-width:576px) {
  .about__title {
    font-size: 28px;
    margin-bottom: 20px
  }
}

.about__text {
  font-size: 16px;
  line-height: 1.5
}

.about__text h2 {
  font-size: 36px;
  margin: 10px 0 20px
}

@media (max-width:576px) {
  .about__text {
    font-size: 14px
  }

  .about__text h2 {
    font-size: 24px
  }
}

.about__text h2 span {
  color: #02b2ee
}

.about__text h3,
.about__text h4 {
  font-size: 28px;
  margin: 10px 0
}

.about__text h3 span,
.about__text h4 span {
  color: #02b2ee
}

.about__text p {
  margin-bottom: 1em
}

.about__text p:last-child {
  margin-bottom: 0
}

.about__text ul {
  list-style: none;
  padding: 0 0 0 50px
}

@media (max-width:576px) {

  .about__text h3,
  .about__text h4 {
    font-size: 21px
  }

  .about__text ul {
    padding-left: 30px
  }
}

.about__text ul>li {
  position: relative;
  margin-bottom: 10px
}

.about__text ul>li:last-child {
  margin: 0
}

.about__text ul>li:after {
  position: absolute;
  background: #02b2ee;
  width: 18px;
  height: 1px;
  left: -30px;
  content: "";
  top: 10px
}

.about__text ol {
  list-style: none;
  counter-reset: i;
  padding: 0 0 0 20px
}

.about__text ol>li {
  counter-increment: i;
  position: relative;
  margin-bottom: 10px
}

.about__text ol>li:last-child {
  margin: 0
}

.about__text ol>li::before {
  content: counter(i) ".  ";
  color: #02b2ee;
  font-weight: 600
}

.about__bottom {
  padding: 0 0 16%;
  background-size: cover
}

@media (max-width:1200px) {
  .about__bottom {
    margin: 0 -15px;
    padding: 0
  }
}

.about-blocks__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 40px
}

@media (max-width:980px) {
  .about-blocks__row {
    padding: 0
  }
}

.about-blocks__column {
  width: 20%;
  padding: 0 15px;
  margin: -50px 0 80px;
  text-align: center
}

@media (max-width:1200px) {
  .about-blocks__column {
    width: 33.33%
  }
}

@media (max-width:768px) {
  .about-blocks__column {
    width: 50%;
    padding: 0 10px;
    margin: -50px 0 70px
  }

  .about-blocks__column:last-child {
    margin: -50px 0 25px
  }
}

.about-blocks__content {
  height: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05)
}

@media (max-width:576px) {
  .about__text ol {
    padding-left: 0
  }

  .about-blocks__content {
    padding: 15px
  }
}

.about-blocks__icon {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 13px;
  margin: 0 auto 15px
}

.about-blocks__icon:before {
  position: absolute;
  content: '';
  border: 3px solid #f0f0f0;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.about-blocks__icon img {
  height: 100%;
  width: 100%
}

.about-blocks__text b,
.about-blocks__text span {
  color: #02b2ee;
  font-weight: 600
}

.servicesPage .about {
  margin: 80px 0
}

@media (max-width:768px) {
  .servicesPage .about {
    margin: 60px 0
  }
}

@media (max-width:576px) {
  .servicesPage .about {
    margin: 40px 0
  }
}

.servicesPage .about__top {
  margin: 0
}

.servicesPage .about__row {
  margin: 0 -30px
}

.servicesPage .about__columns {
  padding: 0 30px;
  margin: 0
}

.servicesPage .about__bottom {
  display: none
}

.services {
  margin-bottom: 80px
}

.services__body {
  position: relative
}

.services__body:before {
  width: 100vw;
  right: 100%
}

.services__body:after {
  width: 300px;
  left: 0
}

.services__body:after,
.services__body:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 25%;
  background-color: #f0f0f0;
  z-index: -1
}

@media (max-width:980px) {

  .services__body:after,
  .services__body:before {
    width: 9999px;
    bottom: 50%
  }

  .services__row {
    flex-wrap: wrap
  }
}

@media (max-width:768px) {
  .services {
    margin-bottom: 60px
  }

  .services__body:after,
  .services__body:before {
    bottom: 70%
  }
}

.services__row {
  display: flex
}

.services__column {
  width: 50%
}

.services__column--image {
  position: relative;
  padding-right: 15px;
  overflow: hidden
}

.services__column--image img {
  object-fit: cover;
  width: calc(100% - 15px);
  height: calc(100% - 140px);
  position: absolute;
  bottom: 0
}

@media (max-width:980px) {
  .services__column {
    width: 100%
  }

  .services__column--image {
    padding: 0
  }

  .services__column--image img {
    width: 100%;
    height: auto;
    position: static
  }
}

.services__column--items {
  display: flex;
  flex-wrap: wrap
}

@media (max-width:576px) {
  .services {
    margin-bottom: 40px
  }

  .services__body:after,
  .services__body:before {
    bottom: auto;
    height: 275px
  }

  .services__column--image {
    order: 1
  }

  .services__column--image img {
    vertical-align: bottom
  }

  .services__column--items {
    order: 0;
    padding-bottom: 25px
  }
}

.services__title {
  font-size: 49px;
  margin: 40px 0 30px;
  text-align: center
}

.services__title--pc {
  display: block
}

.services__title--mob {
  display: none
}

@media (max-width:576px) {
  .services__title {
    font-size: 28px
  }

  .services__title--pc {
    display: none
  }

  .services__title--mob {
    order: -1;
    display: block;
    width: 100%;
    text-align: center
  }
}

.services-item {
  margin: 0 0 0 auto;
  padding: 0 0 20px;
  max-width: 500px;
  width: 100%
}

@media (min-width:981px) {
  ul.menu__list>li:not(.custom-list)>.sub-menu>li>.sub-menu>li:last-child a {
    margin-bottom: 0
  }

  .services-item:last-child {
    padding-bottom: 0
  }
}

@media (max-width:980px) {
  .services-item {
    margin: 0;
    padding: 18px;
    max-width: none;
    width: 50%
  }

  .servicesPage--Main .services__body:after,
  .servicesPage--Main .services__body:before {
    top: -50px
  }
}

@media (max-width:768px) {
  .services-item {
    padding: 15px;
    width: 100%
  }
}

@media (max-width:576px) {
  .services-item {
    padding: 10px
  }
}

.services-item__body {
  position: relative;
  padding: 15px 30px;
  border: 3px solid #f0f0f0;
  background-color: #fff;
  height: 100%
}

.services-item__body:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 25px;
  display: block;
  width: 19px;
  height: 19px;
  background-color: #02b2ee
}

.services-item__title {
  font-size: 25px;
  line-height: 1.55
}

@media (max-width:576px) {
  .services-item__title {
    font-size: 18px
  }
}

.services-item__child-list {
  padding: 0;
  list-style: none
}

.services-item__child-list li {
  margin-bottom: 10px
}

.services-item__child-list li a {
  display: block
}

.services-item__description {
  margin: 15px 0 20px
}

.services-item__description p {
  margin-bottom: 10px
}

.services-item__index {
  position: absolute;
  display: block;
  top: 15px;
  right: -13px;
  color: #f0f0f0;
  font-family: Oswald, Roboto, sans-serif;
  font-size: 24px;
  line-height: 1.45;
  background-color: #fff
}

.services-item__icon {
  position: absolute;
  border-radius: 50%;
  padding: 5px;
  right: 45px;
  bottom: -20px;
  background-color: #fff
}

.services-item__icon:after {
  width: 40px;
  height: 40px
}

.services-item__icon:hover:after {
  opacity: .5
}

.servicesPage--Parent .services__column--items {
  margin: 0 -18px
}

@media (max-width:1200px) {
  .servicesPage--Parent .services__column--items {
    margin: 0
  }
}

.servicesPage--Parent .services-item {
  margin: 0;
  padding: 18px;
  max-width: none;
  width: 50%
}

.contacts__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 100px
}

.contacts__column {
  width: 50%;
  padding: 0 15px
}

@media (max-width:768px) {
  .servicesPage--Parent .services-item {
    padding: 15px;
    width: 100%
  }

  .contacts__row {
    margin: 0 -15px
  }

  .contacts__column {
    width: 100%;
    margin-bottom: 40px
  }
}

@media (max-width:576px) {

  .servicesPage--Main .services__body:after,
  .servicesPage--Main .services__body:before {
    top: -25px
  }

  .servicesPage--Parent .services-item {
    padding: 10px
  }

  .contacts__column {
    width: 100%;
    margin-bottom: 25px
  }
}

.contact__title {
  font-size: 28px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px
}

.contact__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100px;
  border-bottom: 3px solid #02b2ee
}

.contact__item {
  padding-bottom: 15px
}

.contact__item-row {
  display: flex;
  align-items: center
}

.contact__subtitle {
  font-size: 20px;
  margin: 20px 0 10px
}

.contact__icon {
  width: 24px;
  height: 24px;
  margin-right: 15px
}

@media (max-width:576px) {
  .contact__title {
    font-size: 20px
  }

  .contact__subtitle {
    font-size: 18px
  }

  .contact__icon {
    margin-right: 10px
  }
}

.contact__text {
  font-size: 16px
}

.contact__form {
  display: block
}

.contact__form .field {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  position: relative
}

.contact__form input[type=email],
.contact__form input[type=tel],
.contact__form input[type=text],
.contact__form textarea {
  width: 100%;
  border: 1px solid #e1e1ec;
  padding: 10px 15px;
  background: 0 0;
  position: relative;
  z-index: 10
}

.contact__form input[type=email]:focus,
.contact__form input[type=tel]:focus,
.contact__form input[type=text]:focus,
.contact__form textarea:focus {
  outline: 0;
  border: 1px solid #02b2ee
}

.contact__form textarea {
  resize: vertical;
  min-height: 120px;
  max-height: 300px;
  height: 150px
}

.contact__form input[type=submit] {
  width: 100%;
  border: none;
  background-color: #02b2ee;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  padding: 15px 0;
  text-transform: uppercase;
  cursor: pointer
}

.contact__form label {
  position: absolute;
  left: 10px;
  top: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #9a9898;
  z-index: 100;
  background-color: #fff;
  padding: 0 5px
}

.consultation {
  margin-bottom: 80px
}

@media (max-width:768px) {
  .consultation {
    margin-bottom: 60px
  }
}

.consultation__body {
  position: relative;
  padding: 30px 0
}

@media (max-width:576px) {
  .contact__text {
    font-size: 14px
  }

  .consultation {
    margin-bottom: 40px
  }

  .consultation__body {
    padding: 25px 0 30px
  }
}

.consultation__body:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  left: 20%;
  top: 0;
  bottom: 0;
  background-color: #f7f7f7
}

.consultation__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px
}

@media (max-width:1200px) {
  .consultation__row {
    padding: 0
  }
}

.consultation__column {
  padding: 0 20px
}

.consultation__title {
  font-size: 42px
}

@media (max-width:576px) {
  .consultation__title {
    font-size: 28px
  }
}

.consultation__request {
  display: block;
  padding: 15px 40px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
  border-radius: 25px;
  background-color: #02b2ee;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 20px
}

@media (max-width:768px) {
  .consultation__body:before {
    left: 0
  }

  .consultation__row {
    flex-wrap: wrap
  }

  .consultation__column {
    width: 100%;
    text-align: center
  }

  .consultation__column:nth-child(1) {
    margin-bottom: 15px
  }

  .consultation__request {
    max-width: 250px;
    margin: 0 auto
  }
}

.consultation__request:hover {
  color: #fff
}

.companies__title {
  font-size: 49px;
  margin-bottom: 20px
}

.companies__desc {
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media (max-width:576px) {
  .companies__title {
    font-size: 28px;
    margin-bottom: 20px
  }

  .companies__desc {
    flex-wrap: wrap
  }
}

.companies__text {
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.5
}

.companies__text p {
  margin-bottom: 1em
}

.companies__text p:last-child {
  margin-bottom: 0
}

.companies__badge {
  padding-left: 25px
}

.companies__badge img {
  object-fit: cover;
  width: 150px;
  height: auto
}

@media (max-width:576px) {
  .companies__text {
    font-size: 14px
  }

  .companies__badge {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
    width: 100%
  }

  .companies__badge img {
    width: 180px
  }
}

.company {
  margin: 50px 0 50px 10px;
  padding: 20px 0 0 50px;
  border-left: 1px solid #d7d7d7
}

@media (max-width:576px) {
  .company {
    padding: 20px 0 0 30px
  }
}

.company-profile {
  position: relative;
  padding-bottom: 50px
}

.company-profile:last-child {
  padding-bottom: 10px
}

.company-profile__bullet {
  width: 49px;
  position: absolute;
  left: -75px;
  top: -3px
}

.company-profile__title {
  margin-bottom: 10px;
  font-size: 28px;
  color: #02b2ee
}

.company-profile__row {
  display: flex
}

.company-profile__column:nth-child(1) {
  width: 70%;
  padding-right: 10px
}

@media (max-width:768px) {
  .company-profile__row {
    flex-wrap: wrap
  }

  .company-profile__column:nth-child(1) {
    width: 100%;
    padding: 0 0 15px
  }
}

.company-profile__column:nth-child(1) p {
  padding: 7px 30px 0 0;
  font-size: 16px
}

@media (max-width:576px) {
  .company-profile {
    padding-bottom: 30px
  }

  .company-profile__bullet {
    width: 40px;
    left: -50px
  }

  .company-profile__title {
    font-size: 21px
  }

  .company-profile__column:nth-child(1) p {
    font-size: 14px
  }
}

.company-profile__column:nth-child(2) {
  width: 30%
}

@media (max-width:768px) {
  .company-profile__column:nth-child(1) p {
    padding: 7px 0 0
  }

  .company-profile__column:nth-child(2) {
    width: 100%
  }
}

.company-profile__logo {
  display: flex;
  max-width: 260px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(178, 178, 178, .15);
  border-top: 3px solid #02b2ee;
  transition: transform .3s, box-shadow .4s;
  min-height: 130px;
  align-items: center
}

.company-profile__logo:hover {
  box-shadow: 0 8px 21px rgba(178, 178, 178, .25);
  transform: translateY(-7px)
}

.company-profile__logo a {
  width: 100%
}

.company-profile__logo img {
  width: 100%;
  vertical-align: middle
}

.modal {
  display: none
}

.modal.show {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow: auto;
  background-color: rgba(10, 57, 90, .95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999
}

.modal__dialog {
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 30px;
  position: relative;
  background-color: #fff;
  transform: scale(0);
  transition: transform .2s linear
}

@media (max-width:576px) {
  .modal__dialog {
    padding: 15px
  }
}

.modal__close {
  height: 30px;
  width: 30px;
  padding: 0;
  background: 0 0;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1
}

.modal__close span {
  display: block;
  position: relative;
  font-size: 0
}

.modal__close span:after,
.modal__close span:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #02b2ee;
  position: absolute;
  left: 0;
  z-index: 1
}

.modal__close span:before {
  top: -9px;
  transform-origin: left top;
  transform: rotate(45deg) translate3d(2px, -6px, 0)
}

.modal__close span:after {
  top: 7px;
  transform-origin: left bottom;
  transform: rotate(-45deg) translate3d(3px, 5px, 0)
}

.modal__title {
  font-size: 28px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px
}

.modal__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100px;
  border-bottom: 3px solid #02b2ee
}

.team .team__main-photo {
  position: relative;
  width: 100%;
  height: 60vh;
  margin-bottom: 80px
}

@media (max-width:1200px) {
  .team .team__main-photo {
    height: 50vh
  }
}

@media (max-width:768px) {
  .team .team__main-photo {
    margin-bottom: 60px;
    height: 40vh
  }
}

@media (max-width:576px) {
  .modal__title {
    font-size: 20px
  }

  .team .team__main-photo {
    margin-bottom: 40px
  }
}

.team .team__main-photo.proportion {
  height: initial
}

.team .team__main-photo:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -25px;
  left: auto;
  top: auto;
  bottom: -25px;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0
}

.team .team__main-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.team .team__header {
  margin-bottom: 30px
}

.team .team__title {
  font-size: 36px
}

@media (max-width:576px) {
  .team .team__header {
    margin-bottom: 20px
  }

  .team .team__title {
    font-size: 24px
  }
}

.team .team__departments {
  margin-bottom: 80px
}

@media (max-width:768px) {
  .team .team__departments {
    margin-bottom: 60px
  }
}

.team .team__departments .team__department {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 25px
}

.team .team__departments .team__department:last-child {
  margin-bottom: 0
}

.team .team__departments .team__employee {
  flex: 0 1 calc(33.33% - (25px * 2 / 3))
}

@media (max-width:1200px) {
  .team .team__main-photo:before {
    right: 20px;
    bottom: -20px;
    width: calc(100% - 40px)
  }

  .team .team__departments .team__department {
    gap: 20px;
    margin-bottom: 20px
  }

  .team .team__departments .team__employee {
    flex: 0 1 calc(33.33% - (20px * 2 / 3))
  }
}

.employee {
  border: 3px solid #f0f0f0;
  overflow: hidden
}

.employee:hover p.employee__info {
  opacity: 1;
  margin-top: 0
}

.employee:hover .employee__image-wrap:after {
  opacity: .85
}

.employee .employee__image-wrap {
  position: relative;
  height: 350px
}

.employee .employee__image-wrap:after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #333 0, #333 40%, rgba(51, 51, 51, 0) 100%);
  z-index: 2;
  opacity: 0;
  transition: opacity .5s
}

.employee .employee__image-wrap img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  height: calc(100% + 20px);
  margin-top: -20px
}

@media (max-width:980px) {
  .team .team__departments .team__employee {
    flex: 0 1 calc(50% - (20px / 2))
  }

  .employee .employee__image-wrap {
    height: 300px
  }

  .employee .employee__image-wrap img {
    height: calc(100% + 15px);
    margin-top: -15px
  }
}

.employee .employee__content {
  position: relative;
  padding: 20px
}

.employee .employee__content p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15
}

@media (max-width:576px) {
  .team .team__departments {
    margin-bottom: 40px
  }

  .team .team__departments .team__employee {
    flex: 0 1 100%
  }

  .employee .employee__image-wrap {
    height: 265px
  }

  .employee .employee__image-wrap:after {
    display: none
  }

  .employee .employee__image-wrap img {
    height: calc(100% + 25px);
    margin-top: -25px
  }

  .employee .employee__content p {
    text-align: left
  }
}

.employee p.employee__department {
  text-transform: uppercase;
  margin-bottom: 10px
}

.employee p.employee__name {
  font-family: Oswald, Roboto, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px
}

.employee p.employee__position {
  font-family: Oswald, Roboto, sans-serif;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 15px
}

.employee p.employee__languages {
  margin-bottom: 0
}

.employee p.employee__languages span {
  color: #02b2ee
}

.employee p.employee__info {
  line-height: 1.25;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px 30px;
  transform: translateY(-100%);
  width: 100%;
  opacity: 0;
  margin-top: 40px;
  margin-bottom: 0;
  pointer-events: none;
  transition: margin .3s, opacity .4s;
  z-index: 10
}

@media (max-width:1200px) {
  .employee .employee__content {
    padding: 15px
  }

  .employee p.employee__info {
    padding: 15px 15px 20px
  }
}

.acticle {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px
}

.acticle .content table thead.fixedHeader {
  left: calc(50vw - ((820px + .5em)/ 2));
  max-width: 820px
}

.acticle__title {
  font-size: 42px;
  margin: 0 0 25px
}

@media (max-width:768px) {
  .acticle .content table thead.fixedHeader {
    left: 0;
    max-width: 100%
  }

  .acticle__title {
    margin: 0 0 15px
  }
}

@media (max-width:576px) {
  .employee p.employee__info {
    position: relative;
    color: #000;
    opacity: 1;
    transform: none;
    margin: 0;
    padding: 10px 0 0
  }

  .acticle__title {
    font-size: 28px
  }
}

.blog-head {
  margin-bottom: 80px
}

.blog-head__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: 50vh;
  min-height: 440px
}

@media (max-width:768px) {
  .blog-head {
    margin-bottom: 50px
  }

  .blog-head__row {
    height: 100%;
    min-height: 100%;
    flex-wrap: wrap
  }
}

@media (max-width:980px) {
  .blog-head__col {
    width: 50% !important;
    flex: 0 1 50% !important
  }
}

@media (max-width:768px) {
  .blog-head__col {
    width: 100% !important;
    flex: 0 1 100% !important
  }
}

.blog-head__col-content {
  flex: 0 0 500px;
  padding: 50px;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column
}

@media (max-width:980px) {
  .blog-head__col-content {
    padding: 25px
  }
}

.blog-head__col-img {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #f1f1f1
}

.blog-head__title {
  font-size: 54px
}

@media (max-width:768px) {
  .blog-head__col-content {
    padding: 30px 20px;
    text-align: center
  }

  .blog-head__col-img {
    order: -1
  }

  .blog-head__title {
    font-size: 30px
  }
}

.blog-head__desc {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 0;
  margin-top: 25px
}

.blog-head__image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%
}

.blog-category {
  margin-bottom: 80px
}

.blog-category__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 80px
}

@media (max-width:980px) {
  .blog-category__inner {
    gap: 20px
  }
}

@media (max-width:768px) {
  .blog-head__desc {
    margin-top: 15px
  }

  .blog-head__image {
    min-height: 260px;
    max-height: 50vh
  }

  .blog-category {
    margin-bottom: 50px
  }

  .blog-category__inner {
    flex-wrap: wrap
  }
}

.blog-category__nav {
  flex: 0 0 20%
}

@media (max-width:768px) {
  .blog-category__nav {
    flex: 0 1 100%
  }
}

.blog-category__nav-wrap {
  position: sticky;
  position: -webkit-sticky;
  top: 107px;
  background: #f0f0f0;
  border-left: 3px solid #02b2ee
}

.blog-category__navHead {
  padding: 25px 5px;
  text-align: center
}

.blog-category__navHead h3 {
  font-family: Oswald, Roboto, sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #333;
  line-height: 1.1;
  margin-bottom: 0
}

@media (max-width:576px) {
  .blog-category__navHead {
    padding: 18px 10px
  }

  .blog-category__navHead h3 {
    font-size: 18px
  }
}

.blog-category__navList {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: left
}

.blog-category__navList-item {
  width: 100%
}

.blog-category__navList-link {
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding: 15px 12px;
  border: 1px solid #eee;
  font-size: 14px;
  font-family: Oswald, Roboto, sans-serif;
  font-weight: 400;
  color: #333;
  transition: .5s
}

.blog-category__navList-link:hover {
  text-decoration: none;
  color: #02b2ee;
  border-color: #02b2ee
}

.blog-category__navList-link.active {
  background-color: #02b2ee;
  border-color: #02b2ee;
  color: #fff !important
}

.blog-category__posts {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap
}

@media (max-width:576px) {
  .blog-category__navList-link {
    padding: 12px 10px
  }

  .blog-category__posts {
    flex: 0 1 100%
  }
}

.blog-category__posts-col {
  margin-bottom: 30px;
  flex: 0 0 100%;
  max-width: 100%
}

.blog-category__posts-col:last-child {
  margin-bottom: 0
}

.category-post {
  display: flex;
  height: 100%;
  background: #fff;
  border: 3px solid #f0f0f0
}

.category-post__img-wrap {
  position: relative;
  width: 45%;
  height: 100%;
  min-height: 300px;
  overflow: hidden
}

@media (max-width:768px) {
  .category-post {
    flex-direction: column
  }

  .category-post__img-wrap {
    width: 100%;
    min-height: 200px;
    max-height: 300px
  }
}

.category-post__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.category-post__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 55%;
  padding: 15px 30px
}

.category-post__content:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 25px;
  display: block;
  width: 19px;
  height: 19px;
  background-color: #02b2ee
}

.category-post__head {
  margin-bottom: 15px
}

.category-post__head h3 {
  font-size: 25px;
  line-height: 1.3
}

.category-post__desc {
  flex-grow: 1;
  margin-bottom: 10px
}

.category-post__info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  opacity: .8
}

@media (max-width:980px) {
  .category-post__info {
    margin-bottom: 20px
  }
}

@media (max-width:768px) {
  .category-post__content {
    width: 100%;
    padding: 15px 20px
  }

  .category-post__info {
    margin-bottom: 0
  }
}

@media (max-width:576px) {
  .category-post__info {
    margin-bottom: 10px
  }
}

.category-post__info-views span {
  display: inline-block;
  padding-left: 22px;
  background-image: url(../img/icons/blog/view.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: bottom
}

.category-post__btn span {
  font-size: 0;
  position: absolute;
  border-radius: 50%;
  padding: 5px;
  right: 80px;
  bottom: -20px;
  background-color: #fff
}

.category-post__btn span:hover:after {
  opacity: .5
}

.category-post__btn span:after {
  width: 40px;
  height: 40px
}

.blog__pagination {
  margin-bottom: 80px
}

@media (max-width:768px) {
  .blog__pagination {
    margin-bottom: 50px
  }

  .simplebar-track.simplebar-horizontal {
    margin-left: 15px;
    margin-right: 15px
  }

  .showTrack .simplebar-track.simplebar-horizontal {
    position: fixed;
    z-index: 99;
    bottom: 60px
  }
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: #fff
}

.simplebar-content:after,
.simplebar-content:before {
  content: ' ';
  display: table
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  background: #d2f4ff
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #02b2ee;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity .2s linear
}

.simplebar-scrollbar:after {
  position: absolute;
  display: block;
  content: '...';
  font-size: 14px;
  line-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -80%, 0);
  opacity: 0;
  color: #d2f4ff;
  transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:after,
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition: opacity linear
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 10px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  bottom: 0
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 10px;
  max-width: 1170px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 0;
  right: 0
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  height: 10px;
  min-height: 0;
  min-width: 10px;
  width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical,
body.rtl .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
  border: none !important
}

.wpml-ls-legacy-list-horizontal li,
.wpml-ls-legacy-list-horizontal ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
  display: flex
}

.wpml-ls-legacy-list-horizontal a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 !important
}

.wpml-ls-legacy-list-horizontal a .wpml-ls-flag {
  height: 24px !important;
  width: 24px !important
}

.wpml-ls-legacy-list-horizontal a span {
  margin-left: .4em
}

.wpml-ls-legacy-dropdown {
  width: 100% !important
}

.wpml-ls-legacy-dropdown a {
  border: none !important;
  padding: 5px !important
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
  height: 24px !important;
  width: 24px !important
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 25px !important
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate3d(0, calc(-50% + 2px), 0);
  border: 4px solid transparent;
  border-top: 5px solid #000
}

.wpml-ls-legacy-dropdown-click {
  width: auto;
  max-width: 100%
}

.wpml-ls-legacy-dropdown-click a {
  border: none !important;
  background-color: transparent !important;
  padding: 5px !important
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: calc(10px + .7em + .7em) !important
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate3d(0, calc(-50% + 2px), 0);
  border: 4px solid transparent;
  border-top: 5px solid #000
}

.wpml-ls-legacy-dropdown-click a.js-wpml-ls-item-toggle.hide-arrow:after {
  display: none
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  height: 24px !important;
  width: 24px !important
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  top: calc(100% + 20px) !important;
  border-top: 3px solid #02b2ee !important;
  box-shadow: 0 40px 50px 0 rgba(9, 32, 49, .18) !important;
  background-color: #fff;
  width: 100px !important;
  padding: 5px 10px !important;
  z-index: 1 !important
}

@media (max-width:576px) {
  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    top: calc(100% + 15px) !important
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 !important
}

div.wpcf7 .ajax-loader {
  margin: 0 -40px 0 4px
}

div.checkbox {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0;
  text-align: left;
  margin-bottom: 5px
}

div.checkbox input {
  margin-right: 5px;
  vertical-align: middle;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}

div.checkbox .label,
div.checkbox label {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
  color: #222;
  width: 100%
}

div.checkbox span.wpcf7-list-item {
  margin: 0;
  width: 100%;
  text-align: left
}

div.checkbox .wpcf7-acceptance {
  display: block
}

div.checkbox .wpcf7-list-item-label {
  padding-left: 24px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  pointer-events: initial
}

div.checkbox .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
  transition: color .2s
}

div.checkbox .wpcf7-list-item-label a:hover {
  color: #01aee5
}

div.checkbox .wpcf7-list-item-label:after {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #01aee5;
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 4px
}

div.checkbox .wpcf7-acceptance.not-valid .wpcf7-list-item-label:after {
  border-color: #dc3232
}

div.checkbox .wpcf7-list-item-label:before {
  width: 8px;
  height: 8px;
  background: #01aee6;
  content: "";
  position: absolute;
  left: 4px;
  z-index: 2;
  top: 8px;
  opacity: 0;
  transition: .2s
}

div.checkbox input:checked+.wpcf7-list-item-label:before {
  opacity: 1
}