html,
body {
  /* height: auto; */
  height: 100%;
}
header {
  position: sticky;
  top: 0;
}
header.active{
  position: sticky;
  top: 0; 
}
.header__center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.section {
  padding: 70px 0;
}
.section_white {
  padding: 120px 0;
}
.advantages_block-wrapper{
  background: #F3F5F8;
}
.main-products__new {
  background: #F3F5F8;
}
.faq_wrapper{
  background: #e7e7e7;
}
.map-wrapper{
  padding: 0;
  padding-top: 70px;
}
.h1,
h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 40px;
  color: var(--dark-text);
}
.h2,
h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  color: var(--dark-text);
  margin-bottom: 30px;
  transition: 0.5s;
}
.h3,
h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  color: var(--dark-text);
  margin-bottom: 30px;
  transition: 0.5s;
}
.h4,
h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  color: var(--dark-text);
  margin-bottom: 30px;
  transition: 0.5s;
}
.h5,
h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  color: var(--dark-text);
  margin-bottom: 30px;
  transition: 0.5s;
}
.h6,
h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  color: var(--dark-text);
  margin-bottom: 30px;
  transition: 0.5s;
}
.main_banner_content h2, .main_banner_content .h2{font-size: 130px;font-weight: 700;color: var(--basic-company);}
.main_banner_content .h4, .main_banner_content h4 {margin-bottom: 16px;}
.advantages_block-wrapper .h2, .advantages_block-wrapper h2{color:  var(--dark-text);}
.callback_custom_2 .h2, .callback_custom_2 h2{color:  var(--dark-text);}
.block-background .h2, .block-background h2{color: #F1F2F3;}
.red_title {color: var(--basic-company)!important;}
.btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  height: 40px;
  background: var(--basic-company);
  color: #ffffff;
  border-radius: 6px;
  transition: 0.5s;
}
.btn:hover {
  color: #fff;
  background-color: var(--basic-company);
}
.secondary_btn.btn {
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 100px;
}
.secondary_btn.btn:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.third-rate_btn {
  color: var(--basic-company);
  text-decoration: underline;
  font-size: 16px;
  border: unset;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
a.media__btn {
  text-align: center;
}
.third-rate_btn:hover {
  color: #313131;
  border: unset;
}
.main_banner_block-wrapper .social__link {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: #d6e7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 26px;
  margin: 0;
}
.main_banner_block-wrapper .social__link svg {
  height: 25px;
  width: 25px;
}
/* _______________________ Main Banner _______________________  */
.main_banner_block-wrapper{
  padding: 0;
  padding: 100px 0;
  max-width: 2560px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.main_banner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_banner_image {
  width: 100%;
  height: 100%;
  margin-left: auto;
  transform: translateX(760px);
  position: absolute;
  top: 0;
}
.main_banner-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.main_banner_content-wrapper {
  width: 100%;
  height: 100%;
  z-index: 20;
  max-width: 700px;
}
.main_banner_content {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.main_banner_title{
  font-size: 48px;
  display: block;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}
.main_banner_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.main_banner_content .social_links-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: auto;
}

/* _______________________ QuoteBlock _______________________ */

.quote_block-wrapper {
  position: relative;
  padding-bottom: 120px;
}
.quote_block {
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: 1;
  max-width: 550px;
  padding: 50px;
  overflow: hidden;
}
.quote_list-wrapper {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
.quote_item {
  display: grid;
  gap: 30px;
  padding: 60px 20px 40px;
  background-color: #f4f4f4;
  box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 10%);
  border-radius: 10px;
  max-width: 450px;
  height: auto;
}
.quote_text-wrapper {
  display: flex;
  align-items: center;
}
.quote_annotation {
  font-size: 20px;
  text-align: center;
}
.quotes_img-wrapper {
  position: absolute;
  top: -10px;
  right: 20px;
}
.quote_author-wrapper {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 30px;
  height: fit-content;
  margin-top: auto;
}
.quote_author_img-wrapper {
  display: flex;
  align-items: center;
}
.quote_author_info-wrapper {
  display: grid;
  align-self: center;
  gap: 10px;
  font-size: 18px;
  padding: 20px;
}
.quote_author_info-wrapper > * {
  font-style: normal;
}
.quote_author_img-wrapper img {
  border-radius: 50%;
}
.quote_author_position {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
}

/* _______________________ About _______________________ */

.about_block_content-wrapper {
  display: flex;
  gap: 40px;
}
.main_description_img {
  max-height: 500px;
  width: 100%;
  display: block;
  object-fit: cover;
  position: sticky;
  top: 100px;
  border-radius: 4px;
  width: 50%;
}
.about_block_content-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* _______________________ Activity _______________________  */

.activity_block-wrapper {
  background-color: #f0f0f0;
}
.activity_content-wrapper {
  padding-top: 30px;
}
.activity_list .activity-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}
.activity_list .activity-wrapper:nth-child(odd) img {
  border-radius: 0 10px 10px 0;
}
.activity_list .activity-wrapper:nth-child(even) img {
  border-radius: 10px 0 0 10px;
}
.activity_list .activity-wrapper:nth-child(odd) .activity_content {
  border-radius: 10px 0 0 10px;
  padding-right: 20px;
}
.activity_list .activity-wrapper:nth-child(even) .activity_content,
.activity_list .activity-wrapper:nth-child(even) .third-rate_btn {
  border-radius: 0 10px 10px 0;
  padding-left: 30px;
}
.activity-wrapper {
  margin: 0;
  display: flex;
  align-items: center;
}
.activity_img {
  padding: 0;
  flex: 0 0 50%;
  width: 50%;
  position: relative;
  min-height: 500px;
  max-height: 500px;
  height: 100%;
  overflow: hidden;
}
.activity_content {
  flex: 0 0 50%;
  color: #292929;
  transition: 0.5s;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
}
.activity-wrapper img {
  background-color: #d6d6d6;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.activity-wrapper img.lazy.loaded {
  object-fit: cover;
}
.sentence-wrapper {
  max-width: calc(100vw / 2 + 1320px / 2 - 10px);
  position: relative;
}
#partnership .sentence-wrapper {
  margin-right: auto;
}
#vacancies .sentence-wrapper {
  margin-left: auto;
}
.sentence-wrapper::before {
  content: " ";
  display: block;
  height: 100%;
  width: calc(100% - 15px);
  position: absolute;
  background-color: #f0f0f0;
}
#vacancies .sentence-wrapper::before {
  right: 0;
}
#partnership .sentence-wrapper .sentence_content-wrapper {
  margin: 0;
  margin-left: auto;
  margin-right: 5px;
  padding: 0;
  position: relative;
}
#vacancies .sentence-wrapper .sentence_content-wrapper {
  margin: 0;
  margin-right: auto;
  margin-left: 5px;
  padding: 0;
  position: relative;
}
.sentence-wrapper:nth-child(even) {
  margin: unset;
  margin-left: auto;
}
.sentence-wrapper:nth-child(even)::before {
  margin-right: 0;
  right: 0;
}
.sentence-wrapper:nth-child(even) .sentence_content-wrapper {
  margin: 0;
  margin-right: auto;
  margin-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
.sentence-wrapper .sentence_content-wrapper .col {
  padding: 0;
}
.sentence_item {
  padding: 70px 60px;
}
.sentence_img-wrapper img {
  object-fit: cover;
  display: block;
  height: 400px;
  width: 100%;
}
.sentence_description-wrapper {
  padding: 70px 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sentence_description-wrapper h2,
.sentence_description-wrapper .h2 {
  margin-bottom: 20px;
}
.sentence_description-wrapper h2::before,
.sentence_description-wrapper .h2::before {
  content: unset;
}
.sentence_block-wrapper .sentence-wrapper:nth-child(odd) img,
.sentence_block-wrapper .sentence-wrapper:nth-child(odd)::before {
  border-radius: 0 10px 10px 0;
}
.sentence_block-wrapper .sentence-wrapper:nth-child(even) img,
.sentence_block-wrapper .sentence-wrapper:nth-child(even)::before {
  border-radius: 10px 0 0 10px;
}

/* _______________________ Running Numbers _______________________  */

.triangle-wrapper {
  position: relative;
}
.triangle-wrapper .moving_triangle {
  position: absolute;
  color: var(--basic-company);
}
.running_number-wrapper:nth-child(1) .triangle-wrapper .moving_triangle {
  left: 30%;
  top: -40px;
  transform: rotate(45deg);
}
.running_number-wrapper:nth-child(2) .triangle-wrapper .moving_triangle {
  left: 23%;
  top: -15px;
}
.running_number-wrapper:nth-child(3) .triangle-wrapper .moving_triangle {
  left: 22%;
  top: -35px;
  transform: rotate(45deg);
}
.running_numbers_block-wrapper {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.running_numbers-wrapper {
  text-align: center;
}
.running_number-heading {
  font-size: 64px;
  font-weight: 600;
}
.string_operator {
  color: var(	--basic-company);
}
.running_number-wrapper.dynamic_triangle.col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.running_number-description {
  max-width: 300px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4f4f4f;
  display: flex;
  flex: 1;
  margin: 30px auto 0;
  justify-content: center;
}

/* _______________________ Slogan _______________________  */

.slogan-wrapper {
  max-width: 850px;
  margin: 0px auto;
  font-family: "Inter";
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  color: #7b7b7b;
  position: relative;
}
.slogan-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: -60px;
  background-image: url("../images/index.png");
  background-repeat: no-repeat;
  background-position: top right;
  height: 232px;
  width: 100%;
}
.map-wrapper {
  position: relative;
}
.office_photo_block-wrapper {
  position: absolute;
  height: 400px;
  width: 500px;
  overflow: hidden;
  right: 5%;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0px 5px 10px 10px #00000045;
  border-radius: 10px;
  border: 5px solid #fff;
  background-color: #fff;
  max-height: 30vw;
  max-width: 30vw;
}
.office_photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office_photo_block {
  height: 100%;
}
.map-wrapper iframe {
  display: block;
  width: 100%;
  height: 400px;
}
.ya_map iframe{
  display: block;
  width: 100%;
}

/* ________________________ Footer _______________________ */

.footer_column-wrapper {
  display: grid;
  transform: translateY(-10px);
}
.footer_column_part:first-of-type{
  margin-bottom: 20px;
}
.footer_column_block-wrapper{
  display: grid;
  grid-template-columns: 1fr .5fr 1fr 1fr;
  gap: 50px;
  padding: 50px 0;
}
.footer__logo {
  margin-bottom: 30px;
}
.footer_column_part {
  max-width: 300px;
}
.footer_slogan {
  color: var(--basic-company-text);
}
.block_copyright {
  color: #c8c8c8;
}
.footer__menu_blog ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menu_blog li a {
  text-decoration: none;
  color: var(--second-company-text);
  font-weight: 400;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  display: block;
}
.footer__menu_blog li {
  padding: 0;
  position: relative;
  
  margin-bottom: 15px;
}
.footer__menu_blog li a:before {
  content: "\f192";
  display: inline-block;
  font: normal normal normal 10px / 1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 2px;
  left: 0;
}
.footer__menu_blog span {
  position: relative;
}
.footer__menu_blog span::after {
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--basic-company);
  transition: 0.5s;
  position: absolute;
  bottom: -2px;
}
.footer__menu_blog li:hover span::after {
  width: 100%;
}
footer .footer__title {
  padding: 0;
}
.footer__social {
  margin: 0;
  display: flex;
  font-size: 16px;
}
.quotes_img-wrapper svg path,
.moving_triangle svg path {
  fill: var(--basic-company);
}
.activity_description,
.main_description-wrapper {
  font-size: 16px;
  color: #6a6a6a;
}
.main_description-wrapper {
  width: 50%;
}
@keyframes arrow_banner_hover {
  0% {
    bottom: 16px;
  }
  50% {
    bottom: 26px;
  }
  100% {
    bottom: 16px;
  }
}
.arrow_next_wrapper {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%) rotate(90deg);
  text-decoration: none;
  animation: arrow_banner_hover 1s linear 1s infinite alternate;
  width: 30px;
}
.arrow_next_wrapper::after {
  content: "next";
  font-family: swiper-icons;
  font-size: 22px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  display: block;
}
.activity_description ul,
.activity_description ol {
  margin-left: 0;
}
.banner_container {
  overflow: hidden;
  margin: 0;
  position: relative;
  width: 100%;
}
.block__description .banner_container{
  padding: 40px 0;
}
.partners__preview {
  height: 160px;
}
.info_company{
  padding: 0 30px;
}
.partners__image {
  height: 100%;
  padding: 10px;
  position: relative;
  transition: 0.3s;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio_wrp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  position: relative;
  padding-top: 40px;
}
.portfolio__item{
  box-shadow: 0px 0px 10px 0px rgba(130, 143, 155, 0.4);
  margin-bottom: 10px;
}
.portfolio__preview {
  height: 300px;
}
.portfolio_banner__image {
  height: 100%;
  padding: 10px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.portfolio_banner__image a{
  height: 100%;
  width: 100%;
}
.portfolio_banner__image {
  padding: 0;
}
.partners__image img,
.portfolio_banner__image img {
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.portfolio_banner__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.partners .partners__item .moving_triangle {
  position: absolute;
  left: 30%;
  color: var(--basic-company);
  top: 35px;
}
.partners .partners__item:nth-child(even) .moving_triangle {
  transform: rotate(45deg);
}
.partners .partners__item:nth-child(odd) .moving_triangle {
  transform: rotate(-705deg);
}
.article_list {
  padding-bottom: 30px;
}
.banner_container  .article_list{
  display: block;
}
.blog_container .article_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding-bottom: 0;
}
/* форма зворотнбого звязку */
.form.fn_validate_callback {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.callback_form_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: var(--second-company);
  border-radius: 20px;
  color: var(--favorit-white);
  padding: 35px 10px;
  justify-content: flex-end;
}
.callback_image {
  position: absolute;
  background: url(../images/faq_background.png) no-repeat;
  background-position: top;
  background-size: cover;
  width: 50%;
  height: 600px;
  left: 0;
  bottom: 0;
}
.callback_inner{
  width: 50%;
}
.form-main__title {
  color: var(--boxed-color);
  font-size: 36px;
  font-weight: 600;
}
.form-main__subtitle {
  color: var(--boxed-color);
  display: block;
  max-width: 420px;
}
.form-main__group {
  width: 100%;
  max-width: 420px;
  margin-bottom: 15px;
}
.form-main__group:last-child {
  margin-bottom: 0;
}
.form-main__input, .form-main__textarea {
  background: #e4e4e4;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  border: unset;
  font-size: 16px;
  font-family: inherit;
  line-height: 120%;
  box-sizing: border-box;
}
.form-main__textarea {
  display: block;
  width: 100%;
  padding: 15px;
  resize: vertical;
  height: 100%;
}
.form-main__group .form-main__placeholder {
  color: var(--boxed-color);
  font-size: 14px;
}
.full_btn_1 {
  background-color: var(--basic-company);
  border: 3px solid transparent;
  color: var(--button-text);
  transition: all 0.3s;
}
.callback_sub-ttl {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  display: block;
}
.main_banner_callback {
  box-shadow: 0px 5px 30px 0px #0000002e;
  padding: 30px 60px;
  border-radius: 16px;
  max-width: 587px;
}
.advantages-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.advantages-item {
  display: flex;
  box-shadow: 0px 5px 30px 0px #0000002e;
  padding: 30px  15px;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #FFFFFF80;
}
.advantages__num {
  font-size: 80px;
  font-weight: 700;
  color: var(--basic-company);
}
.advantages__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}
.about-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 50px;
}
.about__img {
  margin-bottom: 16px;
  width: 60px;
  height: 60px;
}
.about__img picture{
  width: 100%;
  height: 100%;
  display: block;
}
.about__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about__title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}
.about-item {
  display: flex;
  border: 1px solid #E2EBFA;
  padding: 20px;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.callback_border {
  box-shadow: 0px 5px 30px 0px #0000002e;
  padding: 40px 80px;
  border-radius: 16px;
  max-width: 85%;
  margin: 0 auto;
}
.callback_custom_2 .callback_ttl{color: var(--basic-company);}
.callback_custom_2 .callback_sub-ttl{max-width: 320px;}

.block-background{
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/water.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.block-background::before{
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(90.11deg, rgba(0, 13, 48, 0.9) 19.98%, rgba(0, 13, 48, 0.85) 55.35%, rgba(0, 13, 48, 0.65) 99.89%);
}
.block-background .callback_sub-ttl {
  max-width: 800px;
  color: #F1F2F3;
  position: relative;
  z-index: 2;
  font-weight: 400;
  margin-bottom: 40px;    
  margin-bottom: 40px;
}
.calculator_btn {
  display: flex;
  color: white;
  background-color: var(--basic-company);
  border: 1px solid;
  border-color: var(--basic-company);
  text-align: center;
  white-space: nowrap;
  height: 50px;
  line-height: 38px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  padding: 0 16px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  width: 100%;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  max-width: 440px;
}
.our_services-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.our_services__img {
  border-radius: 10px;
  /* max-height: 260px; */
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
  display: grid;
  place-items: center;
} 
.our_services__img picture {
  height: 100%;
  width: 100%;
  display: block;
}
.our_services__img img{
  height: 100%;
  width: 100%;
  /* max-height: 260px; */
  display: block;
  object-fit: cover;
}
.our_services__title {
  font-size: 20px;
  font-weight: 600;
  color: #424242;
}
.our_services_info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  gap: 20px;
}
.our_services-item{
  cursor: pointer;
  transition: all .3s ease;
}
.our_services-item:hover{
  box-shadow: 0px 5px 30px 0px #0000002e;
  border-radius: 10px;
}
.block__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 10px;
}
.fn_products_slide:not(.swiper-container-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.fn_products_slide:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5) {
  display: none;
}
.fn_category_wrraper:not(.swiper-container-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.fn_products_slide:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+6) {
  display: none;
}
.product_item img{
  transition: all .4s linear;
}
.product_item:hover img{
  transform: scale(1.04);
  transition: all .4s linear !important;
}
.callback_phones {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.calculator_btn:hover{
  color: white;
}
.callback_phone {
  color: var(--basic-company);
}
.diameter,.type-face {
  margin-bottom: 20px;
}
.callback_phones > a{
  text-decoration: none;
 font-weight: 600;
}
.checkbox__input {
	position: absolute;
	left: -99999999px;
}
.checkbox__label{font-size: 18px;color: #6e6e6e;cursor: pointer;position: relative;margin-bottom: 10px; padding-left: 36px;}
.checkbox__label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--basic-company);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0px;
}
.checkbox__input:not(checked) + .checkbox__label::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--basic-company);
  opacity: 0;
}
.checkbox__input:checked + .checkbox__label::after {
  opacity: 1;
}
.calc_ttl{font-weight: 600;font-size: 24px;}
.result {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
}
.result span{
  font-weight: 600;
  font-size: 22px;
}
#result{font-weight: 400;}
.calculator_text {
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
.calculator_ttl {
  text-align: center;
  color: var(--basic-company);
  margin-bottom: 16px;
}
#fn_calculator {
  border-radius: 6px;
}
.type-face {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
}
.calculator_info {
  background: #f5f5f5;
  display: block;
  border-radius: 6px;
  padding: 20px;
  font-size: 14px;
  margin: 30px 0; 
}
.result {
  background: #bd000036;
  padding: 12px 15px;
  color: #bd0000;
  border-radius: 6px;
}
.padding_bottom_none {
  padding-bottom: 0!important;
}
.heading__block_more div {
  margin: 0;
}
.heading__block_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 20px;
  row-gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.block__more, .btn_border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-decoration: none;
  min-width: 200px;
  width: fit-content;
  height: 50px;
  text-align: center;
  justify-content: center;
  border: 1px solid var(--basic-company);
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: var(--basic-company);
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
}
.block__more.block_more_mobile {
  margin-top: 30px;
}
.block__more:hover, .btn_border:hover {
  color: #fff;
  background: var(--basic-company);
}
.no_image_bg {
  background: #F3F5F8;
}
.article_item {
  padding: 15px;
}
.read_more_button {
  font-size: 15px;
  font-weight: 600;
  color: var(--basic-company);
  display: block;
  text-align: center;
  margin-top: 16px;
}
.slider_buttons {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  margin: 0 auto;
}
.slider_buttons .swiper-button-prev, .slider_buttons .swiper-button-next {
  position: static;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 3px 13px 0px #06003F14;
  background: #fff;
  border-radius: 8px;
  color: var(--basic-company);
}
.blog__heading h1 {
  margin-bottom: 20px;
}
.block__description {
  color: var(--dark-text);
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
}
.blog_container .block__description {
  max-width: 60%;
  margin-bottom: 25px;
}
.post__wrapper {
  gap: 100px;
  margin-bottom: 100px;
}
.blog_sidebar__recommended {
  background: #F3F5F8;
  border-radius: 10px;
  padding: 30px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.recommended_title {
  color: var(--dark-text);
  line-height: 1.2;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
.recommended_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.recommended_item {
  padding: 16px 0;
  border-bottom: 1px solid #DDE2EA;
}
.recommended_item:first-child {
  padding-top: 0;
}
.recommended_item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.recommended_item__name {
  color: var(--dark-text);
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.recommended_item__date {
  color: #B0B0B0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 400;
}
.post__heading {
  margin-bottom: 30px;
}
.block__back {
  display: grid;
  place-items: center;
  color: var(--basic-company);
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  min-width: 250px;
  width: fit-content;
  padding: 0 20px;
  border: 1px solid var(--basic-company);
  border-radius: 8px;
  margin-top: 24px;
  height: 50px;
  text-align: center;
  text-decoration: none;
}
.post_container__boxed .post_information {
  margin-bottom: 0;
}
.service_areas__wrap {
  display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 30px;
}
.service_areas__img {
  width: 100%;
  height: 100%;
}
.service_areas__img picture {
  width: 100%;
  height: 100%;
  display: block;
}
.service_areas__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  max-height: 400px;
}
.block__description img {
  width: 100%;
  max-height: 550px;
  border-radius: 10px;
}
.post_container__wallpaper.no_image {
  display: grid;
  place-items: center;
  padding: 0;
}
.post_container__wallpaper.no_image img {
  max-width: 60%;
}
.banner_group__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 20px;
}
.banner_group__gallery .banner_group__image {
  height: 100%;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  display: block;
  border-radius: 10px;
}
.banner_group__gallery .banner_group__image img {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.block_grid {
    display: grid;
    grid-template-columns: 68% 28%;
    width: 100%;
    gap: 4%;
    height: 100%;
    position: relative;
}
.block_sidebar__banner {
  width: 100%;
  height: fit-content;
  position: sticky;
  top: 110px;
}
.block_sidebar__banner img {
  width: 100%;
  border-radius: 6px;
}
.consultation_btn {
  height: 60px;
  background: var(--basic-company);
  border: 1px solid var(--basic-company);
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  display: grid;
  place-items: center;
  max-width: 85%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  border-radius: 10px;
}
.consultation_btn:hover {
    color: #fff;
  }
.block {
  margin-bottom: 100px;
}
.fn_articles_slide:not(.swiper-container-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.fn_articles_slide:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {
    display: none;
}
.breadcrumbs__item.swiper-slide {
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.swiper_breadcrumbs::after {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    content: '';
    display: block;
    width: 4rem;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.bredcrumb-wrapper {
  position: absolute;
  z-index: 99;
  width: 100%;
  margin: 0 auto;

}
.bredcrumb-wrapper .swiper_breadcrumbs::after {
  content: none;
}
.bredcrumb-wrapper .breadcrumbs a {
  color: #fff;
}
.bredcrumb-wrapper .breadcrumbs .breadcrumbs__item {
  color: #c1bdbd;
}
.bredcrumb-wrapper .breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before {
  color: #c1bdbd;
}
.fn_drilling_slider:not(.swiper-container-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.fn_drilling_slider:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {
    display: none;
}
.section_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 120px 0;
  background-attachment: fixed;
}
.section_image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2c3e507a;
  background-image: url(../images/pattern.png);
  background-position: center;
  background-repeat: repeat;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.section_image .container {
  position: relative;
  z-index: 99;
}
.section_image h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
.drilling_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.drilling_item__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/.5;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.drilling_item__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover!important;
  background: #fff;
}
.drilling_item__ttl {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  padding: 0 15px;
  text-align: center;
}
.drilling_item__annotation {
  font-size: 18px;
  font-weight: 500;
  color: #ffffffb5;
  line-height: 1.4;
  padding: 0 15px;
  text-align: center;
}
.drilling_item__desc {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 60px;
}
.btns .btn {
  height: 50px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 300px;
  margin: 0;
}
.btns .btn_border {
  background: #fff;
   width: 100%;
  max-width: 300px;
  line-height: 1;
}
.btn_border:hover {
  color: #fff;
  background: var(--basic-company);
}
.industrial_drilling {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 100px;
}
.industrial_drilling__img {
  max-width: 35%;
  width: 100%;
  height: auto;
}
.industrial_drilling__img img {
  width: 100%;
  height: 100%;
  object-fit: contain!important;
  display: block;
}
.industrial_drilling__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  padding: 40px 0;
  width: 100%;
}
.industrial_drilling__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  z-index: 9;
}
.dot_block {
  display: grid;
  place-items: center;
  position: relative;
}
.dot {
  min-width: 70px;
  max-width: 70px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: var(--basic-company);
  border: 8px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.industrial_drilling__content {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-text);
  line-height: 1.4;
  text-align: left;
  padding: 30px;
  box-shadow: 0px 5px 30px 0px #0000002e;
  border-radius: var(--border-radius);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.industrial_drilling__item:hover .industrial_drilling__content {
  padding: 30px 40px;
}
.line {
  margin: 0 34px;
  height: 100%;
  width: 1px;
  background: var(--basic-company);
  position: absolute;
  top: 0;
  left: 0;
}
.section_bg {
  background: #e7e7e7;
}
.section_bg .h2 {
  color: var(--basic-company);
}
.why_wex__wrap {
  display: grid;
  /* grid-template-columns: repeat(5, 1fr); */
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  width: 100%;
  gap: 24px;
}
.why_wex__item {
  padding: 16px;
  border-radius: var(--border-radius);
  background: #fff;
  box-shadow: 0px 5px 30px 0px #0000002e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.why_wex__icon {
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
}
.why_wex__icon img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.why_wex__ttl {
  font-size: 20px;
  font-weight: bold;
  color: var(--dark-text);
  line-height: 1.2;
  text-align: center;
}
.why_wex__text {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-text);
  opacity: .7;
  line-height: 1.2;
  text-align: center;
}
.b2b .heading_wrapper .h2 {
  margin-bottom: 60px;
  font-size: 38px;
}
.b2b .section {
  padding: 120px 0;
}
.b2b .section_white .heading_wrapper {
  text-align: center;
}
.projects__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.projects__item {
  gap: 40px;
}
.projects__image {
  width: 100%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 1 / .7;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid #E2EBFA;
}
.projects__image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.project__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 26px;
}
.projects__ttl {
  font-size: 24px;
  font-weight: bold;
  color: var(--dark-text);
  line-height: 1.2;
}
.projects__text {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark-text);
  opacity: .7;
  line-height: 1.2;
}
.working_with_legal {
  max-width: 85%;
}
.working_with_legal ol li, .working_with_legal ul li {
    margin: 0 0 24px 0;
    font-weight: 400;
}
.working_with_legal ol {
  list-style: none;
}
.working_with_legal h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.b2b .block-background .callback_sub-ttl {
  color: #6f7173;
}
.b2b .callback_border {
  background: #fff;
  position: relative;
  z-index: 99;
}
.messengers_container .messengers_button:hover, .messengers_container.selected .messengers_button {
    background-color: rgba(22, 173, 65, 1);
    box-shadow: none;
    opacity: 1;
}
.messengers_container .messengers_button {
    background-color: rgba(22, 173, 65, 1);
    color: #FFF;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    opacity: 1;
    transition: .5s;
    border-radius: 50%;
}
.messengers_container.selected .messengers_button__circle:before {
    transform: rotate(45deg);
}
.messengers_container.selected .messengers_button__circle:before, .messengers_container.selected .messengers_button__circle:after {
    visibility: visible;
    opacity: 1;
}
.messengers_container .messengers_button__circle:before, .messengers_container .messengers_button__circle:after {
    background-color: #fff;
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: visibility .5s, opacity .5s, transform .5s;
}
.messengers_buttons {
    background-color: #fff;
    width: fit-content;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    padding: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: var(--border-radius);
    box-shadow: 0px 4px 14px 0px rgba(0, 4, 26, 0.25);
    transition: visibility 0.5s, opacity 0.5s, bottom .5s;
}
.messengers_buttons__link {
    background: transparent;
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    transition: .5s;
    border-radius: 50%;
}
.messengers_buttons .social__link {
    display: block;
    margin-bottom: 10px;
    color: var(--second-company-text);
    position: relative;
    transition: all 400ms;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 40px;
    min-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 8px;
    row-gap: 3px;
    flex-wrap: nowrap;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.messengers_buttons .social__link svg {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    display: block;
    margin-right: 0;
}
.messengers_buttons .social__link:last-of-type {
    margin-bottom: 0px;
}
.messengers_buttons .social__link .messengers_text {
    color: rgba(154, 154, 154, 1);
    font-size: 14px;
    font-weight: 400;
}
.messengers_buttons .social__link.facebook .messengers_text, .messengers_buttons .social__link.instagram .messengers_text, 
.messengers_buttons .social__link.viber .messengers_text, .messengers_buttons .social__link.telegram .messengers_text,
.messengers_buttons .social__link.email .messengers_text {
    text-transform: lowercase;
}
.messengers_buttons .social__link:hover .messengers_text, .messengers_buttons .social__link:focus .messengers_text, .messengers_buttons .social__link:active .messengers_text{
    text-decoration: underline;
}
.main__buttons {
    position: fixed;
    right: 2%;
    bottom: 40px;
    display: block;
    z-index: 1000;
    display: none;
    z-index: 9999;
}
.messengers_container.selected .messengers_buttons {
    visibility: visible;
    opacity: 1;
    bottom: 55px;
}
.messengers_container {
    position: relative;
    bottom: 0px;
    right: 0;
    z-index: 100;
    user-select: none;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s, opacity .5s;
}
.messengers_container.selected .messengers_button__circle:after {
    transform: rotate(-45deg);
}
.messengers_container.selected .messengers_button span {
    visibility: hidden;
    opacity: 0;
    transform: rotate(45deg);
}
.messengers_container .messengers_button__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    /* animation: rotateYe 8s ease-in-out infinite; */
    animation: rotateYe 5s ease-in-out infinite;
    position: relative;
}
.messengers_container .messengers_button__circle span {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    position: absolute;
}
.messengers_container .messengers_button__circle span.front_icon {
    background-image: url(../images/messanger_mes.svg);
    transform: rotateY(0deg);
}
.messengers_container .messengers_button__circle span.back_icon {
    background-image: url(../images/rotate_phone.svg);
    transform: rotateY(180deg);
}
@keyframes rotateYe {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}
.messengers_container .messengers_button:hover, .messengers_container.selected .messengers_button {
    animation: visibility none
}
.messengers_container .messengers_button {
    /* animation: rotateYe 8s ease-in-out infinite; */
    perspective: 1000px;
}
.messengers_container.selected .messengers_button__circle {
    width: 30px;
    height: 30px;
    animation: visibility none;
    border-radius: 50%;
}
.b2b .callback_phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}