body {
  font-family: "Open Sans", sans-serif;
  color: #646464;
}

a {
  color: #08c;
  text-decoration: none;
}

a:hover {
  color: #08c;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

p:empty {
  display: none;
}

:root {
  --bs-body-font-size: 0.875rem;
  --bs-body-line-height: 1.78em;
  --bs-border-width: 2px;
  --bs-border-radius: 1.5625rem;
  --bs-btn-font-weight: 700;
  --bs-btn-border-radius: 1.875em;
  --bs-btn-bg: #08c;
  --bs-btn-border-color: #08c;
  --bs-link-color: #08c;
  --bs-link-color-rgb: #08c;
  --bs-link-hover-color: #08c;
  --bs-link-hover-color-rgb: #08c;
  --assino-color: #013065;
  --important-color: #0088cc;
  --bs-btn-yellow-hov-color: #ffca36;
  --bs-btn-yellow-shadow-color: rgb(255 188 54 / 50%);
}

.grecaptcha-badge {
  visibility: hidden;
}

.btn {
  --bs-btn-padding-x: 1.5625rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-weight: 700;
  --bs-btn-border-radius: 1.875em;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #08c;
  --bs-btn-border-color: #08c;
  --bs-btn-hover-color: #08c;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #08c;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #08c;
  --bs-btn-active-border-color: #08c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #08c;
  --bs-btn-disabled-border-color: #08c;
  font-size: 12px;
}

.btn-blue {
  font-size: 14px;
  padding: 10px 25px;
}

.btn-yellow {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 0.775rem 0.75rem;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  position: relative;
  color: #393939;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fcaf17;
  background: #fcaf17;
  -webkit-box-shadow: 1.7px 5.8px 21px 0 var(--bs-btn-yellow-shadow-color);
  box-shadow: 1.7px 5.8px 21px 0 var(--bs-btn-yellow-shadow-color);
  letter-spacing: 0;
  overflow: hidden;
}

.btn-yellow:hover {
  border: 2px solid var(--bs-btn-yellow-hov-color);
  background: var(--bs-btn-yellow-hov-color);
  color: #393939;
}

.btn-yellow::after {
  content: '';
  position: absolute;
  top: -50%;
  bottom: -50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
  width: 45px;
  -webkit-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
  transform: skewX(-22deg);
  left: -65%;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes blick{60%{left:100%}to{left:130%}}
@keyframes blick{60%{left:100%}to{left:130%}}


.btn-yellow:disabled {
  cursor: not-allowed;
}

.btn-white {
  font-weight: 700;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  background-color: white;
  color: #0088cc;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid white;
}

.btn-white:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid white;
}

.btn--load {
  margin: 30px auto 0 auto;
  display: block;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #08c;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--assino-color);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.modal__container {
  max-width: 400px;
  border-radius: 10px;
}

.modal-sender .modal__container {
  max-width: 650px;
}

.modal-iso .modal__container {
  max-width: 750px;
}

.modal__content {
  margin-top: 1.5rem;
  margin-bottom: 0rem;
}

.modal__title {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  text-align: center;
  font-size: 1.35rem;
  color: #646464;
}

.modal form input {
  margin-bottom: 15px;
}

.form-control {
  padding: 0.575rem 0.75rem;
  font-size: inherit;
}

.polics-conf {
  position: relative;
  font-size: 12px;
  margin-bottom: 15px;
}

.polics-conf input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.polics-conf input[type="checkbox"]+span {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.polics-conf input[type="checkbox"]+span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.polics-conf input[type="checkbox"]:checked+span::before {
  border-color: #0a4ea1;
  background-color: #0a4ea1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wpcf7-spinner {
  display: none;
}

.submitting .wpcf7-submit, .submitting .wpcf7-submit:hover {
  -webkit-animation: barberpole 1s linear infinite;
  animation: barberpole 1s linear infinite;
  background-size: 30px 30px;
  background-color: #fcaf17;
  background-image: linear-gradient( 135deg, rgba(255,255,255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255,255,255, 0.1) 50%, rgba(255,255,255, 0.1) 75%, transparent 75%, transparent);
  border-color: #fcaf17;
}

@-webkit-keyframes barberpole {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 60px 30px;
  }
}

@keyframes barberpole {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 60px 30px;
  }
}

#topbar {
  background-color: rgba(249, 249, 249, 1);
  border-bottom-color: rgba(228, 216, 216, 1);
  border-bottom: 1px solid rgba(207, 216, 220, .4);
  padding: 10px 0;
  font-size: 13px;
  height: 54px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #08c;
}

#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#topbar li {
  font-size: 13px;
}

.lazy-image {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}

.header-topbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-topbar-left__nav .nav-link {
  text-transform: inherit;
}

.header-topbar-left__nav .dropdown-item {
  color: var(--bs-nav-link-color);
}

.header-topbar-left__nav .dropdown-item:active {
  background-color: rgb(249, 249, 249);
}

.header-topbar-left .dropdown-menu {
  background-color: rgb(249, 249, 249);
  border: 1px solid rgba(207, 216, 220, 0.4);
  border-radius: 0;
}

.header-topbar-left__nav .dropdown-item span {
  color: #646464;
}

.header-topbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-topbar-right__form {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 205px;
  max-width: 250px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: visibility 0s linear .2s, opacity .2s ease-in-out 0s;
  transition: visibility 0s linear .2s, opacity .2s ease-in-out 0s;
}

.header-topbar-right__find {
  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: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
  margin-right: 25px;
}

.header-topbar-right__find:hover .header-topbar-right__form {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.header-topbar-right__find a {
  color: #646464;
  font-size: 20px;
}

.header-topbar-right__country {
  color: #08c;
}

.header-topbar-right__country img {
  vertical-align: baseline;
}

.depth_0 .bi-chevron-down::before {
  content: "\f285" !important;
}

.current-menu-item > a {
  cursor: default;
  pointer-events: none;
}

#thr-langs.dropdown {
  position: relative;
  display: inline-block;
}

#thr-langs .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 72px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  z-index: 1;
  right: -4px;
  text-align: right;
  width: 60px;
}

#thr-langs .dropdown-content a {
  margin: 4px;
  display: block;
}

#thr-langs .dropdown-content a:hover {
  background-color: #ddd;
}

#thr-langs.dropdown:hover .dropdown-content {
  display: block;
}

.header-container {
  padding: 0 20px;
}

#header {
  height: 120px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../img/icons/map_greyheader.jpg);
  border-bottom: 1px solid #ededed;
}

#header .header-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#header.fixed-top {
  height: 60px;
  -webkit-box-shadow: 2px 5px 7.28px 0.72px rgba(0, 0, 0, .08);
  box-shadow: 2px 5px 7.28px 0.72px rgba(0, 0, 0, .08);
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#header .btn-call-block {
  display: none;
}

.scrolled-offset {
  margin-top: 70px;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar li .item-text i {
  margin-left: 0;
  margin-right: 5px;
}

.navbar li .item-text b {
  font-weight: 500;
}

.navbar a, .navbar a:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #636363;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
  color: var(--assino-color);
}

.navbar .getstarted, .navbar .getstarted:focus {
  background: #08c;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #08c;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 8px 20px;
  font-size: 14px;
  text-transform: none;
  color: #545454;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
  color: var(--assino-color);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/* new nav */

.navbar > ul li:first-child .dropdown.depth_0 {
  max-height: 80vh;
  overflow-y: overlay;
}

.navbar .dropdown .dropdown.depth_0.three-columns {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  width: 1300px;
}

.navbar .dropdown .dropdown.depth_0::-webkit-scrollbar {
  width: 5px;
}

.navbar .dropdown .dropdown.depth_0::-webkit-scrollbar-thumb {
  background-color: #08c; 
}

.navbar .dropdown .dropdown.depth_0::-webkit-scrollbar-track {
  background-color: #ebebeb;
}

.navbar .dropdown .dropdown.depth_0 {
  scrollbar-width: thin;
  scrollbar-color: #08c #ebebeb;
}

.navbar .dropdown .dropdown.depth_0 {
  -ms-overflow-style: scrollbar;
}

.navbar .dropdown .dropdown.depth_0.three-columns .column {
  width: calc(100%/3);
}

/* new nav */

.mobile-nav-toggle {
  color: #545454;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1199px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}

.navbar.navbar-mobile .btn-call-block {
  display: none;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile-logo {
  display: none;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 70px 0 10px 0;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #545454;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
  color: var(--assino-color);
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a {
  color: var(--assino-color);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/* Cookie */

.cookie {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 272px;
  text-align: center;
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: 12px;
  z-index: 997;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cookie.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cookie_wrap {
  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;
}

/* Cookie */


#fslider {
  width: 100%;
  min-height: 70vh;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

#fslider .carousel-item {
  width: 100%;
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}

#fslider .carousel-item::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#fslider .carousel-control-prev, 
#fslider .carousel-control-next {
  width: 2.5%;
}

#fslider .carousel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0px;
  padding: 0px 196px;
  right: 0;
  padding-bottom: 120px;
  min-height: 70vh;
}

#fslider.fslider-proects .carousel-container {
  width: 50%;
  padding: 0px 50px 0px 0px;
}

#fslider .carousel-content {
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0px;
  max-width: 850px;
}

#fslider h1 {
  color: #393939;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Open Sans";
  cursor: default;
}

#fslider h2 {
  color: #393939;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Open Sans";
  cursor: default;
}

#fslider h2 span {
  color: #08c;
}

#fslider p {
  width: 100%;
  font-family: "Open Sans";
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #555;
  letter-spacing: 0;
  font-size: 1.5rem;
  line-height: 1.78em;
  font-weight: 400;
  cursor: default;
  float: left;
}

#fslider .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-position: center top;
}

#fslider .carousel-inner .carousel-item, #fslider .carousel-inner .active.carousel-item-start, #fslider .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#fslider .carousel-inner .active, #fslider .carousel-inner .carousel-item-next.carousel-item-start, #fslider .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#fslider .carousel-inner .carousel-item-next, #fslider .carousel-inner .carousel-item-prev, #fslider .carousel-inner .active.carousel-item-start, #fslider .carousel-inner .active.carousel-item-end {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#fslider .carousel-control-prev, #fslider .carousel-control-next {
  position: absolute;
  top: 44%;
  bottom: 0;
  z-index: 1;
  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;
  width: 15%;
  max-height: 140px;
  padding: 0;
  opacity: 1;
  color: #fff;
  text-align: center;
  background: #fff;
  border: 0;
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  transition: width 0.3s ease-in-out 0.3s;
  -webkit-transition: width 0.3s ease-in-out 0.3s;
}

#fslider .carousel-control-prev {
  border-radius: 0 10px 10px 0;
}

#fslider .carousel-control-next {
  border-radius: 10px 0px 0px 10px;
}

#fslider .carousel-control-next-icon, #fslider .carousel-control-prev-icon {
  background: none;
  font-size: 16px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}

#fslider .carousel-indicators li {
  cursor: pointer;
  background: #4f85c6;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.2;
}

#fslider .carousel-indicators li.active {
  opacity: 1;
}

#fslider .btn-blue {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid rgb(9, 102, 202);
  background: rgb(9, 102, 202);
  letter-spacing: 0;
}

#fslider .btn-blue:hover {
  background: transparent;
  color: rgb(9, 102, 202);
  text-decoration: none;
}

#fslider .btn-white {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: rgb(9, 102, 202);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid rgb(9, 102, 202);
  background: transparent;
  letter-spacing: 0;
}

#fslider .btn-white:hover {
  background: rgb(9, 102, 202);
  color: #fff;
  text-decoration: none;
}

section {
  padding: 0 0 80px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title-block {
  display: inline-block;
  position: relative;
}

.section-title h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #013065;
  padding-bottom: 20px;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.section-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 2px;
  background: #fcaf17;
  bottom: 0;
  left: 0;
}

.section-title h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  color: #013065;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 2px;
  background: #fcaf17;
  bottom: 0;
  left: 0;
}

.section-title p {
  font-size: 18px;
  color: #646464;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 1.78em;
  margin-bottom: 20px;
}

.breadcrumbs {
  padding: 10px 0 5px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
  font-family: 'Montserrat';
}

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

.breadcrumbs h2 {
  font-size: 20px;
  font-weight: 400;
  color: #545454;
}

.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li:last-child .divider {
  display: none;
}

.breadcrumbs ol li .divider {
  padding-left: 10px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #545454;
}

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

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #08c;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.services .icon-box {
  text-align: left;
  border: 1px solid #ededed;
  padding: 25px 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  width: 100%;
}

.services .icon-box .icon {
  margin-bottom: 15px;
}

.services .icon-box .icon img {
  width: 50px;
  height: 50px;
}

.services .icon-box h3 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 22px;
  min-height: 60px;
  margin-bottom: 10px;
}

.services .icon-box h3 a {
  color: #013065;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 10px;
}

.services .icon-box .icon-linkk {
  border-radius: 0;
  color: #128bf1;
  font-size: 14px;
  font-weight: 600;
}

.services .icon-box .icon-linkk i {
  margin-right: 5px;
  font-size: 12px;
}

.services .icon-box:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

.how-work-item {
  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;
  padding: 0 15px;
  cursor: default;
  margin-bottom: 10px;
}

.how-work-item .item-image {
  width: 105px;
  height: 105px;
  margin-bottom: 10px;
}

.how-work-item .item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.how-work-item h4 {
  color: #013566;
  font-size: 22px;
  text-align: center;
}

.how-work .ul-list li+li {
  margin-top: 8px;
}

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

.ul-list li {
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #646464;
  line-height: 1.78em;
}

.ul-list li+li {
  margin-top: 15px;
}

.ul-list li:before {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fcaf17;
  left: 0;
  top: 10px;
  content: '';
}

.clients .swiper-pagination {
  display: none;
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #4f85c6;
  border: 1px solid #4f85c6;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4f85c6;
}

.clients .swiper-slide {
  padding: 0 50px;
}

.clients .swiper-button-next:after, .clients .swiper-button-prev:after {
  --swiper-navigation-size: 30px;
  font-weight: bold;
  color: #e0e0e0;
}

.clients .swiper-button-next:hover:after, .clients .swiper-button-prev:hover:after {
  color: #fbae1f;
}

.counts .count-box {
  -webkit-box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #08c;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}

.who-we {
  background-image: url(../img/map_grey.jpg);
  min-height: 500px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
}

.who-we-text {
  color: #646464;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 25px;
}

.who-we-text span {
  font-weight: bold;
}

.who-we-item {
  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;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 10px;
}

.who-we-item.iso {
  position: relative;
}

.who-we-item.iso:before {
  top: 40px;
  right: -70px;
  position: absolute;
  z-index: 2;
  content: "";
  height: 130px;
  width: 131px;
  background: url(../img/icons/iso.png);
  background-repeat: no-repeat;
  display: none;
}

.who-we-header {
  color: #cccccc;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.who-we-counter {
  font-size: 90px;
  font-family: Open Sans;
  line-height: 1em;
  font-weight: 100;
  color: #ff9537;
  position: relative;
}

.who-we-counter:before {
  content: '+';
  position: absolute;
  left: 100%;
  top: 0;
  font-size: .7em;
  line-height: .7em;
}

.who-we-bottom {
  margin-top: 5px;
  color: #2c2a2a;
  font-size: 18px;
  text-align: center;
  font-family: "Montserrat";
}

.who-we-iso {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.who-we-iso img {
  width: 110px;
}

.who-we-iso button {
  margin-top: 10px;
}

.need-cons {
  background-image: url(../img/bottom_form_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
}

.need-cons-block {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgb(255 255 255 / 94%);
  padding: 45px 40px 50px 40px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.need-cons-text {
  color: var(--assino-color);
}

.need-cons-text h3 {
  font-weight: 600;
  font-size: 32px;
}

.need-cons-text p {
  font-size: 16px;
  line-height: 1.7em;
}

.form-input {
  margin-bottom: 15px;
}

#footer {
  background: #252424;
  padding: 0 0 0 0;
  color: #fff;
  font-size: 14px;
}

#footer .logo {
  width: 146px;
  height: 87px;
  margin-bottom: 20px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer form {
  margin-top: 30px;
  background: #fff;
  padding: 4px 10px;
  position: relative;
  border-radius: 50px;
  max-width: 500px;
}

.subscribe-block span.wpcf7-not-valid-tip {
  display: none;
}

#footer .wpcf7-response-output {
  color: #000;
  position: absolute;
  background: #fff;
  margin-top: 6em;
}

#footer form input[type=email] {
  border: 0;
  border-radius: 1.5625rem;
  padding: 8px;
  width: calc(100% - 165px);
}

#footer form input[type=email].wpcf7-not-valid {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  border: 1px solid rgba(255, 56, 56, 0.2);
}

#footer form input[type=email]:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

#footer form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  height: 45px;
  background: none;
  font-size: 14px;
  padding: 0 30px;
  margin: 2px 2px;
  background: #08c;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}

#footer form input[type=submit]:hover {
  background: #0c93d7;
}

#footer .footer-top {
  background: #212121;
  padding: 60px 10px 30px 10px;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  padding-left: 45px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #bcbcbc;
}

#footer .footer-top h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h3 a {
  color: #fff;
}

#footer .footer-top .footer-links {
  padding: 0 45px;
  border-right: 1px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-right: 15px;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.78em;
}

#footer .footer-top .footer-links ul a:hover {
  color: #08c;
}

#footer .footer-top .footer-news {
  padding: 0 45px;
  border-right: 1px solid #3e3e3e;
}

#footer .footer-news ul {
  list-style: none;
  padding-left: 0;
}

#footer .footer-news ul>li {
  padding: 24px 0 0;
}

#footer .footer-news ul>li:first-child {
  padding: 0;
}

#footer .footer-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .footer-news-item__image img {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

