body,
html {
  width: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.container__large-content {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

a,
p {
  font-weight: 300;
}

h1,
h2 {
  font-weight: 400;
}

a h1,
a .h1,
a h2,
a .h2,
a h3,
a .h3,
a h4,
a .h4 {
  text-decoration: underline !important;
  color: #337ab7;
  transition: all 0.3s;
}
a:hover h1,
a:hover .h1,
a:hover h2,
a:hover .h2,
a:hover h3,
a:hover .h3,
a:hover h4,
a:hover .h4 {
  text-decoration: none !important;
  color: #23527c;
}

a,
a:hover,
a:visited,
a:active {
  text-decoration: none !important;
}

p {
  color: #828282;
}

.kc_single_image img {
  max-width: 100%;
  display: inline-block;
}

.header {
  width: 100%;
}

.nav-up {
  top: -201px;
}

.navbar {
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: top 0.3s ease-in-out;
}

.bot-btn {
  border: 1px solid #2f80ed;
  transition-duration: 0.2s;
  padding: 14px 28px;
  background-color: #fcfcfc;
}

.bot-btn:hover {
  transition-duration: 0.5s;
  text-decoration: none;
}

.bot-btn:active {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), inset 0 4px 0 rgba(0, 0, 0, 0.05);
}

.bot-btn.white-blue {
  color: #2f80ed !important;
  padding: 14px 28px;
}

.bot-btn.white-blue:hover {
  background-color: #2f80ed !important;
  color: #fff !important;
}

#middle {
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.0166px;
  color: #4f4f4f;
  text-align: center;
  width: 100%;
}

.header {
  width: 100%;
}

.nav-up {
  top: -201px;
}

.navbar {
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: top 0.3s ease-in-out;
}

.bot-btn {
  border: 1px solid #2f80ed;
  transition-duration: 0.2s;
  padding: 14px 28px;
  background-color: #fcfcfc;
}

.bot-btn:hover {
  transition-duration: 0.5s;
  text-decoration: none;
}

.bot-btn:active {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), inset 0 4px 0 rgba(0, 0, 0, 0.05);
}

.bot-btn.white-blue {
  color: #2f80ed !important;
  padding: 14px 28px;
}

.bot-btn.white-blue:hover {
  background-color: #2f80ed !important;
  color: #fff !important;
}

#middle {
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.0166px;
  color: #4f4f4f;
  text-align: center;
  width: 100%;
}

.team_page_bg_section {
  background: url('../png/team_top_image.png');
  background-size: cover;
  background-position: center;
  display: block;
  float: left;
  width: 100%;
  height: 100vh;
  padding-right: 0;
  padding-left: 0;
}

.team_page_bg_section > h1 {
  font-size: 42px;
  color: #ffffff;
  margin-top: 50vh;
  padding-right: 15px;
  padding-left: 15px;
}

.open > .dropdown-menu {
  display: flex !important;
  flex-direction: column;
  text-align: left;
  margin-top: 29px !important;
  left: 0 !important;
  padding: 0;
  background: white !important;
  color: white;
  font-size: 18px;
  width: 200px;
  border: 0;
}

.dropdown-item {
  color: black;
  text-decoration: none;
  display: block;
  font-weight: 400;
  padding: 15px 28px;
}

.dropdown-item:hover {
  color: white;
  background: #707070;
}
.img-toggle {
  -webkit-animation: rotation 2s infinite linear;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #ind {
    border-bottom: 1px solid #e5e5e5;
  }
  #dropdownMenuLink {
    display: none !important;
  }
}
.li-drop > a {
  border-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  #ind:hover .dropdown-menu {
    display: block;
  }
  .li-drop {
  }
}

#ind {
  position: relative;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 28px !important;
  left: -10px !important;
  padding: 0;
}

/*********************** Header menu  begin **************************/

.main_menu_cont_wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding-left: 38px;
  padding-right: 35px;
}

