@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400;1,700&display=swap);

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon-logo {
  width: 3.9140625em;
}
/* .icon-new_ico_1 {
  width: 0.8251953125em;
}

.icon-new_ico_2 {
  width: 1.033203125em;
}

.icon-new_ico_3 {
  width: 1.0498046875em;
}

.icon-new_ico_4 {
  width: 0.716796875em;
} */
/* Ð“Ð»Ð¾Ð±Ð°Ð»ÑŒÐ½Ñ‹Ðµ ÑÑ‚Ð¸Ð»Ð¸ */
body {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column
}
main {
    padding-top: 158px;
}
@media (max-width:1023px) {
   main {
    padding-top: 70px;
}
}
@media (max-width:765px) {
   main {
    padding-top: 59px;
}
}
.no-photo {
  background-color: #f1f7fc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 100%; */
}
.no-photo img {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  max-width: 120px;
}
footer {
    margin-top: auto
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0
}

button {
    padding: 0;
    border: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0)
}
input {
    padding: 0;
    border: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0)
}

li, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
  color: #2790cf;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color:  #1775a5;
}

a:focus,
a:active {
  outline: none;
  border: none;
}
.content-style ol {
  list-style: none;
  counter-reset: li;
  margin-bottom: 10px;
}
.content-style ol li{
margin-bottom: 20px;}
.content-style ol li:before {
  counter-increment: li;
  content: counters(li,".") ". ";
  font-weight: 900;
}
p {
    margin: 0
}

* {
    outline: none !important
}

.content-style {
    margin-top: 40px;
    margin-bottom: 40px;
}

.content__text {
    max-width: 720px;
}

.biomarkers__table {
  border: 1px solid #d1e1e8;
  padding: 30px 45px 30px 30px;
}

.content__promo {
  margin-top: 10px;
  border: 1px solid #d1e1e8;
  position: relative;
}

@media (max-width: 767px) {
  .content__promo {
    display: none;
  }
}

.promo__title{
  background-color: #eff6fc;
  font-size: 22px;
  font-weight: 600;
  padding: 25px 30px;
  width: 100%;
  position: relative;
  z-index: 1;

}

.promo__text {
  padding: 30px 45px 20px 30px;
}

#promo-style{
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
  grid-gap:40px;
  height: auto;
}

.promo__text::after{
  content: "";
  display: block;
  width: 140px;
  height:2px;
  background-color:#d1e1e8;
  margin:0 auto;
}

.product__scroll {
  width: fill-available;
  width: -webkit-fill-available;
  width: -moz-available;
  position: absolute;
  top: 60px;
  bottom: 0;
  overflow: auto;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product__scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.promo__product{
  padding: 20px 45px 30px 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap:10px;
  align-items: center;
  border-bottom: 1px solid #d1e1e8;
}

.promo__product:last-child{
  border-bottom: none;
}

.product-img__box{
  overflow: hidden;
  text-align: center;
}

.product-txt__box{
  margin:40px auto;
}

.product-txt__box a{
  color:inherit;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.promo__product img{
  width:100%;
  margin-top: 0;
  scale: 1;
  transition: all .3s ease-in-out;
}

.promo__product img:hover{
  transform: scale(1.03);
  transition: all .3s ease-in-out;
}

/*#second-wave{
  animation:1.2s ease 7s normal forwards 1 fadein;
  -webkit-animation:1.2s ease 7s normal forwards 1 fadein;
  opacity:0
  }

@keyframes fadein{from{opacity:0}
to{opacity:1}
}

@-webkit-keyframes fadein{from{opacity:0}
to{opacity:1}
}*/

h1 {
	margin-bottom: 55px;
	color: #010101;
	font-size: 41px;
	font-weight: 700;
}

h2 {
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 45px;
	margin-top: 60px;
}

h3 {
	font-size: 34px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 45px;
	margin-top: 60px;
}

h4 {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 40px;
	margin-top: 60px;
}

h5 {
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 40px;
	margin-top: 60px;
}

h6 {
	font-size: 24px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 40px;
	margin-top: 60px;
}

@media (max-width: 767px) {
	h1 {
		margin-bottom: 35px;
        font-size: 33px;
        word-wrap: break-word;
	}

	h2 {
		font-size: 26px;
		margin-bottom: 30px;
		margin-top: 45px;
	}

	h3 {
		font-size: 24px;
		line-height: 33px;
		margin-bottom: 30px;
		margin-top: 45px;
	}

	h4 {
		font-size: 22px;
		font-weight: 700;
		line-height: 30px;
		margin-bottom: 30px;
		margin-top: 45px;
	}

	h5 {
		font-size: 20px;
		font-weight: 700;
		line-height: 30px;
		margin-bottom: 30px;
		margin-top: 45px;
	}

	h6 {
		font-size: 18px;
		font-weight: 700;
		line-height: 18px;
		margin-bottom: 30px;
		margin-top: 45px;
	}
}

p {
    margin-bottom: 30px;
    line-height: 26px;
}

.content-style blockquote {
	/* padding-left: 30px; */
	color: #757575;
}

.content-style blockquote p {
	margin-bottom: 20px;
}

.content-style blockquote cite {
	font-style: normal;
	color: #000000;
}
.content-style blockquote .icon-quote {
  width: 1.259765625em;
  position: absolute;
  font-size: 21px;
  left: -40px;
}

.warn {
    position: relative;
	color: #000000;
	font-weight: 600;
    line-height: 26px;
    margin-left: 90px;
}
.warn::before {
    position: absolute;
    color: #ffffff;
    content: "!";
    width: 52px;
    height: 52px;
    background-color: #219bd8;
    font-weight: 400;
    top: 0;
    left: -90px;
    font-size: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.content-style .img {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.content-style .img img {
	width: 100%;
}
.content-style img {
margin-top: 30px;
margin-bottom: 20px;
/* width: 100%; */
}

.content-style .img-sign {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	/* margin-top: 35px; */
	margin-bottom: 20px;
}
.content-style ul {
  margin-top: 20px;
  padding-left: 30px;
  margin-bottom: 25px;
}

.content-style ul > li {
    position: relative;
    margin-bottom: 10px;
    line-height: 24px;
}
.content-style ul > li::before {
    position: absolute;
  content: "";
  left: -30px;
  top: 12px;
  width: 16px;
  height: 2px;
  background-color: #219bd8;
}

.content-style a {
  color: #219bd8;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.content-style a svg{
 font-size: 14px;
}
.content-style a:hover,
.content-style a:active {
  color: #1d86bb;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.content-style table {
  border: 0;
  border-collapse: collapse;
  margin-bottom: 60px;
  overflow: hidden;
  width: 100%;
}

.content-style table tr th {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #219bd8;
  padding: 25px 17px;
}

.content-style table tr td {
  text-align: center;
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  padding: 25px 20px;
  border-bottom: 1px #cccccc solid;
}

.page-title {
    background: url(../images/webinar-bg.jpg) center center;
    background-size: cover;
}
.page-title h1{
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 41px;
}
.bread-crumbs {
    /* position: absolute; */
    padding-bottom: 30px;
    padding-top: 40px;
    min-height: 94px;
    /* top: 50px; */
}
@media(max-width: 991px) {
    .bread-crumbs {
    min-height: auto;
}
}
.bread-crumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.bread-crumbs li {
    margin-right: 26px;
    margin-bottom: 5px;
    position: relative;
}
.bread-crumbs li::after {
    content: "—";
    position: absolute;
    right: -21px;
    top: 50%;
    line-height: 0;
}
.bread-crumbs li:first-child {
    /* margin-right: 13px; */
    margin-top: 1px;
}
/* .bread-crumbs li:first-child::after, */
.bread-crumbs li:last-child::after {
    content: none;
}
.bread-crumbs svg {
    font-size: 12px;
}
.bread-crumbs a {
    color: #3c3c3b;
    font-size: 14px;
}
.bread-crumbs a:hover {
    color: #219bd8;
}
a.back-link {
        padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    margin-top: 30px;
    display: inline-block;
}
a.back-link svg {
    font-size: 10px;
    margin-right: 10px;
}

/* Ð‘Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ° */
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	cursor: pointer;
	font-weight: 400;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  min-width: 25px;
  min-height: 25px;
  margin-right: 12px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center center;
	background-size: 50% 50%;
	/* border: 1px solid #e5e5e5; */
}
.custom-checkbox:checked+label::before {
  background-color: #efefef;
	background-image: url("../images/checked.svg");
	/* border: 1px solid #e5e5e5; */
}

.custom-checkbox+span+label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	cursor: pointer;
	font-weight: 400;
}
.custom-checkbox+span+label::before {
  content: '';
  display: inline-block;
  min-width: 25px;
  min-height: 25px;
  margin-right: 42px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center center;
	background-size: 50% 50%;
	/* border: 1px solid #e5e5e5; */
}
.custom-checkbox:checked+span+label::before {
  background-color: #efefef;
	background-image: url("../images/checked.svg");
	/* border: 1px solid #e5e5e5; */
}

.bibl {
    padding-top: 50px;
    padding-bottom: 90px;
}
.bibl .sidebar-item__check label {
    font-size: 15px;
}
.library-not-found {
    margin-top: 40px;
    font-style: italic;
}
.sidebar {
    border: 1px solid #d1e1e8;
    margin-bottom: 40px;
    position: sticky;
    top: 100px;
}
.sidebar-item {
    border-bottom: 1px solid #d1e1e8;
    padding: 25px;
}
.sidebar-item:last-child {
    border-bottom: none;
}
.sidebar-item__head {
    color: #5d707e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.sidebar-item__check {
    margin-bottom: 20px;
}
.sidebar-item__check.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.sidebar-item__check:last-child {
    margin-bottom: 0;
}
.sidebar-links {
    padding: 0 20px;
    background-color: #f0f7fc;
}
.sidebar-link {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #d1e1e8;
}
.sidebar-link:last-child {
    border-bottom: none;
}
.sidebar-link a {
    color: #000000;
    font-size: 16px;
}
.sidebar-link a:hover {
    color: #219bd8;
    font-size: 16px;
}
.sidebar-link a.selected {
    color: #219bd8;

}
.sidebar-bottom {
    background-color: #d1e2e8;
    padding: 0 25px;
}
.sidebar-bottom__link a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
border-bottom: 1px solid #c2d4db;
padding: 15px 0;
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.sidebar-bottom__link:hover a{
    color: #1d71b8;
}
.sidebar-bottom__link:last-child a{
    border-bottom: none;
}
.sidebar-bottom__link svg {
    margin-right: 8px;
    font-size: 18px;
    min-width: 18px;
    max-width: 18px
}
.bibl-search {
    position: relative;
    margin-bottom: 15px;
}
.bibl-search input {
    padding: 30px 35px;
    border: 1px solid #d1e1e8;
    width: 100%;
}
.bibl-search a {
    position: absolute;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    right: 35px;
    line-height: 0;
}
.bibl-search a svg{
    font-size: 17px;
    color: #000000;
}
.bibl-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.bibl-tags label.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.bibl-tag {
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #e8f1f8;
    padding: 5px;
    color: #414141;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    cursor: pointer;
}
.bibl-tag svg{
    font-size: 9px;
    margin-left: 5px;
    display: none;
}
.bibl-tags input {
    display: none;
}
.bibl-tags input:checked + span.bibl-tag {
    background-color: #cee6f8;
}
.bibl-tags input:checked + span.bibl-tag svg {
    display: block;
}
.bibl-tag:hover {
    background-color: #cee6f8;
}

.bibl-item {
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #d1e1e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 100px;
    position: relative;
}
.bibl-item > svg {
    position: absolute;
    font-size: 56px;
    top: 35px;
    left: 0;
}

.bibl-item__title {
    color: #000000;
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
}
.bibl-item__author,
.bibl-item__section {
    color: #5d707e;
font-size: 11px;
font-weight: 600;
line-height: 23px;
text-transform: uppercase;
}
.bibl-item__author span,
.bibl-item__section span {
    display: block;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}
.bibl-item__section span {
    font-size: 12px;
}
.bibl-item__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.bibl-item__author {
    padding-right: 25px;
    border-right: 1px solid #d1e1e8;
    margin-right: 25px;
}
.bibl-item__section {
    padding-left: 25px;
}
@media (max-width: 575px) {
    .bibl-item {
        padding-left: 50px;
    }
    .bibl-item__title {
        font-size: 17px;
    }
    .bibl-item svg {
        font-size: 40px;
    }
}
/* ////Ð‘Ð¸Ð±Ð»Ð¸Ð¾Ñ‚ÐµÐºÐ° */


/* Ð“Ð»Ð¾Ð±Ð°Ð»ÑŒÐ½Ñ‹Ðµ ÑÑ‚Ð¸Ð»Ð¸, ÐºÐ¾Ð½ÐµÑ† */
/* Ð¿Ð°Ð³Ð¸Ð½Ð°Ñ†Ð¸Ñ */

.catalog-detail-tabs .pagination {
    margin-bottom: 0;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  color: #000000;
}

.pagination_btn {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  border: 1px solid transparent;
  margin-right: 5px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  /* border-radius: 50%; */
}

.pagination_btn:hover {
  background-color: #deedc6;
  color: #000000;
}

.pagination_btn.is-active:hover {
  border-color: transparent;
}

.pagination_btn.is-active {
  background-color: #219bd8;
  color: #ffffff;
      pointer-events: none;
  /* border-radius: 50%; */
}

.pagination_btn-left,
.pagination_btn-right {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.pagination_btn-right:hover,
.pagination_btn-left:hover {
    color:#219bd8;
}

.pagination_btn-left svg {
  margin-right: 25px;
}

.pagination_btn-right svg {
  margin-left: 25px;
}

@media (max-width: 1409px) {
  .pagination_btn-left span,
  .pagination_btn-right span {
    display: none;
  }
}

@media (max-width: 767px) {
  .pagination_btn {
    margin-left: 3px;
    margin-right: 3px;
  }
}

@media (max-width: 576px) {
  .pagination_btn {
    width: 30px;
    height: 30px;
  }

  .pagination_btn-right {
    margin-left: 0;
  }

  .pagination_btn-left {
    margin-right: 0;
  }

  .pagination_btn-left svg {
    margin-right: 10px;
  }

  .pagination_btn-right svg {
    margin-left: 10px;
  }
}

/* /Ð¿Ð°Ð³Ð¸Ð½Ð°Ñ†Ð¸Ñ */
/* ____________________ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ____________________ */

/* Ð¥ÐµÐ°Ð´ÐµÑ€ */



.language {
    position: absolute;
    width: 100%;
    top: 20px;
    background: #d7e9f7;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 60
}

.language__list__item > a {
    padding: 10px;
    color: #000;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.language__list__item > a:hover {
    background: #219bd8;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.language__list__item-active {
    background: #219bd8
}

.language__list__item-active > a:hover {
    color: #000
}

/* Ð¥ÐµÐ°Ð´ÐµÑ€, ÐºÐ¾Ð½ÐµÑ† */

/* ÐÐ°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ */

.navigation {
    display: none;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border-top: 1px solid #cdcdcd
}

/* ÐÐ°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ, ÐºÐ¾Ð½ÐµÑ† */

/* Ð‘Ð»Ð¾Ðº Ð¿Ð¾Ð¸ÑÐºÐ° */

.search {
    position: absolute;
    background: #eef5f9;
    z-index: 70;
    height: 59px;
    width: 0;
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid #fbfcfd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden
}

.search__open {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: 100%
}

.search__input {
    height: 100%;
    width: 100%;
    display: block;
    border: none;
    padding: 0 15px 0 10px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0)
}

.search__input__wrapper {
    width: 100%;
    display: inline-block
}

.search__button {
    height: 59px;
    width: 59px;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0
}

.search__button > svg {
    margin-top: 0
}

.search__button:hover {
    fill: #a1ce5c;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search__button.nice-select.open, .search__button:active {
    fill: #a1ce5c
}

.search__button > svg {
    height: 18px;
    width: 18px
}

.search__close {
    height: 59px;
    width: 59px;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0
}

.search__close > svg {
    height: 18px;
    width: 18px;
    fill: #aaa
}

.search__results {
    display: none;
    position: absolute;
    top: 59px;
    right: 0;
    width: 100%
}

.search__results__wrapper {
    background: #eef5f9;
    padding: 0
}

.search__results__list {
    padding: 7px 30px 1px;
    width: 100%
}

.search__results__item_active {
    font-weight: 700
}

.search__results__item a {
    color: #000;
    display: block;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search__results__item a:hover {
    color: #219bd8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search__results__button {
    width: 100%;
    padding: 8px 0 10px;
    background-color: #dbe3e8;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search__results__button:hover {
    background: #a1ce5c;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}


/*search-new*/

.new-search {
    position: absolute;
    width: 100%;
    background-color: #d1e1e8;
    height: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}
.new-search.fixed-search {
    position: fixed;
}
.new-search.fixed-search.new-search__open {
    height: 65px;
}
.new-search form {
    margin-bottom: 0;
}
.new-search.new-search__open {
    height: 100px;
    overflow: visible;
}

.new-search-results {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    overflow: hidden;
    /* max-height: 0; */
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
            box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    -webkit-transition: max-height .5s, padding .5s, top .3s;
    -o-transition: max-height .5s, padding .5s, top .3s;
    transition: max-height .5s, padding .5s, top .3s;
}
.new-search-results.new-search-result__open {
    /* max-height: 500px;
    overflow: visible; */
    /* max-height: 300px; */
    /* overflow: hidden; */
}
.fixed__search-results {
    top: 65px;
}
.new-search-items{
}
a.new-search-item {
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
padding: 15px 0;
border-bottom: 1px solid #e5f1f9;
color: #000000;
font-size: 20px;
font-weight: 600;
}
a.new-search-item:hover {
    color: #219bd8;
}
.new-search-item-img {
    width: 60px;
    min-width: 60px;
    margin-right: 25px;
}
.new-search-item-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.new-search-link-all {
    text-align: center;
    padding: 20px 0;
    color: #4d4d4d;
    display: inline-block;
    width: 100%;
}
/* Ð‘Ð»Ð¾Ðº Ð¿Ð¾Ð¸ÑÐºÐ°, ÐºÐ¾Ð½ÐµÑ† */

/* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ */

.mobile {
    display: none;
    background: #f1f7fc;
    padding: 35px 0 20px;
    z-index: 50;
    position: absolute;
    overflow-y: scroll;
    height: -webkit-calc(100vh - 58px);
    height: calc(100vh - 58px);
    width: 100%;
    top: 58px
}

.mobile__contacts, .mobile__menu__item {
    padding-bottom: 30px;
    position: relative
}

.mobile__contacts:after, .mobile__menu__item:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100vw;
    left: 50%;
    bottom: 0;
    margin-left: -50vw;
    background: #dee6ec
}

.mobile__hot__phone {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 700
}

.mobile__hot__description {
    font-size: 13px;
    font-weight: 400;
    margin: 8px 0
}

.mobile__phone {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 0
}

.mobile__email, .mobile__phone {
    font-family: Open Sans, sans-serif
}

.mobile__email {
    font-size: 14px;
    font-weight: 400;
    margin: 7px 0 0
}

.mobile__menu__item {
    padding-bottom: 0
}
.mobile__menu__item h4 {
    margin: 0;
    font-size: 16px;
}

.mobile__menu__item > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.mobile__menu__item > div > svg {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 15px
}

.mobile__menu__item a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 15px 0
}

.mobile__menu__item svg {
    width: 20px;
    height: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mobile__menu__item_active .mobile__products__open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mobile__submenu {
    padding: 20px 0 20px 15px;
    /* display: none; */
    position: relative;
    /* left: 50%;
    margin-left: -150px */
    margin: 0 auto;
}

.mobile__menu__item > div.mobile__submenu__wrapper {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background: #fff;
    display: none;
    overflow: hidden;
}

.mobile__submenu__item a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0;
}

.mobile__submenu__item svg {
    width: 32px;
    height: 32px
}

.mobile__submenu__item span {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400
}
.mobile__submenu__item a {

}

/* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ, ÐºÐ¾Ð½ÐµÑ† */

/* ÐŸÐµÑ€Ð²Ñ‹Ð¹ Ð±Ð»Ð¾Ðº */

.prime {
    position: relative
}

.prime__slider .slick-slide>div {
    height: 100%;
}
.prime__slider__item {
    height: 500px;
    position: relative;
    cursor:-webkit-grab;
    cursor:grab;
}
.prime__slider__item:active {
    cursor:-webkit-grabbing;
    cursor:grabbing;
}
.prime__slider__item a {
    color: #000000;
}
.prime__slider__image {
    display: none
}
@media (max-width:765px) {
    .prime__slider__image {
        display: block;
        margin-top: 30px;
    }
    .prime__slider__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        max-height: 150px;
        display: none;
    }
}
.prime-slide-item-flex,
.prime-slide-item-flex .container,
.prime-slide-item-flex .row {
    height: 100%;
    width: 100%;
}
.prime__new {
    padding: 5px 10px 8px;
    background: #a1ce5c;
    /* margin-top: 49px; */
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
}

.prime__new_disabled {
    opacity: 0
}

.prime__new span {
    opacity: .82
}

.prime__title {
    margin-top: 23px;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 10px;
}

.prime__description {
    margin-top: 23px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.prime__description > li {
    padding-left: 27px;
    position: relative
}

.prime__description > li:before {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 2px;
    background: #95b927;
    z-index: 10;
    top: 15px;
    left: 0
}

.prime__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.prime__bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

/* ÐŸÐµÑ€Ð²Ñ‹Ð¹ Ð±Ð»Ð¾Ðº, ÐºÐ¾Ð½ÐµÑ† */

/* ÐÐ°ÑÑ‚Ñ€Ð¾Ð¹ÐºÐ° ÑÐ»Ð¸Ðº-ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ð° */

.news .slick-dots, .prime .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0
}
.prime .slick-dots {
    bottom: 30px;
    flex-wrap: wrap;
}

.news .slick-dots button, .prime .slick-dots button {
    border: 1px solid #fff;
    width: 37px;
    height: 7px;
    background: rgba(0, 0, 0, 0);
    margin: 0 6px
}

.news .slick-dots > .slick-active > button, .prime .slick-dots > .slick-active > button {
    background: #fff
}

.slick-list {
    overflow: hidden
}

.slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

/* ÐÐ°ÑÑ‚Ñ€Ð¾Ð¹ÐºÐ° ÑÐ»Ð¸Ðº-ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ð°, ÐºÐ¾Ð½ÐµÑ† */

/* ÐŸÑ€Ð¾Ð´ÑƒÐºÑ‚Ñ‹ */

.products {
    text-align: center;
    padding: 59px 0 64px;
    position: relative
}

.products__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.products__bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom
}

