@charset "UTF-8";
/* Обычный */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: lighter;
  src: local("Roboto"), url("/assets/fonts/Roboto-Light.woff2") format("woff2");
}

/* Обычный */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto"), url("/assets/fonts/Roboto-Regular.woff2") format("woff2");
}

/* Жирный */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: local("Roboto"), url("/assets/fonts/Roboto-Bold.woff2") format("woff2");
}

* {
  font-family: "Roboto";
}

li {
    list-style: none;
}

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

html {
  overflow-x: hidden;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

.logo {
  max-width: 241px;
  position: relative;
    z-index: 999;
}

.nav-item {
  font-weight: bold;
  list-style: none;
}

.navbar-container {
  padding-left: 0;
}

.navbar-collapse {
  flex-grow: 0;
}

@media all and (max-width: 1200px) {
  .navbar-brand {
    max-width: 130px;
  }
  .navbar-brand img {
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  .navbar-brand {
    order: 0;
  }
  .navbar-toggler {
    order: 2;
  }
  .navbar-collapse {
    order: 3;
  }
  .header-contacts {
    order: 1;
  }
}

@media all and (max-width: 767px) {
  .header-contacts {
    max-width: 300px;
  }
}

@media all and (max-width: 575px) {
  .navbar-brand {
    max-width: 100px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .header-contacts {
    max-width: 170px;
    font-size: 12px;
  }
}

.nav-link {
  border-bottom: 3px solid #75131300;
  transition: 0.2s ease-out;
}

.nav-link:hover {
  color: #72c3ed;
  border-bottom: 3px solid #72c3ed;
}

.navbarProducts__item {
  padding-left: 45px;
  position: relative;
}

.navbarProducts__item:hover {
  background-color: #f1f1f1;
}

.navbarProducts__item > img {
  position: absolute;
  left: 10px;
}

.navbarProducts__item-image-1 {
  top: -4px;
}

.navbarProducts__item-image-2 {
  top: 10px;
}

.navbarProducts__item-image-3 {
  top: 4px;
}

.navbarProducts__item-arrow-right {
  background-image: url(../img/icon/header_arrow_right.png);
  background-size: 15px 20px;
  background-position: right;
  background-repeat: no-repeat;
}

.navbarProducts__item-arrow-right > a:hover {
  background-color: transparent;
}

.navbarProducts__item-arrow-left {
  background-image: url(../img/icon/header_arrow_left.png);
  background-size: 15px 20px;
  background-position: left;
  background-repeat: no-repeat;
}

.dropdown-item:active {
  background-color: rgba(71, 71, 71, 0.14);
  color: #ef2f3a;
}

.dropdown-itemspan {
  position: absolute;
  right: 0;
  top: 25%;
}

.header {
  top: 0;
  position: fixed;
  z-index: 100;
  width: 100%;
}

.header-contacts {
  align-items: center;
  height: 100%;
  padding: 0;
}

.header-contacts a {
  color: black;
  text-decoration: none;
}

.mail-link {
    color: #72c3ed!important;
}

.header-contacts a:hover {
  color: #ef2f3a;
}

.header-contacts-block{
    width: 170px!important;
}

.header-contacts-block a {
  padding-right: 13px;
  color: #000000;
}

.switch {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.current {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  text-align: center;
  line-height: 35px;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  transition: all .2s ease-out;
  border-radius: 3px;
  
}



.current span {
  display: inline-block;
  line-height: 20px;
}

.current .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.current .arrow svg {
  vertical-align: top;
}

.current:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.options {
  position: absolute;
  right: -31px;
  top: 1.6em;
  z-index: 0;
  opacity: 0;
  transition: all .36s ease-out;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.switch.show-options .options {
  display: block;
  z-index: 5;
}

.switch.anim-options .options {
  opacity: 1;
}

.switch.show-shadow .options {
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}

.options li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.options-list {
  color: black;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}

.options-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.75em;
  border-bottom: 1px solid #E1E4E6;
  transform: translateX(10px);
  transition: all .5s ease-out;
  transition-delay: .1s;
  opacity: 0;
  font-size: 1rem;
  line-height: 1.3;
  white-space: nowrap;
}

.options-list li:last-child {
  border-bottom: none;
}

.options-list li:nth-child(1) {
  transition-delay: .1s;
}

.options-list li:nth-child(2) {
  transition-delay: .15s;
}

.options-list li:nth-child(3) {
  transition-delay: .2s;
}

.options-list li:nth-child(4) {
  transition-delay: .25s;
}

.options-list li:nth-child(5) {
  transition-delay: .3s;
}

.options-list li.selected {
  color: black;
}

.switch.anim-options .options-list li {
  transform: translateX(0);
  opacity: 1;
}

#trans-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -80px;
  right: -80px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
  transition: all .4s ease-out;
  transform: scale(0.5);
  overflow: hidden;
}

#trans-circle svg {
  max-width: 100%;
  max-height: 100%;
}

.switch.anim-options #trans-circle {
  transform: scale(9);
}

.dropdown-toggle::after {
  display: none;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu {
    /* max-width: 320px; */
  }
  .dropdown-item {
    /* width: 100%; */
    /* white-space: normal; */
    /* max-width: 320px; */
    /* white-space: calc(50% - 1px); */
  }
  .dropdown-menu li {
    /* display: flex;
      flex-wrap: wrap; */
    position: relative;
    /* width: 320px; */
    /* max-width: 320px; */
  }
  .nav-item .submenu-right {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}

/* ============ small devices .end// ============ */
/* Карусель */
.carousel-item img {
  object-fit: cover;
  height: calc(100vh - 75px);
  position: relative;
}

@media (max-width: 991px) {
  .carousel-item img {
    height: calc(75vw);
  }
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 5em;
  height: 5em;
}

.carousel-indicators [data-bs-target] {
    border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}
.carousel-indicators [data-bs-target]::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  top: -14px;
  display: none;
}

#trolleybusIcon::before {
  background-image: url(../img/icon/trolleybus_icon.png);
}

#trainIcon::before {
  background-image: url(../img/icon/train_icon.png);
}

#equipmentIcon::before {
  background-image: url(../img/icon/equipment_icon.png);
}

#busIcon::before {
  background-image: url(../img/icon/bus_icon.png);
  background-size: 22px;
  /* background-position: 50% 0%; */
}

/* Карусель end*/
.slick-track {
  display: flex;
  gap: 20px;
}

.projects a {
  color: black;
  text-decoration: none;
  transition: .2s ease-out;
}

.projects-slider__item img {
  width: 100%;
}

.title {
  margin: 60px 0 30px 0;
}

.title__slider {
  margin-top: 10px;
  font-weight: bold;
}

.title__white {
  color: white;
  padding: 20px 0 0 20px;
}

.description {
  text-indent: 1.5em;
  text-align: justify;
}

.slider {
  position: relative;
  padding: 0px 30px;
}

.slider .slick-arrow {
  position: absolute;
  top: calc(50%);
  z-index: 2;
  font-size: 0;
  width: 30px;
  height: 30px;
}

.slider .slick-arrow:hover {
  opacity: .5;
}

.slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/icon/slick_arrow_left.png") 0 0/100% no-repeat;
  /* background-color: #568bd9; */
}

.slider .slick-arrow.slick-next {
  right: 0;
  background: url("../img/icon/slick_arrow_right.png") 0 0/100% no-repeat;
}

.companies__item {
  box-shadow: 0px 0px 8px 4px rgba(71, 71, 71, 0.14);
  border-radius: 10px;
  overflow: hidden;
}

.companies__item > p {
  text-indent: 1.5em;
  text-align: justify;
  font-size: 12px;
}

.companies__item a {
  text-decoration-line: none;
  color: black;
}

.companies__item a:hover {
  color: #ef2f3a;
}

.map {
  position: relative;
  margin-bottom: -8px;
}

