*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page_name {
	display: none!important;
}
.a_active a {
  color: blue;
}

.ol_blog li {
  list-style: decimal;
}

.before_symbol {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}

.before_symbol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10;
  display: block;
  width: 15px;
  height: 1px;
  background: black;
  margin-top: 1em;
}

.img_opacity {
  height: 100%;
  background-size: cover;
  opacity: 1;
}

.img_opacity:before {
  content: '';
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: aliceblue;
  border-radius: 10px 10px 10px 50px;
}

.questin_font {
  font-size: 160px;
  color: #008bea !important;
  z-index: 2;
}

body,
html {
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.section-title strong,
.section-title b {
  font-weight: 900;
  letter-spacing: 0.03em;
}

.section-title span {
  color: #008bea;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
}

.mb-9 {
  margin-bottom: 6rem !important;
}

.alignleft {
  float: left;
  margin: 10px;
  margin-left: 0;
}

.alignright {
  float: right;
  margin: 10px;
  margin-right: 0;
}

.no-repeat {
  background-repeat: no-repeat;
}

.cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-contain {
  background-size: contain;
}

#pos_z {
  position: relative;
  z-index: 1;
}

.padding_1 {
  margin: 0px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.padding_2 {
  margin: 0px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.border_brand {
  border: 2px solid #eaf6f3;
}

.border_left_elips {
  border-radius: 10px 10px 10px 50px;
  background: #eaf6f3;
}

.border_bloc {
  border-radius: 10px 10px 10px 10px;
  background: #eaf6f3;
}

.border_tezt_block {
  border-radius: 10px 10px 10px 50px;
  background: #eaf6f3;
  background: rgba(252, 249, 249, 0.1);
}

.border_tezt_block:hover {
  background: #eaf6f3;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.a_filial:hover {
  color: white;
  text-decoration: underline;
}

.services_hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services_hover:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.metodica_a_hover a:hover {
  text-decoration: underline;
  color: #008bea;
}

.services_hover a:hover {
  text-decoration: underline;
}

.text-justify {
  text-align: justify;
}

.backg {
  background: #eaf6f3;
}

.img_size {
  height: 30px;
}

.inp_border_no {
  border: none;
}

.border_top_sert {
  border-top: 2px solid #9acaf5;
}

.inp {
  height: 50px;
  font-size: 20px;
  border: none;
}

.inp:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.img_logo {
  width: 250px;
  background-size: 100%;
}

.img_banner {
  background-size: cover;
}

.margin_v2 {
  margin-top: -50px;
}

.img_info {
  width: 200px;
  background-size: cover;
}

.card-img-top-carusel {
  height: 120px;
  width: 120px;
}

.card-img-top-border {
  border-bottom: 2px solid #eaf6f3;
}

.justifu_around {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.fon_silver {
  background: #f8f8f8;
}

.vertical_text {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-top: 190px;
}

.color_cifr {
  color: #008cee;
}

.scene {
  width: 200px;
  height: 260px;
  border: 1px solid #CCC;
  margin: 40px 0;
  -webkit-perspective: 600px;
  perspective: 600px;
}

.card {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}

.card.is-flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 260px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card__face--front {
  background: red;
}

.card__face--back {
  background: blue;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

a {
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none !important;
  color: inherit;
}

.ul_blog li {
  list-style: disc;
}

/*
li {
    list-style:none;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}
*/
img {
  max-width: 100%;
}

.bg-brand {
  background: #008bea;
}

.bg-grey {
  background-color: #333333;
}

.bg-dgrey {
  background-color: #2e2e2e;
}

.bg-vlgrey {
  background-color: #f8f8f8;
}

.bg-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#ff3e00), to(#ffbb00));
  background: linear-gradient(to right, #ff3e00, #ffbb00);
}

.bg-bright {
  background-color: #ed3626;
}

.bg-lgreen {
  background-color: #edf6f3;
}

.btn-form-stran {
  border-radius: 20px 20px 20px 20px;
  background: #3695eb;
  color: white;
}

.form_color_contact {
  background: #526371;
  color: white;
  padding-left: 0px;
}

.float_img {
  float: left;
  float: bottom;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
}

input {
  max-width: 100%;
}

input.btn-bright {
  background-color: #ed3626;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.text-brand {
  color: #008bea !important;
}

.text-grey {
  color: #333333;
}

.text-dgrey {
  color: #2e2e2e;
}

.text-mlgrey {
  color: #bababa;
}

.text-bright {
  color: #ed3626;
}

.text-transparent {
  z-index: 2;
  color: black;
  background: #3b0206;
  mix-blend-mode: lighten;
}

.lang li a {
  opacity: 0.5;
}

.lang li.active a {
  opacity: 1;
}

.bb-3 {
  border-bottom: 3px solid #008bea;
}

.section-dft {
  padding-top: 75px;
  padding-bottom: 75px;
}

section.banner {
  position: relative;
}

section.banner .bg-img {
  z-index: 0;
}

.alias-list {
  width: 100px;
}

.skick-sertificates .slick-prev:before,
.skick-sertificates .slick-next:before {
  color: black;
}

.skick-sertificates img {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-title .svg {
  border: 1px solid;
}

.card.bg-lgreen {
  background-color: #edf6f3;
}

.steps .card {
  border-radius: 10px;
  border-bottom-left-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.steps .card:hover {
  background-color: white;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

footer li {
  list-style: 0;
}

.footer-socials li {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: white;
  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;
}

.footer-socials a {
  padding: 5px 10px;
}

.footer-main {
  padding: 50px 0;
}

/**/
.banner .btn.bg-white {
  font-size: 1.9rem;
}

.banner .bg-img {
  -o-object-position: 35%;
  object-position: 35%;
}

#consultation .form-wrapper div {
  width: 30%;
}

#consultation input {
  height: 60px;
}

#consultation .wpcf7-submit {
  font-weight: bold;
  font-size: 20px;
  height: 60px;
}

.alias-wrapper {
  font-family: 'Gilroy';
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 150px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden !important;
}

.flip-card-front {
  background-color: #edf6f3;
  color: black;
}

.problems-we-solve .bg-filter::after {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.problems-we-solve .bg-filter:hover::after {
  opacity: 0.85;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.flip-card-back {
  background-color: white;
  color: black;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  width: 100%;
  height: 200px;
}

.problems-we-solve .row:nth-child(2) .services-stages .col:nth-child(1) {
  z-index: 30;
}

.problems-we-solve .row:nth-child(2) .services-stages .col:nth-child(2) {
  z-index: 29;
}

.problems-we-solve .row:nth-child(2) .services-stages .col:nth-child(3) {
  z-index: 28;
}

.problems-we-solve .row:nth-child(3) .services-stages .col:nth-child(1) {
  z-index: 27;
}

.problems-we-solve .row:nth-child(3) .services-stages .col:nth-child(2) {
  z-index: 26;
}

.problems-we-solve .row:nth-child(3) .services-stages .col:nth-child(3) {
  z-index: 25;
}

.problems-we-solve .row:nth-child(4) .services-stages .col:nth-child(1) {
  z-index: 24;
}

.problems-we-solve .row:nth-child(4) .services-stages .col:nth-child(2) {
  z-index: 23;
}

.problems-we-solve .row:nth-child(5) .services-stages .col:nth-child(3) {
  z-index: 22;
}

.problems-we-solve .row:nth-child(5) .services-stages .col:nth-child(1) {
  z-index: 21;
}

.problems-we-solve .row:nth-child(5) .services-stages .col:nth-child(2) {
  z-index: 20;
}

.problems-we-solve .row:nth-child(5) .services-stages .col:nth-child(3) {
  z-index: 19;
}

/**/
#module #collapseExample.collapse:not(.show) {
  display: block;
  height: 250px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#module #collapseExample.collapsing {
  height: 250px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#module a.collapsed i {
  font-size: 50px;
  position: absolute;
  top: 0;
  height: 300px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
  background: linear-gradient(to top, white, transparent);
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #cecece;
}

#module a:not(.collapsed) i {
  position: absolute;
  bottom: -50px;
  /* height: 250px; */
  width: 100%;
  background: transparent;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #cecece;
  font-size: 50px;
}

/**/
.contact-consultation .form-control-lg input {
  padding: 5px 20px;
}

/**/
.slider .slick-prev:before,
.slider-vertical .slick-next:before {
  display: none;
}

.slider .slick-prev,
.slider .slick-next {
  width: 28px;
  height: 28px;
  border-style: solid;
  margin: 10px;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  display: none;
}

.slider .slick-prev {
  border-width: 14px 14px 14px 0px;
  border-color: transparent #ffffff;
  left: 0px;
  right: auto;
}

.slider .slick-next {
  border-width: 14px 0px 14px 14px;
  border-color: transparent #ffffff;
  right: 0px;
  left: auto;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
  border-color: transparent #ffd200;
}

.slider .slick-prev.slick-disabled,
.slider .slick-next.slick-disabled,
.slider .slick-prev.slick-disabled:hover,
.slider .slick-next.slick-disabled:hover {
  opacity: 0.1;
  cursor: default;
  border-color: transparent #000000;
}

.slider div {
  text-align: center;
  font-size: 75px;
  color: #ffffff;
}

.slider-thumb div {
  height: 30%;
}

.slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-content {
  width: 74%;
  height: 100%;
  border: 1px solid white;
}

.slider-content img {
  height: 364px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 3px 0;
}

.slider-thumb {
  width: 25%;
}

.slider-thumb img {
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 3px 0;
}

.wpcf7-validation-errors {
  color: red;
}

.archive .card img {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.lang {
  padding: 0;
  margin: 0;
}

.lang li {
  list-style: none;
  padding: .25rem 1rem;
  border-radius: .25rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.lang li a {
  opacity: 0.4;
  text-transform: uppercase;
}

.lang li li:hover a {
  opacity: 1;
  color: #008bea;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.lang li.current-lang {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #008bea;
}

.lang li.current-lang a {
  opacity: 0.8;
  font-weight: 700;
}

.skick-sertificates img {
  padding: 10px;
}

.slider .slick-prev,
.slider .slick-next {
  line-height: inherit;
  font-size: 50px;
  margin: 0;
  width: 100%;
  border: none;
  text-align: center;
}

.slider .slick-prev i,
.slider .slick-next i {
  color: lightgrey;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -45px;
  position: relative;
}

.slider .slick-next {
  bottom: -95px;
  top: auto;
}

.slider .slick-next i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: -45px;
  position: relative;
}

.logo-m {
  position: absolute;
  left: 20px;
}

.header-searchform-wrapper {
  cursor: pointer;
}

.header-searchform-wrapper #searchform {
  display: none;
}

#searchform input {
  border: 0;
  border-bottom: 2px solid white;
  min-height: 35px;
  min-width: 250px;
}

#searchform input::-webkit-input-placeholder {
  color: white;
  font-size: 2rem;
}

#searchform input:-ms-input-placeholder {
  color: white;
  font-size: 2rem;
}

#searchform input::-ms-input-placeholder {
  color: white;
  font-size: 2rem;
}

