@import url('https://fonts.cdnfonts.com/css/helvetica-neue-5');

div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  margin-top: 15px !important;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #f00;
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #f00;
  background: #fff;
  padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: "";
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../img/ajax-loader.gif");
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
div.wpcf7 input[type="file"] {
  cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

@font-face {
  font-family: "OpenSans-R";
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")
  format("embedded-opentype"),
  url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
  url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-B";
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix")
  format("embedded-opentype"),
  url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
  url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

/*DS**************** General *******************/
.grecaptcha-badge { visibility: hidden; }

* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
div,
wrapper,
content {
  /* display: block;
    position: relative; */
}
a:focus,
input:focus,
buttom:focus,
textarea:focus {
  outline: 0;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
}
fieldset {border: none}
a {
  text-decoration: none;
  cursor: pointer;
}
ul,
ol {
  list-style: none;
}

/** placeholder style **/
.placeholder_dark ::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
.placeholder_dark ::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.placeholder_dark :-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.placeholder_dark :-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
  color: transparent;
}
/** no user select **/
.no-user-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/** underline styles **/
p,
li,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-underline-position: under;
  -webkit-padding-start: 0px;
  -ms-text-underline-position: below;
  text-underline-position: under;
}
/** backgrounds cover style **/
.my-cover {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
/** fix standard scroll **/
.flexscroll::-webkit-scrollbar {
  width: 0;
}
.flexscroll {
  -ms-overflow-style: none;
}
.flexscroll {
  overflow: -moz-scrollbars-none;
}
/** clear style **/
.clear {
  clear: both;
}

body {
  width: 100%;
  overflow-y: scroll;
  overflow-x: auto;
  background: #0f0f0f;
  color: #888888;
  font-family: "OpenSans-R";
  line-height: 1.2;
}
.wrapper {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:black;
}
.wraper-100 {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.wraper-1180 {
  /*padding-left: 20px; padding-right: 20px;*/
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
}
.wraper-1240 {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
  max-width: 1200px;
}

/****************** Header ******************/
.header-wrap {
  z-index: 500;
  display: block;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(15, 15, 15, 0.65);
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.header-block {
  padding: 12px 20px 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.header-padding {
  height: 85px;
  width: 100%;
  display: block;
  content: "";
}
.header-wrap.activete {
  background: rgba(15, 15, 15, 0.8);
}
/****** logo ******/
.header-logo {
  display: block;
  content: "";
  padding-left: 70px;
  background: url(../img/logo/logo_white_512x512.svg) no-repeat top left;
  background-size: 50px;
    min-height: 54px;
}
/****/
.header-logo-title {
  display: block;
  color: #fff;
  font: normal 26px "OpenSans-R", sans-serif;
  line-height: 1.2;
}
.header-logo-desc {
  display: block;
  color: #fff;
  font: normal 16px "OpenSans-R", sans-serif;
  line-height: 1.2;
}
/****** header-contacts ******/
.header-contacts {
  text-align: right;
}
/****/
.header-contacts-tel a {
  display: inline-block;
  padding: 3px 0;
  color: #fff;
  font: normal 20px "OpenSans-R", sans-serif;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.header-contacts-mail a {
  display: block;
  padding: 5px 8px 4px 8px;
  color: #d8d8d8;
  text-transform: uppercase;
  font: normal 16px "OpenSans-B", sans-serif;
  line-height: 1.2;

  /*display: block; padding: 3px 0;*/
  /*color: #fff; */
  /*font: normal 14px 'OpenSans-R',sans-serif;*/
  /*line-height: 1.2;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.header-contacts-tel a:hover,
.header-contacts-mail a:hover {
  color: rgba(255, 255, 255, 0.9);
}
/****** nav ******/
.header-nav {
  margin-top: 10px;
}
.header-nav ul {
  display: block;
  position: relative;
  zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.header-nav ul ul {
  position: absolute;
  display: none;
  top: calc(100% + 3px);
  left: 0;
  min-width: 100%;
  background: rgba(0, 0, 0, 1);
}
.header-nav > ul > li {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  margin: 0 15px;
}
.header-nav > ul > li > a {
  display: block;
  padding: 5px 8px 4px 8px;
  color: #d8d8d8;
  text-transform: uppercase;
  font: normal 16px "OpenSans-B", sans-serif;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.header-nav > ul > li.current-menu-item > a:before,
.header-nav > ul > li.current-menu-parent > a:before {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
.menu-service-menu a {
  cursor: none;
}
.header-nav > ul > li > a:hover,
.header-nav > ul > li.nav-active > a,
.header-nav > ul > li.current-menu-item > a,
.header-nav > ul > li.current-menu-parent > a {
  color: #fff;
}
/*** submenu ***/
.nav-submenu > ul > li {
  display: block;
  position: relative;
}
.nav-submenu > ul > li > a {
  padding: 6px 15px;
  display: block;
  color: #d8d8d8;
  font: normal 16px "OpenSans-B", sans-serif;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-submenu > ul li a:hover {
  color: #fff;
}
.nav-submenu > ul > li:first-child > a {
  margin-top: 15px;
}
.nav-submenu > ul > li:last-child > a {
  margin-bottom: 8px;
}
/****/
.mob-submenu {
  display: none !important;
}
.cmn-toggle-switch {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  left: -5px;
  top: 0;
  width: 64px;
  height: 53px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
}
.cmn-toggle-switch:focus {
  outline: none;
}
/* базовая иконка */
.cmn-toggle-switch span {
  position: absolute;
  display: block;
  top: 23px;
  left: 13px;
  right: 13px;
  height: 2px;
  background: #fff;
  transition: background 0.3s ease;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transition: all 0.4s ease;
}

.cmn-toggle-switch span::before {
  top: -11px;
}

.cmn-toggle-switch span::after {
  bottom: -11px;
}

/* Крестик (открытое меню) */
.cmn-toggle-switch.active span {
  background: none;
}
.cmn-toggle-switch.active span::before {
  top: 0;
  transform: rotate(45deg);
}
.cmn-toggle-switch.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* СТРЕЛКА ← (сабменю активное) */
/*.cmn-toggle-switch.back-active span {*/
/*  background: none;*/
/*}*/
.cmn-toggle-switch.back-active span::before,
.cmn-toggle-switch.back-active span::after {
  width: 16px;
  left: 12px;
  background-color: #fff;
  transform-origin: left center;
}

.cmn-toggle-switch.back-active span::before {
  top: 0;
  left: 0;
  transform: rotate(45deg);
}

.cmn-toggle-switch.back-active span::after {
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
}

/* Скрытие крестика, если стрелка активна тоже */
.cmn-toggle-switch.active.back-active span::before,
.cmn-toggle-switch.active.back-active span::after {
  transform: none;
}



/****************** Home ******************/
.grid-block-clients{
  display: grid;
  gap: 20px;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 800px){
  .grid-block-clients{
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 500px){
  .grid-block-clients{
    grid-template-columns: 1fr 1fr;
  }
}


.gl-clients-slider-two > div{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}




.gl-main-slider-wrap {
  display: block;
  overflow: hidden;
}
.gl-main-slider {
  display: block;
  overflow: hidden;
  background: #0f0f0f;
}
.gl-main-slider .my-cover {
  min-height: 600px;
  max-height: 1200px;
  height: 100vh;
}
/** arrows **/
.gl-main-slider .slick-prev,
.gl-main-slider .slick-next {
  width: 40px;
  height: 80px;
}
.gl-main-slider .slick-prev {
  left: 15px;
  top: calc(50% + 10px);
}
.gl-main-slider .slick-next {
  right: 15px;
  top: calc(50% + 10px);
}
.gl-main-slider .slick-prev:before,
.gl-main-slider .slick-next:before {
  width: 40px;
  height: 80px;
  display: block;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.gl-main-slider .slick-prev:before {
  background: url(../img/white-arrow-left.png) no-repeat center center;
  background-size: 40%;
}
.gl-main-slider .slick-next:before {
  background: url(../img/white-arrow-right.png) no-repeat center center;
  background-size: 40%;
}
/********** gl-about **********/
.gl-about-wrap {
  display: block;
  overflow: hidden;
}
.gl-about-flex {
  margin: 55px auto 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
/***** about-text *****/
.gl-about-text-block {
  width: calc(50% - 20px);
}
/** title **/
.gl-about-text-title {
  color: #ececec;
  text-align: center;
  text-transform: uppercase;
  font: normal 28px "OpenSans-R", sans-serif;
  line-height: 1.5;
}
.gl-about-text-title:after {
  margin-top: 25px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
/**** text ****/
.gl-about-text {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 15px auto auto auto;
}
/****/
.gl-about-text h1,
.gl-about-text h2,
.gl-about-text h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #888888;
  font: normal 14px "OpenSans-B", sans-serif;
  line-height: 1.6;
}
.gl-about-text p {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #888888;
  font: normal 14px "OpenSans-R", sans-serif;
  line-height: 1.7;
}
.gl-about-text ul,
.gl-about-text ol {
  margin: 8px 0 8px 15px;
}
.gl-about-text li {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #888888;
  font: normal 14px "OpenSans-R", sans-serif;
  line-height: 1.7;
}
.gl-about-text blockquote {
  padding-left: 20px;
  border-left: 2px solid #fff;
}
.gl-about-text b,
.gl-about-text strong {
  font-family: "OpenSans-B";
}
.gl-about-text a {
  color: rgba(0, 149, 218, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.gl-about-text a:hover {
  color: rgba(0, 149, 218, 0.8);
}
/****/
.gl-about-text img,
.gl-about-text iframe {
  display: none !important;
}
/***** about-services *****/
.gl-about-services-block {
  width: calc(50% - 22px);
}
/** title **/
.gl-about-services-title {
  color: #ececec;
  text-align: center;
  text-transform: uppercase;
  font: normal 28px "OpenSans-R", sans-serif;
  line-height: 1.5;
}
.gl-about-services-title:after {
  margin-top: 25px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
/**** services ****/
.gl-about-services {
  display: block;
  overflow: hidden;
  /*width: calc(100% - 20px);*/
  width: 100%;
  padding-left: 40px;

  margin: 3px auto auto auto;
}

.gl-otzivi-slide-text.img_block_review p {
  width: 100%;
}
/****/
.gl-about-services ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.gl-about-services ul li {
  margin-top: 32.5px;
  width: calc(50% - 10px);
}
.gl-about-services ul li a {
  display: block;
  position: relative;
  padding-left: 65px;
  color: #ececec;
  cursor: default;
  font: normal 20px "OpenSans-R", sans-serif;
  line-height: 1.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
/*.gl-about-services ul li a:hover {color: rgba(255,255,255,1);}*/
.gl-about-services ul li a:before {
  left: 0;
  top: -3px;
  position: absolute;
  opacity: 0.5;
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background: url(../img/check.png) no-repeat center center;
  background-size: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
/*.gl-about-services ul li a:hover:before {opacity: 1;}*/
/********** gl-gallery **********/
.gl-platforms-item .my-cover span {
  color: #ffffff;
  padding: 30px;
  font-size: 30px;
  font-weight: 700;
}

.grid-container p b {
  font-size: 18px;
  display: block;
  width: 100%;
  border-bottom: 1px solid;
  text-align: center;
  white-space: nowrap;
}
.grid-container p strong {
  font-size: 19px;
  border-bottom: 1px solid;
  display: block;
  width: 100%;
}
.gl-gallery-wrap {
  display: block;
  overflow: hidden;
  background-image: url(../img/gl-gallery-bg.jpg);
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.gl-gallery-block {
  margin: 60px auto 50px auto;
}
.gl-gallery-wrap-change .gl-gallery-block {
  margin-top: 45px;
}
/** title **/
.gl-gallery-title {
  color: #ececec;
  text-align: center;
  text-transform: uppercase;
  font: normal 36px "OpenSans-R", sans-serif;
  line-height: 1.5;
}
.gl-gallery-title:after {
  margin-top: 50px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.gl-gallery-wrap-change .gl-gallery-title:after {
  margin-top: 40px;
}
/**** gallery ****/
.gl-gallery-flex {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gl-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 200px;
}
/*****/
.gl-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.gl-gallery-item:hover img {
  transform: scale(1.1);
}
/*.gl-gallery-item:last-child .gl-gallery-item-name {*/
/*	padding: 20px 10px 30px 10px;*/
/*}*/
.gl-gallery-item-name {
  z-index: 0;
  display: block;
  overflow: hidden;
  width: calc(100% - 20px);
  padding: 10px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-transform: uppercase;
  font: normal 20px "OpenSans-R", sans-serif;
  line-height: 1.5;
}

.gl-gallery-item-link {
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/********** gl-platforms **********/
.gl-platforms-wrap {
  display: block;
  overflow: hidden;
}
.gl-platforms-block {
  margin: 40px auto 52px auto;
}
/** title **/
.gl-platforms-title {
  color: #ececec;
  text-align: center;
  text-transform: uppercase;
  font: normal 36px "OpenSans-R", sans-serif;
  line-height: 1.5;
}
.contacts-info-title .gl-platforms-title__quick {
  color: #ececec;
  text-align: center;
  text-transform: uppercase;
  font: normal 36px "OpenSans-R", sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
}
.contacts-info-title .gl-platforms-title__quick:after {
  margin-top: 40px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.gl-platforms-title:after {
  margin-top: 40px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
/**** flex ****/
.gl-platforms-flex {
  margin: 45px auto 0 auto;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.gl-platforms-item {
  width: 22%;
  /*cursor: pointer; */
  display: block;
  overflow: hidden;
}
/****/
.gl-platforms-item .my-cover {
  display: block;
  margin: 0 auto;
  width: 105px;
  height: 105px;
  background-size: 65px;
  padding: 20px;
  align-items: center;
  font-size: 30px
}
.gl-platforms-item .my-cover:before {
  z-index: -1;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
/*.gl-platforms-item:hover .my-cover:before {background: rgba(0,149,218,.8)}*/
.gl-platforms-item h3 {
  margin-top: 35px;
  color: #ececec;
  text-align: center;
  text-transform: uppercase;
  font: normal 30px "OpenSans-R", sans-serif;
  line-height: 1.5;
}
.gl-platforms-item .my-cover_title {
  margin-top: 35px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font: normal 25px "OpenSans-R", sans-serif;
  line-height: 1.5;
}
/********** gl-clients **********/
.gl-clients-wrap {
  display: block;
  overflow: hidden;
  background: transparent;
}
.gl-clients-block {
  margin: 40px auto auto;
}
/** title **/
.gl-clients-title {
  color: #ececec;
  text-align: center;
  text-transform: uppercase;
  font: normal 36px "OpenSans-R", sans-serif;
  line-height: 1.5;
}
.gl-clients-title:after {
  margin-top: 40px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
/**** slider ****/
.gl-clients-slider {
  margin: 45px auto 45px auto;
  width: 90%;
}

.gl-clients-slider .slick-slide {
  margin: 0 10px;
}

.img__review {
  width: 30%;
  margin-right: 10px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
}
.img__review div {
  text-align: center;
  display: inline-block;
  left: 11px;
  font-family: "OpenSans-R";
}
.maria {
  font-weight: 700;
  font-size: 18px;
}
.maria_title {
  font-style: italic;
}
/** arrows **/
.gl-clients-slider .slick-prev,
.gl-clients-slider .slick-next {
  width: 40px;
  height: 80px;
}
.gl-clients-slider .slick-prev {
  left: -72px;
  top: 50%;
}
.gl-clients-slider .slick-next {
  right: -72px;
  top: 50%;
}
.gl-clients-slider .slick-prev:before,
.gl-clients-slider .slick-next:before {
  width: 40px;
  height: 80px;
  display: block;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.gl-clients-slider .slick-prev:before {
  background: url(../img/white-arrow-left.png) no-repeat center center;
  background-size: 40%;
}
.gl-clients-slider .slick-next:before {
  background: url(../img/white-arrow-right.png) no-repeat center center;
  background-size: 40%;
}
/****/
.gl-clients-slider .my-cover {
  padding-top: 75%;
}
/******** gl-otzivi ********/
.gl-otzivi-block-wrap {
  display: block;
  overflow: hidden;
}
/** title **/
.gl-otzivi-title-block {
  margin-top: 45px;
}
.gl-otzivi-title {
  color: #ececec;
  text-align: center;
  text-transform: uppercase;
  font: normal 36px "OpenSans-R", sans-serif;
  line-height: 1.5;
}
.gl-otzivi-title:after {
  margin-top: 40px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
/***** otzivi-block *****/
.gl-otzivi-block {
  margin: 45px auto 0 auto;
  padding: 0 0;
  display: block;
  overflow: hidden;
  background: #1f2021;
}
/********/
.gl-otzivi-slider {
  margin: 45px auto 45px auto;
  width: 75%;
}
.gl-otzivi-slider .slick-track {
    display: flex;
}
.gl-otzivi-slider .slick-slide {
    height: inherit;
    display: flex !important;
    align-items: center;
  margin: 0 5px;
}
/* arrows */
.gl-otzivi-slider .slick-prev,
.gl-otzivi-slider .slick-next {
  width: 40px;
  height: 80px;
}
.gl-otzivi-slider .slick-prev {
  left: -97px;
  top: 50%;
}
.gl-otzivi-slider .slick-next {
  right: -97px;
  top: 50%;
}
.gl-otzivi-slider .slick-prev:before,
.gl-otzivi-slider .slick-next:before {
  width: 40px;
  height: 80px;
  display: block;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.gl-otzivi-slider .slick-prev:before {
  background: url(../img/white-arrow-left.png) no-repeat center center;
  background-size: 40%;
}
.gl-otzivi-slider .slick-next:before {
  background: url(../img/white-arrow-right.png) no-repeat center center;
  background-size: 40%;
}
/**** in slider ****/
.gl-otzivi-slide-text-title {
  color: #cfcfcf;
  text-align: center;
  font: normal 20px "OpenSans-B", sans-serif;
  line-height: 1.6;
}
/** text **/
.gl-otzivi-slide-text {
  margin: 10px auto 0 auto;
  display: block;
  overflow: hidden;
}
.gl-otzivi-slide-text.img_block_review {
  display: flex !important;
  align-items: center;
}
/****/
.gl-otzivi-slide-text h1,
.gl-otzivi-slide-text h2,
.gl-otzivi-slide-text h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #888888;
  text-align: center;
  font: normal 16px "OpenSans-B", sans-serif;
  line-height: 1.6;
}
.gl-otzivi-slide-text p {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #888888;
  text-align: center;
  font: normal 16px "OpenSans-R", sans-serif;
  line-height: 1.7;
}
.gl-otzivi-slide-text ul,
.gl-otzivi-slide-text ol {
  margin: 8px 0 8px 15px;
}
.gl-otzivi-slide-text li {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #888888;
  font: normal 16px "OpenSans-R", sans-serif;
  line-height: 1.7;
}
.gl-otzivi-slide-text blockquote {
  padding-left: 20px;
  border-left: 2px solid #fff;
}
.gl-otzivi-slide-text b,
.gl-otzivi-slide-text strong {
  font-family: "OpenSans-B";
}
.gl-otzivi-slide-text a {
  color: rgba(0, 149, 218, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.gl-otzivi-slide-text a:hover {
  color: rgba(0, 149, 218, 0.8);
}
/****/
.gl-otzivi-slide-text img,
.gl-otzivi-slide-text iframe {
  display: none;
  border-radius: 100%;
}
/** date **/
.gl-otzivi-slide-date {
  margin-top: 10px;
  color: #cfcfcf;
  text-align: center;
  font: normal 16px "OpenSans-B", sans-serif;
  line-height: 1.6;
}
/********** contacts **********/
.contacts-wrap {
  display: block;
  overflow: hidden;
}
.contacts-block {
  margin: 80px auto 110px auto;
}
.contacts-wrap-change .contacts-block {
  margin: 45px auto 50px auto;
}
/** title **/
.contacts-title {
  color: #ececec;
  text-align: center;
  text-transform: uppercase;
  font: normal 36px "OpenSans-R", sans-serif;
  line-height: 1.5;
}
.contacts-title:after {
  margin-top: 40px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
/********/
.contacts-flex {
  margin: 60px auto 0 auto;
  /*width: calc(100% - 90px);*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
/***** contacts *****/
.contacts-info-block {
  width: calc(50% - 20px);
}
/******/
.contacts-info-title {
  color: #ececec;
  font: normal 20px "OpenSans-R", sans-serif;
  line-height: 1.5;
}
.contacts-info-item {
  margin-top: 15px;
}
.contacts-info-item-inner,
.contacts-info-notice {
  margin-top: 5px;
}
.contacts-info-item-title {
  color: #ececec;
  font: normal 16px "OpenSans-R", sans-serif;
  line-height: 1.5;
}
.contacts-info-notice p,
.contacts-info-item-inner,
.contacts-info-item-inner p,
.contacts-info-item-inner a {
  color: #888888;
  font: normal 14px "OpenSans-R", sans-serif;
  line-height: 1.7;
}
.contacts-info-item-inner p {
  margin-top: 9px;
}
.contacts-info-item-inner a {
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #9E9E9E
}
.contacts-info-item-inner a:hover {
  color: #fff;
}
/** socials **/
.contacts-socials {
  margin-top: 5px;
}
.contacts-socials li {
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}
.contacts-socials li a {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.contacts-socials li a:hover {
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  -ms-filter: brightness(120%);
  -o-filter: brightness(120%);
  filter: brightness(120%);
  background-size: 110%;
}
/***** form *****/
.contacts-form-block {
  width: calc(50% - 20px);
  margin-top: 7px;
}
.feedback-form {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
/******/
.feedback-form input {
  width: calc(100% - 30px);
  display: block;
  margin: 0 auto;
  padding: 9px 15px;
  color: #000;
  font: normal 16px "OpenSans-R", sans-serif;
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.feedback-form input:nth-child(2) {
  border-radius: 8px 8px 0 0;
  margin-top: 0;
}
.feedback-form textarea {
  width: calc(100% - 30px);
  display: block;
  resize: none;
  height: 272px;
  margin: 0 auto;
  padding: 12px 15px;
  color: #000;
  font: normal 16px "OpenSans-R", sans-serif;
  line-height: 1.5;
  border: none;
  border-radius: 0 0 8px 8px;
}
/** submitFF **/
.feedback-form .feedback-form-btn {
  margin-top: 20px;
  padding: 12px 0 10px 0;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font: normal 20px "OpenSans-R", sans-serif;
  line-height: 1.2;
  letter-spacing: 1px;
  background: #767674;
  border: 1px solid #767674;
  border-radius: 8px 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.feedback-form .feedback-form-btn:hover {
  background: #595959;
}

/****************** Footer ******************/
.footer-wrap {
  display: block;
  overflow: hidden;
  background: #1f2021;
}
.footer-block {
  margin: 20px auto 17px auto;
}
/******/
.footer-copy {
  color: #888888;
  text-align: center;
  font: normal 13px "OpenSans-R", sans-serif;
  line-height: 1.7;
}

/****************** Page header ******************/
.page-header {

  max-height: 450px;
  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;
}
/** title **/
.page-header-title {
  width: calc(100% - 40px);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font: normal 48px "OpenSans-R", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

/****************** Gallery ******************/
.gallery-flex {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*****/
.gallery-item {
  margin: 12px 12px;
  width: calc(33.33% - 24px);
  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;
}
.gallery-item img {
  display: block;
  height: auto;
  width: 100%;
}

.new-gallery .gallery-item {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.new-gallery .gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5;
  max-height: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.hide {
  display: none !important;
}

.new-gallery .gallery-item video {
  width: 100%;
  height: 224px;
  object-fit: cover;
  -o-object-fit: cover;
}

.new-gallery .gallery-item video::-webkit-media-controls {
  display: none !important;
}

.new-gallery .gallery-item:hover img {
  opacity: 0;
  pointer-events: none;
}

.page__content {
  min-height: 100vh;
}

.page__img {
  min-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.page__box-title {
  position: absolute;
  top: 30px;
  left: 50px;
}

.page__box-title .page__title {
  font-size: 74px;
  margin-bottom: 36px;
  line-height: 1.3;
  padding-bottom: 0;
  color: #fff;
  position: relative;
}

.page__box-title .page__title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 60px;
  border-bottom: 3px #fff solid;
}

.page__box-title p {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 36px;
  color: #fff;
  max-width: 470px;
  width: 100%;
}

.categories {
  padding: 0 0 40px;
  margin: 0 50px;
  border-bottom: 1px solid #d7ddde;
}

.categories__title {
  font-size: 55px;
  line-height: 59px;
  margin-bottom: 67px;
  position: relative;
  color: #fff;
  margin: 50px 0 65px;
}

.categories__title::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 60px;
  border-bottom: 3px #fff solid;
}

.categories__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}

.categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #bcbdc0;
  height: 170px;
  position: relative;
  padding: 0 25px;
  cursor: pointer;
}

.categories__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 6px;
  text-transform: uppercase;
  padding-bottom: 6px;
  position: relative;
  color: #fff;
}

.categories__item-title::after {
  width: 42px;
  border-bottom: 3px #fff solid;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.vacancies {
  padding-top: 15px;
  margin: 0 50px;
}

.vacancies__list {
  /*background-color: #1f2021;*/
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  padding: 10px 0;
  display: none;
}

.vacancies__list.active {
  display: -ms-grid;
  display: grid;
}

.vacancies__item {
  background-color: #0f0f0f;
  padding: 25px 20px;
}

.vacancies__item p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}

.vacancies__item .vacancies__item-title {
  margin-bottom: 20px;
}

.vacancies__item-btn {
  display: block;
  max-width: 190px;
  width: 100%;
  line-height: 40px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 25px;
  border: 3px solid #bcbdc0;
  text-align: center;
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.vacancies__item-btn:hover {
  background: #ff2525;
  border-color: #ff2525;
}
/* section Popup start __________________________________*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 900;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: rgb(0, 0, 0, 0.8); */
  background-color: #000;
  display: flex;
  justify-content: center;
  opacity: 0;
  /*-webkit-transform: translateX(-100%);*/
  /*transform: translateX(-100%);*/
  pointer-events: none;
  margin-left: 0;
  visibility: hidden;
}

.popup,
.popup.active {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.popup.active {
  opacity: 1;
  /*-webkit-transform: translateX(0);*/
  /*transform: translateX(0);*/
  pointer-events: all;
  visibility: visible;
}

.popup .swiper {
  width: 100%;
  height: auto;
  overflow-y: hidden;
}

.popup .swiper .swiper-slide{
  min-height: 100vh;

}

.popup .swiper-button-next, .popup .swiper-button-prev{
  position: fixed;
}

.popup_scrolled {
  display: block;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.popup .close-popup {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 10px;
  z-index: 500;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  transition: 0.5s;
  z-index: 9999999999999;
}

.popup .close-popup:hover {
  opacity: 1;
}

.popup .swiper-button-next:after,
.popup .swiper-rtl .swiper-button-prev:after,
.popup .swiper-button-prev:after,
.popup .swiper-rtl .swiper-button-next:after {
  content: none;
}

.popup .swiper-button-next svg,
.popup .swiper-button-prev svg {
  display: block;
  overflow: visible;
  position: relative;
  min-width: 60px;
}

.popup .swiper-button-prev {
  left: 30px;
}

.popup .swiper-button-next {
  right: 50px;
}

.popup__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* .popup__box img {
    display: none;
  }

  .popup .swiper-slide-active img {
    display: block;
  } */

.popup__box img {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  margin-top: 30px;
  max-height: 765px;
}

.popup .swiper-slide-active img {
  display: block;
}

.popup__img:first-of-type {
  margin-top: 40px !important;
}

.popup__img:last-of-type {
  margin-bottom: 30px !important;
}
/* section Popup end __________________________________*/

/*.gallery-item img	{ display: block;*/
/*	height: 30vw;*/
/*	width: 30vw;*/
/*	object-fit: cover;}*/
.gallery-item a:before {
  z-index: 1;
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-item a:hover:before {
  opacity: 0.4;
}
/********** gallery-text **********/
.gallery-text {
  margin: 30px 12px 0 12px;
}
.gl-gallery-wrap-change .gallery-text {
  margin-top: 50px;
}
/****/
.gallery-text h1,
.gallery-text h2,
.gallery-text h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font: normal 16px "OpenSans-B", sans-serif;
  line-height: 1.6;
}
.gallery-text p {
  margin-top: 15px;
  margin-bottom: 15px;
  font: normal 14px "OpenSans-R", sans-serif;
  line-height: 1.7;
}
.gallery-text ul,
.gallery-text ol {
  margin: 8px 0 8px 15px;
}
.gallery-text li {
  margin-top: 7px;
  margin-bottom: 7px;
  font: normal 14px "OpenSans-R", sans-serif;
  line-height: 1.7;
}
.gallery-text blockquote {
  padding-left: 20px;
  border-left: 2px solid #ececec;
}
.gallery-text b,
.gallery-text strong {
  font-family: "OpenSans-B";
}
.gallery-text a {
  color: rgba(0, 149, 218, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-text a:hover {
  color: rgba(0, 149, 218, 0.8);
}
/****/
.gallery-text img,
.gallery-text iframe {
  display: none !important;
}
/********** gallery-contacts **********/
.gallery-contacts {
  display: block;
  overflow: hidden;
  width: 48%;
  margin: 60px auto 120px auto;
}
/** title **/
.gallery-contacts-title {
  color: #ececec;
  text-align: center;
  font: normal 29px "OpenSans-R", sans-serif;
  line-height: 1.5;
}
/****/
.gallery-contacts .feedback-form {
  margin-top: 15px;
}

/****************** Other ******************/
.tops {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -52px;
  right: 15px;
  z-index: 400;
  opacity: 0;
  background: url(../img/tops.png) no-repeat center center;
  background-size: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tops.tops-active {
  opacity: 0.7;
  bottom: 15px;
}
.tops:hover {
  opacity: 0.85;
}
/******** contact form 7 ********/
div.wpcf7-response-output {
  padding: 0;
  margin: 0;

  width: calc(100% - 24px);
  color: #fff;
  text-align: center;
  font: normal 15px "OpenSans-R", sans-serif;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.8);
}
.alert{
  border: 2px solid #f00;border-radius: 8px;
  margin: 0 auto 0 auto !important;
  padding: 12px 10px !important;
}
/***/
div.wpcf7 .ajax-loader {
  display: block;
  margin: 10px auto 0 auto;
}

/*********************************************
  ************ Slider (slick.css) **************
  *********************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}

.background-image-client{
  display: flex;
}
.slick-slide img {
  object-fit: contain;
  display: block;
  margin: auto;
  /* width: 150px;*/
  height: 100px;
  margin-bottom: 25px;
  width: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 80px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.98;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.99;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0px;
  z-index: 100;
}
.slick-prev:before {
  content: "";
}
.slick-next {
  right: 0px;
  z-index: 100;
}
.slick-next:before {
  content: "";
}
/* dots*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 50px;
  color: black;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  opacity: 0.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-dots li.slick-active button:before {
  opacity: 0.9;
  color: black;
}

/*********************************************
  **************** Fancybox 3 ******************
  *********************************************/
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: rgb(0, 0, 0);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  font-size: 13px;
  color: #ccc;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  min-width: 44px;
  -webkit-font-smoothing: subpixel-antialiased;
  left: 0;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  /*padding: 44px; !!!*/
  padding: 0;
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  padding: 44px 0;
  overflow: hidden;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  padding: 44px;
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
/*.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}*/
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: #aaa;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  /* width: 100%; */
  margin: auto;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 52px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 52px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: rgba(255, 255, 255, 0.8);
}
.fancybox-button:hover {
  color: rgba(255, 255, 255, 1);
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  z-index: 401;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: none;
  color: #fff;
  padding: 8px;
  opacity: 0.8;
  position: absolute;
  right: -12px;
  top: -44px;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation {
  height: 100vh;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  width: 84px;
  height: 120px;
  top: calc(50% - 50px);
  opacity: 0;
  position: absolute;
}
.fancybox-navigation .fancybox-button div {
  padding: 0px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  cursor: pointer;
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  cursor: pointer;
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(
          to top,
          rgba(0, 0, 0, 0.85) 0%,
          rgba(0, 0, 0, 0.3) 50%,
          rgba(0, 0, 0, 0.15) 65%,
          rgba(0, 0, 0, 0.075) 75.5%,
          rgba(0, 0, 0, 0.037) 82.85%,
          rgba(0, 0, 0, 0.019) 88%,
          rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
    max(25px, env(safe-area-inset-bottom))
    max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect:slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect:fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect:zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect:rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect:circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect:tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: none;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
.grid-container p {
  text-align: justify;
}
.grid-container p:not(:nth-child(4n + 4)) {
  /*margin-right: 35px;*/
}
.circle_block {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #b0e0e6;
}

.circle_block span {
  color: #0c0c0c;
  padding: 22px;
  font-size: 17px;
}

.circle__list {
  display: flex;
  justify-content: space-between;
}

.item_circle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*******/

@media screen and (max-width: 1440px) {
  .page__img {
    min-height: 400px;
  }

  .categories__item-title {
    font-size: 18px;
    line-height: 1.1;
  }

  .vacancies__item p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1320px) {
    .header-logo-title {
        font-size: 22px;
    }
    .header-logo-desc {
        font-size: 12px ;
    }
}

@media screen and (max-width: 1024px) {
  /*
  * Prefixed by https://autoprefixer.github.io
  * PostCSS: v8.3.6,
  * Autoprefixer: v10.3.1
  * Browsers: last 4 version
  */

  .new-gallery .gallery-item:hover img {
    opacity: 1;
    pointer-events: inherit;
  }

  .popup .img-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gl-gallery-wrap {
    background-image: url(../img/gl-gallery-bg-table.jpg);
    background-size: contain;
    background-attachment: scroll;
  }

  .page__img {
    min-height: 300px;
  }

  .page__box-title .page__title {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 20px;
  }

  .page__box-title p {
    font-size: 21px;
    line-height: 25px;
  }

  .categories__title {
    font-size: 40px;
    line-height: 44px;
    margin: 30px 0 45px;
  }

  .categories__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .vacancies__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .popup .swiper-button-next svg,
  .popup .swiper-button-prev svg {
    min-width: 35px;
  }

  .popup .swiper-button-prev {
    left: 10px;
  }

  .popup .swiper-button-next {
    right: 12px;
  }
}

@media screen and (max-width: 1020px) {
  .fancybox-button {
    height: 40px;
    width: 40px;
  }
  .fancybox-navigation .fancybox-button {
    width: 66px;
    height: 95px;
    top: calc(50% - 47px);
  }
  .circle__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .img__review {
    width: 40%;
  }
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    padding: 31px 26px 31px 0px;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 0px 31px 26px;
  }
}

/* Width < 1240 ****************************************************/
@media screen and (max-width: 1240px) {
  .wraper-1180 {
    padding-left: 15px;
    padding-right: 15px;
    width: 950px;
    min-width: 950px;
    max-width: 950px;
  }
  .wraper-1240 {
    padding-left: 15px;
    padding-right: 15px;
    width: 990px;
    min-width: 990px;
    max-width: 990px;
  }

  /****************** Header ******************/
  .header-block {
    padding: 11px 15px 11px 15px;
  }
  /****** logo ******/
  .header-logo {
    padding-left: 50px;
    background-size: 42px;
  }
  /****** header-contacts ******/
  .header-contacts-tel a {
    padding: 2px 0;
    font-size: 18px;
  }
  .header-contacts-mail a {
    padding: 2px 0;
    font-size: 13px;
  }
  /****** nav ******/
  .header-nav {
    margin-top: 8px;
  }
  .header-nav > ul > li {
    margin: 0 13px;
  }
  .header-nav > ul > li > a {
    padding: 4px 8px 3px 8px;
    font-size: 15px;
  }
  .header-nav > ul > li.current-menu-item > a:before,
  .header-nav > ul > li.current-menu-parent > a:before {
    top: -8px;
    height: 2px;
  }
  /*** submenu ***/
  .nav-submenu > ul > li > a {
    padding: 5px 14px;
    font-size: 14px;
  }
  .nav-submenu > ul > li:first-child > a {
    margin-top: 13px;
  }

  /****************** Home ******************/
  .gl-main-slider .my-cover {
    height: 85vh;
    min-height: 500px;
    max-height: 750px;
  }
  /** arrows **/
  .gl-main-slider .slick-prev,
  .gl-main-slider .slick-next {
    width: 36px;
    height: 72px;
  }
  .gl-main-slider .slick-prev {
    left: 12px;
    top: calc(50% + 11px);
  }
  .gl-main-slider .slick-next {
    right: 12px;
    top: calc(50% + 11px);
  }
  .gl-main-slider .slick-prev:before,
  .gl-main-slider .slick-next:before {
    width: 36px;
    height: 72px;
  }
  /********** gl-about **********/
  .gl-about-flex {
    margin: 45px auto 40px auto;
  }
  /***** about-text *****/
  .gl-about-text-block {
    width: calc(50% - 15px);
  }
  /** title **/
  .gl-about-text-title {
    font-size: 28px;
  }
  .gl-about-text-title:after {
    margin-top: 20px;
  }
  /**** text ****/
  .gl-about-text {
    width: calc(100% - 18px);
    margin: 13px auto auto auto;
  }
  /****/
  .gl-about-text h1,
  .gl-about-text h2,
  .gl-about-text h3 {
    font-size: 13px;
  }
  .gl-about-text p {
    font-size: 13px;
  }
  .gl-about-text ul,
  .gl-about-text ol {
    margin: 8px 0 8px 13px;
  }
  .gl-about-text li {
    font-size: 13px;
  }
  .gl-about-text blockquote {
    padding-left: 17px;
  }
  /***** about-services *****/
  .gl-about-services-block {
    width: 50%;
  }
  /** title **/
  .gl-about-services-title {
    font-size: 28px;
  }
  .gl-about-services-title:after {
    margin-top: 20px;
  }
  /**** services ****/
  .gl-about-services {
    width: calc(100% - 18px);
    margin: 1px auto auto auto;
  }
  /****/
  .gl-about-services ul li {
    margin-top: 25px;
    width: calc(50% - 7px);
  }
  .gl-about-services ul li a {
    padding-left: 45px;
    font-size: 17px;
  }
  .gl-about-services ul li a:before {
    top: 0;
    width: 25px;
    height: 25px;
  }
  /********** gl-gallery **********/
  .gl-gallery-block {
    margin: 50px auto 43px auto;
  }
  .gl-gallery-wrap-change .gl-gallery-block {
    margin-top: 40px;
  }
  /** title **/
  .gl-gallery-title {
    font-size: 32px;
  }
  .gl-gallery-title:after {
    margin-top: 40px;
  }
  .gl-gallery-wrap-change .gl-gallery-title:after {
    margin-top: 30px;
  }
  /**** gallery ****/
  .gl-gallery-flex {
    margin-top: 47px;
  }
  .gl-gallery-item {
    width: 330px;
    height: 165px;
  }
  /*****/
  .gl-gallery-item-name {
    width: calc(100% - 16px);
    padding: 8px 8px;
    font-size: 18px;
  }
  /********** gl-platforms **********/
  .gl-platforms-block {
    margin: 35px auto 45px auto;
  }
  /** title **/
  .gl-platforms-title {
    font-size: 32px;
  }
  .gl-platforms-title:after {
    margin-top: 30px;
  }
  /**** flex ****/
  .gl-platforms-flex {
    margin: 38px auto 0 auto;
  }
  /****/
  .gl-platforms-item .my-cover {
    width: 100px;
    height: 100px;
    background-size: 62px;
  }

  .gl-platforms-item h3 {
    margin-top: 28px;
    font-size: 26px;
  }

  /********** gl-clients **********/
  .gl-clients-block {
    margin: 35px auto auto;
  }
  /** title **/
  .gl-clients-title {
    font-size: 32px;
  }
  .gl-clients-title:after {
    margin-top: 30px;
  }
  /**** slider ****/
  .gl-clients-slider {
    margin-top: 50px;
  }
  .gl-clients-slider .slick-slide {
    margin: 0 8px;
  }
  /** arrows **/
  .gl-clients-slider .slick-prev,
  .gl-clients-slider .slick-next {
    width: 36px;
    height: 72px;
  }
  .gl-clients-slider .slick-prev {
    left: -75px;
  }
  .gl-clients-slider .slick-next {
    right: -75px;
  }
  .gl-clients-slider .slick-prev:before,
  .gl-clients-slider .slick-next:before {
    width: 36px;
    height: 72px;
  }
  /******** gl-otzivi ********/
  .gl-otzivi-title-block {
    margin-top: 40px;
  }
  .gl-otzivi-title {
    font-size: 32px;
  }
  .gl-otzivi-title:after {
    margin-top: 30px;
  }
  /***** otzivi-block *****/
  .gl-otzivi-block {
    margin: 42px auto 0 auto;
  }
  /********/
  .gl-otzivi-slider {
    margin: 45px auto 31px auto;
  }
  /* arrows */
  .gl-otzivi-slider .slick-prev,
  .gl-otzivi-slider .slick-next {
    width: 36px;
    height: 72px;
  }
  .gl-otzivi-slider .slick-prev {
    left: -92px;
  }
  .gl-otzivi-slider .slick-next {
    right: -92px;
  }
  .gl-otzivi-slider .slick-prev:before,
  .gl-otzivi-slider .slick-next:before {
    width: 36px;
    height: 72px;
  }
  /**** in slider ****/
  .gl-otzivi-slide-text-title {
    font-size: 18px;
  }
  /** text **/
  .gl-otzivi-slide-text h1,
  .gl-otzivi-slide-text h2,
  .gl-otzivi-slide-text h3 {
    font-size: 15px;
  }
  .grid-container p b {
    font-size: 15px;
  }
  .gl-platforms-item .my-cover_title {
    font-size: 15px;
  }
  .gl-otzivi-slide-text p {
    font-size: 15px;
  }
  .gl-otzivi-slide-text ul,
  .gl-otzivi-slide-text ol {
    margin: 8px 0 8px 12px;
  }
  .gl-otzivi-slide-text li {
    font-size: 15px;
  }
  .gl-otzivi-slide-text blockquote {
    padding-left: 17px;
  }
  /** date **/
  .gl-otzivi-slide-date {
    font-size: 15px;
  }
  /********** contacts **********/
  .contacts-block {
    margin: 60px auto 90px auto;
  }
  .contacts-wrap-change .contacts-block {
    margin: 40px auto 50px auto;
  }
  /** title **/
  .contacts-title {
    font-size: 32px;
  }
  .contacts-title:after {
    margin-top: 30px;
  }
  /********/
  .contacts-flex {
    margin: 50px auto 0 auto;
    width: 100%;
  }
  /***** contacts *****/
  .contacts-info-block {
    width: calc(50% - 15px);
  }
  /******/
  .contacts-info-title {
    font-size: 18px;
  }
  .contacts-info-item {
    margin-top: 15px;
  }
  .contacts-info-item-inner,
  .contacts-info-notice {
    margin-top: 5px;
  }
  .contacts-info-item-title {
    font-size: 15px;
  }
  .contacts-info-notice p,
  .contacts-info-item-inner,
  .contacts-info-item-inner p,
  .contacts-info-item-inner a {
    font-size: 13px;
  }
  .contacts-info-item-inner p {
    margin-top: 3px;
  }
  /** socials **/
  .contacts-socials {
    margin-top: 0px;
  }
  .contacts-socials li {
    margin-top: 8px;
    margin-right: 8px;
  }
  .contacts-socials li a {
    width: 46px;
    height: 46px;
  }
  /***** form *****/
  .contacts-form-block {
    width: calc(50% - 15px);
  }
  /******/
  .feedback-form input {
    font-size: 15px;
  }
  .feedback-form textarea {
    height: 218px;
    font-size: 15px;
  }
  /** submitFF **/
  .feedback-form .feedback-form-btn {
    padding: 11px 0 9px 0;
    font-size: 16.5px;
  }

  /****************** Footer ******************/
  .footer-block {
    margin: 17px auto 13px auto;
  }
  /******/
  .footer-copy {
    font-size: 12px;
  }

  /****************** Page header ******************/
  .page-header {
    min-height: 250px;
    max-height: 400px;
  }
  /** title **/
  .page-header-title {
    width: calc(100% - 30px);
    font-size: 40px;
  }

  /****************** Gallery ******************/
  .gallery-item {
    margin: 10px 10px;
    width: calc(33.33% - 20px);
  }
  /********** gallery-text **********/
  .gallery-text {
    margin-top: 30px;
  }
  .gl-gallery-wrap-change .gallery-text {
    margin-top: 42px;
  }
  /****/
  .gallery-text h1,
  .gallery-text h2,
  .gallery-text h3 {
    font-size: 16.5px;
  }
  .gallery-text p {
    font-size: 16.5px;
  }
  .gallery-text ul,
  .gallery-text ol {
    margin: 8px 0 8px 13px;
  }
  .gallery-text li {
    font-size: 16.5px;
  }
  .gallery-text blockquote {
    padding-left: 17px;
  }
  /********** gallery-contacts **********/
  .gallery-contacts {
    margin: 50px auto 115px auto;
  }
  /** title **/
  .gallery-contacts-title {
    font-size: 26px;
  }

  /****************** Other ******************/
  .tops {
    width: 45px;
    height: 45px;
    bottom: -47px;
    right: 12px;
  }
}

/* Width < 1020 ****************************************************/
@media screen and (max-width: 1020px) {
  .wraper-1180 {
    width: 750px;
    min-width: 750px;
    max-width: 750px;
  }
  .wraper-1240 {
    width: 770px;
    min-width: 770px;
    max-width: 770px;
  }

  /****************** Header ******************/
  .header-block {
    padding: 10px 10px 10px 10px;
  }
  /****** logo ******/
  .header-logo {
    padding-left: 37px;
    background-size: 10%;
  }
  /****/
  .header-logo-title {
    font-size: 18px;
  }
  .header-logo-desc {
    font-size: 11px;
  }
  /****** header-contacts ******/
  .header-contacts-tel a {
    padding: 1px 0;
    font-size: 14px;
  }
  .header-contacts-mail a {
    padding: 1px 0;
    font-size: 10px;
  }
  /****** nav ******/
  .header-nav {
    margin-top: 8px;
  }
  .header-nav > ul > li {
    margin: 0 7px;
  }
  .header-nav > ul > li > a {
    padding: 3px 7px 3px 7px;
    font-size: 14px;
  }
  .header-nav > ul > li.current-menu-item > a:before,
  .header-nav > ul > li.current-menu-parent > a:before {
    top: -7px;
  }
  /*** submenu ***/
  .nav-submenu > ul > li > a {
    padding: 4px 13px;
    font-size: 13px;
  }
  .nav-submenu > ul > li:first-child > a {
    margin-top: 10px;
  }

  /****************** Home ******************/
  .gl-main-slider .my-cover {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }
  /** arrows **/
  .gl-main-slider .slick-prev,
  .gl-main-slider .slick-next {
    width: 33px;
    height: 65px;
  }
  .gl-main-slider .slick-prev {
    left: 7px;
    top: calc(50% + 12px);
  }
  .gl-main-slider .slick-next {
    right: 7px;
    top: calc(50% + 12px);
  }
  .gl-main-slider .slick-prev:before,
  .gl-main-slider .slick-next:before {
    width: 33px;
    height: 65px;
  }
  /********** gl-about **********/
  .gl-about-flex {
    margin: 40px auto 35px auto;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
  }
  /***** about-text *****/
  .gl-about-text-block {
    width: 100%;
  }
  /** title **/
  .gl-about-text-title {
    font-size: 28px;
  }
  .gl-about-text-title:after {
    margin-top: 18px;
  }
  /**** text ****/
  .gl-about-text {
    width: calc(100% - 20px);
    margin: 12px auto auto auto;
  }
  /***** about-services *****/
  .gl-about-services-block {
    margin-top: 20px;
    width: 100%;
  }
  /** title **/
  .gl-about-services-title {
    font-size: 28px;
  }
  .gl-about-services-title:after {
    margin-top: 18px;
  }
  /**** services ****/
  .gl-about-services {
    width: 60%;
  }
  /********** gl-gallery **********/
  .gl-gallery-block {
    margin: 45px auto 43px auto;
  }
  .gl-gallery-wrap-change .gl-gallery-block {
    margin-top: 35px;
  }
  /** title **/
  .gl-gallery-title {
    font-size: 28px;
  }
  .gl-gallery-title:after {
    margin-top: 35px;
  }
  .gl-gallery-wrap-change .gl-gallery-title:after {
    margin-top: 27px;
  }
  /**** gallery ****/
  .gl-gallery-flex {
    margin-top: 43px;
  }
  .gl-gallery-item {
    width: 385px;
    height: 192px;
  }
  /********** gl-platforms **********/
  .gl-platforms-block {
    margin: 32px auto 43px auto;
  }
  /** title **/
  .gl-platforms-title {
    font-size: 28px;
  }
  .gl-platforms-title:after {
    margin-top: 27px;
  }
  /**** flex ****/
  .gl-platforms-flex {
    margin: 33px auto 0 auto;
  }
  .gl-platforms-item {
    width: 20%;
  }
  /****/
  .gl-platforms-item .my-cover {
    width: 90px;
    height: 90px;
    background-size: 56px;
    padding: 15px;
  }
  .gl-platforms-item .my-cover span {
    padding: 23px;
    font-size: 28px;
  }
  .gl-platforms-item .my-cover_title {
    font-size: 18px;
  }
  .gl-platforms-item h3 {
    margin-top: 23px;
    font-size: 22px;
  }
  /********** gl-clients **********/
  .gl-clients-block {
    margin: 32px auto auto;
  }
  /** title **/
  .gl-clients-title {
    font-size: 28px;
  }
  .gl-clients-title:after {
    margin-top: 27px;
  }
  /**** slider ****/
  .gl-clients-slider {
    margin-top: 45px;
  }
  /** arrows **/
  .gl-clients-slider .slick-prev,
  .gl-clients-slider .slick-next {
    width: 33px;
    height: 65px;
  }
  .gl-clients-slider .slick-prev:before,
  .gl-clients-slider .slick-next:before {
    width: 33px;
    height: 65px;
  }
  /******** gl-otzivi ********/
  .gl-otzivi-title-block {
    margin-top: 35px;
  }
  .gl-otzivi-title {
    font-size: 28px;
  }
  .gl-otzivi-title:after {
    margin-top: 27px;
  }
  /***** otzivi-block *****/
  .gl-otzivi-block {
    margin: 38px auto 0 auto;
  }
  /********/
  .gl-otzivi-slider {
    margin: 38px auto 25px auto;
  }
  /* arrows */
  .gl-otzivi-slider .slick-prev,
  .gl-otzivi-slider .slick-next {
    width: 33px;
    height: 65px;
  }
  .gl-otzivi-slider .slick-prev {
    left: -74px;
  }
  .gl-otzivi-slider .slick-next {
    right: -74px;
  }
  .gl-clients-slider .slick-prev {
    left: -63px;
  }
  .gl-clients-slider .slick-next {
    right: -63px;
  }
  .gl-otzivi-slider .slick-prev:before,
  .gl-otzivi-slider .slick-next:before {
    width: 33px;
    height: 65px;
  }
  /**** in slider ****/
  .gl-otzivi-slide-text {
    margin: 6px auto 0 auto;
  }
  /**** in slider ****/
  .gl-otzivi-slide-date {
    margin-top: 6px;
  }
  /********** contacts **********/
  .contacts-block {
    margin: 54px auto 85px auto;
  }
  .contacts-wrap-change .contacts-block {
    margin: 35px auto 50px auto;
  }
  /** title **/
  .contacts-title {
    font-size: 28px;
  }
  .contacts-title:after {
    margin-top: 27px;
  }
  /********/
  .contacts-flex {
    margin: 45px auto 0 auto;
    width: calc(100% - 80px);
  }
  /***** contacts *****/
  .contacts-info-block {
    margin-top: 50px;
    width: 100%;
    order: 2;
  }
  /***** form *****/
  .contacts-form-block {
    width: 100%;
    order: 1;
  }
  .contacts-form-block .feedback-form {
    width: 60%;
  }

  /****************** Page header ******************/
  .page-header {
    min-height: 230px;
    height: 230px;
    max-height: 230px;
  }
  /** title **/
  .page-header-title {
    width: calc(100% - 20px);
    font-size: 32px;
  }

  /****************** Gallery ******************/
  .gallery-item {
    width: calc(100% / 3- 20px);
  }
  /********** gallery-text **********/
  .gallery-text {
    margin-top: 25px;
  }
  .gl-gallery-wrap-change .gallery-text {
    margin-top: 35px;
  }
  /****/
  .gallery-text h1,
  .gallery-text h2,
  .gallery-text h3 {
    font-size: 16px;
  }
  .gallery-text p {
    font-size: 16px;
  }
  .gallery-text li {
    font-size: 16px;
  }
  /********** gallery-contacts **********/
  .gallery-contacts {
    margin: 40px auto 105px auto;
    width: 54%;
  }
  /** title **/
  .gallery-contacts-title {
    font-size: 24px;
  }

  /****************** Other ******************/
  .tops {
    width: 42px;
    height: 42px;
    bottom: -44px;
    right: 10px;
  }
  .tops.tops-active {
    bottom: 10px;
  }

    .slick-slide img {
        width: 100%;
        height: 100px;
    }

}

/* Width < 800 ****************************************************/
@media screen and (max-width: 800px) {

  .gallery-item {
    width: calc(95% / 3);
    margin: 1.2px 1.2px;
  }

  .new-gallery .gallery-item {
    margin: 1.2px 1.2px;
    width: calc(95% / 3);
  }

  .gallery-item img {
    display: block;
    height: 32.5vw;
    width: 100%;
    object-fit: cover;
  }
  .new-gallery{
    margin: 20px 2.2px;
  }
  .gallery-text{
    margin: 30px 9px 0 9px;
  }
  .new-gallery .gallery-item img, .new-gallery .gallery-item video{
    height: auto !important;
  }

  .img__review {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .gl-otzivi-slide-text.img_block_review {
    align-items: center;
    flex-direction: column;
  }
  .wraper-1180,
  .wraper-1240 {
    padding-left: 0px;
    /*padding-right: 10px;*/
    /*width: calc(100% - 20px);	*/
    max-width: 800px;
    width: 100%;
    min-width: 460px;
    /*max-width:780px;*/
  }

  /****************** Header ******************/
  .header-logo {
    margin-left: 50px;
  }
  /****** nav ******/
  .header-nav {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: none!important;
    background: rgba(0, 0, 0, 1);
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
  }
  .header-wrap_menuactive .header-nav {
    display: block!important;

  }
  .header-nav > ul {
    margin: -118px auto 0 auto;
    width: 400px;
    height: 235px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
  }
  .header-nav > ul > li {
    display: block;
    text-align: center;
    margin: 15px auto;
    padding: 0 0;
  }
  .header-nav > ul > li > a {
    padding: 6px 16px 6px 16px;
    display: inline-block;
    font: normal 24px "OpenSans-B", sans-serif;
    line-height: 1.2;
  }
  .header-nav > ul > li.current-menu-item > a:before,
  .header-nav > ul > li.current-menu-parent > a:before {
    display: none;
  }
  .header-nav > ul > li.current-menu-item > a,
  .header-nav > ul > li.current-menu-parent > a {
    color: #d8d8d8;
  }
  .header-nav > ul > li.current-menu-item > a:hover,
  .header-nav > ul > li.current-menu-parent > a:hover {
    color: #fff;
  }
  /**/
  /*.nav-submenu > ul {*/
  /*  display: none !important;*/
  /*}*/

  /****************** Home ******************/
  .gl-main-slider .my-cover {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
  }
  /** arrows **/
  .gl-main-slider .slick-prev {
    left: 0px;
    top: calc(50% + 14px);
  }
  .gl-main-slider .slick-next {
    right: 0px;
    top: calc(50% + 14px);
  }
  /********** gl-about **********/
  .gl-about-text-title {
    font-size: 25px;
  }
  /***** about-services *****/
  .gl-about-services-title {
    font-size: 25px;
  }
  /**** services ****/
  .gl-about-services {
    width: calc(100% - 20px);
    max-width: 450px;
  }
  /****/
  .gl-about-services ul li {
    margin-top: 18px;
    width: calc(50% - 5px);
  }
  .gl-about-services ul li a {
    padding-left: 33px;
    font-size: 16px;
  }
  .gl-about-services ul li a:before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
  /********** gl-gallery **********/
  .gl-gallery-block {
    margin: 40px auto 40px auto;
  }
  /** title **/
  .gl-gallery-title {
    font-size: 25px;
  }
  .gl-gallery-title:after {
    margin-top: 32px;
  }
  .gl-gallery-wrap-change .gl-gallery-title:after {
    margin-top: 25px;
  }
  /**** gallery ****/
  .gl-gallery-flex {
    margin-top: 42px;
  }
  .gl-gallery-item {
    width: 50%;
    height: auto;
    display: block;
  }
  /*****/
  .gl-gallery-item-name {
    width: calc(100% - 10px);
    padding: 6px 5px;
    font-size: 15px;
  }
  /********** gl-platforms **********/
  .gl-platforms-title {
    font-size: 25px;
  }
  .gl-platforms-title:after {
    margin-top: 25px;
  }
  /**** flex ****/
  .gl-platforms-item .my-cover {
    width: 86px;
    height: 86px;
    background-size: 52px;
    padding: 0;
  }
  .gl-platforms-item .my-cover span {
    padding: 25px;
    font-size: 23px;
  }
  .gl-platforms-item .my-cover_title {
    font-size: 14px;
  }
  .gl-platforms-item h3 {
    margin-top: 22px;
    font-size: 20px;
  }
  /********** gl-clients **********/
  .gl-clients-title {
    font-size: 25px;
  }
  .gl-clients-title:after {
    margin-top: 25px;
  }
  /**** slider ****/
  .gl-clients-slider {
    margin: 36px auto 23px auto;
    width: calc(100% - 100px);
  }
  /** arrows **/
  .gl-clients-slider .slick-prev,
  .gl-clients-slider .slick-next {
    width: 30px;
    height: 60px;
  }
  .gl-clients-slider .slick-prev:before,
  .gl-clients-slider .slick-next:before {
    width: 30px;
    height: 60px;
  }
  /******** gl-otzivi ********/
  .gl-otzivi-title {
    font-size: 25px;
  }
  .gl-otzivi-title:after {
    margin-top: 25px;
  }
  /***** otzivi-block *****/
  .gl-otzivi-block {
    margin: 37px auto 0 auto;
  }
  /********/
  .gl-otzivi-slider {
    margin: 36px auto 23px auto;
    width: calc(100% - 100px);
  }
  /* arrows */
  .gl-otzivi-slider .slick-prev,
  .gl-otzivi-slider .slick-next {
    width: 30px;
    height: 60px;
  }
  .gl-otzivi-slider .slick-prev {
    left: -45px;
  }
  .gl-otzivi-slider .slick-next {
    right: -45px;
  }
  .gl-clients-slider .slick-prev {
    left: -45px;
  }
  .gl-clients-slider .slick-next {
    right: -45px;
  }
  .gl-otzivi-slider .slick-prev:before,
  .gl-otzivi-slider .slick-next:before {
    width: 30px;
    height: 60px;
  }
  /********** contacts **********/
  .contacts-block {
    margin: 50px auto 85px auto;
  }
  .contacts-wrap-change .contacts-block {
    margin: 35px auto 85px auto;
  }
  /** title **/
  .contacts-title {
    font-size: 25px;
  }
  .contacts-title:after {
    margin-top: 25px;
  }
  /********/
  .contacts-flex {
    margin: 43px auto 0 auto;
    width: calc(100% - 60px);
  }
  /***** contacts *****/
  .contacts-form-block .feedback-form {
    width: 100%;
    max-width: 415px;
  }

  /****************** Page header ******************/
  .page-header {
    min-height: 180px;
    height: 180px;
    max-height: 180px;
  }
  /** title **/
  .page-header-title {
    width: calc(100% - 10px);
    font-size: 24px;
  }

  /****************** Gallery ******************/


  .new-gallery .gallery-item:first-of-type {
    /*margin-left: 0;*/
  }

  .new-gallery .gallery-item:last-of-type {
    /*margin-right: 0;*/
  }

  /********** gallery-text **********/
  .gallery-text h1,
  .gallery-text h2,
  .gallery-text h3 {
    font-size: 15px;
  }
  .gallery-text p {
    font-size: 15px;
  }
  .gallery-text li {
    font-size: 15px;
  }
  /********** gallery-contacts **********/
  .gallery-contacts {
    margin: 35px auto 85px auto;
    width: 100%;
    max-width: 415px;
  }
  /** title **/
  .gallery-contacts-title {
    font-size: 22px;
  }

  /****************** Other ******************/
  div.wpcf7-response-output {
    padding: 10px 10px;
    font-size: 13px;
    border-radius: 5px;
  }
}


/* Width < 580 ****************************************************/
@media screen and (max-width: 580px) {
  .grid-container p b{
    white-space: normal;
    line-height: 1.2;
    padding-bottom: 6px;
  }
  /*.gl-gallery-wrap {*/
  /*	background-image: url(../img/580.jpg);*/
  /*}*/
  .new-gallery .gallery-item img, .new-gallery .gallery-item video{
    height: 32.5vw;
  }
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  /****************** Home ******************/
  .gl-platforms-flex {
    width: 55%;
  }
  .gl-platforms-item {
    width: 50%;
  }
  .gl-platforms-item:nth-child(3),
  .gl-platforms-item:nth-child(4) {
    margin-top: 27px;
  }

  .page__content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .popup__img {
    margin-top: 30px;
  }

  .popup__img:last-of-type {
    margin-bottom: 30px;
  }

  .new-gallery .gallery-item {
    /*margin: 2px 1px;*/
  }

  .page__box-title {
    top: 20px;
    left: 15px;
  }

  .page__box-title .page__title {
    font-size: 50px;
    line-height: 54px;
  }

  .page__box-title p {
    font-size: 18px;
    line-height: 22px;
  }

  .categories {
    margin: 0 15px;
  }

  .categories__title {
    font-size: 30px;
    line-height: 34px;
  }

  .vacancies__list.active {
    display: block;
  }

  .categories__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .categories__item {
    max-width: 300px;
    width: 100%;
    font: 16px;
    line-height: 20px;
  }

  .vacancies__item {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
    font: 16px;
    line-height: 20px;
  }

  .vacancies__item-btn {
    margin: 25px auto 0;
  }
}

/* Width < 480 ****************************************************/
@media screen and (max-width: 480px) {
  .img__review {
    justify-content: center;
  }
  .wraper-1180,
  .wraper-1240 {
    min-width: 300px;
  }

  /****************** Header ******************/
  .header-block {
    padding: 10px 5px 10px 5px;
  }
  .header-padding {
    height: 60px;
  }
  /****** logo ******/
  .header-logo {
    margin-left: 43px;
    padding-left: 23px;
  }
  /****/
  .header-logo-title {
    font-size: 15px;
  }
  .header-logo-desc {
    font-size: 9px;
  }
  /****** header-contacts ******/
  .header-contacts-tel a {
    font-size: 10px;
  }
  .header-contacts-mail a {
    font-size: 7px;
  }
  /****** nav ******/
  .header-nav > ul {
    margin: -98px auto 0 auto;
    width: 300px;
    height: 195px;
  }
  .header-nav > ul > li {
    margin: 10px auto;
  }
  .header-nav > ul > li > a {
    font-size: 20px;
  }
  /*** nav-button **/
  .cmn-toggle-switch {
    width: 54px;
    height: 40px;
  }
  .cmn-toggle-switch span {
    top: 18px;
    left: 11px;
    right: 11px;
  }
  .cmn-toggle-switch span::before {
    top: -9px;
  }
  .cmn-toggle-switch span::after {
    bottom: -9px;
  }

  /****************** Home ******************/
  .gl-main-slider .my-cover {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
  }
  /** arrows **/
  .gl-main-slider .slick-prev,
  .gl-main-slider .slick-next {
    width: 27px;
    height: 52px;
  }
  .gl-main-slider .slick-prev:before,
  .gl-main-slider .slick-next:before {
    width: 27px;
    height: 52px;
  }
  /********** gl-about **********/
  .gl-about-text-title {
    font-size: 22px;
  }
  /**** text ****/
  .gl-about-text {
    width: calc(100% - 18px);
    margin: 13px auto auto auto;
  }
  /****/
  .gl-about-text h1,
  .gl-about-text h2,
  .gl-about-text h3 {
    font-size: 12px;
  }
  .gl-about-text p {
    font-size: 12px;
  }
  .gl-about-text ul,
  .gl-about-text ol {
    margin: 8px 0 8px 10px;
  }
  .gl-about-text li {
    font-size: 12px;
  }
  .gl-about-text blockquote {
    padding-left: 13px;
  }
  /***** about-services *****/
  .gl-about-services-title {
    font-size: 22px;
  }
  /**** services ****/
  .gl-about-services {
    margin-top: 5px;
    width: calc(100% - 20px);
    max-width: 320px;
  }
  /****/
  .gl-about-services ul li {
    margin-top: 15px;
  }
  .gl-about-services ul li a {
    padding-left: 22px;
    font-size: 16px;
  }
  .gl-about-services ul li a:before {
    top: 2px;
    width: 14px;
    height: 14px;
  }
  /********** gl-gallery **********/
  .gl-gallery-block {
    margin: 37px auto 37px auto;
  }
  /** title **/
  .gl-gallery-title {
    font-size: 22px;
  }
  .gl-gallery-title:after {
    margin-top: 30px;
  }
  /**** gallery ****/
  .gl-gallery-flex {
    margin-top: 38px;
  }
  .gl-gallery-item {
    width: 100%;
  }
  /*****/
  .gl-gallery-item-name {
    font-size: 14px;
  }
  /********** gl-platforms **********/
  .gl-platforms-title {
    font-size: 22px;
  }
  /**** flex ****/
  .gl-platforms-flex {
    width: 65%;
  }
  /****/
  .gl-platforms-item .my-cover {
    width: 80px;
    height: 80px;
    background-size: 48px;
  }
  .gl-platforms-item h3 {
    margin-top: 19px;
    font-size: 17px;
  }
  /********** gl-clients **********/
  .gl-clients-title {
    font-size: 22px;
  }
  /**** slider ****/
  .gl-clients-slider {
    margin: 40px auto 0 auto;
  }
  .gl-clients-slider .slick-slide {
    margin: 0 5px;
  }
  /** arrows **/
  .gl-clients-slider .slick-prev,
  .gl-clients-slider .slick-next {
    width: 24px;
    height: 48px;
  }
  .gl-clients-slider .slick-prev:before,
  .gl-clients-slider .slick-next:before {
    width: 24px;
    height: 48px;
  }
  /******** gl-otzivi ********/
  .gl-otzivi-title {
    font-size: 22px;
  }
  /***** otzivi-block *****/
  .gl-otzivi-slider {
    margin: 36px auto 21px auto;
    width: calc(100% - 70px);
  }
  /* arrows */
  .gl-otzivi-slider .slick-prev,
  .gl-otzivi-slider .slick-next {
    width: 24px;
    height: 48px;
  }
  .gl-otzivi-slider .slick-prev {
    left: -38px;
  }
  .gl-otzivi-slider .slick-next {
    right: -38px;
  }
  .gl-otzivi-slider .slick-prev:before,
  .gl-otzivi-slider .slick-next:before {
    width: 24px;
    height: 48px;
  }
  /**** in slider ****/
  .gl-otzivi-slide-text {
    margin: 3px auto 0 auto;
  }
  /** title */
  .gl-otzivi-slide-text-title {
    font-size: 16px;
  }
  /** text **/
  .gl-otzivi-slide-text h1,
  .gl-otzivi-slide-text h2,
  .gl-otzivi-slide-text h3 {
    font-size: 13.5px;
  }
  .gl-otzivi-slide-text p {
    font-size: 13.5px;
  }
  .gl-otzivi-slide-text ul,
  .gl-otzivi-slide-text ol {
    margin: 8px 0 8px 10px;
  }
  .gl-otzivi-slide-text li {
    font-size: 13.5px;
  }
  .gl-otzivi-slide-text blockquote {
    padding-left: 13px;
  }
  /** date **/
  .gl-otzivi-slide-date {
    margin-top: 3px;
    font-size: 13.5px;
  }
  /********** contacts **********/
  .contacts-title {
    font-size: 22px;
  }
  /********/
  .contacts-flex {
    width: calc(100% - 40px);
  }
  /***** contacts *****/
  .contacts-info-title {
    font-size: 16px;
  }
  .contacts-info-item {
    margin-top: 22px;
  }
  .contacts-info-item-inner,
  .contacts-info-notice {
    margin-top: 15px;
  }
  .contacts-info-item-title {
    font-size: 14px;
  }
  .contacts-info-notice p,
  .contacts-info-item-inner,
  .contacts-info-item-inner p,
  .contacts-info-item-inner a {
    font-size: 12px;
  }
  .contacts-info-item-inner p {
    margin-top: 7px;
  }
  /** socials **/
  .contacts-socials {
    margin-top: 10px;
  }
  .contacts-socials li {
    margin-top: 6px;
    margin-right: 6px;
  }
  .contacts-socials li a {
    width: 32px;
    height: 32px;
  }
  /***** form *****/
  .contacts-form-block .feedback-form {
    width: 100%;
    max-width: 320px;
  }
  /******/
  .feedback-form input {
    font-size: 13px;
  }
  .feedback-form textarea {
    height: 120px;
    font-size: 13px;
  }
  /** submitFF **/
  .feedback-form .feedback-form-btn {
    padding: 10px 0 8px 0;
    font-size: 15px;
  }

  /****************** Page header ******************/
  .page-header {
    min-height: 140px;
    height: 140px;
    /*max-height: 140px;*/
  }
  /** title **/
  .page-header-title {
    font-size: 19px;
  }

  /****************** Gallery ******************/
  .gallery-item {
    width: calc(95% / 3);
    margin: 1.2px 1.2px;
  }
  /********** gallery-text **********/
  .gallery-text h1,
  .gallery-text h2,
  .gallery-text h3 {
    font-size: 14px;
  }
  .gallery-text p {
    font-size: 13px;
  }
  .gallery-text li {
    font-size: 13px;
  }
  /********** gallery-contacts **********/
  .gallery-contacts {
    max-width: 320px;
  }
  /** title **/
  .gallery-contacts-title {
    font-size: 19px;
  }

  /****************** Other ******************/
  .tops {
    width: 38px;
    height: 38px;
    bottom: -40px;
  }
  /******** contact form 7 ********/
  div.wpcf7-response-output {
    padding: 10px 5px;
    width: calc(100% - 25px);
    font-size: 11px;
  }

  .gl-gallery-wrap {
    background-image: url(../img/gl-gallery-bg-mobile.jpg);
    background-size: contain;
    /*background-attachment: scroll;*/
  }
}

/* Width < 400 ****************************************************/
@media screen and (max-width: 400px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  /****************** Home ******************/
  .gl-platforms-flex {
    width: 70%;
  }
}
.wraper-1240.gl-otzivi-slide-text {
  padding-bottom: 6px;
}
.wraper-1240.hide .contacts-info-title p:not(:nth-child(-n + 6)),
.wraper-1240.hide .contacts-info-title ol,
.wraper-1240.hide .contacts-info-title div,
.wraper-1240.hide .contacts-info-title h2:not(:nth-child(-n + 6)) {
  display: none;
}
.contacts-info-button {
  position: relative;
  color: #9E9E9E;
  font-size: 16px;
  transition: all 0.5s;
}
.contacts-info-button:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #888888;
  transition: all 0.5s;
}
.contacts-info-button:hover:after {
  background-color: #fff;
}
.contacts-info-button:hover {
  color: #fff;
}

.faq__list {
  margin-bottom: 20px;
  margin-right: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.faq__list__item {
  background: rgba(158, 155, 155, 0.2);
  position: relative;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
}

.faq__list__item.is-active .faq__list__item2 {
  display: block;
}

.faq__list__item.is-active .arrow {
  transform: rotate(-45deg);
  margin-top: 10px;
}

.faq__list__item2 {
  display: none;
  /*background: #5a6171;*/
  padding-top: 10px;
  padding-bottom: 2px;
  padding-left: 50px;
  color: white;
}

.arrow {
  width: 18px;
  height: 18px;
  border-top: 3px solid grey;
  border-right: 3px solid grey;
  transform: rotate(135deg);
  /*padding-right: 14px;*/
}

@media screen and (max-width: 340px) {
  .header-logo {
    max-width: 120px;
  }

  .header-logo-desc {
    margin-top: 5px;
  }

  .gl-gallery-wrap {
    margin-top: 18px;
  }
}

/* WPWP */
.categories__item {
  border: 1px solid #888;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.categories__item:hover {
  background-color: #3b3b3b;
}
.categories__item.active {
  background-color: #3b3b3b;
}
.vacancies__item {
  background-color: #595959;
  border: 1px solid #888;
  border-radius: 8px;
  padding: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vacancies__item:hover {
  background-color: #515151;
}

.vacancies__item-btn {
  width: 100%;
  height: 50px;
  font: normal 18px "OpenSans-R", sans-serif;
  border: 1px solid #888;
  border-radius: 8px;
  background-color: #888;
  color: #fff;
  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;
  margin: 30px auto 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vacancies__item-btn:hover {
  background-color: #4a4a4a;
  border: 1px solid #888;
}
.popup .close-popup {
  top: 0;
  right: 18px;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  display: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}
.popup__box img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 85vh;
}

@media (max-width: 1000px) {
  .header-contacts {
    display: none;
  }
}

.popup .close-popup {
  right: 16px;
  height: 52px;
  width: 52px;
  padding: 10px;
  box-sizing: border-box;
  /*pointer-events: none;*/
}

@media screen and (max-width: 1020px) {
  .popup .close-popup {
    height: 40px;
    width: 40px;
  }
}

.fancybox-slide--video .fancybox-content {
  height: auto !important;
}

.fancybox-slide--video video {
  max-height: 80vh;
}
.fancybox-slide--video.fancybox-slide--current.fancybox-slide--complete .fancybox-content {
  max-height: 80vh;
}

.gallery-popup .gallery-item{
  cursor: pointer;
}

.new-gallery .gallery-item picture{
  transition: 0.2s;
}

.new-gallery .gallery-item_active picture{
  opacity: 0;
}

@media screen  and (max-width: 576px){
  body.lock{
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
    touch-action: none;
    -ms-touch-action: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.new-gallery .gallery-item video{
  visibility: visible !important;
}
.fancybox-slide--video video{
  visibility: visible !important;
}

/*.fancybox-slide{*/
/*  transition-duration: 1000ms !important;*/
/*}*/
/*.fancybox-container{*/
/*  transition-duration: 1000ms !important;*/
/*}*/
.fancybox-slide--image{
  padding: 44px;
}
.fancybox-slide{
  padding: 44px;
}


/* from footer */

/*#menu-main-menu li.menu-item-has-children:hover .sub-menu {*/
/*  display: block;*/
/*}*/
.header-nav ul ul {
  top: calc(100% + 0px);
}
.header-nav > ul > li > a {
  padding-bottom: 8px
}

/* postForm */
.full-height {
  height:1000px;
}
.place-for-form {
  /*height: 100%;*/
  width: 95%;
  margin: 0 auto;
}
#ready_work_block{
  display:none;
}
#image_container{
  border: 1px solid #ccc;
  width: 100%;
  padding-top: 100%;
  height: 0;
  background-image: url("/wp-content/themes/AAA/img/download.svg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.square_img{
  width: 100%;
  padding-top: 100%;
  height: 0;
  font-size:0;
}

#image_container img {
  position: absolute;
  top: 0;
}
#image_container:has(img){
  background-image:unset;
}
.three-in-row {
  margin-top: 20px;
}
.three-in-row > div {
  width: calc(100% / 3);
}
.form-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form-block > div {
  flex-grow: 1;
  margin-right: 10px;
}


#post_form{
  display: flex;
  flex-direction: column;
  margin-top:200px!important;
  max-width:300px;
  margin:auto;
}
#post_form input{
  background: #787575;
  color: white;
}
.tile {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-container {
  display: flex;
  justify-content: space-between;
}
.form-container > div {
  flex-grow: 1;
  margin: 0 10px;
}
label {
  display: block;
  margin-bottom: 5px;
}
/* input[type="number"],
input[type="url"] {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
} */
button[type="submit"] {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #086600;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.blog-single{
  position:relative;
}
#menu-service-menu li a {
  cursor: pointer;
  font-style: italic;
}
a.privacy_pol_footer_link {
  text-decoration: underline;
}

@media (max-width:800px){
  .wpcf7-response-output {
    display: none;
  }
  .wpcf7-response-output.alert {
    display: block;
  }
}

/******************************AUTHORS***************************/
.page-author .page-header__wrapper-content {
  width: 70%;
  padding: 60px 0;
  display: flex;
}
.page-author .page-header {
  display: flex;
  justify-content: center;
    max-height: none;
}
.page-author .page-header__inform {
  text-align: left;
  width: 80%;
  margin-right: 60px;
}
.page-author .breadcrumbs-blog {
  margin-bottom: 16px;
}
.page-author .page-header-title {
  text-align: left;
  margin-bottom: 8px;
}
.page-author .page-header-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.page-author .page-header-description {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
}
.page-author .page-header__media {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 20%;
}
.page-author .page-header__media .media-social {
  display: flex;
  justify-content: start;
  align-items: start;
}
.page-author .page-header__media .media-image img {
  width: 100%;
  height: auto;
}
.page-author .page-header__media .media-social img {
  width: 40%;
}
.best-block.wraper-1240 {
  text-align: center;
}
.best-block #mainblog {
  margin-bottom: 20px;
}
.best-block #mainblog .blog-single .blog-single-text .blog-single-cat {
  margin-bottom: 20px;
}
.best-block #mainblog .blog-single .blog-single-text h3 {
  text-align: left;
  margin-bottom: 20px;
}
.best-block #mainblog .blog-single .blog-single-text .blog-single-except {
  text-align: left;
}
.best-title {
  margin-top: 70px;
}
.blog-button {
  width: 80%;
  display: inline-block;
  margin: 40px auto 0;
  padding: 16px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #FFFFFF1A;
}
.article-post {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #FFFFFF1A;
  margin-bottom: 60px;
}
.page-author .articles-title.gl-gallery-title {
  margin-top: 60px;
}
.page-author .articles-title.gl-gallery-title::after {
  background: none;
}
.article-post-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  width: 60%;
  text-align: center;
}
.article-post-title a {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  width: 60%;
  text-align: center;
}
.article-meta {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.article-avatar {
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.article-avatar__img {
  margin-right: 9px;
}
.page-author .articles-wrap .articles-block .article-flex .pagination {
  margin-bottom: 60px;
}
.squad-wrap {
  background: #000000;
}
.page-author .squad-title.gl-gallery-title {
  margin:60px 0 40px;
  font-weight: 700;
}
.page-author .squad-title.gl-gallery-title::after {
  background: none;
}
.page-author .squad-flex {
  gap: 40px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.page-author .squad-post {
  display: flex;
  flex-direction: column;
}
.page-author .squad-post__img {
  height: 60%;
}
.page-author .squad-post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-author .inform-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.page-author .inform-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFFB2;
}
.page-author .inform-number {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .squad-flex {
    gap: 20px;
    grid-template-columns: 1fr;
    width: 85%;
    margin: 0 auto 40px;
  }
  .page-author .page-header {
    max-height: none;
  }
  .page-author .page-header__wrapper-content {
    flex-direction: column-reverse;
    width: 95%;
    align-items: center;
  }
  .page-author .page-header__media {
    width: fit-content;
    align-items: start;
  }
  .page-author .page-header__inform {
    margin-right: 0;
    width: 100%;
  }
  .article-post-title {
    font-size: 26px;
  }
}

.bi.bi-linkedin {
  width: 30px;
  height: 30px;
  color: white;
  border-radius: 50%;
  padding: 5px;

  .careers-single-metabox a.read_more {
    background: #3a7bd5;

  }

  a.read_more {
    background: #3a7bd5;

  }
}

footer.footer-wrap.wraper-100 {
  margin: 0 auto;
}

.home-page-slider {
  width: 100%;
  height: 100%;
}
/* Каждый слайд тоже растягиваем на всю высоту */
.home-page-slider .slick-slide img {
  width: 100%;
  height: 100%;
}

/* Внутренний контейнер, где лежит картинка */
.slide-img__wrap {
  position: relative;
  width: 100%;
  height: 100%; /* Обязательно, чтобы внутренняя картинка могла растянуться */
  overflow: hidden;
}

/* Картинка, которая заполнит всё пространство */
.img-slide {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Сохранит пропорции и обрежет лишнее */
  display: block;
}

.custom-arrow.custom-arrow-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 32px;
  height: 35px;
  z-index: 9;
}
.custom-arrow.custom-arrow-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 35px;
}
@media (max-width: 768px) {
  .custom-arrow.custom-arrow-next.slick-arrow {
    display: none !important;
  }
  .custom-arrow.custom-arrow-prev.slick-arrow {
    display: none !important;
  }
}
.menu-item-type-post_type a {
  color: white;
  font-size: 14px;
}
.nav-second-submenu > ul > li:first-child > a {
  margin-top: 15px;
}
.nav-second-submenu > ul > li > a {
  padding: 6px 15px;
  display: block;
  color: #d8d8d8;
  font: normal 16px "OpenSans-B", sans-serif;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

/*************************** START FW-960***************************/
@media( max-width: 767px ) {
  .gl-about-text-title__mob {
    display: none;
  }
  .header-logo {
    display: block;
    content: "";
    padding-left: 35px;
      margin-left: -10px !important;
    /*background: url(../img/socials/logo.png) 0 50% no-repeat;
    background-size: 15% 100% !important;*/
  }
}
@media screen and (max-width: 800px) {
  .gl-gallery-item {
    height: 175px;
  }
}
/*************************** END FW-960***************************/


.page-template-contacts .wrapper {
    min-height: 100dvh;
}
.page-template-contacts .contacts-wrap.contacts-wrap-change.wraper-100 {
    flex: 1 1 auto;
}