.products__title {
    font-family: Open Sans, sans-serif;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.products__item {
    margin-top: 30px;
    display: block;
    color: #000
}

.products__item__description {
    font-size: 15px
}

/* .icon-ico_1, .icon-ico_2, .icon-ico_3, .icon-ico_4, .icon-ico_5, .icon-ico_6, .icon-ico_7, .icon-ico_8, .icon-ico_9, .icon-ico_10 {
    width: 68px;
    height: 68px
} */

/* ÐŸÑ€Ð¾Ð´ÑƒÐºÑ‚Ñ‹, ÐºÐ¾Ð½ÐµÑ† */

/* ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸ */

.news {
    background: #f1f7fc;
    border: 1px solid rgba(76, 151, 190, .21);
    padding: 55px 0 65px
}

.news__wrapper > div {
    margin-top: 15px
}
.news__wrapper a {
    color: #ffffff;
}

.news__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.news__bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.news__item {
    display: block;
    height: 100%;
    position: relative;
    padding: 0;
    -webkit-box-shadow: 0 3px 7px rgba(62, 125, 177, .08);
            box-shadow: 0 3px 7px rgba(62, 125, 177, .08)
}

.news__item__description {
    margin-top: 111px;
    padding-bottom: 30px;
    position: relative;
    z-index: 5
}

.news__item__billet {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    min-height: 30px;
    color: #040404;
    letter-spacing: 2.08px;
    display: inline-block;
    padding: 8px 17px;
    border: 1px solid rgba(249, 252, 253, .24);
    -webkit-border-radius: 2px;
            border-radius: 2px;
    margin: 26px 0 0 30px;
    position: relative;
    z-index: 10
}

.news__item__date {
    font-size: 14px;
    font-weight: 300;
    padding: 25px 0 16px 55px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .18);
    position: relative
}

.news__item__date > svg {
    position: absolute;
    height: 22px;
    width: 22px;
    top: 21px;
    left: 30px
}

.news__item__title {
    margin: 18px 0 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 30px;
    display: block;
    color: #fff
}

.news__company:after, .news__events:after, .news__webinars:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #0d2c39;
    opacity: .5;
    top: 172px;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news__company:hover:after, .news__events:hover:after, .news__webinars:hover:after {
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news__company {
    color: #fff
}

.news__company .news__item__billet {
    background-color: #dee7fd
}

.news__company .icon-time {
    fill: #fff
}
.news__company:hover .news__item__date,
.news__events:hover .news__item__date,
.news__webinars:hover .news__item__date {
    color:#ffffff;
}
.news__industry {
    background: #fff
}

.news__industry > .news__item__billet {
    background-color: #deedc6
}

.news__industry > .news__item__title {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(115, 164, 184, .32);
    color: #000
}

.news__industry > .news__item__title:last-child {
    border-bottom: none;
    padding-bottom: 45px
}

.news__industry svg {
    fill: #999
}

.news__events {
    color: #fff
}

.news__events .news__item__billet {
    background-color: #caecfb
}

.news__events .news__item__date svg {
    fill: #999
}

.news__webinars {
    color: #fff
}

.news__webinars .news__item__billet {
    background-color: #deedc6
}

.news__webinars .news__item__date svg {
    fill: #999
}

.news__actions {
    background: #fff;
    position: relative
}
.news__actions__slider,
.news__actions__slider .slick-list,
.news__actions__slider .slick-track,
.news__actions__slider .slick-slide,
.news__actions__slider .slick-slide > div,
.news__actions__slider .news__actions__slider__item {
    height: 100%;
}
.news__actions__slider__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/* .news__actions:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #deedc6
} */

.news__actions .news__item__title {
    color: #000;
    height: 140px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.news__actions__brand {
    position: absolute;
    width: 73px;
    height: 47px;
    top: 25px;
    right: 18px
}

.news__actions .slick-dots {
    bottom: auto;
    top: 230px;
    flex-wrap: wrap;
    row-gap: 15px;
}

.news__actions .slick-dots button {
    border: none;
    width: 44px;
    height: 6px;
    background: #979899;
    margin: 0 10px
}

.news__actions .slick-dots > .slick-active > button {
    background: #badb8f
}

.news__actions .news__item__billet {
    background-color: #caecfb;
    position: absolute;
}
.news__actions .news__item__image {
    height: 290px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    /* padding: 20px; */
}
.news__actions .news__item__image img {
    margin: 0 auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}
.news__actions .news__item__title {
    margin-top: 0px;
    background-color: #deedc6;
    position: relative;
    z-index: 10;
    padding: 29px 30px 37px
}

.news__item__wrapper {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.news__item__wrapper svg {
    width: 68px;
    height: 68px
}

.news__item__subitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 34px 39px 36px 31px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    height: 33.33333333%;
    width: 100%;
}

.news__item__subitem:after {
    content: "";
    position: absolute;
    display: block;
    background: #eef8fd;
    height: 1px;
    left: 31px;
    right: 39px;
    bottom: 0
}

.news__item__subitem:last-child:after {
    display: none
}

.news__item__subitem:hover {
    background: #eef8fd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 3px 7px rgba(62, 125, 177, .08);
            box-shadow: 0 3px 7px rgba(62, 125, 177, .08)
}

.news__item__subitem:hover .news__subitem__description {
    opacity: .7
}

.news__subitem__description {
    font-size: 24px;
    line-height: 24px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000
}

/* ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸, ÐºÐ¾Ð½ÐµÑ† */

/* Ð”Ð¸Ð»ÐµÑ€ÑÐºÐ°Ñ ÑÐµÑ‚ÑŒ */

.network {
    padding: 52px 0 0
}

.network__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.network__select {
    margin-top: 26px;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: #f1f7fc;
    height: 37px;
    line-height: 35px
}

.network__select__wrapper {
    /* max-width: 368px; */
    margin-left: auto
}

.network__select .list {
    -webkit-border-radius: 0;
            border-radius: 0
}

.network__select .list li {
    position: relative
}

.network__select .list li:after {
    content: "";
    display: block;
    position: absolute;
    background: #e9eff2;
    height: 1px;
    left: 18px;
    right: 18px
}

.network__map {
    min-height: 500px;
    margin: 35px auto 0;
    border-top: 1px solid #b4bac2
}

/* Ð”Ð¸Ð»ÐµÑ€ÑÐºÐ°Ñ ÑÐµÑ‚ÑŒ, ÐºÐ¾Ð½ÐµÑ† */

/* Ð¤ÑƒÑ‚ÐµÑ€ */

.footer {
    color: #fff
}

/* Ðž ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸ */

.about {
    padding: 40px 0 70px;
    text-align: center;
    position: relative
}

.about__submenu {
    display: none
}

.about__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.about__bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.about__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column
}

.about__menu__item {
    /* margin-top: 15px */

}

.about__menu__item > a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    display: inline-block;
}
@media (min-width: 768px) {
    .about__menu__item:nth-child(n+7) {
        margin-right: 100px;
    }
}

.footer .about__menu__item > a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0;
    display: inline-block;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .footer .about__menu__item > a {
        margin-right: 20px;
    }
}
.about__submenu__wrapper {
    display: none
}

.about__hot__phone, .about__phone {
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.about__hot__phone {
    margin-top: 50px
}

.about__hot__description {
    font-size: 14px;
    font-weight: 400;
    margin-top: 16px
}

.about__phone {
    margin-top: 38px
}

a.about__email {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color:#ffffff;
}

.about__logo {
    display: none
}
.about-slider-block {
    position: relative;
    margin-bottom: 50px;
}
.about-slider-block img {
    width: 100%;
}
.about-prew,
.about-next {
    position: absolute;
    top: -8px;
    width: 52px;
 height: 52px;
 border: 1px solid #e8f1f8;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
     -ms-flex-align: center;
         align-items: center;
}
.about-prew {
 right: 59px;
}
.about-next {
 right: 0;
}
.about-slider .slick-slide {
    margin: 0 15px;
}
.icon-arrow-l-s {
  width: 0.5595703125em;
}

.icon-arrow-r-s {
  width: 0.5595703125em;
}
.provider-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.provider-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-calc((100% - 4px)/5);
    width: calc((100% - 4px)/5);
    border-left: 1px solid #e8f1f8;
    border-top: 1px solid #e8f1f8;
    position: relative;
    height: 125px;
    margin-bottom: -1px;
    margin-right: -1px;
}
a.provider-item:focus,
a.provider-item:active {
    border-left: 1px solid #e8f1f8;
    border-top: 1px solid #e8f1f8;
}
.provider-item::before {
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #e8f1f8;
    position: absolute;
}
.provider-item::after {
    content: '';
    width: 1px;
    height: 100%;
    right: 0;
    background-color: #e8f1f8;
    position: absolute;
}

.provider-item img {
    width: 100%;
    padding: 30px;
}

@media (max-width: 765px) {
    .provider-item {
        width: -webkit-calc((100% - 4px)/3);
        width: calc((100% - 4px)/3);
    }
}
@media (max-width: 575px) {
    .provider-item {
        width: -webkit-calc((100% - 4px)/2);
        width: calc((100% - 4px)/2);
    }
}
/* Ðž ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸, ÐºÐ¾Ð½ÐµÑ† */

/* Ð‘Ð»Ð¾Ðº Ñ ÐºÐ¾Ð¿Ð¸Ñ€Ð°Ð¹Ñ‚Ð°Ð¼Ð¸ */

.stuff {
    background: #0a6297;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 25px 0 20px
}

.stuff__rights {
    opacity: .66
}

.stuff__rules {
    margin-top: 10px;
    opacity: .66
}

.stuff__rules a {
    color: #fff
}

.stuff__map {
    margin-top: 10px;
    opacity: .66
}

.stuff__map a {
    color: #fff
}

.stuff__personal {
    margin-top: 10px;
    opacity: .66
}

.stuff__personal a {
    color: #fff
}

.stuff__social {
    margin-top: 10px;
    opacity: .66
}

.stuff__social a {
    color: #fff;
}


/* Ð‘Ð»Ð¾Ðº Ñ ÐºÐ¾Ð¿Ð¸Ñ€Ð°Ð¹Ñ‚Ð°Ð¼Ð¸, ÐºÐ¾Ð½ÐµÑ† */

/* ____________________ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ, ÐºÐ¾Ð½ÐµÑ†____________________ */

@media (min-width: 576px) {
    .network__select__wrapper {
        max-width: 368px;
    }
    .mobile__submenu {
        max-width: 510px;
    }
}

/* ____________________ÐŸÐ»Ð°Ð½ÑˆÐµÐ½Ñ‚Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ____________________ */

@media (min-width: 768px) {


    /* ÐÐ°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ, ÐºÐ¾Ð½ÐµÑ† */

    /* ÐŸÐµÑ€Ð²Ñ‹Ð¹ Ð±Ð»Ð¾Ðº */

    .prime__description {
        margin-bottom: 75px
    }

    .prime__slider__item {
        font-size: 12px;
        font-weight: 700;
        height: 100%;
        min-height: 430px
    }

    .prime__slider__image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 40px
    }

    .prime__slider__image img {
        width: 100%;
        max-height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
       margin-bottom: 40px
    }

    .prime__slick-next, .prime__slick-prev {
        position: absolute;
        top: -webkit-calc(50% - 26px);
        top: calc(50% - 26px);
        z-index: 10;
        width: 52px;
        height: 52px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        outline: rgba(0, 0, 0, 0)
    }

    .prime__slick-next svg, .prime__slick-prev svg {
        width: 52px;
        height: 52px
    }

    .prime__slick-next:hover, .prime__slick-prev:hover {
        background-color: rgba(7, 67, 112, 0.3);
        /* opacity: .3; */
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .prime__slick-next {
        right: 40px
    }

    .prime__slick-prev {
        left: 40px
    }

    /* ÐŸÐµÑ€Ð²Ñ‹Ð¹ Ð±Ð»Ð¾Ðº, ÐºÐ¾Ð½ÐµÑ† */

    /* ÐŸÑ€Ð¾Ð´ÑƒÐºÑ‚Ñ‹ */

    .products__item__image > svg {
        font-size: 86px;
        /* width: 86px;
        height: 86px */
    }

    .products__wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center
    }

    /* ÐŸÑ€Ð¾Ð´ÑƒÐºÑ‚Ñ‹, ÐºÐ¾Ð½ÐµÑ† */

    /* ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸ */

    .news {
        padding-top: 35px
    }

    .news__wrapper > div {
        margin-top: 30px
    }

    .news__actions__slick-next, .news__actions__slick-prev {
        position: absolute;
        top: 142px;
        z-index: 10;
        width: 42px;
        height: 42px;
        fill: #eef2f5;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .news__actions__slick-next svg, .news__actions__slick-prev svg {
        width: 42px;
        height: 42px
    }

    .news__actions__slick-next:hover, .news__actions__slick-prev:hover {
        fill: #b7c8d5;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }


    .news__actions__slick-next {
        right: 20px
    }

    .news__actions__slick-prev {
        left: 20px
    }

    /* ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸, ÐºÐ¾Ð½ÐµÑ† */

    /* Ð”Ð¸Ð»ÐµÑ€ÑÐºÐ°Ñ ÑÐµÑ‚ÑŒ */

    .network__title__wrapper {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center
    }

    .network__select {
        margin-top: 7px
    }

    /* Ð”Ð¸Ð»ÐµÑ€ÑÐºÐ°Ñ ÑÐµÑ‚ÑŒ, ÐºÐ¾Ð½ÐµÑ† */

    /* Ðž ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸ */

    .about {
        padding: 35px 0 45px;
        text-align: left
    }

    .about__menu a {
        font-size: 13px
    }

    .about__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: 312px
    }

    .about__menu__item a {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .about__menu__item a:hover {
        color: #b1def6;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .about__submenu {
        display: block;
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2
    }

    .about__submenu__wrapper {
        margin-top: 15px;
        display: block
    }

    .about__submenu__item {
        padding-top: 15px
    }

    .about__submenu__item a {
        color: #fff;
        font-weight: 400;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .about__submenu__item a:hover {
        color: #b1def6;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .about__contacts {
        height: 100%;
        position: relative;
        padding-bottom: 110px
    }

    .about__hot__phone {
        margin-top: 20px
    }

    .about__logo {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 218px;
        height: 57px;
        opacity: .36;
        margin-left: 15px
    }

    /* Ðž ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸, ÐºÐ¾Ð½ÐµÑ† */

    /* Ð‘Ð»Ð¾Ðº Ñ ÐºÐ¾Ð¿Ð¸Ñ€Ð°Ð¹Ñ‚Ð°Ð¼Ð¸ */

    .stuff__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .stuff__map, .stuff__rules, .stuff__personal, .stuff__social {
        margin-top: 0;
    }

}

/* Ð‘Ð»Ð¾Ðº Ñ ÐºÐ¾Ð¿Ð¸Ñ€Ð°Ð¹Ñ‚Ð°Ð¼Ð¸, ÐºÐ¾Ð½ÐµÑ† */

/* ____________________ÐŸÐ»Ð°Ð½ÑˆÐµÑ‚Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ, ÐºÐ¾Ð½ÐµÑ†____________________ */

/* ____________________ÐœÐ°Ð»Ð°Ñ Ð´ÐµÑÐºÑ‚Ð¾Ð¿Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ____________________ */

@media (min-width: 1024px) {


    /* ÐÐ°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ, ÐºÐ¾Ð½ÐµÑ† */

    /* ÐŸÐµÑ€Ð²Ñ‹Ð¹ Ð±Ð»Ð¾Ðº */

    .prime__new {
        margin-left: 70px;
        font-size: 12px;
    }

    .prime__title {
        font-size: 37px;
        margin-left: 70px;
    }

    .prime__description {
        margin-left: 110px;
        font-size: 18px;
    }

    .prime__slick-next {
        right: 40px;
    }

    .prime__slick-prev {
        left: 40px;
    }

    .prime .slick-dots button {
        width: 66px;
        height: 12px;
        margin: 0 12.5px
    }

    /* ÐŸÐµÑ€Ð²Ñ‹Ð¹ Ð±Ð»Ð¾Ðº, ÐºÐ¾Ð½ÐµÑ† */

    /* ÐŸÑ€Ð¾Ð´ÑƒÐºÑ‚Ñ‹ */

    .products__title {
        text-align: left;
        font-size: 37px
    }

    .products__item {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .products__item:hover {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: .8
    }

    /* ÐŸÑ€Ð¾Ð´ÑƒÐºÑ‚Ñ‹, ÐºÐ¾Ð½ÐµÑ† */

    /* ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸ */

    .news__item__title, .products__item__description {
        font-size: 18px
    }

    .news__industry .news__item__title {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .news__industry .news__item__title:hover {
        opacity: .7;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    /* ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸, ÐºÐ¾Ð½ÐµÑ† */

    /* Ð”Ð¸Ð»ÐµÑ€ÑÐºÐ°Ñ ÑÐµÑ‚ÑŒ */

    .network__title {
        margin: 0;
        font-size: 37px;
        text-align: left
    }

    .network__select__label {
        margin: 0
    }

    /* Ð”Ð¸Ð»ÐµÑ€ÑÐºÐ°Ñ ÑÐµÑ‚ÑŒ, ÐºÐ¾Ð½ÐµÑ† */

    /* Ðž ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸ */

    .about__menu a {
        font-size: 16px
    }

    /* Ðž ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸, ÐºÐ¾Ð½ÐµÑ† */

    /* Ð‘Ð»Ð¾Ðº Ñ ÐºÐ¾Ð¿Ð¸Ñ€Ð°Ð¹Ñ‚Ð°Ð¼Ð¸ */

    .stuff {
        font-size: 14px
    }

    .stuff__wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
            -ms-flex-pack: start;
                justify-content: start
    }

    .stuff__map, .stuff__rules, .stuff__personal {
        margin: 0 0 0 40px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .stuff__social {
        margin: 0 0 0 40px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .stuff__social#youtube-link {
       display: flex;
       align-items: center;
       white-space: nowrap;
       margin: 0 0 0 90px;
    }

    .stuff__social#vk-link {
       display: flex;
       align-items: center;
       white-space: nowrap;
       margin: 0 0 0 30px;
    }

    .stuff__social#telegram-link {
       display: flex;
       align-items: center;
       white-space: nowrap;
       margin: 0 0 0 25px;
    }

    .stuff__map:hover, .stuff__rules:hover, .stuff__personal:hover, .stuff__social:hover {
        opacity: 1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .stuff__social a{
        display:flex;
        align-items: center;
    }

    .stuff__social svg{
        margin-right: 5px;
    }

    /* Ð‘Ð»Ð¾Ðº Ñ ÐºÐ¾Ð¿Ð¸Ñ€Ð°Ð¹Ñ‚Ð°Ð¼Ð¸, ÐºÐ¾Ð½ÐµÑ† */

    /* Ð¤Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ */


}
/* Ð¤Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ, ÐºÐ¾Ð½ÐµÑ† */

/* ____________________ÐœÐ°Ð»Ð°Ñ Ð´ÐµÑÐºÑ‚Ð¾Ð¿Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ, ÐºÐ¾Ð½ÐµÑ†____________________ */

/* ____________________Ð¡Ñ€ÐµÐ´Ð½ÑÑ Ð´ÐµÑÐºÑ‚Ð¾Ð¿Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ____________________ */

@media (min-width: 1410px) {

    /* Ð¥ÐµÐ°Ð´ÐµÑ€ */

    /* ÐÐ°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ, ÐºÐ¾Ð½ÐµÑ† */

    /* ÐŸÐµÑ€Ð²Ñ‹Ð¹ Ð±Ð»Ð¾Ðº */

    .prime__slider__item {
        height: 500px
    }

    .prime__new {
        margin-left: 0;
        /* margin-top: 125px */
    }

    .prime__title {
        margin-left: 0;
        line-height: 49.86px;
        width: 685px
    }

    .prime__description {
        margin-left: 60px;
        line-height: 32px;
        width: 500px;
        margin-top: 42px
    }

    .prime__description > li {
        margin-left: -27px
    }

    /* ÐŸÐµÑ€Ð²Ñ‹Ð¹ Ð±Ð»Ð¾Ðº, ÐºÐ¾Ð½ÐµÑ† */

    /* ÐŸÑ€Ð¾Ð´ÑƒÐºÑ‚Ñ‹ */

    .products {
        padding: 80px 0
    }

    .products__item {
        margin-top: 45px;
        margin-bottom: 13px
    }

    .products__item__image > svg {
        font-size: 146px;
        /* width: 146px;
        height: 146px */
    }

    /* ÐŸÑ€Ð¾Ð´ÑƒÐºÑ‚Ñ‹, ÐºÐ¾Ð½ÐµÑ† */

    /* ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸ */

    .news {
        padding: 62px 0 113px
    }

    .news__actions:after {
        height: 100px;
        z-index: 1;
    }

    /* Ð”Ð¸Ð»ÐµÑ€ÑÐºÐ°Ñ ÑÐµÑ‚ÑŒ */

    .network {
        /* padding: 52px 0 0 */
        padding: 40px 0 0
    }

    .network__map {
        /* margin-top: 47px */
        margin-top: 40px;

    }

    /* Ð‘Ð»Ð¾Ðº Ñ ÐºÐ¾Ð¿Ð¸Ñ€Ð°Ð¹Ñ‚Ð°Ð¼Ð¸ */

    .footer__stuff {
        font-size: 14px
    }

    /* Ð¤Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ */


}

/* ____________________Ð¡Ñ€ÐµÐ´Ð½ÑÑ Ð´ÐµÑÐºÑ‚Ð¾Ð¿Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ, ÐºÐ¾Ð½ÐµÑ†____________________ */

/* ____________________Ð‘Ð¾Ð»ÑŒÑˆÐ°Ñ Ð´ÐµÑÐºÑ‚Ð¾Ð¿Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ____________________ */

@media (min-width: 1680px) {

    /* Ð¥ÐµÐ°Ð´ÐµÑ€ */


    /* ÐŸÐµÑ€Ð²Ñ‹Ð¹ Ð±Ð»Ð¾Ðº */

    .prime__title {
        font-size: 42px;
        line-height: 52px
    }

    .prime__description {
        margin-top: 30px;
        font-size: 18px;
        line-height: 32px
    }

    .prime__slick-next {
        right: 5%
    }

    .prime__slick-prev {
        left: 5%
    }

    /* ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸ */

    .news {
        padding-bottom: 106px
    }

    /* .news__actions .news__item__title {
        padding-bottom: 95px
    } */

    /* Ð”Ð¸Ð»ÐµÑ€ÑÐºÐ°Ñ ÑÐµÑ‚ÑŒ */

    /* .network {
        padding: 82px 0 0
    } */

    /* Ð¤Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ */


}

/* ____________________Ð‘Ð¾Ð»ÑŒÑˆÐ°Ñ Ð´ÐµÑÐºÑ‚Ð¾Ð¿Ð½Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ, ÐºÐ¾Ð½ÐµÑ†____________________ */

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð´Ñ€ÑƒÐ³Ð¸Ñ… ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ† */

/* ÐžÐ±Ñ‰Ð¸Ðµ */
.head-page {
    position: relative;
    /* height: 100px; */
    padding-top: 0px;
    padding-bottom: 1px;
}

.title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px
}

.subtitle {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

/* ÐžÐ³Ð»Ð°Ð²Ð»ÐµÐ½Ð¸Ðµ */

.index__wrapper {
    max-width: 500px;
    margin: 0 auto
}

.index__title {
    margin-top: 50px
}

.index__list {
    margin-top: 20px
}

.index__list-item {
    margin-top: 10px
}

.index__link {
    color: #0a6297;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.index__link:hover {
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

/* ÐžÐ³Ð»Ð°Ð²Ð»ÐµÐ½Ð¸Ðµ, ÐºÐ¾Ð½ÐµÑ† */

/*Ð’ÐµÐ±Ð¸Ð½Ð°Ñ€Ñ‹, Ð±ÑƒÐ´ÑƒÑ‰Ð¸Ðµ Ð²ÐµÐ±Ð¸Ð½Ð°Ñ€Ñ‹*/
.next {
    padding: 40px 0 45px
}

.next__signboard {
    margin-top: 30px
}

.next__description {
    color: #000;
    margin-top: 34px;
    display: block
}

.next__description:hover {
    color: rgba(0, 0, 0, .7)
}

.next__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600
}

.next__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 16px
}

.signboard {
    position: relative
}
.signboard .no-photo img,
.webinar .no-photo img {
    -o-object-fit: contain;
       object-fit: contain;
}

.signboard:hover .signboard__sign-up {
    height: 68px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.signboard:hover .signboard__bg:before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 100%
}

.signboard__wrapper {
    min-height: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.signboard__bg:before {
    background: #0d2c39;
    position: absolute;
    display: block;
    opacity: .48;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    content: ""
}

.signboard__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.signboard__date {
    -webkit-border-radius: 2px;
            border-radius: 2px;
    border: 1px solid rgba(249, 252, 253, .24);
    background-color: #deedc6;
    margin: 15px 0 0 17px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 16px 6px 9px;
    font-size: 14px
}

.signboard__date > span {
    display: inline-block;
    margin-left: 3px
}

.signboard__date > svg {
    height: 24px;
    width: 24px;
    fill: #000;
    opacity: .5
}

.signboard__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding: 0 17px;
    border: 1px solid rgba(249, 252, 253, .24);
    background-color: #deedc6;
    margin: 15px 0 0 7px
}

.signboard__sign-up {
    height: 0;
    background-color: #009fe3;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden
}

/*Ð’ÐµÐ±Ð¸Ð½Ð°Ñ€Ñ‹, Ð¿Ñ€Ð¾ÑˆÐµÐµÐ´ÑˆÐ¸Ðµ*/
.past {
    background: #f1f7fc;
    padding: 35px 0 45px
}

.webinar {
    margin-top: 30px
}

.webinar__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 200px
}

.webinar__inner:after, .webinar__inner:before {
    content: "";
    display: block;
    height: 60px;
    width: 60px;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    left: 50%;
    margin-left: -30px;
    z-index: 10
}

.webinar__inner:after {
    height: 0;
    width: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #000;
    margin-top: -31px;
    margin-left: -2px
}

.webinar__bg {
    z-index: 0;
    overflow: hidden;
}

.webinar__date {
    height: 50px;
    background-color: #0d2c39;
    color: #fff;
    font-size: 14px;
    opacity: .48;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center
}

.webinar__date > svg {
    height: 24px;
    width: 24px;
    fill: #fff;
    opacity: .5;
    margin-left: 15px
}

.webinar__date > span {
    margin-left: 7px
}

.webinar__description {
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    margin-top: 25px
}

@media (min-width: 768px) {
    .signboard__date {
        margin: 31px 0 0 34px
    }

    .signboard__time {
        margin-top: 31px
    }
}

@media (min-width: 1410px) {
    .head-page {
        /* height: 195px; */
        padding-top: 0px;
        padding-bottom: 1px;
    }

    .title {
        font-size: 40px;
        font-weight: 700;
        line-height: 49.86px
    }

    .subtitle {
        font-size: 33px;
        line-height: 48px
    }

    .next {
        padding: 80px 0 95px
    }

    .next__description {
        margin-top: 55px
    }

    .next__text {
        margin-top: 30px
    }

    .past {
        padding: 70px 0 30px
    }

    .past__webinar {
        margin-bottom: 60px;
    }
}

/*Ð›Ð¸Ñ‡Ð½Ñ‹Ð¹ ÐºÐ°Ð±Ð¸Ð½ÐµÑ‚*/
.lk__wrapper {
    margin-top: 45px
}

.lk__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column
}

