@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* UpConstraction Color*/
/* $color-default: #00403d; //#46647f; // Салатный
$color-default-light: rgba(0, 64, 61, .8);
$color-primary: #d3817a; // Алый
$color-primary-light: rgba(211, 129, 122, .7);
$color-secondary: #FAF7F2; //#52565e;  */
/*   Color   */
/* $primary-color: $color-default;
$success-color: $color-primary;
$muted-color: #dddad7;//#f5f6f7;
$body-bg: #fff;
$body-color: #333;
$dark-color: #223141; //Footer&Header
$contrast-color: #d3d3d3;
$title-color: #2e3135; */
/*   Font   */
/* Header */
/* Below top */
/* Brand */
/* Menu */
/* Footer */
/* Button */
/* Panel */
body {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  background: #fff; }

.h1, .h2, .h3, h1, h2, h3 {
  color: #2e3135;
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 20px; }

.h1, h1 {
  font-size: calc(38px + 18 * ((100vw - 320px) / (1920 - 320))); }

.h2, h2 {
  font-size: calc(28px + 8 * ((100vw - 320px) / (1920 - 320))); }

.h3, h3 {
  font-size: calc(24px + 8 * ((100vw - 320px) / (1920 - 320))); }

.h4, h4 {
  font-size: calc(18px + 6 * ((100vw - 320px) / (1920 - 320))); }

.h5, h5 {
  font-size: calc(16px + 4 * ((100vw - 320px) / (1920 - 320))); }

.h6, h6 {
  font-size: 1rem; }

a:not(.btn), .link {
  color: rgba(33, 178, 24, 0.8);
  border-bottom: 1px solid rgba(33, 178, 24, 0.8);
  text-decoration: none;
  padding-bottom: 2px; }
  a:not(.btn):hover, a:not(.btn):focus, .link:hover, .link:focus {
    color: #21B218;
    border-bottom-color: #21B218;
    text-decoration: none; }

.no-decoration {
  border-bottom: none;
  text-decoration: none;
  padding-bottom: 0; }

.btn-primary {
  color: #333;
  background-color: #FFFF00;
  border-color: #FFFF00; }
  .btn-primary:hover {
    color: #333;
    background-color: rgba(255, 255, 0, 0.7);
    border-color: rgba(255, 255, 0, 0.7);
    box-shadow: none; }
  .btn-primary:focus, .btn-primary:disabled, .btn-primary:active, .btn-primary:active:focus {
    color: #333;
    background-color: #FFFF00;
    border-color: #FFFF00;
    box-shadow: none; }
  .btn-primary-border {
    color: #FFFF00;
    background-color: #fff;
    border: 1px solid #FFFF00; }
    .btn-primary-border:hover {
      color: rgba(255, 255, 0, 0.7);
      background-color: #fff;
      border-color: rgba(255, 255, 0, 0.7); }
    .btn-primary-border:focus, .btn-primary-border:disabled, .btn-primary-border:active, .btn-primary-border:active:focus {
      color: #333;
      background-color: #fff;
      border-color: #FFFF00;
      box-shadow: none; }

.btn-success {
  background-color: #21B218;
  border-color: #21B218; }
  .btn-success:hover {
    background-color: rgba(33, 178, 24, 0.8);
    border-color: rgba(33, 178, 24, 0.8);
    box-shadow: none; }
  .btn-success:focus, .btn-success:disabled, .btn-success:active, .btn-success:active:focus {
    color: #fff;
    background-color: #21B218;
    border-color: #21B218;
    box-shadow: none; }
  .btn-success-border {
    color: #21B218;
    background-color: #fff;
    border: 1px solid #21B218; }
    .btn-success-border:hover {
      color: rgba(33, 178, 24, 0.8);
      background-color: #fff;
      border-color: rgba(33, 178, 24, 0.8); }
    .btn-success-border:focus, .btn-success-border:disabled, .btn-success-border:active, .btn-success-border:active:focus {
      color: #21B218;
      background-color: #fff;
      border: 1px solid #21B218;
      box-shadow: none; }

.btn-secondary {
  color: #333;
  background-color: #FAF7F2;
  border-color: #FAF7F2; }
  .btn-secondary:hover {
    color: #333;
    background-color: #d2d0cd;
    border-color: #d2d0cd;
    box-shadow: none; }
  .btn-secondary:focus, .btn-secondary:disabled, .btn-secondary:active, .btn-secondary:active:focus {
    color: #333;
    background-color: #FAF7F2;
    border-color: #FAF7F2;
    box-shadow: none; }
  .btn-secondary-border {
    color: #FAF7F2;
    background-color: #333;
    border: 1px solid #FAF7F2; }
    .btn-secondary-border:hover {
      color: #d2d0cd;
      background-color: #333;
      border-color: #d2d0cd; }
    .btn-secondary-border:focus, .btn-secondary-border:disabled, .btn-secondary-border:active, .btn-secondary-border:active:focus {
      color: #FAF7F2;
      background-color: #333;
      border: 1px solid #FAF7F2;
      box-shadow: none; }

.text-small {
  font-size: 0.875rem; }

.text-large {
  font-size: 1.375rem; }

.form-control:focus {
  border-color: #ced4da;
  box-shadow: none; }

.form-control_small {
  padding: 0.4rem 0.8rem; }

.form-control_large {
  padding: 0.9rem 1.3rem; }

.form-control-feedback {
  font-size: 0.875rem; }

.checkbox-wrapper {
  margin: 10px 0 20px; }

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none; }

.checkbox + label::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-sizing: content-box;
  transition: 0.3s;
  margin-top: -2px; }

.checkbox:checked + label::before {
  border-color: #21B218;
  background-color: #21B218;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.checkbox + label:hover::before {
  border-color: #21B218;
  cursor: pointer; }

.checkbox + label {
  font-size: calc(10px + 4 * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2; }

.section {
  padding: 30px 0; }
@media screen and (min-width: 768px) {
  .section {
    padding: 60px 0; } }
@media screen and (min-width: 1200px) {
  .section {
    padding: 80px 0; } }

.bg-white {
  background: #fff; }

.bg-primary {
  background: #21B218 !important; }

.bg-secondary {
  background: #FAF7F2 !important; }

.bg-muted {
  background: #dddad7; }

.list {
  list-style: none;
  padding: 0; }

/* .list_check {
    li {
        position: relative;
        padding-left: 30px;
        &::before {
            content: '\f336';
            position: absolute;
            width: 20px;
            height: 20px;
            top: 5px;
            left: 0;
            font-family: 'FontAwesome';
        }
    }
} */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th, td {
  vertical-align: middle;
  padding: 8px; }

th {
  text-align: center; }

.panel {
  background: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  padding: 25px;
  border-radius: 0.4rem; }

/*  Title  */
.page-header {
  margin-bottom: 30px; }
  .page-header h1 {
    position: relative;
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 400; }
    .page-header h1::after {
      content: "";
      position: absolute;
      display: block;
      width: 80px;
      height: 4px;
      background: #FFFF00;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .page-header {
      margin-bottom: 50px; } }

.section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px; }
  .section-header h1, .section-header h2, .section-header h3 {
    font-weight: 500;
    margin-bottom: 0; }
  @media screen and (min-width: 360px) {
    .section-header h1::before, .section-header h1::after, .section-header h2::before, .section-header h2::after, .section-header h3::before, .section-header h3::after {
      content: "";
      width: 40px;
      height: 2px;
      background: #FFFF00;
      display: inline-block; }
    .section-header h1::before, .section-header h2::before, .section-header h3::before {
      margin: 0 15px 10px 0; }
    .section-header h1::after, .section-header h2::after, .section-header h3::after {
      margin: 0 0 10px 15px; } }
@media screen and (min-width: 768px) {
  .section-header {
    padding-bottom: 50px; }
    .section-header h1::before, .section-header h1::after, .section-header h2::before, .section-header h2::after, .section-header h3::before, .section-header h3::after {
      width: 50px; } }
@media screen and (min-width: 1200px) {
  .section-header {
    padding-bottom: 70px; } }

.mod-title {
  /* display: flex;
    align-items: center;
    justify-content: center; */
  text-align: center;
  padding-bottom: 30px;
  font-weight: 500;
  margin-bottom: 0; }
  .mod-title span {
    display: inline-block;
    position: relative; }
  @media screen and (min-width: 768px) {
    .mod-title {
      padding-bottom: 50px; }
      .mod-title span::before, .mod-title span::after {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 2px;
        background: #21B218;
        display: inline-block; }
      .mod-title span::before {
        left: -65px; }
      .mod-title span::after {
        right: -65px; } }
@media screen and (min-width: 1200px) {
  .mod-title {
    padding-bottom: 70px; } }

.title-block, .title-block h1, .title-block h2, .title-block h3 {
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative; }
  .title-block::after, .title-block h1::after, .title-block h2::after, .title-block h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 4px;
    background: #FFFF00;
    left: 0;
    bottom: 0; }

#jquery-lightbox a {
  border-bottom: none;
  text-decoration: none;
  padding-bottom: 0; }

.container-component > * + *, .container-component > :first-child, .container-sidebar-left > * + *, .container-sidebar-left > :first-child, .container-sidebar-right > * + *, .container-sidebar-right > :first-child {
  margin: 2.5em 0; }

body.home .container-component > * + *, body.home .container-component > :first-child, body.home .container-sidebar-left > * + *, body.home .container-sidebar-left > :first-child, body.home .container-sidebar-right > * + *, body.home .container-sidebar-right > :first-child {
  margin: 0; }

.container-bottom-a > *, .container-bottom-b > *, .container-top-a > *, .container-top-b > * {
  margin: 0; }

.container-bottom-b {
  grid-column: full-start/full-end; }

#system-message-container {
  margin: 0; }

.alert-purchase-notice {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  background: rgba(33, 178, 24, 0.8);
  border: 1px solid #21B218;
  border-radius: 0.4rem;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  padding: 15px 20px; }
@media screen and (min-width: 768px) {
  .alert-purchase-notice {
    padding: 20px 40px; } }

.header {
  color: rgba(255, 255, 255, 0.6); }
  .header a:not(.btn), .header a:not(.btn):hover, .header a:not(.btn):focus {
    border-bottom: none;
    padding-bottom: 0; }
  .header a:not(.btn) {
    color: rgba(255, 255, 255, 0.6); }
    .header a:not(.btn):hover {
      color: #fff; }
  .header .dropdown-menu {
    background: #21B218;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    padding: 10px;
    max-width: 200px; }
    .header .dropdown-menu a {
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.875rem;
      padding: 0;
      white-space: normal; }
      .header .dropdown-menu a:hover {
        background: transparent;
        color: #fff; }
  @media screen and (max-width: 991px) {
    .header.container-header.position-sticky {
      position: sticky !important; } }

.logo__link {
  display: flex;
  align-items: center;
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
  border-bottom: none;
  color: #d3d3d3;
  padding: 0; }
  .logo__link:hover, .logo__link:focus {
    color: #fff;
    transform: 0.3s;
    outline: none !important; }
  .logo__link .logo__title {
    font-size: calc(48px + 4 * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    padding: 0;
    margin-left: 0.8rem;
    line-height: 1.2; }
  .logo__link .logo__desc {
    font-size: 12px;
    margin-left: 1rem;
    line-height: 1.2; }

.below-top-section {
  background: #1B8914; }

.container-below-top {
  display: none; }
  .container-below-top a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none; }
    .container-below-top a:hover {
      color: #fff;
      transform: 0.3s;
      text-decoration: none; }
    .container-below-top a + a {
      padding-left: 15px; }
  .container-below-top .mod-menu {
    display: flex;
    flex: 0 1 auto; }
    .container-below-top .mod-menu > li, .container-below-top .mod-menu .metismenu-item {
      padding: 0; }
      .container-below-top .mod-menu > li::after, .container-below-top .mod-menu .metismenu-item::after {
        display: none; }
      .container-below-top .mod-menu > li > a, .container-below-top .mod-menu .metismenu-item > a {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none; }
        .container-below-top .mod-menu > li > a:hover, .container-below-top .mod-menu .metismenu-item > a:hover {
          color: #fff;
          transform: 0.3s;
          text-decoration: none; }
        .container-below-top .mod-menu > li > a::after, .container-below-top .mod-menu .metismenu-item > a::after {
          display: none; }
        .container-below-top .mod-menu > li > a + a, .container-below-top .mod-menu .metismenu-item > a + a {
          padding-left: 15px; }
  .container-below-top .metismenu-title {
    display: none; }
  @media screen and (min-width: 768px) {
    .container-below-top {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .container-below-top .mod-menu {
        flex-direction: row;
        align-items: center; }
        .container-below-top .mod-menu > li + li {
          margin-left: 8px; } }
@media screen and (min-width: 992px) {
  .container-below-top .metismenu-title {
    display: inline-block; } }

.navbar-brand-section {
  background: #21B218; }

.container-navbar-brand {
  justify-content: space-between; }
  .container-navbar-brand > *:not(:first-child) {
    margin-left: 25px; }

.brand-description {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .brand-description > *:not(:first-child) {
    margin-left: 20px; }
  @media screen and (min-width: 768px) {
    .brand-description {
      flex: 1; }
      .brand-description > *:not(:first-child) {
        margin-left: 25px; } }

.brand-logo {
  max-width: max(170px, 17%); }

.container-nav > *:not(:first-child) {
  margin-left: 25px; }

.menu-sticky {
  width: 100%; }

#mod-custom114 {
  display: flex;
  /* ul {
    background:  #3D444E;
    a:hover {
            color: #fff;
            background:  #3D444E;
            transform: .3s;
            text-decoration: none;
        }
    } */ }

.footer {
  background: #1B8914;
  text-align: center;
  margin-top: 0; }
  .footer a {
    color: rgba(255, 255, 255, 0.6);
    border-bottom: none;
    padding-bottom: 0; }
    .footer a:hover, .footer a:focus {
      color: #fff;
      border-bottom: none;
      padding-bottom: 0;
      text-decoration: none; }
  .footer .grid-child > *:not(:first-child) {
    margin-top: 20px; }
  .footer h3, .footer h4 {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .footer li a:hover, .footer li:focus {
      text-decoration: none; }
      .footer li.active a {
        color: #fff;
        text-decoration: none; }
  @media screen and (min-width: 992px) {
    .footer {
      text-align: left;
      margin-top: 0; }
      .footer .grid-child {
        align-items: flex-start; }
        .footer .grid-child > *:not(:first-child) {
          margin-top: 0; } }

[class*="sidebar"] .mod-menu a, [class*="sidebar"] .mod-menu a:hover, [class*="sidebar"] .mod-menu a:focus {
  border-bottom: none;
  text-decoration: none; }

.sidebar {
  background: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  padding: 25px;
  border-radius: 0.4rem; }
  .sidebar__header {
    border-bottom: 2px solid #ddd; }
    .sidebar__header span {
      border-bottom: 2px solid #FFFF00;
      padding-bottom: 15px;
      display: inline-block;
      margin-bottom: -2px; }
  .sidebar__body {
    overflow: hidden; }
  .sidebar a {
    color: #333; }
  .sidebar a:hover, .sidebar a:focus {
    color: #21B218; }

@media screen and (min-width: 992px) {
  .site-grid > [class*="container-sidebar-"] {
    width: 92%;
    margin-left: 0; }
  .position-sticky-sidebar {
    position: sticky;
    top: 100px;
    height: calc(100vh - 115px);
    overflow-y: auto; } }

@media screen and (min-width: 1200px) {
  .position-sticky-sidebar {
    top: 110px; } }

.container-nav {
  align-items: center; }

.mod-main-menu {
  position: relative; }
  .mod-main-menu nav.navbar {
    margin-top: 0; }
  .mod-main-menu .navbar .main-menu > li {
    padding: 10px 0 10px 28px; }
  .mod-main-menu .main-menu {
    align-items: center;
    justify-content: center; }
    .mod-main-menu .main-menu > li {
      padding: 10px 0 10px 28px; }
      .mod-main-menu .main-menu > li > a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
        border-bottom: none;
        padding: 0;
        overflow: visible !important;
        /* .fa {
                    padding: 0 !important;
                } */ }
        .mod-main-menu .main-menu > li > a:hover, .mod-main-menu .main-menu > li > a:focus {
          color: #fff;
          transform: 0.3s;
          outline: none !important; }
        .mod-main-menu .main-menu > li > a:hover::after, .mod-main-menu .main-menu > li > a:focus::after, .mod-main-menu .main-menu > li > a:active::after, .mod-main-menu .main-menu > li > a.active::after {
          background: #FFFF00;
          opacity: 1;
          bottom: -6px; }
      .mod-main-menu .main-menu > li.active a {
        color: #fff;
        text-decoration: none !important; }
        .mod-main-menu .main-menu > li.active a::after {
          background: #FFFF00;
          opacity: 1;
          bottom: -6px; }
      .mod-main-menu .main-menu > li.parent {
        position: relative; }
        .mod-main-menu .main-menu > li.parent > a {
          padding-right: 19px; }
        .mod-main-menu .main-menu > li.parent > .mm-toggler {
          position: absolute;
          right: 0; }
      .mod-main-menu .main-menu > li .mm-toggler:focus {
        outline: none; }
      .mod-main-menu .main-menu > li .mm-toggler::before {
        display: none; }
      .mod-main-menu .main-menu > li .mm-toggler::after {
        border-left-width: 0.3em;
        border-right-width: 0.3em;
        border-top-width: 0.3em; }
    .mod-main-menu .main-menu.main-menu .metismenu-item > ul {
      width: min(50vw, 300px);
      min-width: auto;
      background: #21B218;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 0;
      box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
      padding: 20px; }
      .mod-main-menu .main-menu.main-menu .metismenu-item > ul li {
        padding: 0; }
        .mod-main-menu .main-menu.main-menu .metismenu-item > ul li + li {
          margin-top: 10px; }
        .mod-main-menu .main-menu.main-menu .metismenu-item > ul li.active a {
          color: #fff; }
      .mod-main-menu .main-menu.main-menu .metismenu-item > ul a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
        white-space: normal; }
        .mod-main-menu .main-menu.main-menu .metismenu-item > ul a:hover, .mod-main-menu .main-menu.main-menu .metismenu-item > ul a:focus {
          color: #fff;
          transform: 0.3s;
          outline: none !important; }
  @media screen and (max-width: 991px) {
    .mod-main-menu .navbar-toggler, .mod-main-menu .navbar-toggler:hover, .mod-main-menu .navbar-toggler:focus {
      border: none;
      box-shadow: none; }
    .mod-main-menu .navbar-toggler_close .icon-menu::before {
      content: '';
      font-size: 24px;
      padding-left: 1px; }
    .mod-main-menu .navbar-collapse {
      position: absolute;
      width: 100vw;
      top: 0;
      left: calc(-100vw + 49px);
      background: #21B218;
      z-index: -1;
      padding: 20px; }
    .mod-main-menu .main-menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      flex-direction: column;
      height: 100vh;
      padding-top: 100px; }
    .mod-main-menu .navbar .main-menu li {
      padding: 10px 0; }
      .mod-main-menu .navbar .main-menu li.parent {
        justify-content: center; }
        .mod-main-menu .navbar .main-menu li.parent > a {
          padding-right: 0; }
        .mod-main-menu .navbar .main-menu li.parent > .mm-toggler {
          position: initial;
          height: auto; }
        .mod-main-menu .navbar .main-menu li.parent ul {
          position: relative;
          top: auto;
          width: 100%;
          border: none;
          box-shadow: none;
          padding: 10px 0 0; }
        .mod-main-menu .navbar .main-menu li.parent li {
          justify-content: center; } }

.menu_panel-box {
  list-style: none;
  padding: 0;
  margin: 0 -8px; }
  .menu_panel-box-item:last-child a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .menu_panel-box-link {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: -1px;
    /* &::after {
            content: '\f054';
            position: absolute;
            font-family: 'Font Awesome 5 Free';
            width: 5px;
            height: 20px;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
        } */ }
  .menu_panel-box-img-wrapper {
    width: 110px;
    flex-shrink: 0;
    aspect-ratio: 1; }
  .menu_panel-box-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .menu_panel-box-title {
    display: inline-block;
    color: #333;
    font-size: calc(14px + 4 * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    overflow: hidden;
    box-sizing: content-box;
    padding: 25px 40px 25px 25px; }
    .menu_panel-box-title:hover {
      color: #21B218; }
  @media screen and (min-width: 768px) {
    .menu_panel-box {
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(1, 1fr);
      margin: 0; }
      .menu_panel-box[class*=sblock] {
        grid-template-columns: repeat(2, calc(50% - 15px));
        margin-right: -15px; }
      .menu_panel-box-link {
        flex-direction: column;
        justify-content: flex-end;
        background: #fff;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
        padding: 25px;
        border-radius: 0.4rem;
        border-top: none;
        margin-top: 0; }
        .menu_panel-box-item:last-child a {
          border-bottom: none; }
      .menu_panel-box-img-wrapper {
        width: auto;
        flex-shrink: initial; }
      .menu_panel-box-title {
        min-height: calc((14px + 4 * ((100vw - 320px) / (1920 - 320))) * 3);
        text-align: center;
        padding: 25px; } }
@media screen and (min-width: 992px) {
  .menu_panel-box[class*=sblock] {
    grid-template-columns: repeat(3, calc(33.3333% - 15px)); } }
@media screen and (min-width: 1200px) {
  .menu_panel-box.sblock3 {
    grid-template-columns: repeat(3, calc(33.3333% - 15px)); }
  .menu_panel-box.sblock4 {
    grid-template-columns: repeat(4, calc(25% - 15px)); }
  .menu_panel-box.sblock5 {
    grid-template-columns: repeat(5, calc(20% - 15px)); }
  .menu_panel-box.sblock6 {
    grid-template-columns: repeat(6, calc(16.6666% - 15px)); } }

a.menu_panel-box-link {
  border-bottom: 0;
  padding: 0; }

.menu_carousel .swiper-button-next, .menu_carousel .swiper-button-prev {
  color: rgba(0, 0, 0, 0.1); }
  .menu_carousel .swiper-button-next:hover, .menu_carousel .swiper-button-prev:hover {
    color: rgba(0, 0, 0, 0.25); }
.menu_carousel .swiper-pagination-bullet-active {
  background: #21B218; }

.breadcrumb a {
  color: rgba(33, 178, 24, 0.8);
  border-bottom: none;
  padding-bottom: 0; }
  .breadcrumb a:hover, .breadcrumb a:focus {
    color: #21B218; }

.mod-industries .newsflash-horiz {
  grid-template-columns: 100%;
  grid-gap: 25px; }
  .mod-industries .newsflash-horiz > li {
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    padding: 0; }
    .mod-industries .newsflash-horiz > li:hover .newsflash-image img {
      transform: scale(1.1); }
    .mod-industries .newsflash-horiz > li:hover .newsflash-title {
      color: #FFFF00; }
    .mod-industries .newsflash-horiz > li a, .mod-industries .newsflash-horiz > li:hover, .mod-industries .newsflash-horiz > li:focus {
      text-decoration: none;
      border-bottom: none;
      padding-bottom: 0; }
.mod-industries .newsflash-image {
  overflow: hidden;
  margin-bottom: 0; }
  .mod-industries .newsflash-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s; }
.mod-industries .newsflash-body {
  padding: 40px; }
  .mod-industries .newsflash-body ul {
    font-size: 0.875rem;
    padding-left: 0; }
.mod-industries .newsflash-title {
  margin-bottom: 20px; }
@media screen and (min-width: 768px) {
  .mod-industries .newsflash-horiz {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 992px) {
  .mod-industries .newsflash-horiz {
    grid-template-columns: repeat(4, 1fr); } }

#mod-custom119 .service {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 25px;
  justify-content: space-between; }
  #mod-custom119 .service__item {
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    padding: 40px; }
  #mod-custom119 .service__icon {
    margin-bottom: 30px;
    width: 20%; }
  #mod-custom119 .service__title {
    color: #21B218;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #FFFF00; }
  #mod-custom119 .service__text {
    font-size: 0.875rem; }
  @media screen and (min-width: 768px) {
    #mod-custom119 .service {
      grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 992px) {
  #mod-custom119 .service {
    grid-template-columns: repeat(2, 1fr); } }

#mod-custom121 .cert {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #mod-custom121 .cert li {
    margin: 0 1em; }

.contacts {
  background: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  padding: 25px;
  border-radius: 0.4rem; }
  .contacts__map {
    margin: 0 -25px -25px -25px; }

@media (min-width: 992px) {
  .contacts {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .contacts__addresses {
    width: 40%; }
  .contacts__map {
    width: 60%;
    margin-top: -25px; } }

@media (max-width: 767px) {
  ul.sigFreeClassic {
    display: flex;
    flex-direction: column;
    align-items: center; } }

.cba .section-header {
  display: none; }
.cba__img-wrapper {
  text-align: center;
  margin-bottom: 20px; }

.spec .section-header {
  display: none; }
.spec__wrapper {
  display: grid;
  gap: 24px 16px; }
@media (min-width: 768px) {
  .spec__wrapper {
    grid-template-columns: repeat(2, 1fr); } }

.home .section-header {
  display: flex; }
@media (min-width: 992px) {
  .home .cba__wrapper {
    display: flex;
    margin-left: -8px;
    margin-right: -8px; }
    .home .cba__wrapper > div {
      padding-left: 8px;
      padding-right: 8px; }
  .home .cba__img-wrapper {
    width: 41.66666667%;
    flex: 0 0 auto;
    margin-bottom: 0; }
  .home .cba__body {
    flex: 0 0 auto;
    width: 58.33333333%; } }
@media (min-width: 992px) {
  .home .spec__wrapper {
    grid-template-columns: repeat(3, 1fr); } }

.logo-skolcovo {
  position: absolute;
  left: 0;
  bottom: -56px;
  width: 80px; }
  .logo-skolcovo-wrapper .mod-custom {
    position: initial; }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.container-banner {
  margin-bottom: 0; }

.hero {
  width: 100%;
  /* height: 100vh; */
  padding: 30px 0 70px;
  background: #3D444E;
  /* .container {
        padding-top: 50px;
    } */ }
  .hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff; }
  .hero h2 {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
    font-size: 24px; }
  .hero a, .hero a:hover, .hero a:focus {
    border-bottom: none;
    /* padding-bottom: 0; */ }

.hero .btn-get-started {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  padding: 14px 32px 15px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #FFFF00; }

.hero .btn-get-started:hover {
  background: #fff;
  color: #000; }

.hero .btn-watch-video {
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1; }

.hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 48px;
  transition: 0.3s;
  margin-right: 8px; }

.hero .btn-watch-video:hover i {
  color: #FFFF00; }

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both; }

@media (max-width: 991px) {
  .hero {
    /* height: 100vh; */
    padding: 15px 0 35px;
    text-align: center;
    /* .container {
        padding-top: 30px;
    } */ }
  .hero .animated {
    animation: none; }
  .hero h1 {
    font-size: 28px;
    line-height: 36px; }
  .hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px; }
  .hero .hero-img {
    text-align: center; }
  .hero .hero-img img {
    width: 50%; } }

@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px; }
  .hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px; }
  .hero .hero-img img {
    width: 70%; }
  .hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px; } }

@media (max-width: 575px) {
  .hero .hero-img img {
    width: 80%; }
  .hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px; } }

@keyframes up-down {
  0% {
    transform: translateY(10px); }
  100% {
    transform: translateY(-10px); } }
/*--------------------------------------------------------------
# CBA Section
--------------------------------------------------------------*/
.cba .content {
  padding-left: 0px !important; }

.cba .content h3 {
  font-weight: 400;
  font-size: 34px; }

.cba .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px; }

.cba .content p {
  font-size: 15px;
  color: #6c757d; }

.cba .accordion-item {
  border: 0;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px; }

.cba .accordion-item:last-child {
  margin-bottom: 0; }

.cba .accordion-collapse {
  border: 0; }

.cba .accordion-button {
  padding: 20px 50px 20px 20px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  line-height: 24px;
  color: #21B218;
  text-align: left;
  background: #fff;
  box-shadow: none;
  border-radius: 10px; }

.cba .accordion-button .num {
  padding-right: 10px;
  font-size: 20px;
  line-height: 0;
  color: #21B218; }

.cba .accordion-button:not(.collapsed) {
  color: #FFFF00;
  border-bottom: 0;
  box-shadow: none; }

.cba .accordion-button:after {
  position: absolute;
  right: 20px;
  top: 20px; }

.cba .accordion-body {
  padding: 0 40px 30px 45px;
  border: 0;
  background: #fff;
  box-shadow: none; }

.processes .accordion-item {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }
.processes span:not(.num) {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 0, 0.7);
  margin-left: 20px; }
.processes .num {
  flex-shrink: 0;
  height: 45px;
  line-height: 45px;
  width: 48px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: #21B218;
  color: #fff;
  font-size: 1.375rem;
  padding-right: 0;
  /* -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg); */
  /* &::after {
        -webkit-transform: skewX(15deg);
        -moz-transform: skewX(15deg);
        -o-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
        transform: skewX(15deg);
    } */ }
.processes__header {
  display: flex;
  align-items: center; }
  .processes__header .accordion-button {
    background: transparent;
    padding: 0;
    transition: 0.3s; }
    .processes__header .accordion-button::after {
      display: none; }
    .processes__header .accordion-button span:not(.num) {
      text-decoration: underline;
      text-decoration-style: dashed;
      margin-left: 20px; }
      .processes__header .accordion-button span:not(.num):hover, .processes__header .accordion-button span:not(.num):focus {
        color: #FFFF00;
        text-decoration: underline;
        text-decoration-style: dashed; }
    .processes__header .accordion-button .num {
      flex-shrink: 0;
      height: 45px;
      line-height: 45px;
      width: 48px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      background-color: #21B218;
      color: #fff;
      font-size: 1.375rem;
      padding-right: 0;
      /* -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg); */
      /* &::after {
        -webkit-transform: skewX(15deg);
        -moz-transform: skewX(15deg);
        -o-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
        transform: skewX(15deg);
    } */ }
.processes .accordion-body {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  padding: 25px;
  margin-top: 20px; }
@media screen and (min-width: 768px) {
  .processes .accordion-button span:not(.num) {
    border-bottom: 1px dashed rgba(255, 255, 0, 0.7);
    text-decoration: none; }
    .processes .accordion-button span:not(.num):not(.num):hover, .processes .accordion-button span:not(.num):not(.num):focus {
      border-bottom-color: #FFFF00;
      text-decoration: none; }
  .processes .accordion-body {
    padding: 40px; } }

/*--------------------------------------------------------------
# Spec Section  
--------------------------------------------------------------*/
.spec .service-item {
  padding: 40px;
  background: #fff;
  height: 100%; }

.spec .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px; }

.spec .service-item .icon i {
  color: #FAF7F2;
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8; }

.spec .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0f1f2;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -15px;
  transition: 0.3s; }

.spec .service-item h3 {
  color: #21B218;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #FFFF00;
  transition: 0.3s; }

.spec .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0; }

.spec .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: #FFFF00; }

.spec .service-item:hover .icon:before {
  background: #FFFF00; }

/* .spec .service-item:hover h3 {
  border-color: $color-primary;
} */
/*--------------------------------------------------------------
# Callback Wrapper Section  
--------------------------------------------------------------*/
.callback-wrapper .callbak__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* .callback__desc {
            width: 50%;
        } */
  /*       & div:first-child {
            width: 450px;
        }
        & div:last-child {
//            flex-basis: 1200px
            width: 500px;
        }*/ }

.modal-header {
  align-items: baseline;
  border-bottom: none;
  padding: 10px 25px 10px 57px; }
  .modal-header h3 {
    text-align: center;
    margin-bottom: 0; }
  .modal-header .btn-close {
    padding-top: 9px;
    margin-left: 0.5rem; }
.modal-body {
  padding: 25px; }
  .modal form h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px; }
.modal input[type="text"], .modal input[type="tel"], .modal input[type="email"], .modal input[type="password"], .modal input[type="number"], .modal input[type="month"], .modal input[type="datetime-local"], .modal input[type="date"], .modal textarea {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 12px 15px;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .modal input[type="text"].is-invalid, .modal input[type="tel"].is-invalid, .modal input[type="email"].is-invalid, .modal input[type="password"].is-invalid, .modal input[type="number"].is-invalid, .modal input[type="month"].is-invalid, .modal input[type="datetime-local"].is-invalid, .modal input[type="date"].is-invalid, .modal textarea.is-invalid {
    border-color: #a51f18;
    margin-bottom: 0; }
.modal input[type="checkbox"].is-invalid + label::before {
  border-color: #a51f18;
  margin-bottom: 0; }
.modal textarea {
  margin: 0; }
.modal .invalid-feedback {
  padding-bottom: 15px; }

.mod-search {
  flex: 1; }

.mod-shop-search {
  position: relative; }
  .mod-shop-search__input {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    padding: 0.6rem 50px; }
    .mod-shop-search__input:focus {
      outline: none; }
  .mod-shop-search__btn, .mod-shop-search__adv_search_link-wrapper {
    position: absolute;
    top: 0; }
  .mod-shop-search__btn {
    right: 0;
    border-radius: 0 0.25rem 0.25rem 0; }
  .mod-shop-search__adv_search_link-wrapper {
    left: 0;
    bottom: 0; }
    .mod-shop-search__adv_search_link-wrapper a {
      height: 100%;
      display: flex;
      width: 50px;
      align-items: center;
      justify-content: center; }
      .mod-shop-search__adv_search_link-wrapper a.mod-shop-search__adv_search_link {
        color: #aaa; }
        .mod-shop-search__adv_search_link-wrapper a.mod-shop-search__adv_search_link:hover {
          color: #FFFF00; }

.carousel {
  height: 70vh;
  background: #1B8914;
  /* &-item {
        //padding: 30px 0 70px;
        //background: $color-default; //#3D444E;
    } */
  /* .btn-get-started {
        font-weight: 500;
        font-size: 16px;
        display: inline-block;
        padding: 10px 24px 11px 24px;
        border-radius: 50px;
        transition: 0.5s;
        color: #fff;
        background: $success-color;
    } */ }
  .carousel-wrapper {
    height: 100%;
    display: grid;
    /* background: $dark-color;
        padding: 30px; */ }
  .carousel-img {
    margin: 0; }
  .carousel-body {
    text-align: center;
    padding-top: 20px; }
  .carousel h2 {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: calc(24px + 24 * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    line-height: calc(32px + 16 * ((100vw - 320px) / (1920 - 320))); }
  .carousel h3 {
    color: rgba(255, 255, 255, 0.6);
    font-size: calc(16px + 8 * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(20px + 9 * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 20px; }
  .carousel a, .carousel a:hover, .carousel a:focus {
    border-bottom: none; }
  @media screen and (min-width: 768px) {
    .carousel {
      height: auto;
      background: transparent;
      /* h2 {
            margin-bottom: 50px;
        } */
      /* .btn-get-started {
            font-size: 18px;
            padding: 14px 32px 15px 32px;
        } */ }
      .carousel-item {
        padding: 40px 0; }
      .carousel-wrapper {
        align-items: stretch;
        grid-template-columns: repeat(2, 1fr);
        background: #1B8914; }
      .carousel-img {
        order: 2; }
      .carousel .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both; }
      .carousel-body {
        display: flex;
        align-items: center;
        position: relative;
        text-align: left;
        padding: 25px 40px 35px; }
      .carousel .carousel-button {
        display: flex;
        position: absolute;
        top: auto;
        bottom: 10px;
        left: 40px; }
      .carousel .carousel-control-prev, .carousel .carousel-control-next {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: auto; }
      .carousel .carousel-control-next {
        right: auto;
        margin-left: 15px; }
      .carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon {
        height: 1rem;
        width: 1rem; } }
@media screen and (min-width: 992px) {
  .carousel-item {
    padding: 70px 0; }
  .carousel-body {
    padding: 50px; }
  .carousel h2 {
    margin-bottom: 50px; }
  .carousel h3 {
    margin-bottom: 30px; }
  .carousel .carousel-button {
    bottom: 50px;
    left: 50px; }
  .carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon {
    height: 2rem;
    width: 2rem; } }

@keyframes up-down {
  0% {
    transform: translateY(10px); }
  100% {
    transform: translateY(-10px); } }

.com-content-article__body {
  max-width: 1024px;
  margin: 0 auto; }
  .com-content-article__body > h3 {
    margin: 30px 0 20px; }
  .com-content-article__body > h3:first-child {
    margin: 0 0 20px; }

/*   Страница Карта проектов */
.projects {
  display: grid;
  grid-template-columns: 100%;
  gap: 25px; }
  .projects__item {
    text-align: center; }
  .projects__title {
    display: inline;
    color: #21B218;
    font-size: 1.28rem;
    font-weight: 400;
    white-space: normal;
    margin-bottom: 0;
    border-color: transparent; }
    .projects__title:hover, .projects__title:focus {
      color: rgba(33, 178, 24, 0.8);
      border-color: rgba(33, 178, 24, 0.8); }
  .projects__body {
    font-size: 14px;
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    border: none;
    padding: 40px;
    z-index: 2;
    width: calc(100% - 2rem); }
  @media screen and (min-width: 768px) {
    .projects {
      grid-template-columns: repeat(2, 1fr); }
      .projects__item {
        text-align: left; }
      .projects .projects__body {
        width: auto; } }
@media screen and (min-width: 1200px) {
  .projects {
    grid-template-columns: repeat(4, 1fr); }
    .projects .projects__body {
      width: 655px; } }

.project__header {
  display: flex;
  background: transparent;
  padding: 0; }
  .project__header:hover, .project__header:focus {
    background: transparent; }
  .project__header p:not(.project__year) {
    margin-bottom: 0; }
.project__year {
  width: 50px;
  color: #21B218;
  box-sizing: content-box;
  margin-bottom: 5px; }
.project__name {
  width: calc(100% - 50px);
  color: rgba(255, 255, 0, 0.7);
  white-space: normal; }
  .project__name:hover, .project__name:focus {
    color: #FFFF00;
    cursor: pointer; }
.project__desc {
  width: calc(100% - 50px);
  margin-left: auto;
  padding: 10px 0; }
.project + .project {
  margin-top: 5px; }

.contacts {
  background: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  padding: 25px;
  border-radius: 0.4rem; }
  .contacts .list > li {
    padding-left: 3px; }
    .contacts .list > li + li {
      margin-top: 5px; }
  .contacts a {
    color: rgba(33, 178, 24, 0.8);
    border-bottom: none;
    text-decoration: none;
    padding-bottom: 0; }
    .contacts a:hover, .contacts a:focus {
      color: #21B218; }
  .contacts__addresses {
    padding-bottom: 25px; }
  .contacts__map {
    margin: 0 -25px -25px -25px; }

@media (min-width: 992px) {
  .contacts {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .contacts__addresses {
    width: 30%;
    padding-bottom: 0; }
  .contacts__map {
    width: 70%;
    margin-top: -25px; } }

/*   Страница ЦБА */
.cba .modifications {
  display: grid;
  gap: 25px;
  justify-content: center; }
  .cba .modifications li {
    text-align: center; }
  .cba .modifications p {
    color: #21B218;
    margin-top: 10px; }
@media screen and (min-width: 768px) {
  .cba .modifications {
    grid-template-columns: repeat(2, 1fr); }
    .cba .modifications li:last-child img {
      margin-left: 40px; } }
@media screen and (min-width: 992px) {
  .cba .modifications li:last-child img {
    margin-left: 95px; } }

#mxcpr {
  display: none; }

.block_sorting_count_to_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 25px; }
  .block_sorting_count_to_page .control-label {
    margin-right: 15px; }
  .block_sorting_count_to_page .input-group {
    display: flex;
    align-items: center; }
    .block_sorting_count_to_page .input-group select {
      border-radius: 0.25rem !important; }
      .block_sorting_count_to_page .input-group select:focus {
        box-shadow: none;
        border-color: inherit; }
  .block_sorting_count_to_page .icon-arrow {
    margin-left: 15px !important; }

.jshop .row-fluid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px; }
@media screen and (min-width: 390px) {
  .jshop .row-fluid[class*=sblock] {
    grid-template-columns: repeat(2, calc(50% - 15px));
    margin-right: -15px; } }
@media screen and (min-width: 992px) {
  .jshop .row-fluid[class*=sblock] {
    grid-template-columns: repeat(3, calc(33.3333% - 15px)); } }
@media screen and (min-width: 1200px) {
  .jshop .row-fluid.sblock3 {
    grid-template-columns: repeat(3, calc(33.3333% - 15px)); }
  .jshop .row-fluid.sblock4 {
    grid-template-columns: repeat(4, calc(25% - 15px)); }
  .jshop .row-fluid.sblock5 {
    grid-template-columns: repeat(5, calc(20% - 15px)); }
  .jshop .row-fluid.sblock6 {
    grid-template-columns: repeat(6, calc(16.6666% - 15px)); } }

/* Категории */
.jshop_list_category_inside {
  margin-bottom: 25px; }

.jshop_categ {
  background: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  padding: 25px;
  border-radius: 0.4rem; }
  .jshop_categ a {
    border-bottom: none;
    text-decoration: none; }
  .jshop_categ .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    overflow: hidden;
    margin: -25px -25px 15px -25px;
    border-radius: 0.8rem 0.8rem 0 0; }
    .jshop_categ .image a {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .jshop_categ .jshop_img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .jshop_categ .category_info {
    overflow: hidden; }
  .jshop_categ .category_name {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1920 - 320)));
    text-align: center; }
    .jshop_categ .category_name a {
      color: #333; }
      .jshop_categ .category_name a:hover {
        color: #21B218; }

/* Список товаров */
.jshop_list_product .submit_product_list_filter {
  padding: 0.4rem 0.8rem; }
.jshop_list_product .block_product {
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  padding: 25px;
  border-radius: 0.4rem; }
.jshop_list_product .product {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%; }
.jshop_list_product a {
  border-bottom: none;
  text-decoration: none; }
.jshop_list_product .image {
  position: relative;
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin: -25px -25px 15px -25px;
  border-radius: 0.8rem 0.8rem 0 0; }
  .jshop_list_product .image a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
.jshop_list_product .jshop_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 0.8rem 0.8rem 0 0; }
.jshop_list_product .product_label {
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 1; }
.jshop_list_product .oiproduct {
  flex: 1; }
.jshop_list_product .name {
  font-size: calc(14px + 4 * ((100vw - 320px) / (1920 - 320)));
  height: calc((14px + 4 * ((100vw - 320px) / (1920 - 320))) * 3);
  overflow: hidden;
  margin-bottom: 5px; }
  .jshop_list_product .name a {
    color: #333; }
    .jshop_list_product .name a:hover {
      color: #21B218; }
.jshop_list_product .jshop_code_prod, .jshop_list_product .manufacturer_name, .jshop_list_product .manufacturer_code {
  font-size: 0.875rem;
  color: #aaa;
  margin-bottom: 5px; }
.jshop_list_product .available, .jshop_list_product .not_available {
  margin-bottom: 5px; }
.jshop_list_product .available {
  color: #448344; }
.jshop_list_product .not_available {
  color: #a51f18; }
.jshop_list_product .old_price {
  font-size: 0.875rem;
  color: #aaa;
  text-decoration: line-through;
  line-height: 1.2; }
.jshop_list_product .jshop_price {
  font-size: calc(18px + 6 * ((100vw - 320px) / (1920 - 320)));
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px; }
.jshop_list_product .qty_in_stock {
  font-size: 0.875rem;
  color: #aaa;
  margin-bottom: 5px; }
.jshop_list_product .description {
  margin-bottom: 5px; }
.jshop_list_product .buttons {
  display: flex;
  flex-wrap: wrap; }
.jshop_list_product__controls {
  display: flex;
  gap: 10px;
  margin-top: 15px; }
.jshop_list_product__quantity_wrapper, .jshop_list_product .button_buy {
  font-size: 0.86rem; }
.jshop_list_product__quantity_wrapper {
  flex-basis: 40%; }
.jshop_list_product__quantity {
  padding: 0.6rem; }
.jshop_list_product .button_buy {
  flex-basis: 60%;
  padding: 0.6rem; }
.jshop_list_product .button_buy, .jshop_list_product .button_detail {
  display: flex;
  align-items: center;
  justify-content: center; }
.jshop_list_product .button_detail {
  flex: 1;
  font-size: 0.86rem;
  margin-top: 15px; }
@media screen and (min-width: 575px) {
  .jshop_list_product .submit_product_list_filter {
    max-width: none; } }

/* Карточка товара */
.productfull .block_rating_hits table {
  width: auto; }
.productfull .image_middle {
  position: relative; }
  .productfull .image_middle:hover .text_zoom {
    color: #fff; }
.productfull .product_label {
  position: absolute;
  top: 10px;
  left: 10px; }
.productfull .image {
  height: 100%;
  width: 100%;
  object-fit: cover; }
.productfull .text_zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }
.productfull .image_thumb_list {
  margin-top: 20px; }
.productfull #list_product_image_thumb {
  display: flex;
  gap: 15px; }
.productfull .jshop_oiproduct {
  margin-top: 25px; }
.productfull .jshop_code_prod, .productfull .manufacturer_name, .productfull .manufacturer_code {
  color: #aaa;
  margin-bottom: 10px; }
.productfull .old_price {
  color: #aaa;
  margin-bottom: 5px; }
.productfull .prod_price {
  font-size: calc(24px + 8 * ((100vw - 320px) / (1920 - 320)));
  color: #000;
  font-weight: 700;
  margin-bottom: 10px; }
.productfull .available, .productfull .not_available {
  margin-bottom: 10px; }
.productfull .available {
  color: #448344; }
.productfull .not_available {
  color: #a51f18; }
.productfull .prod_qty {
  display: none; }
.productfull .prod_qty_input input {
  width: 115px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  outline: none; }
.productfull .prod_buttons {
  display: flex;
  gap: 15px;
  margin-top: 25px; }
.productfull .jshop_prod_description {
  margin-top: 30px; }
  .productfull #jquery-lightbox a {
    border-bottom: none;
    text-decoration: none; }
@media screen and (min-width: 992px) {
  .productfull .jshop_oiproduct {
    padding-left: 25px;
    margin-top: 0; } }

/* Карточка товаров */
.jshop_cart .cart_empty_text, .cartcheckout .cart_empty_text {
  margin-bottom: 20px; }
.jshop_cart_table_wrapper, .cartcheckout_table_wrapper {
  overflow: auto; }
.jshop_cart_table, .cartcheckout_table {
  text-align: center; }
.jshop_cart_table .jshop_img_description_center, .cartcheckout_table .jshop_img_description_center {
  width: 120px; }
.jshop_cart_table .jshop_img_description_center a, .cartcheckout_table .jshop_img_description_center a {
  border-bottom: none;
  text-decoration: none; }
.jshop_cart_table .mobile-cart-inline, .cartcheckout_table .mobile-cart-inline {
  display: none; }
.jshop_cart_table .inputbox, .cartcheckout_table .inputbox {
  width: 90px;
  max-width: 100%;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #ced4da;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.6rem 0.3rem 0.6rem 1rem;
  outline: none; }
.jshop_cart_table .cart_reload, .cartcheckout_table .cart_reload {
  margin-left: 5px; }
.jshop_cart_table td.product_name, .cartcheckout_table td.product_name {
  text-align: left; }
.jshop_cart_table .jshop_code_prod, .cartcheckout_table .jshop_code_prod {
  color: #aaa;
  font-size: 0.875rem;
  padding-left: 8px; }
.jshop_cart_table td.quantity .data, .cartcheckout_table td.quantity .data {
  display: flex;
  align-items: center; }
.jshop_cart .qtyval, .cartcheckout .qtyval {
  margin: 0 auto; }
.jshop_cart .cart_buttons, .cartcheckout .cart_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px; }
@media screen and (min-width: 768px) {
  .jshop_cart .cart_buttons, .cartcheckout .cart_buttons {
    justify-content: space-between; } }

.jshop_subtotal {
  width: auto;
  font-size: 1.375rem;
  font-weight: 600;
  text-align: right;
  margin: 15px auto; }
@media screen and (min-width: 768px) {
  .jshop_subtotal {
    margin-right: 0; } }

.jshop_order_step_list {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px; }
@media screen and (min-width: 768px) {
  .jshop_order_step_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 25px; } }

.address_block .control-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px; }
  .address_block .control-group + .control-group {
    margin-top: 20px; }
.address_block .control-label span {
  color: #dc3545; }
.address_block .requiredtext {
  color: #aaa;
  font-size: 0.875rem; }
  .address_block .requiredtext span {
    color: #dc3545; }
@media screen and (min-width: 768px) {
  .address_block .control-group {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
  .address_block .control-label {
    width: 210px; }
  .address_block .controls {
    flex: 1; } }

.checkout_payment_block_buttons {
  margin-top: 20px; }

.jshop_payment_method {
  overflow: auto; }
  .jshop_payment_method th, .jshop_payment_method td {
    padding: 8px 0; }
  .jshop_payment_method .inputbox {
    width: max(210px, 100%);
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.6rem 1rem;
    font-size: 16px;
    line-height: 1.5;
    outline: none; }

.checkout_shipping_block_buttons {
  margin-top: 20px; }

.checkoutinfo {
  margin-bottom: 20px; }
  .checkoutinfo > * {
    margin-bottom: 10px; }

.pfinish_comment_block > * {
  margin-bottom: 10px; }
.pfinish_comment_block .inputbox {
  height: 120px;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.6rem 1rem;
  font-size: 16px;
  line-height: 1.5;
  outline: none; }
.pfinish_comment_block .box_button {
  margin-top: 20px; }

.jshop_end_order {
  font-size: calc(24px + 8 * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600; }

.ais_jshop_module_cart.btn {
  margin-bottom: 0 !important; }
@media screen and (max-width: 767px) {
  .ais_jshop_module_cart {
    color: #fff;
    background-color: transparent;
    border: none; } }

.mod-jshop-category {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px; }
  .mod-jshop-category .mod-jshop-category__link {
    border-bottom: none;
    text-decoration: none;
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    padding: 25px;
    border-radius: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    color: #333; }
    .mod-jshop-category .mod-jshop-category__link:hover {
      color: #21B218; }
  .mod-jshop-category__img {
    aspect-ratio: 1;
    margin: -25px -25px 15px -25px;
    border-radius: 0.8rem 0.8rem 0 0; }
    .mod-jshop-category__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .mod-jshop-category__name {
    flex: 1;
    font-size: calc(14px + 4 * ((100vw - 320px) / (1920 - 320)));
    min-height: calc((14px + 4 * ((100vw - 320px) / (1920 - 320))) * 3);
    text-align: center;
    overflow: hidden; }
  @media screen and (min-width: 390px) {
    .mod-jshop-category[class*=sblock] {
      grid-template-columns: repeat(2, calc(50% - 15px));
      margin-right: -15px; } }
@media screen and (min-width: 992px) {
  .mod-jshop-category[class*=sblock] {
    grid-template-columns: repeat(3, calc(33.3333% - 15px)); } }
@media screen and (min-width: 1200px) {
  .mod-jshop-category.sblock3 {
    grid-template-columns: repeat(3, calc(33.3333% - 15px)); }
  .mod-jshop-category.sblock4 {
    grid-template-columns: repeat(4, calc(25% - 15px)); }
  .mod-jshop-category.sblock5 {
    grid-template-columns: repeat(5, calc(20% - 15px)); }
  .mod-jshop-category.sblock6 {
    grid-template-columns: repeat(6, calc(16.6666% - 15px)); } }

.mod-label-products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px; }
  .mod-label-products .block_item {
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    padding: 25px;
    border-radius: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%; }
  .mod-label-products a {
    border-bottom: none;
    text-decoration: none; }
  .mod-label-products .image {
    aspect-ratio: 1;
    margin: -25px -25px 15px -25px;
    border-radius: 0.8rem 0.8rem 0 0;
    overflow: hidden; }
    .mod-label-products .image_block {
      height: 100%; }
    .mod-label-products .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .mod-label-products .product_label {
    position: absolute;
    top: 10px;
    left: -5px;
    z-index: 1; }
  .mod-label-products__body {
    flex: 1; }
  .mod-label-products .name {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1920 - 320)));
    height: calc((14px + 4 * ((100vw - 320px) / (1920 - 320))) * 3);
    overflow: hidden;
    margin-bottom: 10px; }
    .mod-label-products .name a {
      color: #333; }
      .mod-label-products .name a:hover {
        color: #21B218; }
  .mod-label-products .jshop_code_prod {
    font-size: 0.875rem;
    color: #aaa;
    margin-bottom: 5px; }
  .mod-label-products .old_price {
    font-size: 0.875rem;
    color: #aaa;
    text-decoration: line-through;
    line-height: 1.2; }
  .mod-label-products .jshop_price {
    font-size: calc(18px + 6 * ((100vw - 320px) / (1920 - 320)));
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px; }
  .mod-label-products .buttons {
    display: flex;
    flex-wrap: wrap; }
  .mod-label-products__controls {
    display: flex;
    gap: 10px;
    margin-top: 15px; }
  .mod-label-products__quantity_wrapper, .mod-label-products .button_buy {
    font-size: 0.86rem; }
  .mod-label-products__quantity_wrapper {
    flex-basis: 40%; }
  .mod-label-products__quantity {
    padding: 0.6rem; }
  .mod-label-products .button_buy {
    flex-basis: 60%;
    padding: 0.6rem; }
  .mod-label-products .button_detail {
    flex: 1;
    font-size: 0.86rem;
    margin-top: 15px; }
  @media screen and (min-width: 390px) {
    .mod-label-products[class*=sblock] {
      grid-template-columns: repeat(2, calc(50% - 15px));
      margin-right: -15px; } }
@media screen and (min-width: 992px) {
  .mod-label-products[class*=sblock] {
    grid-template-columns: repeat(3, calc(33.3333% - 15px)); } }
@media screen and (min-width: 1200px) {
  .mod-label-products.sblock3 {
    grid-template-columns: repeat(3, calc(33.3333% - 15px)); }
  .mod-label-products.sblock4 {
    grid-template-columns: repeat(4, calc(25% - 15px)); }
  .mod-label-products.sblock5 {
    grid-template-columns: repeat(5, calc(20% - 15px)); }
  .mod-label-products.sblock6 {
    grid-template-columns: repeat(6, calc(16.6666% - 15px)); } }

.category-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .category-list ul li:not(:last-child) {
    margin-bottom: 10px; }
.category-list a {
  border-bottom: none;
  text-decoration: none; }

/* .sidebar {
    .jshop_menu_level_1,
    .jshop_menu_level_2 {
        display: none;
    }
} */
.mod-jshop-category__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); */
  width: 22px;
  height: 22px;
  color: #ddd;
  font-size: 21px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box; }
  .mod-jshop-category__toggle:hover {
    color: #fff;
    background-color: #21B218;
    border-color: #21B218;
    cursor: pointer; }

.mod-articlesnews-horizontal li {
  background: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  padding: 25px;
  border-radius: 0.4rem; }
.mod-articlesnews-horizontal .newsflash-image {
  border-radius: 0.4rem 0.4rem 0 0;
  /* margin: -25px -25px 0 -25px; */ }
  .mod-articlesnews-horizontal .newsflash-image img {
    height: 100%;
    object-fit: cover; }
@media screen and (min-width: 992px) {
  .mod-articlesnews-horizontal li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px; }
  .mod-articlesnews-horizontal .newsflash-image {
    flex-basis: 50%;
    border-radius: 0.4rem 0 0 0.4rem;
    /* margin: -25px 0 -25px -25px; */
    margin-bottom: 0; }
  .mod-articlesnews-horizontal .newsflash-body {
    flex-basis: 50%; } }

.login_block .small_header {
  font-size: calc(24px + 8 * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px; }
.login_block .logintext {
  font-size: calc(18px + 6 * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin-bottom: 20px; }
.login_block .control-elms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px; }
  .login_block .control-elms + .control-elms {
    margin-top: 20px; }
.login_block .text_pay_without_reg {
  display: block;
  margin-top: 30px; }
.login_block .btn {
  margin-bottom: 0; }
@media screen and (min-width: 768px) {
  .login_block .control-elms {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
  .login_block .control-label {
    width: 150px; }
  .login_block .controls {
    flex: 1; } }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*
.hero {
    width: 100%;
    height: 100vh;
    background: #3D444E;
    .container {
        padding-top: 50px;
    }
    h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #fff;
    }
    h2 {
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 50px;
        font-size: 24px;
    }
    a,
    a:hover,
    a:focus {
        border-bottom: none;
        // padding-bottom: 0; 
    }

}

.hero .btn-get-started {
//  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 18px;
//  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px 15px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: $success-color;
}

.hero .btn-get-started:hover {
  background: #fff;
  color: #000;

}

.hero .btn-watch-video {
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
  
}

.hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 48px;
  transition: 0.3s;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: $success-color;
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  .hero {
    height: 100vh;
    text-align: center;
    .container {
        padding-top: 30px;
    }
  }

  .hero .animated {
    animation: none;
  }
  
    .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .hero-img {
    text-align: center;
  }

  .hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .hero-img img {
    width: 70%;
    }
   .hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@media (max-width: 575px) {
  .hero .hero-img img {
    width: 80%;
  }

  .hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
*/
/*# sourceMappingURL=/media/templates/site/cassiopeia_gzo/css/user.css.map */