#footer .footer-news-item__text {
  padding: 0px 10px 0px 20px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#footer .footer-news-item__title a {
  color: #fff;
  line-height: 1.78em;
}

#footer .footer-news-item__title a:hover {
  color: var(--bs-link-color-rgb);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .footer-news-item__info {
  margin-top: 10px;
  text-transform: uppercase;
  color: #bcbcbc;
}

#footer .footer-news-item__info i {
  margin-right: 5px;
}

#footer .footer-top .footer-contact {
  padding-right: 45px;
}

#footer .footer-contact a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  margin-bottom: 10px;
}

#footer .footer-contact i {
  font-size: 18px;
  margin-right: 15px;
}

#footer .footer-contact a:hover {
  color: var(--important-color);
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #bcbcbc;
}

#footer .footer-contact_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding-left: 0px;
  margin-top: 32px;
}

#footer .footer-contact_social li {
  margin-right: 20px;
}

#footer .footer-contact_social li:last-child {
  margin-right: 0px;
}


#footer .footer-contact_social li a {
  margin: 0px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#footer .footer-contact_social li a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#footer .footer-contact_social li a img {
  max-height: 25px;
}

#footer .footer-contact_cross {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  margin-top: 32px;
}

#footer .footer-contact_cross li {
  margin-right: 20px;
}

#footer .footer-contact_cross li:last-child {
  margin-right: 0px;
}

#footer .copyright {
  text-align: left;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .copyright p {
  margin-bottom: 0px;
}


#footer .copyright_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 70px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .footer_title {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: .5rem;
}

#footer .footer_title a {
  color: #fff;
}

#footer .footer-top .footer-info .footer_title {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: .5rem;
}

.section-title-news {
  padding: 0;
  text-align: center;
  color: #555;
}

.single-proects .section-title-news {
  padding: 0 20% 0 20%;
}

.section-title-news h1 {
  font-weight: 700;
  font-size: 36px;
}

.single .section-title-news h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.6em;
}

.section-title-news p {
  font-size: 20px;
  text-align: center;
  color: #646464;
}

.single .blog .entry .entry-title {
  color: #013065;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 400;
  line-height: 1.78em;
  font-family: Open Sans;
  position: relative;
}

.single .blog .entry .entry-title::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #fcaf17;
}

.single .blog .entry .entry-title:nth-of-type(1) {
  margin-top: 0px;
}

.blog {
  padding: 40px 0 20px 0;
}

.blog .search-nofind {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog .entry .navtoc-wrap__title {
  margin-bottom: 10px;
}

.blog .entry .entry-nav ul {
  padding-left: 0px;
}

.blog .entry .entry-nav ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.blog .entry .entry-nav ul li.navtoc__sub_1 {
  padding-left: 30px;
}

.blog .entry .entry-nav ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ff9933;
  left: 0;
  top: 8px;
}

.blog .entry .entry-nav ul li.navtoc__sub_1::before {
  left: 10px;
}

.blog .search-nofind img {
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px 10px 0px 0px;
}

.blog .entry .entry-img.proect-img {
  margin: -30px 0px 20px 0px;
  max-height: 115px;
}

.blog .entry .entry-title {
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 20px;
  ;
}

.blog .entry .entry-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 45px;
}

.blog .entry .entry-button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

.blog .entry .entry-button-block h3 {
  text-align: center;
  color: #013065;
}

.blog .entry .entry-title a {
  color: #545454;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.45em;
}

.blog .entry .entry-title a:hover {
  color: var(--important-color);
}

.blog .entry-single .entry-content h3 {
  font-weight: 500!important;
}

.blog .entry-single .entry-content ul {
  padding-left: 20px;
  line-height: 1.8em;
}

.blog .entry-single .entry-content ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.blog .entry-single .entry-content ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ff9933;
  left: 0;
  top: 7px;
}

.blog .entry-single .entry-content .expert_opinion {
  margin-top: 50px;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
  padding-left: 1px;
}

.blog .entry .entry-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 15px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a.black-link {
  color: #6c6c6c;
}

.blog .entry .entry-meta a {
  color: var(--important-color);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry.entry-single .entry-meta a {
  color: #6c6c6c;
  text-transform: uppercase;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #ffffff;
  color: var(--important-color);
  padding: 6px 25px;
  font-family: 'Montserrat';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 12px;
  border-radius: 30px;
  border: 2px solid var(--important-color);
}

.blog .entry .entry-content .read-more a:hover {
  background: var(--important-color);
  color: #fff;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content {
  overflow: hidden;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #646464;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #fcaf17;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry-blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.blog .entry-blockquote p {
  color: #646464;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
}

.blog .entry-blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #fcaf17;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-content .glightbox-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #616161;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #08c;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li::after {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .tags li:last-child::after {
    content: "";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  width: 100%;
}

.blog .post-navigation .previous-post, .blog .post-navigation .next-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.blog .post-navigation .previous-post a, .blog .post-navigation .next-post a {
  color: #444;
  -webkit-transition: color .15s;
  transition: color .15s;
}

.blog .post-navigation .previous-post a:hover, .blog .post-navigation .next-post a:hover {
  color: #08c;
  -webkit-transition: color .15s;
  transition: color .15s;
}

.blog .post-navigation .thumbnail-container {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px #f6f6f6 solid;
}

.blog .post-navigation .thumbnail-container img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.blog .post-navigation .circle {
  position: absolute;
  background-color: #0088cc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.blog .post-navigation .previous-post:hover .circle, .blog .post-navigation .next-post:hover .circle {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog .post-navigation .arrow-left, .blog .post-navigation .arrow-right {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.blog .post-navigation .arrow-left {
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog .post-navigation .arrow-right {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog .post-navigation .post-details {
  text-align: left;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.blog .post-navigation .next-post .post-details {
  text-align: right;
}

.blog .post-navigation .next-post {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blog .post-navigation .previous-post {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog .post-navigation .previous-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .post-navigation .previous-post a .thumbnail-container {
  margin-right: 20px;
}

.blog .post-navigation .previous-post p, 
.blog .post-navigation .next-post p {
  font-size: 19px;
  margin-top: 10px;
}

.blog .post-navigation .next-post {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blog .post-navigation .next-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .post-navigation .next-post a .thumbnail-container {
  margin-left: 20px;
}

.blog .post-navigation .previous-post h6,.blog .post-navigation .next-post h6 {
  font-size: 19px;
  margin-top: 10px;
}

.blog .post-navigation .next-post a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.blog .review-wrapper>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.blog .review__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  position: relative;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .1));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .1));
  border-bottom: 5px solid #fcaf17;
  padding: 29px 42px 27px 47px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.blog .review__content:before {
  content: '';
  position: absolute;
  width: 34px;
  display: inline-block;
  height: 34px;
  left: -17px;
  top: calc(50% - 17px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
  background: #fff;
}

.blog .review__author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  padding-bottom: 50px;
}

.blog .review__author:before {
  content: '';
  background-image: url(../img/two-quotes.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  display: inline-block;
  width: 169px;
  height: 147px;
}

.blog .review__author span {
  color: #013065;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 5px;
}

.blog .review__author p, .blog .review__content p {
  color: #646464;
  font-size: 16px;
  line-height: 1.78em;
}

.blog .review__content p {
  font-style: italic;
  font-size: 14px;
}

.blog .review__content ol {
  font-style: italic;
}

.blog .review__content .blog .review__content_item:first-child {
  padding-bottom: 25px;
}

.blog .blog-pagination {
  color: #878787;
}

.blog .blog-pagination .blog-pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}

.blog .blog-pagination .blog-pagination-container .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog .blog-pagination .blog-pagination-container .nav-links a {
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .blog-pagination .blog-pagination-container .nav-links a {
  color: #545454;
  padding: 7px 16px;
  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;
}

.blog .blog-pagination .blog-pagination-container .nav-links span.current {
  background: var(--important-color);
  color: #fff;
  padding: 7px 16px;
  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;
}

.blog .blog-pagination .blog-pagination-container .nav-links a.active, .blog .blog-pagination .blog-pagination-container .nav-links a:hover {
  background: var(--important-color);
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 30px 10px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .sidebar .sidebar-title {
  font-size: 24px;
  color: #013065;
  line-height: normal;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
}

.blog .sidebar .sidebar-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 2px;
  background: #fcaf17;
  left: 0;
  bottom: -13px;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 0px;
}

.blog .sidebar .sidebar-item .form-input {
  margin-bottom: 20px;
}

.blog .sidebar .sidebar-item input[type="submit"] {
  font-size: 14px;
  position: relative;
  width: 100%;
  height: 40px;
}

.blog .sidebar .sidebar-item .form-politics {
  font-size: 12px;
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.78em;
}

.blog .sidebar .btn-yellow {
  font-size: 14px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #08c;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #eb7b68;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #545454;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #08c;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: block;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 30px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-weight: 400;
  line-height: 1.78em;
  color: #545454;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.blog .sidebar .recent-posts h4:hover {
  color: var(--important-color);
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #08c;
  background: #08c;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}

.blog .btn-blue-lg {
  font-size: 15px;
  padding: 10px 25px;
}

/* new_blog style  */

.blog .entry .entry-footer br {
  display: none;
}
.blog .blog_background {
  position: relative;
  padding: 50px 0px;
  margin-bottom: 50px;
}

.blog_single_news {
  padding-top: 0px;
}

.blog .blog_background_img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog .blog_background::before {
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(rgba(2, 44, 92, 0.65)), to(rgba(1, 48, 101, 1)));
  background: linear-gradient(270deg, rgba(2, 44, 92, 0.65) 0%, rgba(1, 48, 101, 1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.blog .blog_background_content {
  position: relative;
  z-index: 2;
}

.blog .pretitle__city {
  position: relative;
}

.blog .blog_background_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 15px;
}

.blog .blog_background_author:hover p {
  text-decoration: none;
}

.blog .blog_background_author img {
  max-width: 60px;
  border-radius: 50%;
}

.blog .blog_background_content {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog .blog_background_content h1 {
  margin-top: 20px;
  color: #fff;
}

.blog .blog_background_author_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.blog .blog_background_author_text p {
  margin: 0px 5px 0px 15px;
  text-decoration: underline;
}

.blog .blog_background_author_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
}

.blog .blog_background_author_time_item {
  color: #fff;
  margin-right: 30px;
}

.blog .blog_background_author_time_item i {
  margin-right: 6px;
}

.blog.blog_author_general .entry .entry-title {
  margin: 0px 0px 10px;
}

.blog .blog_background_btns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog .blog_background_btns .read_later {
  white-space: nowrap;
  margin: 0px 0px 0px 10px;
}

.blog .blog_background_btns .btn-yellow {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding: 15px 25px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.blog .blog_background_btns .btn-white {
  position: relative;
  padding: 15px 25px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: rgb(255 255 255);
  border: 2px solid rgb(255 255 255);
  font-weight: 600;
  border-radius: 50px;
  background: transparent;
}

.blog .blog_background_btns .btn-white:hover {
  background: rgb(255 255 255);
  border: 2px solid rgb(255 255 255);
  color: #393939;
}

/* sidebar new  */

.blog .sidebar.sidebar_new_cats ul {
  margin: 5px 0px;
  padding-left: 20px;
  list-style-type: none;
}

.blog .sidebar.sidebar_new_cats ul > li {
  line-height: 1.78em;
  position: relative;
}

.blog .sidebar.sidebar_new_cats ul > li a {
  color: #646464;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog .sidebar.sidebar_new_cats ul > li a:hover {
  color: #08c;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


.blog .sidebar.sidebar_new_cats ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fcaf17;
  position: absolute;
  left: -20px;
  top: 9px;
}

.blog .sidebar.sidebar_new_cats ul > li.active a {
  color: #08c;
}

.blog .entry .entry-meta a::after {
  padding-right: 2px;
  color: var(--important-color);
  content: ",";
}

.blog .entry .entry-meta a:last-child::after {
  display: none;
}

.blog .entry .entry-footer a {
  color: #616161;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #08c;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .cats li::after {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .cats li:last-child::after {
    content: "";
}

.breadcrumbs-proects {
  margin-bottom: 0;
}

.breadcrumbs-proects .breadcrumb-title {
  font-size: 20px;
  font-weight: 400;
  color: #545454;
  margin-bottom: 5px;
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.breadcrumbs-proects h1 {
  font-size: 20px;
  font-weight: 400;
  color: #545454;
  margin-bottom: 5px;
}

.breadcrumbs-proects li {
  text-align: right;
}

#fslider.fslider-proects .carousel-container {
  left: 50vw;
  z-index: 1;
  padding-bottom: 0;
}

#fslider.fslider-proects-single .carousel-container {
  padding-bottom: 0;
}

#fslider.fslider-proects h2 {
  font-size: 2rem;
}

#fslider.fslider-proects .h4 {
  font-size: 20px;
  color: #393939;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 600;
}

#fslider.fslider-proects .h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 1px;
  background: #fcaf17;
  bottom: 0;
  left: 0;
}

.fslider-proects-ul {
  padding-left: 0;
  width: 95%;
}

.fslider-proects-ul li {
  color: #555;
  padding: 0 0 10px 25px;
  position: relative;
  list-style: none;
}

.fslider-proects-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 13px;
  background: url(../img/icons/marker-check.png) no-repeat 50% 50%;
  background-size: 16px 12px;
}

#fslider.fslider-proects .btn-white {
  margin-left: 0;
  margin-top: 0;
}

#fslider.fslider-proects .carousel-item::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  width: 85px;
  background: url(../img/icons/triangle_w.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  left: auto;
  visibility: visible;
  z-index: 1;
}

#fslider.fslider-proects .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 100%;
  background: rgba(255,255,255,.97);
}

#fslider.fslider-proects .carousel-item .logopart-wrapper {
  position: absolute;
  z-index: 1;
  left: 19%;
  top: 0%;
}

#fslider.fslider-proects .carousel-item .logopart-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 240px;
  height: 80px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  background-color: rgb(255 255 255 / 70%);
}

#fslider.fslider-proects .carousel-item .mouse-wrapper {
  font-weight: 200;
  position: absolute;
  z-index: 1;
  left: 43%;
  bottom: 1%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#fslider.fslider-proects .carousel-item .mouse-icon {
  height: 35px;
  width: 22px;
  border-radius: 12px;
  border: 2px solid rgb(255 255 255 / 76%);
  position: relative;
}

#fslider.fslider-proects .carousel-item .mouse-icon:after {
  content: '';
  height: 5px;
  width: 3px;
  display: block;
  margin: 5px auto;
  border: 2px solid rgb(255 255 255 / 76%);
  border-radius: 8px;
  -webkit-animation: mouse-wheel 1s linear infinite;
  -moz-animation: mouse-wheel 1s linear infinite;
}

#fslider.fslider-proects .carousel-item .mouse-arrow {
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid rgb(255 255 255 / 76%);
  border-bottom: 2px solid rgb(255 255 255 / 76%);
  margin: 2px 0 3px 6px;
  width: 8px;
  height: 8px;
  -webkit-animation: mouse-scroll 1.5s infinite;
  -moz-animation: mouse-scroll 1.5s infinite;
  -webkit-animation-delay: 150ms;
  -moz-animation-delay: 150ms;
  -webkit-animation-direction: alternate;
}

#fslider.fslider-proects .carousel-item .mouse-arrow:after, #fslider.fslider-proects .carousel-item .mouse-arrow:before {
  position: absolute;
  content: '';
  display: block;
  border-right: 2px solid rgb(255 255 255 / 76%);
  border-bottom: 2px solid rgb(255 255 255 / 76%);
  width: 8px;
  height: 8px;
  -webkit-animation: mouse-scroll 1.5s infinite;
  -moz-animation: mouse-scroll 1.5s infinite;
}

#fslider.fslider-proects .carousel-item .mouse-arrow:after {
  margin: 7px 0 3px 7px;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -webkit-animation-direction: alternate;
}

#fslider.fslider-proects .carousel-item .mouse-arrow:before {
  margin: 14px 0 3px 14px;
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.proects .proects-item {
  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-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: left;
  border: 1px solid #ededed;
  padding: 5px 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
}

.proects .proects-item:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

.proects .proects-item-text h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.45em;
}

.proects .proects-item-text a {
  color: #646464;
}

.proects .proects-item-text a:hover {
  color: #08c;
}

.proects .proects-item-text p {
  color: #646464;
  line-height: 1.78em;
}

.proects .proects-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  max-height: 115px;
}

.proects .proects-item-img img {
  display: block;
  width: 100%;
  height: 100%;
}

#fslider.fslider-proects .carousel-container::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 120px;
  position: absolute;
  right: 25px;
  top: 0;
}

#fslider.fslider-proects .carousel-indicators li:first-child:nth-last-child(1) {
  display: none;
}

#fslider.fslider-proects-single {
  min-height: 45vh;
}

#fslider.fslider-proects-single .carousel-item {
  min-height: 45vh;
}

#fslider.fslider-proects-single .carousel-container {
  min-height: 45vh;
}



.blog .sidebar .recent-posts img {
  width: 100%;
  float: left;
  border: 1px solid #fbfbfb;
  margin-bottom: 10px;
}

.single-proects .blog .sidebar .recent-posts img {
  width: 100%;
  float: left;
  border: 1px solid #fbfbfb;
  margin-bottom: 10px;
}

.single-proects .sidebar-item-about h5 {
  color: #013065;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  line-height: 1.78em;
  margin-bottom: 16px;
  font-weight: 600;
}

.single-proects .sidebar-item-about ul {
  padding-left: 0px;
}

.single-proects .sidebar-item-about li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.single-proects .sidebar-item-about li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ff9933;
  left: 0;
  top: 7px;
}

.single-proects .entry-content ul {
  padding-left: 20px;
  line-height: 1.8em;
}