.lk__menu {
    padding: 0 10px 25px;
    border: 1px solid #d1e1e8;
    width: 100%
}

.lk__menu--bold {
    padding-bottom: 20px;
    border-bottom: 1px solid #d1e1e8
}

.lk__menu-item--bold {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    margin-top: 30px;
    display: block;
    position: relative;
    padding-left: 32px
}

.lk__menu-item--bold > svg {
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0
}

.lk__menu-item--thin {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin-top: 25px;
    display: block
}

.lk__menu-list-item {
    position: relative
}

.lk__menu-list-item:first-child .lk__menu-item--thin {
    margin-top: 12px
}

.lk__menu-list-item:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background: #d1e1e8;
    bottom: -13px
}

.lk__menu-list-item:last-child:after {
    display: none
}

.lk__subtitle {
    margin-top: 20px
}

.lk__personal {
    padding: 0 10px 25px;
    border: 1px solid #d1e1e8;
    margin-top: 10px
}

.lk__personal-category {
    opacity: .8;
    color: #1d1d1d;
    font-size: 14px;
    letter-spacing: .35px;
    margin-top: 20px
}

.lk__personal-value {
    font-size: 16px;
    letter-spacing: .4px;
    margin-top: 7px
}

.lk__edit {
    margin-top: 30px
}

.lk__edit-button {
    width: 100%;
    padding: 15px 60px;
    border: 1px solid #219bd8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .28px
}

.lk__discount {
    background-color: #eaf2f8;
    margin-top: 10px;
    padding: 25px 40px 25px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center
}

.lk__discount-category {
    color: #5d707e;
    font-size: 16px;
    font-weight: 600
}

.lk__discount-value {
    font-size: 35px;
    font-weight: 300
}

.lk__contract {
    background-color: #eaf2f8;
    margin-top: 10px;
    padding: 28px 40px 32px 30px
}

.lk__contract-category {
    color: #5d707e;
    font-size: 16px;
    font-weight: 600
}

.lk__contract-description {
    font-size: 16px;
    margin-top: 15px
}

.lk__contract-details {
    margin-top: 10px
}

.lk__contract-exp, .lk__contract-exp-time {
    opacity: .8;
    font-size: 14px
}

.lk__contract-specification {
    color: #5c5c5c;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    position: relative
}

.lk__contract-download {
    color: #337ba7;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .26px;
    margin-left: auto;
    display: inline-block;
    position: relative
}

.lk__contract-download-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px
}

.lk__contract-download-wrapper svg {
    position: absolute;
    height: 18px;
    width: 18px;
    fill: #337ba7;
    top: -2px;
    left: 0;
    display: none
}

.lk__manager {
    background-color: #eaf2f8;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 28px 40px 32px 30px
}

.lk__manager svg {
    display: none
}

.lk__manager-title {
    color: #5d707e;
    font-size: 16px;
    font-weight: 600
}

.lk__manager-name {
    font-size: 22px;
    margin-top: 20px
}
.lk__manager-image img{
    width: 52px;
    margin-right: 15px;
}
@media (max-width:1023px){
    .lk__manager-image img {
    width: 200px;
    margin-right: 0px;
    margin-top: 50px;
}
}
.lk__manager-email, .lk__manager-function, .lk__manager-phone {
    font-size: 14px;
    margin-top: 10px
}

@media (min-width: 768px) {
    .lk__wrapper {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .lk__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start
    }

    .lk__menu {
        padding: 20px 30px 50px 34px;
        width: 55%
    }

    /* .lk__content {
        width: 40%;
        margin-left: 30px
    } */

    .lk__subtitle {
        margin-top: 0
    }

    .lk__personal {
        padding: 26px 30px 50px 34px
    }

    .lk__discount {
        margin-top: 28px
    }

    .lk__contract {
        margin-top: 26px
    }

    .lk-details {
        margin-top: 13px
    }

    .lk__manager {
        margin-top: 16px
    }
}

@media (min-width: 1024px) {
    .lk__menu {
        width: auto
    }

    .lk__menu-item--bold {
        font-size: 18px;
        font-weight: 600;
        padding-left: 43px
    }

    .lk__menu-item--thin {
        font-size: 16px;
        line-height: 25px;
        color: #000;
        margin-top: 25px;
        display: block
    }

    .lk__content {
        width: 570px
    }

    .lk__discount {
        padding-right: 83px
    }

    .lk__contract-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 15px
    }

    .lk__contract-exp {
        margin-right: 5px
    }

    .lk__contract-exp-time {
        margin-right: auto
    }

    .lk__contract-download-wrapper {
        margin-left: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 0
    }

    .lk__contract-download-wrapper svg {
        display: block
    }

    .lk__contract-download {
        padding-left: 24px;
        margin-left: 24px
    }

    .lk__contract-specification {
        padding-left: 20px
    }

    .lk__contract-specification > svg {
        top: -2px;
        height: 16px;
        width: 16px
    }

    .lk__manager svg {
        display: block
    }

    .lk__manager-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
            margin-top: 20px;
    }

    .lk__manager-inner {
        /* margin-top: 20px; */
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }
    .lk__manager-wrapper .lk__manager-inner:nth-child(3){
        width: 58%;
    }
    .lk__manager-inner svg {
        height: 18px;
        width: 18px;
        position: absolute;
        top: 0;
        left: 0;
        fill: #727172
    }

    .lk__manager-name {
        margin-top: 0
    }

    .lk__manager-email {
        margin-top: 0
    }

    .lk__manager-email, .lk__manager-phone {
        position: relative;
        /* padding-left: 26px */
        display: flex;
    }
}

@media (min-width: 1410px) {
    .lk__wrapper {
        margin-top: 90px;
        margin-bottom: 90px
    }
}

/*Ð˜Ð½ÑÑ‚Ñ€ÑƒÐºÑ†Ð¸Ð¸*/
.instructions {
    margin: 10px 0 20px;
    border: 1px solid #d1e1e8
}

.instructions button {
    text-align: left;
    padding-right: 35px;
    position: relative
}

.instructions li {
    position: relative
}

.instructions svg {
    position: absolute;
    top: 20px;
    right: 8px;
    height: 18px;
    width: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.instructions__first-floor-button {
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #d1e1e8;
    padding-left: 5px;
    background-color: #eaf2f8
}

.instructions__second-floor {
    display: none
}

.instructions__second-floor-button {
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #d1e1e8;
    padding-left: 5px
}

.instructions__third-floor {
    display: none
}

.instructions__third-floor-button {
    font-size: 15px;
    font-weight: 600;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #d1e1e8;
    padding-left: 42px
}

.instructions__third-floor-button:before {
    position: absolute;
    content: "";
    display: block;
    background: #219bd8;
    height: 1px;
    width: 19px;
    top: 29px;
    left: 6px
}

.instructions__fourth-floor {
    display: none
}

.instructions__fourth-floor-button {
    font-size: 13px;
    font-weight: 600;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #d1e1e8;
    padding-left: 70px
}

.instructions__fourth-floor-button:before {
    position: absolute;
    content: "";
    display: block;
    background: #219bd8;
    height: 1px;
    width: 19px;
    top: 29px;
    left: 34px
}

.instructions__fifth-floor {
    display: none
}

.instructions__fifth-floor-item {
    border-bottom: 1px solid #d1e1e8;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px 0 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.instructions__title {
    font-size: 12px;
    font-weight: 600
}

.instructions__download {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .26px;
    color: #219bd8;
    position: relative
}

.instructions__download > svg {
    display: none
}

.reagents__menu--active > svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width: 1024px) {
    .instructions svg {
        right: 20px;
        top: 31px
    }

    .instructions__first-floor-button {
        padding-left: 31px;
        font-size: 20px;
        height: 80px
    }

    .instructions__second-floor-button {
        padding-left: 31px;
        font-size: 22px;
        height: 80px
    }

    .instructions__third-floor-button {
        font-size: 18px;
        padding-left: 84px;
        height: 80px
    }

    .instructions__third-floor-button:before {
        width: 38px;
        top: 39px;
        left: 34px
    }

    .instructions__fourth-floor-button {
        font-size: 16px;
        padding-left: 140px;
        height: 80px
    }

    .instructions__fourth-floor-button:before {
        width: 38px;
        top: 39px;
        left: 87px
    }

    .instructions__fifth-floor-item {
        height: 80px;
        padding: 0 30px 0 31px
    }

    .instructions__title {
        font-size: 15px
    }

    .instructions__download {
        font-size: 13px;
        padding-left: 30px
    }

    .instructions__download svg {
        display: block;
        left: 0;
        top: -2px;
        fill: #219bd8
    }
}

@media (min-width: 1410px) {
    .instructions {
        margin: 40px 0 90px
    }
}

.lk__refresh {
    color: #1d1d1d;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .35px;
    margin-top: 40px
}

/*Ð¡Ñ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° Ñ„Ð¾Ñ€Ð¼ Ð»Ð¸Ñ‡Ð½Ð¾Ð³Ð¾ ÐºÐ°Ð±Ð¸Ð½ÐµÑ‚Ð°*/
.lk__form {
    margin-top: 45px
}

.form {
    margin-bottom: 44px
}

.form > label {
    opacity: .8;
    color: #1d1d1d;
    letter-spacing: .35px;
    margin-top: 10px;
    display: block
}

.form__input {
    width: 100%;
    height: 45px;
    padding: 0 18px;
    border: 1px solid #cad6dc;
    margin-top: 5px
}

.form__input--alert {
    border: 1px solid #e30613;
    color: #e30613
}

.form__submit {
    margin-top: 20px;
    width: 100%;
    height: 55px;
    background-color: #deedc6
}

@media (min-width: 1024px) {
    .form {
        margin-bottom: 88px
    }

    .form > label {
        margin-top: 20px
    }

    .form__input {
        margin-top: 10px
    }

    .form__submit {
        margin-top: 43px;
        width: 200px;
        height: 55px;
        background-color: #deedc6
    }
}

/*Ð¡Ñ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° Ð´Ð¸Ð»ÐµÑ€Ð¾Ð²*/
.dealer {
    position: relative
}

.dealer__title {
    padding: 50px 0 25px
}

.dealer__select {
    height: 45px;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 0;
            border-radius: 0
}

.dealer__select .list {
    -webkit-border-radius: 0;
            border-radius: 0
}

.dealer__select .option {
    padding: 5px 10px;
    border-bottom: 1px solid #d6e4eb
}

.dealer__select-block {
    background-color: #d6e4eb;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center
}

.dealer__map .network__map {
    margin-top: 0
}

.dealer__table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse
}

.dealer__table svg {
    height: 18px;
    width: 18px;
    margin-bottom: -5px;
    fill: #727272
}

.dealer__table-row {
    border: 1px solid #d1e1e8;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 10px
}

.dealer__table-col {
    width: 100%;
    padding: 10px 20px;
    width: 175px;
    /* text-align: right; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.dealer__table-col:first-child {
    width: 100%;
    padding: 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.dealer__table-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
            text-align: left;
}
.dealer__table-title {
    font-size: 18px;
    font-weight: 600
}

.dealer__table-address {
    margin-top: 10px;
    display: block
}

.dealer__table-address, .dealer__table-email, .dealer__table-phone, .dealer__table-work {
    color: #5c5c5c;
    font-size: 12px
}
.dealer__table-phone {
    margin-bottom: 7px;
}
.dealer__table-phone:last-child {
    margin-bottom: 0;
}
.dealer__table-col svg {
    min-width: 18px;
    margin-right: 7px;
}

.table-section {
    margin: 32px 0 45px
}

@media (min-width: 1024px) {
    .dealer {
        position: relative
    }

    .dealer__title {
        padding: 105px 0 45px
    }

    .dealer__select {
        height: 75px;
        font-size: 22px
    }

    .dealer__select .option {
        padding: 10px 20px
    }

    .dealer__select-block {
        background-color: #d6e4eb;
        height: 130px
    }

    .dealer__table-row {
        /* height: 100px; */
        /* display: table-row; */
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0
    }

    .dealer__table-col {
        width: 250px;
        text-align: right;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .dealer__table-col:first-child {
        width: auto;
        padding: 20px 30px 20px 30px;
        text-align: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
                max-width: 700px;
    }

    .dealer__table-col:nth-child(2) {
        margin-left: auto
    }

    .table-section {
        margin: 64px 0 90px
    }
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #edf6fc;
}
/* Ð¡Ñ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° Ð²Ð°ÐºÐ°Ð½ÑÐ¸Ð¸ */

.vacanÑies__list {
    margin-top: 70px;
margin-bottom: 110px;
}

.vacanÑies__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px;
    border: 1px solid #d1e1e8;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.vacanÑies__title {
    font-size: 24px;
font-weight: 600;
width: 70%;
}
.vacanÑies__city {
    font-size: 14px;
color: #5c5c5c;
-webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
}
.vacanÑies__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.vacanÑies__link svg{
    margin-right: 10px;
}


@media (max-width: 1409px) {
    .vacanÑies__title {
        width: 55%;
}
}
@media (max-width: 767px) {
    .vacanÑies__title {
        width: 100%;
        margin-bottom: 20px;
}
}
@media (max-width: 575px) {
    .vacanÑies__title {
        font-size: 22px;
        margin-bottom: 15px;
}
.vacanÑies__city {
        margin-bottom: 15px;
        width: 100%;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
}
.vacanÑies__item {
    padding: 25px;
    margin-bottom: 20px;
}
}

/* ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸ */
.news-sections {
    border-bottom: 1px solid #e8f0f3;
}
.news-section-item {
    padding: 25px 10px;
    color: #000000;
    display: inline-block;
    margin-right: 35px;
    position: relative;
    font-weight: 600;
}
.news-section-item:hover {
    color: #219bd8;
}
.news-section-item::after {
    content: "";
    display: block;
    bottom: -1px;
    position: absolute;
    height: 4px;
    left: -10px;
    right: -10px;
    z-index: 57;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #219bd8;
}
.news-section-item:hover::after,
.news-section-item.active::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/* .news-section-item.active {
    background-color: #deedc6;
    pointer-events: none;
} */
.news-items {
    margin-top: 75px;
    padding-bottom: 50px;
}
.news-item {
    display: block;
    margin-bottom: 60px;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    background-color: #f0f7fc;
}
.news-item .no-photo {
    min-height: 309px;
}
.news-item__img {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 309px;
}

.news-item__img img {
    width: 100%;
    vertical-align: top;
    -o-object-fit: cover;
       object-fit: cover;
}
.news-item__date{
    bottom: 0;
    color: #9e9e9e;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 23px;
    margin-bottom: 30px;
}
.news-item__date svg {
    color: #9e9e9e;
    /* opacity: 0.5; */
    margin-right: 10px;
}
.news-item__title{
    color: #000000;
font-size: 20px;
font-weight: 600;
padding: 0 30px;
margin-bottom: 30px;
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
display: block;
}
.news-item__descr{
    color: #000000;
font-size: 16px;
font-weight: 400;
padding: 0 30px;
padding-bottom: 30px;
}
.news-item__descr span {
    color: #000000!important;
}
.news-item__predescr{
    color: #000000;
font-size: 16px;
font-weight: 400;
padding: 0 30px;
padding-bottom: 30px;
}
.news-item__title:hover {
    color: #219bd8;
}
.news-item__img img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.news-item__img:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.news-item__label {
    position: absolute;
    padding: 10px 25px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    border: 1px solid rgba(249, 252, 253, 0.24);
    background-color: #deedc6;
    top: 30px;
    left: 30px;
    color: #000000;
}
.events-date {
    margin-top: 50px;
}