.map-text-block {
  max-width: 237px;
  padding: 26px;
  z-index: 1;
  height: calc(100% - 8px);
  background-color: white;
  box-shadow: 0px 0px 8px 4px rgba(71, 71, 71, 0.14);
  position: absolute;
  top: 0px;
  left: 258px;

}

@media (max-width: 991px) {
  .map-text-block {
  max-width: 237px;
  padding: 26px;
  z-index: 1;
  height: calc(100% - 8px);
  background-color: white;
  box-shadow: 0px 0px 8px 4px rgba(71, 71, 71, 0.14);
  position: absolute;
  top: 0px;
  left: 258px;

}
}



.map-text-block-footer {
  max-width: 237px;
  padding: 26px;
  z-index: 1;
  height: calc(100% - 8px);

}

.map-text-block__logo {
  width: 100%;
}

@media (max-width: 991px) {
  .map-row {
    justify-content: center;
  }
  .map-text-block {
    position: static;
    margin-left: 12%;
  }
}

.companies__item img {
  width: 100%;
  transform: scale(1.15);
  margin: 20px 0;
}

.partners__item {
  padding: 40px 0;
  /* border: 1px solid black; */
  border-radius: 10px;
  /* box-shadow: 4px 10px 10px 4px rgb(34 60 80 / 33%); */
  display: flex;
  align-items: center;
  justify-content: center;
}


.partners__item img {
  height: 90px;
  object-fit: cover;
}

body {
  margin-top: 75px;
}

body-carousel-item {
  position: relative;
}

.btn {
  padding: 10px 30px;
}

.nav-link {
  color: black;
}

.upperCase {
  text-transform: uppercase;
}

.nav-tabs .nav-link {
  border-bottom: none;
}

.nav-tabs .nav-link:hover {
  border-bottom: none;
}

#myTabContent {
  margin-top: 30px;
}

.footer {
  padding: 30px 0 30px 0;
  /* background-image: url(../img/footerBg.png); */
  background-color:#F8F9FA;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer h5 {
  font-weight: bold;
}

.footer p {
  margin: 0;
}

.footer-logo-block {
  margin-top: 20px;
}

.footer-logo-block__logo {
  max-width: 200px;
}

.footer ul {
  padding-left: 0;
}

.footer ul a {
  text-decoration-line: none;
  color: black;
}

.footer ul li:hover a {
  color: #72c3ed;
}

.footer ul li {
  cursor: pointer;
}

.footer ul li:not(:last-child) {
  padding-bottom: 10px;
}

.sidebar {
  padding-top: 10px;
  box-shadow: 0px 0px 8px 4px rgba(71, 71, 71, 0.14);
}

.sidebar li {
  border-bottom: 1px solid rgba(71, 71, 71, 0.14);
  position: relative;
}

.sidebar li > a {
  padding-left: 32px;
  color: black;
}

.sidebar li > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 10px;
  top: 15px;
  background-color: rgba(71, 71, 71, 0.14);
 
}

.sidebar-product li > a:before {
  
  position: inherit!important;
    padding-right: 10px;
    margin-right: 15px;
}

.sidebar li > a:hover:before {
    transition: 0.5s;
    background-color: #72c3ed;
    transform: scale(1.2)
}

.sidebar li > a.active:before {
    transition: 0.5s;
    background-color: #72c3ed;
    transform: scale(1.2);
    color: #72c3ed;
}

.nav-link.active {
color:#72c3ed!important;
border-bottom: 3px solid #72c3ed;
}

.sidebar li > a:focus {
  color: #72c3ed; 
}

.sidebar li > a:focus .sidebar li::before {
  background-color: #72c3ed;
}



.sidebar.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-item.sidebar-item > a {
  color: #dc3545;
  border-bottom: 3px solid #dc3545;
}

.nav-item.sidebar-item > a::before {
  background-color: #dc3545;
}

.group-companies-list {
  background-color: #ebebeb;
  background-image: url(../img/company-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 130px;
  border-left: 10px solid white;
  min-height: 70vh;
}

.group-companies-list-item {
  background-color: white;
  margin: 20px !important;
}

.history-item-year {
  margin-top: 70px!important;
}



.history-img-item:not(:last-child) {
    padding-right: 15px;
}

.history-year {
    width: 100%;
    display: block;
    border-top: 20px solid red;
}
.group-companies-list-item__link {
  transition: .3s ease-out;
}

.group-companies-list-item__link:hover {
  transform: scale(1.08);
}

.group-companies-list-item__image {
  padding-left: 3px;
}

.group-companies-list-item__image img {
  height: fit-content;
}

.group-companies-list-item-text-block {
  padding: 0;
}

.group-companies-list-item p {
  text-indent: 1.5em;
}

.group-companies-list-item a {
  text-decoration-line: none;
  color: #568bd9;
}

.group-companies-list-hisory {
  display: grid;
}

.breadcrumb-item {
  font-size: 24px;
  padding-top: 10px;
}

.history-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.4fr 1.3fr;
  grid-template-rows: max-content;
  gap: 20px 25px;
  padding: 10px;
  grid-auto-flow: row;
  grid-template-areas: "history-left-top history-center history-right-top"
 "history-left-top history-center history-right-text"
 "history-left-text history-center history-right-text"
 "history-left-text history-center history-right-botom"
 "history-left-bottom history-center history-right-botom";
}

.history-left-top {
  grid-area: history-left-top;
}

.history-left-top img {
  object-fit: contain;
  height: 100%;
}

.history-right-top {
  grid-area: history-right-top;
}

.history-right-botom {
  grid-area: history-right-botom;
}

.history-left-text {
  grid-area: history-left-text;
}

.history-right-text {
  grid-area: history-right-text;
}

.history-left-bottom {
  grid-area: history-left-bottom;
}

.history-left-bottom img {
  object-fit: contain;
  height: 100%;
}

.history-center {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1.5fr 0.5fr 1.1fr 0.5fr 1.4fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "."
 "history-center_text-right"
 "."
 "history-center_text-left"
 ".";
  grid-area: history-center;
  background-color: #568bd9;
  font-size: 36px;
}

.history-center_text-right {
  grid-area: history-center_text-right;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  padding-left: 5px;
  justify-content: right;
}

.history-center_text-right::after {
  content: '';
  display: block;
  position: relative;
  float: right;
  right: -15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #568bd9;
}

.history-center_text-left {
  grid-area: history-center_text-left;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.history-center_text-left::before {
  content: '';
  display: block;
  position: relative;
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #568bd9;
}

@media all and (max-width: 991px) {
  .history-grid {
    display: grid;
    grid-template-columns: 0.3fr 1.4fr;
    grid-template-rows: max-content;
    gap: 20px 25px;
    grid-template-areas: "history-center history-right-top"
 "history-center history-right-text"
 "history-center history-right-botom"
 "history-center history-left-top"
 "history-center history-left-text"
 "history-center history-left-bottom";
  }
  .history-right-top {
    grid-area: history-right-top;
  }
  .history-right-botom {
    grid-area: history-right-botom;
  }
  .history-center {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0.5fr 2fr 0.5fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "."
 "history-center_text-right"
 "."
 "history-center_text-left"
 ".";
    grid-area: history-center;
  }
  .history-center_text-right {
    grid-area: history-center_text-right;
  }
  .history-center_text-left {
    grid-area: history-center_text-left;
  }
  .history-right-text {
    grid-area: history-right-text;
  }
  .history-left-top {
    grid-area: history-left-top;
  }
  .history-left-text {
    grid-area: history-left-text;
  }
  .history-left-bottom {
    grid-area: history-left-bottom;
  }
  .history-center_text-left {
    padding-left: 5px;
    padding-right: 0;
    justify-content: right;
  }
  .history-center_text-left::before {
    display: none;
  }
  .history-center_text-left::after {
    content: '';
    display: block;
    position: relative;
    float: right;
    right: -15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #568bd9;
  }
}

@media all and (max-width: 575px) {
  .history-center {
    font-size: 16px;
  }
}

.image {
  margin: 30px;
  cursor: zoom-in;
}

.popup {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}

.popup_bg {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}

.popup_img {
  position: fixed;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
}

.popup_img {
  pointer-events: none;
}

.products-item-image {
  height: 188px;
}

.products-item-image img {
  height: 100%;
}

.products-item-text-block {
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
  text-align: center;
  background-color: #ebebeb;
  height: calc(100% - 188px);
}

.products-item-text-block a {
  color: black;
  font-weight: bold;
}

@media all and (max-width: 1199px) {
  .products-item-image {
    height: 120px;
  }
  .products-item-text-block {
    font-size: 14px;
    height: calc(100% - 120px);
  }
}

@media all and (max-width: 767px) {
  .products-item-image {
    height: 170px;
  }
  .products-item-text-block {
    font-size: 14px;
    height: calc(100% - 170px);
  }
}

.create-equip-number-block {
  color: #72c3ed;
}

.create-equip-number-block__number {
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  text-indent: 0px !important;
  margin-bottom: 0;
}

.create-equip-number-block__text {
  border-bottom: 3px solid #72c3ed;
}

.create-equip-text-block {
  line-height: 20px;
}

.create-equip-text-block__title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 15px;
}

