body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #2a2b2e;
  font-display: swap;
  position: relative;
}

.heading-title {
  color: #2d506d;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}


.svg-drd{
	fill: #21afcf;
}

a {
  color: #2d506d;
}

a:hover {
  color: #21afcf;
  text-decoration: none;
}

select {
  font: 400 13.3333px Arial;
  font-display: swap;
}

.svg-gray {
  fill: #D1D1D1;
}

.svg-white {
  fill: #fff;
}

.svg-blue {
  fill: #2d506d;
}

.svg-light-blue {
  fill: #21afcf;
}

a:hover .svg-gray {
  fill: #000;
}

.info-icon {
  background: #21afcf;
  color: #fff;
  border-radius: 250px;
  font-size: 11px;
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-weight: bold;
  position: relative;
  top: -2px;
  margin-left: 8px;
  cursor: pointer;
}

.form-control {
  border-radius: 0;
  font-size: 14px;
}

.form-control:active,
.form-control:focus {
  box-shadow: none;
  outline: none;
}

.block-headline {
  padding-left: 12px;
  font-size: 16px;
  background-color: #2d506d;
  color: white;
  line-height: 40px;
  min-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.block-headline a {
  color: white;
}

.block_default {
  margin-bottom: 30px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2d506d;
  background-color: #2d506d;
}

.mfp-figure::after {
  content: none !important;
}

.price_old {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-display: swap;
}

.price_new {
  color: #2d506d;
  font-weight: bold;
}

.price_special {
  color: #2d506d;
  font-weight: bold;
}

.label_special {
  text-align: center;
  background-color: #21afcf;
  color: white;
  border-radius: 250px;
  font-size: 13px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.product-status span {
  padding: 3px 10px;
  text-transform: lowercase;
}

.scroll-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 15px;
  bottom: 100px;
  padding: 8px;
  cursor: pointer;
}

.scroll-top.active {
  display: block;
}

.modal {
  z-index: 99999;
}

.modal .modal-header,
.modal .modal-footer,
.modal .modal-content {
  border-radius: 0;
}

.modal .modal-content {
  border: 0;
}

.margin-minus-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-item {
  font-size: 13px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.dropdown-item.active {
  background-color: #2d506d;
}

.btn {
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
}

.btn_default {
  background-color: #21afcf;
  color: #fff;
}

.btn_default:hover {
  background-color: #2d506d;
  color: white;
}

.btn_dark {
  background-color: #2d506d;
}

.btn_dark:hover {
  background-color: #21afcf;
  color: white;
}

.btn_buy {
  color: #fff;
  background-color: #21afcf;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  padding-top: 4px;
}

.btn_buy:hover {
  background-color: #2d506d;
  color: white;
}

.btn_select_city {
  background: transparent;
  padding: 0;
  border: none;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}

.mobile-menu {
  padding: 10px 6px 10px 0;
}

.btn-menu {
  padding: 0;
  width: 20px;
  height: 2px;
  background: white;
  display: block;
  position: relative;
}

.btn-menu::before {
  content: " ";
  width: 26px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
  top: -7px;
}

.btn-menu::after {
  content: " ";
  width: 26px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
  bottom: -7px;
}

.btn-primary {
  background-color: #21afcf !important;
  color: white !important;
  border: none !important;
  border-radius: 0;
  font-size: 14px;
}

.btn-primary svg {
  fill: white;
}

.btn-lg-font {
  font-size: 15px !important;
  font-weight: bold;
}

/* Fonts styles */

/* Base styles */

/* Modules style */

/* Header section */
#top .container
{
  padding: 0;
}
#top {
  position: relative;
  z-index: 1031;
  background-color: #2d506d;
  color: #9AACBB;
  font-size: 14px;
  min-height: 43px;
  display: flex;
align-items: center;
justify-content: center;

}

#top .nav-item .nav-link {
  color: #9AACBB;
  padding: 0 20px;
  min-height: 43px;
  display: flex;
align-items: center;
justify-content: center;
}

#top .nav-item .nav-link:hover {
  color: white;
}

#top .city {
  margin-right: 15px;
}

#top .city svg {
  fill: white;
}

#top .work-time {
  margin-right: 15px;
}

#top .work-time .btn {
  color: #9AACBB;
  font-size: 14px;

}

#top .work-time .btn:hover
{
  color: #FFF;
}
#top .work-time .btn:hover svg > path
{
fill: #fff;
transition: all ease .3s;
}

#top .work-time .btn svg > path
{
  transition: all ease .3s;
}

#top .work-time .btn svg {
  margin-right: 10px;
}
.hifi_link a
{
  color: #FFF !important;
  font-weight: bold;
  letter-spacing: .5px;
  transition: all ease .1s;
}
.hifi_link a:hover
{
  opacity: .666;
  transition: all ease .1s;
}
#top .btn {
  color: #9AACBB;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  min-height: 43px;
  display: flex;
align-items: center;
justify-content: center;
}
#top .btn:hover
{
  color: #FFF;
}

#top .btn:hover svg > path
{
  fill: #FFF;
  transition: all ease .3s;
}


#top .btn svg > path
{

  transition: all ease .3s;
}



.telephone button svg
{
margin-right: 10px;
}

#top .dropdown-menu {
  background: #21afcf;
  border: none;
  text-align: center;
}

#top .dropdown-menu .dropdown-item {
  color: #fff;
  font-weight: bold;
}

#top .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.page__header {
  background-color: #fff;
  z-index: 100;
}

.page__header .user-block svg {
  fill: #2d506d;
}

.page__header .static-menu .nav-link {
  padding: 0;
  font-size: 12px;
}

.page__header .static-menu .nav-link + .nav-link {
  margin-left: 10px;
}

.page__header .navbar-toggler {
  padding: 10px;
}

.page__header .phone {
  font-weight: 500;
}