#searchform input::placeholder {
  color: white;
  font-size: 2rem;
}

.header-searchform-wrapper #searchform.active {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(181, 224, 252, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}

.header-searchform-wrapper #searchform.active .wrapper {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-searchform-wrapper #searchform.active #searchsubmit {
  right: 0;
}

.searchform_close {
  position: relative;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
  width: 40px;
  height: 40px;
  border: 2px solid white;
  cursor: pointer;
}

.searchform_close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nothingfound-searchform-wrapper #searchform input {
  color: #008bea;
  border-bottom: 2px solid #008bea;
}

.nothingfound-searchform-wrapper #searchform input::-webkit-input-placeholder {
  color: #008bea;
}

.nothingfound-searchform-wrapper #searchform input:-ms-input-placeholder {
  color: #008bea;
}

.nothingfound-searchform-wrapper #searchform input::-ms-input-placeholder {
  color: #008bea;
}

.nothingfound-searchform-wrapper #searchform input::placeholder {
  color: #008bea;
}

.nothingfound-searchform-wrapper .searchform_close {
  display: none;
}

.post-type-archive-testimonials img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-filter {
  z-index: 10;
}

.bg-filter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #edf6f3;
  opacity: 0.5;
  z-index: -1;
}

.cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.mega-lang-item {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #consultation .form-wrapper div {
    width: 100%;
  }

  .section-dft {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-thumb {
    width: 100%;
    overflow: hidden;
    padding: 0 2px;
  }

  .slider-thumb img {
    padding: 5px;
  }

  .slider-content {
    width: 100%;
  }

  .slider-content img {
    padding: 5px;
  }

  .vertical_text {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .questin_font {
    font-size: 90px;
  }

  .mega-lang-item {
    display: inline-block !important;
  }
}

/*# sourceMappingURL=main.css.map */


@media(max-width:500px) {
  .logo-m {
    z-index: 1;
  }
}

.all-alias {
  margin: 0 auto;
  margin-top: 20px;
  width: 200px;
}



/* //new */


header {
  position: fixed;
  width: 100%;
  z-index: 20;
}

.top_block {
  padding-top: 64px;
}

.banner {
  padding-top: 60px;
}

a strong,
#module  a{
  color: #007bff;
}