.create-equip-text-block i {
  color: #888888;
}

.create-equip-image {
  margin-top: 10px;
  margin-bottom: 25px;
}

.rent {
  margin: 10px 0;
  padding: 3px 0;
  font-size: 11px;
}

.rent-item__title {
  font-size: 14px;
  font-weight: bold;
}

.rent-item__btn {
  font-size: 12px;
  margin: 5px 12px 0 0;
  background-color: rgb(225 225 225 / 62%);
}

.rent-item__text {
  text-indent: 0 !important;
  margin-bottom: 2px;
  font-size: 14px;
}

.rent-item__text-price {
  font-size: 16px;
  font-weight: 600;
}

.avtopilot-item p {
  font-size: 13px;
  line-height: 1.3em;
}

.contacts-item {
  box-shadow: 0px 0px 8px 4px rgba(71, 71, 71, 0.14);
  border-radius: 10px;
  padding: 20px 10px 10px 10px;
  margin-bottom: 20px;
}

.contacts-item__title {
  font-weight: bold;
}

.contacts-item__text {
  padding-left: 80px;
  margin-bottom:15px;
  position: relative;
}

.contacts-item__text::before {
  content: '\f3c5';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #72c3ed;
  background-size: 60px;
  left: 0;
  top: calc(50% - 30px);
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  font-weight: 900;
  font-size: 32px;
  text-indent: 17px;
  line-height: 58px;
  color: white;
}

.contacts-item__text-email::before {
  content: '\f0e0';
  text-indent: 14px;
}

.contacts-item__text-phone::before {
  content: '\f095';
  text-indent: 14px;
}

.contacts-item__text-recvizits::before {
  content: '\f19c';
  text-indent: 14px;
}

.media-block {
  display: grid;
  height: 100%;
  grid-template-columns: 1.5fr 0.5fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas: "media-block-big media-block-small-production"
 "media-block-big media-block-small-contest";
  height: 400px;
  font-weight: 700;
}

.media-block a {
  color: white;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .media-block {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.2fr 0.8fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas: "media-block-big media-block-big"
 "media-block-small-production media-block-small-contest";
  }
  .media-block-big {
    grid-area: media-block-big;
  }
  .media-block-small-production {
    grid-area: media-block-small-production;
  }
  .media-block-small-contest {
    grid-area: media-block-small-contest;
  }
}

@media all and (max-width: 575px) {
  .media-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 250px 250px 250px;
    gap: 10px 0px;
    grid-template-areas: "media-block-big"
 "media-block-small-production"
 "media-block-small-contest";
  }
  .media-block-big {
    grid-area: media-block-big;
  }
  .media-block-small-production {
    grid-area: media-block-small-production;
  }
  .media-block-small-contest {
    grid-area: media-block-small-contest;
  }
}

.media-block-big {
  background-image: url(../img/media_1.jpg);
  grid-area: media-block-big;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  font-size: 36px;
  cursor: pointer;
  transition: .2s ease-out;
}

.media-block-big:hover {
  transform: scale(1.02);
}

.media-block-big__video {
  background-image: url(../img/media_video_1.jpg);
}

.media-block-small-production {
  background-image: url(../img/media_2.jpg);
  grid-area: media-block-small-production;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  font-size: 22px;
  cursor: pointer;
  cursor: pointer;
  transition: .2s ease-out;
}

.media-block-small-production:hover {
  transform: scale(1.05);
}

.media-block-small-production__video {
  background-image: url(../img/media_video_2.jpg);
}

.media-block-small-contest {
  background-image: url(../img/media_3.jpg);
  grid-area: media-block-small-contest;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  font-size: 22px;
  cursor: pointer;
  cursor: pointer;
  transition: .2s ease-out;
}

.media-block-small-contest:hover {
  transform: scale(1.05);
}

.media-block-small-contest__video {
  background-image: url(../img/media_video_3.jpg);
}

.vacancii-sidebar {
  border: none;
}

.vacancii-sidebar a {
  color: black;
}

.vacancii-sidebar a:focus {
  color: black;
}

.vacancii-list {
  font-weight: normal;
  padding-bottom: 20px;
}

.vacancii-list li {
  list-style-type: "– ";
}

.vacancii-panel {
  border-radius: 10px;
  box-shadow: 0px 0px 8px 4px rgba(71, 71, 71, 0.14);
  height: 330px;
  width: 280px;
}

.vacancii-panel__title {
  font-weight: 700;
}

.vacancii-panel p {
  font-weight: normal;
}

.vacancii-panel__file {
  font-weight: normal;
  position: relative;
  font-size: 11px;
  margin-bottom: 20px;
}

.vacancii-panel__file::before {
  font-family: "Font Awesome 5 Free";
  content: "\f15b";
  font-size: 22px;
  display: inline-block;
  padding-right: 16px;
  padding-left: 0px;
  vertical-align: middle;
  font-weight: 900;
}

.vacancii-panel label {
  color: #888888;
  font-weight: normal;
  padding-left: 10px;
  line-height: 16px;
}

.converter {
  text-align: right;
}

.converter__link {
  line-height: 1em;
  letter-spacing: 0.06em;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #72c3ed !important;
  border: 2px solid #72c3ed;
  display: inline-block;
  padding: 10px 10px 10px 13px;
  transition: 200ms ease-out;
  border-radius: 4px;
}

.converter__link:hover {
  background: #72c3ed;
  color: white !important;
}

.converter__link::after {
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  margin-left: 20px;
  color: #72c3ed;
  font-size: 14px;
  vertical-align: middle;
  transition: color 200ms;
}

.converter__link:hover::after {
  color: white !important;
}

@media all and (max-width: 1200px) {
  .converter__link {
    font-size: 12px;
  }
}

@media all and (max-width: 767px) {
  .converter__link {
    font-size: 10px;
  }
  .converter__link::after {
    margin-left: 5px;
  }
}

.rent {
}

.rent-thumb__button::before {
  display: none !important;
}

.rent-thumb__button img {
  height: 71px;
}

.rent-carousel-item {
  height: 455px;
}

.rent-carousel-item img {
  height: 100%;
}

@media all and (max-width: 1400px) {
  .rent-thumb__button img {
    height: 71px;
  }
  .rent-carousel-item {
    height: 350px;
  }
}

@media all and (max-width: 1199px) {
  .rent-thumb__button img {
    height: 71px;
  }
  .rent-carousel-item {
    height: 320px;
  }
}