.page__header .search .form-control {
  border-radius: 0;
  border: 1px solid #8BAECA;
  padding: 0 10px;
  font-size: 13px;
  height: 100%;
  min-height: 30px;
  border-radius: 8px;
  height: 44px;
  border-top-right-radius: 0px;
  border-right: none;
  border-bottom-right-radius: 0px;
}

.page__header .search .form-control
{
color: #8BAECA !important;
padding-left: 20px;
}

.page__header .search input::placeholder
{
  color: #8BAECA !important;
}

header.page__header
{
  height: 90px;
  padding: 0;
  display: flex;
align-items: center;
justify-content: center;
}

.page__header .search .btn-search {
  padding: 0 15px;
  height: 44px;
  border: 1px solid #8BAECA;
  border-left: none;
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
align-items: center;
justify-content: center;
}

.page__header .search .btn_categories {
  padding: 5px 12px;
}

.page__header .cart svg {
  fill: white;
}

#cart-total {
  background-color: transparent !important;
}

.page__header .cart #total {

}


#cart
{
  background-color: #F5F5F5;
  display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
height: 44px;
}

#cart a
{
  padding: 0 0 0 15px;
  font-weight: 500;
  color: #212529;
  font-size: 14px !important;
  height: 44px;
  display: flex;
align-items: center;
justify-content: center;
}
#total
{
  padding: 0 15px 0 0;
}
.cart_icons
{
  background-color: #2D506D;
  height: 44px;
  padding: 0 10px;
  display: flex;
align-items: center;
justify-content: center;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
#cart a:hover
{
  background-color: #dfdfdf;
  border-radius: 8px;
}
/* Header section */

.product__item {
  margin-bottom: 20px;
}

.product__item .wrapper {
  padding: 15px;
}

.product__item .image {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product__item .image a {
  width: 100%;
  display: block;
  text-align: center;
}

.product__item .details {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.product__item .details .name {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  margin-top: 10px;
  height: 68px;
  padding: 10px 7px 7px 7px;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-display: swap;
}

.product__item .price {
  padding-top: 3px;
}

.product__item .price_old {
  height: 20px;
}

.product__item .price .btn_buy {
  width: 140px;
  height: 40px;
}


.catalog_noproduct
{
  display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    border-radius: 5px;
    background: #d7ecff;
    font-size: 15px;
    max-width: 140px;
    margin: 0 auto;
    color: #2d506d;
    transition: all ease-out .3s;
}

.catalog_noproduct:hover
{
  display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    border-radius: 5px;
    background: #34B2D6;
    font-size: 15px;
    max-width: 140px;
    margin: 0 auto;
    color: #FFF;
    transition: all ease-out .3s;
}


.product__item .btn-quick-order {
  font-size: 14px;
  color: #2d506d;
  margin-top: 10px;
  cursor: pointer;
  padding: 0;
  border: none;
  margin-bottom: 10px;
}

.product__item:hover .wrapper {
  box-shadow: 0px 2px 30px -1px rgba(45, 80, 109, 0.36);
}

.product__item.margin {
  padding-left: 0;
  padding-right: 0;
}

.product__item.margin .wrapper {
  margin-right: 20px;
}

.row.product-grid {
  margin-left: 0;
}

.page__footer {
  background-color: #2d506d;
  color: white;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page__footer .title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.page__footer .footer-contacts {
  margin-top: 20px;
}

.page__footer .footer-contacts__item {
  padding: 0;
  background: transparent;
  margin-right: 30px;
  color: #fff !important;
  border: none;
}

.page__footer .footer-contacts__item svg {
  position: relative;
  margin-top: -4px;
  margin-right: 8px;
}

.page__footer .footer-contacts__item a {
  color: #fff !important;
}

.page__footer .footer-contacts__item a:hover {
  color: #21afcf !important;
}

.page__footer .footer-contacts__item span {
  font-size: 16px;
  font-weight: bold;
}

.page__footer .footer-contacts__item:hover {
  color: #21afcf;
  cursor: pointer;
}

.page__footer .socials {
  margin-bottom: 20px;
  text-align: center;
}

.page__footer .socials__item {
  display: inline-block;
  background-color: white;
  border-radius: 50%;
  margin-right: 20px;
  color: white;
  padding: 2px 4px 3px 4px;
}

.page__footer .socials__item:last-child {
  margin-right: 0;
}

.page__footer .socials__item svg {
  position: relative;
  margin-top: -1px;
  fill: #2d506d;
}

.page__footer .footer-menu .footer-menu-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 14px;
  font-size: 16px;
}

.page__footer .footer-menu .nav-link {
  color: white;
  font-size: 14px;
  padding: 0;
  margin: 1px 0;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.page__footer .footer-menu .nav-link:hover {
  color: #21afcf;
}

.page__footer .info__item .title {
  margin-bottom: 5px;
}

.page__footer .info__item .text {
  color: #494949;
  font-size: 13px;
  text-transform: uppercase;
}

.page__footer.home {
  margin-top: 0;
}

.article-widget .tns-ovh {
  margin: -10px !important;
}

.article-widget__item .image {
  display: block;
}

.article-widget__item .name {
  padding: 10px 0 5px 0;
  display: table;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 15px;
  table-layout: fixed;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

.article-widget__item .name a {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.article-widget__item .description {
  font-size: 13px;
  color: #333745;
  height: 60px;
  overflow: hidden;
  margin-bottom: 25px;
}

.article-widget__item .button {
  margin-bottom: 30px;
}

.main-menu {
  background-color: #F5F5F5 !important;
  padding: 0;
  min-height: 50px;
}

.main-menu .container {
  position: relative;
}

.main-menu .container-wrapper {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.main-menu__item {
  text-decoration: none;
}

.main-menu .navbar-nav {
  background-color: #F5F5F5;
}

.main-menu .nav-item .nav-link {
  color: #2d506d;
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.main-menu .nav-item:hover .nav-link {
  color: #21afcf;
}

.main-menu .nav-item.nav-item-reviews .nav-link {
  background-color: #CAE8CF;
  color: #000;
}

.main-menu .nav-item.nav-item-reviews:hover .nav-link {
  background-color: black;
  color: white;
}

.main-menu .nav-item.dropdown {
  position: static;
}

.main-menu .dropdown-menu {
  border-radius: 0;
  border: 0;
  background-color: #fff;
  top: 48px;
  padding: 0 .7rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item .ml-3
{
margin-left: 0px !important;
padding-right: 20px !important;
}
.main-menu .dropdown-menu .dropdown-item {
  padding-left: 0;
  padding-right: 0;
  margin-top: 5px;
  white-space: normal;
  display: block;
}

.main-menu .align-items-start
{
  padding: 0 !important;
}

.left_menu_block
{
  
  border-radius: 8px;
border-left: 8px solid #FFF;
border-right: 8px solid #FFF;
background-color: #fff !important;
min-height: 50px !important;

}

.left_menu_wrapper
{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #D6ECFF !important;
  border-left: 8px solid #D6ECFF;
border-right: 8px solid #D6ECFF;
padding: 0 20px;
}



.main-menu .dropdown-menu .dropdown-item .dropdown-link {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #edf2f5;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  color: #2a2b2e;
  padding-bottom: 3px;
}

.main-menu .dropdown-menu .dropdown-item:hover,
.main-menu .dropdown-menu .dropdown-item:active,
.main-menu .dropdown-menu .dropdown-item:focus {
  background: none !important;
}

.main-menu .dropdown-menu .view-all
{
  color: #fff;
  font-size: 12px;
  background-color: #2d506d;
  padding: 5px 15px;
  border-radius: 5px;
}

.main-menu .dropdown-menu .view-all:hover
{
  background-color: #21afcf;
}



.main-menu .dropdown-menu .dropdown-item-second {
  font-size: 14px;
}

.main-menu .dropdown-menu .mt-minus-5 {
  margin-top: -5px;
}

.main-menu .city-select {
  padding: 10px 0 10px 25px;
  color: #2d506d;
}

.main-menu .city-select svg {
  fill: #2d506d;
}

.main-menu .city-select .btn-invisible {
  background: transparent;
  width: 100%;
  top: 0;
  left: 0;
  height: 40px;
}

.main-menu .city-select .prmn-cmngr__confirm {
  left: 25px;
}

.main-menu .social-buttons {
  background-color: #f5f4f4;
  padding: 12px 0 15px 25px;
}

.main-menu .social-buttons .title {
  color: #979797;
  margin-bottom: 5px;
  font-size: .8rem;
}

.main-menu .socials__item {
  display: inline-block;
  background-color: white;
  border-radius: 250px;
  margin-right: 10px;
  color: white;
  padding: 2px 4px 3px 4px;
}

.main-menu .socials__item.vk {
  background-color: #4c75a3;
}

.main-menu .socials__item.fb {
  background-color: #4267B2;
}

.main-menu .socials__item.tw {
  background-color: #1da1f2;
}

.main-menu .socials__item.in {
  background-color: #fb3958;
}

.main-menu .socials__item.tg {
  background-color: #0088CC;
}

.main-menu .socials__item:last-child {
  margin-right: 0;
}

.main-menu .socials__item svg {
  position: relative;
  margin-top: -1px;
  fill: white;
}

.main-menu .menu-products .dropdown-menu {
  padding: .5rem;
}

.main-menu .menu-products .row {
  padding: 20px;
  margin: 0;
  background-color: #fff;
}

.main-menu .menu-products__item {
  margin-bottom: 15px;
}

.main-menu .menu-products__item .wrapper {
  -webkit-box-flex: 1;
  flex: 1;
}

.main-menu .menu-products__item .image {
  position: relative;
}

.main-menu .menu-products__item .label_special {
  position: absolute;
  top: 10px;
  right: 10px;
}

.main-menu .menu-products__item .name {
  margin-top: 10px;
  display: -webkit-box;
  display: flex;
  min-height: 68px;
  -webkit-box-align: center !important;
  align-items: center !important;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}

.main-menu .menu-products__item .name a {
  padding: 10px 7px 7px 7px;
  line-height: 1.1;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main-menu .menu-products__item .cart {
  margin-left: auto;
  margin-right: auto;
}

.main-menu .menu-products__item .name,
.main-menu .menu-products__item .price,
.main-menu .menu-products__item .cart {
  text-align: center;
}

.breadcrumb {
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
}

.breadcrumb .breadcrumb-item {
  color: #383838;
}

.pagination {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.pagination li a {
  display: block;
  border-radius: 250px;
  border: 1px solid #9C9C9C;
  color: #9C9C9C;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 6px;
  text-decoration: none;
}

.pagination li a:hover {
  color: black;
  border-color: black;
}

.pagination li span {
  display: block;
  color: #E5E5E5;
  border: 1px solid #E5E5E5;
  border-radius: 250px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 6px;
}

.heading-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.refine-categories__item {
  width: 33%;
  padding-right: 10px;
  margin-bottom: 10px;
}

.refine-categories__item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-align: center;
  background: #e8e8e8;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  color: #2d506d;
}

.refine-categories__item a span {
  display: block;
  width: 100%;
  text-align: center;
}

.refine-categories__item a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.category-filter {
  padding: 8px 10px;
  background-color: #2d506d;
  color: #fff;
}

.category-filter .display {
  margin-right: 15px;
}

.category-filter .display__item {
  cursor: pointer;
}

.category-filter .display__item.active svg {
  fill: #21afcf;
}

.category-filter input,
.category-filter select {
  padding: 2px;
  border: 1px solid #E4E4E4;
}

.category-filter a {
  color: #fff;
}

.product .image-div {
  -webkit-box-flex: unset;
  flex: unset;
  display: block;
}

.product .product-images .product-images-thumbs img {
  border: 3px solid transparent;
}

.product .product-images .product-images-thumbs .tns-nav-active img {
  border-color: #2d506d;
}

.product .product-images .tns-nav {
  margin-bottom: 20px;
}

.product .product-title {
  font-size: 24px;
  color: #2d506d;
  white-space: normal;
  height: auto;
  min-height: 40px;
  line-height: 1.2;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.product .avialiable {
  font-size: 1.4rem;
  color: #21afcf;
}

.product .options .radio input {
  display: none;
}

.product .options .radio label {
  border: 1px solid #E2E2E2;
  color: black;
  padding: 8px 15px 5px 15px;
  cursor: pointer;
}

.product .options .radio input:checked ~ label {
  background-color: black;
  color: white;
  border-color: black;
}

.product .buy-block {
  margin-top: 20px;
  margin-bottom: 10px;
}

.product .buy-block .btn-buy {
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  height: 40px;
  text-transform: uppercase;
}

.product .buy-block .btn-one-click {
  border-color: #2d506d;
  color: #2d506d;
  height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.product .buy-block .btn-one-click:hover {
  background-color: #2bb0e3;
  color: white;
  border-color: #2bb0e3;
}

.product .buttons-additional .btn {
  font-size: 14px;
}

.product .buttons-additional .btn svg {
  margin-right: 5px;
  fill: #21afcf;
}

.product .attributes {
  margin-top: 30px;
  font-size: 14px;
}

.product .attributes__item {
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #F4F4F4;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 5px 0;
}

.product .attributes__item .title {
  color: #333745;
}

.product .attributes__item .value {
  color: #21afcf;
  padding-left:10px;
}

.product .description {
  margin-top: 20px;
}

.product-tabs {
  margin-top: 40px;
}

.product-tabs_heading {
  margin-bottom: 20px;
}

.product-tabs_heading .nav-tabs {
  border: 0;
}

.product-tabs_heading .nav-item {
  font-size: 16px;
}

.product-tabs_heading .nav-item .nav-link {
  border-radius: 0;
  border: none;
  background-color: #f4f4f4;
  color: #787878;
  text-transform: uppercase;
}

.product-tabs_heading .nav-item .nav-link.active,
.product-tabs_heading .nav-item .nav-link:hover {
  background-color: #2d506d;
  color: white;
}

.product-tabs .tab-content div,
.product-tabs .tab-content h1,
.product-tabs .tab-content h2,
.product-tabs .tab-content p,
.product-tabs .tab-content ul {
  max-width: 100% !important;
}

.product-tabs .tab-content .tab-pane img {
  max-width: 100% !important;
  height: auto !important;
}

.product-tabs .tab-content img {
  max-width: 100% !important;
  height: auto !important;
}

.product-tabs .tab-content h3 {
  font-size: 1.17em;
  text-transform: uppercase;
}

.product-tabs .tab-content ul li {
  margin-bottom: 5px;
  margin-left: 15px;
}

.product-tags {
  margin-top: 30px;
  color: transparent;
}

.product-tags a,
.product-tags b {
  background-color: #2d506d;
  color: white;
  font-family: "Helvetica, Arial", sans-serif;
  font-weight: bold;
  padding: 1px 6px 1px 6px;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
}

.product-tags a:hover,
.product-tags b:hover {
  background-color: #21afcf;
  color: white;
}

.product-tags b svg {
  position: relative;
  top: -1px;
}

.product-price .price,
.product-price .price_new {
  font-size: 21px;
}

.product-price .price {
  color: #184865;
}

.product-price .price_old {
  font-size: 15px;
}

.features {
  background-color: #2d506d;
}

.features__item {
  -webkit-box-align: center !important;
  align-items: center !important;
}

.features__item .icon svg {
  fill: #21afcf;
}

.features__item .info .title {
  color: #fff;
}

.features__item .info .description {
  color: #90a2b2;
}

.cart__item {
  margin-bottom: 10px;
  font-size: 13px;
}

.cart__item .info .article {
  color: #9C9C9C;
}

.cart__item .info .size {
  color: #9C9C9C;
}

.cart__item .info .size .badge {
  font-size: 90%;
}

.cart__item .info .quantity button {
  border: 1px solid #E1E1E1;
  background-color: #fff;
  color: black;
  border-radius: 0;
  line-height: 12px;
}

.cart__item .info .quantity button.btn-minus {
  border-right: 0;
}

.cart__item .info .quantity button.btn-plus {
  border-left: 0;
}

.cart__item .info .quantity input {
  border-color: #E1E1E1;
  border-radius: 0;
  width: 50px;
  text-align: center;
  font-size: 13px;
}

.cart__item .info button,
.cart__item .info input,
.cart__item .info .btn-remove {
  height: 25px;
}

.cart__item .total {
  text-align: right;
}

.cart-total {
  border: 1px solid #494949;
  padding: 30px;
}

.cart-total__item {
  margin-bottom: .5rem;
}

.cart-total__item:last-child {
  margin-bottom: 0;
}

.simple-content {
  margin: 0;
}

.simplecheckout-block-content fieldset {
  padding: 0;
}

.simplecheckout-button-block.buttons .btn-primary {
  min-width: 240px;
  min-height: 42px;
  line-height: 42px;
}

#simplecheckout_payment .radio {
  margin-bottom: 10px;
}

#simplecheckout_payment .radio label input {
  margin-right: 5px;
}

#simplecheckout_payment .form-group label {
  color: #6c757d;
  font-size: 12px;
  margin-top: 3px;
  padding-left: 22px;
}

.simplecheckout-block-content {
  padding: 0;
}

.cart-popup__item {
  margin-bottom: 20px;
  position: relative;
}

.cart-popup__item:last-child {
  border-bottom: 0;
}

.cart-popup__item .image {
  margin-right: 15px;
  width: 50px;
}

.cart-popup__item .info {
  width: 70%;
}

.cart-popup__item .info .name {
  font-size: 14px;
}

.cart-popup__item .info .code {
  color: #6B6B6B;
}

.cart-popup__item .count {
  margin-left: 4rem;
}

.cart-popup__item .count .btn {
  border: 1px solid #eee;
  height: 38px;
}

.cart-popup__item .count .btn.count-minus {
  border-right: 0;
}

.cart-popup__item .count .btn.count-plus {
  border-left: 0;
}

.cart-popup__item .count .form-control {
  height: 38px;
  font-size: 14px;
  max-width: 60px;
  border: 1px solid #eee;
  text-align: center;
}

.cart-popup__item .price {
  font-size: 16px;
  font-weight: bold;
  color: #2d506d;
}

.cart-popup__item .remove {
  cursor: pointer;
}

.cart-popup__item .remove svg {
  fill: #2d506d;
}

.cart-popup__item .remove:hover svg {
  fill: #21afcf;
}

#cartModal .alert {
  border-radius: 0;
  margin-bottom: 20px;
  border: none;
}

#cartModal .modal-header {
  border: none;
  text-align: center;
  color: #2d506d;
  font-size: 18px;
  padding: 0px 25px;
  position: relative;
  min-height: 40px;
  line-height: 40px;
  border-radius: 2px 2px 0 0;
}

#cartModal .cart-buttons .btn {
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  border-color: #2d506d;
  font-family: Helvetica, Arial, sans-serif;
  font-display: swap;
}

#cartModal .cart-buttons .btn.btn-outline-secondary {
  font-weight: bold;
  color: #2d506d;
  border-color: #2d506d;
}

#cartModal .cart-buttons .btn.btn-outline-secondary:hover {
  border-color: #21afcf;
  background-color: #21afcf;
  color: white;
}

#cartModal .cart-buttons .btn.btn-default {
  background-color: #2d506d;
  color: white;
}

#cartModal .totals {
  font-size: 18px;
  color: #2d506d;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-align: right;
}

#cartModal .close {
  position: absolute;
  right: 15px;
  top: 10px;
}

.modal-footer-info {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #2d506d;
  color: white;
  -webkit-box-pack: center;
  justify-content: center;
}

.sidebar-menu-block .nav-item {
  position: relative;
}

.sidebar-menu-block .nav-item .nav-link {
  position: relative;
  z-index: 1;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  color: #2d506d;
  padding: 10px 25px 10px 10px;
  border-bottom: 1px solid #f4f4f4;
  font-display: swap;
}

.sidebar-menu-block .nav-item .nav-link:hover {
  background-color: #f2f2f2;
  color: #21afcf;
}

.sidebar-menu-block .nav-item .btn-arrow-category + .nav-link {
  background-color: #f2f2f2;
  color: #21afcf;
}

.sidebar-menu-block .nav-item .btn-arrow-category.collapsed + .nav-link {
  background-color: white;
  color: #2d506d;
}

.sidebar-menu-block .nav-item .btn-arrow-category.collapsed + .nav-link:hover {
  background-color: #f2f2f2;
  color: #21afcf;
}

.sidebar-menu-block .nav-item .btn-arrow-category {
  width: 37px;
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 26px;
  text-transform: none;
  color: #bdc3c7;
  padding: 0 10px;
  font-display: swap;
}

.sidebar-menu-block .nav-item .btn-arrow-category .not_active {
  display: none;
}

.sidebar-menu-block .nav-item .btn-arrow-category .active {
  display: block;
}

.sidebar-menu-block .nav-item .btn-arrow-category.collapsed .not_active {
  display: block;
}

.sidebar-menu-block .nav-item .btn-arrow-category.collapsed .active {
  display: none;
}

.sidebar-menu-block .nav-item .btn-arrow-category:hover {
  color: #21afcf;
}

.sidebar-menu-block .nav-submenu .nav-link {
  padding-left: 20px;
}

.sidebar-menu-block .nav-submenu .nav-submenu .nav-link {
  padding-left: 40px;
}

.block {
  margin-bottom: 20px;
}

.block_custom .block-title {
  font-size: 18px;
  color: #2d506d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.block_custom .block-text {
  color: #a7b2bc;
  font-size: 14px;
  text-align: center;
}

.block_custom .block-text a {
  color: #21afcf;
}

.products-tabs_heading {
  box-shadow: 0px 0px 9px 1px rgba(45, 80, 109, 0.25);
  background-color: #2d506d;
}

.products-tabs_heading .nav-item {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}

.products-tabs_heading .nav-item .nav-link {
  border: none;
  color: white;
  border-radius: 0;
  background-color: #2d506d;
}

.products-tabs_heading .nav-item .nav-link.active,
.products-tabs_heading .nav-item .nav-link:hover {
  background-color: #21afcf;
}

.carousel-banners__item {
  text-align: center;
}

.carousel-banners__item .image {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.04) 1px 1px 0px;
}