.main_menu_cont_wrp .header-button {
  background: rgba(47, 128, 237, 0.1);
  border-radius: 30px;
  border: none;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #2f80ed;
  outline: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.main_menu_cont_wrp .header-button:hover {
  background: rgba(47, 128, 237, 0.2);
}

.menu-and-btn-book-now-wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.menu-and-btn-book-now-wrp.mobile_menu {
  display: none !important;
}

.book_now_header_menu_btn {
  margin-left: 30px;
}

.main-header-menu-wrp {
}

.header-desc-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.header-desc-nav li {
  margin: 0 0 0 30px;
  list-style-type: none;
}

@media (max-width: 1200px) {
  .header-desc-nav {
    padding-left: 10px;
  }

  .header-desc-nav li {
    margin: 0 0 0 15px;
  }
  .book_now_header_menu_btn {
    margin-left: 10px;
  }
  .main_menu_cont_wrp {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1023px) {
  .menu-and-btn-book-now-wrp.mobile_menu {
    display: flex !important;
  }
}

.menu-item-has-children {
  display: none;
}

.header-desc-nav a {
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 2px 0;
  font-size: 14px;
  line-height: 143%;
  transition: all 0.15s ease-out;
  color: #415166;
}

.header-desc-nav .current_page_item a,
.header-desc-nav a:hover {
  color: #050e1a;
  text-shadow: 0 0 0.1px #050e1a, 0 0 0.1px #050e1a;
}

.mobile-menu__close-btn {
  display: none;
}

/* Begin footer styles */

.footer {
  padding: 50px 0 0;
  position: relative;
  z-index: 9;
  background: #fff;
}

.footer .container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.footer_dark {
  background: #050e1a;
  color: #fff;
}

.footer-content {
  padding: 0 0 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contacts h6,
.footer-list h6 {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #050e1a;
  text-align: left;
}

.footer-contacts_dark {
  color: #fff;
}

.footer-contacts_dark h6 {
  color: #fff;
}

.footer-contacts_dark p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-list_dark {
  color: #fff;
}

.footer-list_dark h6 {
  color: #fff;
}

.footer-list_dark p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-list {
  max-width: 190px;
  min-width: 136px;
  width: 100%;
  text-align: start;
}

.footer-list ul {
  list-style: none;
  padding: 0;
}

.footer-list li {
  line-height: 100%;
  text-align: left;
}

.footer-list li + li {
  margin: 25px 0 0;
}

.footer-list a {
  text-decoration: none;
  line-height: 100%;
  font-size: 14px;
  color: inherit;
}

.footer-list a:hover {
  text-decoration: underline;
}

.footer-contacts {
  max-width: 420px;
  width: 100%;
  text-align: left;
}

.footer-contacts p {
  color: #415166;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 12px;
}

.footer-contacts p a {
  text-decoration: none;
  color: #050e1a;
  font-size: 14px;
  line-height: 143%;
}

.footer-contacts p a:hover {
  text-decoration: underline;
}

.footer-contacts_dark p {
  color: rgba(255, 255, 255, 0.8);
}

.copyright {
  border-top: 1px solid #f0f2f5;
}

.copyright__content {
  display: flex;
  padding: 20px 50px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
}

.copyright__rights {
  font-size: 18px;
  line-height: 156%;
  line-height: 100%;
  margin: 0;
  color: #97a9be;
}

.copyright__blackTheme {
  border-top: 1px solid rgba(240, 242, 245, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.copyright-clutch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.copyright-clutch__img {
  height: 30px;
}

.copyright-clutch__img img {
  height: 100%;
  display: block;
}

.copyright-clutch__rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  line-height: 100%;
}

.copyright-clutch__rating img {
  height: 8px;
  display: block;
  margin: 0 0 0 5px;
  width: auto;
}

.copyright-clutch p {
  line-height: 100%;
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
  border-left: 1px solid #050e1a;
  color: #050e1a;
  font-size: 12px;
}

.copyright-clutch_dark p {
  border-left: 1px solid #fff;
}

.footer_privacy-policy a {
  text-decoration: none;
  margin-right: 40px;
  font-size: 14px;
  line-height: 143%;
  color: inherit;
}

.copyright-rights {
  line-height: 156%;
  font-size: 14px;
  color: #97a9be;
}

.footer-list li {
  line-height: 100%;
}
/* End footer styles */

/* Begin custin KC blocks styles */

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

h1 a,
.h1 a:hover {
}
h1 a,
.h1 a {
  font-weight: bold !important;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px;
  color: #337ab7;
}

h1 p,
.h1 p,
h1,
.h1 {
  font-weight: bold !important;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px;
  color: #050e1a;
}

h2 a,
.h2 a {
  font-weight: 600 !important;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.04em;
  color: #337ab7;
}

h2 p,
.h2 p,
h2,
.h2 {
  font-weight: 600 !important;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.04em;
  color: #050e1a;
}

h3 a,
.h3 a {
  font-weight: normal !important;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #337ab7;
}

h3 p,
.h3 p,
h3,
.h3 {
  font-weight: normal !important;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #050e1a;
}

h4 a,
.h4 a {
  font-weight: normal !important;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #337ab7;
}

h4 p,
.h4 p,
h4,
.h4 {
  font-weight: normal !important;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #050e1a;
}

.subtitle1 a {
  font-weight: normal !important;
  font-size: 24px;
  color: #337ab7;
  line-height: 32px;
}

.subtitle1 p,
.subtitle1 {
  font-weight: normal !important;
  font-size: 24px;
  line-height: 32px;
  color: #050e1a;
}

.subtitle2 a {
  font-weight: normal !important;
  font-size: 18px;
  line-height: 28px;
  color: #337ab7;
}

.subtitle2 p,
.subtitle2 {
  font-weight: normal !important;
  font-size: 18px;
  line-height: 28px;
  color: #050e1a;
}

.body1,
p {
  /*.body1, span, p{*/
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #050e1a;
}

.body2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #050e1a;
}

.button {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #050e1a;
}

.overline {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #050e1a;
}

.link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #050e1a;
}

.caption a,
.caption p,
.caption {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #050e1a;
}

.input {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #050e1a;
}

.main_big_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  width: auto;
  height: 80px;
  border-radius: 50px;
}

.cta_small {
  width: 100%;
  display: inline-block;
}

.cta_small_content_wrp {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.main_big_btn_blue {
  color: #fff;
  background: #2f80ed;
  transition: all 0.3s;
}

.main_big_btn_blue:visited {
  color: #fff;
  background: #2f80ed;
}

.main_big_btn_blue:hover {
  background: #ffffff;
  color: #050e1a;
}

.pt-30 {
  padding-top: 30px;
}

.section_padding {
  padding: 50px;
}

.section_gray_bgc {
  background: #f0f2f5;
}

.main_big_text {
  font-size: 24px;
  line-height: 32px;
}

.feedback .author_block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.feedback .author_name {
  font-size: 18px;
  line-height: 28px;
  color: #415166;
}

.feedback .author_position {
  font-size: 18px;
  line-height: 28px;
  color: #97a9be;
}

.feedback .author_photo_wrp {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #d7d7d7;
  margin-right: 20px;
}

.feedback .top_text_block strong {
  color: #050e1a;
}

.feedback .top_text_block {
  padding-bottom: 30px;
  width: 100%;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #415166;
}

.feedback {
  width: 100%;
  display: inline-block;
}

.stats .main_text_block {
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #050e1a;
  margin-bottom: 30px;
}

.stats a.company {
  font-size: 12px;
  line-height: 16px;
  color: #050e1a;
  text-decoration: underline !important;
}

.stats .author_name_position {
  font-size: 12px;
  line-height: 16px;
  color: #97a9be;
}

.stats .top_big_text_block {
  font-size: 48px;
  line-height: 52px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: #050e1a;
  padding-bottom: 20px;
}

.stats .stats_content_wrp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.image_with_caption .image_block {
  margin-bottom: 10px;
}

.image_with_caption .image_block img {
  width: 100%;
}

.image_with_caption .company {
  font-size: 12px;
  line-height: 16px;
  color: #050e1a;
  text-decoration: underline !important;
}

.image_with_caption .main_caption {
  font-size: 12px;
  line-height: 16px;
  color: #97a9be;
}

.cta_big_text .cta_small_content_wrp {
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}

.cta_big_text .main_big_text {
  font-size: 48px;
  line-height: 52px;
}

.cta_with_image_wrp {
  min-height: 360px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  width: 100%;
}

.cta_with_image {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.cta_small_content_wrp {
  flex-direction: column;
  text-align: center;
}

.cta_small .cta_small_content_wrp {
  flex-direction: row;
}

.cta_small .cta_small_content_wrp .main_big_text {
  text-align: left;
}

.cta_with_image {
  padding: 30px;
}

.cta_with_image_bgi,
.cta_with_image {
  width: 50%;
}

.cta_with_image_bgi {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.faq__item {
  margin-bottom: 28px;
}

.accordion {
  position: relative;
  background: #f0f2f5;
  padding: 50px 120px 50px 50px;
}

.accordion__toggler {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.accordion__content {
  max-height: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.accordion__icon {
  position: absolute;
  top: 50px;
  right: 50px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  transition: all 0.3s;
}

.accordion__toggler h4 {
  margin: 0;
}

.accordion__content p {
  font-size: 18px;
  line-height: 28px;
  color: #415166;
  padding: 30px 0 0;
  margin: 0;
}

.accordion__content {
  transition: all 0.3s;
}
.accordion__content.open {
  max-height: 10000px;
}

.accordion.open .accordion__icon {
  transform: rotate(180deg);
}

ol,
ul {
  position: relative;
  display: inline-block;
  padding-left: 23px;
}

ul > li,
ol > li {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #050e1a;
}

.blog_post_item {
  flex: 0 0 33%;
  max-width: 337px;
  margin-right: 2px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #f0f2f5;
  box-sizing: border-box;
  box-shadow: 0 2px 14px rgba(107, 126, 152, 0.16);
  margin-bottom: 20px;
}

.blog_post_item .image_side {
  max-height: 210px;
  overflow-y: hidden;
}

.blog_post_item.long_block {
  flex: 0 0 66.5%;
  max-width: 700px;
}

.blog_items .text_side .title_of_post span {
  display: flex;
  align-items: center;
}

.blog_items .text_side .field_case_type_line {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #97a9be;
}
.blog_items .title_of_post {
  max-height: 64px;
  overflow-y: hidden;
  margin-top: 10px;
}

.blog_items .text_side {
  padding: 30px;
  height: 148px;
}

.blog_items .image_side img {
  display: inline-block;
  position: relative;
  width: 100%;
}

.blog_items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 125px;
}

.blog_items_wrp {
  max-width: 1090px;
  width: 100%;
}

.blog_template {
  margin-top: 125px;
}

.blog_items_wrp .has-btn .loadmore svg {
  margin-left: 16px;
  transition: 0.3s;
}

.blog_items_wrp .has-btn .loadmore:active svg {
  transform: rotate(360deg);
}

.blog_items_wrp .has-btn .loadmore {
  border: unset;
  background-color: unset;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2f80ed;
  margin: auto;
  /*padding-left: 36px;*/
  /*padding-right: 36px;*/
}

.blog_items_wrp .has-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 95px;
}

.blog_top_text_wrp {
  max-width: 600px;
  width: 100%;
  margin: auto;
  margin-bottom: 120px;
}

.back_to_block_under_header a {
  color: black;
}

.back_to_block_under_header svg {
  transform: rotate(90deg);
  margin-right: 10px;
  margin-bottom: -3px;
  zoom: 0.85;
}

.single-cases .back_to_block_under_header,
.single-post .back_to_block_under_header {
  border-top: 1px solid #e5e5e5;
  padding-top: 8px;
  padding-bottom: 6px;
}

.single_post_clear_wrp {
  padding-top: 136px;
}

.field_type_time_to_read_field {
  color: #415166;
}

.field_type_time_to_read_time {
  color: #97a9be;
}

.field_type_time_to_read {
  margin: auto auto 20px auto;
  text-align: center;
}

.h1_post_wrp {
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
}

.subtitle_wrp_block {
  max-width: 600px;
  margin: auto;
  padding-bottom: 50px;
}

.author_block_with_post_data {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-bottom: 75px;
}

.author_block_with_post_data_wrp .photo_side {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.author_block_with_post_data_wrp .info_side .publication_data .last_update {
  color: #97a9be;
}

.author_block_with_post_data_wrp .info_side .publication_data {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #415166;
}

.author_block_with_post_data_wrp .info_side .author_name {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #050e1a;
}

.author_block_with_post_data_wrp .info_side {
  margin-left: 20px;
}

.author_block_with_post_data_wrp {
  display: flex;
  margin: auto;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

.small_block_600 {
  max-width: 600px;
  margin: auto;
}

.main_section_class {
  width: 100%;
  display: inline-block;
}

.single_post_clear_wrp {
  padding-top: 136px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.ma {
  margin: auto;
}

.blog_items__footer {
  width: 100%;
  margin: auto;
  padding-top: 50px;
}

.social.share-btns__list {
  display: flex;
  flex-direction: row;
  width: 190px;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: auto;
}

.share_new_block .share-btns__link {
  position: relative;
}

.share_new_block .share-btns__item .color_icon {
  bottom: -4px;
  left: 0;
  position: absolute;
  z-index: 10;
  display: inline-block;
  opacity: 0;
  transition: 0.3s;
}

.share_new_block .share-btns__item:hover .color_icon {
  opacity: 1;
}

.share_new_block .share-btns__item .gray_icon {
  display: inline-block;
  opacity: 1;
  transition: 0.3s;
}

.share_new_block .share-btns__item:hover .gray_icon {
  opacity: 0;
}

.share_new_block .share-btns__item {
  height: 40px;
  width: 40px;
  overflow: hidden;
}

.share_new_block .share-btns__item:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.share_new_block .uppercase {
  margin: auto;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 25px;
  color: #415166;
}

.share_new_block {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.share_section {
  width: 100%;
  display: inline-block;
}

.share_section.vertical_share_btn .section_padding.small_block_600 {
  max-width: unset;
  margin: unset;
  padding: 30px 0 0 0;
  position: absolute;
}

.share_section.vertical_share_btn .uppercase {
  display: none;
}

.share_section.vertical_share_btn .social.share-btns__list {
  flex-direction: column;
  width: 40px;
  height: 175px;
}

.share_section.vertical_share_btn {
  position: relative;
  height: 0;
}

/* End custin KC blocks styles */

/* Header dropdown Begin */

@media screen and (min-width: 1024px) {
  .header-desc-nav a {
    padding: 10px 0 10px 0;
  }

  .header-desc-nav .menu-item-has-children {
    position: relative;
    display: inline-block;
  }

  .header-desc-nav .menu-item-has-children .sub-menu {
    pointer-events: none;
    opacity: 0;
    transform: translateY(15px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    left: 0;
    top: 30px;
    background-color: #fff;
    box-shadow: 0 2px 14px rgb(107 126 152 / 16%);
    padding-left: 0;
    box-shadow: 0 8px 12px -4px rgb(0 0 0 / 12%);
    border: 1px solid #f0f2f4;
    background: #fff;
    position: absolute;
    min-width: 220px;
  }

  .header-desc-nav .menu-item-has-children:hover .sub-menu {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
  }

  .header-desc-nav .menu-item-has-children .sub-menu li {
    margin-left: 0;
  }

  .header-desc-nav .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px;
    border-bottom: none;
  }

  .header-desc-nav .menu-item-has-children:hover .sub-menu li a:hover {
    border-bottom: none;
    background: #2f80ed;
    color: #fff;
    text-shadow: 0 0 0.1px #050e1a, 0 0 0.1px #050e1a;
  }

  .header-desc-nav .current-menu-ancestor > a,
  .header-desc-nav .current-menu-item > a {
    color: #050e1a;
    text-shadow: 0 0 0.1px #050e1a, 0 0 0.1px #050e1a;
  }

  .header-desc-nav .sub-menu .current-menu-item a {
    color: #2f80ed;
    text-shadow: none !important;
  }
}

/* Header dropdown End */

@media screen and (max-width: 1200px) {
  .blog_post_item .image_side {
    max-height: 180px;
    overflow-y: hidden;
  }

  .blog_post_item.long_block {
    flex: 0 0 49%;
    max-width: 49%;
  }

  .blog_post_item {
    flex: 0 0 49%;
    max-width: 49%;
  }
}

@media screen and (max-width: 1023px) {
  .footer {
    padding: 30px 0 0;
  }

  body {
    font-size: 22px;
  }

  .container__large-content {
    padding: 0 24px;
  }

  .footer-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .footer-lists {
    margin: -25px 0 0;
  }

  .footer-contacts {
    max-width: none;
    margin: 25px 0 0;
  }

  .footer-contacts h6,
  .footer-list h6 {
    margin: 0 0 15px;
  }

  .footer-list {
    margin: 25px 0 0;
  }

  .footer-list li + li {
    margin: 20px 0 0;
  }

  .copyright__content {
    padding: 20px 16px;
  }
}

@media screen and (max-width: 1023px) {
  .blog_items__footer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  /*.blog_post_item.long_block {
        flex: 0 0 100%;
        max-width: 700px;
    }*/

  .blog_post_item {
    flex: 0 0 49%;
  }

  .main_menu_cont_wrp .header-button {
    display: none;
  }

  .mobile-menu__close-btn {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
  }

  .menu-item-has-children {
    display: inline-block;
  }

  .main-header-menu-wrp-mobile .sub-menu {
    padding-left: 24px;
    margin-top: 30px;
  }
  .main-header-menu-wrp-mobile .header-desc-nav li {
    margin-left: 0;
  }

  .main-header-menu-wrp-mobile ul li + li {
    margin: 30px 0 0;
  }

  .main-header-menu-wrp-mobile .header-desc-nav li a {
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
  }

  .main-header-menu-wrp-mobile .header-desc-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
  }

  .main-header-menu-wrp-mobile {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: -100%;
    opacity: 0;
    transition: opacity 0.4s ease, left 0.4s ease;
    top: 0;
    background: #121212;
    padding: 75px 40px;
    overflow-y: auto;
    box-sizing: border-box;
    display: block !important;
  }

  .main-header-menu-wrp-mobile .mobile-menu__submenu-list-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
  }
  .main-header-menu-wrp-mobile .mobile-menu__submenu-list-overflow {
    overflow: hidden;
  }
  .main-header-menu-wrp-mobile .menu-item-has-children > a {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    padding: 0;
  }
  .main-header-menu-wrp-mobile .menu-item-has-children.current-menu-parent > a {
    color: #2f80ed;
  }
  .main-header-menu-wrp-mobile .menu-item-has-children.current-menu-parent > a::after {
    background: url(../svg/menu-arrow-blue.svg) 0 0/ 24px 24px no-repeat;
  }

  .main-header-menu-wrp-mobile .menu-item-has-children > a::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    background: url(../svg/menu-arrow.svg) 0 0/ 24px 24px no-repeat;
  }

  .main-header-menu-wrp-mobile.show {
    left: 0;
    opacity: 1;
  }
  .main-header-menu-wrp-mobile
    .menu-item-has-children
    > a.is-open
    + .mobile-menu__submenu-list-wrapper {
    grid-template-rows: 1fr;
  }
  .main-header-menu-wrp-mobile .menu-item-has-children > a.is-open::after {
    transform: rotate(0);
  }
  .main-header-menu-wrp-mobile .current-menu-item a {
    color: #2f80ed !important;
  }

  .main-header-menu-wrp {
    display: none;
  }

  .mobile-menu__close-btn:after,
  .mobile-menu__close-btn:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 31px;
    width: 2px;
    background-color: #fff;
  }

  .mobile-menu__close-btn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-menu__close-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-collapse.collapse.in .menu-main-menu-container .mobile-menu__close-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
  }

  .navbar-collapse.collapse.in .menu-main-menu-container {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    background: #121212;
    padding: 75px 40px 0;
    overflow-y: auto;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .share_section.vertical_share_btn {
    display: none;
  }

  .cta_small .cta_small_content_wrp {
    flex-direction: column;
  }

  .cta_small .cta_small_content_wrp .main_big_text {
    text-align: center;
  }

  .author_block_with_post_data_wrp {
    flex-direction: column;
  }

  .author_block_with_post_data_wrp .photo_side {
    margin-bottom: 10px;
  }

  .author_block_with_post_data_wrp .info_side {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .blog_post_item.long_block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog_items .title_of_post {
    max-height: 55px;
  }

  .blog_items {
    justify-content: center;
  }

  .blog_post_item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .accordion {
    padding: 30px 50px 30px 20px;
  }

  .accordion__icon {
    top: 30px;
    right: 10px;
  }

  .accordion h4.h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h1,
  .h1 {
    font-weight: bold;
    font-size: 45px;
    line-height: 44px;
    letter-spacing: -2px;
    color: #050e1a;
  }

  h2,
  .h2 {
    font-weight: 600;
    font-size: 37px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #050e1a;
  }

  h3,
  .h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #050e1a;
  }

  h4,
  .h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #050e1a;
  }

  .subtitle1 {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #050e1a;
  }

  .subtitle2 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #050e1a;
  }

  .body1,
  p {
    /*.body1, span, p{*/
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #050e1a;
  }

  .body2 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #050e1a;
  }

  .mobile_small {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #050e1a;
  }

  .cta_with_image_bgi {
    display: none;
  }

  .cta_big_text .main_big_text {
    font-size: 24px;
    line-height: 32px;
  }

  .cta_small_content_wrp {
    flex-direction: column;
  }

  .main_big_btn {
    padding: 20px 30px;
  }

  .cta_small .main_big_text {
    margin-bottom: 15px;
    text-align: center;
  }

  .cta_with_image_wrp {
    min-height: unset;
  }

  .cta_with_image {
    width: 100%;
  }

  .cta_with_image,
  .section_padding {
    padding: 20px;
  }

  .main_big_text {
    font-size: 18px;
    line-height: 24px;
  }

  .feedback .author_name {
    font-size: 15px;
    line-height: 26px;
  }

  .feedback .author_position {
    font-size: 15px;
    line-height: 20px;
  }

  .main_menu_cont_wrp {
    padding-left: 12px;
    padding-right: 5px;
  }

  .container__large-content {
    padding: 0 16px;
  }

  .footer-content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-contacts {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin: 0;
  }

  .footer-lists {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copyright__content {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .navbar.navbar-default .navbar-brand {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*********************** Header menu end *****************************/
