._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: hidden;
}
ul {
  list-style: disc;
  margin-bottom: 0;
  padding-left: 20px;
}
ol {
  list-style: decimal;
  margin-bottom: 0;
  padding-left: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
*:focus::-webkit-input-placeholder {
  color: transparent !important;
}
*:focus::-moz-placeholder {
  color: transparent !important;
}
*:focus:-moz-placeholder {
  color: transparent !important;
}
*:focus:-ms-input-placeholder {
  color: transparent !important;
}
p,
li {
  line-height: 1.3;
}
p {
  margin-bottom: 10px;
}
html {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #2A2A2A;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.col-12,
.col-md-3,
.col-md-7,
.col-md-9,
.col-md-10,
.col-md-11,
.col-sm-6,
.col-md-6,
.col-md-4,
.col-sm-3,
.col-xm-6,
.col-md-12,
.col-md-8,
.col-md-5,
.col-md-2,
.col-sm-4,
.col-sm-8 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.col-12.no-pad,
.col-md-3.no-pad,
.col-md-7.no-pad,
.col-md-9.no-pad,
.col-md-10.no-pad,
.col-md-11.no-pad,
.col-sm-6.no-pad,
.col-md-6.no-pad,
.col-md-4.no-pad,
.col-sm-3.no-pad,
.col-xm-6.no-pad,
.col-md-12.no-pad,
.col-md-8.no-pad,
.col-md-5.no-pad,
.col-md-2.no-pad,
.col-sm-4.no-pad,
.col-sm-8.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.main-block {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
}
.text-center {
  text-align: center;
}
.main-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  transition: 0.3s ease;
}
.main-header .logo {
  position: relative;
}
.main-header .vis_static {
  transition: 0.3s ease;
}
.main-header .vis_scroll {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.main-header.scroll {
  padding-top: 10px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.main-header.scroll .top_line {
  margin-bottom: 10px;
}
.main-header.scroll .vis_static {
  opacity: 0;
  height: 67px;
}
.main-header.scroll .vis_scroll {
  opacity: 1;
}
.main-header .top_line {
  background: #1A1A1A;
  padding: 16px 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
}
.main-header .top_line .top_nav ul {
  list-style: none;
  padding-left: 0;
}
.main-header .top_line .top_nav > ul > li {
  margin-right: 30px;
  display: inline-block;
}
.main-header .top_line .top_nav .sub-arrow {
  position: absolute;
  right: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/keyboard_arrow_down.svg");
}
.main-header .top_line .top_nav .sub-menu {
  background: #fff;
  min-width: 220px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.main-header .top_line .top_nav .sub-menu li {
  display: block;
}
.main-header .top_line .top_nav .sub-menu a {
  padding: 12px 20px;
  display: block;
  color: #1A1A1A;
}
.main-header .top_line .top_nav .sub-menu a:hover {
  color: #fff;
  background: #1A1A1A;
}
.main-header .top_line .top_nav .menu-item-has-children {
  position: relative;
}
.main-header .top_line .top_nav .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
.main-header .top_line .top_nav .menu-item-has-children > a {
  position: relative;
  padding-right: 25px;
}
.main-header .top_line .top_nav .menu-item-has-children a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-header .top_line .top_nav .menu-item-has-children > ul {
  position: absolute;
  top: 100%;
  left: 0;
}
.main-header .top_line .top_nav li {
  display: inline-block;
}
.main-header .top_line a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-header .top_line .phone svg {
  vertical-align: middle;
}
.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_block {
  border-radius: 100px;
  padding-left: 33px;
  padding-bottom: 20px;
  background: #fff;
  display: flex;
  align-items: center;
}
.top-menu {
  list-style: none;
  padding-left: 0;
}
.top-menu li {
  display: inline-block;
  margin-right: 25px;
}
.top-menu a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top_banner {
  padding-top: 215px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.top_banner .container {
  position: relative;
  z-index: 2;
}
.top_banner .container:before {
  content: '';
  position: absolute;
  display: block;
  top: -90px;
  left: -140px;
  width: 727px;
  height: 619px;
  flex-shrink: 0;
  border-radius: 727px;
  background: rgba(0, 0, 0, 0.5);
  filter: blur(100px);
}
.top_banner .ban-logo {
  position: absolute;
  left: 55%;
  top: 70%;
  z-index: 2;
}
.top_banner .top-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top_banner .top-slider:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.top_banner .top-slider:not(.slick-initialized) .item-sl {
  transition: transform 15s ease, opacity 0.5s !important;
}
.top_banner .top-slider .slick-list,
.top_banner .top-slider .slick-track {
  height: 100%;
}
.top_banner .top-slider .item-sl {
  position: absolute !important;
  top: 0;
  left: 0 !important;
  float: left;
  width: 100%;
  height: 100%;
  transform: scale(1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.5s 0.5s ease, opacity 0.5s !important;
}
.top_banner .top-slider .item-sl:first-child {
  z-index: 2;
}
.top_banner .top-slider .item-sl.slick-active.slick-slide {
  transform: scale(1.2);
  transition: transform 15s ease, opacity 0.5s !important;
}
.top_banner .top-slider .item-sl.loadSl.slick-slide {
  transform: scale(1);
  transition: unset !important;
}
.top_banner h1 {
  color: #FFF;
  position: relative;
  z-index: 2;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 24px;
  max-width: 579px;
}
.top_banner p {
  position: relative;
  z-index: 2;
  color: #FFF;
  max-width: 579px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.top_banner .btn {
  position: relative;
  z-index: 2;
  margin-top: 35px;
}
.top_banner .bot-overlay {
  vertical-align: middle;
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
  bottom: -1px;
}
nav.bread {
  padding-top: 80px;
}
.btn {
  background: #55C800;
  display: inline-block;
  color: #212121;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 19px 23px;
  border-radius: 30px;
}
.btn.arrow_right {
  position: relative;
  padding-right: 57px;
}
.btn.arrow_right:hover svg {
  transform: translateX(3px);
}
.btn.arrow_right svg {
  position: absolute;
  right: 23px;
  top: 17px;
  transition: 0.3s ease;
}
.btn.download {
  position: relative;
  padding-right: 57px;
}
.btn.download:hover svg {
  transform: translateY(3px);
}
.btn.download svg {
  position: absolute;
  right: 23px;
  top: 17px;
  transition: 0.3s ease;
}
.btn.bg_white {
  border: 2px solid #55C800;
  background: #fff;
  padding: 17px 21px;
}
.btn.bg_white.download {
  padding-right: 55px;
}
.btn.bg_white.download svg {
  right: 21px;
  top: 15px;
}
.bg_white.content-wrap {
  background-color: #fff;
}
.main-sect {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-sect.pad-bot-0 {
  padding-bottom: 0;
}
.main-sect.pad-sm {
  padding: 35px 0;
}
.main-sect.pad-t-sm {
  padding-top: 45px;
}
.main-sect.pad-b-md {
  padding-bottom: 60px;
}
.video-link {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  max-width: 555px;
}
.video-link:hover img {
  transform: scale(1.05);
}
.video-link img {
  transition: 0.3s ease;
}
.video-link .play_btn {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(78, 153, 12, 0.9);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
}
.toggle_tab {
  margin-top: 50px;
  display: flex;
}
.toggle_tab a {
  border-top: 4px solid #FAFAFA;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
  color: #2A2A2A;
  text-align: center;
  padding: 9px 13px 13px 13px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  /* 23.4px */
}
.toggle_tab a:first-child {
  border-radius: 16px 0px 0px 0px;
}
.toggle_tab a:last-child {
  border-radius: 0px 16px 0px 0px;
}
.toggle_tab a.active {
  border-top-color: #449E00;
  color: #449E00;
  background: #FFF;
  font-weight: 600;
}
.toggle_tab a:hover {
  border-top-color: #449E00;
  background: #FFF;
}
.img_slider {
  position: relative;
  max-width: 512px;
}
.img_slider .slick-list {
  overflow: hidden;
}
.img_slider .logos {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transform: translateX(50%);
}
.img_slider .slick-track {
  display: flex;
}
.img_slider .item_sl {
  border-radius: 16px;
  overflow: hidden;
}
.img_slider .slider_nav {
  position: absolute;
  padding-bottom: 17px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_slider .slider_nav .slick-arrow {
  background: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}
.img_slider .slider_nav .slick-arrow svg {
  vertical-align: middle;
}
.img_slider .slider_nav .slick-next {
  order: 3;
  transform: rotate(180deg);
}
.img_slider .slick-dots {
  list-style: none;
  padding: 0 18px;
}
.img_slider .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 6px;
}
.img_slider .slick-dots li.slick-active {
  background: #fff;
}
.img_slider .slick-dots li button {
  display: none;
}
.wrap_tabs_content {
  position: relative;
}
.wrap_tabs_content .item_tab {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  padding: 37px 32px 48px 32px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.wrap_tabs_content .item_tab .col-md-6:last-child {
  padding-left: 100px;
}
.wrap_tabs_content .item_tab.active {
  position: static;
  opacity: 1;
  pointer-events: auto;
}
.wrap_tabs_content .item_tab h4 {
  color: #2A2A2A;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  /* 20.8px */
}
.wrap_tabs_content .item_tab .btn {
  margin-bottom: 15px;
  margin-right: 7px;
  min-width: 250px;
}
.range_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 17px;
}
.range_list li {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.range_list li .icon {
  flex: 0 0 19px;
  max-width: 19px;
  margin-right: 13px;
}
.item_screen {
  height: 100%;
  padding: 22px 24px 30px 24px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.item_screen .icon {
  height: 53px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
.item_screen .icon img {
  max-height: 100%;
  width: auto;
}
.item_screen h3 {
  color: #449E00;
  margin-bottom: 8px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faq-sect {
  padding: 0 20px;
}
.faq_block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 80px 0;
  border-radius: 24px;
  position: relative;
}
.faq_block .container {
  position: relative;
  z-index: 2;
}
.faq_block .main_title {
  color: #fff;
}
.faq_block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 45%);
}
.accordions {
  border-radius: 16px;
  background: #FFF;
  overflow: hidden;
  max-width: 747px;
  margin-left: auto;
  margin-right: auto;
}
.accordions .toggle_accordion {
  padding: 26px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordions .toggle_accordion.open .angle {
  transform: rotate(180deg);
}
.accordions .toggle_accordion .angle {
  flex: 0 0 13px;
  width: 13px;
  display: inline-block;
  transition: 0.3s ease;
}
.accordions .toggle_accordion h4 {
  color: #2A2A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  /* 20.8px */
}
.accordions .content_accordion {
  padding: 0 40px 15px 40px;
  display: none;
}
.accordions .item_accord + .item_accord {
  border-top: 4px solid #F6F6F6;
}
.main_title {
  color: #449E00;
  margin-bottom: 24px;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-wrap__content a {
  color: #2A2A2A;
  text-decoration: underline;
}
.article-wrap__content a:hover {
  text-decoration: none;
}
.article-wrap__content--share-list .item.copy_url {
  position: relative;
  text-decoration: none;
}
.article-wrap__content--share-list .item.copy_url span {
  margin-top: 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  text-align: center;
  line-height: 1;
  display: block;
  width: 74px;
  font-size: 13px;
  transform: translateX(-50%);
}
.social_link {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 20px;
}
.social_link p {
  color: #1A1A1A;
  margin-bottom: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 24px */
  letter-spacing: -0.16px;
}
.social_link a {
  flex: 0 0 16px;
  margin-bottom: 0!important;
}
.social_link a svg {
  vertical-align: middle;
}
.font18 {
  font-size: 18px;
}
.border-radius24 {
  border-radius: 24px;
}
.col-pad28 {
  margin-right: -14px;
  margin-left: -14px;
}
.col-pad28 > div {
  padding-left: 14px;
  padding-right: 14px;
}
.row-gap30 {
  row-gap: 30px;
}
.mar-b50 {
  margin-bottom: 50px;
}
.mar-b40 {
  margin-bottom: 40px;
}
.mar-b30 {
  margin-bottom: 30px;
}
.mar-t50 {
  margin-top: 50px;
}
.mar-t60 {
  margin-top: 60px;
}
.bg_grey {
  background: #F3F4F2;
}
.mar-t40 {
  margin-top: 40px;
}
.mar-t10 {
  margin-top: 10px;
}
.mar-t20 {
  margin-top: 20px;
}
.mar-t15 {
  margin-top: 15px;
}
.pad-t-none {
  padding-top: 0 !important;
}
.pad-b-none {
  padding-bottom: 0 !important;
}
.text-right {
  text-align: right;
}
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-100px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.col-xm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.toggle-menu {
  display: none;
  cursor: pointer;
  background: #12D473;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .toggle-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
  }
}
.toggle-menu span {
  width: 16px;
  height: 2px;
  display: block;
  position: relative;
}
.toggle-menu span.open .before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  -moz-transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
  -o-transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
  -webkit-transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
  transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
}
.toggle-menu span.open .middle {
  opacity: 0;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
.toggle-menu span.open .after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: 0.3s all ease 0.4s, bottom 0.3s ease 0s;
  -o-transition: 0.3s all ease 0.4s, bottom 0.3s ease 0s;
  -webkit-transition: 0.3s all ease 0.4s, bottom 0.3s ease 0s;
  transition: 0.3s all ease 0.4s, bottom 0.3s ease 0s;
}
.toggle-menu span span {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #000;
}
.bg_grey_l .toggle-menu span span {
  background-color: #17300A;
}
.toggle-menu span span.before {
  top: -5px;
  width: 100%;
  left: 0;
  -moz-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  -o-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  -webkit-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
}
.toggle-menu span span.after {
  bottom: -5px;
  width: 100%;
  left: 0;
  -moz-transition: 0.3s all ease 0s, bottom 0.3s ease 0.4s;
  -o-transition: 0.3s all ease 0s, bottom 0.3s ease 0.4s;
  -webkit-transition: 0.3s all ease 0s, bottom 0.3s ease 0.4s;
  transition: 0.3s all ease 0s, bottom 0.3s ease 0.4s;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .visible_mob {
    display: none;
  }
  .container {
    max-width: 720px;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
}
@media (min-width: 992px) {
  .pad_r_md45 {
    padding-right: 45px;
  }
  .offset-md1 {
    margin-left: 8.33333%;
  }
  .container {
    max-width: 960px;
  }
  .container.max_w760 {
    max-width: 760px;
  }
  .container.max_w780 {
    max-width: 780px;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666666%;
    flex: 0 0 91.666666%;
    max-width: 91.666666%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container.max_w946 {
    max-width: 976px;
  }
}
@media (max-width: 1199px) {
  .toggle-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer;
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  .toggle-menu span {
    width: 16px;
    height: 2px;
    display: block;
    position: relative;
  }
  .toggle-menu span.open .before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    -moz-transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
    -o-transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
    -webkit-transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
    transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
  }
  .toggle-menu span.open .middle {
    opacity: 0;
    -moz-transition: 0.3s all ease 0s;
    -o-transition: 0.3s all ease 0s;
    -webkit-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
  }
  .toggle-menu span.open .after {
    bottom: 0;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: 0.3s all ease 0.4s, bottom 0.3s ease 0s;
    -o-transition: 0.3s all ease 0.4s, bottom 0.3s ease 0s;
    -webkit-transition: 0.3s all ease 0.4s, bottom 0.3s ease 0s;
    transition: 0.3s all ease 0.4s, bottom 0.3s ease 0s;
  }
  .toggle-menu span span {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #191919;
  }
  .bg_grey_l .toggle-menu span span {
    background-color: #17300A;
  }
  .toggle-menu span span.before {
    top: -5px;
    width: 100%;
    left: 0;
    -moz-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
    -o-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
    -webkit-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
    transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  }
  .toggle-menu span span.after {
    bottom: -5px;
    width: 100%;
    left: 0;
    -moz-transition: 0.3s all ease 0s, bottom 0.3s ease 0.4s;
    -o-transition: 0.3s all ease 0s, bottom 0.3s ease 0.4s;
    -webkit-transition: 0.3s all ease 0s, bottom 0.3s ease 0.4s;
    transition: 0.3s all ease 0s, bottom 0.3s ease 0.4s;
  }
  .main-header .logo {
    width: 200px;
  }
  .main-header .nav_block {
    margin-top: 0;
    background-color: transparent;
    flex: 1 1 auto;
    justify-content: flex-end;
  }
  .main-header .nav_block .btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .main-header .nav_block .btn svg {
    top: 12px;
  }
  .main-header .container {
    align-items: center;
    position: relative;
  }
  .main-header .top-menu {
    padding: 20px 0 10px 0;
    position: absolute;
    top: 100%;
    right: 15px;
    border-radius: 25px;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    margin-top: 20px;
    transition: 0.3s ease;
  }
  .main-header .top-menu.open {
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
  }
  .main-header .top-menu li {
    display: block;
    margin: 0 0 10px 0;
  }
  .main-header .top-menu li a {
    display: block;
    padding: 5px 20px;
  }
  .top_banner .ban-logo {
    position: absolute;
    left: 62%;
    top: 55%;
    max-width: 29%;
  }
}
.slider-cards_mob .arrow_row {
  display: none;
}
@media (max-width: 991px) {
  .slider-cards_mob {
    flex-direction: column;
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
    gap: 0!important;
  }
  .slider-cards_mob .slick-track {
    display: flex;
  }
  .slider-cards_mob .arrow_row {
    order: 2;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .slider-cards_mob .slick-prev {
    margin-right: 24px;
  }
  .slider-cards_mob .slick-next {
    order: 3;
    margin-left: 24px;
  }
  .slider-cards_mob .slick-list {
    width: 100%;
    padding-bottom: 22px;
  }
  .slider-cards_mob .slick-slide {
    margin: 0 10px;
    height: unset;
  }
  .col-md-6 + .col-md-6 {
    margin-top: 30px;
  }
  .top_banner h1 {
    font-size: 40px;
  }
  .top_banner .ban-logo {
    top: 63%;
    max-width: 25%;
  }
  .main-sect {
    padding: 60px 0;
  }
  .wrap_tabs_content .item_tab .col-md-6:last-child {
    padding-left: 15px;
  }
  .toggle_tab a {
    font-size: 16px;
  }
  .main_title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .main-header {
    padding-top: 20px;
  }
  .main-header .container {
    flex-wrap: wrap;
  }
  .main-header .nav_block {
    flex: 0 0 100%;
    order: 3;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .main-header .nav_block .btn {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .main-header .nav_block .btn svg {
    top: 9px;
  }
  .top_banner {
    padding-top: 140px;
  }
  .top_banner .ban-logo {
    top: auto;
    bottom: -20px;
    max-width: 25%;
    left: auto;
    right: 15px;
  }
  .img_slider .logos {
    width: 80px;
  }
  .accordions .toggle_accordion {
    padding: 22px 30px;
  }
  .accordions .content_accordion {
    padding: 0 30px 15px 30px;
  }
  .item_screen .icon {
    margin-bottom: 40px;
  }
}
@media (max-width: 550px) {
  .main-header .nav_block .btn {
    width: 100%;
    margin-top: 5px;
  }
}
.hs-menu-children-wrapper {
  display: none;
}
.mobile-menu-wrap {
  background-color: #fff;
  position: absolute !important;
  top: 100%;
  left: 100%;
  width: 100vw;
  height: calc(100svh - 77px);
  border-top: 1px solid #F3F4F2;
  overflow: hidden;
  transition: left 0.4s ease;
}
.mobile-menu-wrap.open {
  left: 0;
  visibility: visible;
  transition: left 0.4s ease;
}
.mobile-menu-wrap .container {
  display: block !important;
  overflow: hidden;
}
.mobile-menu-wrap .menu-item-description {
  display: none;
}
@media (min-width: 1200px) {
  .mobile-menu-wrap {
    display: none;
  }
}
.mobile-menu-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  row-gap: 8px;
  align-content: start;
  background-color: #fff;
  padding: 40px 0px 32px;
}
.mobile-menu-wrap ul a {
  color: #1A1A1A;
  font-size: 18px;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.18px;
  height: 32px;
  display: flex;
  align-items: center;
}
.mobile-menu-wrap ul a .arr-mob-menu-menu {
  margin-left: auto;
}
.mobile-menu-wrap .sub-menu {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 100%;
  z-index: 5;
  transition: left 0.4s;
  padding-inline: 15px;
}
.mobile-menu-wrap .sub-menu.open {
  left: 0;
}
.mobile-menu-wrap .back-to-prev-menu-arr {
  margin-right: 8px;
}
.mobile-menu-wrap .submenu_title {
  color: #449E00;
  font-size: 22px;
  margin-block: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.22px;
}
.mobile-menu-wrap .btn {
  padding-block: 14px;
}
.mobile-menu-wrap .btn svg {
  position: absolute;
  top: 12px;
  right: 23px;
  transition: 0.3s ease;
}
/*# sourceMappingURL=style-st.css.map */