.carousel-banners__item .image a {
  display: block;
}

.carousel-banners__item:hover .image {
  box-shadow: rgba(45, 80, 109, 0.36) 0px 2px 30px -1px;
}

.carousel_arrow_top .tns-controls {
  text-align: right;
  margin-top: 0;
  position: absolute;
  top: -10px;
  right: 0;
  display: inline-block;
}

.carousel_arrow_top .tns-controls button {
  outline: none !important;
  background: transparent;
  border: none;
}

.carousel_arrow_top .tns-controls button svg {
  fill: white;
}

.carousel_arrow_top-40 .tns-controls {
  top: -42px !important;
}

.tns-outer {
  position: relative;
}

.tns-nav {
  text-align: center;
}

.tns-nav button {
  border: none;
  border-radius: 250px;
  width: 11px;
  height: 11px;
  padding: 0;
  background-color: #333745;
  outline: none !important;
  margin-right: 8px;
}

.tns-nav button:last-child {
  margin-right: 0;
}

.tns-nav button.tns-nav-active {
  background-color: #2d506d;
}

.tns-nav button:focus {
  outline: none !important;
}

.tns-controls {
  outline: none !important;
}

.tns-controls:focus {
  outline: none !important;
}

.carousel-widget_text {
  margin-bottom: 0 !important;
  background: #3fa9ca;
  padding-top: 25px;
  padding-bottom: 25px;
}