.single-proects .entry-content li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.single-proects .entry-content li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ff9933;
  left: 0;
  top: 7px;
}

.contacts {
  margin-top: 80px;
}

.contacts-title {
  margin-top: 140px;
}

.contacts-title h1 {
  font-size: clamp(2.5rem, 2vw + 1rem, 3.75rem);
  color: #888;
  font-weight: 700;
}

.caree_form_wrap.contacts_form_wrap {
  background: #fff;
}

.caree_form_wrap.contacts_form_wrap textarea.form-control {
  height: 160px;
}

.background-vacancy img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vacancy_competentions {
  margin-top: 30px;
  margin-bottom: 30px;
}

.vacancy_competentions .vacancy_item {
  line-height: 15px;
  display: inline-block;
  background-color: #fafafa;
  text-decoration: none;
  padding: 9px 18px;
  margin: 0 5px 15px 0;
  -webkit-transition: background-color .25s ease-in-out,color .25s ease-in-out;
  transition: background-color .25s ease-in-out,color .25s ease-in-out;
  border-radius: 50px;
}

.blog .sidebar .more-vacancy h4 {
  font-weight: 600;
}

.modal form .c-ceree__resume {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  height: 45px;
}

.modal form .c-ceree__resume:before {
  content: '';
  position: absolute;
  right: 7px;
  top: 5px;
  background-image: url('../img/dowload-icon.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.modal form .c-ceree__resume span {
  opacity: 0.8;
}

.modal form .c-ceree__resume input {
  display: none;
}

.who-we.who-we-information {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 75%;
  position: relative;
  z-index: 1;
  background-position: top;
  background-attachment: inherit;
}

.who-we.who-we-information::before {
  content: '';
  background: rgba(0, 19, 118, .4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75%;
  z-index: -5;
}

.who-we-text-information {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 35px;
}

.who-we-text-information h1 {
  text-transform: uppercase;
  font-size: clamp(2.5rem, 2vw + 1rem, 3.75rem);
  color: #fff;
  font-weight: 700;
}

.who-we-text-information p {
  font-size: 18px;
  line-height: 1.8em;
}

.more-about {
  padding-bottom: 0px;
}

.more-about .image-block {
  position: relative;
  text-align: center;
  color: #fff;
}

.more-about .image-block img {
  width: 100%;
  height: auto;
  max-height: 485px;
  -o-object-fit: cover;
  object-fit: cover;
}

.more-about .image-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 14%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-about .image-block .overlay p {
  font-size: 30px;
  padding-bottom: 20px;
  line-height: 35px;
}

.more-about .more-item {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.more-about .more-item:hover {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.one-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  margin-bottom: 80px;
}

.one-window::before {
  content: '';
  background: rgba(0, 19, 118, .4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.one-window .one-window-wrap {
  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: 100%;
  width: 90%;
  text-align: center;
  z-index: 1;
}

.one-window .one-window-wrap .one-window-title {
  text-transform: uppercase;
  font-size: clamp(2.5rem, 2vw + 1rem, 3.75rem);
  color: #fff;
  font-weight: 700;
}

.services-more {
  color: #646464;
}

.services-more .services-more-title {
  font-size: 16px;
  font-weight: 600;
  color: #013065;
  margin-bottom: 15px;
}

.services-more .services-more-title a{
  color: #013065;
}

.services-more .services-more-title a::before {
  background-color: #013065;
}

.services-more .services-more-item {
  margin-bottom: 20px;
}

.services-more .ul-page {
  margin: 5px 0px;
  padding-left: 20px;
  list-style-type: none;
}

.services-more .ul-page li {
  position: relative;
  line-height: 1.78em;
}

.services-more .ul-page li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fcaf17;
  position: absolute;
  left: -20px;
  top: 8px;
}

.services-more .services-more-item a {
  position: relative;
}

.services-more .services-more-item a::before {
  position: absolute;
  width: 0;
  content: '';
  height: 1px;
  background-color: #08c;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.services-more .services-more-item a:hover::before {
  width: 100%;
}

.no-page .no-page-wrap {
  padding-top: 70px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.no-page .na-page-wrap-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.no-page .no-page-wrap h2 {
  margin-bottom: 25px;
}

.no-page .no-page-wrap p {
  font-family: Georgia, serif;
  font-size: 17px;
  color: #646464;
}

.no-page .page__404_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.no-page .page__404_links a {
  margin-bottom: 10px;
}

.offer_table_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgb(247 249 251 / 70%);
  border-bottom: 1px solid #e1e1e1;
}

.offer_table_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offer_table_block {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -20px);
}

.offer_table_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  font-size: 24px;
  color: #013065;
  line-height: 1.2;
  font-family: 'Montserrat';
}

.offer_table_title:nth-child(1) {
  padding: 20px 30px;
  border-right: 1px solid #e1e1e1;
}

.offer_table_title:nth-child(2) {
  padding: 20px 30px;
}

.offer_table_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #e1e1e1;
}

.offer_table_column {
  padding: 20px 30px;
  width: 50%;
}

.offer_table_column:nth-child(1) {
  border-right: 1px solid #e1e1e1;
}

.offer_table_hide {
  display: none;
}

.offer_table_column h3 {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
  color: #013065;
  font-size: 26px;
}

.offers_block_column_head {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgb(247 249 251 / 70%);
}

.offers_block_column_head h3 {
  font-size: 24px;
  color: #013065;
  line-height: 1.2;
}


.offer_table_price {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.78em;
}

.offers_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.offers_block_column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offers_block_column_main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offers_block_column_main_wrap {
  padding: 20px 30px;
  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;
}

.offers_block_column:nth-child(2n) {
  border-left: 1px solid #e1e1e1;
}

.offers_block_column_main_wrap .ul-list {
  width: 100%;
}

.offers_block_column_main_wrap {
  border-top: 1px solid #e1e1e1;
}

.offers_block_column_main_wrap h3 {
  margin-bottom: 10px;
  font-weight: 400;
  color: #013065;
  font-size: 26px;
  width: 100%;
}

.offers_block_column_main_wrap p {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.78em;
}

.articles-block .articles-slider {
  display: none;
  padding: 0 15px;
}

.articles-block .articles-slider.swiper-initialized {
  display: block;
}

.articles-block .articles-slider_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articles-block .articles-slider_item .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px 10px 0px 0px;
}

.articles-block .articles-slider_item .entry-category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 12px;
  background: rgb(9, 102, 202);
  color: #fff;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  border-radius: 10px 0 10px 0;
}

.articles-block .articles-slider_item .entry-meta {
  margin-bottom: 15px;
  color: var(--important-color);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.articles-block .articles-slider_item .entry-title {
  font-size: 16px;
  font-weight: 700;
  padding: 0px;
  margin: 0px 0px 20px;
  /* min-height: 150px; */
}

.articles-block .articles-slider_item .entry-title a {
  color: #545454;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.45em;
  font-family: 'Montserrat', sans-serif;
}

.articles-block .articles-slider_item .entry-title a:hover {
  color: var(--important-color);
}

.articles-block .articles-slider_item .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
  font-size: 14px;
}

.articles-block .articles-slider_item .entry-meta i {
  margin-right: 5px;
}

.articles-block .articles-slider_item .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.articles-block .articles-slider_item .entry-content .read-more a {
  display: inline-block;
  background: #ffffff;
  color: var(--important-color);
  padding: 6px 25px;
  font-family: 'Montserrat';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 12px;
  border-radius: 30px;
  border: 2px solid var(--important-color);
}

.articles-block .articles-slider_item .entry-content .read-more a:hover {
  background: var(--important-color);
  color: #fff;
}

.articles-block .swiper-pagination {
  display: none;
  margin-top: 20px;
  position: relative;
}

.articles-block .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #4f85c6;
  border: 1px solid #4f85c6;
}

.articles-block .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4f85c6;
}

.tabs_block .tabs_wrap .nav-tabs .nav-link.active {
  color: #646464;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, .08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, .08);
}

.tabs_block .tabs_wrap .nav-tabs .nav-link.active::after {
  display: block;
}

.tabs_block.tabs_block_vertical .tabs_wrap .nav-tabs .nav-link.active::after {
  display: none;
}

.tabs_block .tabs_wrap .nav-tabs .nav-link {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fefefe;
  border: 1px solid #f3f3f3;
  padding: 2px 8px;
  font-size: 16px;
  line-height: 1.78em;
  cursor: pointer;
  position: relative;
  top: 1px;
  padding: 15px 20px;
  color: #646464;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.tabs_block .tabs_wrap .nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  top: auto;
  width: calc(100% + 2px);
  height: 3px;
  background-color: #638bbc;
  display: none;
}

.tabs_block .tabs_wrap .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs_block .tabs_wrap .nav-tabs .nav-link svg {
  display: none;
}

.tabs_wrap_drop_head {
  display: none;
}

.tabs_block .tab-content {
  border: 0;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  padding: 60px 60px;
  border: 1px solid #f3f3f3;
  border-radius: 10px 10px 10px 10px;
}

.tabs_block .tabs_wrap .nav-tabs {
  border-bottom: none;
}

.tabs_block .tabs_wrap .tab-pane.show {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 80px;
}

.tabs_block .tabs_wrap .tabs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs_block .tabs_wrap .tabs-item .tabs-content {
  text-align: left;
  margin-left: 20px;
}

.tabs_block .tabs_wrap .tabs-item .tabs-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.tabs_block .tabs_wrap .tabs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs_block .tab-content .tabs-item-header .tabs-text a {
  position:relative;
}

.tabs_block .tab-content .tabs-item-header .tabs-text a::before {
  position: absolute;
  width: 0;
  content: '';
  height: 1px;
  background-color: #08c;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.tabs_block .tab-content .tabs-item-header .tabs-text a:hover::before {
  width: 100%;
}

.tabs_block .tabs_wrap .tabs-item .tabs-img {
  width: 64px;
  margin-right: 20px;
}

.tabs_block .tabs_wrap .tabs-item .tabs-img img {
  width: 64px;
}

.tabs_block .tabs_wrap .tabs-item .tabs-text {
  text-align: left;
}

.tabs_block .tabs_wrap .tabs-item .ul-list li {
  text-align: left;
}

.how-work .ul-list li:first-child:last-child:before {
  content: none;
}

.tabs_block .tabs_wrap .tabs-item .ul-list.ul-list-in {
  margin-top: 15px;
  margin-left: 15px;
}

.additionals_features .additionals_features_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  border-radius: 8px;
  background: #F7F9FB;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.additionals_features .additionals_features_item:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.additionals_features .additionals_features_item-img {
  width: 35px;
  min-width: 35px;
  height: 35px;
}

.additionals_features .additionals_features_item-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.additionals_features .additionals_features-title {
  font-family: 'Montserrat', sans-serif;
  color: #013065;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.additionals_features .additionals_features-title:hover {
  color: #08c;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.additionals_features div.additionals_features-title,.additionals_features div.additionals_features-title:hover {
  color: #013065;
  cursor: default;
}

.additionals_features .additionals_features_item p {
  cursor: default;
}

.freeaudit_new .freeaudit_new_wrap {
  width: 100%;
  border-radius: 8px;
  background: #013065;
  padding: 65px 100px;
}

.freeaudit_new .freeaudit_new-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: left;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.freeaudit_new .freeaudit_new-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 70px;
  height: 2px;
  background: #08c;
  bottom: 0;
  left: 0;
}

.freeaudit_new .freeaudit_new_desccontainer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 25px;
  margin-bottom: 5px;
}

.freeaudit_new .freeaudit_new_desc {
  color: #fff;
  font-size: 16px;
}

.freeaudit_new .freeaudit_new-button {
  display: inline-block;
  background: var(--important-color);
  color: #fff;
  padding: 10px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  border: 2px solid var(--important-color);
  overflow: hidden;
  position: relative;
}

.freeaudit_new .freeaudit_new-button:hover {
  background: #0c93d7;
  color: #fff;
}

.freeaudit_new .freeaudit_new-button::after {
  content: '';
  position: absolute;
  top: -50%;
  bottom: -50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
  width: 45px;
  -webkit-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
  transform: skewX(-22deg);
  left: -65%;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.freeaudit_new.orange .freeaudit_new_wrap {
  background: #F7F9FB;
}

.freeaudit_new.orange .freeaudit_new-title {
  color: #013065;
}

.freeaudit_new.orange .freeaudit_new-title::after {
  background: #fcaf17;
}

.freeaudit_new.orange .freeaudit_new_desc {
  color: #646464;
  font-weight: 300;
}

.freeaudit_new.orange .freeaudit_new-button {
  background: #fcaf17;
  border-color: #fcaf17;
}

.freeaudit_new.orange .freeaudit_new-button:hover {
  color: #fcaf17;
  background: transparent;
}

.implement_stages .implement_stages_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  border-radius: 8px;
  background: #F7F9FB;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.implement_stages .implement_stages_item:hover {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.implement_stages .implement_stages-marker {
  border-radius: 100px;
  background: #FF9400;
  padding: 2px 10px;
  color: #fff;
  font-size: 16px;
  cursor: default;
}

.implement_stages .implement_stages-title {
  font-family: 'Montserrat', sans-serif;
  color: #013065;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor: default;
}

.implement_stages .implement_stages_item p {
  cursor: default;
}

.pt-acf {
  padding-top: 80px;
}

.solves-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  list-style: none;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #FBFBFB;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
  padding: 20px 40px 20px 40px;
  height: 100%;
}

.solves-item .item__icon {
  background: #013065;
  border: 3px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  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;
  border-radius: 50%;
  z-index: 2;
  /* z-index: 99;  */
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.solves-item .item__icon img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 45px;
}

.solves-item .item__title {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-family: 'Montserrat';
  line-height: 1.78em;
  letter-spacing: 0.01em;
  color: #013065;
}

.solves-item .item__text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #646464;
}

.price_table {
  background: #f7f9fb;
}

.price_table .section-title {
  padding-top: 80px;
}

.price_table .price_table_item {
  background-color: #FFF;
  border: 1px solid #e7eaed;
  border-radius: 10px;
  padding: 40px;
  text-align: left;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: default;
  height: 100%;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price_table.price_table_four .price_table_item {
  padding: 15px 25px 25px 25px;
}

.price_table .price_table_item:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.price_table .row .col-lg-4:last-child .price_table_item {
  background: #fff;
}

.price_table .price_table_item .price_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.price_table .price_table_item .price_head span {
  width: auto !important;
  font-size: 5.8em;
  font-weight: 600;
  line-height: 1em;
  color: #ff9900;
  margin-right: 20px;
  display: inline-block;
}

.price_table .price_table_item .price_title {
  color: #013065;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.78rem;
  margin: 10px 0;
}

.price_table .price_table_item .blue {
  color: var(--important-color);
  font-size: 1.2em;
  line-height: 24px;
  margin-bottom: 10px;
}

.price_table .price_table_item ul {
  padding: 0 0 0 20px;
  margin: 20px 0 30px 0;
}

.price_table .price_table_item ul li {
  font-size: 1.1em;
  line-height: 30px;
  color: #646464;
}

.price_table .price_table_item p {
  margin: 20px 0 30px 0;
  font-size: 16px;
}

.price_table .price_table_item .price_rub {
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: 600;
  color: #646464;
  line-height: 1.78rem;
}

.price_table.price_table_four .price_table_item .price_rub {
  font-size:1.4em;
}

.price_table_item_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
}

.price_table_item_footer .price_button .btn-yellow {
  text-align: center;
}

.price_table .price_button_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}

.price_table .price_button a {
  padding: 15px 25px;
  color: #fff;
  font-weight: 500;
}

.subscribe-block .wpcf7-exclusive-checkbox.wpcf7-not-valid input[type="checkbox"]+span::before {
  border: 1px solid red;
}

.subscribe-block .polics-conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #767676;
  padding: 0;
  position: absolute;
  left: 0;
  top: 76px;
}

.subscribe-block .polics-conf .wpcf7-list-item-label {
  width: 20px;
  height: 20px;
}

.subscribe-block.polics-conf .wpcf7-form-control-wrap {
  position: absolute;
  top: 2px;
  left: 0;
}

.subscribe-block .polics-conf input[type="checkbox"]:checked+span::before {
  border: 1px solid #0088cc;
  background-color: #0088cc;
}

.variation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.variation_table .variation_table_item {
  list-style: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 305px;
  flex: 0 1 305px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 305px;
  width: 100%;
  background: #FBFBFB;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px;
  margin: 0 15px;
}

.variation_table .variation_table_item .item__icon {
  width: 100px;
  height: 100px;
  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;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}

.variation_table .variation_table_item .item__icon img {
  width: 60px;
  height: 60px;
}

.variation_table .variation_table_item .item__title {
  font-size: 14px;
  font-weight: 600;
  margin: 30px 0;
  text-align: center;
}

.variation_table .variation_table_item .item__text {
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #646464;
}