.single-uslugi .sertificates {
  margin-bottom: 0px !important;
}

.single-filialy .section-dft {
  padding-top: 15px;
}


#accordion-faq .text-accent {
  position: absolute;
  right: 11px;
  top: 22px;
}


#accordion-faq .bg-primary {
  background-color: #edf6f3 !important;
  color: inherit;
}



@media only screen and (max-width: 1024px) {
  #mega-menu-wrap-alias-menu-header .mega-menu-toggle+#mega-menu-alias-menu-header {
    background: rgba(255, 255, 255, .1);
    padding: 0;
    display: none;
  }
 #mega-menu-wrap-alias-menu-header .mega-menu-toggle.mega-menu-open+#mega-menu-alias-menu-header {
    display: block;
    text-align: left;
}
#mega-menu-wrap-alias-menu-header #mega-menu-alias-menu-header>li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
}
#mega-menu-wrap-alias-menu-header #mega-menu-alias-menu-header>li.mega-menu-item>a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: 0 0;
    text-align: left;
    color: #222;
    font-size: 16px;
}


  #mega-menu-wrap-alias-menu-header .mega-menu-toggle {
    display: flex !important
  }

  .header-searchform-wrapper {
    display: none !important;
  }
}


/* persone */


.person img{
border-radius: 650px;
    height: 150px;
    width: 150px;
}

.person{
  padding: 40px;
}

.persone .name{
  font-weight: 600;
}


.socials img{
  width: 25px;
  height: auto;
}

.socials{
  margin-top: 20px;
}



.name{
font-size:20px;
}



.single-post .content_text a{
color: #007bff !important; 
}




.skick-blog_post .slick-prev:before, .skick-blog_post .slick-next:before {
    color: #000;
}

.seo-text .wp-caption {
	width: 100% !important
}