.carousel-widget_text .carousel-quotes__item {
  text-align: center;
  color: white;
  font-size: 18px;
}

.buy-one-click .product-name {
  font-size: 15px;
  margin-bottom: 10px;
}

.buy-one-click .product-price {
  font-weight: bold;
  font-size: 16px;
  color: #2d506d;
}

.search-suggestion.product {
  padding: 6px 10px;
}

.search-suggestion.product .name {
  color: black;
  font-weight: normal;
  font-size: 14px;
  overflow: hidden !important;
}

.search-suggestion.product .price {
  font-size: 15px;
}

.search-suggestion.product .price .price-old {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
  font-family: "Arial", sans-serif;
  text-align: center;
  font-display: swap;
}

.search-suggestion.product .price .price-new {
  color: #2d506d;
  font-weight: bold;
}

.search-suggestion.product .more {
  font-size: 14px;
}

.search-suggestion.product:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.manufacturer-heading {
  background: #5F6874;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
  color: white;
}

.manufacturer-content {
  padding: 8px;
}

.manufacturer__item {
  margin-bottom: 10px;
}

.blog-headline {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-display: swap;
}

.blog-text {
  font-size: 16px;
}

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

.blog-text h2 {
  font-size: 1.5em;
}

.blog__item {
  margin-bottom: 30px;
}