.expert_opinion_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  position: relative;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .1));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .1));
  border-bottom: 5px solid #fcaf17;
  padding: 29px 42px 27px 47px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.expert_opinion_content::before {
  content: '';
  position: absolute;
  width: 34px;
  display: inline-block;
  height: 34px;
  left: -17px;
  top: calc(50% - 17px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
  background: #fff;
}

.expert_opinion_content p {
  font-style: italic;
  font-size: 14px;
  color: #646464;
  line-height: 24px;
}

.expert_opinion_author {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 70px 0 50px 0;
}

.expert_opinion_author::before {
  content: '';
  background-image: url('../img/icons/two-quotes.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  display: inline-block;
  width: 169px;
  height: 147px;
}

.expert_opinion_author span {
  color: #013065;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 5px;
}

.expert_opinion_author p {
  color: #646464;
  font-size: 16px;
  line-height: 24px;
  padding-right: 10px;
}

.business_result_wrap {
  max-width: 870px;
  margin: 0 auto;
  counter-reset: num-p;
}

.business_result_wrap > .business_result_item:only-child .business_result_item_number::after {
  content: " ";
}

.business_result_item {
  position: relative;
  border: 1px solid #ececec;
  padding: 18px 50px;
  margin-bottom: 15px;
  color: #646464;
}

.business_result_item p {
  margin: 0;
  font-size: 16px;
}

.business_result_item p b {
  margin: 10px 0;
  display: inline-block;
}

.business_result_item .business_result_item_number {
  position: absolute;
  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: 40px;
  width: 33px;
  left: -15px;
  top: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #013065;
  background: #fcaf17;
  counter-increment: num-p;
}

.business_result_item .business_result_item_number:after {
  content: counter(num-p);
}

.business_result_item .business_result_item_number:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 100%;
  top: 0;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #fcaf17;
  border-top: 20px solid transparent;
}

.business_result_item ul {
  list-style-type: none;
  padding-left: 40px;
  margin-top: 10px;
}

.business_result_item ul li {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.78em;
}

.business_result_item ul li + li {
  margin-top: 15px;
}

.business_result_item ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fcaf17;
  position: absolute;
  left: -24px;
  top: 11px;
}

.business_result_item ul li ul {
    padding-left: 40px;
    margin-top: 15px;
}

.business_result_img {
  margin-top: 30px;
}

.business_result_img img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.caree_form_wrap {
  background: url('../img/formbg.png') center / cover no-repeat;
}

.caree_form_wrap form br {
  display: none;
}

.caree_form_wrap .wpcf7-not-valid-tip {
  display: none;
}

.caree_form_wrap input.wpcf7-not-valid {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  border: var(--bs-border-width) solid rgba(255, 56, 56, 0.2);
}

.caree_form_wrap label.wpcf7-not-valid {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  border: var(--bs-border-width) solid rgba(255, 56, 56, 0.2);
}

.caree_form_wrap .section-title-block h2 {
  padding: 55px 15px 70px;
  text-align: center;
  color: #646464;
  font-size: 40px;
  font-weight: 700;
}

.caree_form_wrap .section-title-block {
  width: 100%;
}

.caree_form_wrap .wpcf7 form .wpcf7-response-output, .caree_form_wrap .wpcf7 form.sent .wpcf7-response-output {
  background: #fff;
}

.caree_form_wrap form .c-ceree__resume {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  height: 45px;
}

.modal__footer p {
  width: 100%;
  margin: 0;
}

.caree_form_wrap form .c-ceree__resume:before {
  content: '';
  position: absolute;
  right: 7px;
  top: 5px;
  background-image: url('../img/dowload-icon.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.caree_form_wrap form .c-ceree__resume span {
  opacity: 0.8;
}

.caree_form_wrap form .c-ceree__resume input {
  display: none;
}

.caree_form_wrap .bottom_text_career {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  border-radius: 15px;
}

.caree_form_wrap .bottom_text_career p:last-child {
  margin-bottom: 0;
}

.caree_form_wrap .wpcf7-list-item {
  margin: 0;
}

.caree_form_wrap .polics-conf {
  color: #767676;
  padding: 0 0 0 22px;
  margin-top: 10px;
}

.caree_form_wrap .polics-conf .wpcf7-form-control-wrap {
  position: absolute;
  top: 2px;
  left: 0;
}

.caree_form_wrap .wpcf7-exclusive-checkbox.wpcf7-not-valid input[type="checkbox"]+span::before {
  border: 1px solid red;
}

.caree_form_wrap .polics-conf input[type="checkbox"]:checked+span::before {
  border: 1px solid #0a4ea1;
}

.hosting_wrap {
  padding-top: 80px;
  background: url('../img/2-4-scaled-1.jpg') center / cover no-repeat;
  color: #fff;
  position: relative;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hosting_wrap:before {
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(rgba(2, 44, 92, 0.65)), to(rgba(1, 48, 101, 1)));
  background: linear-gradient(270deg, rgba(2, 44, 92, 0.65) 0%, rgba(1, 48, 101, 1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hosting_wrap .container {
  position: relative;
}

.hosting_wrap_left .hosting__block1_title {
  font-size: 3.571em;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-weight: bold;
}

.hosting_wrap_left .hosting__block1_subtitle {
  font-size: 1.4em;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  line-height: 1.78em;
}

.hosting_wrap_left .hosting__block_price {
  font-size: 1.4em;
  font-weight: 500;
}

.hosting_wrap_left .hosting__block_price ul li {
  margin-bottom: 5px;
}

.hosting_wrap_left .hosting__block_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hosting_wrap_left .hosting__block_buttons .btn-yellow {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding: 15px 25px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.hosting_wrap_left .hosting__block_buttons .btn-yellow i {
  font-size: 18px;
  margin-right: 10px;
}

.hosting_wrap_left .hosting__block_buttons .btn-white {
  position: relative;
  padding: 15px 25px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: rgb(255 255 255);
  border: 2px solid rgb(255 255 255);
  font-weight: 600;
  border-radius: 50px;
  background: transparent;
}

.hosting_wrap_left .hosting__block_buttons .btn-white:hover {
  background: rgb(255 255 255);
  border: 2px solid rgb(255 255 255);
  color: #393939;
}

.hosting_wrap_right {
  background: rgba(23, 45, 70, 0.75);
  border-radius: 10px;
  padding: 30px;
}

.hosting_wrap_right .hosting__block1_right-text2 {
  font-size: 1.1em;
  line-height: 24px;
  letter-spacing: 0.01em;
  font-weight: bold;
}

.hosting_wrap_right .hosting__block1_list {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0;
}

.hosting_wrap_right .hosting__block1_list li {
  position: relative;
  font-size: 1.1em;
  line-height: 24px;
  letter-spacing: 0.01em;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 30px;
}

.hosting_wrap_right .hosting__block1_list li:last-child {
  margin-bottom: 0px;
}

.hosting_wrap_right .hosting__block1_list li:before {
  content: '';
  position: absolute;
  background: url('../img/list_icon.png') no-repeat center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
}

.hosting_wrap_img {
  display: flex;
  justify-content: center;
}

.hosting_wrap_img img {
  max-width: 100%;
}

.vnedrenie_wrap {
  padding-top: 80px;
  background: url('../img/erp.jpg') center / cover no-repeat;
  color: #fff;
  position: relative;
}

.vnedrenie_wrap .wpcf7-exclusive-checkbox.wpcf7-not-valid input[type="checkbox"]+span::before {
  border: 1px solid red;
}

.vnedrenie_wrap:before {
  content: '';
  display: block !important;
  background: -webkit-gradient(linear, right top, left top, from(rgba(2, 44, 92, 0.65)), to(rgba(1, 48, 101, 1)));
  background: linear-gradient(270deg, rgba(2, 44, 92, 0.65) 0%, rgba(1, 48, 101, 1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vnedrenie_wrap .container {
  position: relative;
}

.vnedrenie_wrap_left .vnedrenie_title {
  font-size: 55px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 1px 1px 9px rgba(0,0,0,0.5);
}

.vnedrenie_wrap_left .vnedrenie_text {
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  line-height: 1.78em;
}

.vnedrenie_wrap_right {
  background-color: rgba(255,255,255,0.9);
  padding: 35px 35px;
  border-radius: 10px;
}

.vnedrenie_wrap_right .top_form_title {
  color: #013065;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 24px;
}

.vnedrenie_wrap_right .top_form_subtitle {
  color: #013065;
  font-size: 18px;
  display: block;
  margin: 20px 0;
}

.vnedrenie_wrap_right .polics-conf {
  color: #767676;
  padding: 0 0 0 22px;
}

.vnedrenie_wrap_right .polics-conf .wpcf7-list-item-label {
  width: 20px;
  height: 20px;
}

.vnedrenie_wrap .polics-conf .wpcf7-form-control-wrap {
  position: absolute;
  top: 2px;
  left: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #fff;
  color: #000;
}

.vnedrenie_wrap form br {
  display: none;
}

.vnedrenie_wrap .wpcf7-not-valid-tip {
  display: none;
}

.vnedrenie_wrap input.wpcf7-not-valid {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  border: var(--bs-border-width) solid rgba(255, 56, 56, 0.2);
}

.vnedrenie_wrap .wpcf7-list-item {
  margin: 0;
}

.vnedrenie_wrap .wpcf7 form.sent .wpcf7-response-output {
  background: #fff;
  color: #000;
}

.vnedrenie_wrap_right .polics-conf input[type="checkbox"]+span::before {
  font-size: 13px;
}

.vakansii_block .section-title-block h2 span {
  color: #06c;
}

.tabs-career {
  font-size: 0;
}

.tabs-career>input[type="radio"] {
  display: none;
}


#tab-btn-1:checked~#content-1, #tab-btn-2:checked~#content-2, #tab-btn-3:checked~#content-3, #tab-btn-4:checked~#content-4, #tab-btn-5:checked~#content-5, #tab-btn-6:checked~#content-6, #tab-btn-7:checked~#content-7, #tab-btn-8:checked~#content-8 {
  display: block;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow .2s ease-in-out;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out;
  transition: -webkit-box-shadow .2s ease-in-out;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  padding: 40px 30px;
}

.branches_item {
  margin-top: 50px;
}

.branches_item:first-child {
  margin-top: 0px;
}

.branches_item h3 {
  margin-bottom: 30px;
}

.branches_item_content {
  display: none;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  display: none;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow .2s ease-in-out;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out;
  transition: -webkit-box-shadow .2s ease-in-out;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  padding: 40px 30px;
}

.branches_item_content.active {
  display: block;
}

.tabs-career>label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fefefe;
  border: 1px solid #f3f3f3;
  padding: 2px 8px;
  font-size: 16px;
  line-height: 1.5em;
  cursor: pointer;
  position: relative;
  top: 1px;
  padding: 15px 38px;
  color: #646464;
}

.tabs-career>label:not(:first-of-type) {
  border-left: none;
}

.tabs-career>input[type="radio"]:checked+label {
  color: #646464;
  background-color: #fff;
  border-bottom: 3px solid #638bbc;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, .08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, .08);
}

.tabs-career label.active {
  color: #646464;
  background-color: #fff;
  border-bottom: 3px solid #638bbc;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, .08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, .08);
}

.career-item {
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ededed;
  border-top: 5px solid #638bbc;
  background-color: #fff;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 30px;
}

.career-item:hover {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -10px);
}

.career-item a {
  color: #013065;
  font-size: 24px;
  line-height: 30px;
}

.career-item p {
  color: #646464;
  font-size: 15px;
  margin: 25px 0 0 0;
}

.advantage_block .section-title-block span {
  color: #0066cc;
}

.advantage_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-bottom: 20px;
}

.advantage_item::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 260px;
  bottom: 0;
  background-color: #fcaf17;
}

.advantage_item:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fcaf17;
  bottom: -5px;
  left: 259px;
}

.advantage_item .bigbluedigit_number {
  display: inline-block;
  color: #0066cc24;
  font-size: 115px;
  font-weight: 700;
  line-height: 1;
}

.advantage_item .bigbluedigit_text {
  font-size: 16px;
  padding-left: 10px;
  line-height: 1.78em;
  padding-top: 15px;
}

.realized_block .section-title-block span {
  color: #0066cc;
}

.realized_block_slider {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 50px;
}

.realized_block .cases__slider_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* display: none; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.realized_block .cases__slider_top .cases__slider_logo {
  border: 1px solid #EDF0F4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  width: 275px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 275px;
  flex: 0 0 275px;
  height: 150px;
  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;
  padding: 10px;
}

.realized_block .cases__slider_top .cases__slider_logo img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.realized_block .cases__slider_top .cases__slider_title {
  padding-left: 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 50%;
}

.realized_block .cases__slider_top .cases__slider_title .case__desc {
  font-size: 1.4em;
  line-height: 148%;
  letter-spacing: 0.01em;
  color: #9A9A9A;
  max-width: 500px;
  margin-right: auto;
  margin-top: 10px;
  font-weight: 600;
}

.cases__slider_add-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.realized_block .cases__slider_add-info p {
  font-weight: 600;
  font-size: 1.3em;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: #646464;
  position: relative;
  padding-left: 30px;
}

.realized_block .cases__slider_add-info p svg {
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
}

.realized_block .cases__slider_add-info p::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EDF0F4;
}

.realized_block .cases__slider_add-info .case__subtitle {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.realized_block .cases__slider_add-info .case__subtitle a {
  font-weight: bold;
  font-size: 1.250em;
  line-height: 1.78em;
  letter-spacing: 0.01em;
  color: #013065;
  margin-bottom: 10px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-align: right;
}

.realized_block .cases__slider_add-info .case__subtitle a:hover {
  color: #FF9900;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.realized_block .cases__slider_add-info .case__subtitle a:last-child {
  margin-bottom: 0;
}

.realized_block .cases__slider_center {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.realized_block .cases__slider_center .cases__slider_desc, .realized_block .cases__slider_center .cases__slider_result {
  background: #FBFBFB;
  border: 1px solid #EDF0F4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 25px 40px;
  /* -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; */
}

.realized_block .cases__slider_center .cases__slider_result {
  margin-left: 35px;
}

.realized_block .cases__slider_desc-title, .realized_block .cases__slider_result-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.78em;
  letter-spacing: 0.01em;
  color: #646464;
  margin-bottom: 15px;
}

.realized_block .cases__slider_center .cases__slider_desc-title, .realized_block .cases__slider_center .cases__slider_result-title, .realized_block .cases__slider_center li {
  font-size: 14px;
  line-height: 1.78em;
  letter-spacing: 0.01em;
  color: #646464;
}

.realized_block .cases__slider_desc ul, .realized_block .cases__slider_result ul {
  margin: 5px 0px;
  padding-left: 20px;
  list-style-type: none;
}

.realized_block .cases__slider_desc ul li, .realized_block .cases__slider_result ul li {
  line-height: 1.78em;
  position: relative;
}

.realized_block .cases__slider_desc ul > li::before, .realized_block .cases__slider_result ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fcaf17;
  position: absolute;
  left: -20px;
  top: 9px;
}

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

.realized_block .cases__slider_bottom .cases__link {
  background: #fcaf17;
  border-radius: 50px;
  max-width: 175px;
  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;
  border: 1px solid #fcaf17;
  height: 48px;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 1.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.realized_block .cases__slider_bottom .cases__link:hover {
  background-color: #FFFFFF;
  color: #FF9900;
}

.realized_block .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E5E5E5;
  opacity: 1;
  font-size: 10px;
}

.realized_block .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.realized_block .swiper-pagination-bullet-active-main {
  background: #4F85C6;
  width: 16px;
  height: 16px;
}

.realized_block_prev {
  border: 1px solid #EDF0F4;
  width: 40px;
  height: 145px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 31px rgb(43 43 43 / 6%);
  box-shadow: 0px 3px 31px rgb(43 43 43 / 6%);
  left: -25px;
  border-radius: 10px 0px 0px 10px;
}

.realized_block_next {
  border: 1px solid #EDF0F4;
  width: 40px;
  height: 145px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 31px rgb(43 43 43 / 6%);
  box-shadow: 0px 3px 31px rgb(43 43 43 / 6%);
  right: -25px;
  border-radius: 0 10px 10px 0;
}

.realized_block_wrap {
  position: relative;
}

.realized_block_wrap .swiper-button-next:after, .realized_block_wrap .swiper-button-prev:after {
  font-size: 14px;
  color: #9A9A9A;
}

.solvable-tasks__content_list ul {
  list-style: none;
  margin-bottom: 0;
}

.solvable-tasks__content_list li {
  position: relative;
  padding-left: 5px;
}

.solvable-tasks__content_list li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fcaf17;
  left: 0;
  top: 10px;
}