.events-date__block {
    display: inline-block;
    font-size: 14px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    border: 1px solid rgba(249, 252, 253, 0.24);
    background-color: #deedc6;
    margin-right: 8px;
    padding: 13px 17px;
}
.events-date__block svg {
    margin-right: 7px;
        font-size: 20px;
    vertical-align: text-top;
}
.news-item__event-labels {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #000000;
}
.news-item__event-label {
    display: inline-block;
    font-size: 14px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    border: 1px solid rgba(249, 252, 253, 0.24);
    background-color: #deedc6;
    margin-right: 8px;
    padding: 13px 17px;
}
.news-item__event-label svg {
    margin-right: 7px;
    font-size: 16px;
    vertical-align: bottom;
}
.calendar-block {
    margin-bottom: 50px;
}
a.calendar-button {
    padding: 20px;
    color: #000000;
    background-color: #deedc6;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 1410px) and (max-width: 1679px) {
    .news-item .no-photo {
    min-height: 260px;
}
.news-item__img {min-height: auto; }
}
@media (min-width: 1024px) and (max-width: 1409px) {
    .news-item .no-photo {
    height: 203px;
}
.news-item__img {height: auto; }
}
@media (max-width: 1023px) {
    .events-date {
    margin-top: 20px;
    margin-bottom: -50px;
}
.calendar-block {
    display: none;
}
.calendar-block .js-calendar:last-child {
    display: none;
}
.news-item .no-photo {
    min-height: 231px;
}
.news-item__img {height: auto;}
}
@media (max-width: 765px) {
    /* .news-sections {
        margin-top: -10px;
    } */
    .news-item .no-photo {
    min-height: 358px;
}
.news-item__img {height: auto;}
}
@media (max-width: 575px) {
    .news-item__label {
        top: 10px;
        left: 10px;
        padding: 5px 15px;
    }
    .news-item__event-labels {
        top: 10px;
        left: 10px;
    }
    .news-item__event-label {
        padding: 5px 15px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .news-item__label {
        top: 10px;
        left: 10px;
        padding: 5px 15px;
    }
    .news-item__event-labels {
        top: 10px;
        left: 10px;
    }
    .news-item__event-label {
        padding: 5px 15px;
    }
}
@media (min-width: 1024px) {
    a.calendar-button {
        display: none;
    }
    .calendar-block {
        display: block!important;
    }
}

/* ///ÐÐ¾Ð²Ð¾ÑÑ‚Ð¸ */
/*ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹*/

.contacts {
  margin-top: 60px;
  margin-bottom: 100px;
}

.contacts-info__value span {
  line-height: 24px;
}

.contacts-info {
  background-color: #ffffff;
    border: 1px solid #d6e4eb;
    padding: 50px;
  min-height: 100%;
}

.contacts-info__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px #d6e4eb solid;
}

.contacts-info__item:last-child {
  border-bottom: none;
}
.contacts-info__item a {
    color: #000;
}
.contacts-info__item a:hover {
    color: #219bd8;
}
.contacts-info__title {
  color: #080808;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.text-content ul {
  list-style: none;
  padding-left: 40px;
  margin-bottom: 30px;
}

.text-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 0;
  line-height: 1.5;
}

.text-content ul li::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 17px;
  top: 11px;
  left: -38px;
  background-color:#219bd8;
}

.text-content {
  max-width: 955px;
  margin: 60px auto;
}
.map {
  min-height: 400px;
  height: 100%;
}

.map #map {
  height: 100%;
  width: 100%;
}
.map #map-contact {
  height: 100%;
  width: 100%;
  border: 1px solid #d1e1e8;
border-left: none;
}

@media (max-width: 767px) {
  .map {
    min-height: 300px;
  }
}

@media (max-width: 1023px) {
  .contacts-info {
    padding: 30px;
  }

  .contacts-info__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .map #map-contact {
  border-left: 1px solid #d1e1e8;
  border-top: none;
}
}


/* /ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹*/

/* ÐšÐ°Ñ€ÑŒÐµÑ€Ð° */
.career-top {
    padding-top: 70px;
    padding-bottom: 70px;
}
.career-logo {
    max-width: 100%;
    margin-bottom: 30px;
}
.career-bottom {
    position: relative;
    /* padding-bottom: 55px; */
    padding-top: 30px;
}
.career-bottom__bg {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
}
.career-bottom__item {
background-color: #ffffff;
padding: 40px;
margin-bottom: 55px;
height: -webkit-calc(100% - 55px);
height: calc(100% - 55px);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.career-bottom__item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}
.career-bottom__item-title span {
    min-width: 65px;
min-height: 65px;
background-color: #d1e1e8;
    color: #000000;
font-size: 26px;
font-weight: 600;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-border-radius: 50%;
        border-radius: 50%;
margin-right: 25px;
}
.career-bottom__item-name {
    font-size: 20px;
font-weight: 600;
}
.career-bottom__item-descr {
    line-height: 26px;
    margin-bottom: 50px;
}
.career-bottom__item-link {
    color: #000;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 20px 0;
    font-weight: 600;
}
.career-bottom__item-link:hover {
    color: #000;
}
.career-bottom__item-link svg {
    color: #000;
    margin-right: 5px;
    font-size: 19px;
    min-width: 19px
}
.icon-ico-cub {
    font-size: 140px;
}
@media (min-width: 1024px) and (max-width: 1409px) {
    .career-bottom__item {
        padding: 30px;
    }
    .career-bottom__item-link {
        font-size: 13px;
    }
}
@media (max-width: 575px) {
    .career-bottom__item {
        padding: 30px;
    }
    .career-bottom__item-link {
        font-size: 13px;
    }
}
/* ///ÐšÐ°Ñ€ÑŒÐµÑ€Ð° */
/* ÐšÐ°Ñ‚Ð°Ð»Ð¾Ð³ */

.catalog {
  padding-top: 70px;
  padding-bottom: 80px;
}
.catalog-sidebar {
    border: 1px solid #d1e1e8;
}
.catalog-sidebar ul {

}
.catalog-sidebar>ul {
    background-color: #f0f7fc;
}
.catalog-sidebar ul li {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    margin-bottom: -1px;
}
.catalog-sidebar ul li a {
    padding: 20px;
    border-bottom: 1px solid #d1e1e8;
    display: block;
}
/* .catalog-sidebar ul li:hover {
    background-color: #d1e1e8;
    margin-top: -1px;
} */
.catalog-sidebar ul li:hover a{
    color: #219bd8;
}
/* .catalog-sidebar ul li:first-child:hover {
    background-color: #d1e1e8;
    margin-top: 0;
} */
.catalog-sidebar ul li:last-child {
    margin-bottom: 0;
}
.catalog-sidebar ul li:last-child a {
    border-bottom: none;
}
.catalog-sidebar .active {
     background-color: #d1e1e8;
}
.catalog-sidebar a,
.catalog-sidebar-menegment a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
/* .catalog-sidebar a:hover {
    color: rgba(0, 0, 0, 0.52);
} */

.catalog-sidebar-menegment {
    /* border-top: 1px solid #d1e1e8; */
}
.catalog-sidebar-menegment__item {
    padding: 30px 40px;
    /* border-bottom: 1px solid #d1e1e8; */
}
@media (max-width: 1679px) {
    .catalog-sidebar-menegment__item {
        padding: 30px 20px;
    }
}
.catalog-sidebar-menegment__item a.btn {
    width: 100%;
    text-align: center;
    padding: 20px;
}
.catalog-sidebar-menegment__img {
    margin-bottom: 20px;
}
.catalog-sidebar-menegment__img img {
    width: 100%;

}
.catalog-sidebar-menegment__direction {
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
}
.catalog-sidebar-menegment__name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px;
}
.catalog-sidebar-menegment__prof {
    font-size: 15px;
	line-height: 1.5
}
.catalog-sidebar-menegment__mail a {
    /* margin-bottom: 20px; */
    font-size: 14px;
}
.catalog-sidebar-menegment__tel a {
    font-size: 14px;
}
.catalog-sidebar-menegment__mail a,
.catalog-sidebar-menegment__tel a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
    /* width: 75%; */
}
.catalog-sidebar-menegment__mail a:hover,
.catalog-sidebar-menegment__tel a:hover {
    color: rgba(0, 0, 0, 0.52)
}
.catalog-sidebar-menegment__icon {
    display: flex;
    justify-content: center;
    margin-right: 5px;
    font-size: 16px;
    width: 20px;
    flex-shrink: 0;
    align-items: center;
    height: 17px;
}
.catalog-sidebar-menegment__icon .icon-mail-maneger {
    font-size: 12px;
}
.catalog-sidebar-menegment__tel a .phone span {
    margin-top: 4px;
    /* display: block; */
    font-size: 12px;
}


.catalog-sidebar-menegment-dop {
    display: none;
}
@media (max-width: 991px) {
    .catalog-sidebar {
        margin-top: 40px;
    }
}
.link-group-top {
    margin-bottom: 40px;
}
.link-group-top-title {
    font-size: 16px;
    margin-bottom: 40px;
	max-width: 950px;
    line-height: 1.4;
}

.link-group-top__item {
        border: 1px solid #d1e1e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    min-height: 100px;
}
.link-group-top__item:active,
.link-group-top__item:focus {
        border: 1px solid #d1e1e8;
}
.link-group-top__item:hover {
   background-color: #eff8fd;
}
.link-group-top__img {
    /* padding: 10px; */
    border-right: 1px solid #d1e1e8;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    background-color: #ffffff;
    min-width: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.link-group-top__img img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
}
.link-group-top__img svg {
    font-size: 66px;
}
.link-group-top__name {
    color: #000000;
font-size: 16px;
font-weight: 600;
padding: 20px;
}
.link-group-bottom {
    /* border: 1px solid #d1e1e8; */
    margin-bottom: 50px;
}
.link-group-bottom a {
    color: #219bd8;
    font-size: 15px;
    padding-bottom: 20px;
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #d1e1e8;
}
.link-group-bottom a:hover {
    color: #0e7bb1;
}
.link-group-bottom a svg{
    margin-right: 10px;
    min-width: 15px;
}

/* .link-group-bottom__row {
    display: flex;
    border-bottom: 1px solid #d1e1e8;
}
.link-group-bottom__row:last-child {
    border-bottom: none;
}
.link-group-bottom__row a {
    width: 50%;
    padding: 15px 30px;
    color: #000000;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.link-group-bottom__row a svg {
    margin-right: 10px;
    min-width: 15px;
}
.link-group-bottom__row a:hover {
    color:#219bd8;
} */
.link-group-bottom + .btn {
    margin-bottom: 50px;
}
/* .section-descr {
    margin-top: 50px;
} */
@media (max-width: 575px) {
    .link-group-top__name {
        font-size: 14px;
    }
}

.btn {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.btn:hover {
    color: #000000;
}
.btn--green {
    background-color: #deedc6;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn--green:hover {
    background-color: #cbe0a9;
}

/* .catalog-sidebar-menegment > .catalog-sidebar-menegment__item:last-child {
    border-bottom: none;
} */
a.catalog-sidebar-menegment__more-btn {
    margin-top: 20px;
    display: block;
    margin: 20px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.catalog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d1e1e8;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    color: #000000;
    margin-bottom: 30px;
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
}
.catalog-item:hover {
    color: #000000;
}
.catalog-item:hover .catalog-item__info{
    background-color: #eff8fd;
}
.catalog-item__img {
    min-width: 200px;
    padding: 30px;
}
.catalog-item__img img{
    width: 100%;
    height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
}
.catalog-item__info {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    padding: 40px 70px 50px 30px;
    background-color: #ffffff;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border-left: 1px solid #d1e1e8;
}
.catalog-item__title {
    font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
}
.catalog-item__descr {
    line-height: 26px;
}
.catalog-item__link {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    min-width: 40px;
    background-color: #eaf0f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-description {
    margin-bottom: 50px;
}
.catalog-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d1e1e8;
    margin-bottom: 45px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.catalog-detail__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}