.blog__item .name {
  margin-top: 8px;
  margin-bottom: 6px;
  font-weight: bold;
}

.blog__item .info {
  margin-bottom: 12px;
}

.blog__item .text {
  font-size: 13px;
  color: #666;
}

.blog__item .more {
  margin-top: 10px;
}

.blog-widget__item {
  font-size: 13px;
}

.blog-widget__item .name {
  line-height: 18px;
  font-weight: bold;
}

.blog-widget__item .image {
  min-width: 60px;
  margin-right: 10px;
}

.blog-widget__item .date {
  margin-top: 4px;
  color: #666;
}

.blog-widget__item .reviews {
  color: #666;
}

.information-page p {
  margin-bottom: 15px;
}

.information-page img {
  margin-bottom: 15px;
  max-width: 100% !important;
}

.information-headline {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}

.features-page .feature__item {
  margin-bottom: 20px;
}

.features-page .feature__item .icon {
  min-width: 74px;
}

.features-page .feature__item .text .title {
  font-weight: bold;
  color: #2d506d;
  font-size: 15px;
  margin-bottom: 6px;
}

.row_custom {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: flex;
}

.blue_back_sec {
  background: #1e4b6a;
  margin-right: 0px !important;
  margin-left: 0px !important;
  color: #fff;
}