@media all and (max-width: 991px) {
  .rent-thumb__button img {
    height: 71px;
  }
  .rent-carousel-item {
    height: 350px;
  }
  .rent-text-block {
    margin-top: 90px;
  }
}

@media all and (max-width: 575px) {
  .rent-thumb__button img {
    height: 50px;
  }
  .rent-carousel-item {
    height: 280px;
  }
}

.button__main {
  position: absolute;
  bottom: 15%;
  left: 10%;
  z-index: 10;
}

.button__main-fill {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  border-radius: 5px;
  color: white !important;
  background: #72c3ed;
  padding: 13px 13px 13px 15px;
}

.button__main-fill:hover {
  border: 2px solid #72c3ed;
  background: transparent;
  color: #72c3ed !important;
}

.button__main-fill::after {
  color: white;
  font-size: 16px;
}

.button__main-fill:hover::after {
  color: #72c3ed !important;
}

.gallery img {
  background-color: #ffffff;
  padding: 15px;
  width: 100%;
    height: 350px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  object-fit: cover;
  transition: .3s ease-out;
}

.gallery-block:hover {
  transform: scale(1.08);
}

.gallery-block {
    position: relative;
  transition: .3s ease-out;
}

#gallery-modal .modal-img {
  width: 100%;
}

#contactForm {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .contact-form-message {
    order: 1;
  }
}

.polimer-text:last-child {
    margin: 16px 0 0 0;
}

.polimer-list-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 10px;
    top: 15px;
    background-color: rgba(255, 0, 0, 0.14);
}

.testlab-text2 {
    margin: 16px 0 16px 0
}

.metal-text4 {
    margin: 16px 0 16px 0
}

.rent-list-item {
   width: max-content;
}

