.element-hidden,
.hidden {
  display: none;
}

#synapse-custom-ajax-cover {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 0;
  height: 0;
}

.form-item-gdpr-warning .description {
  display: inline-block;
}

.modal-dialog {
  max-width: 500px;
}
.modal-content {
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 50px 65px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
}
.modal-header {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 35px;
}
.modal-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.modal-text {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 15px;
}
.modal-body {
  padding: 0 0 20px;
}
.modal-close {
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s;
}
.modal-close:hover {
  opacity: 1;
  color: #fff;
  background-color: #AC182D;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal .form-actions {
  margin: 0 !important;
  text-align: center;
}
.modal form {
  max-width: 360px;
  margin: 0 auto;
}

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px;
}
@media (max-width: 767.98px) {
  #manager-menu {
    display: none !important;
  }
}
#manager-menu .contextual {
  display: none;
}
#manager-menu .toggle-manager {
  position: relative;
  z-index: 3;
  max-width: 1em;
  cursor: pointer;
}
#manager-menu h2 {
  margin: -1em 0 0.5em 1em;
  font-size: 1.5em;
}

.breadcrumb {
  padding: 20px 0;
  background-color: transparent;
}

@media (min-width: 992px) {
  #block-adaptive-menu-main {
    height: 50px;
  }
}

#block-katalogvshapke {
  position: unset;
}
#block-katalogvshapke .menu {
  display: flex;
  align-items: center;
  margin: 0;
  height: 100%;
}
#block-katalogvshapke .menu-item {
  list-style: none;
}
#block-katalogvshapke .menu-item-0 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  height: 42px;
  border-radius: 4px;
  background-color: #1354A8;
}
#block-katalogvshapke .menu-item-0 a {
  color: #fff;
  font-size: 18px;
  text-transform: none;
}
@media (max-width: 991.98px) {
  #block-katalogvshapke .menu-item-0 a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
#block-katalogvshapke .menu-item-1 {
  margin: 0 38px 25px 0;
  width: 260px;
}
#block-katalogvshapke .menu-item-1 a {
  display: inline-block;
  color: #131313;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 21px;
  transition: color 0.4s;
}
#block-katalogvshapke .menu-item-1 a:hover {
  color: #1354A8;
}
#block-katalogvshapke .menu-item-2 {
  margin: 0 0 12px;
}
#block-katalogvshapke .menu-item-2 a {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
#block-katalogvshapke .menu-item-2:last-of-type {
  margin-bottom: 0;
}
#block-katalogvshapke .menu-item--collapsed {
  list-style: none;
}
#block-katalogvshapke .menu-inner {
  position: absolute;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  height: 440px;
  padding: 44px 41px 5px;
  margin: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
#block-katalogvshapke .menu-inner.active {
  opacity: 1;
  pointer-events: auto;
}
#block-katalogvshapke .menu-inner.active .menu-inner {
  pointer-events: auto;
}
#block-katalogvshapke .menu-inner .menu-inner {
  opacity: 1;
  height: unset;
  position: unset;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  #block-katalogvshapke .menu-inner {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  #block-katalogvshapke {
    display: none;
  }
}