.w_txt {
  color: #fff !important;
}

.under_tit {
  text-transform: uppercase;
  font-weight: 700;
  color: #1e4b6a;
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 1.1rem;
  font-display: swap;
}

.pic_line.desctop {
  display: none;
}

.about_ico {
  display: block;
  width: 75px;
  margin: auto;
}

.list_el {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #1e4b6a;
}

.three_pic_lg {
  display: none;
}

/* Components style */

.dropdown {
  border-radius: 0;
}

@media (min-width: 760px) {
  .ya-chat-widget.ya-chat-widget_theme_dark,
  .ya-chat-widget.ya-chat-widget_theme_light {
    right: 100px !important;
    bottom: 45px !important;
  }

  .col-md-125 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (min-width: 767px) {
  .btn_default {
    font-size: 12px;
  }

  .page__footer {
    margin-top: 40px;
  }

  .page__footer .socials__item {
    padding: 4px;
  }

  .main-menu .dropdown-menu .dropdown-item {
    width: 40%;
  }

  .category-filter .sort {
    margin-right: 15px;
  }

  .refine-categories__item {
    width: 12.5%;
  }

  .product .buy-block .btn-buy {
    font-size: 16px;
  }

  .cart-popup__item .name {
    font-size: 15px;
  }

  .block {
    margin-bottom: 35px;
  }

  .block_custom .block-title {
    font-size: 20px;
  }

  .block_custom .block-text {
    font-size: 15px;
  }

  .carousel-widget_text .carousel-quotes__item {
    font-size: 25px;
  }

  .pic_line_mobile {
    display: none;
  }

  .pic_line.mobile {
    display: none;
  }

  .three_pic_lg {
    display: block;
  }
}

@media (min-width: 768px) {
  .page__header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page__header .static-menu {
    width: 100%;
    margin: 5px 0 15px 0;
  }

  .page__header .static-menu .nav-link + .nav-link {
    margin-left: 24px;
  }

  .page__header .logo {
    max-width: 100px;
  }

  .page__header .phone {
    margin-left: auto;
  }

  .page__header .menu-button,
  .page__header .phone,
  .page__header .search,
  .page__header .language {
    margin-right: 20px;
  }

  .page__header .cart svg {
    fill: #2d506d;
  }
}

@media (min-width: 1020px) {
  .main-menu .nav-item .nav-link {
    padding: .5rem .6rem;
  }

  .main-menu .nav-item:first-child .nav-link {
    padding-left: 0;
  }

  .main-menu .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
  }

  .main-menu .dropdown-menu {
    display: none !important;
  }

  .main-menu .dropdown-menu .dropdown-item {
    width: 33%;
  }

  .main-menu .dropdown-menu {
    width: 100%;
    padding: 1rem;
  }
}