.h5rent-card {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.prev-slide_btn {
    background-image: url(/assets/img/icon/icons8-nazad-100.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    
    background-position: center;
}

.next-slide_btn {
    background-image: url(/assets/img/icon/icons8-vpered-100.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-position: center;
  
}

.lSAction > a {
    width: 96px!important;
    display: block;
    top: 50%;
    height: 32px;
    background-image: none!important;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lslide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.4;
}

.active {
    opacity: 1!important;
    color:#72c3ed !important;
}

.img-poduct:hover {
    opacity: 0.4;
}

.img-poduct:hover .img-lup {
    z-index: 0;
}

.img-poduct {
    background-image: url(assets/img/icon/loop.png);
   position: relative;
    transition: 0.3s;
    width: 100%;

}

.img-lup {
    position: relative;
    left: -261px;
    z-index: -1;
}

.title-main-product {
    color: #72c3ed;
    text-align: center;
}

.table-wrap {
  color: #000;
  width: 100%;
  display: flex;
  justify-content: center;
/*   padding-bottom: 30px */

}

.table-wrap table thead {
	text-align: center;
}

 table {
    border: 1px solid #ccc;
    width: 90%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

/* @media all and (max-width: 401px) {
  table {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
} */

  table tr {
    border: 1px solid #ddd;
  }

  table th{
    padding: 10px;
    border-right: 1px solid #ddd;
  }

table td {
    padding: 4px 50px 4px 20px;
    border-right: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  table td {
    padding: 4px 15px 4px 15px;
    border-right: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: 1px;
}
}
  table th {
    color: #fff;
    background-color: #dc3545;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    width: 452px;
  }
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  
  table tr {
    margin-bottom: 15px;
    display: block;
    border: 3px solid #ddd;
    width: inherit!important;
    height: inherit!important;
  }
  table td {
    display: block;
    text-align: center;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
    width: inherit!important;
    height: inherit!important;
  }
  
  
  
  table td:last-child {
    border-bottom: 0;
  }
  /* table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  } */
}

@media screen and (max-width: 400px) {
 table tr {
    width: 323px!important;
  }
  table td {
    width: 320px!important;
    font-size: 11px;
  }
  .table-title {
      font-size: 11px!important;
  }
  
}
.table-container {
        display: flex;
    align-items: center;
    justify-content: center;
}

.crumb_link {
        color: #BCB5A9;
    text-decoration: none;
    text-underline-offset: 3px;
    padding-right: 10px;
}

.crumb_link:hover {
    color: #ef2f3a;
    transition: 0.3s;
}

.crumb_link:after {
    content: "—" ;
    padding-left: 10px;
}

.crumb_link:hover .crumb_link:after {
    color: #ef2f3a;
}

.page-row {
	display: -webkit-box;
	display: flex;
	margin: 0 -15px;
}

.page-row_wrap {
	flex-wrap: wrap;
}

.page-row_justify {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.page-row_small {
	margin: 0 -10px;
}

.page-row_v-middle {
	-webkit-box-align: center;
	align-items: center;
}

.page-col {
	box-sizing: border-box;
	padding: 0 15px;
}

.page-col_w50 {
	width: 50%;
}

.page-col_w33 {
	width: 33.33%;
}

.page-col_small {
	padding: 0 10px;
}

.h40-separator {
	height: 40px;
}

.page-header {
	position: relative;
	z-index: 50;
	background: #0a0a0d;
	padding-bottom: 57px;
}

.page-header__top {
	padding: 30px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.page-header__logo {
	display: block;
	flex-shrink: 0;
	margin-right: 15px;
}

.page-header__logo:hover,
.page-header__logo:link,
.page-header__logo:active,
.page-header__logo:visited {
	border: none;
}

.page-header__logo img {
	display: block;
}

.page-header__right-col {
	position: relative;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	z-index: 22;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.page-header__right-col .btn-type1 {
	min-width: 200px;
}

.page-header__col {
	padding: 0 15px;
}

.page-header__helper {
	height: 56px;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.page-header__bottom {
	background: #0a0a0d;
	border-top: 1px solid #222229;
	height: 55px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}

.page-header__bottom-cont {
	position: relative;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.no-touch-dev .page-header__bottom.fixed {
	position: fixed;
	top: -1px;
	bottom: auto;
}

.header-contact__tel {
	white-space: nowrap;
	font-size: 16px;
	display: block;
	margin-bottom: 3px;
}

.header-contact__tel:hover,
.header-contact__tel:link,
.header-contact__tel:active,
.header-contact__tel:visited {
	border: none;
	color: #fff;
}

.header-contact__tel:hover {
	color: #f0ca00;
}

.header-contact__mail {
	white-space: nowrap;
	font-size: 15px;
	display: inline-block;
	position: relative;
}

.header-contact__mail:hover,
.header-contact__mail:link,
.header-contact__mail:active,
.header-contact__mail:visited {
	border: none;
}

.header-contact__mail:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	background: #f0ca00;
	left: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.header-contact__mail:hover:after {
	-webkit-transform: scaleX(0.2);
	-ms-transform: scaleX(0.2);
	transform: scaleX(0.2);
}

.header-contact__caption {
	color: #888b8c;
	font-size: 15px;
}

.header-search-btn {
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	display: block;
	padding: 10px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	margin-right: -25px;
}

.header-search-btn:hover {
	color: #9da3a6;
}
.header-search-mobile {
	display:  none;
}

.header-search.opened {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
}

.header-search__input {
	color: #fff;
	background-color: #39393d;
	padding: 16px 60px 16px 20px;
	font-size: 16px;
	border: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}

.header-search__submit {
	position: absolute;
	visibility: hidden;
}

.header-search:after {
	position: absolute;
	content: '';
	display: block;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 25px;
	color: #fff;
	z-index: 4;
	right: 50px;
	top: 50%;
	margin-top: -12px;
	content: "\e90b";
	pointer-events: none;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	opacity: 0;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
}

.header-search.loading:after {
	opacity: 1;
}

.header-search__empty {
	display: none;
}

.header-search__close {
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 6;
	cursor: pointer;
	color: #fff;
	font-size: 21px;
	padding: 20px;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	right: 7px;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}



.header-search__close:hover {
	color: #fff;
}

.header-search__results {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 30px 30px 100px;
	box-sizing: border-box;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.4s;
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.4s;
}

.header-search__results.show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
}

.header-search__results .btn-type1 {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.header-search__results .btn-type1:hover,
.header-search__results .btn-type1:link,
.header-search__results .btn-type1:active,
.header-search__results .btn-type1:visited {
	display: none;
	position: absolute;
}

.header-search__results ul {
	max-height: 220px;
	overflow: auto;
	position: static !important;
	width: auto !important;
	margin: -15px -15px 0;
	display: block !important;
	-webkit-overflow-scrolling: touch;
}

.header-search__results ul a {
	padding: 12px 15px;
	display: block;
	border: none;
	color: #0a0a0d;
	font-size: 16px;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}

.header-search__results ul a.ui-state-active {
	background-color: #f6f6f6;
}

.header-search__results ul a strong {
	font-weight: 500;
}

.menu-burger {
	position: relative;
	font-size: 16px;
	display: block;
	padding: 8px 8px 8px 50px;
}

.menu-burger:hover,
.menu-burger:link,
.menu-burger:active,
.menu-burger:visited {
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	color: #000000;
}

.menu-burger:hover {
    color: #72c3ed;
    border-bottom: 3px solid #72c3ed;

}


.menu-burger__line {
	position: absolute;
	height: 1px;
	width: 16px;
	left: 20px;
	background: #000000;
	top: 50%;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.menu-burger:hover .menu-burger__line{
	background: #72c3ed;
}

.menu-burger__line:first-child {
	margin-top: -7px;
}

.menu-burger__line:last-child {
	margin-top: 7px;
}

.menu-burger.opened {
	
}

.menu-burger.opened .menu-burger__line:nth-child(2) {
	-webkit-transform: scaleX(0.65);
	-ms-transform: scaleX(0.65);
	transform: scaleX(0.65);
}

.menu-burger.opened .menu-burger__line:last-child {
	-webkit-transform: scaleX(0.3);
	-ms-transform: scaleX(0.3);
	transform: scaleX(0.3);
}

.main-menu {
	display: -webkit-box;
	display: flex;
}

.main-menu__item {
	margin: 0 15px;
	position: relative;
}

.main-menu__item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
}

.main-menu__link {
	padding: 16px 20px 18px;
	border-top: 2px solid transparent;
	color: #fff;
	display: block;
	font-size: 16px;
}

.main-menu__link:hover,
.main-menu__link:link,
.main-menu__link:active,
.main-menu__link:visited {
	color: #fff;
	border: none;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	border-top: 2px solid transparent;
}

.main-menu__link_active:hover,
.main-menu__link_active:link,
.main-menu__link_active:active,
.main-menu__link_active:visited {
	border-top: 2px solid #f0ca00;
}

.main-menu__link:hover {
	border-top-color: #f0ca00;
}

.header-compare {
	position: relative;
	z-index: 20;
}

.header-compare__current {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 18px 20px 18px 50px;
	border-left: 1px solid #222229;
	border-right: 1px solid #222229;
	cursor: pointer;
	white-space: nowrap;
}

.header-compare__current:hover,
.header-compare__current:link,
.header-compare__current:active,
.header-compare__current:visited {
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	color: #fff;
	border-bottom: none;
}

.header-compare__current:hover {
	background-color: #39393d;
}

.header-compare__current:before {
	position: absolute;
	content: '';
	display: block;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: 20px;
	top: 50%;
	font-size: 15px;
	content: "\e90e";
	margin-top: -7px;
}

.header-compare:hover .compare-drop,
.header-compare.show .compare-drop {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
}

.header-menu-drop {
	position: absolute;
	left: -295px;
    top: 100%;
    width: 810%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	z-index: 20;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.6s;
	transition: all 0.6s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.6s;
	pointer-events: none;
}

.header-menu-drop.opened {
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.6s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.1s, visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.1s;
	transition: all 0.6s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.1s, visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.1s;
}

.header-menu-drop__shadow {
	padding: 0 70px 70px;
	width: 100%;
	position: absolute;
	height: 100%;
	left: -70px;
	top: 0;
	overflow: hidden;
	pointer-events: none;
}

.header-menu-drop__shadow:after {
	position: absolute;
	content: '';
	display: block;
	left: 70px;
	top: 0;
	height: calc(100% - 70px);
	width: calc(100% - 140px);
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.header-menu-drop__cont {
	z-index: 2;
	background: #fff;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: flex;
}

.header-menu-drop__col {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	height: 530px
}

.header-menu-drop__col:after {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: 1000px;
	left: 0;
	top: 0;
	background: #e6e6e6;
	pointer-events: none;
}

.header-category {
	padding: 15px 0;
	box-sizing: border-box;
	width: 360px;
	flex-shrink: 0;
}

.header-category-list__item {
    display: flex;
    align-items: center;
	padding: 0 15px;
}

.header-category-list__item.active .header-category-list__link,
.header-category-list__item:hover .header-category-list__link {
	background-color: #f6f6f6;
}

.header-category-list__item.active .header-category-list__link:after,
.header-category-list__item:hover .header-category-list__link:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.header-category-list__item.active .category-lvl1,
.header-category-list__item:hover .category-lvl1 {
	visibility: visible;
	opacity: 1;
	z-index: 6;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, -webkit-transform 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s;
	transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, -webkit-transform 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s;
	transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, transform 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s;
	transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, transform 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, -webkit-transform 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s;
}

.header-category-list__link {
	display: block;
	padding: 12px 15px;
	font-size: 16px;
	position: relative;
	line-height: 25px;
}

.header-category-list__link:hover,
.header-category-list__link:link,
.header-category-list__link:active,
.header-category-list__link:visited {
	color: #0a0a0d;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	border: none;
}

.header-category-list__link:hover {
	background-color: #f6f6f6;
}

.header-category-list__link:hover:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.header-category-list__link.active {
	color: #9da3a6;
}

.header-category-list__link_arrow {
	padding-right: 30px;
}

.header-category-list__link_arrow:after {
	position: absolute;
	content: '\276F';
	display: block;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 9px;
	right: 15px;
	top: 50%;
	margin-top: -4px;
	opacity: 0;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}

.header-category-list__ico {
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	width: 20px;
	text-align: center;
	vertical-align: top;
	font-size: 25px;
	color: #f0ca00;
	line-height: 25px;
	margin-right: 10px;
}

.header-category-list__ico_size1 {
	font-size: 20px;
}

.header-category-list__ico_size2 {
	font-size: 23px;
}

.header-category-list__ico_size3 {
	font-size: 22px;
}

.header-category-list__ico_size4 {
	font-size: 17px;
}

.header-drop-menu {
	padding: 15px 0;
}

.header-drop-menu__item {
	padding: 0 15px;
}

.header-drop-menu__item.active > .header-drop-menu__link,
.header-drop-menu__item:hover > .header-drop-menu__link {
	background-color: #f6f6f6;
}

.header-drop-menu__item.active > .header-drop-menu__link:after,
.header-drop-menu__item:hover > .header-drop-menu__link:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.header-drop-menu__item.active .category-lvl2,
.header-drop-menu__item:hover .category-lvl2 {
	z-index: 6;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, -webkit-transform 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s;
	transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, -webkit-transform 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s;
	transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, transform 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s;
	transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, transform 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s, -webkit-transform 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.2s;
}

.header-drop-menu__link {
	display: block;
	padding: 9px 15px;
	font-size: 16px;
	position: relative;
	line-height: 25px;
}


.header-drop-menu__link:hover,
.header-drop-menu__link:link,
.header-drop-menu__link:active,
.header-drop-menu__link:visited {
	color: #0a0a0d;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	border: none;
}

.header-drop-menu__link:hover {
	background-color: #f6f6f6;
}

.header-drop-menu__link:hover:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.header-drop-menu__link.active {
	color: #9da3a6;
}

.header-drop-menu__link_arrow {
	padding-right: 30px;
}

.header-drop-menu__link_arrow:after {
	position: absolute;
	content: '';
	display: block;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 9px;
	right: 15px;
	top: 50%;
	margin-top: -4px;
	content: "\e917";
	opacity: 0;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}

.category-lvl1 {
    left: 347px;
    width: 24%;	
    min-height: 100%;
	position: absolute;
	top: 0;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s, -webkit-transform 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s;
	transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s, -webkit-transform 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s;
	transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s, transform 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s;
	transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s, transform 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s, -webkit-transform 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s;
}

.category-lvl2 {
	top: 0;
	left: 100%;
	width: 100%;
	min-height: 100%;
	position: absolute;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s, -webkit-transform 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s;
	transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s, -webkit-transform 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s;
	transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s, transform 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s;
	transition: opacity 0.2s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s, transform 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s, -webkit-transform 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s;
}

.menu-drop-promo {
	position: relative;
	margin: 15px;
	padding-bottom: 110%;
}

.opened .catalog-link.active {
	opacity: 1;
	visibility: visible;
	z-index: 3;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
	transition: all 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
}

.catalog-link {
	position: absolute;
	overflow: hidden;
	opacity: 0;
	height: 100%;
	visibility: hidden;
	z-index: 1;
	width: 100%;
}

.catalog-link:hover,
.catalog-link:link,
.catalog-link:active,
.catalog-link:visited {
	display: block;
	border: none;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s;
	transition: all 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s;
}

.catalog-link:after {
	position: absolute;
	content: '';
	display: block;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #fff transparent;
	z-index: 2;
}

.catalog-link:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #fff transparent transparent transparent;
	z-index: 2;
}

.catalog-link:hover .catalog-link__pic {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.catalog-link:hover .catalog-link__pic:before {
	opacity: 1;
}

.catalog-link:hover .catalog-link__plus {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.catalog-link__pic {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}

.catalog-link__pic:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.65)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 1;
	opacity: 0.8;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}

.catalog-link__plus {
	position: absolute;
	content: '';
	display: block;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	right: 20px;
	top: 20px;
	font-size: 15px;
	color: #fff;
	z-index: 3;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}

.catalog-link__name {
	position: absolute;
	color: #fff;
	font-weight: 700;
	font-family: "EuropeExt", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	z-index: 5;
}

.opened .catalog-link2.active {
	opacity: 1;
	visibility: visible;
	z-index: 4;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
	transition: all 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
}

.catalog-link2 {
	position: absolute;
	overflow: hidden;
	opacity: 0;
	height: 100%;
	visibility: hidden;
	z-index: 2;
	width: 100%;
}

.catalog-link2:hover,
.catalog-link2:link,
.catalog-link2:active,
.catalog-link2:visited {
	display: block;
	border: none;
	-webkit-transition: all 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s;
	transition: all 0.3s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.3s;
}

.catalog-link2:after {
	position: absolute;
	content: '';
	display: block;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #fff transparent;
	z-index: 3;
}

.catalog-link2:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #fff transparent transparent transparent;
	z-index: 3;
}

.catalog-link2:hover .catalog-link__pic2 {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.catalog-link2:hover .catalog-link__pic2:before {
	opacity: 1;
}

.catalog-link2:hover .catalog-link__plus2 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.catalog-link__pic2 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	
}

.catalog-link__pic2:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.65)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 2;
	opacity: 0.8;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}

.catalog-link__plus2 {
	position: absolute;
	content: '';
	display: block;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	right: 20px;
	top: 20px;
	font-size: 15px;
	color: #fff;
	z-index: 4;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}

.catalog-link__name2 {
	position: absolute;
	color: #fff;
	font-weight: 700;
	font-family: "EuropeExt", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	z-index: 6;
}

.compare-drop {
	position: absolute;
	top: 100%;
	right: 0;
	padding: 30px 30px 100px 30px;
	width: 410px;
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.4s;
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.4s;
}

.compare-drop .btn-type1 {
	left: 30px;
	bottom: 30px;
	position: absolute;
}

.compare-drop .btn-type1:hover,
.compare-drop .btn-type1:link,
.compare-drop .btn-type1:active,
.compare-drop .btn-type1:visited {
	position: absolute;
}

.compare-list .small-item {
	padding-right: 30px;
}

.compare-list__remove {
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #888b8c;
	font-size: 11px;
	padding: 10px;
	cursor: pointer;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}

.compare-list__remove:hover {
	color: #0a0a0d;
}

.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 200px;
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.4s;
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.4s;
}

.sub-menu__link {
	display: block;
	padding: 10px 15px;
}

.sub-menu__link:hover,
.sub-menu__link:link,
.sub-menu__link:active,
.sub-menu__link:visited {
	color: #0a0a0d;
	font-size: 16px;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	border: none;
}

.sub-menu__link:hover {
	background-color: #f6f6f6;
}

.adaptive-buttons {
	display: none;
}

.header-cart {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 18px 20px;
	border-left: 1px solid #222229;
	cursor: pointer;
	white-space: nowrap;
	margin-left: auto;
}

.header-cart:hover,
.header-cart:link,
.header-cart:active,
.header-cart:visited {
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	color: #fff;
	border-bottom: none;
}

.header-cart:hover {
	background-color: #39393d;
}

.header-cart svg {
	fill: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.header-cart .count {
	position: absolute;
	right: 6px;
	top: 6px;
	z-index: 3;
	width: 16px;
	height: 16px;
	color: #0a0a0d;
	font-family: "EuropeExt", sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	background: #fff;
}

.compare-link,
.show-search {
	border: none;
	display: block;
	padding: 12px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}

.compare-link:hover,
.compare-link:link,
.compare-link:active,
.compare-link:visited,
.show-search:hover,
.show-search:link,
.show-search:active,
.show-search:visited {
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	border: none;
}

.compare-link:hover,
.show-search:hover {
	background-color: #39393d;
}

.compare-link svg,
.show-search svg {
	display: block;
}

.compare-link .count,
.show-search .count {
	position: absolute;
	right: 6px;
	top: 6px;
	z-index: 3;
	width: 16px;
	height: 16px;
	color: #0a0a0d;
	font-family: "EuropeExt", sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	background: #fff;
}

.show-search {
	margin-right: -12px;
}

.header-burger {
	width: 70px;
	height: 70px;
	margin-left: -50px;
	background: #f0ca00;
	position: relative;
	border: none;
	padding: 0;
	display: none;
	margin-right: 30px;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}

.header-burger:hover {
	background-color: #fde03f;
}

.header-burger.is-opened span:nth-child(2) {
	opacity: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.header-burger.is-opened span:first-child {
	-webkit-transform: rotate(45deg) translate(2px, -2px);
	-ms-transform: rotate(45deg) translate(2px, -2px);
	transform: rotate(45deg) translate(2px, -2px);
}

.header-burger.is-opened span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(1px, 1px);
	-ms-transform: rotate(-45deg) translate(1px, 1px);
	transform: rotate(-45deg) translate(1px, 1px);
}

.header-burger span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -11px;
	margin-top: -1px;
	width: 22px;
	height: 2px;
	background-color: #0a0a0d;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.header-burger span:first-child {
	margin-top: -9px;
}

.header-burger span:nth-child(2) {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.header-burger span:nth-child(3) {
	margin-top: 7px;
}

.mobile-menu {
	position: fixed;
	left: 0;
	top: 70px;
	right: 0;
	background: #fff;
	overflow: auto;
	height: calc(100% - 70px);
	-webkit-overflow-scrolling: touch;
	z-index: 30;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.4s;
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.4s;
}

.menu-opened .mobile-menu {
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), visibility 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0s;
}

.mobile-menu__wrap {
	overflow: hidden;
	position: relative;
}

.mobile-menu__lvl {
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px 30px;
	position: absolute;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), max-height 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.4s;
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95), max-height 0s cubic-bezier(0.2, 0.43, 0.23, 0.95) 0.4s;
	max-height: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mobile-menu__lvl.is-active {
	position: relative;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	max-height: 10000px;
}

.mobile-menu__lvl.is-active ~ .mobile-menu__lvl {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.mobile-menu .menu {
	padding-bottom: 50px;
}

.mobile-menu .menu:last-child {
	padding-bottom: 0;
}

.mobile-menu .menu.menu_main a {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "EuropeExt", sans-serif;
	font-weight: 700;
	padding: 22px 20px;
}

.mobile-menu .menu > li {
	border-bottom: 1px solid #d9d8d7;
}

.mobile-menu .menu a {
	color: #0a0a0d;
	display: block;
	padding: 20px;
	margin: 0 -20px;
	border: none;
	font-size: 16px;
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
	transition: all 0.4s cubic-bezier(0.2, 0.43, 0.23, 0.95);
}

.mobile-menu .menu a:hover {
	background-color: #f6f6f6;
}

.mobile-menu .menu a.has-sub-menu {
	padding-right: 30px;
	position: relative;
}

.mobile-menu .menu a.has-sub-menu:after {
	position: absolute;
	content: '';
	display: block;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	content: "\e917";
}

.mobile-menu .header-contact {
	padding-bottom: 20px;
}

.mobile-menu .header-contact__tel {
	color: #0a0a0d;
}

.mobile-menu .header-category-list__item {
	padding: 0;
	border-bottom: 1px solid #d9d8d7;
}

.mobile-menu .header-category-list__link {
	padding: 17px 40px 17px 20px;
	margin: 0 -20px;
}

.mobile-menu .header-category-list__link_arrow:after {
	position: absolute;
	content: '';
	display: block;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
	right: 20px;
	top: 50%;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: -5px;
	content: "\e917";
}

.menu-lvl2 {
	display: none;
}

.menu-lvl2__title {
	cursor: pointer;
	color: #0a0a0d;
	font-family: "EuropeExt", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background-color: #f7f7f7;
	padding: 25px;
	margin: 0 -30px;
	position: relative;
}

.menu-lvl2__title:before {
	position: absolute;
	content: '';
	display: block;
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
	left: 30px;
	top: 50%;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: -5px;
	content: "\e919";
}

.no-scroll {
	overflow-y: scroll;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.no-scroll body {
	height: auto;
	overflow: hidden;
}

ul {
    list-style: none;
}

.header-mobile-navigation {
	padding: 0.5rem 0;
}

.header-mobile-navigation .mobile-navigation .header-cart-icon a span {
	left: 50%;
}



.off-canvas-contact-widget {
	margin-bottom: 20px;
}

.off-canvas-contact-widget .header-contact-info {
	-webkit-flex-basis: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
}

.off-canvas-contact-widget .header-contact-info__list li {
	display: inline-block;
	margin-right: 25px;
}

.off-canvas-contact-widget .header-contact-info__list li i {
	font-size: 14px;
	margin-right: 5px;
}

.off-canvas-contact-widget .header-contact-info__list li a {
	font-weight: 400;
	line-height: 22px;
	color: #666;
}

.off-canvas-contact-widget .header-contact-info__list li a:hover {
	color: #e33;
}

.off-canvas-contact-widget .header-contact-info__list li:last-child {
	margin-right: 0;
}

.offcanvas-mobile-menu {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
    width: 100%;	
    max-width: 100%;
	height: 100vh;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.offcanvas-mobile-menu.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.offcanvas-mobile-menu.inactive {
	-webkit-transform: translateX(calc(100% + 60px));
	-ms-transform: translateX(calc(100% + 60px));
	transform: translateX(calc(100% + 60px));
}

.offcanvas-menu-close {
	    font-size: 30px;
    line-height: 60px;
    position: absolute;
    z-index: 9;
   top: 16px;
    right: 30px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    background: url(/assets/img/icon/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
}

.offcanvas-menu-close:hover,
.offcanvas-menu-close:focus {
	color: #fff;
}

.offcanvas-menu-close i {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.offcanvas-menu-close:hover i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.offcanvas-wrapper {
	overflow: auto;
	height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
}

.offcanvas-mobile-search-area {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: calc(100% - 60px);
	margin-left: 60px;
	padding: 10px;
	background-color: #e6e6e6;
}

.offcanvas-mobile-search-area input {
	font-size: 16px;
	display: block;
	width: 100%;
	padding: 9px 25px;
	color: #222;
	border: none;
	background: #e6e6e6;
}

.offcanvas-mobile-search-area button {
	position: absolute;
	top: 50%;
	right: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #aaa;
	border: none;
	background: none;
}

.offcanvas-mobile-search-area button i {
	font-size: 18px;
	line-height: 40px;
}

.offcanvas-inner-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 70px 35px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.offcanvas-inner-content-sidebar {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-right: 25px;
	padding-left: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.offcanvas-navigation {
	margin-bottom: 50px;
}

.offcanvas-navigation-sidebar {
	margin-bottom: 0!important;
}

.offcanvas-navigation > ul > li > a {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 10px 0;
	color: #111;
	text-transform: uppercase;
	
}

.offcanvas-navigation-sidebar > ul > li > a {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 8px 0;
	color: #111;
	text-transform: math-auto!important;
	
}

.offcanvas-navigation > ul > li > a:hover {
	color: #72c3ed;
}

.offcanvas-navigation ul.sub-menu-mobile {
	margin-left: 25px;
}

.offcanvas-navigation ul.sub-menu-mobile > li > a {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 0;
	color: #111;
}

.offcanvas-navigation ul.sub-menu-mobile > li > a:hover {
	color: #72c3ed;
}

.offcanvas-navigation ul li.menu-item-has-children {
	position: relative;
	display: block;
}

.offcanvas-navigation ul li.menu-item-has-children a {
	display: block;
}

.offcanvas-navigation-sidebar ul li.menu-item-has-children a {
	display: flex!important;
	align-items: center!important;
}

.offcanvas-navigation ul li.menu-item-has-children.active > .menu-expand i:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
		-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
	line-height: 50px;
	position: absolute;
	top: 4px;
	right: auto;
	left: 95%;
	width: 40px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    padding-left: 15px;
}

.offcanvas-navigation-sidebar ul li.menu-item-has-children .menu-expand {
;
	top: -7px!important;
	
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
	position: relative;
	display: block;
	width: 10px;
	margin-top: 25px;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;

    
}
 
 

.offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
	position: absolute;
	top: -24px;
	display: block;
	width: 100%;
	content: '\276F';
		-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	font-style: normal;
	font-size: 10px;
	/* -webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	border-bottom: 1px solid; */
}

/* ======================================== */

.offcanvas-navigation ul li.menu-item-has-children.active > .menu-expand-burger i:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
		-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand-burger {
	line-height: 50px;
	position: absolute;
	top: 4px;
	right: auto;
	left: 95%;
	width: 40px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    padding-left: 15px;
}

.offcanvas-navigation-sidebar ul li.menu-item-has-children .menu-expand-burger {
;
	top: -7px!important;
	
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand-burger i {
	position: relative;
	display: block;
	width: 10px;
	margin-top: 25px;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.offcanvas-navigation ul li.menu-item-has-children .menu-expand-burger i:before {
	position: absolute;
	top: -24px;
	display: block;
	width: 100%;
	content: '\276F';
		-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	font-style: normal;
	font-size: 10px;
}

.off-canvas-widget-social a {
	font-size: 14px;
	margin: 0 10px;
}

.off-canvas-widget-social a:first-child {
	margin-left: 0;
}

.off-canvas-widget-social a:hover {
	color: #e33;
}

/* offcanvas settings */

.offcanvas-settings .offcanvas-navigation > ul > li > a {
	font-size: 12px;
	font-weight: 400;
	padding: 5px 0;
}

.offcanvas-settings .offcanvas-navigation > ul > li.menu-item-has-children .menu-expand {
	top: -15px;
	height: 30px;
	margin-top: 0;
}

.offcanvas-settings .offcanvas-navigation ul.sub-menu-mobile > li > a {
	padding: 5px 0;
}

.mobile_menu-open {
    display: none;
    position: absolute;
    top: 17px;
    right: 18px;
    list-style: none;
    width: 25px;
    height: 25px;
    background: url(/assets/img/icon/burger.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 991px) {
    .mobile_menu-open {
    display: block;
}
}

@media screen and (max-width: 991px) {
    .header-mail-tel {
    display: none;
    }
}



@media screen and (max-width: 991px) {
    .navbar-container {
     justify-content: space-evenly!important;
    }
}

.logo-mobile {
    margin: 20px 0 0 20px;
    width: 150px!important;
}

.pdf-container {
    display: flex;
    align-items: center;
}

.pdf-link {
    color: #000000;
}

.pdf-link:hover {
    color: #dc3545;
}

.pdf-icon:hover .pdf-link {
    color: #dc3545;
}

.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6%;
    position: sticky;
    top: 75px;
    background: #ffffff;
    z-index: 10;
}

@media screen and (max-width: 991px) {
    .nav-tabs {
    top: 55px;
    }
}

.nav-tabs-en {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13%;
    position: sticky;
    top: 75px;
    background: #ffffff;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .nav-tabs-en {
    top: 55px;
    }
}

.table-title {
    margin-bottom: 0!important;
}

@media screen and (max-width: 600px) {
    .table-title {
    padding: 5px 0;
    }
}

.lg-thumb-outer {
    display: flex;
    justify-content: center;
}

.minimized {
  width: 300px;
  cursor: pointer;
  border: 1px solid #FFF;
  padding: 0;
}
.minimized:hover {
  border: 3px solid #72c3ed ;
}

.minimized_2 {
  width: 300px;
  cursor: pointer;
  border: 1px solid #FFF;
  padding: 0;
}

/* увеличенная картинка */
#magnify {
  display: none;
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 600px;
  height: auto;
  z-index: 9999;
}
#magnify img {
  width: 100%;
  height: 100%;
}

#magnify_2 {
  display: none;
  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 600px;
  height: auto;
  z-index: 9999;
}
#magnify_2 img {
  width: 100%;
    height: 100%;

}
/* затемняющий фон */
#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
#close-popup i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
@keyframes rota {
 25% { transform: rotate(360deg); }
}
#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.mail-block-footer-text {
    display: flex;
    
    padding-bottom: 5px;
}

.map-text-block__logo {
    padding-bottom: 8px
}

.map__link-email {
    color: #72c3ed;
    text-decoration: underline;
}

.map__link {
    color: #000000;
}

.media_img_description {
position: absolute;
    bottom: 19px;
    left: 36px;
    color: #ffffff;
}

.link-product {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.link-product:not(:last-child) {
    padding-right: 60px
}

.links-product-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 701px) {
.links-product-container {
    flex-direction: column;
    padding-right: 0;
}
}

@media all and (max-width: 701px) {
.link-product:not(:last-child) {
    padding-right: 0
}
}

.product-file-link {
    color: #000000;
    text-decoration: underline;
}

.submit_button {
    padding: 10px 30px;
    background: #dc3545;
    color: #FFFFFF;
    border-radius: 0.5rem;
    border: none;
    font-size: 20px;
}

.tab-link {
    text-align: center;
}

.formit-title_tpl {
    height: 524px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-form {
    margin: 45px 0;
}

.header-mail-tel {
    padding-bottom: 5px;
    padding-left: 0;
}

.tabs {
  position: relative;
}

.tabs-list {
    display: flex;
    align-items: center;
    justify-content: center;
  position: relative;
/*   border-bottom: 1px solid #e4e4e4;
 */}

.tabs-mobileHeadline {
  display: none;
}

.tabs-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 45px 0 29px 0;
  color: #9b9c9d;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
    
}

@media all and (max-width: 350px) {
.tabs-item {
  font-size: 12px;

}
}

.tabs-item:hover {
  color: #72c3ed;
}

.tabs-item.is-active {
  color: #72c3ed;
    border-bottom: 3px solid #72c3ed;

}



.tabs-tab {
  position: relative;
  display: none;
}

.tabs-tab.is-active {
  display: block;
}

.product-extended {
  position: relative;
}

/* .product-extended:before {
  width: 75%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f9f9f9;
  position: absolute;
  content: ' ';
  display: block;
} */



.product-section {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  background: #f9f9f9;
  position: relative;
}

.product-section a {
  color: #1d5da5;
  text-decoration: none;
}

.product-section a:hover {
  color: #30b9ae;
}

.product-aside {
  position: relative;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding-bottom: 50px;
}

.product-linked {
  padding-left: 70px;
  padding-top: 48px;
}

.product-tabs {
/*   margin-bottom: 50px;
 */}

.product-freezeRate {
  position: relative;
  font-size: 13px;
  line-height: 22px;
  color: #8d8e8f;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 23px;
}

.product-freezeRate:before {
  position: relative;
  background: url(/local/templates/main_ru/css/../img/product/i-snowflake.png) no-repeat;
  width: 17px;
  height: 19px;
  background-size: 100% auto;
  margin-right: 10px;
  content: ' ';
  display: block;
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
}

.product-freezeRate .value {
  color: #1d5da5;
  display: inline-block;
  margin-left: 5px;
}

.product-freezeVisual {
  position: relative;
  margin-bottom: 50px;
}

.product-chapter {
    display: flex;
    align-items: center;
    flex-direction: column;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}

.product-chapter .file-icon span {
  background: #f6f6f6;
}

.product-chapter h2 {
  margin-bottom: 20px;
}

.product-chapter p {
  font-size: 13px;
  line-height: 25px;
  color: #263238;
}

.product-chapter > ul {
  position: relative;
  display: block;
  list-style: none;
  margin-top: -4px;
  margin-bottom: 26px;
  max-width: 700px;
}

.product-chapter > ul li {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 21px 0 22px 30px;
  font-size: 15px;
  position: relative;
}

.product-chapter > ul li:before {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #33bab0;
  border-radius: 50%;
  left: 2px;
  top: 21px;
  content: ' ';
  display: block;
  width: 5px;
  height: 5px;
  top: 30px;
}

.product-chapter > ul li:last-child {
  border: 0;
}

.js-expand {
    width: 100%;
}

.tab_description-container {
    padding: 10px 30px;
}

.offcanvas-navigation-mobile ul li:nth-child(8) {
    padding: 10px 0;
}


@media all and (max-width: 574px) {
    .footer-blocks div:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 574px) {
    .tab-link {
        font-size: 14px;
        padding: 4px 8px;
    }
}

ul.sub-menu-mobile:has(li.active) {
    display: block !important;
}

.sub-menu-mobile .menu-item-has-children.active .sub-menu-mobile
{
    display: block !important;
}

.wrapper-transport-card{
   flex: 0 0 auto;
    width: 75%;
    margin:0 auto;
}
.transport-card-info{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.w50{
    width:50%;
}

@media all and (max-width: 991px) {
    .wrapper-transport-card{
        width: 100%;
    }
    
    .w50{
            width:100%;
    }
}
.wrapper-transport{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center; 
}

.img-home-page{
    width:40%;
}

.wrapper-transport{
    flex-wrap: wrap;
}


.text-left{
    text-align: left;
}


 @media all and (max-width: 991px) {
.img-home-page{
    width:80%;
} 
