<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Alegreya+Sans:300,300i,400,400i,500,700,800");

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

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {








    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulsegreen {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(14, 186, 185, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(14, 186, 185, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(14, 186, 185, 0);
  }
}

@keyframes pulsegreen {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(14, 186, 185, 0.4);
    box-shadow: 0 0 0 0 rgba(14, 186, 185, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(14, 186, 185, 0);
    box-shadow: 0 0 0 15px rgba(14, 186, 185, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(14, 186, 185, 0);
    box-shadow: 0 0 0 0 rgba(14, 186, 185, 0);
  }
}

a,
li,
img,
button,
input {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

input[type='submit'],
button {
  cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-align: left;
}

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

html {
  overflow-y: inherit !important;
}

html.gmactive {
  overflow-y: hidden !important;
}

@media (min-width: 1200px) {
  html.gmactive {
    overflow-y: inherit !important;
  }
}

html.gmactive .global-menu {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

html.gmactive header.header-dark {
  background: #0D2839;
}

body {
  font-family: 'Alegreya Sans';
  font-size: 18px;
  line-height: 1.3;
  color: #0D2839;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

body a {
  color: #0EBAB9;
}

body a:hover {
  color: #0D2839;
}

@media (min-width: 1250px) {
  body .container {
    max-width: 1200px;
  }
}

h1, .h1 {
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
  padding: 0;
  margin: 0 0 14px 0;
}

@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: normal;
  padding: 0;
  margin: 0 0 50px 0;
}

@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  h2, .h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

h3, .h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  padding: 0;
  font-weight: 300;
  margin: 0 0 55px 0;
}

@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 22px;
  }
}

h4, .h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  padding: 0;
  margin: 0 0 23px 0;
}

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}

.mw-text {
  max-width: 980px;
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .mw-text {
    margin-bottom: 0;
  }
}

.h3-sub {
  font-size: 18px;
  line-height: 1.42;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .h3-sub {
    font-size: 16px;
    line-height: 1.42;
    margin-bottom: 20px;
  }
}

.title-wline {
  position: relative;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .title-wline {
    padding-top: 13px;
  }
}

.title-wline::after {
  content: '';
  position: absolute;
  left: -1px;
  top: -3px;
  width: 60px;
  height: 3px;
  background: #0D2839;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 18px;
  background: none;
}

@media (max-width: 1199px) {
  .breadcrumb {
    font-size: 16px;
  }
}

.breadcrumb a {
  color: #0D2839;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: none;
  color: #0EBAB9;
}

.breadcrumb-item {
  position: relative;
  padding-left: 0;
  margin-left: 0;
  padding-right: 32px;
  margin-right: 15px;
  white-space: nowrap;
}

.breadcrumb-item::before {
  content: '';
  width: 17px;
  height: 1px;
  background: #0D2839;
  position: absolute;
  right: 0;
  top: 50%;
}

.breadcrumb-item.active {
  color: #0D2839;
  padding-right: 0;
  margin-right: 0;
  padding-left: 0;
  text-decoration: underline;
}

.breadcrumb-item.active::before {
  display: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '';
  padding-right: 0;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 39px 25px;
  z-index: 500;
  background: #fff;
}

.header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.header a {
  color: #0D2839;
}

.header a:hover {
  text-decoration: none;
  color: #0D2839;
}

@media (max-width: 1685px) {
  .header {
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}

.header-logo {
  display: block;
  height: 70px;
}

@media (max-width: 767px) {
  .header-logo {
    height: 40px;
  }
}

.header-logo img {
  display: block;
  height: 100%;
}

.header-rcolumn {
  position: relative;
}

@media (max-width: 1685px) {
  .header-rcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

.header-rcolumn-el {
  position: relative;
}

.header-rcolumn-line {
  width: 1px;
  height: 28px;
  margin: 0 20px;
  background: #C4C4C4;
}

@media (max-width: 1685px) {
  .header-rcolumn-line {
    display: none;
  }
}

.header-phone {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 500;
  max-width: 125px;
}

.header-phone:hover {
  color: #0EBAB9 !important;
}

@media (max-width: 1685px) {
  .header-phone {
    font-size: 18px;
    max-width: 115px;
  }
}

.header-address {
  max-width: 324px;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1685px) {
  .header-address {
    font-size: 18px;
    max-width: 292px;
  }
}

.header-menu {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 -30px;
}

@media (max-width: 1685px) {
  .header-menu {
    margin: 0 -15px;
  }
}

.header-menu &gt; li {
  margin: 0 30px;
  position: relative;
}

@media (max-width: 1685px) {
  .header-menu &gt; li {
    margin: 0 15px;
  }
}

.header-menu &gt; li:hover .header-menu-sub {
  display: block;
}

.header-menu &gt; li &gt; a {
  display: block;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 1685px) {
  .header-menu &gt; li &gt; a {
    font-size: 18px;
  }
}

.header-menu &gt; li &gt; a:not(.header-menu-more):hover {
  color: inherit;
}

.header-menu &gt; li &gt; a:not(.header-menu-more):hover::after {
  width: 100%;
}

.header-menu &gt; li &gt; a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  background: #0EBAB9;
}

.header-menu-more {
  background-position: 50% 50% !important;
  width: 24px;
  height: 38px;
  cursor: pointer;
  z-index: 3;
}

.header-menu-more span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 4px;
}

.header-menu-sub {
  position: absolute;
  left: -20px;
  top: 100%;
  padding-top: 11px;
  display: none;
}

.header-menu-sub ul {
  list-style: none;
  margin: 0;
  padding: 20px;
  width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

.header-menu-sub ul li {
  display: block;
  position: relative;
  margin-top: 15px;
  text-align: left;
}

.header-menu-sub ul li:first-child {
  margin-top: 0;
}

.header-menu-sub ul li a {
  display: inline-block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #0D2839 !important;
}

@media (max-width: 1685px) {
  .header-menu-sub ul li a {
    font-size: 20px;
  }
}

.header-menu-sub ul li a:hover {
  color: #0EBAB9 !important;
}

.header-mnav {
  position: relative;
}

.header-mnav a {
  display: block;
}

.header-mnav-whatsapp {
  width: 30px;
  height: 30px;
  background: url("../images/ic/ic-whatsapp.svg") 50% 50% no-repeat;
}

.header-mnav-viber {
  width: 30px;
  height: 30px;
  background: url("../images/ic/ic-viber.svg") 50% 50% no-repeat;
  margin-left: 10px;
}

.header-mnav-btnmenu {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #0D2839;
  border-radius: 50%;
  margin-left: 30px;
  position: relative;
}

.header-mnav-btnmenu::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/svg/more.svg") 50% 50% no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 1;
}

.header-mnav-btnmenu::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/svg/close.svg") 50% 50% no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  z-index: 2;
}

.header-mnav-btnmenu.active {
  border-color: #0D2839;
}

.header-mnav-btnmenu.active::after {
  background-image: url("../images/svg/more.svg");
  opacity: 0;
}

.header-mnav-btnmenu.active::before {
  background-image: url("../images/svg/close.svg");
  opacity: 1;
}

.header.header-dark {
  color: #F9F9F9;
  background: none;
}

.header.header-dark a {
  color: #F9F9F9;
  position: relative;
}

.header.header-dark a:hover {
  text-decoration: none;
  color: #0EBAB9;
}

.header.header-dark .header-menu &gt; li &gt; a {
  color: #F9F9F9;
}

.header.header-dark .header-mnav-btnmenu {
  border-color: #fff;
}

.header.header-dark .header-mnav-btnmenu::after {
  background-image: url("../images/svg/more-white.svg");
}

.header.header-dark .header-mnav-btnmenu::before {
  background-image: url("../images/svg/close-white.svg");
}

.header.header-dark .header-mnav-btnmenu.active {
  border-color: #fff;
}

.header.header-dark .header-mnav-btnmenu.active::after {
  background-image: url("../images/svg/more-white.svg");
  opacity: 0;
}

.header.header-dark .header-mnav-btnmenu.active::before {
  background-image: url("../images/svg/close-white.svg");
  opacity: 1;
}

.footer {
  background: #0D2839;
  color: rgba(241, 236, 220, 0.95);
  font-size: 14px;
  font-weight: 300;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
    text-align: center;
  }
}

.footer a {
  color: rgba(241, 236, 220, 0.95);
}

.footer a:hover {
  text-decoration: none;
  color: #0EBAB9;
}

.footer-logo {
  display: block;
  height: 50px;
}

@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 20px;
    height: 40px;
  }
}

.footer-logo img {
  display: block;
  height: 100%;
}

.footer-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .footer-info {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer-info li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .footer-info li:first-child {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .footer-info li:first-child {
    width: auto;
  }
}

@media (max-width: 767px) {
  .footer-info li:first-child {
    width: 100%;
  }
}

.footer-info-line {
  width: 1px;
  height: 15px;
  background: rgba(241, 236, 220, 0.95);
  opacity: .2;
  margin: 0 16px;
}

@media (max-width: 1199px) {
  .footer-info-line {
    display: none;
  }
}

@media (max-width: 991px) {
  .footer-info-line {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-info-line {
    display: none;
  }
}

.footer-maker {
  font-size: 12px;
  display: inline-block;
  padding-right: 108px;
  position: relative;
}

.footer-maker::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 100px;
  height: 23px;
  background: url("../images/system/copyright-w.svg") 0 0 no-repeat;
}

.footer-copy {
  font-size: 12px;
}

@media (max-width: 767px) {
  .footer-copy {
    margin-bottom: 17px;
  }
}

.footer-socio {
  position: relative;
}

@media (max-width: 767px) {
  .footer-socio {
    margin-bottom: 30px;
  }
}

.footer-socio-line {
  width: 1px;
  height: 15px;
  background: rgba(241, 236, 220, 0.95);
  opacity: .2;
  margin: 0 10px;
}

.footer-socio a {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
}

.footer-socio a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 1;
}