@media (min-width: 1024px) {
  .col-lg-125 {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .column-left {
    width: 275px;
    padding: 20px 0 0 15px;
    position: relative;
    z-index: 1;
  }

  .column-content {
    -webkit-box-flex: 0;
    flex: 0 0 78%;
    max-width: 78%;
    padding: 20px 0 0 20px;
    position: relative;
    z-index: 2;
  }

  #top .nav-item:first-child .nav-link {
    padding-left: 0;
  }

  #top .dropdown .dropdown-menu {

    top: 40px;
    right: unset;
    text-align: left;
  }
  #top .dropdown-menu a:hover
  {
    color: #1e4b6a;
  }
  #top .dropdown:hover .dropdown-menu {
    display: block;
  }









  .page__header {
    box-shadow: none;
  }

  .page__header .phone {
    margin-left: 30px;
  }

  .page__header .user-block {
    margin-left: auto;
    margin-right: auto;
  }

  .page__header .search {
    margin-left: 105px;
    margin-right: 20px;
  }

  .page__header .language {
    margin-right: 20px;
  }

  .product__item .details .name a {
    font-size: 17px;
  }

  .row.product-grid-5 {
    margin-right: -15px;
  }

  .row.product-grid-5 .product__item.col-xl-20 {
    margin-right: 0;
  }

  .row.product-grid-5 .col-xl-20 {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .page__footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page__footer .footer-socials {
    margin-bottom: 30px;
  }

  .page__footer .footer-contacts {
    margin-top: 30px;
  }

  .article-widget .tns-ovh {
    padding: 20px !important;
  }

  .breadcrumb {
    margin-bottom: 0;
  }

  .product .image-div {
    width: 41.666667%;
  }

  .product .attributes,
  .product .description {
    margin-top: 0px;
  }


  .product-tags {
    margin-top: 50px;
  }

  .product-price .price,
  .product-price .price_new {
    font-size: 29px;
  }

  .product-price .price_old {
    font-size: 20px;
  }

  .product-images {
    border: 1px solid #e6e6e6;
  }

  .slideshow-main {
    max-width: 957px;
  }

  .features__item .icon {
    margin-right: 1.5rem;
  }

  .banners-main {
    max-width: 326px;
    margin-left: 8px;
  }

  .banners-main img {
    max-width: 100% !important;
  }

  .banners-main .banner__item:last-child {
    margin-top: 12px;
  }

  .cart__item {
    font-size: 14px;
  }

  .cart__item .info button,
  .cart__item .info input,
  .cart__item .info .btn-remove {
    height: 30px;
  }

  .cart__item .quantity button {
    line-height: 16px;
  }

  .cart__item .name {
    min-width: 40%;
  }

  .cart__item .price,
  .cart__item .total {
    min-width: 75px;
  }

  .cart-popup__item .image {
    width: auto;
    margin-right: 25px;
  }

  .cart-popup__item .info {
    width: 48%;
  }

  .cart-popup__item .count {
    margin-left: auto;
    margin-right: auto;
  }

  .cart-popup__item .price {
    min-width: 90px;
    text-align: right;
    margin-right: 15px;
  }

  #cartModal .cart-buttons .btn {
    font-size: 14px;
    width: 220px;
    padding: 6px 0;
    height: 35px;
    margin-bottom: 0px;
  }

  #cartModal .cart-buttons .btn-outline-secondary {
    margin-right: 15px;
  }

  #cartModal .totals {
    font-size: 20px;
    margin-top: 3px;
    margin-left: auto;
  }

  .modal-footer-info {
    font-size: 21px;
  }

  .modal-footer-info .modal-footer-title {
    width: 32%;
    text-align: center;
  }

  .block_custom .block-title {
    font-size: 28px;
  }

  .block_custom .block-text {
    font-size: 16px;
  }

  .block_carousel_margin .tns-ovh {
    padding: 25px;
    margin: -25px;
  }

  .carousel-widget_text .carousel-quotes__item {
    font-size: 35px;
  }

  .carousel_arrow_top {
    margin-top: 25px;
  }

  .carousel_arrow_top .tns-controls {
    top: -34px;
  }

  .carousel_arrow_top-40 .tns-controls {
    top: -42px !important;
  }

  .blog-headline {
    font-size: 20px;
  }

  .blog-text {
    font-size: 18px;
  }

  .features-page {
    margin-top: 30px;
  }

  .features-page .feature__item .icon {
    margin-right: 10px;
  }

  .features-page .feature__item .text .title {
    font-size: 18px;
  }

  .pic_line.desctop {
    display: block;
    max-width: 550px;
  }
}

