@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   */
/*   Font   */
body {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Open Sans', Arial, sans-serif;
  background: #f5f6f7; }

.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(226, 100, 77, 0.7);
  border-bottom: 1px solid rgba(226, 100, 77, 0.7);
  text-decoration: none; }
  a:not(.btn):hover, a:not(.btn):focus, .link:hover, .link:focus {
    color: #e2644d;
    border-bottom-color: #e2644d;
    text-decoration: none; }

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

.btn-primary {
  background-color: #e2644d;
  border-color: #e2644d; }
  .btn-primary:hover {
    background-color: rgba(226, 100, 77, 0.8);
    border-color: rgba(226, 100, 77, 0.8);
    box-shadow: none; }
  .btn-primary:focus, .btn-primary:disabled, .btn-primary:active, .btn-primary:active:focus {
    color: #fff;
    background-color: #e2644d;
    border-color: #e2644d;
    box-shadow: none; }
  .btn-primary-border {
    color: #e2644d;
    background-color: #fff;
    border: 1px solid #e2644d; }
    .btn-primary-border:hover {
      color: rgba(226, 100, 77, 0.8);
      background-color: #fff;
      border-color: rgba(226, 100, 77, 0.8); }
    .btn-primary-border:focus, .btn-primary-border:disabled, .btn-primary-border:active, .btn-primary-border:active:focus {
      color: #e2644d;
      background-color: #fff;
      border-color: #e2644d;
      box-shadow: none; }

.btn-success {
  background-color: #46647f;
  border-color: #46647f; }
  .btn-success:hover {
    background-color: rgba(70, 100, 127, 0.8);
    border-color: rgba(70, 100, 127, 0.8);
    box-shadow: none; }
  .btn-success:focus, .btn-success:disabled, .btn-success:active, .btn-success:active:focus {
    color: #fff;
    background-color: #46647f;
    border-color: #46647f;
    box-shadow: none; }
  .btn-success-border {
    color: #46647f;
    background-color: #fff;
    border: 1px solid #46647f; }
    .btn-success-border:hover {
      color: rgba(70, 100, 127, 0.8);
      background-color: #fff;
      border-color: rgba(70, 100, 127, 0.8); }
    .btn-success-border:focus, .btn-success-border:disabled, .btn-success-border:active, .btn-success-border:active:focus {
      color: #46647f;
      background-color: #fff;
      border: 1px solid #46647f;
      box-shadow: none; }

.btn-contrast-border {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6); }
  .btn-contrast-border:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .btn-contrast-border:focus, .btn-contrast-border:disabled, .btn-contrast-border:active, .btn-contrast-border:active:focus {
    color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: none; }

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

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

.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: #46647f;
  background-color: #46647f;
  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: #46647f;
  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: #46647f !important; }

.list {
  list-style: none;
  padding: 0; }
  .list_num li {
    display: flex;
    align-items: center; }
    .list_num li + li {
      margin-top: 10px; }
  .list__num {
    flex-shrink: 0;
    height: 45px;
    line-height: 45px;
    width: 48px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: #46647f;
    color: #fff;
    font-size: 1.375rem;
    padding-right: 0;
    margin-right: 10px; }

/* .list_check {
    li {
        position: relative;
        padding-left: 30px;
        &::before {
            content: '\f336';
            position: absolute;
            width: 20px;
            height: 20px;
            top: 5px;
            left: 0;
            font-family: 'FontAwesome';
        }
    }
} */
.panel {
  background: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  padding: 25px; }

/*  Title  */
.page-header {
  margin-bottom: 30px; }
  .page-header h1 {
    position: relative;
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    padding-bottom: 15px;
    font-weight: 400; }
    .page-header h1::after {
      content: "";
      position: absolute;
      display: block;
      width: 80px;
      height: 4px;
      background: #e2644d;
      left: 0;
      right: 0;
      bottom: 0; }
  @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: #e2644d;
      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;
  padding-bottom: 30px;
  font-weight: 500;
  margin-bottom: 0; }
@media screen and (min-width: 360px) {
  .mod-title::before, .mod-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #e2644d;
    display: inline-block; }
  .mod-title::before {
    margin-right: 15px; }
  .mod-title::after {
    margin-left: 15px; } }
@media screen and (min-width: 768px) {
  .mod-title {
    padding-bottom: 50px; }
    .mod-title::before, .mod-title::after {
      width: 50px; } }
@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: #e2644d;
    left: 0;
    bottom: 0; }

.menu_no-img .icon-services, .menu_no-img img {
  display: none; }

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

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

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