.catalog-detail__image {
    width: 350px;
    min-width: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* padding: 0 70px; */
}
.catalog-detail__image.no-photo {
    align-items: center;
}
.catalog-detail__image img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
       padding: 20px;
}
.catalog-detail__info {
    /* background-color: #f1f7fc; */
    /* padding: 50px; */
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    width: 100%;
}
.catalog-detail__info .catalog-detail__info-text {
    padding: 30px 50px;
    /* max-height: 380px; */
    /* overflow: hidden; */
    position: relative;
    transition: max-height .3s ease-in-out;
    padding-right: 0;
}
/* .catalog-detail__info .add--grad.catalog-detail__info-text:before{
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);} */
.catalog-detail__info-text.open {
    max-height: 100%;
    transition: max-height .3s ease-in-out;
}
.catalog-detail__info .catalog-detail__info-text p:last-child{
    margin: 0;
}
.catalog-detail__info h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.catalog-detail__brend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 80px;
}
.catalog-detail__brend-img {
    width: 30%;
    margin-right: 20px;
}
.catalog-detail__brend-img img{
    width: 100%;
}
.catalog-detail__link a {
    margin: 0;
}
.catalog-detail-descr {
    margin-top: 45px;
    margin-bottom: 45px;
    position: relative;
}
#detail-descr {
    position: absolute;
    top: -100px;
}
.catalog-detail-video {
  overflow:hidden;
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  margin-bottom: 55px;
  cursor: pointer;
}
.catalog-detail-video iframe {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
.catalog-detail-video img {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  opacity: 1;
  display: block;
}
.catalog-detail-video svg {
  position:absolute;
  left:-webkit-calc(50% - 60px);
  left:calc(50% - 60px);
  top:-webkit-calc(50% - 60px);
  top:calc(50% - 60px);
  opacity: 1;
  font-size: 120px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  display: block;
}
.catalog-detail-video:hover svg {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}
.catalog-detail-video.hide-img img,
.catalog-detail-video.hide-img svg{
    opacity: 0;
    /* display: none; */
    width: 0px;
    height: 0px;
    -webkit-transition: opacity .3s ease-in-out ,
                width .1s .3s,
                height .1s .3s;
    -o-transition: opacity .3s ease-in-out ,
                width .1s .3s,
                height .1s .3s;
    transition: opacity .3s ease-in-out ,
                width .1s .3s,
                height .1s .3s;
}
.catalog-detail-tabs {
    border: 1px solid #d1e1e8;
}
.catalog-detail-tabs > ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.catalog-detail-tabs > ul li{
    /* -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; */
    text-align: center;
    width: 50%;
}
@media (max-width:767px) {
    .catalog-detail-tabs > ul li {
        width: 100%;
    }
}
.catalog-detail-tabs > ul li a{
    display: block;
    padding: 20px 10px;
    background-color: #eaf0f3;
    color: #686868;
    font-weight: 600;
    border-left: 1px solid #d1e1e8;
    border-bottom: 1px solid #d1e1e8;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center ;
    -webkit-align-items: center ;
        -ms-flex-align: center ;
            align-items: center ;
}
.catalog-detail-tabs > ul li a:hover{
    color: #219bd8;
}
.catalog-detail-tabs ul li:first-child a{
    border-left: none;
}
.catalog-detail-tabs > ul li a.active{
    background-color: #ffffff;
    color: #000000;
    cursor: default;
}
.catalog-detail-tab-content {
    padding: 50px 30px;
    line-height: 1.5;
}
.catalog-detail-tab-chars {
    margin-bottom: 30px;
}
.catalog-detail-tab-char {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #d1e1e8;
	/*white-space:nowrap;*/
}
.catalog-detail-tab-char:first-child {
    padding-top: 0;
}
.catalog-detail-tab-name {
    color: #7f7f7f;
    width: 33%;
    min-width: 33%;
    padding-right: 20px;
}
.tab-materials .catalog-detail-tab-name {
    color: #7f7f7f;
    width: 60%;
    min-width: 60%;
    padding-right: 30px;
}
.tab-materials .catalog-detail-tab-value {
    width: 20%;
    min-width: 20%;
    padding-right: 30px;
}
.tab-dop .catalog-detail-tab-name {
    width: 60%;
    min-width: 60%;
    color: #000000;
}
.tab-dop .catalog-detail-tab-value {
    font-size: 12px;
    color: #5c5c5c;
}
.tab-dop .catalog-detail-tab-value svg,
.tab-dop .catalog-detail-tab-link svg {
    margin-right: 10px;
}
.tab-dop .catalog-detail-tab-char {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.tab-dop .catalog-detail-tab-link {
    font-weight: 600;
}
.tab-dop .catalog-detail-tab-chars {
    margin-bottom: 0;
}
@media (max-width: 765px) {
    .link-group-bottom__row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .link-group-bottom__row a {
        width: 100%;
    }
    .link-group-bottom__row a:first-child {
        border-bottom: 1px solid #d1e1e8;
    }
    .link-group-top__item {
        margin-bottom: 8px;
        height: -webkit-calc(100% - 8px);
        height: calc(100% - 8px);
    }
    .link-group-bottom {
        margin-bottom: 0;
    }
    .section-descr {
    margin-top: 0;}
    .btn.all-reagents {
        width: 100%;
        text-align: center;
    }
    .link-group-top-title {
        font-size: 24px;
    }
    .link-group-top-title:first-child {
        font-size: 28px;
    }
    .catalog-item {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .catalog-item__img {
        width: 100%;
        height: 300px;
    }
    .catalog-item__info {
        padding: 30px;
    }
    .catalog-item__link {
    width: 100%;
    height: 40px;
}
}
/* ////ÐšÐ°Ñ‚Ð°Ð»Ð¾Ð³ */


/* ÐŸÑ€Ð¾Ñ‡Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸ */

.header__menu__btn_close svg {
    display: block;
    height: 16px;
    width: 16px;
    fill: #000;
    margin-top: 3px;
    margin-left: 3px
}

.header__menu__btn_close:after {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
            box-shadow: none
}

.mark__content__big {
    color: #404040;
    font-size: 37px;
    font-weight: 400
}

.mark__content__medium {
    color: #404040;
    font-size: 24px;
    font-weight: 400
}

.fixed {
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    background: #fff
}

.fixed, .fixed__results {
    position: fixed
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑÐ½Ð´ÐµÐºÑ-ÐºÐ°Ñ€Ñ‚ */

.popover {
    background: #fff;
    -webkit-box-shadow: 0 3px 27px rgba(62, 125, 177, .14);
            box-shadow: 0 3px 27px rgba(62, 125, 177, .14);
    position: absolute;
  }

  .popover__close {
    color: #9c9c9c;
    font-size: 10px;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 12px;
  }

  .popover__close:hover {
    color: #a1ce5c;
  }

  .popover__tail {
    border: 9px solid transparent;
    border-top-color: #fff;
    margin-left: -9px;
    position: absolute;
    left: 50%;
    top: 100%;
  }

  .contacts .baloon__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts .baloon__img {
    margin-right: 15px;
  }

  .ballon__head {
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 22px 18px;
  }

  .ballon__head-text {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }

  .baloon__logo {
    margin-right: 18px;
    width: 74px;
  }

  .baloon__logo img {
    max-height: 100%;
    vertical-align: top;
  }

  .ballon__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    max-width: -webkit-calc(100% - 92px);
    max-width: calc(100% - 92px);
  }

  .baloon__body {
    padding: 22px 22px 13px;
  }

  .baloon__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    widows: 100%;
  }

  .baloon__line a {
    color: #333;
  }

  .baloon__line .icon {
    color: #999;
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .baloon__line .icon-worktime {
    font-size: 18px;
  }


.popover__inner {
    /* min-height: 20px;
    background: #fff;
    position: relative; */
    padding: 40px
}
/* @media (max-width: 338px) {
    .popover__inner {
        padding: 0;
    }
} */
.contacts .popover__inner {
    padding: 0;
}
/* .popover__inner>ymaps {
    width: 100%!important;
}
.popover__content {
    width: 100%
} */

.popover__close {
    position: absolute;
    right: 23px;
    top: 19px
}

.popover__close > svg {
    width: 18px;
    height: 18px;
    color: #aaa;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.popover__close:hover >svg {
    color: #a1ce5c;
}

.balloon svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    fill: #747373
}

.balloon__title {
    border-bottom: 1px solid #e6eaef;
    padding-bottom: 20px
}

.balloon__title a {
    font-size: 24px;
    font-weight: 700;
    color: #000
}

.balloon__address {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #e6eaef;
    position: relative
}

.balloon__address svg {
    top: 17px
}

.balloon__phone {
    margin-top: 20px;
    position: relative;
    padding-left: 30px
}

.balloon__phone > a,
.balloon__email a {
    color: #000
}

.balloon__email {
    margin-top: 10px;
    position: relative;
    padding-left: 30px
}

.balloon__email > a {
    color: #000
}

.balloon__work-time {
    margin-top: 10px;
    position: relative;
    padding-left: 30px
}

@media (max-width: 575px) {
    /*.popover {
        width: 100%
    }*/

    .balloon__title {
        padding-bottom: 10px
    }

    .balloon__title a {
        font-size: 18px
    }

    .balloon__address {
        font-size: 12px;
        padding: 10px 0 10px 30px
    }

    .balloon__address svg {
        top: 8px
    }

    .balloon__phone {
        margin-top: 10px;
        padding-left: 30px
    }

    .balloon__email, .balloon__work-time {
        margin-top: 5px;
        padding-left: 30px
    }
}

.show {
    display: block
}

/*Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð˜Ð½Ñ‚ÐµÑ€Ð½ÐµÑ‚ Ð­ÐºÑÐ¿Ð»Ð¾Ñ€ÐµÑ€*/
@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    body {
        position: relative;
        padding-bottom: 423px;
        display: block;
        height: 100%
    }

    .footer {
        height: 423px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }
}
/* 404
  ================================================================ */
.page-404 {
  height: 100%;
  min-height: auto;
  margin: 0;
}

.page-404__header {
  background: #fff;
  height: 175px;
  /* padding: 85px 0 0; */
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo--404 {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  width: 220px;
}

.logo--404 svg {
  font-size: 56px;
}

.slogan--404 {
  padding-left: 20px;
  vertical-align: middle;
}

.slogan--404 .icon {
  font-size: 28px;
  margin-right: 12px;
}

.slogan--404 span {
  font-size: 14px;
}

.page-404__content {
  background: url(../images/404-bg.png) no-repeat center bottom;
  min-height: -webkit-calc(100vh - 175px);
  min-height: calc(100vh - 175px);
  overflow: hidden;
  padding: 90px 0 110px;
  position: relative;
  width: 100%;
  background-size: cover;
}

.page-404__content .container {
  position: relative;
  z-index: 1;
}
.page-404__content .content-style {
    margin: 0;
}

.block-404 {
  max-width: 575px;
}

.block-404--title {
  max-width: none;
}

.block-404 p {
  margin-bottom: 17px;
}

.block-404 p > span {
  display: inline-block;
  margin-bottom: 10px;
}

.block-404 ul {
  margin-bottom: 35px;
}

.block-404 ul > li {
  margin-bottom: 10px;
}

.block-404__title {
  position: relative;
  text-align: center;
  width: 100%;
}

.block-404__img {
  height: auto;
  margin: 0 auto 25px;
  position: relative;
  z-index: 1;
}

.block-404__img img {
  vertical-align: top;
}

.block-404__title h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  margin: 0;
}

@media (max-width: 767px) {
  .page-404__header {
    height: 120px;
    padding: 20px 0 0;
  }

  .page-404__content {
    padding: 0px 0 50px;
  }
  .block-404 {
      padding-top: 50px;
  }
}


.mCSB_scrollTools .mCSB_dragger {
        -webkit-border-radius: 4px;
                border-radius: 4px;
    background-color: #289dd8;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
     background-color: #289dd8;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #289dd8;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    width: 8px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #cbd5d9;
}








/* Ð¿ÐµÑ€ÐµÐ½ÐµÑÑ‚Ð¸ Ð½Ð° ÑÐ±Ð¾Ñ€ÐºÑƒ */




.navigation__list__submenu__wrapper {
    background-color: #f1f7fc;
    width: 150px;
    position: absolute;
    left: -10px;
    top: 58px;
    display: none;
}
.navigation__list__submenu__item {
    padding: 15px;
    border-bottom: 1px solid #e7eef4;
}
.navigation__list__submenu__item:last-child {
    padding: 15px;
    border-bottom: none;
}
.navigation__list__submenu__link,
.fixed .navigation__list__submenu__link{
    color:#000000;
}
.navigation__list__submenu__link:hover,
.fixed .navigation__list__submenu__link:hover {
    color: #219bd8;;
}
.fixed .navigation__list__submenu__wrapper {
    top: 52px;
}

@media (max-width: 1409px) {
    .catalog-detail__image {
        /* width: 200px;
        min-width: 200px;
        padding: 0 30px; */
        width: 300px;
        min-width: 300px;
    }
    .catalog-detail__info .catalog-detail__info-text {
    padding: 30px 20px;
}
.catalog-detail__link {
    margin-bottom: 25px;
    margin-left: 20px;
}
    .catalog-detail-tabs > ul li a {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.modal-title {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.form-input label {
    width: 100%;
    color: #5b5b5b;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.form-input input,
.form-input textarea {
    width: 100%;
    border: 1px solid #cad6dc;
    color: #000000;
    font-size: 16px;
    display: block;
    padding: 7px;
    margin-bottom: 20px;
}
.form-input textarea {
    resize: vertical;
}
.form-input.error input,
.form-input.error textarea {
    border: 1px solid red;
}
.form-rec-subm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 30px;
}

.fl_upld {
  margin-bottom: 30px; }
  .fl_upld label {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #219bd8;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    cursor: pointer; }
    .fl_upld label:hover{
        color:#1d86bb;
    }
    .fl_upld label:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 30px;
      height: 20px;
      margin-top: -10px;
      background: url(../img/svg/file.svg) no-repeat center;
      background-size: 8px;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
  .fl_upld .fl_inp[type="file"] {
    display: none; }
  .fl_upld .fl_nm {
    white-space: nowrap;
    font-size: 18px;
    position: absolute;
    top: 1px;
    left: 30px;
    bottom: 1px;
    right: 1px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1; }
  .fl_upld .file-choosen {
    color: transparent; }
  .fl_upld .file-choosen + .fl_nm {
    z-index: 2; }
    .form__checkbox {
    position: relative;
  }
  .form__checkbox-field {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
    .form__checkbox-label {
    color: #000;
    cursor: pointer;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 24px;
    position: relative;
  }
  .form__checkbox-label:before,
  .form__checkbox-label:after {
    content: "";
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
  }
  .form__checkbox-label:before {
    border: 1px solid #DFE1E8;
  }
  .error .form__checkbox-label:before {
    border-color: #EB5757;
  }
  .form__checkbox-label:after {
    background: url(../images/checked.svg) no-repeat center;
    background-size: 14px 14px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .form__checkbox-field:checked+.form__checkbox-label:after {
    opacity: 1;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .modal-wrapper-blue {
    background-color: #e5f1f9;
    margin-left: -40px;
    margin-right: -40px;
    padding: 40px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}


.modal-wrapper-blue input {
    background-color: #e5f1f9;
}
.dealer__table-dop-terr {
    color: #2d2d2d;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}
.dealer__table-dop-terr-value {
    color: #1d1d1d;
    font-size: 12px;
}
.adapt-block {
margin-top: 90px;
margin-bottom: 90px;
border: 1px solid #d1e1e8;
}
.adapt-item__head {
    padding: 35px;
    border-bottom: 1px solid #d1e1e8;
    border-top: none ;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.adapt-item:last-child .adapt-item__head {
    border-bottom: none;
}
.adapt-item:last-child .adapt-item__item:last-child {
    border-bottom: none;
}
.adapt-item:last-child .adapt-item__head.in {
    border-bottom: 1px solid #d1e1e8;
}
.adapt-item__title {
    font-size: 28px;
font-weight: 700;
}
.adapt-item__body {
    display: none;
}
.adapt-item__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 35px;
    border-bottom: 1px solid #d1e1e8;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.adapt-item__item-name {
    width: 70%;
}
.adapt-item__item-title {
    font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
}
.adapt-item__item-subtitle {
    color: #5c5c5c;
font-size: 12px;
}
.adapt-item__item .catalog-detail-tab-value {
    width: 15%;
}
.adapt-item__head > svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.adapt-item__head.in > svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
@media (max-width: 765px) {
    .catalog-detail__image {
        width: 100%;
        min-width: 100%;
        padding: 30px 0;
        max-height: 300px;
        height: 300px;
    }
    .catalog-detail__image img {
        height: 100%;
    }
    .catalog-detail {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .catalog-detail__brend {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
    }
    .catalog-detail__left {
        width: 100%;
    }
    .catalog-detail__left .catalog-detail__brend {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    }
    .catalog-detail__brend img {
        margin-bottom: 20px;
    }
    .catalog-detail__left .catalog-detail__brend img {
        margin-bottom: 0;
    }
    .catalog-detail-tabs > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .catalog-detail-tab-char {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .catalog-detail-tab-name,
    .tab-materials .catalog-detail-tab-name,
    .tab-materials .catalog-detail-tab-value,
    .tab-dop .catalog-detail-tab-name,
    .tab-dop .catalog-detail-tab-value,
    .tab-dop .catalog-detail-tab-link {
        width: 100%;
        margin-bottom: 10px;
    }
    .tab-materials .catalog-detail-tab-name,
    .tab-materials .catalog-detail-tab-value {
        padding-right: 0;
    }
    .form-rec-subm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    }
    .form-rec-subm .captcha {
        margin-bottom: 20px;
        -webkit-transform: scale(0.85);
            -ms-transform: scale(0.85);
                transform: scale(0.85);
    }
    .form-rec-subm button {
        width: 100%;
    }
    .modal-wrapper-blue {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    }
    .modal-header {
        padding-top: 10px;
        padding-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .dealer__select-block {
        height: 140px;
    }
}


.navigation__list__submenu__wrapper {
    background-color: #f1f7fc;
    width: 150px;
    position: absolute;
    left: -10px;
    top: 58px;
    display: none;
}
.navigation__list__submenu__item {
    padding: 15px;
    border-bottom: 1px solid #e7eef4;
}
.navigation__list__submenu__item:last-child {
    padding: 15px;
    border-bottom: none;
}
.navigation__list__submenu__link,
.fixed .navigation__list__submenu__link{
    color:#000000;
}
.navigation__list__submenu__link:hover,
.fixed .navigation__list__submenu__link:hover {
    color: #219bd8;;
}
.fixed .navigation__list__submenu__wrapper {
    top: 52px;
}
@media (max-width: 1409px) {
    /* .catalog-detail__image {
        width: 200px;
        min-width: 200px;
        padding: 0 30px;
    } */
    .catalog-detail-tabs > ul li a {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.modal-title {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.form-input label {
    width: 100%;
    color: #5b5b5b;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.form-input input,
.form-input textarea {
    width: 100%;
    border: 1px solid #cad6dc;
    color: #000000;
    font-size: 16px;
    display: block;
    padding: 7px;
    margin-bottom: 20px;
}
.form-input.error input,
.form-input.error textarea {
    border: 1px solid red;
}
.form-rec-subm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 30px;
}
.form-rec-subm button {
    background-color: #deedc6;
    padding: 30px 85px;
}
.fl_upld {
  margin-bottom: 30px; }
  .fl_upld label {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #219bd8;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    cursor: pointer; }
    .fl_upld label:hover{
        color:#1d86bb;
    }
    .fl_upld label:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 30px;
      height: 20px;
      margin-top: -10px;
      background: url(../img/svg/file.svg) no-repeat center;
      background-size: 8px;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
  .fl_upld .fl_inp[type="file"] {
    display: none; }
  .fl_upld .fl_nm {
    white-space: nowrap;
    font-size: 18px;
    position: absolute;
    top: 1px;
    left: 30px;
    bottom: 1px;
    right: 1px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1; }
  .fl_upld .file-choosen {
    color: transparent; }
  .fl_upld .file-choosen + .fl_nm {
    z-index: 2; }
    .form__checkbox {
    position: relative;
  }
  .form__checkbox-field {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
    .form__checkbox-label {
    color: #000;
    cursor: pointer;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 24px;
    position: relative;
  }
  .form__checkbox-label:before,
  .form__checkbox-label:after {
    content: "";
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
  }
  .form__checkbox-label:before {
    border: 1px solid #DFE1E8;
  }
  .error .form__checkbox-label:before {
    border-color: #EB5757;
  }
  .form__checkbox-label:after {
    background: url(../images/checked.svg) no-repeat center;
    background-size: 14px 14px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .form__checkbox-field:checked+.form__checkbox-label:after {
    opacity: 1;
  }
  .modal-wrapper-blue {
    background-color: #e5f1f9;
    margin-left: -40px;
    margin-right: -40px;
    padding: 40px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.modal-wrapper-blue input {
    background-color: #e5f1f9;
}
.dealer__table-dop-terr {
    color: #2d2d2d;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}
.dealer__table-dop-terr-value {
    color: #1d1d1d;
    font-size: 12px;
}
.adapt-block {
margin-top: 90px;
margin-bottom: 90px;
border: 1px solid #d1e1e8;
}
.adapt-item__head {
    padding: 35px;
    border-bottom: 1px solid #d1e1e8;
    border-top: none ;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.adapt-item:last-child .adapt-item__head {
    border-bottom: none;
}
.adapt-item:last-child .adapt-item__item:last-child {
    border-bottom: none;
}
.adapt-item:last-child .adapt-item__head.in {
    border-bottom: 1px solid #d1e1e8;
}
.adapt-item__title {
    font-size: 28px;
font-weight: 700;
}
.adapt-item__body {
    display: none;
}
.adapt-item__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 35px;
    border-bottom: 1px solid #d1e1e8;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.adapt-item__item-name {
    width: 70%;
}
.adapt-item__item-title {
    font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
}
.adapt-item__item-subtitle {
    color: #5c5c5c;
font-size: 12px;
}
.adapt-item__item .catalog-detail-tab-value {
    width: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}
.adapt-item__item .catalog-detail-tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}
.adapt-item__item .catalog-detail-tab-value svg,
.adapt-item__item .catalog-detail-tab-link svg {
    margin-right: 5px;
}

.adapt-item__head > svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.adapt-item__head.in > svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.adapt-search input {
    border: solid 1px #e8e8e8;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    padding-bottom: 26px;
    position: relative;
}
.adapt-search button {
    position: absolute;
    right: 20px;
    top: -webkit-calc(50% - 18px);
    top: calc(50% - 18px);
    padding: 10px;
}
.search-page {
    background-color: rgba(209, 225, 232, 0.9);
    padding: 25px 0;
}
.search-page form,
.bibl-search form,
.new-search form {
    margin-bottom: 0;
    position: relative;
}
.search-page input,
.bibl-search input,
.new-search input {
    width: 100%;
    padding: 25px 70px;
    border: none;
    position: relative;
}
.new-search input {
    background-color: transparent;
}
.bibl-search input {
    border: 1px solid #d1e1e8;
    opacity: 0.7;
}
.search-page button[type='submit'],
.new-search button[type='submit'],
.bibl-search button[type='reset'] {
    position: absolute;
    top: -webkit-calc(50% - 18px);
    top: calc(50% - 18px);
    left: 25px;
    padding: 10px;
}
.search-page button[type='reset'],
.bibl-search button[type='submit'],
.new-search button[type='reset'] {
    position: absolute;
    top: -webkit-calc(50% - 18px);
    top: calc(50% - 18px);
    right: 25px;
    padding: 10px;
}
@media (max-width: 1023px) {
    .adapt-search input {
    padding: 11px 20px;
    }
    .adapt-item__item-name {
    width: 55%;
    }
    .adapt-item__item .catalog-detail-tab-value {
    width: 20%;
}
    .new-search.new-search__open {
        height: 70px;
    }
    .new-search.fixed-search.new-search__open {
        height: 70px;
    }
    .new-search-results {
        top: 70px;
    }
}
@media (max-width: 765px) {
    .catalog-detail__image {
        width: 100%;
        min-width: 100%;
        padding: 30px 0;
        max-height: 300px;
        height: 300px;
    }
    .catalog-detail__image img {
        height: 100%;
        padding: 20px;
    }
    .catalog-detail {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .catalog-detail__brend {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
    }
    .catalog-detail__brend img {
        margin-bottom: 20px;
    }
    .catalog-detail-tabs > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .catalog-detail-tab-char {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .catalog-detail-tab-name,
    .tab-materials .catalog-detail-tab-name,
    .tab-materials .catalog-detail-tab-value,
    .tab-dop .catalog-detail-tab-name,
    .tab-dop .catalog-detail-tab-value,
    .tab-dop .catalog-detail-tab-link {
        width: 100%;
        margin-bottom: 10px;
    }
    .form-rec-subm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    }
    .form-rec-subm .captcha {
        margin-bottom: 20px;
        -webkit-transform: scale(0.85);
            -ms-transform: scale(0.85);
                transform: scale(0.85);
    }
    .form-rec-subm button {
        width: 100%;
    }
    .modal-wrapper-blue {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    }
    .modal-header {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .adapt-item__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .adapt-item__item-name {
        width: 100%;
        margin-bottom: 20px;
    }
    .adapt-item__item .catalog-detail-tab-value {
        width: 100%;
        margin-bottom: 20px;
    }
    .adapt-item__item .catalog-detail-tab-link {
        width: 100%;
    }
    .search-page input {
        padding: 25px 50px;
    }
    .search-page button[type='submit'] {
        left: 10px;
    }
    .search-page button[type='reset'] {
        right: 10px;
    }
    .new-search.new-search__open {
        height: 59px;
    }
    .new-search.new-search__open.fixed-search {
        height: 59px;
    }
    .new-search-results {
        top: 59px;
    }
}
@media (max-width: 575px) {
    .dealer__select-block {
        height: 140px;
    }
    .adapt-block {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #d1e1e8;
}
}
.nice-select .list {
    margin-top: 1px;
}
.news__actions__slick-prev:hover,
.news__actions__slick-next:hover {
    opacity: .7;
}
@media (max-width:765px) {
    .products__item__image svg {
        font-size: 46px;
    }
}
.products__item__image svg {
        /* margin-bottom: 15px; */
    }
@media (min-width:768px) and (max-width: 1023px) {
    .navigation__list__submenu__wrapper {
        left: -webkit-calc(100% + 1px);
        left: calc(100% + 1px);
        top: 0;
    }
    .navigation__list__submenu__link, .fixed .navigation__list__submenu__link {
        font-size: 14px;
    }
}
@media (max-width: 1023px) {
    .not-product .navigation__products__wrapper {
        max-width: 185px;
        height: auto;
        visibility: hidden;
        -webkit-transition: visibility .5s ease-in-out,
                    width .5s ease-in-out;
        -o-transition: visibility .5s ease-in-out,
                    width .5s ease-in-out;
        transition: visibility .5s ease-in-out,
                    width .5s ease-in-out;
                    padding: 0;
    }
    .not-product .navigation__products__wrapper.js-hover {
        /* width: max-content; */
        padding: 0;
        visibility: visible;
    }
    .not-product .navigation__products__wrapper .products__item {
        margin: 0;
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid #cdcdcd;
    }
}
.news-page .content-style {
    margin-bottom: 50px;

}

.events-datapicker__cell--active {
    background-color: #219bd8;
    -webkit-transition: background-color .3s ease-in-out,
                color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,
                color .3s ease-in-out;
    transition: background-color .3s ease-in-out,
                color .3s ease-in-out;
    color: #ffffff;
}
.events-datapicker__cell--active.-selected- {
    background-color: #0976ac;
}
.events-datapicker__cell--active.-focus-{
    color: #000000;
}
.fixed .not-product .navigation__products__wrapper .products__item {
    margin-top: 0;
}


.modal-form {
    max-width: 550px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .modal-form {
        max-width: 100%;
    }
    .modal-wrapper-blue {
    background-color: #e5f1f9;
    margin-left: -40px;
    margin-right: -40px;
    padding: 20px 40px;
    margin-bottom: 25px;
}
}
@media (max-width: 765px) {
    .modal-wrapper-blue {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
}
}


/* lk  */

.lk-instr {
    margin: 90px 0;

}
.catalog-sidebar-lk-links ul {
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid #d1e1e8;
}
.catalog-sidebar-lk-links ul li {
    border: none;
    padding: 15px 20px;
}
.catalog-sidebar-lk-links ul li a{
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border-bottom: none;
}
.catalog-sidebar-lk-links ul li a svg {
    flex-shrink: 0;
}
.catalog-sidebar-lk-links ul li svg{
    font-size: 27px;
    margin-right: 15px;
    max-width: 27px;
}
.catalog-sidebar-lk-links ul li:hover {
    background-color: none;
    margin-top: 0;
}
.new-instructions-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 45px;
}
.instr-item__head {
    padding: 30px;
    border: 1px solid #dce8ed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
}
.instr-item__body {
    display: none;
}
.instr-item__head svg {
    font-size: 18px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.instr-item__head.in svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.instr-item__head.instr--first {
    font-size: 20px;
    font-weight: 700;
    background-color: #eaf2f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.instr-item__head.instr--second {
    font-size: 22px;
    font-weight: 600;
}
.instr-item__head.instr--link {
    font-size: 15px;
    font-weight: 600;
}
.instr-item__head.instr--link span {
    color: #000000;
}
.instr-item__head.instr--link .catalog-detail-tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.instr-item__head.instr--link .catalog-detail-tab-link svg {
    margin-right: 10px;
}
.instr-item__head.instr--link-to {
    background-color: #deedc6;
    color:#000000;
    justify-content: center;
    transition: background .3s ease-in-out;
}
.news-items .instr-item__head.instr--link-to {
    margin-top: -30px;
}
.instr-item__head.instr--link-to:hover {
    background-color: #cbe0a9;
}
.instr-item__head.instr--link-to span span{
    font-weight: 700;
}
a.instr--link:focus {
    border: 1px solid #dce8ed;
}
.instr--link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    color: #000000;
}
.instr-item__head.instr--more-lvl {
    font-size: 18px;
    font-weight: 600;
    padding-left: 85px;
}
.instr-item__head.instr--more-lvl span {
    position: relative;
    margin-left: 0px;
}
.instr-item__head.instr--more-lvl span::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 38px;
    background-color: #219bd8;
    top: 50%;
    left: -55px;
}
.dealer__table {
    margin-bottom: 40px;
}

.content-style img {
    margin-top: 30px;
    margin-bottom: 20px;
}
.content-style .img-sign {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}
.captcha.error{
    border: 1px solid red;
}

.footer .about {
    padding: 70px 0;
}
.prime__slider {
    max-height: 500px;
    overflow: hidden;
}
@media (max-width: 765px) {
    .header__search-language__wrapper {
        margin-right: 20px;
        align-items: center;
    }
    .header__user {
        margin-left: auto;
    }
    .prime__slider__item {
        max-height: none;
        height: 100%;
        padding-bottom: 70px;
    }
    .prime__slider {
    max-height: none;
    overflow: hidden;
}
.header__search {
    margin-left: 13px;
}
.header__search__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header__search__button > svg {
    width: 20px;
    height: 20px;
}

}
/* @media (max-width: 575px) {
    .prime__slider__item {
        max-height: 400px;
    }
    .prime__slider {
    max-height: 400px;
    overflow: hidden;
} */


.mobile__contacts a {
    color: #000000;
}
.prime__slider .slick-dots li {
    padding: 10px;
    cursor: pointer;
}
.header__hot-line__phone a {
    line-height: 1;
    display: block;
    margin-bottom: 4px;
}


.icon-ico-1 {width: 1.0390625em;}
.icon-ico-2 {width: 1.19921875em;}
.icon-ico-3 {width: 0.8251953125em;}
.icon-ico-4 {width: 1.033203125em;}
.icon-ico-5 {width: 1.1357421875em;}
.icon-ico-6 {width: 1.0908203125em;}
.icon-ico-7 {width: 1.05078125em;}
.icon-ico-8 {width: 0.771484375em;}
.icon-ico-9 {width: 0.716796875em;}
.icon-ico-h-1 {width: 1.0390625em;}
.icon-ico-h-2 {width: 1.19921875em;}
.icon-ico-h-3 {width: 0.8251953125em;}
.icon-ico-h-4 {width: 1.033203125em;}
.icon-ico-h-5 {width: 1.1357421875em;}
.icon-ico-h-6 {width: 1.0908203125em;}
.icon-ico-h-7 {width: 1.05078125em;}
.icon-ico-h-8 {width: 0.771484375em;}
.icon-ico-h-9 {width: 0.716796875em;}
.icon-ico-doc {width: 0.833984375em;}
.icon-ico-pdf {width: 0.833984375em;}
.icon-ico-ppt {width: 0.833984375em;}
.icon-ico-preza {width: 1.2177734375em;}
.icon-link-ico {width: 1.0078125em;}
.icon-mark-blue {width: 0.8427734375em;}
.icon-mark-green {width: 0.8427734375em;}
.icon-mail {width: 1.1689453125em;}

.products__item a svg.icon.only-hover {
    position: absolute;
    left: 15px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
@media (max-width: 1409px) {
    .products__item a svg.icon.only-hover {
        left: -webkit-calc(50% - 32px);
        left: calc(50% - 32px);
    }
}
@media (max-width: 1023px) {
    .products__item a svg.icon.only-hover {
        left: -webkit-calc(50% - 27px);
        left: calc(50% - 27px);
    }
}
.products__item a:hover svg.icon.only-hover {
    opacity: 1;
}
section.products a .products__item__image svg.icon.only-hover {
    position: absolute;
    left: -webkit-calc(50% - 73px);
    left: calc(50% - 73px);
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
@media (max-width: 1409px) {
    section.products a .products__item__image svg.icon.only-hover {
    left: -webkit-calc(50% - 43px);
    left: calc(50% - 43px);
}
}
@media (max-width: 765px) {
    section.products a .products__item__image svg.icon.only-hover {
    left: -webkit-calc(50% - 23px);
    left: calc(50% - 23px);
}
}
section.products a:hover .products__item__image svg.icon.only-hover {
    opacity: 1;
}
a.link-group-top__item .link-group-top__img svg.icon.only-hover {
    position: absolute;
    left: -webkit-calc(50% - 33px);
    left: calc(50% - 33px);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
a.link-group-top__item:hover .link-group-top__img svg.icon.only-hover {
    opacity: 1;
}
.form-rec-subm button {
    background-color: #deedc6;
    padding: 30px 72px;
    margin-left: 17px;
}
@media (max-width: 765px) {
    .form-rec-subm button {
        margin-left: 0px;
    }
}
.past__webinar .webinar__bg img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.past__webinar:hover .webinar__bg img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.past__webinar .webinar__description {
    color: #000000;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.past__webinar:hover .webinar__description {
    color: #1775a5;
}
.past__webinar {
        cursor: pointer;
    }
.modal-web-title {
    font-size: 28px;
    font-weight: 700;
}
.adaptive-video{
  overflow:hidden;
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
}
.adaptive-video iframe {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
.webinar__bg.no-photo {
    border: 1px solid rgba(13, 44, 57, 0.48);
}

p.pass-warn {
    margin: 0;
    margin-top: 35px;
    font-size: 15px;
    font-style: italic;
    color: #1d1d1d;
    opacity: .8;
}
.new-search-item-img.no-photo img {
    width: 20px;
}
.new-search-item-img.no-photo {
    height: 40px;
}
/* .select-custom {
    width: 100%;

}
.js-dealer__select {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.js-dealer__select {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.network .jq-selectbox__select {
    height: auto;
    padding: 12px 20px;
    font-size: 17px;
    color: #000000;
    border: 1px solid rgba(32, 83, 109, 0.24);
    background-color: #f1f7fc;
}
.network .jq-selectbox li {
    padding: 12px 20px;
}

@media (max-width: 1023px) {
    .jq-selectbox__select {
        height: auto;
        padding: 15px 45px 15px 40px;
    }
    .jq-selectbox li {
        padding: 15px 40px;
    }
} */

@media (min-width: 1024px) {
    .fixed .navigation__list__item.not-product:hover .navigation__products__wrapper {
        width: auto;
        opacity: 1;
        visibility: visible;
    }
.not-product .navigation__products__wrapper {
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: -webkit-calc(100% + 50px);
    min-width: calc(100% + 50px);
    right: 0;
    left: -10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0;
}
}
@media (min-width: 1410px) {
.navigation__products__wrapper .products__item__description {
    font-size: 16px;
}
.not-product .navigation__products__wrapper .products__item a {
    display: block;
    text-align: left;
}
}


.fixed .not-product .navigation__products__wrapper .products__item {
    margin-top: 0;
    min-width: 150px;
}
@media (min-width: 1410px) and (max-width: 1679px) {
    .fixed .not-product .navigation__products__wrapper .products__item {
        min-width: 175px;
    }
    .fixed .header__user a:nth-child(2) {
        display: none;
    }
}
.not-product .navigation__products__wrapper .products__item {
        text-align: left;
    }

    @media (max-width: 1409px) {
.navigation__products__wrapper .products__item {
    margin-bottom: 13px;
}
.navigation__products__wrapper .products__item .products__item__image {
    margin-bottom: 7px;
}
    }

.network-legends__item {
    font-size: 16px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.network-legends__item:last-child {
    margin-bottom: 0;
}
.network-legends__item svg{
    font-size: 20px;
    margin-right: 10px;
}
.network-legends a {
    color: #000000;
}
.network-legends a:hover {
    color: #1775a5;
}

.main .products .products__item__image {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .main .products .products__item__image {
    margin-bottom: 15px;
}
}
.about--btn {
    position: relative;
}
.about--btn .button--svg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #d2e2b7;
    color: #000000;
    position: absolute;
    font-size: 28px;
    padding: 18px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.about--btn .button--text {
    display: inline-block;
    vertical-align: middle;
    background-color: #deedc6;
    color: #000000;
    font-weight: 600;
    padding: 23px 21px 23px 87px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.about--btn:hover .button--svg {
    background-color: #b4cc90;
}
.about--btn:hover .button--text {
    background-color: #c0d69f;
}
@media (max-width: 575px) {
    .about--btn .button--text {
    padding: 20px 17px 20px 73px;
}
.about--btn .button--svg {
    padding: 15px;
}

}
.bg--blue {
    background-color: rgba(215, 233, 247, 0.65);
    padding-top: 20px;
    padding-bottom: 70px;
}
.about-en {
    padding-bottom: 0;
    padding-top: 0;
}
.about-en .about-map {
    padding-bottom: 0;
    margin-bottom: 0;
}
.about-en .contacts {
    margin-bottom: 5px;
}

.about-en .about-prew,
.about-en .about-next {
    background-color : #ffffff;
}

.content-style a.about--btn svg {
    font-size: 28px;
}

.about-en .provider-item img {
    width: 70%;
}

@media (max-width: 1409px) {
    .about-en .provider-item img {
    width: 100%;
}
}

.adapt .instr-item__body {
    max-height:  auto;
    overflow: hidden;
}
.adapt .instr-item__body.js-custom-scroll {
    max-height:  400px;
    overflow: hidden;
}
.js-dealer__select .list {
    max-height: 310px;
    overflow: hidden;
}

.products__item.active a .products__item__image svg.only-hover {
    opacity: 1;
}

.adapt {
    padding-bottom: 60px;
}

.catalog-detail__left {
    /* border-right: 1px solid #d1e1e8; */
}

.catalog-detail__left .catalog-detail__brend {
    margin-bottom: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #d1e1e8;
    height: 100px;
}
.catalog-detail__left .catalog-detail__image {
    height: calc(100% - 100px);
}
.catalog-detail__left .catalog-detail__brend-img {
        width: 100%;
    max-width: 200px;
    margin-right: 0px;
}
.new .catalog-item__info {
    padding: 0;
    width: 100%;
}
.new .catalog-item__title {
    border: 1px solid #d1e1e8;
    background-color: #eff6fc;
    padding: 30px;
    margin-bottom: 0;
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.new .catalog-item__title span {
    padding-right: 20px;
}
.new .catalog-item__descr {
    padding: 30px;
}
.new .catalog-item:hover .catalog-item__info,
.new-section .catalog-item:hover .catalog-item__info {
    background-color: #ffffff;
}
.new .catalog-item .catalog-item__title,
.new-section .catalog-item .catalog-item__title {
    color: #000000;
    transition: color .3s ease-in-out;
}
.new .catalog-item:hover .catalog-item__title,
.new-section .catalog-item:hover .catalog-item__title {
    color: #4793cb;
}
.news-detail .new .catalog-item:hover .catalog-item__title {
    color: #000000;
}
.news-detail .new .catalog-item .catalog-item__title:hover {
    color:#4793cb;
}
.new-section .catalog-item {
    display: block;
    width: 100%;
}
.new-section .catalog-item__title {
    margin-bottom: 0;
    font-size: 20px;
    /* padding: 40px 20px 40px 40px; */
    padding: 20px;
    background-image: url(../images/section-bg.png);
    height: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-section .catalog-item__info {
    height: 100%;
    /* padding: 30px; */
    padding: 20px;
}
.new-section .catalog-item__info p {
    margin: 0;
}
@media (max-width:1023px) {
    .new-section .catalog-item__title {
        padding: 30px;
    }
}
@media (max-width:575px) {
    .new-section .catalog-item__title,
    .new-section .catalog-item__info {
        padding: 15px;
    }
    .catalog-detail__info {
        /* padding: 15px; */
    }
}
a.catalog-item:focus, a.catalog-item:active {
    outline: none;
    border: 1px solid #d1e1e8;;
}

.tooltip  {
    padding: 7px;
}
.catalog-detail__brend .tooltip-brends {
    position: relative;
    margin-left: 15px;
}
.catalog-detail__brend .tooltip-brends-text {
        /* position: absolute; */
    font-size: 12px;
    font-weight: 400;
    background-color: #d1e1e8;
    padding: 15px;
}
.catalog-detail__brend .tooltip-brends-text p {
    line-height: normal;
    margin-bottom: 0;
}
.bibl-item__left {
    display: flex;
}
.bibl-item__left:first-child .bibl-item__section{
    padding-left: 0;
}
.bibl-item__info {
    justify-content: space-between;
}
.bibl-item .catalog-detail-tab-value {
    font-size: 12px;
}
.bibl-item__download {
    display: flex;
    align-self: flex-start;
    flex-shrink: 0;
}
.bibl-item__download .catalog-detail-tab-value {
    padding: 10px 30px;
    border-left: 1px solid #d1e1e8;
    display: flex;
    align-items: center;
}
.bibl-item__download .catalog-detail-tab-value a{
    margin-left: 25px;
    font-size: 13px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.bibl-item__download .catalog-detail-tab-value > svg {
    font-size: 15px;
    margin-right: 7px;
}
.bibl-item__download .catalog-detail-tab-value a svg{
    margin-right: 8px;
    font-size: 17px;
}
.bibl-item__author {
    align-self: flex-start;
    flex-shrink: 0;

}

@media(max-width:1409px) {
    .bibl-item__info {
        flex-direction: column;
    }
    .bibl-item__download .catalog-detail-tab-value {
        border-left: none;
        padding-left: 0;
        margin-top: 20px;
    }
}
@media(max-width:575px) {
    .bibl-item__left {
        flex-direction: column;
    }
    .bibl-item__section {
        padding-left: 0;
        margin-top: 20px;
    }
    .bibl-item__author {
        border-right: none;
    }
}

.download-link {
    color: #2790cf;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: fit-content;
    opacity: color .3s ease-in-out;
    flex-wrap: wrap;
}
.download-link:hover {
    color: #1775a5;
}
.download-link svg{
   margin-right: 11px;
   font-size: 17px;
   min-width: 17px;
}
.download-link span {
    margin-right: 8px;
}
.download-link div:nth-child(2)> span {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
}
.download-link> div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.dealer-element {
    padding: 30px;
    display: flex;
    border: 1px solid #d1e1e8;
    margin: 0;
    /* border-bottom: none; */
}
.dealer-element:last-child {
    border-bottom: 1px solid #d1e1e8;
}
.dealer-element-contacts {
    display: flex;
    padding: 15px 35px;
    border-left: 1px solid #e8f0f4;
    border-right: 1px solid #e8f0f4;
    justify-content: space-around;
}
.dealer-element-adress {
        font-size: 13px;
    margin-bottom: 5px;
}
.dealer-phones svg,
.dealer-element-schedule svg {
    font-size: 20px;
    min-width: 20px;
    margin-right: 7px;
}
.dealer-mails svg {
    font-size: 13px;
    min-width: 13px;
    margin-right: 7px;
}
.dealer-phones a,
.dealer-mails a {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    transition: color .3s ease-in-out;
    margin-bottom: 4px;
}
.dealer-phones a:last-child,
.dealer-mails a:last-child {
    margin-bottom: 0;
}
.dealer-phones a:hover,
.dealer-mails a:hover {
    color: #219bd8;
}
.dealer-element-schedule {
    padding-left: 35px;
}
.dealer-phones,
.dealer-mails,
.dealer-element-schedule {
    display: flex;
    align-items: center;
}
.dealer-phone,
.dealer-mail {
    display: flex;
    flex-direction: column;
}


.dealer-element-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.dealer-element-city {
    color: #5c5c5c;
    font-size: 13px;
    padding: 5px 10px;
    background-color: #e7f1f9;
    margin-bottom: 10px;
    width: fit-content;
}
.dealer-element-territory {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.dealer-element-territory span:first-child{
    color: #2d2d2d;
    font-weight: 700;
    line-height: 24px;
}
.dealer-element-territory span:last-child{
    color: #1d1d1d;
}

@media (max-width: 1023px) {
    .dealer-element-contacts {
        border-left: none;
        border-right: none;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .dealer-phones {
        margin-bottom: 20px;
    }
    .service-block {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .service-block-item {
        width: 33%;
    }
}
@media (max-width: 767px) {
    .dealer-element-schedule {
        justify-content: center;
        padding-left: 0;
    }
}
.lk__manager-phone span {
    display: block;
    margin-bottom: 5px;
}
.lk__manager-phone span:last-child {
    margin-bottom: 0px;
}

.service {
    margin: 90px 0;
}
.service .content-style{
    margin: 0;
}

.search-results .news-item__img {
    height: 309px;
    background-color: #ffffff;
}
.search-results .news-item__img.no-photo {
    background-color: #f1f7fc;
}
.search-results .news-item__img img {
    object-fit: contain;
}
.search-results .news-item__title {
    word-wrap: break-word;
}
.js-dealer__select li.option.disabled {
    display: none;
}

.service-block {
    display: flex;
}
.service-block-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    text-align: center;
    justify-content: start;
    width: 25%;
}
.service-block-item svg{
    font-size: 110px;
    margin-bottom: 20px;
}
.service-block-item span{
        font-size: 16px;
    font-style: italic;
    color: #219bd8;
    font-weight: 400;
}

.btn--green.right--arrow svg {
    font-size: 11px;
    margin-left: 15px;
}
.right--arrow svg {
    transform: rotate(90deg);
}

.catalog-detail__link .btn {
    padding: 25px 30px;
}
.catalog-detail__link .btn:first-child {
    margin-right: 20px;
}
.catalog-detail__link {
    margin-bottom: 55px;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.catalog-detail__link .to--descr{
    /* margin-top: 20px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto; */
    /* margin-top: -10px; */
    /* margin-bottom: 10px; */
    /*margin-left: auto;*/
    font-weight: 900;
    color: black;
    display: flex;
    align-items: center;
}
.catalog-detail__link .to--descr:hover{
    color: #219bd8;
}
@media (max-width: 1409px) {

.catalog-detail__link {
    margin-bottom: 25px;
    margin-left: 20px;
}
.catalog-detail__link .btn:first-child {
    margin-bottom: 20px;
}
}
@media (max-width: 575px) {
    .catalog-detail__link .btn {
    padding: 25px 30px;
    width: 100%;
    text-align: center;
}
}

.dealer__select-wrapper .choices__inner,
.dealer__select-wrapper .choices[data-type*=select-one] .choices__inner {
    padding: 0;
}

.dealer__select-wrapper .choices__list--single {
    padding: 30px;
}

.dealer__select-wrapper .choices__list--single .choices__item {
    font-size: 22px;
    font-weight: 600;
}

.dealer__select-wrapper .choices__list--dropdown .choices__item,
.dealer__select-wrapper .choices[data-type*=select-one] .choices__input {
    padding: 20px 30px;
    font-size: 18px;
    border-bottom:1px solid #d6e4eb;
}
.dealer__select-wrapper .choices[data-type*=select-one] .choices__input {
    background-color: #e4f0f9;
    padding: 30px;
    padding-left: 60px;
}
@media (max-width: 1023px) {
    .service-block {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .service-block-item {
        width: 33%;
    }
}
@media (max-width: 575px) {
    .service-block {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .service-block-item {
        width: 100%;
    }
}

.icon-service-2 {
  width: 0.912109375em;
}

.icon-service-3 {
  width: 1.41796875em;
}

.icon-service-4 {
  width: 0.919921875em;
}

.icon-service-5 {
  width: 0.9951171875em;
}

.news-detail .catalog-item a.btn {
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}
.news-detail .catalog-item__img {
    min-width: 300px;
}
@media (max-width:765px) {
    .news-detail .catalog-item a.btn {
        margin: 0;
        width: 100%;
        text-align: center;
    }
}
.right--arrow svg {
    height: 15px;
    margin-left: 5px;
}


.choices__list--dropdown .search-glass,
.choices__list--dropdown .search-close {
    position: absolute;
    top: 33px;
}
.choices__list--dropdown .search-glass {
    left: 30px;
    pointer-events: none;
}
.choices__list--dropdown .search-close {
    right: 30px;
}
@media (max-width: 1023px) {
    .dealer__select-wrapper .choices__list--single {
    padding: 10px 20px;
}
.dealer__select-wrapper .choices__list--dropdown .choices__item, .dealer__select-wrapper .choices[data-type*=select-one] .choices__input {
    padding: 10px 15px;
    font-size: 18px;
    border-bottom: 1px solid #d6e4eb;
}
.dealer__select-wrapper .choices[data-type*=select-one] .choices__input {
    padding-left: 35px;
}
.choices__list--dropdown .search-glass {
    left: 10px;
    top: 13px;
    pointer-events: none;
}
}


.balloon__email svg.icon.icon-mail {
    width: 17px;
    margin-left: 3px;
}
.js-open-descr svg {
    transform: rotate(90deg);
    transition: transform .3s ease-in-out;
}
.js-open-descr.open svg {
    transform: rotate(270deg);
    transition: transform .3s ease-in-out;
}
.first-news-item .news-item__img {
    margin-bottom: 0;
    height: 100%;
}
.first-news-item .news-item__date {
    margin-top: 40px;
}
.first-news-item .news-item__descr {
    margin-bottom: 0;
}
.first-news-item .news-item__title {
    font-size: 30px;
}
.first-news-item .news-item__predescr {
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.first-news-item .news-item__descr {
    color: #808080;
}

.icon-mail-maneger {width: 1.1748046875em;}
.icon-biomarker-ico {width: 1.0595703125em;}
.icon-tel-maneger {width: 0.58984375em;}


.balloon .dealer-element-territory {
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1409px) {
    .catalog-detail-tabs.small--tabs > ul li a {
        font-size: 13px;
    }
}
.catalog-section--table table {
    margin-bottom: 0;
}
.catalog-section--table table tr td,
.catalog-section--table table tr th {
    border: 1px #d1e1e8 solid;
}
.catalog-section--table table tr:nth-child(odd) {
    background-color: #f0f7fc;
}
.catalog-section--table table tr th {
    background-color: #d1e1e8;
    color: #000000;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 17px;
    text-align: center;
    min-width: 10vw;
}
.catalog-section--table table tr th:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
.catalog-section--table table tr td p {
    margin-bottom: 0;
    display: inline;
}
.catalog-section--table table tr td {
    text-align: center;
    border-top: none;
}
.catalog-section--table table tr td:nth-child(1) {
    text-align: left;
}
.catalog-section--table table tr td a {
    display: block;
    margin-top: 10px;
}
.catalog-section--table table tr td a:nth-child(1) {
    margin-top: 0;
}
.catalog-section--table table tr td:nth-child(1) a {
    display: inline;
}
.personal-discount {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #bbd58e;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    right: 90px;
}
.for-clients {
    padding-top: 70px;
    padding-bottom: 80px;
}
.for-clients .bibl-search {
    margin-bottom: 30px;
}
.catalog-sidebar.sidebar-slider {
    margin-bottom: 30px;
}
.subscrition-block {
    border: 1px solid #d1e1e8;
    background-color: #eff6fc;
    padding: 45px 35px 30px 30px;
    margin-bottom: 30px;
}
.subscrition-block__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.subscrition-block__text {
    font-size: 14px;
    /* margin-bottom: 25px; */
}
.subscrition-block__form form,
.subscrition-block__form form > label{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.subscrition-block__form form {
    width: 100%;
}
.subscrition-block__form .btn {
    /* margin: 0; */
}
.subscrition-block__form form input {
    padding: 20px;
    width: 90%;
    border: 1px solid #d1e1e8;
    background-color: #ffffff;
    /* margin-bottom: 20px; */
}
.subscrition-block__form form span {
    flex-shrink: 0;
    margin-right: 20px;
}
.subscrition-block__form form > label {
    width: 79%;
}
.subscrition-block__for .form__checkbox {
    margin-left: 65px;
    width: 100%;
}
.subscrition-block__for .form__checkbox-label a {
    position: relative;
    left: 0;
    top: 0;
}
@media (max-width: 1679px) {
   .subscrition-block__form form > label {
        width: 75%;
    }
    .subscrition-block__form form input {
        width: 87%;
    }
}
@media (max-width: 1409px) {
   .subscrition-block__form form > label {
        width: 63%;
    }
    .subscrition-block__form form input {
        width: 78%;
    }
}
@media (max-width: 1023px) {
   .subscrition-block__form form > label {
        width: 65%;
    }
    .subscrition-block__form form input {
        width: 78%;
    }
}
@media (max-width: 765px) {
   .subscrition-block__form form > label {
        width: 100%;
    }
    .subscrition-block__form form input {
        width: 100%;
    }
    .subscrition-block__form form span {
        margin-bottom: 15px;
    }
    .subscrition-block__for .form__checkbox {
        margin-left: 0;
    }
    .subscrition-block__form button {
        width: 100%;
    }
    .subscrition-block__text {
    margin-bottom: 25px;
}
}

.instr-item__head.instr--first.for-client-item {
    background-color: none;
    display: flex;
    align-items: center;
    cursor: inherit;
}
.instr-item__head.instr--first.for-client-item {
    background-color: #ffffff;
    display: flex;
    align-items: stretch;
    padding: 0;
}
@media(max-width: 765px) {
    .instr-item__head.instr--first.for-client-item {
        align-items: center;
    }
}
.instr-item__head.instr--first.for-client-item .for-client-item__img {
    flex-shrink: 0;
    padding: 60px;
    max-width: 200px;
    position: relative;
}
.instr-item__head.instr--first.for-client-item .for-client-item__info {
    border-left: 1px solid #d1e1e8;
}
.instr-item__head.instr--first.for-client-item .for-client-item__img svg{
    font-size: 76px;
}
.instr-item__head.instr--first.for-client-item .for-client-item__img svg.on-hover{
    opacity: 0;
    position: absolute;
    top: 60px;
    left: 60px;
    transition: opacity .3s ease-in-out;
}
.instr-item__head.instr--first.for-client-item:hover .for-client-item__img svg.on-hover{
    opacity: 1;
}
.instr-item__head.instr--first.for-client-item .for-client-item__title {
    background-color: #eff6fc;
    font-size: 22px;
    font-weight: 600;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.instr-item__head.instr--first.for-client-item .for-client-item__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding: 30px 45px 30px 30px;
}
.for-client-item__text p {
    margin-bottom: 0;
}
.instr-item__head.instr--first.for-client-item.in svg {
    transform: rotate(0);
}
.instr-item__head.instr--first.for-client-item .for-client-item__title svg {
    transform: rotate(0deg);
    flex-shrink: 0;
}
.instr-item__head.instr--first.for-client-item .for-client-item__title span {
    position: absolute;
    padding: 10px;
    right: 20px;
    top: calc(50% - 20px);
    cursor: pointer;
}
.instr-item__head.instr--first.for-client-item .for-client-item__title a {
    color: #000000;
    transition: color .3s ease-in-out;
}
.instr-item__head.instr--first.for-client-item .for-client-item__title a:hover {
    color: #1775a5;

}
.instr-item__head.instr--first.for-client-item.in .for-client-item__title svg {
    transform: rotate(180deg);
}
@media (max-width: 765px) {
    .instr-item__head.instr--first.for-client-item {
        flex-direction: column;
    }
}
.catalog-sidebar-menegment__items {
    position: relative;
}
.catalog-sidebar-menegment__items .prime__slick-prev svg,
.catalog-sidebar-menegment__items .prime__slick-next svg {
    font-size: 20px;
    width: 1em;
    height: 1em;
    color: #000000;
    transition: color .3s ease-in-out;
}
.catalog-sidebar-menegment__items .prime__slick-prev:hover svg,
.catalog-sidebar-menegment__items .prime__slick-next:hover svg {
    color: #219bd8;
}
.catalog-sidebar-menegment__items .prime__slick-prev,
.catalog-sidebar-menegment__items .prime__slick-next {
    width: 36px;
    height: 36px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    background-color: #ffffff;
    top: calc(50% - 18px);
    position: absolute;
    z-index: 2;
}
.catalog-sidebar-menegment__items:hover .prime__slick-prev,
.catalog-sidebar-menegment__items:hover .prime__slick-next {
    opacity: 1;
}
.catalog-sidebar-menegment__items .prime__slick-prev {
    transform: rotate(90deg);
    left: 0;
}
.catalog-sidebar-menegment__items .prime__slick-next {
    transform: rotate(270deg);
    right: 0;
}
.instr--no-desc .for-client-item__info{
        align-self: stretch;
        width: 100%;
}
.instr-item__head.instr--first.for-client-item.instr--no-desc {
    justify-content: left;
}

.for-clients .instr-item.js-more-lvl-item {
    margin-bottom: 30px;
}
.subscr {
    margin-top: 70px;
    margin-bottom: -40px;
}



/*ÐŸÐ¾Ð´Ð¿Ð¸ÑÐºÐ°*/

.lk__subtitle.subtitle.subscribe {
    margin-bottom: 25px;
}
.subscr-settings {
    border: 1px solid #d1e1e8;
    padding: 45px 35px 35px 35px;
}
.subscr-settings__set {
    margin-bottom: 40px;
}
.subscr-settings__set-title {
    color: #5d707e;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.subscr-settings__set-item {
    margin-bottom: 20px;
}
.subscr-settings__set-item input[type="text"] {
    width: 100%;
    border: 1px solid #cad6dc;
    padding: 20px;
}
.subscr-settings__rub-descr {
    margin-top: 20px;
    margin-bottom: 40px;
}
.subscr-settings__set-text {
    margin-bottom: 20px;
}
.subscr-settings__set-item.radio {
    display: flex;
    align-items: center;
}
.subscr-settings__set-item.radio label {
    margin-right: 40px;
}

.subscr-form {
    background-color: #f1f7fc;
    padding: 37px;
}

.subscr-settings__set-item.input-with-submit {
    display: flex;
    align-items: stretch;
}
.subscr-settings__set-item.input-with-submit input[type="submit"] {
    border: 1px solid #219bd8;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
}

@media (max-width:765px) {
    .subscr-settings__set-item.input-with-submit {
    flex-direction: column;
}
.subscr-settings__set-item.input-with-submit input[type="text"] {
    margin-bottom: 15px;
}
.subscr-settings__set-item.input-with-submit input[type="submit"] {
    padding: 20px;
}
}

/* ------- Tooltip Style ------- */

.word {
  position: relative;
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
}

.word:hover {
 text-decoration:none;
 }

.tooltip-w {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: auto;
  min-width: 280px;
  padding: 10px 20px;
  border: 1px solid hsla(36,10%,61%,.6);
  border-radius:6px;
  background-color: #F7F5F2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  display: none;
}

.tooltip-w h5 {
  margin: 0;
  font-size:97%;
}

.tooltip-w p {
  margin: 10px 0;
  font-size: 90%;
  line-height:1.5;
}

/* ------- END Tooltip --------- */

.custom-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eff3f6;
  border-radius: 50%;
}

.custom-radio:hover input ~ .custom-radio-btn {
  background-color: #f0f7fc;
}

.custom-radio input:checked ~ .custom-radio-btn {
  background-color: #eff3f6;
}

.custom-radio-btn:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input:checked ~ .custom-radio-btn:after {
  display: block;
}

.custom-radio .custom-radio-btn:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #219bd8;
}

.btn-to-up {
    padding: 15px;
    position: fixed;
    right: 65px;
    bottom: 80px;
    background-color: #eff6fc;
    cursor: pointer;
    opacity: 0;
    border: 1px solid #dce8ed;
    transition: opacity .3s ease-in-out,
                background .3s ease-in-out;
}
.btn-to-up:hover {
    background-color: #d0e3f3;
}
.btn-to-up.show {
    opacity: 1;
}
.btn-to-up svg {
    font-size: 25px;
    transform: rotate(180deg);
}
@media (max-width: 1199px) {
    .btn-to-up {
        padding: 10px;
        right: 35px;
    }
    .btn-to-up svg {
        font-size: 25px;
    }
}
@media (max-width: 765px) {
    .btn-to-up {
        display: none;
    }
}
.modal#subscribe .modal-title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.modal#subscribe .modal-form {
    text-align: center;
    margin-bottom: 30px;
}

.about-arrow-block {
	display: flex;
	align-items: stretch;
}
.about-arrow-elem {
    background-image: url(/images/goriz-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 41px;
    font-weight: 600;
    background-size: contain;
    margin-left: -20px;
    min-width: 190px;
}
.about-arrow-elem:first-child {
	margin-left: 0;
}

.modal--is-doctor .modal-header {
    padding-left: 0;
    padding-right: 0;
}
.modal--is-doctor .modal-title {
    font-size: 29px;
    line-height: 1.2;
    text-align: center;
}
.modal--is-doctor .modal-body {
    color: #333;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}
.is-doctor {
    text-align: center;
}
.is-doctor__true {
    margin-bottom: 35px;
}
.is-doctor__title {
    font-weight: 600;
    margin-bottom: 10px;
}
.is-doctor__true-button {
    font-size: 18px;
    font-weight: 600;
    height: 65px;
    width: 245px;
}
.media-block {
    background: #f1f7fc;
    border-top: 1px solid #d5dde3;
    border-bottom: 1px solid #d5dde3;
}
.media-block__slider {
    padding: 55px 0;
}
.media-slider {
    margin: 0 -15px;
}
.media-slider__slide {
    padding: 0 15px;
    vertical-align: top;
}
.media-slider__item-img {
    display: block;
    position: relative;
    height: 390px;
}
.media-slider__item-img:before {
    content: '';
    background: #0d2c39;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.media-slider__item-img:hover:before {
    opacity: 0.2;
}
.media-slider__item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
}
.media-slider__item-img .icon {
    position: absolute;
    left: -webkit-calc(50% - 60px);
    left: calc(50% - 60px);
    top: -webkit-calc(50% - 60px);
    top: calc(50% - 60px);
    opacity: 1;
    font-size: 120px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    display: block;
    z-index: 2;
}
.media-slider__item-img:hover .icon {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.media-block__nav {
    border-top: 1px solid #d5dde3;
    padding: 30px 0 35px;
}
.media-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.media-nav__arrows {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.media-nav__arrows .about-prew,
.media-nav__arrows .about-next {
    color: #219bd8;
    border-color: #1a85bb;
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    bottom: auto;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.media-nav__arrows .about-next {
    margin-left: -1px;
}
.media-nav__arrows .about-prew:hover,
.media-nav__arrows .about-next:hover {
    background-color: #d0e3f3;
}
.media-nav__dots .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -7px;
}
.media-nav__dots .slick-dots li button {
    font-size: 0;
    padding: 7px;
    vertical-align: top;
}
.media-nav__dots .slick-dots li button:before {
    content: '';
    display: block;
    border: 1px solid #1a85bb;
    width: 36px;
    height: 6px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.media-nav__dots .slick-dots li.slick-active button:before,
.media-nav__dots .slick-dots li button:hover:before {
    background: #1a85bb;
}

.grid-projects{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, auto));
    grid-auto-rows: auto;
    grid-column-gap: 30px;
}
@media (max-width: 1679px) {
    .about-arrow-elem {
    font-size: 11px;
    padding: 35px;
    min-width: 160px;
}
}
@media (max-width: 1409px) {
    .about-arrow-elem {
        font-size: 9px;
        padding: 32px;
        margin-left: -15px;
        min-width: 125px;
    }
    .media-slider__item-img {
        height: 330px;
    }
}
@media (max-width: 1023px) {
    .media-slider__item-img {
        height: 250px;
    }
}
@media (max-width: 767px) {
    .media-slider__item-img {
        height: 300px;
    }
}
@media (max-width: 765px) {
    .about-arrow-block {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 40px;
}
    .about-arrow-elem {
    background-image: url(/images/vert-arrow.svg);
    font-size: 21px;
    font-weight: 800;
    padding: 0;
    margin-left: 0;
    width: 350px;
    background-size: contain;
    padding: 73px;
    padding-top: 72px;
    margin: -17px auto 0;
}
.about-arrow-elem:first-child {
	margin-left: auto;
}
.modal--is-doctor .modal-header {
    padding-bottom: 20px;
}
.modal--is-doctor .modal-title {
    font-size: 25px;
}
}
@media (max-width: 575px) {
    .about-arrow-elem {
    font-size: 20px;
    font-weight: 800;
    padding: 0;
    margin-left: 0;
    width: 300px;
    min-width: 300px;
    background-size: contain;
    padding: 50px;
    padding-top: 42px;
    margin: -10px auto 0;
}
.media-slider__item-img {
    height: 250px;
}
.media-nav__dots .slick-dots li button:before {
    width: 26px;
}
.grid-projects{
    grid-template-columns: repeat(auto-fill, minmax(290px, auto));
}
.products__item__description {
    font-size: 13px;
}
}

.dealer-element-hide {
    display: none;
}
.prime__description-new {
    font-size: 19px;
}
@media (max-width: 1409px) {
    .prime__description-new {
        margin-left: 70px;
    }
}

@media (max-width: 1023px) {
    .prime__description-new {
        margin-left: 0;
    }
}
.lk-instr .new-instructions .instr-item__head.instr--link {
    cursor: default
}

.signboard__sign-up:hover {
    color: #abe2ff;
}

svg.icon.icon-upload {
    vertical-align: middle;
    margin-bottom: 2px;
}

.modal-form__manager img {
    width: 100%;
}
.modal-form__manager {
    margin-bottom: 40px;
    margin-top: 20px;
}
.modal-form__manager-info {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}
.modal-form__manager-position {
    font-size: 15px;
}

.sales-page .instr-item__head.instr--more-lvl span {
    width: 100%;
    padding-right: 100px;
}
.sales-page .instr-item__head svg {
    min-width: 20px;
    position: absolute;
    right: 40px;
}

@media (max-width:768px) {
    .personal-discount {
        font-size: 13px;
        right: 80px;
    }
}

@media (max-width:768px) {
    .sales-page .instr-item__head.instr--more-lvl {
        padding-left: 30px;
    }
    .sales-page .instr-item__head.instr--more-lvl span::before {
        display: none;
    }
    .sales-page .instr-item__head.instr--more-lvl span {
        width: 100%;
        padding-right: 70px;
        word-break: break-word;
    }
    .sales-page .instr-item__head.instr--more-lvl {
        font-size: 14px;
    }
    .sales-page .instr-item__head {
        padding: 15px;
    }
    .sales-page .instr-item__head svg {
        font-size: 6px;
        right: 25px;
    }
    .sales-page .instr-item__head.instr--second {
        font-size: 18px;
    }
    .personal-discount {
        right: 50px;
        font-size: 10px;
    }
}
.mission-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d1e1e8;
    display: flex;
    align-items: center;
}
.mission-item p {
    margin-bottom: 0;
}
.mission-item svg {
    font-size: 100px;
    margin-right: 40px;
}

@media (max-width:576px) {
    .mission-item {
        flex-direction: column;
    }
    .mission-item svg {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}
.modal-form__manager-item {
    display: flex;
    align-items: center;
}
.modal-form__manager-item img {
    width: 55px;
    margin-right: 15px;
}

.modal-wrapper-blue.full-width-blue {
    background-color: #e5f1f9;
    margin-left: -110px;
    margin-right: -109px;
    padding: 25px 110px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .modal-wrapper-blue.full-width-blue {
        margin-left: -40px;
        margin-right: -40px;
        padding: 25px 40px;
    }
}
@media (max-width: 765px) {
    .modal-wrapper-blue.full-width-blue {
        margin-left: -15px;
        margin-right: -15px;
        padding: 25px 15px;
    }
}

.lk__manager-inner.inner-center {
    width: 60%;
}
@media (max-width:576px) {
 .lk__manager-inner.inner-center {
    width: 100%;
}
}

/* li.about__submenu__item {
    display: flex;
    align-items: center;
} */
.about__submenu__item a {
    display: flex;
    align-items: center;
}
li.about__submenu__item svg {
    flex-shrink: 0;
    font-size: 23px;
    margin-right: 10px;
}
@media (max-width: 1409px) {
    .about__submenu__item a {
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .about__submenu {
        display: block;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .about__submenu__item {
        padding-top: 10px;
    }
    li.about__submenu__item svg {
        font-size: 20px;
    }
}

@media(min-width: 768px){
    .products__item--line{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -ms-flex: 0 0 10%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .products__item__image > svg{
        font-size: 60px;
    }

    section.products a .products__item__image svg.icon.only-hover{
        left: calc(50% - 30px);
    }

    .main .products .products__item__image{
        margin-bottom: 15px;
    }

    .products__item__description{
        font-size: 13px;
    }
    .products__item{
        margin-top: 20px;
    }

    .products__wrapper{
        padding-top: 20px;
    }
}

@media(min-width: 1680px){
    .products__item--line{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .products__item{
        margin-top: 45px;
    }

    .products__wrapper{
        padding-top: 0;
    }


}


.smart-grid {
    padding: 79px 0 127px 0;
    background: #EDF6FB;
    border-bottom: 1px solid #D6E2E9;
}
.smart-grid--news {
    background: #fff;
    border-bottom: none;
    padding: 40px 0 105px 0;
}
.smart-grid__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    /* -ms-grid-rows: 1fr 30px 1fr 30px 1fr;
    grid-template-rows: 1fr 1fr 1fr; */
    grid-column-gap: 30px;
    row-gap: 30px;
}
.smart-grid__container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.smart-grid__container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.smart-grid__container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.smart-grid__container > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.smart-grid__container > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.smart-grid__container > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
.smart-grid__container > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
.smart-grid__container > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
.smart-grid__container > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}
/* .smart-grid--news .smart-grid__container {
    grid-template-rows: 1fr 1fr 1fr;
} */

.smart-grid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    position: relative;
    width: 100%;
}
.smart-grid--news .smart-grid__item  {
    background: #F0F7FC;
}
.smart-grid__item .news__item__date {
    padding: 3px 0 11px 30px;
}
.smart-grid__item .news__item__date span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #9E9E9E;
}
.smart-grid__item .news__item__date > svg {
    left: 0;
    top: 1.5px;
    fill: #9E9E9E;
}
.smart-grid__item-img {
    padding: 28px 30px 18px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 210px;
    min-height: 210px;
    overflow: hidden;
}
.smart-grid__item-img img {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.smart-grid__item-img:hover img{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.smart-grid__item--l.smart-grid__item .news__item__date {
    padding: 3px 0 28px 30px;
}
.smart-grid__item--xl.smart-grid__item .news__item__date {
    padding: 3px 0 20px 30px;
}

.smart-grid__content {
    border-top: 1px solid #d1e1e8;
    padding: 27px 23px 28px 23px;
    height: 100%;
    width: 100%;
}

.smart-grid--news .smart-grid__content {
    border: none!important;
}
.smart-grid__content-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 27px;
}

.smart-grid__marks {
    position: absolute;
    left: 20px;
    top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 4px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
}

.smart-grid__marks-item {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    min-height: 30px;
    color: #040404;
    letter-spacing: 2.08px;
    display: inline-block;
    padding: 8px 17px;
    border: 1px solid rgba(249, 252, 253, .24);
    border-radius: 2px;
    z-index: 10;
    background-color: #deedc6;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.smart-grid__marks-item--blue {
    background-color: #A7E6F7;
    border-color: #A7E6F7;
}
.smart-grid__marks-item--gray {
    background-color: #E5ECFD;
    border-color: #E5ECFD;
}
.smart-grid__item--product .news__item__date
/*.smart-grid__item--product .smart-grid__description*/ {
    display: none;
}

.smart-grid__item--product  .smart-grid__item-img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
}

.smart-grid__item--news .smart-grid__description,
.smart-grid__item--event .smart-grid__description {
    display: none;
}

.smart-grid__item--news .smart-grid__item-img,
.smart-grid__item--event .smart-grid__item-img {
    padding: 0;
}

.smart-grid__item--news .smart-grid__item-img img,
.smart-grid__item--event .smart-grid__item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}
.smart-grid__item--event .smart-grid__marks-item {
    padding: 8px 12px;
}

.icon-bell {
    fill: none;
}

.smart-grid__description  {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin-top: 15px;
}

.smart-grid__marks-item--date span {
    background: #9E9E9E;
    width: 1px;
    height: 8px;
    margin: 0 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.smart-grid__marks-item--subscribe {
    cursor: pointer;
    padding: 8px 10px;
    position: relative;
}
.smart-grid__marks-item--subscribe.is-active {
    background: #C0DBA1;
}
.smart-grid__marks-item--subscribe svg {
    height: 12px;
    margin-bottom: -2px;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.smart-grid__marks-item--subscribe:hover {
    background: #C0DBA1;
}

.smart-grid__marks-item--subscribe:hover svg {
    -webkit-animation: bell .5s linear infinite;
            animation: bell .5s linear infinite;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
}

@-webkit-keyframes bell {
    0% { -webkit-transform: rotate(10deg); transform: rotate(10deg)}
    20% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg)}
    40% {-webkit-transform: rotate(20deg);transform: rotate(20deg)}
    60% {-webkit-transform: rotate(-20deg);transform: rotate(-20deg)}
    80% {-webkit-transform: rotate(10deg);transform: rotate(10deg)}
    100% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg)}
}

@keyframes bell {
    0% { -webkit-transform: rotate(10deg); transform: rotate(10deg)}
    20% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg)}
    40% {-webkit-transform: rotate(20deg);transform: rotate(20deg)}
    60% {-webkit-transform: rotate(-20deg);transform: rotate(-20deg)}
    80% {-webkit-transform: rotate(10deg);transform: rotate(10deg)}
    100% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg)}
}

.smart-grid__item--xl,
.smart-grid__item--l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.smart-grid__item--xl .smart-grid__item-img{
    min-width: calc(33% - 16px);
    max-width: calc(33% - 16px);
    height: auto;
    min-height: auto;
}
.smart-grid__item--l .smart-grid__item-img {
    min-width: calc(50% - 16px);
    max-width: calc(50% - 16px);
    height: auto;
    min-height: auto;
}
.smart-grid__item--xl .smart-grid__item-img img {
    width: 100%;
    height: 100%;
}

.smart-grid__item--xl .smart-grid__content {
    border-top: none;
    border-left: 1px solid #d1e1e8;
    padding: 60px 140px 60px 40px;
}
.smart-grid__item--l .smart-grid__content {
    border-top: none;
    border-left: 1px solid #d1e1e8;
    padding: 53px 55px 30px 40px;
}

.smart-grid .pagination {
    margin-bottom: 0px;
}
.smart-grid--news .smart-grid__container {
    padding-bottom: 80px;
}
.smart-grid__item--xl .smart-grid__content-title {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
}

.smart-grid__item--l .smart-grid__content-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.smart-grid__item--l .smart-grid__description {
    margin-top: 18px;
}

.smart-grid__item--xl .smart-grid__description,
.smart-grid__item--l .smart-grid__description {
    display: block;
}
.smart-grid__item--l.smart-grid__item--event .news__item__date,
.smart-grid__item--xl.smart-grid__item--event .news__item__date,
.smart-grid__item--l.smart-grid__item--product .news__item__date,
.smart-grid__item--xl.smart-grid__item--product .news__item__date {
    display: none;
}
.smart-grid__item--l.smart-grid__item--news .news__item__date,
.smart-grid__item--xl.smart-grid__item--news .news__item__date {
    display: block;
}
.smart-grid__item--vertical .news__item__date .date__value {
    font-weight: 600;
    font-size: 44.2105px;
    line-height: 33px;
    padding-right: 10px;
}
.smart-grid__item--vertical .news__item__date .date__month {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    position: absolute;
}
.smart-grid__item--vertical .news__item__date svg {
    display: none;
}
.smart-grid__item--vertical .news__item__date .date__year {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}
.smart-grid__item--vertical .news__item__date {
    padding-left: 0px!important;
    margin-bottom: auto;
}
.smart-grid__item--vertical .news__item__date > span {
    position: relative;
}
.smart-grid__item--vertical .smart-grid__content-title {
    margin-top: auto;
    font-weight: 700;
font-size: 28px;
line-height: 36px;
margin-bottom: 0px;
}
.smart-grid__item--vertical .smart-grid__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 70px;
    padding-right: 40px;
}
.smart-grid__item--product .smart-grid__content {
    border: none;
}
@media (max-width: 1440px) {
    .smart-grid__item--l .smart-grid__marks {
        max-width: calc(45% - 5px);
    }
    .smart-grid__item--xl .smart-grid__marks {
        max-width: calc(29% - 5px);
    }
}
@media (max-width: 1024px) {
    .smart-grid__container {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(2, 1fr);
    }
    .smart-grid__item {
        grid-column: auto!important;
        grid-row: auto!important;
    }
    .smart-grid__item--xl,
.smart-grid__item--l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.smart-grid__item--xl .smart-grid__item-img {
    min-width: none;
    max-width: 100%;
    height: 210px;
    min-height: 210px;
}
.smart-grid__item--l .smart-grid__item-img {
    min-width: none;
    max-width: 100%;
    height: 210px;
    min-height: 210px;
}
.smart-grid__item--l .smart-grid__content,
.smart-grid__item--xl .smart-grid__content {
    border-top: 1px solid #d1e1e8;
    border-left: none;
    padding: 27px 23px 28px 23px;
}
.smart-grid__item--l .smart-grid__content-title,
.smart-grid__item--xl .smart-grid__content-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-top: 0;
}
.smart-grid__marks,
.smart-grid__item--l .smart-grid__marks,
.smart-grid__item--xl .smart-grid__marks {
    max-width: 87%;
}
.smart-grid__description {
    margin-top: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}
.smart-grid__item--news .smart-grid__description,
.smart-grid__item--event .smart-grid__description {
    display: -webkit-box;
}
.smart-grid__item--xl .smart-grid__description {
    margin-top: 18px;
}
.smart-grid__container {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.smart-grid--news .smart-grid__container {
    padding-bottom: 35px;
}
.smart-grid__item--vertical .news__item__date .date__value {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #9E9E9E;
    padding-right: 0px;
}
.smart-grid__item--vertical .news__item__date .date__month {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #9E9E9E;
    position: inherit;
}
.smart-grid__item--vertical .news__item__date svg {
    display: block;
}
.smart-grid__item--vertical .news__item__date .date__year {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #9E9E9E;
}
.smart-grid__item--vertical .news__item__date {
    padding: 3px 0 11px 30px!important;
    margin-bottom: inherit;
}
.smart-grid__item--vertical .news__item__date > span {
    position: relative;
}
}
@media (max-width: 768px) {
    .smart-grid__item--product .smart-grid__description {
        display: none;
    }

    .smart-grid {
        padding: 55px 0 65px;
    }
    .smart-grid__container {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(1, 1fr);
        display: flex;
        flex-direction: column;
    }
    .smart-grid__item {
        -ms-grid-column: 1!important;
        grid-column: 1/1!important;
    }
    .smart-grid--news {
        padding: 55px 0 40px;
    }
}
@media (max-width: 425px) {
    .smart-grid__marks, .smart-grid__item--l .smart-grid__marks,
    .smart-grid__item--xl .smart-grid__marks {
        max-width: 290px;
    }
}

.mp-links {
    padding: 48px 0 50px;
    border-bottom: 1px solid #D1DCE2;
}

.mp-links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: 1px solid #E0E9EE;
    padding: 35px 28px 35px 35px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    height: 100%;
}
.mp-links__item-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}

.mp-links__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin: 0;
    margin-top: 10px;
}
.mp-links__item-icon svg {
    margin-bottom: -20px;
    font-size: 68px;
}
.mp-links__item-description {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}

.mp-links__item:hover {
    background: rgba(216, 232, 193, 0.38);
    border: 1px solid #E0E9EE;
	color: #000;
}
.mp-links__item:hover .mp-links__item-description {
    color: #000;
}
.mp-links__item:hover .mp-links__item-title {
    color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1440px) {
    .mp-links__item {
        padding: 30px 25px 30px 25px;
    }
}

@media (max-width: 1024px) {

    .mp-links {
        padding: 48px 0 0px;
    }
    .mp-links__item {
        height: auto;
        margin-bottom: 20px;
    }
}
.subscribe__panel {
    position: absolute;
    left: -13px;
    top: 45px;
    background: #DDE9EE;
    border: 1px solid #CDDDE3;
    padding: 16px 12px 16px 15px;
    width: 205px;
    margin-right: -1px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.subscribe__panel.is-show {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    z-index: 2;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.subscribe__panel::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 26px;
    width: 10px;
    height: 10px;
    background: #DDE9EE;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #CDDDE3;
    border-left: 1px solid #CDDDE3;
    z-index: 2;
}
.subscribe__panel-text {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 12px;
}

.subscribe__panel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
    row-gap: 2px;
}
.subscribe__panel-item {
    border: 1px solid #CDDDE3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 41px;
    width: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.subscribe__panel-item.is-active {
    background: #219BD8;
    border-color: #219BD8;
}
.subscribe__panel-item.is-active .subscribe__panel-subtext,
.subscribe__panel-item.is-active .subscribe__panel-value {
    color: #fff;
}
.subscribe__panel-value {
    font-weight: 700;
font-size: 18px;
line-height: 14px;
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out;
}
.subscribe__panel-subtext {
    font-weight: 400;
font-size: 10px;
line-height: 14px;
color: #787878;
-webkit-transition: color .3s ease-out;
-o-transition: color .3s ease-out;
transition: color .3s ease-out;
}
.subscribe__container {
    position: relative;
}
.subscribe__panel-item:hover {
   cursor: pointer;
}
.subscribe__panel-item:hover .subscribe__panel-value,
    .subscribe__panel-item:hover .subscribe__panel-subtext {
        color: #438DCD;
}
.subscribe__panel-item.is-active:hover .subscribe__panel-subtext,
.subscribe__panel-item.is-active:hover .subscribe__panel-value {
    color: #fff;
}

.events__subscribe {
    padding: 40px 0;
}

.events__subscribe .container.subscr {
    margin: 0;
    padding: 0;
}
.events__subscribe .subscrition-block {
    margin-bottom: 0px;
}
.events__subscribe .btn {
    max-width: 270px;
    width: 100%;
}
.events__subscribe .form__checkbox-label:before {
    background: #fff;
    width: 17px;
    height: 17px;
}
.events__subscribe .form__checkbox-label:after {
    left: 2px;
    top: 1px;
    -webkit-transform: scale(0.7)!important;
        -ms-transform: scale(0.7)!important;
            transform: scale(0.7)!important;
}
.events__subscribe .form__checkbox-label {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin-left: 66px;
}
.smart-grid--near-events {
    padding: 38px 0 0 0;
    background: #C6DDE3;
}
.smart-grid--near-events .smart-grid__container {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
}
.smart-grid__title {
    margin: 0;
    font-weight: 700;
font-size: 22px;
line-height: 30px;
margin-bottom: 25px;
}
.smart-grid--near-events .smart-grid__marks {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 89%;
    max-width: 89%;
}
.smart-grid--near-events .news__item__date {
    display: none;
}
.smart-grid--near-events .smart-grid__item-img {
    height: 200px;
    min-height: 200px;
}
.smart-grid--near-events .smart-grid__content-title {
    font-weight: 700;
font-size: 16px;
line-height: 21px;
}


.smart-grid--near-events .datepicker,
.smart-grid--near-events .datepicker-inline  {
    height: 100%;
}
.smart-grid--near-events .datepicker--nav-title {
    font-weight: 700;
font-size: 16px;
line-height: 22px;
text-transform: uppercase;
}
.smart-grid--near-events .datepicker--cell {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    height: 36px;
    width: 37px;
    position: relative;
}
.smart-grid--events .smart-grid__marks {
    width: 89%;
    max-width: 89%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (min-width: 1680px) {
    .smart-grid--near-events .datepicker--cell {
        width: 47px;
        height: 47px;
    }
    .smart-grid--near-events .smart-grid__content-title {
        font-size: 20px;
        line-height: 26px;
    }
    .smart-grid--near-events .datepicker--nav {
        padding: 11px 31px 11px 29px;
    }
    .smart-grid--near-events .smart-grid__marks {
        width: 91%;
    max-width: 91%;
    }
    .smart-grid--events .smart-grid__marks {
        width: 91%;
        max-width: 91%;
    }
}
.smart-grid--near-events .datepicker--cells {
    padding: 15px 23px 10px 25px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 5px;
}
.smart-grid--near-events .events-datapicker__cell--active {
    background: #000000;
    color: #fff;
}
.smart-grid--near-events .events-datapicker__cell--active.-selected- {
    background: #D8E8C1;
    color: #000;
}
.smart-grid--near-events .events-datapicker__cell--active.-selected- .datepicker--event-list {
    display: none;
}
.smart-grid--near-events .datepicker--cell.-focus- {
    background: #000000;
    color: #fff;
}

.smart-grid--near-events .datepicker--nav-title i {
    color: #010101;
}
.smart-grid--near-events .datepicker--days-names {
    padding: 8px 26px 8px 23px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    text-align: center;
}
.smart-grid--near-events .datepicker--day-name {
    color: #5C5C5C;
    font-size: 10px;
    line-height: 14px;
}
.smart-grid__cal {
    background: #AED2DC;
    padding: 35px 0 32px 0;
    display: none;
}
.smart-grid__cal-open {
    background: #AED2DC;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: calc(33.33% - 19px);
    margin-top: 22px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.smart-grid__cal-open:hover {
    background: #a7c9d3;
}

.smart-grid__cal-open.active svg{
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
}

.smart-grid__cal-open span {
    font-weight: 600;
font-size: 14px;
line-height: 16px;
margin-right: 5px;
}
.smart-grid__cal-open svg {
font-size: 10px;
margin-top: 3px;
-webkit-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.events__subscribe .subscrition-block__form form input {
    width: 92%;
}
.smart-grid--events {
    padding: 80px 0 105px 0;
    background: #fff;
}
.smart-grid--events .smart-grid__container {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding-bottom: 70px;
}
.smart-grid--events .smart-grid__item {
    background: #F0F7FC;
}
.smart-grid--events .news__item__date {
    display: none;
}
.smart-grid--events .smart-grid__description {
    display: block;
}

.smart-grid--near-events .datepicker--nav {
    padding: 8px 28px 8px 26px;
}
.datepicker--event-list {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
}
.datepicker--event-element {
    font-size: 0;
    border-radius: 1px;
    max-width: 8px;
    height: 5px;
    width: 100%;
}
.datepicker--event-element:nth-child(1) {
    background: #E9F5D8;
}
.datepicker--event-element:nth-child(2) {
    background: #D8E8C1;
}
.datepicker--event-element:nth-child(3) {
    background: #BAE6FF;
}
.datepicker--event-element:nth-child(4) {
    background: #219BD8;
}
.subscribe__container--detail {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    margin-left: 20px;
}
.smart-grid__marks-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 14px;
    background: #D8E8C1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    letter-spacing: 1px;
    text-transform: none;
}
.events-date__block--blue {
    background: rgba(222, 231, 253, 0.8);
    border-radius: 2px;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 17px;
}
.events-date__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
}
.events-date__container  .smart-grid__marks-item--subscribe svg {
    margin: 0 18px;
    width: 14px;
    height: 14px;
}
.events-date__container .smart-grid__marks-item--subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1px 0px 0px 1px;
    border: none;
}
.content-style--detail {
    margin-top: 35px;
}
.subscribe__container--detail .smart-grid__marks-item--subscribe {
    padding: 0;
}
.subscribe__container--detail .subscribe__panel {
    top: 60px;
}
.subscribe__container--detail .subscribe__panel::before {
    left: 32px;
}
.subscribe-form {

}
.subscribe-form .modal-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    max-width: 340px;
    margin: 0 auto;
}
.subscribe-form .form-input--line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.subscribe-form .form-field {
    width: 100%;
}
.subscribe-form .form-field input {
    width: 100%;
    height: 59px;
    margin-bottom: 0px;
    border-right: none;
}
.subscribe-form .form-rec-subm {
    margin-bottom: 0px;
    -webkit-box-align: self-end;
        -ms-flex-align: self-end;
            align-items: self-end;
    margin-top: 21px;
    max-width: 179px;
}
.subscribe-form .modal-form {
    width: 100%;
}
.subscribe-form form {
    width: 100%;
}
.subscribe-form .modal-dialog {
    max-width: 600px;
}
.subscribe-form .modal-content {
    padding: 40px 75px;
}
.subscribe-form .form-input label {
    margin-bottom: 10px;
}
.subscribe-form .form-rec-subm button{
    padding: 20px 39px;
    height: 59px;
    margin-left: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}
@media (max-width: 1680px) {
    .events__subscribe .subscrition-block__form form input {
        width: 91%;
    }
}
@media (max-width: 1440px) {
    .events__subscribe .subscrition-block__form form input {
        width: 86%;
    }
    .smart-grid--near-events .datepicker--cells {
        -webkit-column-gap: inherit;
           -moz-column-gap: inherit;
                column-gap: inherit;
    }
    .smart-grid--near-events .datepicker--cell {
       width: 14.28571%;
    }
}
@media (max-width: 1199px) {
    .subscribe__panel {
        left: -155px;
    }
    .subscribe__panel::before {
        right: 24px;
        left: initial;
    }
    .subscribe__container--detail .subscribe__panel {
        left: -13px;
    }
}
@media (max-width: 1024px) {
    .events__subscribe .subscrition-block__form form input {
        width: 100%;
    }
    .events__subscribe .subscrition-block__form form > label {
        width: 100%;
    }
    .events__subscribe  .subscrition-block__text {
        margin-bottom: 0px;
    }
    .events__subscribe .subscrition-block__form form > label span {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .events__subscribe .btn {
        max-width: 100%;
        width: 100%;
    }
    .events__subscribe .form__checkbox-label {
        margin-left: 0px;
    }
    .content-style--detail {
        margin-top: 0px;
    }
    .events-date__container  {
        margin-bottom: 85px;
    }
}
@media (max-width: 768px) {
    .smart-grid--events {
        padding: 55px 0 40px;
    }
    .smart-grid--events .smart-grid__container {
        padding-bottom: 35px;
    }
    .smart-grid__cal-open {
        width: 100%;
    }
    .subscribe__container--detail {
        margin-left: 0px;
        height: 44px;
    }
    .events-date__block--blue {
        padding: 11px 17px;
    }
    .events-date__container {
        margin-bottom: 65px;
    }
    .subscribe-form .modal-dialog {
        max-width: none;
    }
    .subscribe-form .form-input--line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .subscribe-form .form-field input {
        border: 1px solid #cad6dc;
    }
    .subscribe-form .form-rec-subm {
        max-width: 100%;
    }
    .subscribe-form .form-rec-subm button {
        height: 70px;
    }
    .subscribe-form .modal-content {
        padding: 40px 30px;
    }
    .subscribe-form .modal-header {
        padding-bottom: 25px;
    }
    .subscribe-form .modal-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        max-width: 340px;
        margin: 0 auto;
    }
}

@media (max-width: 425px) {
    .smart-grid--near-events .smart-grid__marks {
        max-width: 89%;
        width: 89%;
    }
    .smart-grid--events .smart-grid__marks {
        max-width: 89%;
        width: 89%;
    }
}



.smart-grid__item-good {
    max-width: calc(33.3% - 17px);
    min-width: calc(33.3% - 17px);
}

.smart-grid__item-good .smart-grid__item-img {
    max-width: 100%;
    width: 100%;
    height: 219px;
    min-height: 219px;
}
.smart-grid__item-good .smart-grid__item-img img {
    -o-object-fit: contain;
       object-fit: contain;
}
.smart-grid__item-good .smart-grid__content {
    padding: 30px 30px 37px 32px;
    border: none;
    border-top: 1px solid #d1e1e8;
}
.smart-grid__item-good .smart-grid__content-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}
.smart-grid__item-body {
    background: #D3E5EE;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
}
.smart-grid__item-body::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 192px;
    background: url(../images/m_wave.svg) no-repeat center center;
    z-index: 0;
}
.smart-grid__body-text {
font-weight: 300;
font-size: 17px;
line-height: 22px;
padding-top: 20px;
position: relative;
}
.smart-grid__body-text p {
    margin-bottom: 15px;
}
.smart-grid__info-name {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 3px;
}
.smart-grid__info-post {
    font-weight: 300;
font-size: 14px;
line-height: 19px;
margin-bottom: 0;
}
.smart-grid__info {
    min-width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.smart-grid__info-nav {
    position: relative;
    margin-bottom: 10px;
}
.smart-grid__info-nav button {
    position: inherit;
}
.smart-grid__info-nav .prime__slick-prev {
    left: 0;
}
.smart-grid__info-nav .prime__slick-next {
    right: 5px;
}
.smart-grid__info-container {
    position: relative;
}
.smart-grid__info-img {
    border-radius: 50%;
    width: 49px;
    height: 49px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}
.smart-grid__info-quote {
    width: 49px;
    height: 49px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 45px;
    z-index: 1;
}
.smart-grid__slide {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.smart-gride__slider {
    display: block;
    width: 100%;
}
.smart-gride__slider .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.smart-gride__slider .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.smart-gride__slider .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
}
.smart-grid__item--l  .smart-grid__item-good {
    max-width: calc(50% - 14px);
    min-width: calc(50% - 14px);
}
.smart-grid__content-title--mobile {
    display: none;
}
.smart-grid__body-arrow {
    display: none;
}
@media (max-width: 1024px) {

    .smart-grid__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
    }
    .smart-grid__item-good {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .smart-grid__item-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 27px 23px 70px;
        height: 100%;
    }
    .smart-grid__item-good {
        min-width: auto;
        max-width: none;
    }
    .smart-grid__item-good .smart-grid__item-img {
        padding: 28px 30px 18px 30px;
    }
    .smart-grid__item--xl .smart-grid__item-img {
        min-width: 100%;
    max-width: 100%;
    }
    .smart-grid__item-good .smart-grid__content {
       display: none;
    }
    .smart-grid__content-title--mobile {
        display: block;
    }
    .smart-grid__info-nav {
        display: none;
    }
    .smart-grid__info-img {
        margin-bottom: 15px;
    }
    .smart-grid__body-text p {
        line-height: 22px;
    }
    .smart-grid__body-text {
        font-size: 15px;
    }
    .smart-grid__item-body::after {

    }
    .smart-grid__item .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 0;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0
    }
    .smart-grid__item .slick-dots {
        bottom: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    /* .smart-grid__body-text {
      display: none;
    } */
    .smart-grid__body-text-container {
        display: none;
    }

    /* .smart-grid__item-body::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(211,229,238,1) 67%);
        background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(211,229,238,1) 67%);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(211,229,238,1) 67%);
    } */
    .smart-grid__item-body.is-open::after {
        display: none;
    }
    .smart-grid__item-body::before {
        display: none;
    }
    .smart-grid__body-arrow {
        display: block;
        position: absolute;
        bottom: -13px;
        z-index: 2;
        cursor: pointer;
        left: calc(50% - 41px);
    }
    .smart-grid__body-arrow.is-open {
        bottom: -20px;
        top: initial;
    }
    .smart-grid__body-arrow > span {
        font-size: 12px;
        color: #4ca3dd;
    }
    .smart-grid__body-arrow svg {
        height: 10px;
        margin-left: 0px;
        /* margin-top: 9px; */
        margin-bottom: -1px;
        fill: #4ca3dd;
    }
    .smart-grid__body-arrow.is-open .icon-arrow-r {
        -webkit-transform: scale(-1) rotate(90deg);
            -ms-transform: scale(-1) rotate(90deg);
                transform: scale(-1) rotate(90deg);
    }
    .smart-grid__body-text.is-open::after {
        display: none;
    }
    .smart-grid__item-img {
        background: #fff;
    }
    .smart-gride__slider .slick-slide > div {
        height: 100%;
    }

    .smart-grid__item .slick-dots button {
        border: 1px solid #fff;
        width: 37px;
        height: 7px;
        background: rgba(0, 0, 0, 0);
        margin: 0 6px
    }

    .smart-grid__item .slick-dots > .slick-active > button {
        background: #fff
    }
    .smart-gride__slider {
        display: block;
        max-width: 330px;
    }
}
@media (max-width: 768px) {
    .smart-gride__slider {
        display: block;
        max-width: 100%;
    }
    .smart-grid__body-arrow {
        bottom: -20px;
        left: calc(50% - 40px);
    }
}

/* ----- adds ------ */

.instr-item__head.instr--link.js-doc {
  background-color: #f4fafd;
  transition: background-color .2s linear;
}
.instr-item__head.instr--link.js-doc:hover,
.instr-item__head.instr--link.js-doc:active,
.instr-item__head.instr--link.js-doc:focus {
  background-color: #e1eff6;
}


.js-accordeon-client {
  display: none;
}

.js-tab-search {
  display:none;
}

@media (max-width: 769px) {
.about__submenu {
display: grid;
    justify-content: center;
}
    .about__submenu__item a {
        color: white;
        font-weight: 900;
font-size: 16px !important;
        display: block;
    }
li.about__submenu__item {
    padding: 8px 0;
}
li.about__submenu__item svg {
display:none;
}
}