.products-use__item>div>.wpb_wrapper:hover, .solvable-tasks__item:hover {
  -webkit-transform: translate(0, -10px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}


.solvable-tasks__item.active, .solvable-tasks__item:hover .solvable-tasks__title {
  background-color: #F7F9FB;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* новые табы  */

.solvable-tasks__item .plusminus {
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.solvable-tasks__item .plusminus::before {
  content: "";
  display: block;
  background-color: #013065;
  position: absolute;		
  top: 50%; 
  left: 0;
  transition: .35s;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.solvable-tasks__item .plusminus::after {
  content: "";
  display: block;
  background-color: #013065;
  position: absolute;		
  top: 50%; left: 0;
  transition: .35s;
  width: 100%;
  height: 2px;
  transform: translateY(-50%) rotate(90deg);
}
.solvable-tasks__item.active .plusminus::before {
  transform: translateY(-50%) rotate(-90deg);
	opacity: 0;
  background-color: #fcaf17;
}

.solvable-tasks__item.active .plusminus::after {
  transform: translateY(-50%) rotate(0);
  background-color: #fcaf17;
}

/* новые табы  */

.solvable-tasks>div>.wpb_wrapper .solvable-tasks__wrapper:last-child .solvable-tasks__content.active-content {
  margin-top: 40px;
  margin-bottom: 0;
}

.solvable-tasks__wrapper>div {
  position: relative;
}

.solvable-tasks__item {
  max-width: 480px;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
}


.solvable-tasks__item-one {
  margin-left: 12%;
}

.solvable-tasks__item-two {
  top: 0;
  right: 12%;
  position: absolute;
}

.solvable-tasks__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  padding-left: 85px;
  padding-right: 10px;
  cursor: pointer;
  background-color: #fff;
}

.solvable-tasks__title h4 {
  color: #013065;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.solvable-tasks__title img {
  position: absolute;
  left: 13px;
  width: 55px;
}

.solvable-tasks__content {
  display: none;
  position: relative;
  left: 0;
  border: 1px solid #ececec;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  max-width: 985px;
  margin: 0 auto 15px auto;
}

.solvable-tasks__item-one.active .solvable-tasks__title, 
.solvable-tasks__item-two.active .solvable-tasks__title  {
  background-color: #F7F9FB;
}

.solvable-tasks__content.active-content {
  background-color: #F7F9FB;
}

.items_wrap_reschenie .solvable-tasks__title {
  padding-right: 50px;
}


.solvable-tasks__content .solvable-tasks__content div ul, .solvable-tasks__content .solvable-tasks__content_list>ul {
  padding-left: 40px;
  list-style-type: none;
  line-height: 1.8em;
}

.solvable-tasks__content>div {
  width: 100%;
}

.solvable-tasks__content p:last-child{
  margin-bottom: 0;
}

.solvable-tasks__content .solvable-tasks__content_img {
  vertical-align: middle;
}

.solvable-tasks__content .solvable-tasks__content_list {
  vertical-align: top;
}

.solvable-tasks__content .solvable-tasks__content_img img {
  max-width: 300px;
  width: 100%;
}

.solvable-tasks__content ul>li {
  position: relative;
}

.products-use__item>div>.wpb_wrapper, .solvable-tasks__callback, .solvable-tasks__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.solvable-tasks .solvable-tasks__wrapper:last-child .items_wrap_reschenie .solvable-tasks__content.active-content {
  margin-top: 15px;
}

.solvable-tasks .solvable-tasks__wrapper:last-child .items_wrap_reschenie .solvable-tasks__item{
  margin-bottom: 0;
}

.solvable-tasks__content div>ul>li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fcaf17;
  position: absolute;
  left: -20px;
  top: 9px;
}

.solvable-tasks__callback {
  border: 1px solid #fcaf17;
  border-radius: 10px;
  background-color: #fff;
  max-width: 480px;
  width: 100%;
  overflow: hidden;
}

.solvable-tasks__callback:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.solvable-tasks__callback .solvable-tasks__title {
  height: 85px;
}

.solvable-tasks__callback .solvable-tasks__title h4 {
  font-weight: 400;
}

.solvable-tasks__callback:hover .solvable-tasks__title {
  background-color: #fcaf174a;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.solvable-tasks__item .solvable-tasks__title:after {
  content: '';
  display: block;
  background-image: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17" height="16" viewBox="0 0 17 16"><defs><path id="gov5a" d="M930.44 1614.47a1.6 1.6 0 0 1 0 2.26l-6.22 6.22a1.6 1.6 0 0 1-2.51-.32 1.6 1.6 0 0 1-.32-.24l-6.22-6.23a1.6 1.6 0 0 1 2.26-2.26l4.17 4.17v-8.36a1.6 1.6 0 1 1 3.2 0v8.13l3.38-3.37a1.6 1.6 0 0 1 2.26 0z"/></defs><g><g transform="translate(-914 -1608)"><use fill="#fcaf17" xlink:href="#gov5a"/></g></g></svg>');
  width: 17px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 13px;
  bottom: 13px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.solvable-tasks__url .solvable-tasks__title:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.solvable-tasks__url .solvable-tasks__title:hover:after {
  opacity: 1;
}

.solvable-tasks__item.active .solvable-tasks__title:after {
  opacity: 1;
}

.solvable-tasks__texttwo{
  margin-top: 1rem;
}

.usage_item {
  border: 1px solid #ededed;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 10px;
  overflow: hidden;
}

.usage_item:hover {
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  background: #fff;
  -webkit-transform: translate(0, -10px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.usage_item img {
  width: 100%;
  height: 187px;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail_content {
  padding: 30px;
}

.usage_item_title {
  color: #013065;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
  display: block;
}

.detail_content p {
  color: #646464;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 20px;
}

.detail_content a.more {
  border: 0;
  background: 0 0;
  padding: 0 0 0 12px;
  margin: 0;
  border-radius: 0;
  color: #317efd;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.detail_content a.more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #317efd;
}

.title_bold .big-block__title-item {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: 100%;
}

.title_bold .big-block__title-item::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  display: inline-block;
  width: 70px;
  border-bottom: 2px solid #fcaf17;
}

.title_bold .big-block__title-item h2 {
  font-size: 48px;
  color: #013065;
  font-weight: 700;
  display: inline-block;
  margin: 30px 0;
}

.title_bold .big-block__title-item img {
  position: absolute;
  top: -27px;
  right: -55px;
  z-index: -1;
  width: 160px;
}

.need-cons-form .wpcf7-exclusive-checkbox.wpcf7-not-valid input[type="checkbox"]+span::before {
  border: 1px solid red;
}

.need-cons-form .polics-conf {
  color: #767676;
  padding: 0 0 0 22px;
}

.need-cons-form .polics-conf .wpcf7-list-item-label {
  font-size: 0;
  width: 20px;
  height: 20px;
}

.need-cons-form .polics-conf .wpcf7-form-control-wrap {
  position: absolute;
  top: 2px;
  left: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #fff;
  color: #000;
}

.need-cons-form form br {
  display: none;
}

.need-cons-form .wpcf7-not-valid-tip {
  display: none;
}

.need-cons-form label.wpcf7-not-valid, .need-cons-form input.wpcf7-not-valid {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  border: var(--bs-border-width) solid rgba(255, 56, 56, 0.2);
}

.need-cons-form .wpcf7-list-item {
  margin: 0;
}

.need-cons-form .wpcf7 form.sent .wpcf7-response-output {
  background: #fff;
  color: #000;
}

.need-cons-form .polics-conf input[type="checkbox"]+span::before {
  font-size: 13px;
}

.blog .sidebar .sidebar-item .form-input.wpcf7-not-valid {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  border: var(--bs-border-width) solid rgba(255, 56, 56, 0.2);
}

.sidebar-item .wpcf7-exclusive-checkbox.wpcf7-not-valid input[type="checkbox"]+span::before {
  border: 1px solid red;
}

.sidebar-item .polics-conf {
  color: #767676;
  padding: 0;
}

.sidebar-item .polics-conf .wpcf7-list-item-label {
  font-size: 0;
  width: 20px;
  height: 20px;
}

.sidebar-item.polics-conf .wpcf7-form-control-wrap {
  position: absolute;
  top: 2px;
  left: 0;
}

.sidebar-item .wpcf7 form.invalid .wpcf7-response-output {
  background: #fff;
  color: #000;
}

.sidebar-item form br {
  display: none;
}

.sidebar-item .wpcf7-not-valid-tip {
  display: none;
}

.sidebar-item input.wpcf7-not-valid {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.2) inset;
  border: var(--bs-border-width) solid rgba(255, 56, 56, 0.2);
}

.sidebar-item .wpcf7-list-item {
  margin: 0;
}

.sidebar-item .wpcf7 form.sent .wpcf7-response-output {
  background: #fff;
  color: #000;
}

.sidebar-item .polics-conf input[type="checkbox"]+span::before {
  font-size: 13px;
  border-color: #0088cc;
  background-color: #0088cc;
}

.primer_desc {
  font-size: 16px;
}

.primer-testimonial-text {
  font-size: 18px;
  margin: 30px 0;
  font-family: Georgia, serif;
  font-style: italic;
}

.primer-item-right {
  position: relative;
}

.primer-item-right img {
  max-width: 100%;
}

.primer_vnedrenie .modal__container {
  width: 100%;
  max-width: 800px;
  padding: 0 0 41px 0;
  border-radius: 0;
  background: transparent;
}

.primer-item-right .bg-fon-video {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.primer-item-right:hover .bg-fon-video {
  opacity: 1;
}

.wrap-play {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 100%;
}

.primer-item-right .play-video {
  width: 60px;
  height: 60px;
}

.primer_vnedrenie .modal__content {
  margin: 0;
  line-height: 0;
}

.primer_vnedrenie .modal__header {
  position: absolute;
  bottom: 0;
  right: 0;
}

.primer_vnedrenie .modal__header .modal__close {
  font-size: 26px;
  color: #fff;
  background: #000;
}

.primer_vnedrenie .modal__container iframe {
  width: 100%;
  height: 450px;
}

.why-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.why-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.why-contact-us-item-image {
  width: 30%;
  padding-top: 20px;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.why-contact-us-item-image img {
  width: 55%;
}

.why-contact-us-item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.why-contact-us-item-title {
  color: #013065;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 30px;
  padding-left: 30px;
}

.why-spisok {
  margin-left: 32px;
}

.tehnology .tehnology-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.tehnology .tehnology-item {
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ededed;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 10px;
  width: 100%;
}

.tehnology .tehnology-item:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.tehnology .tehnology-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #013065;
  line-height: 1.78em;
  margin-bottom: 15px;
  cursor: default;
}

.tehnology .tehnology-item p {
  line-height: 24px;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
  cursor: default;
}

.tehnology .tehnology-item img {
  height: 60px;
  margin-bottom: 5px;
}

.tehnology .tehnology-item img.tehnology-item-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tehnology .pharmaceutical-1c__descr {
  text-align: center;
  font-size: 18px;
}

.tehnology .pharmaceutical-1c__listswrap p {
  font-size: 18px;
}

.tehnology .pharmaceutical-1c__listswrap {
  margin-bottom: 30px;
}

.services_direction_subtitle {
  display: inline-block;
  width: 100%;
  color: #646464;
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
}

.title_gray.mr-acf {
  margin-bottom: 80px;
}

.title_gray_wrap {
  text-align: center;
}

.title_gray_wrap h2 {
  color: #333333;
  font-size: 28px;
  font-weight: 600;
}

.title_gray_wrap p {
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
}

section#title_gray {
  padding: 30px 0;
  background: #f7f7f7;
}

.table_preseschenie table {
  width: 100%;
}

.table_preseschenie table tbody {
  border-radius: 0.25em;
  -webkit-box-shadow: 0 0 0 1px #ededed;
  box-shadow: 0 0 0 1px #ededed;
}

.table_preseschenie table td {
  padding: 10px 10px;
  text-align: center;
}

.table_preseschenie table td .btn-yellow {
  max-width: 250px;
  min-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.table_preseschenie tr:not(:first-child) td:first-child {
  text-align: left;
}

.table_preseschenie table tbody tr, .table_preseschenie table thead tr {
  border-bottom: 1px solid #ededed;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.table_preseschenie table tbody tr:hover, .table_preseschenie table thead tr:hover {
  background-color: #f9f9f9;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.table_preseschenie table tbody tr:first-child, .table_preseschenie table thead tr:first-child {
  background: rgb(247 249 251 / 70%);
  font-weight: 600;
  font-size: 16px;
}

.table_preseschenie table tbody tr:first-child td, .table_preseschenie table thead tr:first-child td {
  color: #013065;
}

.table_preseschenie .table_peresechenie_aftertext {
  margin-top: 25px;
}

.table_preseschenie table .table_callback {
  display: inline-block;
  background: #ffffff;
  color: var(--important-color);
  padding: 6px 25px;
  font-family: 'Montserrat';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 12px;
  border-radius: 30px;
  border: 2px solid var(--important-color);
}

.table_preseschenie table .table_callback:hover {
  background: var(--important-color);
  color: #fff;
}

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

.tabs_block_vertical .tabs_wrap_drop {
  width: 30%;
}

.tabs_block_vertical .tabs_wrap .nav-tabs {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.tabs_block_vertical .tabs_wrap .nav-item {
  width: 100%;
}

.tabs_block_vertical .tabs_wrap .tab-content {
  width: 70%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.tabs_block_vertical .tabs_wrap .nav-tabs .nav-link {
  border: none;
  border-right: 3px solid #ebebeb;
  border-radius: 0;
  border-bottom: none;
  max-width: 340px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
}

.tabs_block_vertical .tabs_wrap .nav-tabs .nav-link.active {
  border-right: 3px solid #08c;
  color: #08c;
  font-weight: 600;
  z-index: 2;
}

.tabs_block_vertical .tabs_wrap .tabs-item .tabs-img {
  width: 100%;
  margin-right: 0;
}

.tabs_block_vertical .tabs_wrap .tabs-item .tabs-img img {
  border-radius: 10px;
  margin-top: 20px;
  /* cursor: pointer; */
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: 100%;
}

.tabs_block_vertical .tabs_wrap .tab-pane.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs_block_vertical .tabs-list {
  margin-top: 20px;
}

.tabs_block_vertical .tabs-item-title h3 {
  text-align: left;
  font-size: 24px;
}

.tabs_block_vertical .tabs_wrap .tabs-item .tabs-text {
  margin-top: 20px;
  font-size: 16px;
}

/* new cost */
.tabs_block_vertical .tabs_wrap .tab-content-cost {
  position: relative;
}

.tabs_block_vertical .tabs_wrap .tab-content-cost .tab-pane {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  box-sizing: border-box;
  padding-right: 20px;
  overflow-y: auto;
  flex-direction: column;
  width: 100%;
  flex-wrap: nowrap;
}

.tabs_block_vertical .tabs_wrap .tab-content-cost .tab-pane .tabs-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #c0c4c9;
}

.tabs_block_vertical .tabs_wrap .tab-content-cost h3 {
  text-align: left;
  font-size: 1.25rem;
  margin-bottom: 0px;
}

.tabs_block_vertical .tabs_wrap .tab-content-cost .tab-pane .tabs-block .tabs-block-title {
  max-width: 50%;
}

.tabs_block_vertical .tabs_wrap .tab-content-cost .tab-pane .tabs-block .tabs-block-title h3 {
  font-weight: 400;
}

.tabs_block_vertical .tabs_wrap .tab-content-cost .tab-pane .tabs-block .tabs-block-content {
  display: flex;
  align-items: center;
}

.tabs_block_vertical .tabs_wrap .tab-content-cost .tab-pane .tabs-block .tabs-block-content a {
  margin-left: 20px;
}

.tabs_block_vertical .tabs_wrap .tab-content-cost .tab-pane .tabs-block .tabs-block-content span {
  white-space: nowrap;
  font-weight: 700;
  color: #08c;
  font-size: 16px;
}

.tabs_block_vertical .tabs_wrap .tab-content-cost .tab-pane .tabs-subtitle {
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: 1px solid #013065a1;
  color: #013065;
}

/* new cost */


/* new list cost */

.list_cost_wrap {
  position: relative;
  max-height: 500px;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 20px;
  width: 100%;
}

.list_cost_wrap::-webkit-scrollbar {
  width: 5px;
}

.list_cost_wrap::-webkit-scrollbar-thumb {
  background-color: #08c;
}

.list_cost_wrap::-webkit-scrollbar-track {
  background-color: #ebebeb;
}

.list_cost_wrap {
  scrollbar-width: thin;
  scrollbar-color: #08c #ebebeb;
}

.list_cost_wrap {
  -ms-overflow-style: scrollbar;
}

.list_cost_wrap_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #c0c4c9;
  margin-top: 20px;
}

.list_cost_wrap_item:first-child {
  margin-top: 0px;
}

.list_cost_wrap_item-title {
  max-width: 50%;
}

.list_cost_wrap_item-title h3 {
  text-align: left;
  font-size: 1.25rem;
  margin-bottom: 0px;
  font-weight: 400;
}


.list_cost_wrap_item-content {
  display: flex;
  align-items: center;
}

.list_cost_wrap_item-content span {
  white-space: nowrap;
  font-weight: 700;
  color: #08c;
  font-size: 16px;
}

.list_cost_wrap_item-content a {
  margin-left: 20px;
}

/* new list cost */


.modal__img__container {
  max-width: 100%;
}

.modal__img__container img {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}

.tabs_block_vertical .modal__img__container {
  overflow: hidden;
}

.tabs_block_vertical .modal__img__container .tabs-img {
  position: relative;
  width: 100%;
}

.tabs_block_vertical .modal__img__container .tabs-img img {
  max-width: 200%;
}

.tabs_block_vertical .modal__img__container .tabs-img img.open {
  width: 200%;
}

.vertical-tab-link {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

.content-slider-block-slider .swiper-slide {
  padding: 60px;
  padding-top: 0;
}

.content-slider-block-slider .swiper-slide .sub-content {
  background: #F7F9FB;
  height: 100%;
  min-height: 400px;
  border-radius: 10px;
  padding: 30px;
}

.content-slider-block-slider .control-btn {
  background: #FF9400;
  color: #FFF;
  font-size: 18px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.content-slider-block-slider .control-btn:after {
  font-size: 12px;
  font-weight: 700;
}

.content-slider-block-slider .swiper-pagination-bullet {
  background: #000;
}

.content-slider-block-slider .swiper-pagination-bullet-active {
  background: #FF9400;
}

.content-slider-block-slider .content-slider-slide-title {
  color: #013065;
}

.content-slider-block-slider .content-slider-slide-modal-btn {
  font-size: 14px;
  color: #013065;
  border-bottom: 1px solid #013065;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  cursor: pointer;
  margin-bottom: 20px;
  display: block;
  margin-top: 10px;
}

.content-slider-block-slider .slider-text-container__wrap {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.content-slider-block-slider .content-slider-slide-img {
  max-height: 350px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}

.content-slider-block-slider .content-slider-slide-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.swiper-android .swiper-slide, .swiper-wrapper.open {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.swiper-pagination.close {
  z-index: 0;
}

.swiper-button-next.close, .swiper-button-prev.close {
  z-index: 0;
}

#header.close {
  z-index: 0;
}

.content-slider-block-slider .modal__overlay {
  background: rgba(30, 48, 65, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.content-slider-block-slider .modal__container {
  max-width: 650px;
}

.content-slider-block-slider .modal__close {
  margin-left: 5px;
  outline: none;
}

.comparative-block .comparative-block-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comparative-block .comparative-block-items .item-cont {
  width: 48%;
  background: #F7F9FB;
  border-radius: 10px;
}

.comparative-block .comparative-block-items .item-cont .comparative-block-item-title {
  padding: 20px;
  background: var(--assino-color);
  border-radius: 10px;
}

.comparative-block .comparative-block-items .item-cont .comparative-block-item-title h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: var(--bs-body-bg);
}

.comparative-block .comparative-block-items .item-cont .comparative-block-item-list {
  padding: 0;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}

.comparative-block .comparative-block-items .item-cont .comparative-block-item-list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDE4EB;
}

.comparative-block .comparative-block-items .item-cont .comparative-block-item-list li:last-child {
  border-bottom: 1px solid #f7f9fb;
}

.comparative-block .comparative-block-items .item-cont .comparative-block-item-list li h3 {
  font-size: 14px;
  margin: 0;
}

.comparative-block .comparative-block-items .item-cont .comparative-block-item-list .comparative-block-list-li-title h3 {
  margin: 0;
  line-height: 1.78em;
}

.comparative-block .comparative-block-items .item-cont .comparative-block-item-list .comparative-block-list-li-total h3 {
  margin: 0;
}

.comparative-block .comparative-block-items .item-cont .comparative-block-total {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #DDE4EB;
  border-radius: 10px;
}

.comparative-block .comparative-block-items .item-cont .comparative-block-total .part1 .comparative-block-item-total-title h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.comparative-block .comparative-block-items .item-cont .comparative-block-total .part1 .comparative-block-item-total-subtitle h4 {
  margin: 0;
  font-size: 12px;
  color: var(--assino-color);
  margin-top: 5px;
}

.comparative-block .comparative-block-items .item-cont .comparative-block-total .part2 .comparative-block-item-total-count h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.comparative-block-btn-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 40px;
}

.comparative-block-btn-cont a {
  background: #fcaf17;
  padding: 10px 25px;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.comparative-block-btn-cont a:hover {
  color: #FFF;
  background: #08c;
}

.IT-security_left, .IT-security_right {
  padding-left: 0;
  padding-right: 0;
}

.IT-security__img_wrapper {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 420px;
  border-radius: 10px;
}

.IT-security__content_wrapper {
  padding-left: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 5)), 70px);
  padding-right: 20px;
  padding-top: clamp(40px, calc(2.5rem + ((1vw - 3.2px) * 6)), 100px);
  padding-bottom: clamp(40px, calc(2.5rem + ((1vw - 3.2px) * 6)), 100px);
}

.IT-security__title_wrapper.section-title h2 {
  font-size: clamp(27px, calc(1.6875rem + ((1vw - 3.2px) * 1.3)), 40px);
  min-height: 0vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: white;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  max-width: 17ch;
  margin: 0;
}

.IT-security__title_wrapper.section-title h2::after {
  content: none;
}

.IT-security__content_wrapper ol {
  counter-reset: example;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(25px, calc(1.5625rem + ((1vw - 3.2px) * 2.5)), 50px);
}

.IT-security__content_wrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  min-height: 50px;
  color: #646464;
  position: relative;
  padding-left: clamp(68px, calc(4.25rem + ((1vw - 3.2px) * 5.2)), 120px);
  border-radius: 100px;
  max-width: 50ch;
}

.IT-security__content_wrapper li::before {
  counter-increment: example;
  content: counter(example);
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 1.6)), 40px);
  min-height: 0vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  position: absolute;
  top: -7px;
  left: 0;
  width: clamp(50px, calc(3.125rem + ((1vw - 3.2px) * 2.5)), 75px);
  height: clamp(50px, calc(3.125rem + ((1vw - 3.2px) * 2.5)), 75px);
  color: #fff;
  background-color: var(--assino-color);
  text-align: center;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  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;
}

.IT-security__title_wrapper.section-title {
  margin: 0;
  padding: 0;
  text-align: left;
}

.it-audit__img_wrapper {
  min-height: 360px;
  padding-right: clamp(12px, calc(0.75rem + ((1vw - 3.2px) * 1.7647)), 30px);
}

.it-audit__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-title.it-audit__content_wrapper {
  text-align: left;
}

h2.it-audit__title {
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

h2.it-audit__title span {
  color: #0066cc;
}

.it-audit__sub_title {
  color: #646464;
  margin-bottom: 15px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.78em;
}

.it-audit__content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.it-audit__content_wrapper p {
  font-size: 18px;
  color: #646464;
  display: block;
  margin-bottom: 15px;
  line-height: 1.78em;
}

.it-audit__items {
  margin-bottom: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 3.9216)), 60px);
}