/*--------------------------------------------------------------
# Whatsapp widget
--------------------------------------------------------------*/
.whatsapp-plugin__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 45px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  background-color: #25d366;
  border-radius: 50%;
  z-index: 999; }

.whatsapp-plugin__img {
  display: inline-block;
  height: 35px;
  width: 32px;
  background-image: url(/../images/icons/whatsapp-plugin.png);
  background-size: cover;
  background-position: center; }

.whatsapp-plugin__link::after {
  content: " ";
  display: block;
  position: absolute;
  border: 1px solid #25d366;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate-circle 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden; }

@keyframes animate-circle {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

.header {
  color: #d3d3d3;
  background: #223141; }
  .header a:not(.btn) {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: none;
    padding-bottom: 0; }
  .header a:not(.btn):hover, .header a:not(.btn):focus {
    color: #fff;
    border-bottom: none;
    padding-bottom: 0; }
  .header .dropdown-menu {
    background: #223141;
    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 {
      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: #1b2733; }

.container-below-top {
  justify-content: space-between;
  display: none; }
  .container-below-top a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none; }
    .container-below-top a:hover, .container-below-top a:focus {
      color: #fff;
      transform: 0.3s;
      text-decoration: none; }
    .container-below-top a + a {
      padding-left: 15px; }
  @media screen and (min-width: 768px) {
    .container-below-top {
      display: flex; } }

.container-navbar-brand {
  justify-content: space-between; }

.navbar-brand-section .container-navbar-brand {
  padding: 15px 0.5em; }

.brand-logo {
  width: min(55%, 231px); }

.brand-description {
  display: flex;
  justify-content: space-between;
  align-items: center; }

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

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

.footer {
  color: rgba(255, 255, 255, 0.6);
  background: #223141;
  text-align: center;
  margin-top: 35px; }
  .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; }
  .footer .grid-child > *:not(:first-child) {
    margin-top: 20px; }
.footer .mod-list li a {
  border-bottom: none;
  text-decoration: none; }
.footer .mod-list li.active > a {
  color: #fff;
  border-bottom: none;
  text-decoration: none; }
.footer .fa {
  padding: 0 !important; }
@media screen and (min-width: 992px) {
  .footer {
    text-align: left;
    margin-top: 50px; }
    .footer .grid-child {
      align-items: flex-start; }
      .footer .grid-child > *:not(:first-child) {
        margin-top: 0; } }

.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;
      /* &.parent {
                position: relative;
                & > a {
                    padding-right: 19px;
                }
                & > .mm-toggler {
                    position: absolute;
                    right: 0;
                }
            }
            .mm-toggler {
                &:focus {
                    outline: none;
                }
                &::before {
                    display: none;
                }
                &::after {
                    border-left-width: .3em;
                    border-right-width: .3em;
                    border-top-width: .3em;
                }
            } */ }
      .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; }
        .mod-main-menu .main-menu > li > a:hover, .mod-main-menu .main-menu > li > a:focus {
          color: #fff;
          transition: 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: #e2644d;
          opacity: 1;
          bottom: -6px; }
        .mod-main-menu .main-menu > li > a .fa {
          padding: 0 !important; }
      .mod-main-menu .main-menu > li.active a {
        color: #fff;
        text-decoration: none !important; }
        .mod-main-menu .main-menu > li.active a::after {
          background: #e2644d;
          opacity: 1;
          bottom: -6px; }
      .mod-main-menu .main-menu > li .nav-header {
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Roboto', 'Open Sans', Arial, sans-serif; }
        .mod-main-menu .main-menu > li .nav-header:hover, .mod-main-menu .main-menu > li .nav-header:focus {
          color: #fff;
          transition: 0.3s;
          outline: none; }
    .mod-main-menu .main-menu.main-menu .metismenu-item > ul {
      width: min(50vw, 300px);
      min-width: auto;
      background: #223141;
      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;
          transition: 0.3s;
          outline: none !important; }
    .mod-main-menu .main-menu.metismenu .metismenu-item > a:hover {
      text-decoration: none; }
      .mod-main-menu .main-menu.metismenu > li > button {
        overflow: initial;
        transition: 0.3s; }
        .mod-main-menu .main-menu.metismenu > li > button:hover::before, .mod-main-menu .main-menu.metismenu > li > button:focus::before {
          background: #e2644d;
          opacity: 1;
          bottom: -6px; }
      .mod-main-menu .main-menu.metismenu > li > button:not(.mm-collapsed)::before {
        background: #e2644d;
        opacity: 1;
        bottom: -6px;
        left: 0;
        right: 0; }
    .mod-main-menu .main-menu.metismenu > li.active > button::before {
      background: #e2644d;
      left: 50%;
      right: 50%; }
      .mod-main-menu .main-menu.metismenu > li.active > button:hover::before, .mod-main-menu .main-menu.metismenu > li.active > button:focus::before, .mod-main-menu .main-menu.metismenu > li.active > button:not(.mm-collapsed)::before {
        left: 0;
        right: 0; }
  @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: #223141;
      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: 70px; }
    .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;
          text-decoration: none; }
        .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-link {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    border-bottom: none;
    text-decoration: none;
    /* &::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-link_icon {
      display: flex;
      align-items: center;
      padding: 25px; }
      .menu_panel-box-link_icon .menu_panel-box-title {
        padding: 0 0 0 15px; }
      .menu_panel-box-link_icon:hover {
        background-color: #46647f; }
        .menu_panel-box-link_icon:hover .menu_panel-box-title {
          color: #fff; }
        .menu_panel-box-link_icon:hover .icon-services {
          background-position: -1216px 0px; }
  .menu_panel-box .menu_panel-box-link {
    border-bottom: none;
    text-decoration: none; }
    .menu_panel-box .menu_panel-box-link_icon {
      padding-bottom: 25px; }
  .menu_panel-box-img-wrapper {
    aspect-ratio: 1;
    width: 40%;
    overflow: hidden; }
  .menu_panel-box-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .menu_panel-box-title {
    color: #46647f;
    flex: 1;
    padding: 25px 40px 25px 25px; }
  @media screen and (min-width: 768px) {
    .menu_panel-box {
      display: grid;
      gap: 20px;
      grid-template-columns: repeat(2, 1fr);
      margin: 0; }
      .menu_panel-box-link {
        flex-direction: column;
        align-items: initial;
        justify-content: flex-end;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06); }
        .menu_panel-box-link_icon {
          flex-direction: row;
          align-items: center; }
      .menu_panel-box-img-wrapper {
        aspect-ratio: 1.5;
        width: auto; }
      .menu_panel-box-title {
        padding: 25px;
        text-align: center; } }
@media screen and (min-width: 992px) {
  .menu_panel-box {
    grid-template-columns: repeat(3, 1fr); }
    .menu_panel-box-link_icon {
      padding: 35px 50px; }
      .menu_panel-box .menu_panel-box-link_icon {
        padding-bottom: 35px; } }

.icon-services {
  width: 64px;
  height: 64px;
  background-size: cover; }

.icon-services_otogrev {
  background-image: url(/images/services/icons/otogrev_sprite.png); }

.icon-services_podklyucheniye {
  background-image: url(/images/services/icons/podklyucheniye_SNT_sprite.png); }

.icon-services_prokol {
  background-image: url(/images/services/icons/prokol_sprite.png); }

.icon-services_gnb {
  background-image: url(/images/services/icons/gnb_sprite.png); }

.icon-services_kanalizatsiya_v_dom {
  background-image: url(/images/services/icons/kanalizatsiya_v_dom_sprite.png); }

.icon-services_vodoprovod_v_dom {
  background-image: url(/images/services/icons/vodoprovod_v_dom_sprite.png); }

.icon-services_zamena_vypuska {
  background-image: url(/images/services/icons/zamena_vypuska_sprite.png); }

.breadcrumb a {
  color: rgba(70, 100, 127, 0.7);
  border-bottom: none;
  padding-bottom: 0; }
  .breadcrumb a:hover, .breadcrumb a:focus {
    color: #46647f; }

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

.hero {
  width: 100%;
  padding: 30px 0 70px;
  background: #3D444E; }
  .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; }

.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: #e2644d; }

.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: #e2644d; }

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

@media (max-width: 991px) {
  .hero {
    padding: 15px 0 35px;
    text-align: center; }
  .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); } }

.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;
    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; }
  .mod-shop-search__adv_search_link-wrapper {
    left: 0; }
  .mod-shop-search__adv_search_link {
    color: #aaa; }

.carousel {
  background: #3D444E;
  padding: 30px 0 70px; }
  .carousel-body {
    display: grid;
    gap: 50px; }
  .carousel figure {
    margin-bottom: 0; }
  .carousel-content {
    text-align: center; }
  .carousel h1 {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: calc(28px + 20 * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    line-height: calc(36px + 20 * ((100vw - 320px) / (1920 - 320))); }
  .carousel h2 {
    color: rgba(255, 255, 255, 0.6);
    font-size: calc(18px + 6 * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(24px + 5 * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 30px; }
  .carousel a, .carousel a:hover, .carousel a:focus {
    border-bottom: none; }
  .carousel .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: #e2644d; }
  @media screen and (min-width: 768px) {
    .carousel-body {
      align-items: center;
      grid-template-columns: repeat(2, 1fr); }
    .carousel-img {
      order: 2; }
    .carousel .animated {
      animation: up-down 2s ease-in-out infinite alternate-reverse both; }
    .carousel-content {
      text-align: left; }
    .carousel h2 {
      margin-bottom: 50px; }
    .carousel .btn-get-started {
      font-size: 18px;
      padding: 14px 32px 15px 32px; }
      .carousel .btn-get-started:hover {
        color: #fff; } }

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

iframe {
  max-width: 100%; }

.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; }
  .com-content-article__body > h2, .com-content-article__body > h3 {
    color: #46647f; }
    .com-content-article__body > h2::before, .com-content-article__body > h3::before {
      content: '';
      font-family: Font Awesome\ 5 Free;
      font-weight: 900;
      margin-right: 10px; }

.contacts {
  background: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  padding: 25px; }
  .contacts .list > li {
    padding-left: 3px; }
    .contacts .list > li + li {
      margin-top: 5px; }
  .contacts a {
    color: rgba(70, 100, 127, 0.7);
    border-bottom: none;
    text-decoration: none;
    padding-bottom: 0; }
    .contacts a:hover, .contacts a:focus {
      color: #46647f; }
  .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; }
    .contacts__map iframe {
      height: 100%; } }

.blog-items[class*=" masonry-"], .blog-items[class^=masonry-] {
  display: grid; }
  .blog-item .page-header {
    margin-bottom: 0; }
    .blog-item .page-header > * {
      font-size: calc(24px + 8 * ((100vw - 320px) / (1920 - 320))); }
    .blog-item .page-header a {
      color: #333;
      border-bottom: none;
      text-decoration: none; }
.blog .boxed .blog-item {
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .blog-items:not(.image-left) .item-image {
    aspect-ratio: 1.5;
    overflow: hidden; }
  .blog-items:not(.image-left) img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
    .blog-items:not(.image-left) .page-header > * {
      font-size: calc(18px + 4 * ((100vw - 320px) / (1920 - 320)));
      text-align: center; }
.blog-item .item-image {
  margin-top: 0; }
@media screen and (min-width: 768px) {
  .blog-items[class*=" masonry-"], .blog-items[class^=masonry-] {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 992px) {
  .blog-items.masonry-2 {
    grid-template-columns: repeat(2, 1fr); }
  .blog-items.masonry-3 {
    grid-template-columns: repeat(3, 1fr); }
  .blog-items.masonry-4 {
    grid-template-columns: repeat(4, 1fr); }
  .blog-items.masonry-5 {
    grid-template-columns: repeat(5, 1fr); }
  .blog-items.masonry-6 {
    grid-template-columns: repeat(6, 1fr); }
  .blog .image-left .blog-item .item-image, .blog .image-right .blog-item .item-image {
    position: relative;
    flex: 1 0 30%; }
    .blog .image-left .blog-item .item-image img, .blog .image-right .blog-item .item-image img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; } }

[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;
  padding: 30px; }
  .sidebar__header {
    border-bottom: 2px solid #ddd; }
    .sidebar__header span {
      border-bottom: 2px solid #e2644d;
      padding-bottom: 15px;
      display: inline-block;
      margin-bottom: -2px; }
  .sidebar a {
    color: rgba(70, 100, 127, 0.7); }
  .sidebar a:hover, .sidebar a:focus {
    color: #46647f; }

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

/* -----------------
mod toc
------------------ */
@media screen and (max-width: 991px) {
  .mod-main-menu {
    order: 2;
    margin-left: 8px; } }

.mod-contacts-header {
  margin-left: 70px; }
@media screen and (max-width: 991px) {
  .mod-contacts-header {
    order: 1;
    margin-left: 15px; }
    .mod-contacts-header a:not(.btn) {
      color: #fff; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .mod-contacts-header {
    display: none; } }

.mod-toc__item {
  margin-bottom: 0.5rem; }
.mod-toc .mod-toc__link {
  color: rgba(70, 100, 127, 0.7);
  border-bottom: none;
  text-decoration: none; }
  .mod-toc .mod-toc__link:hover, .mod-toc .mod-toc__link:focus {
    color: #46647f; }

.mod-about-us {
  font-size: 1.1rem; }
/*# sourceMappingURL=/media/templates/site/cassiopeia_gzo/css/user.css.map */