.footer-socio a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
}

.footer-socio a:hover::after {
  opacity: 0;
}

.footer-socio a:hover::before {
  opacity: 1;
}

.footer-socio-instagram {
  position: relative;
}

.footer-socio-instagram::after {
  background-image: url("../images/ic/icon-instagram.svg");
}

.footer-socio-instagram::before {
  background-image: url("../images/ic/icon-instagram-green.svg");
}

.footer-socio-telegram {
  position: relative;
}

.footer-socio-telegram::after {
  background-image: url("../images/ic/icon-telegram.svg");
}

.footer-socio-telegram::before {
  background-image: url("../images/ic/icon-telegram-green.svg");
}

.mbtn {
  display: inline-block;
  font-weight: 800;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 18px 35px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.5;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.mbtn-primary {
  border-color: #0EBAB9;
  background-color: #0EBAB9;
  color: #fff;
}

.mbtn-primary:hover {
  border-color: #0D2839;
  background-color: #0D2839;
  color: #fff !important;
  text-decoration: none;
}

.mbtn-primary:focus {
  text-decoration: none;
  color: #fff !important;
}

main {
  overflow: hidden;
  padding-top: 195px;
}

@media (max-width: 1199px) {
  main {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  main {
    padding-top: 85px;
  }
}

.page-head {
  padding: 0 0 70px 0;
}

@media (max-width: 1199px) {
  .page-head {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 767px) {
  .page-head {
    padding: 0 0 30px 0;
  }
}

.block-padd {
  padding: 125px 0;
}

@media (max-width: 1199px) {
  .block-padd {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .block-padd {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .block-padd {
    padding: 50px 0;
  }
}

.block-padd:first-child {
  padding-top: 0;
}

.block-padd-mini {
  padding: 90px 0;
}

@media (max-width: 1199px) {
  .block-padd-mini {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .block-padd-mini {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .block-padd-mini {
    padding: 30px 0;
  }
}

.bg-grey {
  background: #f9f9f9;
}

.sl-welcome {
  position: relative;
  margin-top: -195px;
}

@media (max-width: 1199px) {
  .sl-welcome {
    margin-top: -150px;
  }
}

@media (max-width: 767px) {
  .sl-welcome {
    margin-top: -85px;
  }
}

.sl-welcome-wrapper {
  position: relative;
}

.sl-welcome-body {
  min-height: 600px;
  height: 100vh;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover !important;
  color: #fff;
}

@media (max-width: 767px) {
  .sl-welcome-body {
    min-height: 360px;
  }
  .js-st-height-el{
    transform: translateY(-50px);
  }
}

.sl-welcome-body::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 18, 28, 0.75);
  z-index: 1;
}

.sl-welcome-body &gt; div {
  position: relative;
  z-index: 5;
}

.sl-welcome-body .mbtn {
  min-width: 170px;
}

@media (max-width: 767px) {
  .sl-welcome-body .mbtn {
    min-width: 150px;
  }
}

.sl-welcome-title {
  font-size: 96px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 37px;
}

@media (max-width: 1685px) {
  .sl-welcome-title {
    font-size: 76px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .sl-welcome-title {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .sl-welcome-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.sl-welcome-text {
  font-size: 36px;
  line-height: 1.44;
  margin-bottom: 55px;
  font-weight: 300;
}

@media (max-width: 1685px) {
  .sl-welcome-text {
    font-size: 36px;
    margin-bottom: 45px;
  }
}

@media (max-width: 1199px) {
  .sl-welcome-text {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .sl-welcome-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.sl-welcome-content {
  max-width: 960px;
}

@media (max-width: 767px) {
  .sl-welcome-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.sl-welcome .slick-arrow {
  position: absolute;
  right: 47px;
  bottom: 72px;
  outline: none;
  border: none;
  width: 37px;
  height: 37px;
  z-index: 5;
  overflow: hidden;
  padding: 0;
  text-indent: -250px;
  background: none;
}

@media (max-width: 1430px) {
  .sl-welcome .slick-arrow {
    right: 30px;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sl-welcome .slick-arrow {
    border: 1px solid #fff;
    border-radius: 50%;
  }
}

.sl-welcome .slick-arrow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 1;
}

.sl-welcome .slick-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
}

@media (max-width: 767px) {
  .sl-welcome .slick-arrow:hover {
    border-color: #0EBAB9;
  }
}

.sl-welcome .slick-arrow:hover:after {
  opacity: 0;
}

.sl-welcome .slick-arrow:hover:before {
  opacity: 1;
}

.sl-welcome .slick-arrow.slick-next {
  margin-right: 0;
}

.sl-welcome .slick-arrow.slick-next::after {
  background-image: url("../images/ic/arrow-next-white.svg");
  background-position: 53% 50% !important;
}

.sl-welcome .slick-arrow.slick-next::before {
  background-image: url("../images/ic/arrow-next-green.svg");
  background-position: 53% 50% !important;
}

.sl-welcome .slick-arrow.slick-prev {
  margin-right: 37px;
}

@media (max-width: 767px) {
  .sl-welcome .slick-arrow.slick-prev {
    margin-right: 56px;
  }
}

.sl-welcome .slick-arrow.slick-prev::after {
  background-image: url("../images/ic/arrow-prev-white.svg");
  background-position: 47% 50% !important;
}

.sl-welcome .slick-arrow.slick-prev::before {
  background-image: url("../images/ic/arrow-prev-green.svg");
  background-position: 47% 50% !important;
}

.sl-welcome .slick-dots {
  position: absolute;
  right: 47px;
  bottom: 52px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0 121px 0 0;
  padding: 0;
}

@media (max-width: 1430px) {
  .sl-welcome .slick-dots {
    bottom: 6px;
    margin-right: 80px;
  }
}

.sl-welcome .slick-dots::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.sl-welcome .slick-dots li {
  display: block;
  width: 70px;
}

@media (max-width: 1430px) {
  .sl-welcome .slick-dots li {
    width: 50px;
  }
}

.sl-welcome .slick-dots li.slick-active button {
  font-weight: 500;
}

.sl-welcome .slick-dots li.slick-active button::after {
  opacity: 1;
}

.sl-welcome .slick-dots button {
  width: 70px;
  height: 44px;
  text-align: center;
  border: none;
  outline: none;
  padding: 9px 0 0;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  background: none;
  position: relative;
}

@media (max-width: 1430px) {
  .sl-welcome .slick-dots button {
    width: 50px;
    font-size: 18px;
    padding-top: 0;
  }
}

.sl-welcome .slick-dots button::after {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  right: 0;
  height: 6px;
  border-radius: 4px;
  background: #0EBAB9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  z-index: 5;
}

.sl-welcome-socio {
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 5;
}

@media (max-width: 1430px) {
  .sl-welcome-socio {
    left: 30px;
    bottom: 30px;
  }
}

.sl-welcome-socio &gt; div {
  padding: 0 15px;
}

.sl-welcome-socio a {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}

.sl-welcome-socio a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 1;
}

.sl-welcome-socio a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
}

.sl-welcome-socio a:hover::after {
  opacity: 0;
}

.sl-welcome-socio a:hover::before {
  opacity: 1;
}

.sl-welcome-socio-instagram {
  position: relative;
}

.sl-welcome-socio-instagram::after {
  background-image: url("../images/ic/icon-instagram.svg");
}

.sl-welcome-socio-instagram::before {
  background-image: url("../images/ic/icon-instagram-green.svg");
}

.sl-welcome-socio-telegram {
  position: relative;
}

.sl-welcome-socio-telegram::after {
  background-image: url("../images/ic/icon-telegram.svg");
}

.sl-welcome-socio-telegram::before {
  background-image: url("../images/ic/icon-telegram-green.svg");
}

.wsidetitle {
  position: relative;
}

@media (max-width: 1430px) {
  .wsidetitle {
    display: none;
  }
}

.wsidetitle-content {
  position: absolute;
  left: -115px;
  top: 4px;
  font-size: 18px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
}

@media (max-width: 1430px) {
  .wsidetitle-content {
    left: -60px;
  }
}

@media (max-width: 1199px) {
  .wsidetitle-content {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    transform: rotate(0deg);
    font-size: 16px;
    opacity: .6;
  }
}

.wsidetitle-line {
  margin: 20px 10px 20px 0;
  width: 1px;
  height: 50px;
  background: #0D2839;
}

@media (max-width: 1199px) {
  .wsidetitle-line {
    height: 1px;
    width: 50px;
    margin: 6px 15px 0 15px;
  }
}

.feedback {
  position: relative;
  background: #f9f9f9;
  padding: 136px 0 163px 0;
}

@media (max-width: 1199px) {
  .feedback {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .feedback {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .feedback {
    padding: 50px 0;
  }
}

.feedback.feedback-white {
  background: #fff;
  padding-top: 54px;
  padding-bottom: 172px;
}

@media (max-width: 1199px) {
  .feedback.feedback-white {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .feedback.feedback-white {
    padding-top: 0;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .feedback.feedback-white {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.feedback-title {
  font-size: 36px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 53px;
}

@media (max-width: 1199px) {
  .feedback-title {
    font-size: 34px;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .feedback-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .feedback-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}

.feedback-form {
  position: relative;
  margin: -10px 0;
}

.feedback-form .mbtn {
  min-width: 170px;
  margin-top: 52px;
}

@media (max-width: 1199px) {
  .feedback-form .mbtn {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .feedback-form .mbtn {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .feedback-form .mbtn {
    margin-top: 30px;
    width: 100%;
  }
}

.feedback-form-text {
  font-size: 18px;
  line-height: 1.42;
  font-weight: 300;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .feedback-form-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.42;
  }
}

.feedback-form-text sup {
  font-size: 14px;
  top: -6px;
}

.feedback-form-item {
  margin: 0 -2px;
  padding: 10px 0;
}

.feedback-form-el {
  margin: 0 2px;
}

@media (max-width: 767px) {
  .feedback-form-el {
    margin: 0;
    width: 100%;
  }
}

.feedback-form-input {
  margin: -4px 10px 0 10px;
}

@media (max-width: 767px) {
  .feedback-form-input {
    margin: 0 0 20px 0;
  }
}

.feedback-form-input input {
  border: none;
  border-bottom: 1px solid #0D2839;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  color: #0EBAB9;
  text-align: center;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.feedback-form-input.inpw-00 {
  width: 110px;
}

@media (max-width: 1199px) {
  .feedback-form-input.inpw-00 {
    width: 265px;
  }
}

@media (max-width: 767px) {
  .feedback-form-input.inpw-00 {
    width: 100%;
  }
}

.feedback-form-input.inpw-01 {
  width: 54px;
}

@media (max-width: 767px) {
  .feedback-form-input.inpw-01 {
    width: 85%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.feedback-form-input.inpw-02 {
  width: 30px;
}

@media (max-width: 767px) {
  .feedback-form-input.inpw-02 {
    width: 100%;
  }
}

.feedback-form-input.inpw-03 {
  width: 129px;
}

@media (max-width: 767px) {
  .feedback-form-input.inpw-03 {
    width: 100%;
  }
}

.feedback-form-input.inpw-04 {
  width: auto;
}

@media (max-width: 767px) {
  .feedback-form-input.inpw-04 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .feedback-form .w-100 {
    width: auto !important;
  }
}

.contacts {
  padding: 60px 0 87px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  margin-bottom: 161px;
}

@media (max-width: 1199px) {
  .contacts {
    padding: 30px 0;
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .contacts {
    padding-top: 0;
    padding-bottom: 318px;
    margin-bottom: 0;
  }
}

.contacts .wsidetitle {
  top: 4px;
}

.contacts-map {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .contacts-map {
    top: auto;
    left: 0;
    height: 288px;
  }
}

.contacts-map .map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: #ddd;
  background-size: cover !important;
}

.contacts .map-info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: underline;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  z-index: 10;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 66px;
}

.contacts .map-info:hover {
  text-decoration: none;
}

.contacts .map-info.active {
  text-decoration: underline;
  background: #0EBAB9;
}

.contacts .map-info.active:hover {
  text-decoration: none;
}

.contacts-content {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .contacts-content {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .contacts-content {
    font-size: 18px;
  }
}

.contacts-item {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .contacts-item {
    margin-top: 25px;
  }
}

.contacts-item:first-child {
  margin-top: 0;
}

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

.contacts-item ul li {
  margin-top: 18px;
}

@media (max-width: 1199px) {
  .contacts-item ul li {
    margin-top: 10px;
  }
}

.contacts-item ul li:first-child {
  margin-top: 0;
}

.contacts-item ul a {
  color: #0D2839;
}

.contacts-item ul a:hover {
  color: #0EBAB9;
  text-decoration: none;
}

.contacts-socio {
  position: relative;
  margin: 0 -15px 0 -15px;
}

.contacts-socio &gt; span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 15px;
}

.contacts-socio &gt; div {
  padding: 0 15px;
}

.contacts-socio a {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}

.contacts-socio a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 1;
}

.contacts-socio a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
}

.contacts-socio a:hover::after {
  opacity: 0;
}

.contacts-socio a:hover::before {
  opacity: 1;
}

.contacts-socio-instagram {
  position: relative;
}

.contacts-socio-instagram::after {
  background-image: url("../images/ic/icon-instagram-dark.svg");
}

.contacts-socio-instagram::before {
  background-image: url("../images/ic/icon-instagram-green.svg");
}

.contacts-socio-telegram {
  position: relative;
}

.contacts-socio-telegram::after {
  background-image: url("../images/ic/icon-telegram-dark.svg");
}

.contacts-socio-telegram::before {
  background-image: url("../images/ic/icon-telegram-green.svg");
}

.staff-about {
  margin-bottom: 141px;
}

@media (max-width: 1199px) {
  .staff-about {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .staff-about {
    margin-bottom: 51px;
  }
}

.list-staff {
  position: relative;
  margin-bottom: 118px;
}

@media (max-width: 1199px) {
  .list-staff {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .list-staff {
    margin-bottom: 51px;
  }
}

.list-staff-el {
  margin-bottom: 30px;
}

.list-staff-img {
  height: 254px;
  margin-bottom: 22px;
  background-color: #ddd;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 991px) {
  .list-staff-img {
    height: 220px;
  }
}

.list-staff-name {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  .list-staff-name {
    font-size: 20px;
  }
}

.list-staff-post {
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 300;
}

@media (max-width: 991px) {
  .list-staff-post {
    font-size: 16px;
  }
}

.block-text {
  line-height: 1.45;
}

.block-text p {
  margin: 20px 0 0;
}

.block-text p:first-child {
  margin-top: 0;
}

.instagram-line {
  position: relative;
  margin: 0 -15px;
  padding-top: 10px;
}

@media (max-width: 1199px) {
  .instagram-line {
    padding-top: 0px;
  }
}

@media (max-width: 991px) {
  .instagram-line {
    margin: 0 -5px;
  }
}

.instagram-line-section {
  padding: 143px 0 146px 0;
  background: #F9F9F9;
}

@media (max-width: 1199px) {
  .instagram-line-section {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .instagram-line-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .instagram-line-section {
    padding: 50px 0;
  }
}

.instagram-line-el {
  outline: none;
  width: 269px !important;
}

@media (max-width: 991px) {
  .instagram-line-el {
    width: 200px !important;
  }
}

.instagram-line-img {
  display: block;
  height: 270px;
  margin-bottom: 7px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 991px) {
  .instagram-line-img {
    height: 190px;
  }
}

.instagram-line-info {
  position: relative;
  font-weight: 300;
}

.instagram-line-likes {
  position: relative;
  padding-left: 27px;
}

.instagram-line-likes::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../images/ic/heart.svg") 50% 50% no-repeat;
  background-size: contain;
}

.instagram-line-sl {
  position: relative;
}

.instagram-line-sl .swiper-button {
  position: absolute;
  overflow: hidden;
  padding: 0;
  outline: none;
  padding: 0;
  border: none;
  text-indent: -250px;
  width: 53px;
  height: 53px;
  top: 50%;
  margin-top: -37px;
  z-index: 5;
}

@media (max-width: 1430px) {
  .instagram-line-sl .swiper-button {
    display: none !important;
  }
}

.instagram-line-sl .swiper-button.swiper-button-prev {
  left: 0;
  background: url("../images/ic/prev-inst.svg") 50% 50% no-repeat;
  background-size: contain;
}

.instagram-line-sl .swiper-button.swiper-button-next {
  right: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("../images/ic/prev-inst.svg") 50% 50% no-repeat;
  background-size: contain;
}

.teamhead .wsidetitle {
  top: 42px;
}

@media (max-width: 1199px) {
  .teamhead .wsidetitle {
    top: 4px;
  }
}

.sl-team {
  position: relative;
  margin-bottom: 92px;
  padding-bottom: 77px;
  padding-top: 42px;
}

@media (max-width: 1199px) {
  .sl-team {
    padding-top: 0;
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .sl-team {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
  }
}

.sl-team-el {
  outline: none;
}

.sl-team-body {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sl-team-img {
  width: 700px;
  height: 480px;
  margin-right: 70px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 1250px) {
  .sl-team-img {
    width: 670px;
  }
}

@media (max-width: 1199px) {
  .sl-team-img {
    width: 460px;
    height: 450px;
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .sl-team-img {
    width: 100%;
    height: 345px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .sl-team-img {
    height: 220px;
  }
}

.sl-team-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 37px;
}

@media (max-width: 991px) {
  .sl-team-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
}

.sl-team-name {
  font-size: 30px;
  line-height: 1.3;
  position: relative;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .sl-team-name {
    font-size: 24px;
  }
}

.sl-team-name::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 3px;
  background: #0EBAB9;
}

.sl-team-post {
  font-style: italic;
  margin-bottom: 51px;
  font-size: 18px;
  line-height: 1.42;
}

@media (max-width: 1199px) {
  .sl-team-post {
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .sl-team-post {
    font-size: 16px;
    line-height: 1.42;
    margin-bottom: 24px;
  }
}

.sl-team-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.42;
}

@media (max-width: 991px) {
  .sl-team-text {
    font-size: 16px;
    line-height: 1.42;
  }
}

.sl-team .slick-arrow {
  position: absolute;
  right: 50%;
  bottom: 17px;
  outline: none;
  border: none;
  width: 28px;
  height: 28px;
  z-index: 5;
  overflow: hidden;
  padding: 0;
  text-indent: -250px;
  background: none;
}

@media (max-width: 991px) {
  .sl-team .slick-arrow {
    border: 1px solid #0D2839;
    border-radius: 50%;
    bottom: auto;
    top: 302px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .sl-team .slick-arrow {
    top: 177px;
  }
}

.sl-team .slick-arrow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 1;
}

.sl-team .slick-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
}

@media (max-width: 991px) {
  .sl-team .slick-arrow:hover {
    border-color: #0EBAB9;
  }
}

.sl-team .slick-arrow:hover:after {
  opacity: 0;
}

.sl-team .slick-arrow:hover:before {
  opacity: 1;
}

.sl-team .slick-arrow.slick-next {
  margin-right: -125px;
}

@media (max-width: 1199px) {
  .sl-team .slick-arrow.slick-next {
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .sl-team .slick-arrow.slick-next {
    margin-right: 0;
  }
}

.sl-team .slick-arrow.slick-next::after {
  background-image: url("../images/ic/arrow-next-dark.svg");
  background-size: auto 12px;
  background-position: 53% 50% !important;
}

.sl-team .slick-arrow.slick-next::before {
  background-image: url("../images/ic/arrow-next-green.svg");
  background-size: auto 12px;
  background-position: 53% 50% !important;
}

.sl-team .slick-arrow.slick-prev {
  margin-right: -98px;
}

@media (max-width: 1199px) {
  .sl-team .slick-arrow.slick-prev {
    margin-right: 32px;
  }
}

@media (max-width: 991px) {
  .sl-team .slick-arrow.slick-prev {
    margin-right: 47px;
  }
}

.sl-team .slick-arrow.slick-prev::after {
  background-image: url("../images/ic/arrow-prev-dark.svg");
  background-size: auto 12px;
  background-position: 47% 50% !important;
}

.sl-team .slick-arrow.slick-prev::before {
  background-image: url("../images/ic/arrow-prev-green.svg");
  background-size: auto 12px;
  background-position: 47% 50% !important;
}

.sl-team .slick-dots {
  position: absolute;
  right: 50%;
  bottom: 1px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0 -35px 0 0;
  padding: 0;
}

@media (max-width: 1199px) {
  .sl-team .slick-dots {
    margin-right: 96px;
    bottom: 2px;
  }
}

.sl-team .slick-dots::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: rgba(13, 40, 57, 0.1);
}

.sl-team .slick-dots li {
  display: block;
  width: 42px;
}

.sl-team .slick-dots li.slick-active button {
  font-weight: 500;
}

.sl-team .slick-dots li.slick-active button::after {
  opacity: 1;
}

.sl-team .slick-dots button {
  width: 42px;
  height: 26px;
  text-align: center;
  border: none;
  outline: none;
  padding: 9px 0 0;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: #0D2839;
  font-weight: 300;
  background: none;
  position: relative;
}

.sl-team .slick-dots button::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: #0EBAB9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  z-index: 5;
}

.service-img {
  position: relative;
  height: 783px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-top: 3px;
}

@media (max-width: 1199px) {
  .service-img {
    height: 460px;
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .service-img {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .service-img {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .service-img {
    height: 130px;
  }
}

.sl-details {
  position: relative;
  margin: 0 -15px 0 -15px;
  padding-top: 25px;
}

@media (max-width: 1430px) {
  .sl-details {
    padding-top: 0;
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .sl-details {
    margin: 0 -5px 0 -5px;
  }
}

.sl-details-section {
  padding: 127px 0 125px 0;
}

@media (max-width: 1199px) {
  .sl-details-section {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .sl-details-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .sl-details-section {
    padding: 50px 0;
  }
}

.sl-details-wrapper {
  position: relative;
}

.sl-details-wrapper .swiper-button {
  position: absolute;
  overflow: hidden;
  padding: 0;
  outline: none;
  padding: 0;
  border: none;
  text-indent: -250px;
  width: 53px;
  height: 53px;
  top: 50%;
  margin-top: -49px;
  z-index: 5;
}

.sl-details-wrapper .swiper-button.swiper-button-prev {
  left: -55px;
  background: url("../images/ic/prev-inst.svg") 50% 50% no-repeat;
  background-size: contain;
}

.sl-details-wrapper .swiper-button.swiper-button-next {
  right: 15px;
  background: url("../images/ic/prev-inst.svg") 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sl-details-section .wsidetitle-content {
  top: 25px;
}

.sl-details-el {
  outline: none;
  width: 470px !important;
}

@media (max-width: 991px) {
  .sl-details-el {
    width: 350px !important;
  }
}

@media (max-width: 767px) {
  .sl-details-el {
    width: 220px !important;
  }
}

.sl-details-img {
  display: block;
  height: 350px;
  margin-bottom: 8px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 991px) {
  .sl-details-img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .sl-details-img {
    height: 170px;
  }
}

.sl-details-name {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .sl-details-name {
    font-size: 18px;
  }
}

.sl-details-maker {
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .sl-details-maker {
    font-size: 16px;
  }
}

.about-more {
  padding: 125px 0 115px 0;
}

@media (max-width: 1199px) {
  .about-more {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .about-more {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .about-more {
    padding: 50px 0;
  }
}

.review {
  max-width: 775px;
  padding-left: 100px;
}

@media (max-width: 767px) {
  .review {
    padding: 0 25px;
  }
}

.review-wrapper {
  background: #F9F9F9;
  padding: 100px 0 91px 0;
}

@media (max-width: 1199px) {
  .review-wrapper {
    padding: 70px 0;
  }
}

@media (max-width: 991px) {
  .review-wrapper {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .review-wrapper {
    padding: 30px 0;
  }
}

.review-head {
  position: relative;
  margin-left: -100px;
}

@media (max-width: 767px) {
  .review-head {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.review-head-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.review-name {
  font-size: 24px;
  line-height: 1;
  position: relative;
}

@media (max-width: 767px) {
  .review-name {
    font-size: 18px;
  }
}

.review-name::after {
  content: '';
  position: absolute;
  left: 30px;
  top: -3px;
  width: 19px;
  height: 1px;
  background: #0EBAB9;
}

.review-post {
  font-size: 18px;
  line-height: 1.42;
  font-style: italic;
  font-weight: 300;
}

@media (max-width: 767px) {
  .review-post {
    font-size: 16px;
    line-height: 1.42;
  }
}

.review-text {
  font-size: 18px;
  line-height: 1.45;
  position: relative;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .review-text {
    font-size: 16px;
  }
}

.review-img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 767px) {
  .review-img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
}

.sv-gallery {
  position: relative;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .sv-gallery {
    margin-bottom: 15px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.sv-gallery-el {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sv-gallery-el {
    margin-bottom: 15px;
  }
}

.sv-gallery-img {
  width: 100%;
  height: 368px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 1199px) {
  .sv-gallery-img {
    height: 290px;
  }
}

@media (max-width: 767px) {
  .sv-gallery-img {
    height: 207px;
  }
}

.sv-about {
  position: relative;
  margin-bottom: 30px;
  margin-top: 26px;
}

@media (max-width: 1199px) {
  .sv-about {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .sv-about {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.sv-about-img {
  width: 800px;
  height: 517px;
  margin-left: 70px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 1199px) {
  .sv-about-img {
    width: 540px;
    height: 350px;
    margin-left: 50px;
  }
}

@media (max-width: 991px) {
  .sv-about-img {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .sv-about-img {
    height: 207px;
    width: 100%;
    margin: 0;
  }
}

.sv-about-content {
  padding-top: 62px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .sv-about-content {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .sv-about-content {
    padding-top: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sv-about-content {
    padding: 0 15px 20px 15px;
    margin-bottom: 0;
  }
}

.serv-info {
  position: relative;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .serv-info {
    margin-bottom: 10px;
  }
}

.serv-info-el {
  padding-right: 30px;
  margin-right: 26px;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .serv-info-el {
    margin-bottom: 15px;
  }
}

.serv-info-el::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background: #0D2839;
  opacity: 0.1;
}

.serv-info-el:last-child {
  padding-right: 0;
  margin-right: 0;
}

.serv-info-el:last-child::after {
  display: none;
}

.serv-info-name {
  font-size: 24px;
  line-height: 1;
  font-style: italic;
  font-weight: 300;
}

@media (max-width: 991px) {
  .serv-info-name {
    font-size: 20px;
  }
}

.serv-info-name sup {
  top: -8px;
}

.serv-info-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.42;
  font-style: italic;
}

@media (max-width: 991px) {
  .serv-info-text {
    font-size: 16px;
    line-height: 1.42;
  }
}

.serv-title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 49px;
  line-height: 1.2;
  padding: 0;
}

@media (max-width: 767px) {
  .serv-title {
    font-size: 18px;
    margin-bottom: 34px;
  }
}

.sl-service {
  position: relative;
  padding-bottom: 30px;
  padding-top: 40px;
}

@media (max-width: 1199px) {
  .sl-service {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .sl-service {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
  }
}

.sl-service-wrapper {
  padding-top: 93px;
  padding-bottom: 114px;
}

@media (max-width: 1199px) {
  .sl-service-wrapper {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .sl-service-wrapper {
    padding: 50px 0;
  }
}

@media (max-width: 576px) {
  .sl-service-wrapper {
    padding: 25px 0;
  }
}

.sl-service-el {
  outline: none;
}

.sl-service-body {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sl-service-aside {
  width: 700px;
  margin-right: 70px;
}

@media (max-width: 1250px) {
  .sl-service-aside {
    width: 670px;
  }
}

@media (max-width: 1199px) {
  .sl-service-aside {
    width: 460px;
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .sl-service-aside {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.sl-service-img {
  height: 452px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .sl-service-img {
    height: 425px;
  }
}

@media (max-width: 991px) {
  .sl-service-img {
    height: 345px;
  }
}

@media (max-width: 767px) {
  .sl-service-img {
    height: 220px;
    margin-bottom: 15px;
  }
}

.sl-service-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 300;
}

@media (max-width: 991px) {
  .sl-service-title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }
}

.sl-service-info {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 991px) {
  .sl-service-info {
    font-size: 16px;
    line-height: 1.42;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sl-service-info sup {
  top: -6px;
}

.sl-service-info li {
  position: relative;
  padding-right: 10px;
  margin-right: 9px;
}

.sl-service-info li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background: #0D2839;
  opacity: 0.1;
}

.sl-service-info li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.sl-service-info li:last-child::after {
  display: none;
}

.sl-service-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 30px;
}

@media (max-width: 991px) {
  .sl-service-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
}

.sl-service-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .sl-service-text {
    font-size: 16px;
  }
}

.sl-service .slick-arrow {
  position: absolute;
  right: 50%;
  bottom: 44px;
  outline: none;
  border: none;
  width: 28px;
  height: 28px;
  z-index: 5;
  overflow: hidden;
  padding: 0;
  text-indent: -250px;
  background: none;
}

@media (max-width: 991px) {
  .sl-service .slick-arrow {
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: auto;
    top: 302px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .sl-service .slick-arrow {
    top: 177px;
  }
}

.sl-service .slick-arrow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 1;
}

.sl-service .slick-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
}

@media (max-width: 991px) {
  .sl-service .slick-arrow:hover {
    border-color: #0EBAB9;
  }
}

.sl-service .slick-arrow:hover:after {
  opacity: 0;
}

.sl-service .slick-arrow:hover:before {
  opacity: 1;
}

.sl-service .slick-arrow.slick-next {
  margin-right: -125px;
}

@media (max-width: 1199px) {
  .sl-service .slick-arrow.slick-next {
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .sl-service .slick-arrow.slick-next {
    margin-right: 0;
  }
}

.sl-service .slick-arrow.slick-next::after {
  background-image: url("../images/ic/arrow-next-dark.svg");
  background-size: auto 12px;
  background-position: 53% 50% !important;
}

@media (max-width: 991px) {
  .sl-service .slick-arrow.slick-next::after {
    background-image: url("../images/ic/arrow-next-white.svg");
  }
}

.sl-service .slick-arrow.slick-next::before {
  background-image: url("../images/ic/arrow-next-green.svg");
  background-size: auto 12px;
  background-position: 53% 50% !important;
}

.sl-service .slick-arrow.slick-prev {
  margin-right: -98px;
}

@media (max-width: 1199px) {
  .sl-service .slick-arrow.slick-prev {
    margin-right: 32px;
  }
}

@media (max-width: 991px) {
  .sl-service .slick-arrow.slick-prev {
    margin-right: 47px;
  }
}

.sl-service .slick-arrow.slick-prev::after {
  background-image: url("../images/ic/arrow-prev-dark.svg");
  background-size: auto 12px;
  background-position: 47% 50% !important;
}

@media (max-width: 991px) {
  .sl-service .slick-arrow.slick-prev::after {
    background-image: url("../images/ic/arrow-prev-white.svg");
  }
}

.sl-service .slick-arrow.slick-prev::before {
  background-image: url("../images/ic/arrow-prev-green.svg");
  background-size: auto 12px;
  background-position: 47% 50% !important;
}

.sl-service .slick-dots {
  position: absolute;
  right: 50%;
  bottom: 29px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0 -34px 0 0;
  padding: 0;
}

@media (max-width: 1199px) {
  .sl-service .slick-dots {
    margin-right: 96px;
  }
}

.sl-service .slick-dots::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: rgba(13, 40, 57, 0.1);
}

.sl-service .slick-dots li {
  display: block;
  width: 42px;
}

.sl-service .slick-dots li.slick-active button {
  font-weight: 500;
}

.sl-service .slick-dots li.slick-active button::after {
  opacity: 1;
}

.sl-service .slick-dots button {
  width: 42px;
  height: 26px;
  text-align: center;
  border: none;
  outline: none;
  padding: 9px 0 0;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: #0D2839;
  font-weight: 300;
  background: none;
  position: relative;
}

.sl-service .slick-dots button::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: #0EBAB9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  z-index: 5;
}

.servise-welcome {
  position: relative;
  margin-bottom: 117px;
  padding-top: 26px;
}

@media (max-width: 1430px) {
  .servise-welcome {
    padding-top: 0;
  }
}

@media (max-width: 1199px) {
  .servise-welcome {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .servise-welcome {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .servise-welcome {
    margin-bottom: 24px;
  }
}

.servise-welcome-text {
  font-size: 36px;
  line-height: 1.42;
  margin-bottom: 51px;
  max-width: 970px;
}

@media (max-width: 1199px) {
  .servise-welcome-text {
    font-size: 28px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .servise-welcome-text {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.servise-welcome-more {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.42;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-right: 76px;
}

.servise-welcome-more:hover {
  text-decoration: none;
  color: #0D2839;
}

.servise-welcome-more:hover::after {
  right: -5px;
}

@media (max-width: 767px) {
  .servise-welcome-more {
    font-size: 16px;
    line-height: 1.42;
    padding-right: 70px;
    font-weight: 500;
  }
}

.servise-welcome-more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 53px;
  height: 10px;
  background: url("../images/ic/str-more.svg") 50% 50% no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.portfolio {
  position: relative;
  margin-top: -5px;
}

.portfolio-wrapper {
  padding: 0 0 80px 0;
}

@media (max-width: 1199px) {
  .portfolio-wrapper {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .portfolio-wrapper {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .portfolio-wrapper {
    padding: 50px 0;
    align-self: center;
  }
}

.portfolio-el {
  margin-top: 150px;
  width: 100%;
}

@media (max-width: 1199px) {
  .portfolio-el {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .margin-l-r {
    margin-left: -15px;
    margin-right: -15px;
  }
  .padding-l-r{
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .portfolio-el {
    margin-top: 50px;
  }
}

.portfolio-el:first-child {
  margin-top: 0;
}

.portfolio-el:nth-child(even) .portfolio-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 70px;
}


@media (max-width: 1199px) {
  .portfolio-el:nth-child(even) .portfolio-img {
    margin-left: 50px;
  }
}

@media (max-width: 991px) {
  .portfolio-el:nth-child(even) .portfolio-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.portfolio-el:nth-child(even) .portfolio-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 0;
  padding-left: 100px;
}

@media (max-width: 1199px) {
  .portfolio-el:nth-child(even) .portfolio-content {
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  .portfolio-el:nth-child(even) .portfolio-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 991px) {
  .portfolio-el:nth-child(even) .portfolio-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.portfolio-body {
  position: relative;
}

.portfolio-img {
  width: 700px;
  position: relative;
  margin-right: 70px;
}

@media (max-width: 1199px) {
  .portfolio-img {
    width: 560px;
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .portfolio-img {
    width: 100%;
    margin-right: 0;
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
}

.portfolio-img:hover .slick-arrow {
  opacity: 1;
}

.portfolio-sl {
  position: relative;
  height: 480px;
}

@media (max-width: 1199px) {
  .portfolio-sl {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .portfolio-sl {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .portfolio-sl {
    height: 220px;
  }
}

.portfolio-sl-el {
  outline: none;
  height: 480px;
}

@media (max-width: 1199px) {
  .portfolio-sl-el {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .portfolio-sl-el {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .portfolio-sl-el {
    height: 220px;
  }
}

.portfolio-sl-img {
  display: block;
  height: 480px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 1199px) {
  .portfolio-sl-img {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .portfolio-sl-img {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .portfolio-sl-img {
    height: 220px;
  }
}

.portfolio-sl .slick-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  outline: none;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -250px;
  background: none;
  z-index: 5;
  opacity: 0;
}

@media (max-width: 991px) {
  .portfolio-sl .slick-arrow {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .portfolio-sl .slick-arrow {
    width: 35px;
    height: 35px;
    right: 15px;
    bottom: 15px;
  }
}

.portfolio-sl .slick-arrow.slick-prev {
  margin-right: 70px;
  background: url("../images/ic/prev-np.svg") 50% 50% no-repeat;
  background-size: 30px 10px;
}

@media (max-width: 767px) {
  .portfolio-sl .slick-arrow.slick-prev {
    margin-right: 55px;
    background-size: 21px 7px;
  }
}

.portfolio-sl .slick-arrow.slick-next {
  margin-right: 0;
  background: url("../images/ic/next-np.svg") 50% 50% no-repeat;
  background-size: 30px 10px;
}

@media (max-width: 767px) {
  .portfolio-sl .slick-arrow.slick-next {
    background-size: 21px 7px;
  }
}

.portfolio-link360 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
  width: 50px;
  height: 50px;
  background: #fff url("../images/ic/ic360.svg") 50% 50% no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .portfolio-link360 {
    width: 35px;
    height: 35px;
    left: 15px;
    top: 15px;
  }
}

.portfolio-link360:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.portfolio-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.portfolio-content {
  padding: 120px 0 0px 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .portfolio-content {
    padding: 60px 0 0 0;
  }
}

@media (max-width: 991px) {
  .portfolio-content {
    padding: 0 15px;
    width: 100%;
  }
}

.portfolio-name {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 11px;
  color: #0D2839;
}

@media (max-width: 767px) {
  .portfolio-name {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.portfolio-name:hover {
  text-decoration: none;
  color: #0EBAB9;
}

.portfolio-des {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.42;
  font-style: italic;
}

@media (max-width: 991px) {
  .portfolio-des {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .portfolio-des {
    font-size: 16px;
    line-height: 1.42;
    margin-bottom: 15px;
  }
}

.portfolio-des sup {
  top: -6px;
}

.portfolio-des li {
  position: relative;
  padding-right: 12px;
  margin-right: 9px;
  margin-bottom: 10px;
}

.portfolio-des li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #0D2839;
  opacity: 0.1;
}

.portfolio-des li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.portfolio-des li:last-child::after {
  display: none;
}

.portfolio-more {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.42;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-right: 71px;
  color: #0D2839;
}

@media (max-width: 767px) {
  .portfolio-more {
    font-size: 14px;
    line-height: 1.42;
    padding-right: 65px;
    font-weight: 500;
  }
}

.portfolio-more:hover {
  text-decoration: none;
  color: #0EBAB9;
}

.portfolio-more:hover::after {
  right: -5px;
}

.portfolio-more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 53px;
  height: 10px;
  background: url("../images/ic/str-more.svg") 50% 50% no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.list-invite {
  position: relative;
  padding-top: 6px;
}

@media (max-width: 1199px) {
  .list-invite {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .list-invite {
    margin-top: -20px;
  }
}

.list-invite-wrapper {
  padding: 133px 0 182px 0;
}

@media (max-width: 1199px) {
  .list-invite-wrapper {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .list-invite-wrapper {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .list-invite-wrapper {
    padding: 50px 0;
  }
}

.list-invite-wrapper .h2, .list-invite-wrapper h2 {
  line-height: 1.25;
}

.list-invite-el {
  position: relative;
}

@media (max-width: 767px) {
  .list-invite-el {
    margin-top: 20px;
  }
}

.list-invite-body {
  position: relative;
}

@media (max-width: 767px) {
  .list-invite-body {
    padding-left: 25px;
  }
}

.list-invite-num {
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
  color: #0EBAB9;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .list-invite-num {
    font-size: 36px;
    position: absolute;
    left: 0;
    top: -9px;
  }
}

.list-invite-title {
  font-size: 24px;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .list-invite-title {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.list-invite-text {
  font-size: 18px;
  line-height: 1.42;
  font-weight: 300;
}

@media (max-width: 767px) {
  .list-invite-text {
    font-size: 16px;
    line-height: 1.42;
  }
}

.s-feedback {
  position: relative;
}

@media (max-width: 767px) {
  .s-feedback {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.s-feedback-wrapper {
  padding-bottom: 150px;
}

@media (max-width: 1199px) {
  .s-feedback-wrapper {
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .s-feedback-wrapper {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .s-feedback-wrapper {
    padding-bottom: 50px;
  }
}

.s-feedback-img {
  width: 500px;
  height: 500px;
  margin-left: 110px;
  background: url("../images/system/bg-s-feedbaxk.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@media (max-width: 1199px) {
  .s-feedback-img {
    width: 480px;
    height: 440px;
    margin-left: 50px;
  }
}

@media (max-width: 991px) {
  .s-feedback-img {
    width: 260px;
    height: 440px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .s-feedback-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    margin-left: 0;
  }
}

.s-feedback-content {
  width: 560px;
}

@media (max-width: 1430px) {
  .s-feedback-content {
    width: 510px;
  }
}

@media (max-width: 1199px) {
  .s-feedback-content {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .s-feedback-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

.s-feedback .feedback-form-input.inpw-00 {
  width: 135px;
}

@media (max-width: 767px) {
  .s-feedback .feedback-form-input.inpw-00 {
    width: 100%;
  }
}

.s-feedback .feedback-form-input.inpw-02 {
  width: 60px;
}

@media (max-width: 767px) {
  .s-feedback .feedback-form-input.inpw-02 {
    width: 100%;
  }
}

.s-feedback .feedback-form-el &gt; div {
  padding: 5px 0;
  font-style: italic;
}

@media (max-width: 767px) {
  .s-feedback .feedback-form-el &gt; div {
    padding: 0;
  }
}

.s-feedback .feedback-form .mbtn {
  margin-top: 40px;
}

.s-adv {
  position: relative;
  padding-top: 41px;
  padding-bottom: 31px;
}

@media (max-width: 1199px) {
  .s-adv {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .s-adv {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.s-adv-wrapper {
  padding: 139px 0 120px 0;
  background: #F9F9F9;
}

@media (max-width: 1199px) {
  .s-adv-wrapper {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .s-adv-wrapper {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .s-adv-wrapper {
    padding: 50px 0;
  }
}

.s-adv-side {
  width: 500px;
  min-height: 500px;
  padding: 70px;
  background: url("../images/system/bg-side-sadv.jpg") 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  margin-right: 70px;
}

@media (max-width: 1199px) {
  .s-adv-side {
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .s-adv-side {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 40px;
    min-height: 1px;
  }
}

.s-adv-side-title {
  position: relative;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 17px;
}

@media (max-width: 767px) {
  .s-adv-side-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.s-adv-side-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 3px;
  background: #fff;
}

.s-adv-side-text {
  font-size: 24px;
  line-height: 1.42;
  margin-bottom: 87px;
}

@media (max-width: 767px) {
  .s-adv-side-text {
    font-size: 18px;
    line-height: 1.42;
    margin-bottom: 24px;
  }
}

.s-adv-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

@media (max-width: 767px) {
  .s-adv-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.s-adv-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-adv-list li {
  margin-top: 35px;
  position: relative;
  padding-left: 70px;
}

@media (max-width: 767px) {
  .s-adv-list li {
    margin-top: 15px;
  }
}

.s-adv-list li:first-child {
  margin-top: 0;
}

.s-adv-list-img {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 10px;
}

.s-adv-list-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.s-adv-list-title {
  font-size: 24px;
  font-style: italic;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .s-adv-list-title {
    font-size: 18px;
  }
}

.s-adv-list-text {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
}

@media (max-width: 767px) {
  .s-adv-list-text {
    font-size: 16px;
  }
}

.spresent {
  position: relative;
  margin-bottom: 119px;
  padding-top: 41px;
}

@media (max-width: 1199px) {
  .spresent {
    padding-top: 0;
    margin-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .spresent {
    padding-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .spresent {
    margin-bottom: 40px;
  }
}

.spresent-wrapper {
  padding: 136px 0 100px 0;
}

@media (max-width: 1199px) {
  .spresent-wrapper {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .spresent-wrapper {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .spresent-wrapper {
    padding: 50px 0;
  }
}

.spresent-side {
  width: 700px;
  margin-right: 70px;
}

@media (max-width: 1199px) {
  .spresent-side {
    margin-right: 50px;
    width: 560px;
  }
}

@media (max-width: 991px) {
  .spresent-side {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

.spresent-side-img {
  height: 480px;
  margin-bottom: 31px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 991px) {
  .spresent-side-img {
    height: 360px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .spresent-side-img {
    height: 220px;
    margin-bottom: 15px;
  }
}

.spresent-side-name {
  font-size: 24px;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .spresent-side-name {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .spresent-side-name {
    font-size: 18px;
  }
}

.spresent-side-post {
  font-style: italic;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 300;
  margin-top: -2px;
}

@media (max-width: 991px) {
  .spresent-side-post {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .spresent-side-post {
    font-size: 16px;
    line-height: 1.42;
    margin-top: 0;
  }
}

.spresent-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-top: 37px;
}

@media (max-width: 1199px) {
  .spresent-content {
    padding-top: 15px;
  }
}

@media (max-width: 991px) {
  .spresent-content {
    padding-top: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.spresent-title {
  font-size: 30px;
  line-height: 1.1;
  position: relative;
  padding-top: 22px;
  margin-bottom: 52px;
}

@media (max-width: 991px) {
  .spresent-title {
    margin-bottom: 20px;
    font-size: 24px;
    padding-top: 15px;
  }
}

.spresent-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 3px;
  background: #0EBAB9;
}

.spresent-text {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
}

@media (max-width: 767px) {
  .spresent-text {
    font-size: 16px;
  }
}

.spresent-text p {
  margin-top: 20px;
  margin-bottom: 0;
}

.spresent-text p:first-child {
  margin-top: 0;
}

.sinterier {
  position: relative;
}

.sinterier-side {
  width: 700px;
  margin-left: 70px;
}

@media (max-width: 1199px) {
  .sinterier-side {
    margin-left: 50px;
    width: 560px;
  }
}

@media (max-width: 991px) {
  .sinterier-side {
    width: 100%;
    margin-left: 0;
  }
}

.sinterier-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 88px 0 0 100px;
}

@media (max-width: 1199px) {
  .sinterier-content {
    padding: 50px 0 0 50px;
  }
}

@media (max-width: 991px) {
  .sinterier-content {
    padding: 0;
    margin-bottom: 25px;
  }
}

.sinterier-text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.45;
}

@media (max-width: 1199px) {
  .sinterier-text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .sinterier-text {
    font-size: 18px;
    line-height: 1.42;
  }
}

.sinterier-sl {
  position: relative;
  height: 480px;
  margin-bottom: 75px;
}

@media (max-width: 1199px) {
  .sinterier-sl {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .sinterier-sl {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sinterier-sl {
    height: 220px;
  }
}

.sinterier-sl-el {
  position: relative;
  outline: none;
  height: 480px;
}

@media (max-width: 1199px) {
  .sinterier-sl-el {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .sinterier-sl-el {
    height: 220px;
  }
}

.sinterier-sl-img {
  position: relative;
  height: 480px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 1199px) {
  .sinterier-sl-img {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .sinterier-sl-img {
    height: 220px;
  }
}

.sinterier-sl-point {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  background: #0EBAB9;
  z-index: 3;
}

.sinterier-sl-point:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-animation: pulsegreen 2s infinite;
  animation: pulsegreen 2s infinite;
}

.sinterier-sl .slick-arrow {
  position: absolute;
  left: -8px;
  bottom: -60px;
  outline: none;
  border: none;
  width: 28px;
  height: 28px;
  z-index: 5;
  overflow: hidden;
  padding: 0;
  text-indent: -250px;
  background: none;
}

@media (max-width: 991px) {
  .sinterier-sl .slick-arrow {
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: 15px;
    right: 15px;
    top: auto;
    width: 35px;
    height: 35px;
  }
}

.sinterier-sl .slick-arrow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 1;
}

.sinterier-sl .slick-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
}

@media (max-width: 991px) {
  .sinterier-sl .slick-arrow:hover {
    border-color: #0EBAB9;
  }
}

.sinterier-sl .slick-arrow:hover:after {
  opacity: 0;
}

.sinterier-sl .slick-arrow:hover:before {
  opacity: 1;
}

.sinterier-sl .slick-arrow.slick-next {
  margin-left: 28px;
}

@media (max-width: 991px) {
  .sinterier-sl .slick-arrow.slick-next {
    margin-left: auto;
    margin-right: 0;
  }
}

.sinterier-sl .slick-arrow.slick-next::after {
  background-image: url("../images/ic/arrow-next-dark.svg");
  background-size: auto 12px;
  background-position: 53% 50% !important;
}

@media (max-width: 991px) {
  .sinterier-sl .slick-arrow.slick-next::after {
    background-image: url("../images/ic/arrow-next-white.svg");
  }
}

.sinterier-sl .slick-arrow.slick-next::before {
  background-image: url("../images/ic/arrow-next-green.svg");
  background-size: auto 12px;
  background-position: 53% 50% !important;
}

@media (max-width: 991px) {
  .sinterier-sl .slick-arrow.slick-prev {
    margin-left: auto;
    margin-right: 55px;
  }
}

.sinterier-sl .slick-arrow.slick-prev::after {
  background-image: url("../images/ic/arrow-prev-dark.svg");
  background-size: auto 12px;
  background-position: 47% 50% !important;
}

@media (max-width: 991px) {
  .sinterier-sl .slick-arrow.slick-prev::after {
    background-image: url("../images/ic/arrow-prev-white.svg");
  }
}

.sinterier-sl .slick-arrow.slick-prev::before {
  background-image: url("../images/ic/arrow-prev-green.svg");
  background-size: auto 12px;
  background-position: 47% 50% !important;
}

.sinterier-sl .slick-dots {
  position: absolute;
  left: 0;
  bottom: -75px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0 0 0 90px;
  padding: 0;
}

.sinterier-sl .slick-dots::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  height: 2px;
  background: rgba(13, 40, 57, 0.1);
}

.sinterier-sl .slick-dots li {
  display: block;
  width: 42px;
}

.sinterier-sl .slick-dots li.slick-active button {
  font-weight: 500;
}

.sinterier-sl .slick-dots li.slick-active button::after {
  opacity: 1;
}

.sinterier-sl .slick-dots button {
  width: 42px;
  height: 26px;
  text-align: center;
  border: none;
  outline: none;
  padding: 9px 0 0;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: #0D2839;
  font-weight: 300;
  background: none;
  position: relative;
}

.sinterier-sl .slick-dots button::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: #0EBAB9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  z-index: 5;
}

.popover .arrow {
  display: none;
}

.popover-body {
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 767px) {
  .popover-body {
    font-size: 12px;
  }
}

.popover {
  padding: 15px 20px;
  border: none;
  border-radius: 0;
}

.popover-header {
  font-size: 18px;
  line-height: 1.42;
  background: none;
  padding: 0;
  border: none;
}

@media (max-width: 767px) {
  .popover-header {
    font-size: 16px;
  }
}

.sl-project {
  position: relative;
  margin: 0 -15px;
  padding-top: 15px;
}

@media (max-width: 1199px) {
  .sl-project {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .sl-project {
    margin: 0 -5px;
  }
}

.sl-project-section {
  background: #F9F9F9;
  padding: 152px 0 149px 0;
}

@media (max-width: 1199px) {
  .sl-project-section {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .sl-project-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .sl-project-section {
    padding: 50px 0;
  }
}

.sl-project-el {
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  width: 470px !important;
}

@media (max-width: 767px) {
  .sl-project-el {
    padding-left: 5px;
    padding-right: 5px;
    width: 240px !important;
  }
}

.sl-project-img {
  display: block;
  height: 332px;
  margin-bottom: 5px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: #fff !important;
}

@media (max-width: 767px) {
  .sl-project-img {
    height: 170px;
  }
}

.sl-project-sl .swiper-button {
  position: absolute;
  overflow: hidden;
  padding: 0;
  outline: none;
  padding: 0;
  border: none;
  text-indent: -250px;
  width: 53px;
  height: 53px;
  top: 50%;
  margin-top: -19px;
  z-index: 5;
}

.sl-project-sl .swiper-button.swiper-button-prev {
  left: -55px;
  background: url("../images/ic/prev-inst.svg") 50% 50% no-repeat;
  background-size: contain;
}

.sl-project-sl .swiper-button.swiper-button-next {
  right: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("../images/ic/prev-inst.svg") 50% 50% no-repeat;
  background-size: contain;
}

.sl-process {
  position: relative;
  padding-top: 41px;
}

@media (max-width: 1199px) {
  .sl-process {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .sl-process {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.sl-process-wrapper {
  background: #F9F9F9;
  padding: 137px 0 0 0;
}

@media (max-width: 1199px) {
  .sl-process-wrapper {
    padding: 90px 0 0 0;
  }
}

@media (max-width: 991px) {
  .sl-process-wrapper {
    padding: 70px 0 0 0;
  }
}

@media (max-width: 767px) {
  .sl-process-wrapper {
    padding: 50px 0 0 0;
  }
}

.sl-process-img {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 500px;
  height: 500px;
  margin-left: 70px;
}

@media (max-width: 1199px) {
  .sl-process-img {
    margin-left: 50px;
    width: 400px;
    height: 410px;
  }
}

@media (max-width: 991px) {
  .sl-process-img {
    width: 100%;
    height: 360px;
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 767px) {
  .sl-process-img {
    height: 220px;
  }
}

.sl-process-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-top: 196px;
}

@media (max-width: 1199px) {
  .sl-process-content {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .sl-process-content {
    padding: 0 15px 0 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.sl-process-title {
  font-size: 30px;
  line-height: 1.42;
  margin-bottom: 19px;
}

@media (max-width: 991px) {
  .sl-process-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .sl-process-title {
    font-size: 24px;
  }
}

.sl-process-text {
  font-size: 18px;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .sl-process-text {
    font-size: 16px;
  }
}

.sl-process-text p {
  padding: 0;
  margin: 24px 0 0 0;
}

.sl-process-text p:first-child {
  margin-top: 0;
}

.sl-process-text ul {
  list-style: none;
  margin: 24px 0 0 0;
  padding: 0;
}

.sl-process-text ul li {
  position: relative;
  padding-left: 13px;
  margin-top: 11px;
}

.sl-process-text ul li:first-child {
  margin-top: 0;
}

.sl-process-text ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #0D2839;
}

@media (max-width: 767px) {
  .sl-process-text ul li::after {
    top: 9px;
  }
}

.sl-process .slick-arrow {
  position: absolute;
  left: -8px;
  top: 106px;
  outline: none;
  border: none;
  width: 28px;
  height: 28px;
  z-index: 5;
  overflow: hidden;
  padding: 0;
  text-indent: -250px;
  background: none;
}

@media (max-width: 1199px) {
  .sl-process .slick-arrow {
    top: 0;
  }
}

@media (max-width: 991px) {
  .sl-process .slick-arrow {
    border: 1px solid #0D2839;
    border-radius: 50%;
    right: 15px;
    top: 310px;
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .sl-process .slick-arrow {
    top: 170px;
  }
}

.sl-process .slick-arrow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 1;
}

.sl-process .slick-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
}

@media (max-width: 991px) {
  .sl-process .slick-arrow:hover {
    border-color: #0EBAB9;
  }
}

.sl-process .slick-arrow:hover:after {
  opacity: 0;
}

.sl-process .slick-arrow:hover:before {
  opacity: 1;
}

.sl-process .slick-arrow.slick-next {
  margin-left: 28px;
}

@media (max-width: 991px) {
  .sl-process .slick-arrow.slick-next {
    margin-left: auto;
    margin-right: 0;
  }
}

.sl-process .slick-arrow.slick-next::after {
  background-image: url("../images/ic/arrow-next-dark.svg");
  background-size: auto 12px;
  background-position: 53% 50% !important;
}

.sl-process .slick-arrow.slick-next::before {
  background-image: url("../images/ic/arrow-next-green.svg");
  background-size: auto 12px;
  background-position: 53% 50% !important;
}

@media (max-width: 991px) {
  .sl-process .slick-arrow.slick-prev {
    margin-left: auto;
    margin-right: 55px;
  }
}

.sl-process .slick-arrow.slick-prev::after {
  background-image: url("../images/ic/arrow-prev-dark.svg");
  background-size: auto 12px;
  background-position: 47% 50% !important;
}

.sl-process .slick-arrow.slick-prev::before {
  background-image: url("../images/ic/arrow-prev-green.svg");
  background-size: auto 12px;
  background-position: 47% 50% !important;
}

.sl-process .slick-dots {
  position: absolute;
  left: 0;
  top: 119px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0 0 0 90px;
  padding: 0;
}

@media (max-width: 1199px) {
  .sl-process .slick-dots {
    top: 13px;
  }
}

.sl-process .slick-dots::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: #e2e5e7;
}

.sl-process .slick-dots li {
  display: block;
  width: 42px;
}

.sl-process .slick-dots li.slick-active button {
  font-weight: 500;
}

.sl-process .slick-dots li.slick-active button::after {
  opacity: 1;
}

.sl-process .slick-dots button {
  width: 42px;
  height: 26px;
  text-align: center;
  border: none;
  outline: none;
  padding: 9px 0 0;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: #0D2839;
  font-weight: 300;
  background: none;
  position: relative;
}

.sl-process .slick-dots button::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: #0EBAB9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
  z-index: 5;
}

.global-menu {
  position: fixed;
  left: 0;
  top: 120px;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0 20px 0 20px;
  background: #fff;
  color: #0D2839;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 499;
}

@media (max-width: 767px) {
  .global-menu {
    top: 60px;
  }
}

@media (min-width: 1200px) {
  .global-menu {
    -webkit-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
  }
}

.global-menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.global-menu-body {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  bottom: 20px;
  overflow-y: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.global-menu-body &gt; div {
  width: 100%;
}

.global-menu-container {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.global-menu-foot {
  padding-top: 20px;
  margin-top: 30px;
}

.global-menu-address {
  font-size: 18px;
  line-height: 1.42;
}

.global-menu-clines {
  border-top: 1px solid #DEDEDE;
  padding-top: 15px;
  margin-top: 18px;
}

.global-menu-phone {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #0D2839 !important;
  text-decoration: none;
}

.global-menu-phone:hover {
  text-decoration: none;
  color: #0EBAB9 !important;
}

.global-menu-callme {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #0D2839;
  border-radius: 50%;
  position: relative;
}

.global-menu-callme:hover {
  border-color: #0EBAB9;
  background: #0EBAB9;
}

.global-menu-callme:hover::after {
  opacity: 0;
}

.global-menu-callme:hover::before {
  opacity: 1;
}

.global-menu-callme::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/ic/phone.svg") 50% 50% no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.global-menu-callme::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/ic/phone-white.svg") 50% 50% no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}

.global-menu-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
}

.global-menu-menu li {
  margin-top: 15px;
}

.global-menu-menu li:first-child {
  margin-top: 0;
}

.global-menu-menu li.active &gt; a {
  color: #0EBAB9 !important;
  cursor: default;
  text-decoration: none;
}

.global-menu-menu a {
  display: inline-block;
  line-height: 30px;
  color: #0D2839 !important;
}

.global-menu-menu a:hover {
  color: #0EBAB9;
  text-decoration: none;
}

.ya-img {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 120px;
}

.ya-content {
  width: 200px;
}

.ya-body {
  padding: 10px 0;
}

.ya-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.ya-time {
  font-size: 14px;
}

/*fancybox*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*# sourceMappingURL=app.css.map */

.section9 {
  padding: 50px 0 50px 0;
  position: relative;
}

.section9 .h2 {
  margin-bottom: 61px;
}



.section9__videobox {
  width: 100%;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;

}






.get-plan-section .h2 {
  margin-bottom: 61px;
}

.get-plan-section * {
  position: relative;
}

form.fr-form input[type="text"], form.fr-form input[type="email"], form.fr-form input[type="phone"] {
  outline: none;
  border: none;
  border: 1px solid #C4C4C4;
  background: #fff;
  font-size: 18px;
  padding: 13px 20px;
  width: 100%;
  margin-bottom: 30px;
  color: #0D2839;
  line-height: normal;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.get-plan-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(13, 18, 28, 0.52);
  left: 0px;
  top: 0px;
}

.video-bag {
  width: 100%;
  height: 650px;
}

@media only screen and (max-width: 990px) {
  .video-bag {
    width: 100%;
    height: 450px;
  }
}

@media only screen and (max-width: 500px) {
  .servise-welcome-text {
    font-size: 27px;
    margin-bottom: 43px !important;
  }

}


.portfolio-container {
  width: 100%;
  height: 100%;

}

@media only screen and (max-width: 500px) {
  .portfolio-container {
    padding-bottom: 2rem;
  }

  .arrow-right {
    bottom: -20px;
    left: 4%;
  }
}

.slid-js {
  display: flex;
}


.wrapper_pan {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin-top: 9px
}

.wrapper_pan .swiper-pagination-bullet:before,
.wrapper_pan:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e6e9eb
}

.wrapper_pan .swiper-pagination-bullet {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.23;
  width: auto;
  height: auto;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 42px;
  text-align: center;
  margin: 0;
  padding: 9px 2px;
  position: relative;
  box-shadow: none;
  border: none;
  outline: none;
}

.wrapper_pan .swiper-pagination-bullet:before {
  background-color: #0ebab9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: .2s ease;
  -moz-transform: .2s ease;
  -ms-transform: .2s ease;
  -o-transform: .2s ease;
  transform: .2s ease
}

.wrapper_pan .swiper-pagination-bullet, .wrapper_pan .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  color: #0d2839;
  opacity: 1
}

.wrapper_pan .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  -webkit-transform: .3s ease;
  -moz-transform: .3s ease;
  -ms-transform: .3s ease;
  -o-transform: .3s ease;
  transform: .3s ease
}

.wrapper_arrowa {
  margin-left: 15px
}

.arrow {
  display: inline-block;
  padding: 3px 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  box-shadow: none;
  border: none;
  outline: none;
}

.arrow-svg {
  display: block;
  width: 10px;
  height: 14px
}

.wrapper_pagin-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: -61px;
  left: 0;
  z-index: 3
}

@media (max-width: 767px) {
  .portfolio-el {
    width: 100% !important;
  }
}

.arrow-right {
  bottom: -52px;
  left: 0;
}

.arrow-center {
  bottom: -52px;
  left: 40%;
}

@media only screen and (max-width: 500px) {
  .portfolio-container {
    padding-bottom: 2rem;
  }

  .arrow-right {
    bottom: -11% !important;
    left: 0% !important;
  }

  .wrapper_pan .swiper-pagination-bullet {
    min-width: 38px;
  }

  .mar-r {
    margin-right: 0;
    margin-left: 0;
  }
}

.mar-r {
  margin-right: 0;
  margin-left: 70px;
}

@media only screen and (min-width: 1350px) {
  .order-dec-1 {
    order: 1;
  }

  .order-dec-2 {
    order: 2;
  }
}

.mobil-v {
  display: inline-block;
}

.mobil-n {
  display: none;
}

@media only screen and (min-width: 990px) {

  .mobil-v {
    display: none;
  }

  .mobil-n {
    display: inline-block;
  }

  .blok {
    display: block;
    text-align: right;
  }
}

.border-bot {
  border-bottom: 3px solid #0EBAB9;
  display: inline-block;
}

.imgew {

  width: 100%;
  height: 230px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  left: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}

.form-csection {
  padding: 3rem 0;

}

.title_bottom_slider{
  margin-bottom: -34px;
  font-size: 18px;
  line-height: 1.2;
}

@media only screen and (min-width: 1200px) {
  .title_bottom_slider{
    margin-bottom: -104px;
    font-size: 24px;
    margin-top: 87px;
  }
  .form-csection {
    padding: 6rem 0;
  }

  .imgew {
    width: 45%;
    position: absolute;
    padding-top: 24%;
  }
}

@media only screen and (min-width: 1600px) {
  .form-csection {
    padding: 9rem 0;
  }

}

.d-f {
  display: flex;
  flex-wrap: wrap;

}

@media (min-width: 1200px ) {
  .tex {
    width: 80%;
  }
}

.wraper-img {
  align-self: center;
  margin-right: 1rem;
}

.paddin {
  padding: 0 1.7rem 2rem;
}
.header-paddin {
  padding: 0.5rem .5rem;
}
.mty{
  margin-top:100px;
}
.closes {
  margin-left: -3rem !important;
  padding: 0.5rem !important;
}
.widt {
  width: 9rem;
  margin: auto;
}
.b-n{
  border: none!important;
}
@media (max-width: 767px){
  .pd-l_0{
    padding-left: 0 !important;
    margin-bottom: 2rem;
  }
  .pd-l-r_0{
    margin-left: -15px;
    margin-right: -15px
  }
  .pd-15{
    padding-right: 15px;
    padding-left: 15px;
  }
  .pd-0{
    padding-right: 0;
    padding-left: 0;
  }
}

.button-up__img{
  width:52px;
}
#button-up {
  display: none;
  left: 0;
  margin: 0;
  position: fixed;
  bottom: 80px;
  left: 27px;
  outline: none;
  width: 52px;
  -moz-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -moz-box-shadow: 0 2px 4px #999;
  -o-box-shadow: 0 2px 4px #999;
  cursor: pointer;
  z-index: 99;
}
@media (min-width: 767px){
  #button-up {
    bottom: 50px;
  }
}

.sl-welcome-socio-youtube::before {
  background-image: url(/netcat_template/template/bricktobrick_v2/assets/images/ic/yotube-g.svg);
}
.sl-welcome-socio-youtube::after {
  background-image: url(/netcat_template/template/bricktobrick_v2/assets/images/ic/yotube-w.svg);
}

#button-up{
    left: auto;
    right: 50px;
}


.titleSlederBOT{
    transform: translateY(60px);
}
@media (min-width: 767px){
  .titleSlederBOT {
    transform: translateY(150px);
  }
}
</pre></body></html>