.menu-toggler {
  width: 21px;
  height: 21px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 17px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.menu-toggler-item {
  width: 16px;
  height: 1px;
  position: relative;
  margin-bottom: 4px;
  transform-origin: center;
  background-color: #fff;
  transition: transform 0.4s, opacity 0.4s;
}
.menu-toggler-item:last-of-type {
  margin-bottom: 0;
}
.menu-toggler.active .menu-toggler-item--1 {
  transform: translate3d(1px, 5px, 0) rotate(45deg) scale(1.25);
}
.menu-toggler.active .menu-toggler-item--2 {
  opacity: 0;
  transform: scale(0, 1);
}
.menu-toggler.active .menu-toggler-item--3 {
  transform: translate3d(1px, -5px, 0) rotate(-45deg) scale(1.25);
}

.region-tabs {
  width: auto;
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 576px) {
  .region-tabs {
    height: 0;
  }
}
.region-tabs ul.tabs {
  margin: 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: none;
  max-width: 100%;
}
@media (min-width: 576px) {
  .region-tabs ul.tabs {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 8;
  }
}
.region-tabs ul.tabs a {
  color: #000;
  opacity: 0.8;
  display: block;
  padding: 3px 7px;
  border-radius: 0;
  white-space: nowrap;
  line-height: 1.15;
  background-color: #efefef;
  transition: opacity 0.4s, background-color 0.4s;
}
.region-tabs ul.tabs a:hover {
  opacity: 1;
  background-color: #e7e7e7;
}
.region-tabs ul.tabs a:active {
  background-color: #d6d6d6;
}
.region-tabs ul.tabs li {
  display: block;
  vertical-align: bottom;
  margin: 0 0 0 10px;
}
.region-tabs ul.tabs li.is-active a {
  background-color: #fff;
}
.region-tabs .block-local-actions-block nav {
  left: 0;
}
.region-tabs .block > div.contextual {
  display: none !important;
}
.region-tabs ul.secondary {
  position: absolute;
  top: 25px;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

.h-xs-down,
.hidden-xs-down {
  display: none !important;
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-xl-down,
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .h-xxl-up,
  .hidden-xxl-up {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .h-xxl-down,
  .hidden-xxl-down {
    display: none !important;
  }
}

/* FONTS */
/* EXTRA COLORS */
/* LAYOUT */
body {
  color: #131313;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
}
body.cke_editable {
  color: #000;
  background-color: #fff;
}

/* HEADERS */
h1 {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 30px;
}

h2 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 30px;
}

h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 30px;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 30px;
}

a {
  color: #1354a8;
  transition: color 0.4s;
  text-decoration: none;
}
.main-menu a {
  color: #4f4f4f;
}
.main-menu a:hover {
  color: #1354a8;
}
a:hover {
  color: #0b3263;
  text-decoration: none;
}
a:active {
  color: #061b35;
}
a:focus {
  outline: none;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

button:focus {
  outline: none !important;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table td,
table th {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.form-control {
  height: auto;
}

.footer {
  flex-shrink: 0;
  padding: 15px 0;
  color: #131313;
  background-color: #d2d3d7;
}
.footer-copyright {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .footer-copyright {
    margin-bottom: 12px;
  }
}
.footer-policy a {
  font-size: 12px;
  border-bottom: 1px solid transparent;
  transition: 0.4s;
}
.footer-policy a:hover {
  border-color: #757575;
}
.footer .synapse {
  padding-top: 7px;
}
.footer .synapse-logo {
  top: -4px;
  height: 28px;
  position: relative;
}
.footer .synapse-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(19, 19, 19, 0.5);
  transition: border-color 0.4s, color 0.4s;
}
.footer .synapse-link:focus, .footer .synapse-link:hover {
  border-color: transparent;
}
.footer .synapse-link:active {
  color: rgba(19, 19, 19, 0.7);
}
.footer a {
  color: #131313;
}
.footer a:hover {
  color: #131313;
}

@media (min-width: 992px) {
  .main-menu .classic-menu-dropdown {
    position: relative;
  }
  .main-menu .classic-menu-dropdown > a {
    float: left;
    padding-right: 0.7rem;
  }
  .main-menu .classic-menu-dropdown > span i {
    line-height: 1.5;
    color: #4f4f4f;
  }
  .main-menu .classic-menu-dropdown ul {
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    top: 90%;
    display: none;
    padding: 0.5rem;
    background-color: #ffffff;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 4px;
  }
  .main-menu .classic-menu-dropdown:hover ul {
    display: block;
  }
}
#small-menu .main-menu {
  display: block;
  text-align: center;
}
#small-menu .main-menu li {
  padding: 0.5rem 0;
}
#small-menu .main-menu li.classic-menu-dropdown {
  position: relative;
}
#small-menu .main-menu li.classic-menu-dropdown > a {
  float: none;
}
#small-menu .main-menu li.classic-menu-dropdown .menu {
  position: static;
  float: none;
  display: none;
  border-radius: 0;
  padding: 0;
}
#small-menu .main-menu li.classic-menu-dropdown .menu li {
  text-align: center;
}
#small-menu .main-menu li.classic-menu-dropdown .menu-dropdown-trigger {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 15%;
  cursor: pointer;
}
#small-menu .main-menu li.classic-menu-dropdown.menu-item--is-open .menu-dropdown-trigger {
  transform: rotate(180deg);
}

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  border: 0;
  margin: 0 10px 0 0;
  background-color: #1354a8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-toggler:last-child {
  margin-right: 0;
}
.nav-toggler:focus {
  outline: none;
}
.nav-toggler span {
  position: absolute;
  width: 21px;
  height: 3px;
  background-color: #FFFFFF;
  transition: transform 0.4s, margin 0.4s, opacity 0.4s;
}
.nav-toggler span:nth-child(2) {
  margin-top: 0;
  transform: rotate(45deg);
}
.nav-toggler span:last-child {
  margin-top: 0;
  transform: rotate(-45deg);
}
.nav-toggler.nav-info {
  border-radius: 100%;
}
.nav-toggler.nav-menu span:nth-child(3) {
  opacity: 0;
  transform: scale(0);
}
.nav-toggler.collapsed.nav-menu span:nth-child(2) {
  margin-top: -25%;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(3) {
  opacity: 1;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:last-child {
  margin-top: 25%;
  transform: none;
}
.nav-toggler.collapsed.nav-info span:nth-child(2) {
  margin-top: -0.5rem;
  transform: none;
  width: 3px;
}
.nav-toggler.collapsed.nav-info span:last-child {
  margin-top: 0.2rem;
  transform: none;
  height: 0.9rem;
  width: 3px;
}

.header {
  flex-shrink: 0;
  color: #131313;
  background: #F3CF50;
}
.header-logo img {
  height: 40px;
}
.header-logo--small img {
  height: 2.4rem;
}
.header-phone {
  display: block;
}
.header-phone .btn {
  margin-left: 15px;
}
.header-nav .header-nav-content {
  padding: 0;
}
@media (min-width: 992px) {
  .header-nav .header-nav-content .nav.main-menu {
    height: 100%;
    margin-right: 27px;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown a {
    float: none;
  }
  .header-nav .header-nav-content .nav.main-menu .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #131313;
    height: 100%;
    padding: 0 20px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: border-color 0.4s, color 0.4s, opacity 0.4s;
  }
  .header-nav .header-nav-content .nav.main-menu .nav-link:hover {
    border-bottom-color: #131313;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-nav .header-nav-content .nav.main-menu .nav-link {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .header-nav .header-nav-content .nav.main-menu .menu-item {
    margin-right: 15px;
  }
  .header-nav .header-nav-content .nav.main-menu .menu-item:first-of-type .nav-link {
    padding-left: 0;
  }
  .header-nav .header-nav-content .nav.main-menu .menu-item .menu-dropdown-trigger {
    transition: 0.3s;
  }
  .header-nav .header-nav-content .nav.main-menu .menu-item:hover > .menu-dropdown-trigger {
    transform: translateY(-50%) rotate(-180deg);
  }
}
@media (min-width: 992px) and (max-width: 1235px) {
  .header-nav .header-nav-content .nav.main-menu .menu-item {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .header-nav .header-nav-content .nav.main-menu .menu {
    padding: 0;
    transition: 0.3s;
  }
  .header-nav .header-nav-content .nav.main-menu .menu .nav-link {
    color: #131313;
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding: 0;
  }
  .header-nav .header-nav-content .nav.main-menu .menu .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .header-nav .header-nav-content .nav.main-menu .menu .menu-item .nav-link:hover {
    color: #1354A8;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown ul {
    top: 100%;
    min-width: 300px;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown .menu-dropdown-trigger {
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
    top: 50%;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown .menu-dropdown-trigger .fas {
    color: #1354A8;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown .menu-item {
    margin-right: 0;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown .menu-item:first-of-type .nav-link {
    padding-left: 15px;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown .menu-item .nav-link {
    padding: 10px 15px;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown .menu {
    padding: 10px 0;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown .menu .classic-menu-dropdown .menu {
    left: 100%;
    top: -1px;
    min-width: 300px;
    width: 100%;
    display: none;
    padding: 0;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown .menu .classic-menu-dropdown .menu-dropdown-trigger {
    position: absolute;
    right: 12px;
    transform: translateY(-50%);
    top: 50%;
    transition: 0.3s;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown .menu .classic-menu-dropdown .menu-dropdown-trigger .fas {
    color: #1354A8;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown .menu .classic-menu-dropdown:hover .menu {
    display: block;
  }
  .header-nav .header-nav-content .nav.main-menu .classic-menu-dropdown .menu .classic-menu-dropdown:hover .menu-dropdown-trigger {
    transform: translateY(-50%) rotate(-90deg);
  }
}
.header-full {
  padding: 15px 0;
}
.header-full .nav a {
  color: #4f4f4f;
}
.header-full li {
  padding: 0 1em;
}
@media (max-width: 991.98px) {
  .header-full .header-social-networks {
    display: none;
  }
}
.header-nav .header-social-networks {
  display: none;
}
@media (max-width: 991.98px) {
  .header-nav .header-social-networks {
    display: block;
    padding-left: 0;
  }
}
.header-col.header-col--phones {
  display: block;
}
.header-right {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.header-small {
  padding: 10px 0;
}
.header-info {
  border-bottom: 1px solid #F3CF50;
}
.header a {
  color: inherit;
}
@media (min-width: 992px) {
  .page--service .header-row {
    justify-content: flex-start;
  }
}

.small-menu {
  padding: 10px 0 20px;
  border-top: solid 1px #F3CF50;
}
.small-menu ul {
  display: flex;
  font-size: 21px;
  font-weight: 600;
  margin: 0 -10px;
  flex-direction: column;
}
.small-menu a {
  display: block;
  padding: 15px 10px;
  text-align: right;
  transition: color 0.4s, background-color 0.4s;
}
.small-menu a:hover {
  color: #F3CF50;
}
.small-menu a:active {
  background-color: rgba(243, 207, 80, 0.07);
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-content {
  flex-grow: 1;
  padding-bottom: 30px;
}
.page--service .page-content {
  padding-bottom: 0;
  z-index: 1;
}

.path-webform .region-content,
.path-webform .region-title {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.path-webform .region-content {
  padding-bottom: 50px;
}
.path-webform .region-content .button {
  min-width: 200px;
  padding: 10px 20px;
  min-height: 50px;
  margin-top: 10px;
  margin-right: 0;
  margin-left: 0;
}
.path-webform .region-content .button:first-child {
  margin-right: 15px;
}

@media (min-width: 992px) {
  .region-menu-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
}

.product-article {
  background: #FFFFFF;
  padding-top: 102px;
  padding-bottom: 100px;
}
@media (max-width: 575px) {
  .product-article .field__item {
    position: relative;
  }
  .product-article .blog-token-item {
    border: 0;
    position: relative;
    padding: 31px 0;
    margin-bottom: 0;
  }
  .product-article .blog-token-item::before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #EEEEEE;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .product-article .blog-token-item-left {
    display: none;
  }
  .product-article .blog-token-item-right {
    padding: 0;
  }
  .product-article .field--name-body {
    margin-bottom: 14px;
  }
  .product-article .field--name-field-article .field__label {
    align-self: flex-start;
    text-align: left !important;
    width: 100%;
    margin-bottom: 13px;
    position: relative;
    font-size: 32px;
  }
  .product-article .field--name-field-article .field__label::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #EEEEEE;
    display: block;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
  }
  .product-article .blog-token--btn-all {
    margin-top: 30px;
    border-radius: 2px;
  }
}

.field--name-field-article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.field--name-field-article .field__label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 37px;
  text-align: center;
  color: #131313;
  margin-bottom: 44px;
}

.blog-token-item {
  background: #FFFFFF;
  display: flex;
  justify-content: start;
  margin-bottom: 24px;
  border: 1px solid #ECECEC;
}
@media (max-width: 991.98px) {
  .blog-token-item {
    flex-direction: column;
  }
}
.blog-token-item-left {
  margin: 0;
  max-width: 387px;
  width: 100%;
  min-height: 100%;
}
.blog-token-item-left a {
  display: block;
  height: 100%;
}
.blog-token-item-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-token-item-right {
  padding: 34px 32px 30px 20px;
  width: 100%;
}
.blog-token-item-right h4 {
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 12px;
}
.blog-token-item-right h4 a {
  color: #131313;
}
.blog-token-item-body {
  color: #131313;
  margin-bottom: 24px;
}
.blog-token-item-body p {
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
}
.blog-token-item-body--footer {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
@media (max-width: 480px) {
  .blog-token-item-body--footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-token-item-body--footer .blog-token-point {
  padding: 5px 0 5px 25px;
}
.blog-token-item-body--space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .blog-token-item-body--space-between {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .blog-token-item .taxonomy-term {
    margin: 5px !important;
  }
}
.blog-token-more {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #1354A8;
  white-space: nowrap;
  margin-left: 15px;
}
.blog-token-more:hover {
  text-decoration-line: none;
  color: #1354A8;
}
@media (max-width: 480px) {
  .blog-token-more {
    margin-left: 0;
    margin-top: 5px;
  }
}
.blog-token-point {
  margin-right: 32px;
}
.blog-token-point:last-of-type {
  margin-right: 0;
}
.blog-token-date, .blog-token-time, .blog-token-views {
  position: relative;
  padding-left: 25px;
}
.blog-token-date::before, .blog-token-time::before, .blog-token-views::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-token-date::before {
  content: url(../images/template/calendar.svg);
}
.blog-token-time::before {
  content: url(../images/template/time.svg);
}
.blog-token-views::before {
  content: url(../images/template/view.svg);
}
.blog-token--btn {
  position: relative;
  min-width: 240px;
  height: 56px;
  overflow: hidden;
}
.blog-token--btn::before {
  content: url(../images/btn-img.png);
  position: absolute;
  bottom: -7px;
  right: 0;
}
.blog-token--btn-all {
  text-align: center;
}

.node--type-blog.node--view-mode-full {
  margin-bottom: 30px;
}
.node--type-blog.node--view-mode-full .field--name-field-article-tags {
  margin-top: 30px;
}

.field--name-field-article-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: -8px;
}
.field--name-field-article-tags .taxonomy-term.vocabulary-tags-article {
  border: 1px solid #000000;
  border-radius: 2px;
  margin: 7px 8px;
}
.field--name-field-article-tags .taxonomy-term.vocabulary-tags-article h2 {
  margin: 0;
  white-space: nowrap;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  padding: 6px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 480px) {
  .field--name-field-article-tags .taxonomy-term.vocabulary-tags-article h2 {
    white-space: normal;
  }
}
.field--name-field-article-tags .taxonomy-term.vocabulary-tags-article h2 .article-tags-link {
  color: #000000;
}
.field--name-field-article-tags .taxonomy-term.vocabulary-tags-article:hover {
  background-color: #F3CF50;
}

.field--type-text-long table {
  table-layout: fixed;
  overflow-x: scroll;
}
@media (max-width: 767.98px) {
  .field--type-text-long table {
    display: block;
  }
}

.field--name-field-attach {
  margin: 50px 0 30px;
}
.field--name-field-attach .field__item {
  display: flex;
  align-items: center;
  padding-left: 15px;
  position: relative;
  line-height: 1.2;
  margin: 0 0 10px;
  min-height: 36px;
}
.field--name-field-attach .field__item::before {
  content: "\f15b";
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.field--name-field-attach .file {
  font-size: 1em;
  font-weight: bold;
  background: none;
  padding-left: 20px;
}
.field--name-field-attach .file a {
  text-decoration: none;
  border-bottom: solid 1px transparent;
}
.field--name-field-attach .file a:hover {
  border-color: #fff !important;
}
@media (max-width: 991.98px) {
  .field--name-field-attach .field--name-field-attach {
    margin: 20px 0;
  }
  .field--name-field-attach .field--name-field-attach .file {
    background-size: 20px;
    padding: 0 0 15px 30px;
    font-size: 15px;
  }
}

.text-formatted {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .text-formatted td,
  .text-formatted th {
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .text-formatted table {
    display: block;
    overflow: auto;
    margin-bottom: 15px;
  }
  .text-formatted h2 {
    margin: 20px 0;
    font-size: 23px;
  }
  .text-formatted h3 {
    margin: 18px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .text-formatted h4 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .text-formatted p {
    margin: 0 0 15px;
  }
  .text-formatted .youtube-embed-wrapper {
    margin: 15px 0;
  }
  .text-formatted iframe {
    max-height: 40vh;
    margin: 15px 0;
  }
}

@media (max-width: 991.98px) {
  .field--name-field-gallery .field__item {
    width: 33.333%;
  }
}

.cboxElement {
  display: block;
  overflow: hidden;
  text-align: center;
}
.cboxElement img {
  display: block;
  object-fit: cover;
  transition: transform 0.4s, opacity 0.4s;
}
.cboxElement img:hover {
  transform: scale(1.07) perspective(1px);
}
.cboxElement img:active {
  opacity: 0.7;
}

.page--service {
  overflow: hidden;
}
.page--service .page-columns {
  padding-bottom: 0;
}

@media (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: #f4f4f4;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
  }
  ::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 0;
    background-color: #131313;
  }
  body {
    scrollbar-color: #e2e2e2 transparent;
    scrollbar-width: thin;
  }
}
.is-dragging a {
  pointer-events: none;
}

.synmap-point {
  width: 42px;
  height: 60px;
  fill: #1354a8;
  -webkit-filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
}

.preloader {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.95) no-repeat;
  background-position: center;
  background-size: 170px;
  margin-bottom: 30px;
}
.preloader--small {
  height: 100px;
  background-size: 90px;
}
.preloader--transparent {
  background-color: transparent;
}

#synmap {
  margin-top: 50px;
}

#block-seo-block-catalog-hidden,
.catalog-description .field--name-field-seo-text,
.product-full .field--name-field-seo-text {
  visibility: hidden;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.cookie-notice {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.cookie-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .cookie-wrapper {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.cookie-content {
  color: #fff;
}
.cookie-content a {
  margin-left: 5px;
  color: #F3CF50;
  text-decoration: underline;
}
.cookie-content a:hover {
  text-decoration: none;
}
.cookie-btn {
  position: relative;
}
.cookie-btn:hover {
  color: #fff;
}
.cookie-btn:hover::after, .cookie-btn:hover::before {
  width: 100%;
  left: 0;
}
.cookie-btn::after, .cookie-btn::before {
  position: absolute;
  height: 2px;
  left: 50%;
  background: #fff;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
.cookie-btn::before {
  top: -6px;
}

.node--syspage-promo-button {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  background-color: #f3cf50 !important;
  color: #131313 !important;
}
.node--syspage-promo-button:hover {
  background-color: #f0c220 !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  white-space: normal;
  padding: 10px 18px;
  min-width: 160px;
  font-size: 14px;
  color: #fff;
  border-color: #1354a8;
  background-color: #1354a8;
  transition: box-shadow 0.4s, background-color 0.4s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #fff;
  background-color: #0e3d7a;
}
.btn:active {
  background-color: #09264c;
}
.btn--loading {
  overflow: hidden;
  position: relative;
}
.btn--loading::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.5) no-repeat center;
  background-size: 25px;
  position: absolute;
}

.catalog-description {
  padding: 0 10px 50px;
}
.catalog-teaser {
  display: block;
}
@media (min-width: 1026px) {
  .catalog-products .view-filters {
    min-height: 0;
  }
}

.product-teaser {
  display: flex;
  flex-direction: column;
}
.product-teaser .field--name-field-short {
  margin-bottom: auto;
}
.product-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.product-title {
  min-height: 45px;
  margin-bottom: 15px;
}
.product-button {
  color: #1354A8;
  border: 1px solid #1354A8;
  background-color: transparent;
  transition: color 0.4s, background-color 0.4s;
  margin-top: 20px;
}
.product-button:hover {
  color: #fff;
  background-color: #1354A8;
}

.node--type-blog .product:hover {
  box-shadow: none;
}
.node--type-blog .product-button:not(.product-button) {
  display: flex;
  margin: 0 auto;
}
.node--type-blog .product .field--name-field-image {
  margin: 0;
}
.node--type-blog .product .field--name-field-short {
  display: none;
}
.node--type-blog .field--name-field-product {
  padding: 70px 0 50px;
}
.node--type-blog .field--name-field-product .field__label {
  font-size: 24px;
  margin-bottom: 42px;
}
.node--type-blog .field--name-field-product .product-field__item {
  width: calc(25% - 15px);
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .node--type-blog .field--name-field-product .product-field__item {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 991.98px) {
  .node--type-blog .field--name-field-product .product-field__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767.98px) {
  .node--type-blog .field--name-field-product .product-field__item {
    width: 100%;
  }
}

.tags {
  max-height: 54px;
  padding: 0 37px;
  margin: 0 0 50px;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  overflow: hidden;
}
.tags-row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  white-space: nowrap;
  min-width: 143px;
  padding: 0 16px;
  border-right: 1px solid rgba(148, 148, 148, 0.4);
}
.tags-row h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  white-space: nowrap;
  margin: 0;
}
.tags-row h2 a {
  color: #131313;
}
.tags-row h2 a:hover {
  color: #1354a8;
}
.tags .flickity-button {
  width: 37px;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background-color: #1354a8;
  transition: background-color 0.4s;
}
.tags .flickity-button svg {
  display: none;
}
.tags .flickity-button.previous {
  left: 0;
}
.tags .flickity-button.next {
  right: 0;
}
.tags .flickity-button.next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.tags .flickity-button:hover {
  background-color: #0e3d7a;
}
.tags .flickity-button::before {
  content: url(../images/template/flickity-arrow.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  transform: translate(-50%, -50%);
}
.tags--front .tags-row {
  color: #000000;
  min-height: 44px;
  transition: background-color 0.4s;
}
.tags--front .tags-row:hover {
  background-color: #fdf6df;
}
.tags--front {
  padding-left: 27px;
  padding-right: 27px;
  margin-bottom: 0;
}
.tags--front .flickity-button {
  width: 27px;
  background: #F3CF50;
}
.tags--front .flickity-button::before {
  content: url(../images/icons/icon-arrow-prev.svg);
}
.tags--front .flickity-button:hover {
  background-color: #f0c220;
}

.front-links {
  padding-top: 40px;
  padding-bottom: 10px;
}

.messages {
  border: 0;
  color: #fff;
  box-shadow: none;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.25;
  padding: 15px 20px;
  text-align: left;
}
.messages--error {
  background: #AC182D;
}
.messages--status {
  background: #4CAF50;
}
.messages--warning {
  background: #FF9800;
}
.messages a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  transition: color 0.4s, border-color 0.4s;
}
.messages a:hover {
  color: #fff;
  border-color: #fff;
}
.messages a:active {
  border-color: rgba(255, 255, 255, 0.5);
}

.contact-message-form .field--type-string-long label {
  display: none;
}
.contact-message-form .form-control {
  margin: 0;
  height: auto;
  font-size: 17px;
  line-height: 1.25;
  font-family: inherit;
  border-radius: 4px;
  padding: 17px 20px;
  background-color: transparent;
  border: solid #797979;
  border-width: 1px !important;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}
.contact-message-form .form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.contact-message-form .form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.contact-message-form .form-control:-moz-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus:-moz-placeholder {
  opacity: 0;
}
.contact-message-form .form-control:hover {
  background-color: rgba(19, 19, 19, 0.15);
}
.contact-message-form .form-control.error {
  color: #AC182D;
  border-color: #AC182D;
}
.contact-message-form .form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #131313;
}
.contact-message-form .form-control:disabled {
  cursor: not-allowed;
  background-color: rgba(222, 221, 221, 0.5);
}
.contact-message-form .form-item {
  margin: 0 0 20px;
}
.contact-message-form .form-actions {
  margin: 0;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.contact-message-form .ajax-progress {
  display: none;
}

.form-item-date .form-control {
  width: auto;
  display: inline;
}

.captcha {
  margin-bottom: 13px;
}

.contact-message-order-form .form-item--fz-152 {
  width: 100%;
  padding: 0 13px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .contact-message-order-form .form-item--fz-152 {
    width: 100%;
  }
}
.contact-message-order-form .captcha {
  padding: 0 13px;
  margin-bottom: 13px;
}

.service-item {
  margin-bottom: 30px;
}
.service-teaser {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.service-teaser-image {
  width: 100%;
}
.service-teaser-image a {
  display: flex;
}
.service-teaser-image img {
  width: 100%;
}

.block-views-blockservice-block-1 {
  padding: 50px 0;
}
.block-views-blockservice-block-1 .services .row.flickity-enabled {
  display: block;
}
.block-views-blockservice-block-1 .services .row.flickity-enabled .views-row {
  margin-bottom: 0;
}
.block-views-blockservice-block-1 .services .row.flickity-enabled .service-teaser-title {
  margin-bottom: 0;
  font-size: 16px;
}
.block-views-blockservice-block-1 .services .row.flickity-enabled .flickity-button {
  background-color: transparent;
}
.block-views-blockservice-block-1 .services .row.flickity-enabled .flickity-button-icon {
  width: 50%;
  height: 50%;
  color: #808080;
}
.block-views-blockservice-block-1 .services .row.flickity-enabled .flickity-button.previous {
  left: -16px;
}
.block-views-blockservice-block-1 .services .row.flickity-enabled .flickity-button.next {
  right: -20px;
}

@media (max-width: 575.98px) {
  .product-full .page-title {
    font-size: 23px;
    margin-bottom: 16px;
  }
  .product-full .field--name-field-short {
    display: none;
  }
  .product-full .product-columns {
    align-items: flex-start;
  }
  .product-full .product-column--right {
    width: 100%;
  }
  .product-full .product-variation-price {
    margin-bottom: 30px;
  }
  .product-full .product-full-cart {
    padding-right: 0;
  }
  .product-full .product-full-cart .btn {
    max-width: 370px;
    width: 100%;
    height: 44px;
    border-radius: 2px;
  }
  .product-full .field--name-price {
    font-weight: 600;
    font-size: 23px;
  }
}

.node--portfolio-full {
  margin-bottom: 50px;
}
.node--portfolio-full .field--name-field-image {
  margin-bottom: 30px;
}
.node--portfolio-teaser h3 {
  min-height: 55px;
  margin-bottom: 15px;
}

.product-full-cart {
  padding-right: 0;
}
.product-price-buttons {
  display: flex;
}
@media (max-width: 575.98px) {
  .product-price-buttons {
    flex-direction: column;
  }
}
.product-price-buttons .btn {
  min-width: 150px;
  padding: 15px;
}
.product-price-buttons .btn--link {
  margin-left: 15px;
}
@media (max-width: 575.98px) {
  .product-price-buttons .btn--link {
    margin-left: 0;
    margin-top: 15px;
  }
}
.product-teaser .btn {
  padding: 14px 5px;
}
.product-teaser .btn--link {
  margin-top: 15px;
  font-size: 12px;
}

.block-views-blockproduct-block-3 .catalog-row,
.block-views-blockproduct-block-1 .catalog-row {
  display: block;
  opacity: 0;
  height: 0;
}
@media (min-width: 1025px) and (max-width: 1201px) {
  .block-views-blockproduct-block-3 .catalog-row,
  .block-views-blockproduct-block-1 .catalog-row {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.block-views-blockproduct-block-3 .catalog-row.flickity-enabled,
.block-views-blockproduct-block-1 .catalog-row.flickity-enabled {
  opacity: 1;
  height: auto;
}
.block-views-blockproduct-block-3 .catalog-row .flickity-button,
.block-views-blockproduct-block-1 .catalog-row .flickity-button {
  color: #808080;
  background: none;
}
@media (max-width: 991.98px) {
  .block-views-blockproduct-block-3 .catalog-row .flickity-button.next,
  .block-views-blockproduct-block-1 .catalog-row .flickity-button.next {
    right: -10px;
  }
}
@media (max-width: 991.98px) {
  .block-views-blockproduct-block-3 .catalog-row .flickity-button.previous,
  .block-views-blockproduct-block-1 .catalog-row .flickity-button.previous {
    left: -10px;
  }
}
.block-views-blockproduct-block-3 .catalog-row .flickity-button:hover,
.block-views-blockproduct-block-1 .catalog-row .flickity-button:hover {
  color: #000;
}
.block-views-blockproduct-block-3 .catalog-row .flickity-button path,
.block-views-blockproduct-block-1 .catalog-row .flickity-button path {
  fill: inherit;
}
@media (min-width: 1440px) {
  .block-views-blockproduct-block-3 .catalog-row .previous,
  .block-views-blockproduct-block-1 .catalog-row .previous {
    left: -65px;
  }
  .block-views-blockproduct-block-3 .catalog-row .next,
  .block-views-blockproduct-block-1 .catalog-row .next {
    right: -65px;
  }
}
.block-views-blockproduct-block-3 .catalog-col,
.block-views-blockproduct-block-1 .catalog-col {
  padding-bottom: 20px;
}
.block-views-blockproduct-block-3 .catalog-more,
.block-views-blockproduct-block-1 .catalog-more {
  display: none;
}

@keyframes pulse-telegram {
  0% {
    box-shadow: 0 0 0 0 rgba(29, 151, 201, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(29, 151, 201, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(29, 151, 201, 0);
  }
}
@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(37, 211, 102, 0);
  }
}
@keyframes pulse-max {
  0% {
    box-shadow: 0 0 0 0 rgba(156, 37, 211, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(156, 37, 211, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(156, 37, 211, 0);
  }
}
@keyframes pulse-colored {
  0% {
    box-shadow: 0 0 0 0 rgba(19, 84, 168, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(19, 84, 168, 0);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(19, 84, 168, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.messangers {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.socials {
  display: none;
  margin: 0px -8px 0;
}
.footer .socials, .service-block--contacts .socials {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.socials:last-child:not(:only-child) {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .socials {
    display: flex;
    margin: 0 0 10px;
  }
}

.header-social-link {
  width: 38px;
  height: 38px;
  display: flex !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #1354a8;
  overflow: hidden;
}
.header-social-link img {
  width: 100%;
}
.header-social-link.wb, .header-social-link.ozon, .header-social-link.ymarket, .header-social-link.rutube, .header-social-link.max {
  background-color: transparent;
}
.header-social-link.wb:hover, .header-social-link.ozon:hover, .header-social-link.ymarket:hover, .header-social-link.rutube:hover, .header-social-link.max:hover {
  background-color: transparent;
  opacity: 0.8;
}
.header-social-networks {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
  margin: 0 17px 0 0;
  row-gap: 10px;
}
.header-social-networks a {
  padding: 0px !important;
  margin: 0px 8px;
  transition: 0.4s;
}
.header-social-networks a:hover {
  background-color: #0b3263;
}
@media (max-width: 991.98px) {
  .header-social-networks {
    margin: 8px -10px 8px -10px;
  }
}

.footer-social-link {
  width: 38px;
  height: 38px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #1354a8;
  overflow: hidden;
}
.footer-social-link img {
  width: 100%;
}
.footer-social-link.wb, .footer-social-link.ozon, .footer-social-link.ymarket, .footer-social-link.rutube, .footer-social-link.max {
  background-color: transparent;
}
.footer-social-link.wb:hover, .footer-social-link.ozon:hover, .footer-social-link.ymarket:hover, .footer-social-link.rutube:hover, .footer-social-link.max:hover {
  background-color: transparent;
  opacity: 0.8;
}
.footer-social-networks {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  row-gap: 10px;
}
.footer-social-networks a {
  padding: 0px;
  margin: 0px 8px;
  transition: 0.4s;
}
.footer-social-networks a:hover {
  background-color: #0b3263;
}
@media (max-width: 991.98px) {
  .footer-social-networks {
    margin-top: 30px;
    text-align: left;
  }
}

.contact-social-link {
  width: 38px;
  height: 38px;
  display: flex !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #1354a8;
  overflow: hidden;
}
.contact-social-link img {
  width: 100%;
}
.contact-social-link.wb, .contact-social-link.ozon, .contact-social-link.ymarket, .contact-social-link.rutube, .contact-social-link.max {
  background-color: transparent;
}
.contact-social-link.wb:hover, .contact-social-link.ozon:hover, .contact-social-link.ymarket:hover, .contact-social-link.rutube:hover, .contact-social-link.max:hover {
  background-color: transparent;
  opacity: 0.8;
}
.contact-social-networks {
  margin: 0px -10px 0px -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact-social-networks a {
  padding: 0px !important;
  margin: 0px 8px;
  transition: 0.4s;
}
.contact-social-networks a:hover {
  background-color: #0b3263;
}

.single-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 70px;
  z-index: 150;
}
@media (max-width: 575.98px) {
  .single-widget {
    bottom: 15px;
    right: 15px;
  }
}
.single-widget__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: 0.3s;
}
.single-widget__link:hover {
  opacity: 0.8;
}
.single-widget__link.max-widget__link {
  background-color: transparent;
  -moz-animation: pulse-max 2s infinite;
  -webkit-animation: pulse-max 2s infinite;
}
.single-widget__link.telegram-widget__link {
  background-color: #1d97c9;
  -moz-animation: pulse-telegram 2s infinite;
  -webkit-animation: pulse-telegram 2s infinite;
}
.single-widget__link.telegram-widget__link svg {
  width: 42px;
  height: 42px;
  margin: 3px 6px 0 0;
}
.single-widget__link.whatsapp-widget__link {
  background-color: #25d366;
  -moz-animation: pulse-whatsapp 2s infinite;
  -webkit-animation: pulse-whatsapp 2s infinite;
}
.single-widget__link.whatsapp-widget__link svg {
  width: 42px;
  height: 42px;
}
@media (max-width: 575.98px) {
  .single-widget__link {
    width: 50px;
    height: 50px;
  }
}
.single-widget.widget--colored .single-widget__link {
  background-color: #1354a8;
  -moz-animation: pulse-colored 2s infinite;
  -webkit-animation: pulse-colored 2s infinite;
}

.widget-multi {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #1354a8;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: fade 8s infinite;
  opacity: 0;
  pointer-events: none;
}
.widget-multi-whatsapp {
  animation-delay: 4s;
  background-color: #25d366;
}
.widget-multi-telegram {
  animation-delay: 2s;
  background-color: #1d97c9;
}
.widget-multi-max {
  background-color: transparent;
  animation-delay: 0s;
}
.widget-multi.widget--colored {
  background-color: #1354a8;
}
.widget-multi__wrapper {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 150;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 80px;
  height: 80px;
  padding: 15px;
}
.widget-multi__wrapper.active {
  height: auto;
}
.widget-multi__wrapper.active .widget-multi {
  position: static;
  animation: none;
  opacity: 1;
  pointer-events: all;
}
.widget-multi__wrapper.active .widget-multi__close {
  pointer-events: all;
}
.widget-multi__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
}
.widget-multi__link:hover {
  opacity: 0.8;
}
.widget-multi__close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1354a8;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: none;
  cursor: pointer;
  z-index: 100;
  pointer-events: none;
}
.widget-multi__close svg {
  margin-top: 5px;
}

.whatsapp {
  background-color: #25d366 !important;
}
.whatsapp:hover {
  background-color: #1a9247 !important;
}

.telegram {
  background-color: #1d97c9 !important;
}
.telegram svg {
  margin-left: -3px;
}
.telegram:hover {
  background-color: #136586 !important;
}

.client-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}
.client-col {
  width: 25%;
  padding: 0 15px;
  max-width: 350px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .client-col {
    width: 33%;
  }
}
@media (max-width: 991.98px) {
  .client-col {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .client-col {
    width: 100%;
  }
}
/*# sourceMappingURL=_maps/index.css.map */