h2.pharmaceutical-1c__title {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}

h2.pharmaceutical-1c__title span {
  color: #0066cc;
}

.pharmaceutical-1c__descr {
  color: #646464;
  line-height: 1.78em;
  font-size: 16px;
  font-weight: 400;
}

.pharmaceutical-1c__img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.your-needs__content_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-top: 1px solid #EDF0F4;
  border-left: 1px solid #EDF0F4;
}

.your-needs__img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.your-needs__item_heading {
  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;
  gap: 15px;
}

.your-needs__item_title {
  font-size: 24px;
  color: #013065;
}

.your-needs__item {
  padding: 20px 30px;
  min-height: 90px;
  color: #646464;
  border-bottom: 1px solid #EDF0F4;
  font-size: 16px;
}

.your-needs__item:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}

.your-needs__item_cell-1 {
  -ms-grid-column: 1;
  grid-column: 1;
  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;
}

.your-needs__item_cell-2 {
  -ms-grid-column: 2;
  grid-column: 2;
  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;
  border-left: 1px solid #EDF0F4;
}

.your-needs__item_cell-2 .your-needs__button {
  display: inline-block;
  background: #fcaf17;
  color: #fff;
  padding: 10px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  border: 2px solid #fcaf17;
}

.your-needs__item_cell-2 .your-needs__button:hover {
  color: #fcaf17;
  background: transparent;
}

.capabilities_subtitle {
  color: #013065;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  max-width: 23ch;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.5882)), 24px);
}

.capabilities_subtitle::after {
  content: '';
  position: absolute;
  display: block;
  width: 70px;
  height: 2px;
  background: #fcaf17;
  bottom: 0;
  left: calc(50% - 35px);
}

.capabilities__descr {
  color: #646464;
  font-size: 16px;
}

.capabilities_col_center {
  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;
}

.u_profit__padding_top {
  padding-top: 128px;
}

.u_profit_heading {
  padding-top: 50px;
  position: relative;
}

.u_profit_arrow {
  max-width: 72px;
  position: relative;
  top: -115px;
}

.u_profit_icon {
  max-width: 56px;
  margin-bottom: 15px;
}

.u_profit_title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}

.tasksWeSolve__img {
  max-width: 170px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.tasksWeSolve__descr {
  line-height: 1.78em;
  color: #646464;
}

.integration__title {
  text-align: left;
}

.integration__title span {
  color: #0066cc;
}

.integration_sub_title {
  font-size: 18px;
  color: #646464;
  display: block;
  margin-bottom: 15px;
}

.integration_img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.integration p {
  line-height: 1.78em;
}

.integrationGlobalErpSystem__heading {
  text-align: left;
  position: relative;
}

.integrationGlobalErpSystem__bg {
  max-width: 150px;
  position: absolute;
  top: -80%;
  left: calc(50% - 75px);
}

h2.integrationGlobalErpSystem__title::after {
  content: none;
}

.integrationGlobalErpSystem__sub_title span {
  color: #0066cc;
}

.integrationGlobalErpSystem__sub_title {
  font-size: 36px;
  line-height: 1.78em;
  font-weight: 400;
  margin-bottom: 20px;
  color: #013065;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  max-width: 35ch;
}

.integrationGlobalErpSystem__sub_title::after {
  content: '';
  position: absolute;
  display: block;
  width: 70px;
  height: 2px;
  background: #fcaf17;
  bottom: 0;
  left: 0;
}

.integrationGlobalErpSystem_lblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.integrationGlobalErpSystem_img {
  max-width: 100%;
  width: 340px;
}

.integrationGlobalErpSystem_list_title {
  font-size: 18px;
  color: #646464;
  display: block;
  margin-bottom: 15px;
  line-height: 1.78em;
}

.integrationGlobalErpSystem_p {
  line-height: 1.78em;
  font-size: 16px;
  font-weight: 300;
}

.integrationOtherSystems__title {
  text-align: left;
}

.integrationOtherSystems__title span {
  color: #0066cc;
}

.integrationOtherSystems_sub_title {
  font-size: 18px;
  color: #646464;
  display: block;
  line-height: 1.78em;
  margin-bottom: 15px;
}

.integrationOtherSystems_img {
  max-width: 100%;
  height: auto;
}

.resultDataTransfer {
  overflow: hidden;
  text-align: center;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.5882)), 20px);
}

.resultDataTransfer__wrapper {
  padding: clamp(60px, calc(3.75rem + ((1vw - 3.2px) * 1.9608)), 80px) 0;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-shadow: inset 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 4px 16px rgba(0, 0, 0, 0.05);
}

.resultDataTransfer__descr {
  max-width: 70ch;
  margin: 0 auto 30px auto;
  color: #646464;
  padding: 0 15px;
}

.resultDataTransfer__button {
  display: inline-block;
  max-width: 300px;
  color: #393939;
}

.resultDataTransfer.gray .resultDataTransfer__wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f7f7f7;
}

.solution_perfect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-left: 6px solid #fcaf17;
  position: relative;
}

.solution_perfect__item .solution_perfect-number {
  position: absolute;
  font-size: 50px;
  color: #fff;
  background-color: #013065;
  height: 100%;
  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;
  width: 65px;
  left: -68px;
  z-index: -1;
}

.solution_perfect__item:hover .solution_perfect-number {
  background-color: #fcaf17;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.solution_perfect__item .solution_perfect-number {
  max-height: 70px;
}

.solution_perfect__padding_top {
  padding-top: clamp(60px, calc(3.75rem + ((1vw - 3.2px) * 1.9608)), 80px);
}

.solution_perfect__description {
  margin: 0 10%;
}

.implementScmAssino__img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}

.implementScmAssino_textblock {
  text-align: left;
  margin-left: 15px;
}

.implementScmAssino__sub_title {
  font-size: 18px;
  color: #013065;
  font-weight: 600;
  line-height: 1.78em;
}

.implementScmAssino__descr {
  color: #646464;
  line-height: 1.78em;
}

.freeAudit {
  padding: clamp(60px, calc(3.75rem + ((1vw - 3.2px) * 1.9608)), 80px) 0;
  -webkit-box-shadow: inset 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 4px 16px rgba(0, 0, 0, 0.05);
  background-color: var(--important-color);
  text-align: center;
  color: white;
}

.freeAudit__title {
  margin-bottom: 30px;
}

.freeAudit__descr {
  max-width: 120ch;
  margin: 0 auto 50px auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.78em;
}

.freeAudit__button {
  background-color: white;
  border: 2px solid white;
  color: #0088cc;
}

.freeAudit__button:hover {
  border: 2px solid white;
  background-color: transparent;
}

.careerAssino {
  padding-top: 145px;
}

.careerAssino__bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.careerAssino__title {
  font-size: clamp(34px, calc(2.125rem + ((1vw - 3.2px) * 3.7255)), 72px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
}

.careerAssino__btn {
  max-width: 300px;
  text-align: center;
  margin: 0 auto 70px auto;
}

.careerAssino__item_img {
  max-width: 100%;
  width: 47px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.careerAssino__item_title {
  font-size: 16px;
  max-width: 20ch;
}

.success_stories {
  margin-top: 80px;
}

.success_stories__title span {
  color: #06c;
}

.success_stories__item_wrapper {
  margin-bottom: 30px;
}

.success_stories__item {
  background-color: white;
  padding: 30px;
  border: 1px solid #e6e6e6;
  border-top: 6px solid #638bbc;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.success_stories__item:hover {
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.success_stories__icon {
  margin-right: 30px;
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.success_stories__name {
  color: #013065;
  font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.3922)), 18px);
}

.success_stories__post {
  font-size: clamp(12px, calc(0.75rem + ((1vw - 3.2px) * 0.3922)), 16px);
  color: #646464;
}

.success_stories__sub_title {
  margin-bottom: 10px;
  display: block;
  font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.7843)), 24px);
  color: #013065;
}

.success_stories_bg {
  bottom: 80px;
  right: 0;
}

.success_stories__descr {
  font-size: 16px;
  line-height: 1.78em;
  color: #646464;
}

.solveYourProblems__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.solveYourProblems__accordion_header {
  border: 1px solid #e6e6e6;
  border-top: 5px solid #638bbc;
  padding: 15px;
  gap: 20px;
  -webkit-transition: margin 0.5s ease-in-out;
  transition: margin 0.5s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.solveYourProblems__accordion_title {
  color: #013065;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.solveYourProblems__accordion[open] .solveYourProblems__accordion_header {
  border-top: 5px solid #fcaf17;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.solveYourProblems__accordion:hover .solveYourProblems__accordion_header {
  border-top: 5px solid #fcaf17;
}

.solveYourProblems__accordion_icon {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}

.solveYourProblems__accordion_img {
  margin-bottom: 30px;
  height: 100px;
  width: 100px;
}

.solveYourProblems__accordion_content {
  padding: 30px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.solveYourProblems__accordion_btn {
  gap: 20px;
  padding: 15px;
  border: 5px solid #fcaf17;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.solveYourProblems__accordion_btn:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.solveYourProblems__accordion_btn span {
  color: #013065;
  font-size: 20px;
  font-weight: 400;
}

.advantages_integration__wrapper {
  row-gap: 102px;
}

.advantages_integration__subtitle {
  color: #013065;
  font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.2px) * 0.6863)), 20px);
  line-height: 1.78em;
  margin-bottom: 25px;
}

.advantages_integration__subtitle span {
  color: #0066cc;
}

.advantages_integration__descr {
  color: #646464;
  font-size: clamp(11px, calc(0.6875rem + ((1vw - 3.2px) * 0.4902)), 16px);
  line-height: 1.78em;
}

.advantages_integration__img {
  width: 128px;
  height: 128px;
  -o-object-fit: contain;
  object-fit: contain;
}

.advantages_integration__counter {
  width: 100%;
  height: 100%;
}

.advantages_integration__counter span {
  display: block;
  position: relative;
  width: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.8235)), 120px);
  height: clamp(30px, calc(1.875rem + ((1vw - 3.2px) * 8.8235)), 120px);
  font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 6.8627)), 90px);
  text-align: center;
  border-radius: 100%;
  background: #0a4ea1;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.row:not(:last-child) .advantages_integration__counter span::after {
  content: '';
  display: block;
  position: absolute;
  height: 250px;
  width: 4px;
  background: #0a4ea1;
  left: calc(50% - 2px);
  bottom: -250px;
  z-index: -1;
}

/* .percents h2 {
  text-align: center;
} */

.business_result_item__inpersent {
  margin-top: -24px;
  max-width: 900px;
  margin: 0 auto;
}

.percent-item {
  width: 100%;
  padding: 0 24px 0 24px;
}

.percent-item__img {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.percent-item__num {
  font-size: 54px;
  line-height: 1;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
  color: #646464;
}


.percent-item__title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #646464;
}

.percent-item__link {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #646464;
}

.percent-item__img img {
  width: auto;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
}

.business_result_item__inpersent {
  padding: 0;
  border: 0;
}

.swiper-review__button-next::after, .swiper-review__button-prev::after {
  color: #e0e0e0;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
  font-size: 30px;
  font-weight: bold;
}

.swiper-review__button-next:hover::after, .swiper-review__button-prev:hover::after {
  color: #fbae1f;
}

.swiper-review__button-next {
  right: -5px;
}

.swiper-review__button-prev {
  left: -5px;
}

.review_slider__slider {
  padding: 0 20px;
}