@media (min-width: 1360px) {
  .container {
    max-width: 1300px;
  }

  .block_default {
    margin-bottom: 50px;
  }

  .page__header .static-menu {
    width: auto;
    margin-bottom: 0;
  }

  .page__header .static-menu .nav-link + .nav-link {
    margin-left: 55px;
  }

  .page__header .logo {
    max-width: 100%;
  }

  .page__header .phone {
    margin-right: 42px;
  }

  .page__header .search {
    min-width: 470px;
  }

  .main-menu .nav-item {
    font-size: 15px;
  }

  .main-menu .nav-item .nav-link {
    padding: .5rem .6rem;
  }

  .main-menu .dropdown-menu .dropdown-item {
    width: 16.5%;
  }

  .carousel-widget_text .carousel-quotes__item {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .product__item .wrapper {
    padding: 0;
  }
}

@media (max-width: 780px) {
  .main-menu {
    background-color: transparent !important;
    position: fixed;
    left: 0;
    top: 68px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-box-align: start;
    align-items: start;
  }

  .main-menu::after {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .main-menu.margin-top {
    top: 39px;
  }

  .main-menu .container {
    width: 83%;
    height: 100%;
    background: #fff;
    z-index: 2;
    position: relative;
    margin-left: 0;
  }

  .main-menu .container-wrapper {
    max-height: 100%;
    overflow-y: scroll;
  }

  .main-menu .navbar-nav {
    width: 100%;
    display: block;
    background-color: #fff;
  }

  .main-menu .navbar-nav .dropdown-menu {
    background-color: #f5f4f4;
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-menu .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    content: none;
  }

  .main-menu .navbar-nav .nav-item .nav-link {
    padding: .4rem 0 .4rem 25px;
    border-bottom: #f2f3f3 1px solid;
    text-transform: none;
  }

  .main-menu .navbar-nav .nav-item.nav-item-reviews {
    font-weight: bold;
  }

  .main-menu .navbar-nav .nav-item.nav-item-reviews .nav-link {
    background-color: transparent;
  }

  .main-menu .static-menu .nav-link {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: .4rem 1.6rem;
  }

  .main-menu .menu-language {
    padding-left: .8rem;
  }

  .main-menu .menu-phone {
    margin-right: 1.5rem;
  }

  .main-menu .menu-headline {
    font-size: 18px;
    padding: 2rem 1rem 1rem;
  }

  .main-menu .menu-headline .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
  }

  .main-menu.active {
    z-index: 1029;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .ya-chat-widget.ya-chat-widget_theme_dark,
  .ya-chat-widget.ya-chat-widget_theme_light {
    right: 15px !important;
    bottom: 110px !important;
  }

  .w-xs-100 {
    width: 100%;
  }

  .w-xs-50 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #top {
    background: #f2f3f3;
  }

  #top .container {
    padding-left: 0;
    padding-right: 0;
  }

  #top .nav .nav-item {
    font-size: 13px;
  }

  #top .nav .nav-item .nav-link {
    padding: .3rem .6rem;
  }

  .page__header {
    background: #2d506d;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
  }

  .page__header .container {
    position: relative;
  }

  .page__header .static-menu {
    margin-bottom: 0;
  }

  .page__header .logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 52px;
  }

  .page__header .search #search {
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -5000px;
    bottom: -45px;
    border-top: 0;
    width: 100%;
    background: #fff;
    padding: 5px 12px;
  }

  .page__header .search #search.active {
    opacity: 1;
    z-index: 25;
    left: 0;
  }

  .page__header .search .form-control {
    min-height: 35px;
  }

  .page__header .search .btn_categories {
    padding: 6px 12px 6px;
    font-size: 14px;
  }

  .page__header .search .btn-search {
    padding: 0px 8px;
    height: 35px;
  }

  .page__header .search .btn-search svg {
    margin-top: -4px;
  }

  .page__header .cart .btn {
    position: relative;
  }

  .page__header .cart .btn #total {
    background-color: #21afcf;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 250px;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
  }

  .page__footer .contacts,
  .page__footer .menu {
    width: 100%;
    text-align: center;
  }

  .page__footer .contacts .phone {
    margin-top: 15px;
    font-size: 16px;
  }

  .page__footer .menu .title {
    display: none;
  }

  .page__footer .menu::before {
    content: " ";
    height: 1px;
    width: 34px;
    position: relative;
    background-color: #c6c6c6;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .page__footer .footer-menu-title {
    position: relative;
  }

  .page__footer .footer-menu-title::after {
    content: " ";
    font-size: 12px;
    position: absolute;
    right: 7px;
    top: 3px;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
    background: url("/catalog/view/theme/default/image/ic_arrow_right.svg") no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
  }

  .page__footer .footer-menu nav {
    display: none;
    margin-bottom: 20px;
  }

  .page__footer .footer-menu.active nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
  }

  .page__footer .footer-menu.active .footer-menu-title::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .product-tabs {
    margin-top: 40px;
  }

  .product-tabs_heading .nav-item {
    width: 50%;
    text-align: center;
    font-size: 14px;
  }

  .banner .row {
    margin-left: 5px;
    margin-right: 5px;
  }

  .banner__item {
    padding: 5px !important;
  }

  .banners-main .banner {
    display: -webkit-box;
    display: flex;
  }

  .banners-main .banner__item {
    width: 50%;
  }

  .carousel_arrow_top .tns-controls {
    top: -30px;
  }

  .page__header .search .dropdown-menu {
    left: 0 !important;
  }

  .blue_back_sec .row_custom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .fluid .container_fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .main-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}







}
.attributes__item .value {padding-left:5px;}




.text_law_oferta
{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  color: #59738a;
}
      
#module_cat .flex-column .nav-item:nth-child(11),
#module_cat .flex-column .nav-item:nth-child(10)
{
  display: none;
}



.dostavka_block
{
  max-width: 1300px;
    margin: 0 auto;
font-size: 16px;
line-height: 30px;
    padding: 0 15px 60px;
}

.dostavka_item h2
{
  background-color: #D6ECFF;
  padding: 10px;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
}


.dostavka_item p
{
  padding: 0 20px;
}


.information-page #content
{
max-width: 1280px;
margin: 0 auto;
width: 100%;
}


.agree_links
{
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 10px;
flex-wrap: wrap;
}

.agree_links a
{
  color: #dedede;
  font-size: 12px;
  text-decoration: underline;
}

.agree_links a:hover
{
  text-decoration: none;
  color: #fff;
}


.consent-popup
{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #21afcf;
  padding: 15px;
  border: 1px solid #fff;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  gap: 50px;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 50px;
  border-radius: 7px;
  flex-wrap: wrap;
}
.consent_text a
{
  color: #fff;
  text-decoration: underline;
}

.consent_text a:hover
{
  text-decoration: none;
}
.consent_btn button
{ 
  border: none;
  box-shadow: none;
  height: 42px;
  width: 200px;
  border-radius: 7px;
  background: #2d506d;
  color: #fff;
  font-size: 16px;

}



@media (min-width: 320px) and (max-width: 768px)
{

  .agree_links
  {
    justify-content: flex-start;
    margin-bottom: 60px;
    gap: 5px;
  }

  .consent-popup
  {
    gap: 10px;
    margin-bottom: 100px;
    text-align: center;
    padding: 20px 10px;
    max-width: 95%;
  }

}





.header_telephone
{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.header_telephone a
{
  color: #fff;
}

.header_telephone a:hover
{
  opacity: .666;
}