.review_slider__item {
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.review_slider .review_slider__slider .swiper-review__pagination {
  margin: 20px auto 0;
  width: 100% !important;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.review_slider .review_slider__slider .swiper-review__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E5E5E5;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

.review_slider .review_slider__slider .swiper-review__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #4F85C6;
}

/* buttonsection */
.buttonsection {
  margin-top: -40px;
}

.buttonsection .buttonsection-wrap {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttonsection .buttonsection-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
  width: 65%;
}

.buttonsection .button-section_btn {
  display: inline-block;
  background: var(--important-color);
  color: #fff;
  padding: 10px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  -webkit-box-shadow: 1.7px 5.8px 21px 0 rgb(0 170 255 / 21%);
  box-shadow: 1.7px 5.8px 21px 0 rgb(0 170 255 / 21%);
  border: 2px solid var(--important-color);
  overflow: hidden;
  position: relative;
}

.buttonsection .button-section_btn:hover{
  background: #0c93d7;
  color: #fff;
}

.buttonsection.orange .button-section_btn{
  background: #fcaf17;
  border: 2px solid #fcaf17;
  -webkit-box-shadow: 1.7px 5.8px 21px 0 var(--bs-btn-yellow-shadow-color);
  box-shadow: 1.7px 5.8px 21px 0 var(--bs-btn-yellow-shadow-color);
  letter-spacing: 0;
  overflow: hidden;
}

.buttonsection.orange .button-section_btn:hover{
  border: 2px solid var(--bs-btn-yellow-hov-color);
  background: var(--bs-btn-yellow-hov-color);
}

.buttonsection .button-section_btn::before {
  content: '';
  position: absolute;
  top: -50%;
  bottom: -50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
  width: 45px;
  -webkit-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
  transform: skewX(-22deg);
  left: -65%;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* buttonsection */

.faq-item {
  border: 1px solid #ededed;
  -webkit-transition: var(--fast);
  transition: var(--fast);
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.faq-item:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 30px 30px 30px;
  cursor: pointer;
  position: relative;
}

.faq-question__content {
  line-height: 1;
  font-size: 18px;
  line-height: 1.78em;
  font-weight: 600;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 40px;
  color: #013065;
}

.faq-item .faq-question .plusminus {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.faq-item .faq-question .plusminus::before {
  content: "";
  display: block;
  background-color: #013065;
  position: absolute;
  top: 50%;
  left: 0;
  transition: .35s;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.faq-item .faq-question .plusminus::after {
  content: "";
  display: block;
  background-color: #013065;
  position: absolute;
  top: 50%;
  left: 0;
  transition: .35s;
  width: 100%;
  height: 2px;
  transform: translateY(-50%) rotate(90deg);
}

.faq-item--open .faq-question .plusminus::before {
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
  background-color: #fcaf17;
}

.faq-item--open .faq-question .plusminus::after {
  transform: translateY(-50%) rotate(0);
  background-color: #fcaf17;
}

.faq-counter {
  color: #fcaf17;
  font-weight: 600;
  font-size: 18px;
}

.faq-response {
  display: none;
  padding: 0px 80px 45px 90px;
  color: #646464;
  font-size: 16px;
  line-height: 26px;
}

.faq-response > p {
  margin-bottom: 0;
}

.double ul li::marker {
  color: #fcaf17;
}

.double a[data-gallery] {
  margin-bottom: 10px;
  display: block;
}

.modal__content .b-unisender-form input{
  line-height: 1.5;
  border: var(--bs-border-width) solid #dee2e6;
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.modal__content .b-unisender-form input:focus, .modal__content .b-unisender-form select:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid #86b7fe!important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)!important;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)!important;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.modal__content .b-unisender-form select {
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  background: url('/wp-content/uploads/2024/05/caret-down-fill.svg') no-repeat right;
  background-size: 12px;
  background-position-x: calc(100% - 8px);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.modal__content .b-unisender-form .b-unisender-form__submit-button {
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  border: 2px solid var(--important-color);
  overflow: hidden;
  position: relative;
  border: 2px solid #fcaf17;
  -webkit-box-shadow: 1.7px 5.8px 21px 0 var(--bs-btn-yellow-shadow-color) !important;
  box-shadow: 1.7px 5.8px 21px 0 var(--bs-btn-yellow-shadow-color) !important;
}

.modal__content .b-unisender-form .b-unisender-form__submit-button:hover {
  background: transparent;
  color: #fcaf17;
}

/* GEO */
.geo {
  margin-left: 25px;
}
.geo__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
}

.geo__result i {
  margin-right: 5px;
}

.geo-submit {
  display: none;
  position: absolute;
  right: 0;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.geo-submit__text {
  font-size: 16px;
  margin-bottom: 25px;
}
.geo-submit__text span {
  display: block;
  font-weight: 700;
}

.geo-submit__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.geo-submit__actions span {
  margin: 0 10px;
}

.geo-submit__select {
  padding: 0;
  background: none;
  border: none;
  font-weight: 700;
  color: #646464;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.geo-submit__select:hover {
  opacity: .7;
}

.geo-submit__close {
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 15px;
  color: #646464;
  font-size: 24px;
}

.geo-submit span.desk {
  display: inline-block;
}

.geo-submit span.mob {
  display: none;
}

.modal-sender .modal__container {
  max-width: 650px;
  overflow: visible;
}

.modal-sender .modal__container .modal__left-img {
  width: 235px;
  position: absolute;
  left: -161px;
  top: -30px;
}

.modal-sender .modal__container .modal__left-img img {
  width: 100%;
}

.modal-geo .modal__container {
  max-width: 650px;
  width: 650px;
}

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

.modal-geo__title {
  text-align: left;
}

.modal-geo__search {
  margin-right: 30px;
  position: relative;
}
.modal-geo__search input {
  width: 250px;
}

.modal-geo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-geo__item {
  width: 25%;
}
.modal-geo__item button {
  border: none;
  background: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.modal-geo__item button:hover {
  color: var(--bs-btn-hover-color);
}

.modal-geo__item._hide {
  display: none;
}

.modal-geo__message._hide {
  display: none;
}

.header-topbar-right__phone {
  margin-left: 25px;
}

.nav-link-numbers i {
  display: none;
}

.pretitle__city {
  display: inline-block;
  padding: 3px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  color: #013065;
  margin-bottom: 5px;
}

.blog .entry-single .entry-content ul.wsp-pages-list li::before,
.blog .entry-single .entry-content ul.wsp-posts-list li::before,
.blog .entry-single .entry-content ul.wsp-citys-list li::before,
.blog .entry-single .entry-content ul.wsp-vacancys-list li::before,
.blog .entry-single .entry-content ul.wsp-portfolio-items-list li::before {
  background-color: #08c;
  top: 9px;
}

.reviews_wrap_item {
  border: 1px solid #ededed;
  padding: 25px 20px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.reviews_wrap_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews_wrap_item_info_ava {
  height: 50px;
  min-width: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}

.reviews_wrap_item_info_title p {
  color: #013566;
  font-size: 16px;
  margin-bottom: 0px;
}

.reviews_wrap_item_desc {
  margin: 20px 0px 0px 0px;
}

.reviews_wrap_item_info_title_star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}

.reviews_wrap_item_info_title_star img {  
  width: 20px;
  margin-right: 5px;
}

.copyright a {
  margin-left: 15px;
}

.faq_wrap {
  margin-top: 30px;
}

.faq_wrap h2 {
  color: #013065;
}

.faq_wrap_list_item {
  margin-top: 20px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq_wrap_list_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.faq_wrap_list_item_head_btn {
  position: relative;
  min-width: 26px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid #013065;
}


.faq_wrap_list_item_head_btn::before,
.faq_wrap_list_item_head_btn::after {
  content: "";
  display: block;
  background-color: #013065;
  position: absolute;   
  top: 50%; 
  left: 4px;
  -webkit-transition: .35s;
  transition: .35s;
  width: 14px;
  height: 2px;
}

.faq_wrap_list_item_head_btn::before {    
  -webkit-transform: translatey(-50%);    
  -ms-transform: translatey(-50%);    
  transform: translatey(-50%);
}

.faq_wrap_list_item_head_btn::after {
  -webkit-transform: translatey(-50%) rotate(90deg);
  -ms-transform: translatey(-50%) rotate(90deg);
  transform: translatey(-50%) rotate(90deg);
}

.faq_wrap_list_item_head h5 {
  font-size: 18px;
  line-height: 1.78em;
  font-weight: 600;
  margin-right: auto;
  color: #013065;
  margin-bottom: 0px;
}

.faq_wrap_list_item.active .faq_wrap_list_item_head_btn::before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
  -ms-transform: translatey(-50%) rotate(-90deg);
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.faq_wrap_list_item.active .faq_wrap_list_item_head_btn::after {
  -webkit-transform: translatey(-50%) rotate(0);
  -ms-transform: translatey(-50%) rotate(0);
  transform: translatey(-50%) rotate(0);
}

.faq_wrap_list_item_body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: none;
  padding-top: 15px;
}

.faq_wrap_list_item_body p {
  margin-bottom: 0px;
}

.partners {
  padding-top: 10px;
}

.partners_wrap_item {
  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-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ededed;
  height: 100%;
  padding: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.partners_wrap_item_img {
  min-height: 120px;
  height: 120px;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.partners_wrap_item_img img {
  max-height: 90%;
}

.partners_wrap_item h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.partners_wrap_item:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fixed_nav_wrap {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.fixed_nav_wrap_feature {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fixed_nav_menu { 
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #fff;
  /* border: 10px solid rgba(188, 195, 208, 0.5); */
  -webkit-box-shadow: 0 4px 16px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px 9px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  pointer-events: auto;
}

.fixed_nav_menu_item {
  padding: 14px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  cursor: pointer;
  background-color: #fff;
}

.fixed_nav_menu_item span {
  color: #1d2023;
  white-space: nowrap;
}

.fixed_nav_menu_item:hover {
  opacity: 0.6;
}

.fixed_nav_menu_item.active {
  background-color: #08c;
}

.fixed_nav_menu_item.active span {
  color: #fff;
}

.fixed_nav_wrap_current {
  display: none;
}

.fixed_nav_wrap_btn {
  display: none;
  cursor: pointer;
}

.fixed_nav_menu_item_btn {
  display: none;
}

.information_block_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 32px;
}

.information_block_main_item {
  width: calc(100%/3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32px 40px;
  position: relative;
  border-bottom: 1px solid #ececec;
}

.information_block_main_item::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 32px;
  width: 1px;
  height: calc(100% - 64px);
  background-color: #ececec;
}

.information_block_main_item:nth-child(3n + 4) {
  padding: 32px 40px 32px 0px;
}

.information_block_main_item:nth-child(3n) {
  padding: 32px 0px 32px 40px;
}

.information_block_main_item:nth-child(3n)::after {
  display: none;
}

.information_block_main_item:first-child {
  padding: 0px 40px 32px 0px;
}

.information_block_main_item:nth-child(2) {
  padding: 0px 40px 32px 40px;
}

.information_block_main_item:nth-child(3) {
  padding: 0px 0px 32px 40px;
}

.information_block_main_item:first-child::after,
.information_block_main_item:nth-child(2)::after,
.information_block_main_item:nth-child(3)::after  {
  height: calc(100% - 32px);
  top: 0px;
}

.information_block_main_item:last-of-type {
  padding: 32px 0px 0px 40px;
  border-bottom: none;
}

.information_block_main_item:nth-last-of-type(2) {
  padding: 32px 40px 0px 40px;
  border-bottom: none;
}

.information_block_main_item:nth-last-of-type(3) {
  padding: 32px 40px 0px 0px;
  border-bottom: none;
}

.information_block_main_item:last-of-type::after,
.information_block_main_item:nth-last-of-type(2)::after,
.information_block_main_item:nth-last-of-type(3)::after  {
  height: calc(100% - 32px);
}


.information_block_main_item p {
  margin: 15px 0px 0px 0px;
}

.information_block_main_item_icon {
  min-width: 60px;
  height: 60px;
  border-radius: 24px;
  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;
  background-color: #1c3764;
  margin-left: 20px;
}

.block_scheme .section-title {
  padding-bottom: 0px;
}

.block_scheme_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.block_scheme_main_item {
  width: 20%;
  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;
  position: relative;
  padding: 0px 10px;
  margin: 30px 0px 0px 0px;
}


.block_scheme_main_item::after {
  content: '';
  position: absolute;
  top: 33px;
  right: -53px;
  height: 4px;
  width: 100px;
  background-image: radial-gradient(#fcaf17 40%, transparent 50%);
  background-size: 10px 10px;
  background-repeat: repeat-x;
  background-position: 0 center;
  display: block;
}

.block_scheme_main_item:nth-child(5n):after {
  display: none;
}

.block_scheme_main_item:last-child::after {
  display: none;
}

.block_scheme_main_item_img {
  height: 72px;
  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;
  position: relative;
}

.block_scheme_main_item_img img {
  max-height: 100%;
}

.block_scheme_main_item p {
  margin-bottom: 0px;
  text-align: center;
}

.block_scheme_main_item h4 {
  text-align: center;
}

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

.mode_selection_title p {
  font-size: 20px;
  line-height: 30px;
  max-width: 50%;
}

.mode_selection_title .section-title {
  max-width: 40%;
}

.mode_selection_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mode_selection_main_item {
  width: calc(50% - 8px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 24px;
  margin-top: 16px;
}

.mode_selection_main_item:first-child {
  margin-top: 0px;
}

.mode_selection_main_item:nth-child(2) {
  margin-top: 0px;
}

.mode_selection_main_item_text {
  width: 55%;
  padding: 20px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mode_selection_main_item_text h4 {
  margin-bottom: 0px;
}

.mode_selection_main_item_text ul {
  padding-left: 1rem;
  margin-bottom: 0px;
}

.mode_selection_main_item_text ul li {
  margin-top: 10px;
}

.mode_selection_main_item_img {
  min-height: 302px;
  width: 45%;
  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;
  position: relative;
  padding: 24px;
  background-color: #FBFBFB;
  border-radius: 20px;
}

.mode_selection_main_item_img img {
  max-width: 100%;
  max-height: 100%;
}

/* sidebar sticky  */
.blog_single_news .sidebar_sticky {
  position: sticky;
  right: 0px;
  top: 80px;
}

.sidebar_sticky .sidebar_sticky_slider {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 0 30px 10px;
}

.sidebar_sticky .sidebar_sticky_slider .swiper-slide img {
  width: 100%;
}

.sidebar_sticky .sidebar_sticky_slider .swiper-slide_wrap_text {
  padding: 30px;
}

.sidebar_sticky .sidebar_sticky_slider .swiper-slide_wrap_text h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 10px;
  color: #545454;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar_sticky .sidebar_sticky_slider .swiper-slide_wrap_text:hover h3 {
  color: var(--important-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar_sticky .sidebar_sticky_slider .swiper-slide_wrap_text p {
  color: #646464;
  margin-bottom: 10px;
}

.sidebar_sticky .sidebar_sticky_slider .swiper-slide_wrap_text span {
  font-size: 14px;
  color: #6c6c6c;
  font-weight: bold;
}

.sidebar_sticky .sidebar_sticky_slider .swiper-pagination {
  bottom: 5px;
}

.sidebar_sticky .sidebar_sticky_slider .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  background: #4f85c6;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.2;
}

.sidebar_sticky .sidebar_sticky_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}


/* author style  */

.sidebar_author img {
  max-width: 100%;
}

.blog.blog-author {
  padding: 0 0 80px 0;
}

#load-more-posts {
  margin: 30px auto 0 auto;
  display: block;
}

.hosting_wrap_image img {
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 1.7px 5.8px 21px 0 rgb(137 133 125 / 50%);
  box-shadow: 1.7px 5.8px 21px 0 rgb(137 133 125 / 50%);
}

.title_gray_wrap h2.top_gray_title-author {
  text-align: left;
  margin-bottom: 30px;
}

.title_gray_wrap p.top_gray_text-author {
  text-align: left;
}

/* gutenberg link */

.gutenberg_link {
  background: #F7F9FB;
  padding: 30px 50px 30px 30px;
  margin: 30px 0px;
  display: block;
  position: relative;
  font-size: 19px;
  color: #646464;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: 700;
  border-radius: 10px;
}

.gutenberg_link i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gutenberg_link i::before {
  font-weight: 700 !important;
}

.gutenberg_link:hover {
  color: #08c;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* gutenberg solutions */

.gutenberg_solutions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 30px 0px;
  background: #F7F9FB;
  padding: 30px;
  border-radius: 10px;
}

.gutenberg_solutions_text {
  width: calc(70% - 15px);
}

.gutenberg_solutions_img {
  width: calc(30% - 15px);
  position: relative;
}

.gutenberg_solutions_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gutenberg_solutions_text .section-title {
  text-align: left;
  padding-bottom: 0px;
}

.gutenberg_solutions_text_down {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gutenberg_solutions_text_down span {
  color: #013065;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.gutenberg_solutions_text_down a {
  background: #fcaf17;
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  border: 2px solid #fcaf17;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gutenberg_solutions_text_down a::after {
  content: '';
  position: absolute;
  top: -50%;
  bottom: -50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
  width: 45px;
  -webkit-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
  transform: skewX(-22deg);
  left: -65%;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.gutenberg_solutions_text_down a:hover {
  border: 2px solid var(--bs-btn-yellow-hov-color);
  background: var(--bs-btn-yellow-hov-color);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* gutenberg form blog  */
.entry-content .freeaudit_new {
  margin: 30px 0px;
}

.entry-content .freeaudit_new .freeaudit_new_wrap {
  padding: 30px;
}


/* related  */
.blog.related_blog {
  padding: 0px 0px 80px 0px;
}

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

.related_blog_more a {
  font-size: 16px;
}

.single .blog.related_blog .entry .entry-title {
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 20px;
}

.single .blog.related_blog .entry .entry-title::before {
  display: none;
}

/* rating */
.post_rating {
  margin-top: 60px;
}

.post_rating_wrap {
  background: #F7F9FB;
  padding: 40px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post_rating_wrap_form h3 {
  margin: 0px;
}

.post_rating_wrap_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post_rating_wrap_share h3 {
  margin: 0px;
}

.post_rating_wrap_share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.post_rating_wrap_share ul li {
  margin-left: 20px;
}

.post_rating_wrap_share ul li a img {
  width: 40px;
}

.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating-stars .star {
  cursor: pointer;
  font-size: 30px;
  color: #6c6c6c;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Стандартный синтаксис */
}

#display-rating-stars .rating-stars .star.filled {
  color: #fcaf17;
}

#post-rating-form .rating-stars .star.hover {
  color: #fcaf17;
}

#submit-rating {
  position: absolute;
  z-index: -9;
  visibility: hidden;
  opacity: 0;
}
.post_rating_wrap_form_item {
  position: relative;
  margin-bottom: 5px;
}
.post_rating_wrap_form_item #post-rating-form {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.post_rating_wrap_form_item:hover #post-rating-form {
  opacity: 1;
}

.post_rating_wrap_form p {
  margin-bottom: 0px;
  line-height: 16px;
  font-size: 13px;
  white-space: nowrap;
}

.post_rating_wrap_form p span {
  font-weight: 600;
}

.post_rating_wrap_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.post_rating_wrap_form_block {
  position: absolute;
  left: 220px;
  top: 0px;
}


/* entry-form */

.entry-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 15px 0px 30px 0px;
  background: #F7F9FB;
  padding: 30px;
  border-radius: 10px;
}

.entry-form .entry-form_text {
  width: calc(40% - 30px);
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.entry-form .entry-form_text h3 {
  margin-bottom: 20px;
}

.entry-form .entry-form_text_author {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.entry-form .entry-form_text_author img {
  max-width: 60px;
  border-radius: 50%;
}

.entry-form .entry-form_text_author p {
  margin: 10px 0px 0px 0px;
  font-size: 18px;
  font-weight: 600;
  color: #646464;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.entry-form .entry-form_text_author span {
  color: #646464;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.entry-form .need-cons-form {
  width: calc(60% - 15px);
}

.entry-form .need-cons-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.entry-form .need-cons-form form .post_callback_item {
  width: 100%;
}

.entry-form .need-cons-form form .post_callback_item.half {
  width: 100%;
  width: calc(50% - 8px);
}

.entry-form_text_author:hover p,
.entry-form_text_author:hover span {
  color: #08c;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


.thank {
  padding-top: 80px;
}

.thank_block {
  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;
}

.thank_block_img {
  margin-bottom: 50px;
}

.thank_block h2 {
  text-align: center;
  margin-bottom: 25px;
}

.thank_block p {
  font-family: Georgia,serif;
  font-size: 17px;
  color: #646464;
  text-align: center;
}

.thank_links {
  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;
  margin-bottom: 20px;
}

.thank_links a {
  margin-bottom: 10px;
}

.web_case_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

.web_case_item_img {
  display: block;
  height: 230px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}

.web_case_item_img img {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}

.web_case_item_img:hover img {
  transition: all 0.3s ease;
  transform: scale(1.1);
}

.web_case_item_tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.web_case_item_tags p {
  margin-right: 10px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.web_case_item_name {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.web_case_item_name img {
  max-width: 32px;
  margin-right: 10px;
}

.web_case_item_name h3 {
  margin-bottom: 0px;
}

.web_case_item_name h3 a {
  color: #646464;
  transition: all ease-in-out 0.3s;
}

.web_case_item_name h3 a:hover {
  color: #08c;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* tariffs  */

.tariffs_wrap_drop_head {
  display: none;
}

.tariffs_wrap_drop ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: none;
}

.tariffs_wrap_drop ul li {
  margin: 10px 10px 0px 0px;
}

.tariffs_wrap_drop ul li a {
  display: inline-block;
  background: #fff;
  color: var(--important-color);
  padding: 6px 25px;
  font-family: "Montserrat",sans-serif;
  transition: 0.3s;
  font-weight: 700;
  font-size: 12px;
  border-radius: 30px;
  border: 2px solid var(--important-color);
}

.tariffs_wrap_drop ul li a.active {
  background: var(--important-color);
  color: #fff;
}

.tariffs_wrap_drop ul li a:hover {
  background: var(--important-color);
  color: #fff;
}

.tariffs_wrap_drop ul li a svg {
  display: none;
}

.tariffs_wrap_table {
  margin-top: 30px;
}

.tariffs_wrap_table h3 {
  margin-bottom: 20px;
}

.tariffs_wrap .tab-content {
  margin-top: 30px;
}

.tariffs_wrap_table .table_preseschenie_wrap {
  margin-bottom: 20px;
}

.tariffs_wrap_btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.tariff_callback .mob {
  display: none;
}

.tariff_callback .desk {
  display: block;
}

.tariffs_wrap_btns_top {
  background: transparent;
  border: none;
  color: #08c;
  padding: 0px;
}

.tariffs_wrap_btns .btn {
  margin-right: 25px;
  transition: 0.3s;
}

.tariffs_wrap .tab-content p {
  font-size: 16px;
}

.tariffs_wrap .tab-content ul {
  list-style: none;
  padding: 0;
}

.tariffs_wrap .tab-content ul li {
  padding-left: 18px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #646464;
  line-height: 20px;
  margin-top: 10px;
}

.tariffs_wrap .tab-content ul li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fcaf17;
  left: 0;
  top: 8px;
  content: '';
}

/* tariffs  */

/* case page  */

.cases-page .clearfix {
  clear: both;
}

.cases-page .hidden-on-start {
  opacity: 0;
}

.cases-page .screen {
  position: relative;
}

.cases-page {
  overflow: hidden;
}

.cases-page .wrapper {
  line-height: 28px;
}

.cases-page .case-title {
  margin-bottom: 35px;
  padding: 0;
  font-size: 34px !important;
  line-height: 44px !important;
}
.cases-page .screen-case-info {
  margin-top: 75px;
  margin-bottom: 75px;
}
.cases-page .screen-case-info .short-info {
  float: left;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: 0 -15px 35px;
}
.cases-page .screen-case-info .short-info-block {
  float: left;
  width: 37.5%;
  padding: 0 15px;
}
.cases-page .screen-case-info .short-info-block:nth-child(3) {
  width: 25%;
}
.cases-page .screen-case-info .short-info-block-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.cases-page .screen-case-info .short-info-block p {
  margin: 0;
}
.cases-page .screen-case-info .large-info {
  overflow: hidden;
}
.cases-page .screen-case-info .large-info + .button-text {
  display: inline-block !important;
  width: auto !important;
  margin-top: 25px;
}
.cases-page .screen-case-desktop {
  margin-bottom: 165px;
}
.cases-page .screen-case-desktop .case-desktop-img .desktop-wrap {
  position: relative;
  display: block;
  width: 940px;
  height: 721px;
  margin: 0 auto;
  background-image: url('../img/img_case/desktop.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
.cases-page .screen-case-desktop .case-desktop-img .desktop-wrap .img-wrap {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 38px;
  bottom: 200px;
  overflow: hidden;
}
.cases-page .screen-case-desktop .case-desktop-img .desktop-wrap .img-wrap img {
  width: 100%;
}
.cases-page .screen-case-desktop .case-color-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  bottom: 90px;
  z-index: -1;
}
.cases-page .screen-case-responsive {
  position: relative;
}
.cases-page .screen-case-responsive .case-responsive-text {
  margin-bottom: 90px;
}
.cases-page .screen-case-responsive .case-responsive-img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1912px;
  height: 815px;
}
.cases-page .screen-case-responsive .case-responsive-img .ipad-wrap {
  position: relative;
  float: right;
  display: block;
  width: 1198px;
  height: 807px;
  margin: 0px -30px 0px 105px;
  background-image: url('../img/img_case/ipad.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
.cases-page .screen-case-responsive .case-responsive-img .ipad-wrap:before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  display: block;
  box-shadow: 10px 5px 40px 10px rgba(0, 0, 0, 0.35);
  border-radius: 40px;
  z-index: -1;
}
.cases-page .screen-case-responsive .case-responsive-img .ipad-wrap .img-wrap {
  position: absolute;
  left: 63px;
  right: 55px;
  top: 56px;
  bottom: 56px;
  overflow: hidden;
}
.cases-page .screen-case-responsive .case-responsive-img .ipad-wrap .img-wrap img {
  width: 100%;
}
.cases-page .screen-case-responsive .case-responsive-img .iphone-wrap {
  position: relative;
  float: right;
  display: block;
  width: 311px;
  height: 639px;
  margin: 25px -25px 25px 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
.cases-page .screen-case-responsive .case-responsive-img .iphone-wrap#iphone-1 {
  margin-top: -360px;
}
.cases-page .screen-case-responsive .case-responsive-img .iphone-wrap#iphone-3 {
  float: left;
  margin: -200px -25px 25px -10px;
}
.cases-page .screen-case-responsive .case-responsive-img .iphone-wrap:before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  display: block;
  box-shadow: 10px 5px 40px 10px rgba(0, 0, 0, 0.35);
  border-radius: 40px;
  z-index: -1;
}
.cases-page .screen-case-responsive .case-responsive-img .iphone-wrap.iphone-white {
  background-image: url('../img/img_case/iphone-white.png');
}
.cases-page .screen-case-responsive .case-responsive-img .iphone-wrap.iphone-black {
  background-image: url('../img/img_case/iphone-black.png');
}
.cases-page .screen-case-responsive .case-responsive-img .iphone-wrap .img-wrap {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 58px;
  bottom: 64px;
  overflow: hidden;
}
.cases-page .screen-case-responsive .case-responsive-img .iphone-wrap .img-wrap img {
  width: 100%;
}
.cases-page .screen-case-responsive .case-responsive-img .case-color-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 115px;
  z-index: -1;
}
.cases-page .screen-case-design {
  margin-bottom: 105px;
}
.cases-page .screen-case-design .case-design-text {
  margin-bottom: 80px;
}
.cases-page .screen-case-design .case-design-img {
  position: relative;
}
.cases-page .screen-case-design .case-design-img .img-wrap {
  position: relative;
  z-index: 2;
}
.cases-page .screen-case-design .case-design-img .img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: -1;
}
.cases-page .screen-case-design .case-design-img .img-wrap img {
  width: 100%;
}
.cases-page .screen-case-design .case-design-img #case-color-block-wrap .case-color-block {
  position: absolute;
  width: 760px;
  height: 760px;
  z-index: -1;
}
.cases-page .screen-case-design .case-design-img #case-color-block-wrap .case-color-block:nth-child(even) {
  right: -170px;
}
.cases-page .screen-case-design .case-design-img #case-color-block-wrap .case-color-block:nth-child(odd) {
  left: -170px;
}
.cases-page .screen-case-design .case-design-img #case-color-block-wrap .case-color-block:first-child {
  top: -55px;
}
.cases-page .screen-case-design .case-design-img #case-color-block-wrap .case-color-block:nth-child(2) {
  top: 50%;
  margin-top: -380px;
}
.cases-page .screen-case-design .case-design-img #case-color-block-wrap .case-color-block:last-child {
  bottom: -105px;
}
.cases-page .screen-case-inner {
  margin-top: 65px;
  margin-bottom: 0px;
}
.cases-page .screen-case-inner .case-inner-text {
  margin-bottom: 40px;
  padding: 0 15px;
}
.cases-page .screen-case-inner .case-inner-img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2128px;
}

.cases-page .screen-case-inner .case-inner-img .case-inner-wrap {
  margin: 40px;
}

.cases-page .screen-case-inner .case-inner-img .case-inner-wrap .img-wrap {
  position: relative;
  margin: 0;
  z-index: 2;
}
.cases-page .screen-case-inner .case-inner-img .case-inner-wrap .img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: -1;
}
.cases-page .screen-case-inner .case-inner-img .case-inner-wrap .img-wrap img {
  width: 100%;
}
.cases-page .screen-case-inner .case-inner-img[class*="flex-style-"] {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.cases-page .screen-case-inner .case-inner-img[class*="flex-style-"] .case-inner-wrap .case-inner-text {
  margin-bottom: 80px;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-2-column .case-inner-wrap {
  width: calc(50% - 80px);
}

.cases-page .screen-case-inner .case-inner-img.flex-style-2-column .case-inner-wrap .img-wrap + .img-wrap {
  margin-top: 80px;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-2-column .case-inner-wrap .case-inner-text {
  width: 50%;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-2-column .case-color-block {
  position: absolute;
  top: 30%;
  bottom: 20%;
  left: 0;
  right: 0;
  z-index: -1;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-2-column #inner-img-1 {
  order: 1;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-2-column #inner-img-2 {
  order: 2;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-4-column .case-inner-wrap {
  width: calc(25% - 80px);
}

.cases-page .screen-case-inner .case-inner-img.flex-style-4-column .case-inner-wrap .img-wrap + .img-wrap {
  margin-top: 80px;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-4-column .case-color-block {
  position: absolute;
  top: 50%;
  bottom: 20%;
  left: 0;
  right: 0;
  z-index: -1;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-4-column #inner-img-1 {
  order: 1;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-4-column #inner-img-2 {
  order: 2;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-4-column #inner-img-3 {
  order: 3;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 3;
  -ms-flex-order: 3;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-4-column #inner-img-4 {
  order: 4;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 4;
  -ms-flex-order: 4;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-smm {
  width: 83.33333%;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  justify-content: space-around;
  -webkit-box-pack: distribute;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-smm .case-color-block {
  position: absolute;
  top: 25%;
  bottom: 30%;
  left: -30%;
  right: -30%;
  z-index: -1;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-smm .case-inner-wrap.iphone-wrap:before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  display: block;
  box-shadow: 10px 5px 30px 10px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  z-index: -1;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-smm .case-inner-wrap.iphone-wrap#inner-img-2 {
  margin-top: 100px;
}

.cases-page .screen-case-inner .case-inner-img.flex-style-smm .case-inner-wrap.iphone-wrap .img-wrap {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 58px;
  bottom: 64px;
  margin: 0;
  overflow: hidden;
}
.cases-page .screen-case-inner .case-inner-img.flex-style-smm .case-inner-wrap.iphone-wrap .img-wrap img {
  width: 100%;
}
.cases-page .screen-case-404 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 80px;
}
.cases-page .screen-case-404 .case-404-img {
  margin-top: 65px;
}
.cases-page .screen-case-404 .case-404-img .img-wrap {
  position: relative;
  z-index: 2;
}
.cases-page .screen-case-404 .case-404-img .img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: -1;
}
.cases-page .screen-case-404 .case-404-img .img-wrap img {
  width: 100%;
}
.cases-page .screen-case-404 .case-color-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  height: 400px;
  z-index: -1;
}


/* calculator */
.calculator_block {
  background-color: #fff;
  padding-top: 50px;
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.calculator_block h2 {
  text-align: center;
}
.calculator_block_config {
  margin-top: 30px;
  padding: 0px 30px;
}
.calculator_block_config_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.calculator_block_config_wrap_callback {
  min-width: 290px;
  width: 290px;
}
.calculator_block_config_wrap_item {
  width: calc(50% - 170px);
}
.calculator_block_config_wrap_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator select {
  border: none;
  font-size: 1rem;
  padding: 0.75rem 1.5rem 0.75rem 0;
  line-height: 1.3;
  border-bottom: 2px solid #08c;
  background-image: url('../img/drop-down-arrow.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: right;
  background-position-x: 100%;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.calculator_block_licenses {
  margin-top: 30px;
  padding: 0px 30px;
}
.calculator_block_licenses_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
.calculator_block_licenses_wrap_item {
  width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.calculator_block_licenses_wrap_item_label {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 30px;
}
.calculator_block_licenses_wrap_item_label label {
  margin-top: 15px;
  position: relative;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.calculator_block_licenses_wrap_item_label label:first-child {
  margin-top: 0px;
}
.calculator_block_licenses_wrap_item_label label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.calculator_block_licenses_wrap_item_label label .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgb(9, 102, 202);
  border-radius: 50%;
}
.calculator_block_licenses_wrap_item_label label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.calculator_block_licenses_wrap_item_label label input:checked ~ .checkmark:after {
  display: block;
}
.calculator_block_slider {
  padding: 0px 30px;
  margin-top: 30px;
}
.calculator_block_server {
  margin-top: 30px;
  padding: 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculator_block_server_left {
  width: calc(50% - 25px);
}
.calculator_block_server_right {
  width: calc(50% - 25px);
}

.calculator_block_server_right img {
  width: 100%;
}

.calculator_block_corp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0px 30px;
}

.calculator_block_corp_left {
  width: calc(50% - 25px);
}

.calculator_block_corp_right {
  width: calc(50% - 25px);
}

.calculator_block_result {
  background: #08c;
  padding: 30px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  border-radius: 0 0 10px 10px;
}

.calculator_block_licenses_title {
  display: flex;
  align-items: center;
  position: relative;
}

.calculator_block_licenses_title .calculator_block_tooltip {
  margin-top: -4px;
}

.calculator_block_licenses_title .calculator_block_popup {
  bottom: 40px;
}



.calculator_block_slider_title {
  display: flex;
  align-items: center;
  position: relative;
}

.calculator_block_slider_title .calculator_block_tooltip {
  margin-top: -4px;
  position: relative;
}

.calculator_block_slider_title .calculator_block_popup {
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}


.irs--round .irs-handle {
  border: 4px solid #08c;
}

.irs--round .irs-from, 
.irs--round .irs-to, 
.irs--round .irs-single {
  background-color: rgb(9, 102, 202);
}

.irs--round .irs-bar {
  background-color: #08c;
}

.irs--round.irs-with-grid {
  margin-top: 20px;
}

.calculator_block_result p,
.calculator_block_result span {
  color: #fff;
  margin: 0px;
}

.calculator_block_result_item #final_price {
  font-size: 26px;
  font-weight: 700;
}

.calculator_block_config_wrap_item_title {
  position: relative;
}

.calculator_block_tooltip {
  display: flex;
  margin-left: 6px;
  cursor: pointer;
}

.calculator_block_popup {
  position: absolute;
  left: 0px;
  bottom: 30px;
  background-color: #fff;
  padding-top: 50px;
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.2);
  padding: 6px;
  border-radius: 10px;
  display: none;
}

.calculator_block_popup p {
  margin-bottom: 0px;
  white-space: nowrap;
}

.calculator_block_tooltip:hover .calculator_block_popup {
  display: block;
}

.calculator_block_corp_item {
  display: flex;
  align-items: center;
  position: relative;
}

/* calculator */

.video_item {
  position: relative;
}

.video_item_iframe {
  position: relative;
  height: 234px;
  margin-bottom: 20px;
}

.video_item_iframe_preview {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 234px;
  z-index: 3;
  cursor: pointer;
}

.video_item_iframe_preview_btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: rgb(0, 161, 231);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video_item_iframe_preview_btn svg {
  width: 24px;
}

.video_item_iframe_preview_main {
  width: 100%;
  height: 234px;
  object-fit: cover;
  border-radius: 10px;
}

.video_item_iframe_wrap iframe {
  width: 100%;
  height: 234px;
  display: none;
}

.video_item.show .video_item_iframe_preview {
  display: none;
}

.video_item.show .video_item_iframe_wrap iframe {
  display: block;
}

.video_item {
  margin-bottom: 30px;
}

.video_item p {
  margin-bottom: 0px;
}

.modal-video .modal__container {
  max-width: 780px;
}

.modal__container.modal-video_container {
    padding: 15px;
    display: flex;
    overflow-y: inherit;
}

.modal-video .modal__container iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.modal-video_container::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: 50%;
  background: url(../img/close_white.png);
  cursor: pointer;
}