﻿@font-face {
  font-family: 'Museo';
  src: url('https://nomail.com.ua/files/eot/bcd826b1e90968390490c28037857940.eot?#iefix') format('embedded-opentype'), url('https://nomail.com.ua/files/woff/bcd826b1e90968390490c28037857940.woff') format('woff'), url('https://nomail.com.ua/files/woff2/bcd826b1e90968390490c28037857940.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Museo';
  src: url('https://nomail.com.ua/files/eot/02f7d6b8e3cda79742b374cbc5595a8f.eot?#iefix') format('embedded-opentype'), url('https://nomail.com.ua/files/woff/02f7d6b8e3cda79742b374cbc5595a8f.woff') format('woff'), url('https://nomail.com.ua/files/woff2/02f7d6b8e3cda79742b374cbc5595a8f.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Museo';
  src: url('https://nomail.com.ua/files/eot/e1edf31751b631539c754a498a968d89.eot?#iefix') format('embedded-opentype'), url('https://nomail.com.ua/files/woff/e1edf31751b631539c754a498a968d89.woff') format('woff'), url('https://nomail.com.ua/files/woff2/e1edf31751b631539c754a498a968d89.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Museo';
  src: url('https://nomail.com.ua/files/eot/afaa72e9edea309092b444be9479f487.eot?#iefix') format('embedded-opentype'), url('https://nomail.com.ua/files/woff/afaa72e9edea309092b444be9479f487.woff') format('woff'), url('https://nomail.com.ua/files/woff2/afaa72e9edea309092b444be9479f487.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@keyframes small-shaking {
  from {
    transform: rotate(0) scale(1);
  }
  25% {
    transform: rotate(-3deg) scale(1.05);
  }
  50% {
    transform: rotate(0) scale(1.1);
  }
  75% {
    transform: rotate(3deg) scale(1.05);
  }
  to {
    transform: rotate(0) scale(1);
  }
}

@keyframes shaking {
  from {
    transform: rotate(0) scale(1);
  }
  25% {
    transform: rotate(-30deg) scale(1.1);
  }
  50% {
    transform: rotate(0) scale(1.2);
  }
  75% {
    transform: rotate(30deg) scale(1.1);
  }
  to {
    transform: rotate(0) scale(1);
  }
}

.shaking {
  animation-name: shaking;
  animation-duration: 150ms;
  animation-iteration-count: 6;
}

*,
*:before,
*:after {
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

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

figure {
  position: relative;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}

figure img,
figure video,
figure object,
figure embed {
  display: block;
  max-width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fixed {
  position: fixed;
}

.clear:before,
.clear:after,
.container:before,
.container:after,
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}

.clear:after,
.container:after,
.wrapper:after {
  clear: both;
}

.main-slider-item-inn._theme-dark {
  height: 100%;
}


/* IE6/7 support */

.clear,
.container,
.wrapper {
  *zoom: 1;
}

.padding-left-zero {
  padding-left: 0;
}

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

.padding-left-4 {
  padding-left: 4px;
}

.padding-right-zero {
  padding-right: 0;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-all-zero {
  padding: 0;
}

.vertical-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gorizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.middle-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

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

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

@font-face {
  font-family: 'PT Rouble Sans';
  src: url("../fonts/PTRoubleSans.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

.ptroublesans {
  font-family: 'PT Rouble Sans';
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: #000;
  background: #fff;
  overflow-x: hidden;
  max-width: 100%;
}

@media (min-width:768px) {
  body.m-b-65 {
    margin-top: 65px;
  }
}

@media (max-width:767px) {
  .main-slider-arrows {
    display: none
  }
}

@media (max-width: 766px) {
  body {
    /*margin-top: 65px;*/
  }
}

body.items-body {
  background: #f5f5f5;
}

@media (min-width: 768px) {
  .container {
    width: 767px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 798px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  header .container {
    width: 1205px;
  }
  header .col-xs-12 {
	display: flex;
    align-items: center;
	justify-content: space-between;
  }
}

@media (min-width: 1830px) {
  .container {
    width: 1800px;
  }
  .container.container-not-big {
    width: 1140px;
  }
  header .container {
    width: 1800px;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~HEADER~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

header {
  background: #eee;
  padding: 12px 0;
  position: relative;
  z-index: 10;
  transition: 200ms;
}

.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  /* opacity: .99; */
}

.header.fixed:before {
  /* content: ''; */
}

@media (max-width: 766px) {
  .header.mobile-fixed {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    /* opacity: .99; */
  }
  .header.mobile-fixed:before {
    /* content: ''; */
  }
  .mobile-fixed {
    position: fixed;
  }
}

.header-city {
  float: left;
  padding: 5px 0;
}

.header-city>a {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #818181;
  padding-left: 27px;
  position: relative;
}

.header-city>a:before {
  content: '';
  width: 12px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: url(../img/icons/point.svg) no-repeat center center;
}

.header-city>a>span {
  font-weight: 500;
  color: #151515;
  margin-left: 4px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.header-city>a:hover>span {
  color: #5dbb53;
}

.header-right {
  float: right;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-right {
    align-items: flex-start;
  }
}
.header-right>div {
  display: inline-block;
  vertical-align: top;
}

.header-time {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #818181;
  margin-right: 78px;
}

.header-time>span:last-child {
  margin-left: 5px;
  font-weight: 500;
  color: #151515;
}

.header-time>span:last-child b {
  font-weight: 500;
}

.header-time-serv {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #818181;
  margin-right: 58px;
}

.header-time-serv>span:last-child {
  font-weight: 500;
  color: #151515;
}

.header-email>a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 31px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  color: #151515;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.header-email {
  margin-right: 62px;
}

.header-email>a:before {
  content: '';
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/icons/mail.svg) no-repeat center center;
}

.header-email>a:hover {
  color: #5dbb53;
}

.header-phone {
  margin-right: 24px;
  max-width: 215px;
}

.header-phone>div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  /* padding-left: 56px; */
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #151515;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.header-phone>a:before {
  /* content: '';
    width: 46px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icon5.png) no-repeat center center; */
}

.header-phone>a>i.whatsapp-ico,
.footer-phone>a>i.whatsapp-ico {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  top: 4px;
  background: url(../img/icons/whatsapp.svg) no-repeat center center;
}

.header-phone>a>i.viber-ico,
.footer-phone>a>i.viber-ico {
  margin-right: 10px;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  top: 4px;
  background: url(../img/icons/viber.svg) no-repeat center center;
}

.header-phone>a:hover {
  color: #5dbb53;
}

.header-user>a {
  display: inline-block;
  vertical-align: top;
  min-width: 19px;
  position: relative;
  padding-right: 29px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  color: #5dbb53;
  text-decoration: underline;
  -webkit-transition: text-decoration-color 0.4s;
  -moz-transition: text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
}

.header-user>a:hover {
  text-decoration-color: transparent;
}

.header-user>a:after {
  content: '';
  width: 19px;
  height: 23px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/icons/icon9.svg) no-repeat center center;
  stroke: green;
}

@media (max-width: 1829px) {
  .header-time {
    margin-right: 25px;
  }
  .header-right>div.header-email {
    display: none;
  }
  .header-phone {
    margin-right: 25px;
  }
  .header-time>span {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
  }
  .header-time>span:last-child {
    font-weight: 500;
    color: #151515;
    width: 143px;
  }
  .header-time>span:last-child b {
    display: none;
  }
  .header-time-serv {
    margin-right: 25px;
  }
  .header-right>div {
    display: inline-block;
    vertical-align: middle;
  }
}

.main-slider-item-title._theme-dark {
  margin-bottom: 0;
  line-height: 1;
}

@media (max-width: 1199px) {
  .product-desc-right-tools-count,
  .product-desc-right-price,
  .product-desc-right-tools .product-desc-right-tools-cart,
  .product-desc-right-tools-fav.fav-item-btn {
    margin: auto 0;
    width: 50%;
    display: inline-flex;
    justify-content: center
  }
  .product-desc-right-tools-fav.fav-item-btn {
    padding: 1em 0;
    margin: 0;
    position: relative;
    top: 16px;
  }
  .product-right .product-desc-right-tools-count {
    margin-left: 0;
    max-width: 190px;
    width: 50%;
  }
  .product-desc-right-tools .product-desc-right-tools-cart {
    position: relative;
    top: 16px;
  }
  .header-right>.header-time,
  .header-right>.header-time-serv {
    display: none;
  }
  .header-user>a>span {
    display: none;
  }
  .header-right>div.header-email {
    display: inline-block;
    margin-right: 65px;
  }
  .header-phone {
    margin-right: 17px;
  }
  .header-user {
    height: 22px;
  }
}


@media (max-width: 991px) {}


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

  .header-btns {
    /* display: none; */
  }

  .header-btns div:nth-child(2),
  .header-btns div:nth-child(3) {
    display: none;
  }

  .search-inp-btn {
    display: block!important;
  }
}

@media (max-width: 479px) {
  .navbar-default .navbar-brand {
    position: relative;
    left: -10%;
  }
}

.header {
  background: #fff;
  -webkit-box-shadow: 0 8px 35px rgba(6, 4, 20, 0.1);
  box-shadow: 0 8px 35px rgba(6, 4, 20, 0.1);
  position: relative;
  z-index: 204;
}

.header.z-change {
  z-index: 999;
}

.navbar-default .navbar-brand {
  float: left;
  height: auto;
  padding: 22px 0;
  margin-right: 220px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #5dbb53;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
}

.navbar-default .navbar-brand span {
  color: #151515;
  font-weight: 600;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background-color: transparent;
  color: #5dbb53;
}

.navbar-collapse.collapse.in {
  z-index: 1999;
  overflow-y: auto!important;
  /* position: absolute; */
}

.navbar-collapse.collapse.in.container,
.navbar-collapse.collapse.in.nav-bottom {
  position: relative;
  z-index: 1999;
}

.sale-order-history-link:hover {
  opacity: .6;
}

.navbar-collapse {
  float: left;
  padding-left: 0;
  padding-right: 0;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-collapse .nav-bottom {
  border-top: 1px solid #eceeef;
  padding-top: 30px;
  padding-bottom: 90px;
}

.navbar-collapse .nav-bottom .col-xs-12 {
  display: flex;
  justify-content: space-between;
}

.navbar-collapse .nav-bottom .col-xs-12 .header-right {
  flex: 1;
}

.navbar-collapse .nav-bottom .col-xs-12 .header-city {
  margin-right: 75px;
}

.navbar-collapse .nav-bottom .col-xs-12 .header-right {
  display: flex;
}

.navbar-collapse .nav-bottom .header-time,
.navbar-collapse .nav-bottom .header-time-serv {
  display: flex !important;
  flex-direction: column;
  margin-right: 75px;
}

.navbar-collapse .nav-bottom .header-email,
.navbar-collapse .nav-bottom .header-phone,
.navbar-collapse .nav-bottom .header-user {
  display: none;
}

.navbar {
  border-radius: 0;
  position: relative;
  min-height: 30px;
  margin-bottom: 0px;
  border: 0;
  padding: 0px 0;
}

.navbar-default .navbar-nav>li {
  padding-right: 100px;
}

.navbar-default .navbar-nav>li:last-child {
  padding-right: 0px;
}

.navbar-default .navbar-nav>li>a {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #909090;
  text-transform: uppercase;
  background: transparent;
  padding: 21px 0px;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  -moz-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #151515;
  border-bottom-color: #5dbb53;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #151515;
  border-bottom-color: #5dbb53;
  background-color: transparent;
}

.navbar-m {
  padding: 0px 0;
}

.header-btns {
  float: right;
  padding-top: 23px;
}

.header-btns>div {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  transition: .3s;
}

.header-btns>div:not(.active):hover {
  transform: translateY(-4px);
  opacity: .65;
}

.header-btns>div:first-child {
  margin-left: 0;
}

.header-btns>div>a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.header-btns>div>a>img {
  display: block;
  height: 22px;
  width: 22px;
}

.header-btns>div>a>span {
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  position: absolute;
  right: -8px;
  top: -8px;
  background: #ffbb44;
  color: #909090;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
@media (min-width: 1920px) {
	.header-city{
		width:20%;
	} 
	.header-right{
		width:90%;
	}
}
@media (max-width: 1829px) {
  .navbar-default .navbar-brand {
    margin-right: 24px;
  }
  .navbar-default .navbar-nav>li {
    /* margin-right: 43px; */
    padding-right: 50px;
  }
  .header-btns>div {
    margin-left: 12px;
  }
}

@media (min-width: 1200px) {
  #navbar-main {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .header-city {
    padding: 0;
  }
  .navbar-header {
    float: none;
    position: relative;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-toggle {
    position: absolute;
    left: 0;
    top: 21px;
    float: none;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #5dbb53;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .header-btns {
    float: none;
    position: absolute;
    right: 0;
    top: 21px;
    padding-top: 0px;
  }
  .navbar-default .navbar-brand {
    margin-right: 0px;
    float: none;
    width: 160px;
    display: block;
    margin: 0 auto;
  }
  .navbar-collapse {
    border-top: 0px solid transparent;
    -webkit-box-shadow: 0 4px 4px rgba(6, 4, 20, 0.1);
    box-shadow: 0 4px 4px rgba(6, 4, 20, 0.1);
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    z-index: 20;
    float: none;
    overflow: hidden;
  }
  .navbar-collapse.collapse.in {
    -webkit-box-shadow: 0 4px 4px rgba(6, 4, 20, 0.1);
    box-shadow: 0 4px 4px rgba(6, 4, 20, 0.1);
  }
  .navbar-m {
    padding: 15px 0;
    position: relative;
    z-index: 2;
    background: #fff;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 0;
  }
  .navbar-nav>li {
    float: none;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav>li>a {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #151515;
    text-transform: uppercase;
    background: transparent;
    padding: 10px 0px;
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;
    -webkit-transition: color 0.4s, border-color 0.4s;
    -o-transition: color 0.4s, border-color 0.4s;
    -moz-transition: color 0.4s, border-color 0.4s;
    transition: color 0.4s, border-color 0.4s;
  }
  .navbar-nav>li>a:hover {
    color: #5dbb53;
    background-color: transparent;
  }
  .navbar-nav>.active>a,
  .navbar-nav>.active>a:hover,
  .navbar-nav>.active>a:focus {
    color: #5dbb53;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    width: 30px;
    height: 21px;
  }
  .navbar-default .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg) translateY(2px) translateX(2px);
    transform: rotate(45deg) translateY(2px) translateX(2px);
    margin: 0;
  }
  .navbar-default .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(3) {
    opacity: 0;
    width: 0;
    margin: 0;
  }
  .navbar-default .navbar-toggle[aria-expanded='true'] .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg) translateY(-2px) translateX(2px);
    transform: rotate(-45deg) translateY(-2px) translateX(2px);
    margin: 0;
  }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  .navbar-collapse {
    padding: 0 15px;
  }
  .navbar-collapse .nav-bottom .header-email,
  .navbar-collapse .nav-bottom .header-phone,
  .navbar-collapse .nav-bottom .header-user {
    display: block;
    margin-bottom: 25px;
  }
  .navbar-collapse .nav-bottom .header-user span {
    display: block;
  }
  .navbar-collapse .nav-bottom .col-xs-12 {
    flex-direction: column;
  }
  .navbar-collapse .nav-bottom .col-xs-12 {
    padding-left: 0;
  }
  .navbar-collapse .nav-bottom .col-xs-12 .header-right {
    flex: auto;
    flex-direction: column;
  }
  .navbar-collapse .nav-bottom .col-xs-12 .header-city {
    margin-bottom: 20px;
  }
  .navbar-collapse .nav-bottom .header-time,
  .navbar-collapse .nav-bottom .header-time-serv {
    margin-bottom: 20px;
  }
  .header-user>a:before {
    content: '';
    width: 19px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icons/icon9.svg) no-repeat center center;
  }
  .header-user>a {
    padding-left: 30px;
  }
  .header-user>a:after {
    display: none;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

footer {
  background: #2e2e2e;
  padding-top: 47px;
}

.footer-box {
  position: relative;
  padding-bottom: 35px;
  border-bottom: 1px solid #4c4c4c;
}

.footer-box:after {
  content: '';
  display: table;
  clear: both;
}

.footer-left {
  width: 17%;
  float: left;
}

a.footer-logo {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  color: #5dbb53;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.footer-logo span {
  font-weight: 600;
  color: #fff;
}

.footer-copyr {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #6f6f6f;
  padding-top: 12px;
  margin-bottom: 15px;
}

.footer-time {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.footer-time span {
  display: block;
  margin-bottom: 5px;
}

.footer-phone>a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  /* padding-left: 38px; */
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.footer-phone>a:hover {
  color: #5dbb53;
}

.footer-phone>a:before {
  /* content: '';
    width: 33px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icon5.png) no-repeat center center;
    background-size: cover; */
}

.footer-phone__address {
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  margin-left: 10px;
}

.footer-email>a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #6f6f6f;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.footer-email>a:hover {
  color: #5dbb53;
}

.footer-right {
  float: right;
  width: 15%;
}

.footer-right-link {
  margin-bottom: 25px;
}

.footer-right-link>a {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #7b7b7b;
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.footer-right-link>a:hover {
  color: #5dbb53;
}

.footer-right-link>a>img {
  display: block;
  width: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-right-btns {
  margin-top: -10px;
  margin-bottom: 20px;
}

.footer-right-btns>a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  padding: 7px 10px;
  -webkit-transition: border-color 0.4s, background 0.4s;
  -moz-transition: border-color 0.4s, background 0.4s;
  -o-transition: border-color 0.4s, background 0.4s;
  transition: border-color 0.4s, background 0.4s;
}

.footer-right-btns>a.footer-login-btn {
  background: #00bc49;
  border: 1px solid #00bc49;
  margin-right: 7px;
}

.footer-right-btns>a.footer-login-btn:hover {
  background: transparent;
  border-color: #fff;
}

.footer-right-btns>a.footer-reg-btn {
  background: transparent;
  border: 1px solid #fff;
}

.footer-right-btns>a.footer-reg-btn:hover {
  background: #00bc49;
  border: 1px solid #00bc49;
}

.footer-opl>span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #6f6f6f;
  margin-bottom: 6px;
}

.footer-opl>div {
  display: inline-block;
  vertical-align: top;
  width: 37px;
  height: 21px;
  background: #fff;
  border-radius: 2px;
  margin-right: 2px;
  text-align: center;
}

.footer-center {
  position: relative;
  float: left;
  width: 68%;
}

.footer-center-box-1 {
  float: left;
  width: 37%;
}

.footer-center-box-2 {
  float: left;
  width: 37%;
}

.footer-center-box-3 {
  float: left;
  width: 26%;
}

.footer-center-box>ul {
  list-style-type: none;
  margin-bottom: 40px;
}

.footer-center-box>ul>li:first-child {
  display: block !important;
  margin-bottom: 12px;
}

.footer-center-box>ul>li>a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  padding: 1px 0;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.footer-center-box>ul>li>a:hover {
  color: #5dbb53;
}

.footer-center-box>ul>li:first-child>a {
  font-weight: 700;
  color: #7b7b7b;
  text-transform: uppercase;
}

.footer-center-box>ul>li:first-child>a:hover {
  color: #5dbb53;
}

.footer-bottom {
  position: relative;
  padding: 15px 0;
}

.footer-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.footer-offerta {
  float: left;
}

.footer-offerta>a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -moz-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}

.footer-offerta>a:hover {
  color: #5dbb53;
  border-color: transparent;
}

.footer-develop {
  float: right;
}

.footer-develop>span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #7c7c7c;
}

.footer-develop>a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #5dbb53;
  border-bottom: 1px solid #5dbb53;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -moz-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
}

.footer-develop>a:hover {
  border-color: transparent;
}

.footer-center-box-3 .footer-opl {
  display: none;
}

@media (max-width: 1829px) {
  .footer-left {
    width: 25%;
    float: left;
  }
  .footer-right {
    float: right;
    width: 18%;
  }
  .footer-center {
    float: left;
    width: 57%;
  }
  .footer-center-box-1 {
    float: left;
    width: 56%;
  }
  .footer-center-box-2 {
    float: right;
    width: 44%;
  }
  .footer-center-box-3 {
    float: right;
    width: 44%;
  }
  .footer-center-box-2>ul>li,
  .footer-center-box-3>ul>li {
    display: none;
  }
  .footer-center-box-2>ul,
  .footer-center-box-3>ul {
    margin-bottom: 14px;
  }
}

@media (max-width: 1199px) {
  .footer-left {
    width: 47%;
    float: left;
    padding-bottom: 30px;
  }
  .footer-center {
    float: right;
    width: 53%;
  }
  .footer-right {
    float: left;
    width: 47%;
  }
  .footer-center-box-1,
  .footer-center-box-2,
  .footer-center-box-3 {
    float: none;
    width: 100%;
  }
  .footer-center-box-1>ul:last-child>li {
    display: none;
  }
  .footer-center-box-1>ul:last-child {
    margin-bottom: 10px;
  }
  .footer-center-box>ul {
    margin-bottom: 20px;
  }
  .footer-center-box-2>ul,
  .footer-center-box-3>ul {
    margin-bottom: 10px;
  }
  .footer-center-box-3 .footer-opl {
    display: block;
  }
  .footer-right .footer-opl {
    display: none;
  }
  .footer-center {
    padding-bottom: 50px;
  }
  .footer-box {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #4c4c4c;
  }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  .footer-left {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  .footer-center {
    float: none;
    width: 100%;
  }
  .footer-right {
    float: none;
    width: 100%;
  }
  .footer-center-box-3 .footer-opl {
    display: none;
  }
  .footer-right .footer-opl {
    display: block;
  }
  .footer-center {
    padding-bottom: 20px;
  }
  .footer-box {
    padding-bottom: 30px;
  }
  .footer-offerta>a {
    font-size: 12px;
    line-height: 16px;
  }
  .footer-offerta {
    float: none;
    margin-bottom: 10px;
  }
  .footer-develop {
    float: none;
  }
  .footer-develop>span {
    font-size: 12px;
    line-height: 16px;
  }
  .footer-develop>a {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-1~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.main-slider-box {
  position: relative;
}

.main-slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 625px;
  padding: 100px 0;
}

.main-slider-item._theme-dark {
  padding: 20px 0 100px;
}

@media (max-width: 991px) {
  .main-slider-item._theme-dark {
    background-position-x: 50%;
  }
}

.main-slider-item-inn {
  position: relative;
  width: 100%;
  max-width: 1150px;
  /* max-width: 950px; */
  margin: 0 auto;
}

.main-slider-item-inn:after {
  content: '';
  display: table;
  clear: both;
}

.main-slider-inf {
  padding-top: 20px;
}

.main-slider-inf._theme-dark {
  padding-top: 0;
  display: flex;
  flex-direction: column;
}

.main-slider-item-title {
  font-size: 48px;
  line-height: 1.2;
  color: #1e1d1d;
  font-weight: 700;
  margin-bottom: 25px;
}

.main-slider-item-title._theme-dark {
  margin-bottom: 0;
  width: 47%;
}

@media (max-width: 991px) {
  .main-slider-item-title._theme-dark {
    width: 50%;
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  .main-slider-item-title._theme-dark {
    /* width: 50%; */
    font-size: calc(13px + 2vw);
  }
}

.main-slider-item-text._theme-dark i {
  font-style: normal;
}

.main-slider-item-text._theme-dark,
.main-slider-item-text._theme-dark a {
  line-height: 1;
  color: white;
}

.main-slider-item-text._holiday,
.main-slider-item-fire-note._holiday {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
}

.main-slider-item-fire-note._holiday {
  margin-top: 2.5em;
}
.main-slider-item-text._theme-dark._holiday {
  margin-top: 2.5em;
}
.main-slider-item-text._theme-dark {
  margin-top: 0.1em;
}
@media (max-width: 1199px) {
  .main-slider-item-text._holiday,
  .main-slider-item-fire-note._holiday {
    font-size: 18px!important;
    line-height: 26px!important;
  }
}

@media (max-width: 575px) {
  .main-slider-item-text._theme-dark._holiday {
    margin-top: 1em;
  }
  .main-slider-item-text._holiday {
    margin-top: .5em;
  }

  .main-slider-item-text._holiday,
  .main-slider-item-fire-note._holiday {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .main-slider-item-text._holiday {
    margin-bottom: auto;
  }
}



.main-slider-item-title._theme-dark,
.main-slider-item-text._theme-dark {
  color: white;
}

.main-slider-item-text {
  font-size: 18px;
  color: #1e1d1d;
  line-height: 1.4;
}

.main-slider-item-text span {
  font-size: 48px;
}

.main-slider-item-text._theme-dark span {
  line-height: 1em;
  /* margin-top: 0.2em; */
  display: inline-block;
}

.service-content .main-slider-item-fire {
  margin-top: 5em;
}

.main-slider-item-fire {
  background: url(../img/fire.png) no-repeat center bottom;
  background-size: contain;
  width: 409px;
  text-align: center;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transform: translateX(-32px) translateY(-15px);
  -ms-transform: translateX(-32px) translateY(-15px);
  transform: translateX(-32px) translateY(-15px);
}

.main-slider-item-fire._theme-dark {
  background: unset;
  background: none;
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .main-slider-item-fire._theme-dark {
    bottom: -10px;
  }
}

.main-slider-item-fire-text {
  color: #ff2418;
  font-size: 24px;
  line-height: 1.5;
  /*text-transform: uppercase;*/
  font-weight: 700;
  margin-bottom: 5px;
}

.main-slider-item-fire-text._theme-dark {
  width: 270px;
  height: 63px;
  background-color: white;
  z-index: -1;
  position: relative;
  border-radius: 25px 25px 0 0;
  padding: 14px;
  bottom: -31px;
  line-height: 1em;
  color: #ff1216;
  font-family: 'Montserrat';
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.51px;
}

.main-slider-item-fire-text._theme-dark span {
  text-transform: lowercase;
}

.main-slider-item-fire:hover .main-slider-item-fire-text._theme-dark {
  animation-name: small-shaking;
  animation-duration: 150ms;
  animation-iteration-count: 3;
}

.main-slider-item-fire-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  height: 55px;
  border-radius: 27px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5517), to(#ff0016));
  background: -webkit-linear-gradient(top, #ff5517, #ff0016);
  background: -o-linear-gradient(top, #ff5517, #ff0016);
  background: linear-gradient(to bottom, #ff5517, #ff0016);
  -webkit-box-shadow: 4px 5px 20px rgba(255, 0, 0, 0.4);
  box-shadow: 4px 5px 20px rgba(255, 0, 0, 0.4);
  padding: 0 30px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main-slider-item-fire-button a:hover {
  -webkit-box-shadow: 4px 5px 5px rgba(255, 0, 0, 0.4);
  box-shadow: 4px 5px 5px rgba(255, 0, 0, 0.4);
}

.main-slider-img {
  position: absolute;
  right: 0;
  top: 0;
}

.main-slider-img.main-slider-img-2 {
  top: 35px;
  right: -160px;
}

.main-slider-img img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  display: block;
}

.main-slider-item-fire-note {
  position: relative;
  /* left: 35px;
    top: 49px; */
  color: #1e1d1d;
  font-size: 30px;
  margin-top: 10px;
}

.main-slider-item-fire-note h3 {
  font-size: 18px;
  width: 42%;
  font-weight: 400;
}

.main-slider-item-fire-note._theme-dark h3 {
  color: white;
}

@media (max-width: 1199px) {
  .main-slider-item-fire-note h3 {
    font-size: 16px;
  }
}

.main-slider-item-fire-note i {
  display: inline-block;
  width: 31px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.2em;
}

.main-slider-item-fire-note .viber {
  background-image: url(../img/viber.svg);
}

.main-slider-item-fire-note .whatsapp {
  background-image: url(../img/whatsapp.svg);
}

.main-slider-item-fire-note._theme-dark a {
  color: white;
}

@media (max-width: 1199px) {
  .main-slider-item-fire-note {
    top: 0;
  }
  .main-slider-item-fire-note i {
    width: 30px;
    height: 30px;
    top: 3px;
    position: relative;
  }
  .main-slider-item-fire-note._theme-dark a {
    font-size: 30px;
  }
}

#firstBannerStockTop .signature,
#firstBannerStockBottom .signature {
  display: none;
}

@media (max-width: 991px) {
  .main-slider-item-fire-note {
    margin-top: 0;
  }
  .main-slider-item-fire-note._theme-dark a {
    font-size: 28px;
  }
  #firstBannerStockBottom h3 {
    margin-bottom: 0.2em;
  }
}

@media (max-width: 767px) {
  .main-slider-item-fire-note._theme-dark a {
    font-size: calc(12px + 2vw);
  }
}

@media (max-width: 575px) {
  .main-slider-item-fire-note i {
    width: 29px;
    height: 29px;
    top: 8px;
    margin-right: .3em;
  }
  .main-slider-item-fire-note._theme-dark a, .banner-city {
    font-size: calc(10px + 2.5vw);
    display: inline-block;
  }
  .main-slider-item-text._theme-dark a {
    font-size: calc(14px + 2.5vw);
    display: inline-block;
  }
  #firstBannerStockTop .signature,
  #firstBannerStockBottom .signature {
    display: inline-block;
    font-size: calc(7px + 2vw);
    color: white;
  }
}

.slick-slide:focus {
  outline: none;
}

.slider-tools {
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-tools-links ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-tools-links ul li {
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  color: #1e1e1c;
  font-weight: 700;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .slider-tools-links ul li {  min-width: 12em;}

}
.slider-tools-links ul li:not(:last-child) {
  margin-right: 10px;
}

.slider-tools-links ul li:hover,
.slider-tools-links ul li.active {
  border-color: #5dbb53;
  color: #5dbb53;
}

.slider-tools-links ul li:nth-child(1):before {
  content: url(../img/shop-open.png);
  margin-right: 15px;
  width: 21px;
}

.slider-tools-links ul li:nth-child(2):before {
  content: url(../img/slider-icon1.png);
  margin-right: 15px;
  width: 30px;
}

.slider-tools-links ul li:nth-child(3):before {
  content: url(../img/slider-icon2.png);
  margin-right: 15px;
  width: 30px;
}

.slider-tools-links ul li:nth-child(4):before {
  content: url(../img/slider-icon3.png);
  margin-right: 15px;
  width: 30px;
}

.slider-tools-links-0._theme-dark:before {
  /* background-image: url(../img/stars-w.svg); */
  margin-right: 9px!important;
}

.slider-tools-links-1._theme-dark:before {
  /* background-image: url(../img/ban1-w.svg); */
  margin-right: 9px!important;
}

.slider-tools-links-2._theme-dark:before {
  /* background-image: url(../img/ban2-w.svg); */
  margin-right: 9px!important;
}

.slider-tools-links-3._theme-dark:before {
  /* background-image: url(../img/ban3-w.svg); */
  margin-right: 9px!important;
}

.slider-tools-links-4._theme-dark:before {
  /* background-image: url(../img/ban4-w.svg); */
  margin-right: 9px!important;
}

.slider-tools-links ul li:not(.active) {
  color: white;
}

.slider-tools-links ul li:hover {
  color: #5dbb53;
}

/* .slider-tools-links-0:hover:before,
.slider-tools-links-0.active:before {
  content: '';
  background-image: url(../img/stars-g.svg);
}

.slider-tools-links-1:hover:before,
.slider-tools-links-1.active:before {
  content: '';
  background-image: url(../img/ban1-g.svg);
}

.slider-tools-links-2:hover:before,
.slider-tools-links-2.active:before {
  content: '';
  background-image: url(../img/ban2-g.svg);
}

.slider-tools-links-3:hover:before,
.slider-tools-links-3.active:before {
  content: '';
  background-image: url(../img/ban3-g.svg);
}

.slider-tools-links-4:hover:before,
.slider-tools-links-4.active:before {
  content: '';
  background-image: url(../img/ban4-g.svg);
} */

.slick-prev {
  background: #fff url(../img/prev.png) no-repeat center center;
  left: 15px;
}

.slick-next {
  background: #fff url(../img/next.png) no-repeat center center;
  right: 15px;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  /*bottom: calc(625px / 2 + 10px);*/
  bottom:  44%;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  color: transparent;
  margin-top: 0px;
  -webkit-box-shadow: 8px 10px 30px rgba(34, 34, 34, 0.25);
  box-shadow: 8px 10px 30px rgba(34, 34, 34, 0.25);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  z-index: 10;
}

.main-slider-inf {
  position: relative;
}

@media (max-width: 575px) {
  .main-slider-inf._holiday {
    justify-content: space-between;
  }
}

.main-slider-inf._theme-dark {
  height: 100%;
  max-height: 405px;
  position: relative;
}

.slick-prev:hover,
.slick-next:hover {
  -webkit-box-shadow: 4px 5px 15px rgba(34, 34, 34, 0.25);
  box-shadow: 4px 5px 15px rgba(34, 34, 34, 0.25);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}

@media (max-width: 1829px) {}

@media (max-width: 1199px) {
  .main-slider-item-text._theme-dark {
    font-size: 15px;
  }
  .main-slider-inf._theme-dark {
    padding-top: 0;
  }
  .main-slider-item-title {
    font-size: 36px;
  }
  .main-slider-item-text {
    font-size: 16px;
  }
  .main-slider-item-text._theme-dark {
    width: 48%;
    /* background-color: rgba(0, 0, 0, .4); */
    border-radius: 0 50px 50px 0;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    left: -20px;
    position: relative;
  }
  .main-slider-item-text span {
    font-size: 42px;
  }
  .main-slider-item-fire {
    width: 300px;
  }
  .main-slider-item-fire {
    -webkit-transform: translateX(0) translateY(-15px);
    -ms-transform: translateX(0) translateY(-15px);
    transform: translateX(0) translateY(-15px);
  }
  .service-content .main-slider-item-fire {
    position: absolute;
    bottom: 10em;
    right: 6em;
  }
  .main-slider-item-fire-text {
    font-size: 18px;
  }
  .main-slider-item-fire-button a {
    font-size: 12px;
  }
  .main-slider-item-fire-button a::before {
    margin-right: 10px;
  }
  .main-slider-item-inn {
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  .main-slider-item-inn._theme-dark {
    max-width: 992px;
  }
  .slick-next {
    /* right: -65px; */
  }
  .slick-prev {
    /* left: -65px; */
  }
  .main-slider-item-fire-note {
    /* font-size: 14px;
        top: 55px; */
  }
  .main-slider-img-1 {
    position: absolute;
    right: -26px;
    top: 0;
    width: 480px;
  }
  .main-slider-img.main-slider-img-2 {
    top: 34px;
    right: -175px;
    width: 600px;
  }
  .slider-tools-links ul li {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .main-slider-item-text._theme-dark {
    padding-top: 0;
  }
  .main-slider-item-text._theme-dark span {
    font-size: 36px;
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev {
    left: 10px;
  }
  .main-slider-img {
    display: none;
  }
  .main-slider-item-inn {
    position: relative;
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
  }
  .main-slider-item {
    padding-top: 50px;
    height: 525px;
  }
  /*.slick-prev,*/
  /*.slick-next {*/
    /*bottom: calc(550px / 2);*/
  /*}*/
}

.slider-tools-links._theme-dark ul li:before {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 35px;
}

@media (max-width: 767px) {
  .main-slider-item-text._theme-dark {
    width: 50%;
  }
  .main-slider-item-text._theme-dark span {
    font-size: calc(16px + 2vw);
    margin-top: 0.1em;
    display: inline-block;
  }
  .service-content .main-slider-item-fire {
    width: 100%;
    position: relative;
    bottom: 2em;
    right: 0;
  }
  .service-content .main-slider-item-fire {
    margin-top: 0;
  }
  .main-slider-item-title {
    font-size: 24px;
  }
  .main-slider-item-text {
    font-size: 12px;
  }
  .main-slider-item-text span {
    font-size: 36px;
  }
  .main-slider-item-inn {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .main-slider-item {
    height: 450px;
    padding-top: 30px;
  }
  .slider-tools-links._theme-dark ul li:before {
    margin-right: 10px;
    width: 38px;
    height: 30px;
  }
  .slider-tools-links ul li {
    font-size: 12px;
  }
  /*.slick-prev,*/
  /*.slick-next {*/
    /*bottom: calc(450px / 2 - 33px);*/
  /*}*/
  .slider-tools-links ul li:not(.active) span {
    display: none;
  }
}
/* @media (max-width: 600px) {

} */
@media (max-width: 575px) {
  .slider-tools-links._theme-dark ul li:before {}
  .main-slider-item-title._theme-dark {
    /* width: 100%; */
  }
  .main-slider-item-text._theme-dark {
    /* width: 100%; */
    background-color: transparent;
  }
  .main-slider-item-fire-text._theme-dark {
    display: none;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .main-slider-item-inn {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .main-slider-item-fire {
    width: auto;
  }
  .main-slider-item-fire {
    -webkit-transform: translateX(0) translateY(-15px);
    -ms-transform: translateX(0) translateY(-15px);
    transform: translateX(0) translateY(-15px);
  }
  .main-slider-item-fire-button a {
    font-size: 11px;
  }
  .slider-tools {
    /* display: none; */
    height: 44px;
  }
  .slider-tools-links ul li {
    height: 44px;
  }

  .slider-tools-links ul li.active {
    width: 100%;
    max-width: fit-content;
    max-width: max-content;
  }
  .slider-tools-links._theme-dark ul li {
    font-size: 14px;
    margin-right: 1%;
    margin-left: 1%;
  }
  .slider-tools-links._theme-dark ul li span {
    line-height: 1em;
    font-size: calc(0.7em + 1vw);
  }
  .slider-tools-links._theme-dark ul li.active:before {
    min-width: 25px;
  }
  .slider-tools-links._theme-dark ul li:before {
    width: 25px;
    height: 25px;
    background-position: center;
  }
  .slider-tools-links._theme-dark ul li:not(.active):before {
    margin-right: 0;
  }
  .main-slider-item {
    height: 430px;
  }
  .main-slider-inf {
    padding-top: 10px;
  }
  .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 9px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 9px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #00bc49;
    border-radius: 50%;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    opacity: 0.5;
  }
  .slick-dots li.slick-active button {
    opacity: 1;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-trust {
  background: #fff;
  padding: 70px 0;
}

.trust-title {
  color: #1e1d1d;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.trust-text {
  color: #1e1d1d;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 70px;
}

.trust-box {
  position: relative;
}

.trust-box:after {
  content: '';
  display: table;
  clear: both;
}

.trust-item {
  width: 25%;
  float: left;
  text-align: center;
}

.trust-img {
  height: 64px;
  width: 64px;
  line-height: 64px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.trust-img img {
  display: inline-block;
  vertical-align: middle;
}

.trust-item>span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1c;
}

@media (max-width: 1829px) {}

@media (max-width: 1199px) {
  .main-slider-item._theme-dark {
    padding: 20px 20px 100px;
  }
  .trust-text {
    color: #1e1d1d;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 50px;
  }
  .trust-item>span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #1e1e1c;
  }
  .trust-img {
    height: 64px;
    width: 64px;
    line-height: 64px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .main-slider-inf._theme-dark {
    max-height: 342px;
  }
  .trust-text br {
    display: none;
  }
  .trust-title {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-slider-inf._theme-dark {
    max-height: 277px;
  }
  .b-trust {
    background: #fff;
    padding: 50px 0;
    padding-bottom: 35px;
  }
  .trust-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .trust-text {
    color: #1e1d1d;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
  }
  .trust-item {
    width: 100%;
    float: none;
    text-align: left;
    position: relative;
    padding-left: 74px;
    margin-bottom: 15px;
  }
  .trust-img {
    height: 64px;
    width: 64px;
    line-height: 64px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
  }
  .trust-item>span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #1e1e1c;
    padding: 12px 0px;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~BLOCK-SERVICES~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-services {
  background: #f5f5f5;
  padding: 60px 0 80px;
}

.services-title {
  font-size: 36px;
  line-height: 40px;
  color: #1e1d1d;
  font-weight: 700;
  margin-bottom: 50px;
}

.services-box {
  position: relative;
  margin: 0 -15px;
}

.services-box:after {
  content: '';
  display: table;
  clear: both;
}

.services-box>div {
  float: left;
  width: 50%;
  padding: 0 15px;
}

.services-item {
  background: #fff;
  -webkit-box-shadow: 8px 10px 15px rgba(42, 40, 41, 0.1);
  box-shadow: 8px 10px 15px rgba(42, 40, 41, 0.1);
  padding: 35px 50px;
  transition: .3s;
}

.services-item:hover {
  box-shadow: 8px 10px 15px rgba(42, 40, 41, 0.25);
}

.services-item-title {
  font-weight: 700;
  font-size: 30px;
  color: #1e1e1c;
  line-height: 1.2;
}

.services-item-image {
  height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.services-item-image-price {
  position: absolute;
  top: -30px;
  right: 150px;
}

.services-item-button {
  text-align: center;
  margin-bottom: 0px;
}

.services-item-button a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  border-radius: 27px;
  text-align: center;
  font-size: 12.5px;
  line-height: 18px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5517), to(#ff0016));
  background: -webkit-linear-gradient(top, #ff5517, #ff0016);
  background: -o-linear-gradient(top, #ff5517, #ff0016);
  background: linear-gradient(to bottom, #ff5517, #ff0016);
  -webkit-box-shadow: 4px 5px 20px rgba(255, 0, 0, 0.4);
  box-shadow: 4px 5px 20px rgba(255, 0, 0, 0.4);
  padding: 18px 30px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.services-item-button a:hover {
  -webkit-box-shadow: 4px 5px 5px rgba(255, 0, 0, 0.4);
  box-shadow: 4px 5px 5px rgba(255, 0, 0, 0.4);
}

.services-item-pricelist-title {
  font-size: 24px;
  font-weight: 700;
  color: #1e1d1d;
  line-height: 1.2;
  margin-bottom: 20px;
}

.services-item-pricelist-title span {
  font-weight: 400;
  display: block;
}

.services-item-pricelist-table {
  border-top: 1px solid #e2e2e2;
  margin-bottom: 30px;
}

.services-item-pricelist-table table {
  width: 100%;
}

.services-item-pricelist-table table tr td {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0;
}

.services-item-pricelist-table table tr td:first-child {
  padding-right: 15px;
}

.services-item-pricelist-table table tr td:last-child {
  width: 220px;
}

.services-item-pricelist-table table tr td span {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  float: right;
}

.services-item-pricelist-table table tr:first-child {
  color: #ff3939;
}

.services-item-pricelist-table table tr:first-child td:last-child {
  text-align: right;
}

.services-item-pricelist-button {
  text-align: center;
}

.services-item-pricelist-button a {
  display: inline-block;
  vertical-align: top;
  color: #5dbb53;
  text-align: center;
  padding: 15px 35px;
  border: 2px solid #5dbb53;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 26px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.services-item-pricelist-button a:hover {
  background: #5dbb53;
  color: #fff;
}

@media (max-width: 1829px) {
  .services-item-image-price {
    position: absolute;
    top: -10px;
    right: 10px;
  }
  .services-item {
    padding: 30px 25px;
  }
  .services-item-pricelist-table table tr td:last-child {
    width: 182px;
  }
}

@media (max-width: 1199px) {
  .services-title {
    font-size: 30px;
    line-height: 34px;
  }
  .services-item-title {
    font-size: 18px;
  }
  .services-item-image {
    background-size: 90%;
    height: 340px;
  }
  .services-item-pricelist-title {
    font-size: 17px;
  }
  .services-item {
    padding: 30px 20px;
  }
  .services-item-pricelist-table table tr td {
    font-size: 12px;
    line-height: 16px;
  }
  .services-item-pricelist-table table tr td span {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    float: none;
    display: block;
  }
  .services-item-pricelist-table table tr td:last-child {
    width: auto;
    text-align: right;
  }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  .services-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .services-box {
    position: relative;
    margin: 0px;
  }
  .services-box>div {
    float: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
  .services-item-image {
    background-size: contain;
  }
  .services-item-pricelist-table table tr td:last-child {
    width: auto;
    min-width: 90px;
    text-align: right;
  }
  .b-services {
    padding: 50px 0 20px;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-BRANDS~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-brands {
  padding: 50px 0 40px;
  background: #fff;
}

.brands-title {
  color: #1e1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 30px;
}

.brands-title a {
  margin-left: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 5px;
  text-transform: uppercase;
  color: #a3a3a3;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  line-break: anywhere;
}

.brands-title a:hover {
  color: #5dbb53;
}

.brands-box {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}

.brands-box:after {
  content: '';
  display: table;
  clear: both;
}

.brands-item {
  float: left;
  width: 12.5%;
  text-align: center;
  height: 90px;
  line-height: 80px;
  padding: 0 15px;
}

.brands-item>img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 90%;
}

.brands-button {
  text-align: center;
}

.brands-button a {
  display: inline-block;
  vertical-align: top;
  color: #5dbb53;
  text-align: center;
  padding: 15px 35px;
  border: 2px solid #5dbb53;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 26px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.brands-button a:hover {
  background: #5dbb53;
  color: #fff;
}

@media (max-width: 1829px) {
  .brands-item {
    float: left;
    width: 16.6666%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    padding: 0 15px;
  }
  .brands-box {
    /* height: 160px; */
    overflow: hidden;
  }
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  .brands-box {
    margin: 0;
    margin-bottom: 30px;
  }
  .brands-item {
    float: left;
    width: 25%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    padding: 0 15px;
  }
  .brands-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .brands-item {
    float: left;
    width: 33.3333%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    padding: 0 15px;
  }
  .brands-title a {
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
  }
  .brands-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .brands-item {
    float: left;
    width: 33.3333%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
  }
  .brands-box {
    /* height: 120px; */
    overflow: hidden;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-OFFERS~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-offers {
  background: #f5f5f5;
  padding: 60px 0 80px;
}

.b-offers-head {
  position: relative;
  margin-bottom: 30px;
}

.b-offers-head:after {
  content: '';
  display: table;
  clear: both;
}

.offers-title {
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  font-weight: 700;
  color: #1e1d1d;
  float: left;
}

.b-offers .nav-tabs {
  border-bottom: 0;
  float: right;
  padding-top: 10px;
}

.b-offers .nav-tabs>li {
  float: left;
  margin-bottom: 0px;
  margin-right: 30px;
}

.b-offers .nav-tabs>li:last-child {
  margin-right: 0;
}

.b-offers .nav-tabs>li>a {
  margin-right: 0px;
  border: 0;
  border-radius: 0;
  position: relative;
  display: block;
  padding: 5px 3px;
  padding-bottom: 4px;
  color: #919191;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.b-offers .nav-tabs>li.active>a,
.b-offers .nav-tabs>li.active>a:hover,
.b-offers .nav-tabs>li.active>a:focus {
  color: #0d0d0d;
  cursor: default;
  border: 0;
  background-color: transparent;
  border-color: #5dbb53;
  border-bottom: 3px solid #5dbb53;
}

.b-offers .nav-tabs>li>a:hover {
  color: #0d0d0d;
  border: 0;
  background-color: transparent;
  border-color: #5dbb53;
  border-bottom: 3px solid #5dbb53;
}

.offers-box {
  position: relative;
  margin: 0 -15px;
}

.offers-box:after {
  content: '';
  display: table;
  clear: both;
}

.offers-box>div {
  float: left;
  width: 16.6666%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.offers-item {
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  padding-top: 0;
  padding-bottom: 20px;
  min-height: 500px;
}

.offers-item:hover,
.offers-item:hover + .buy-on-click_catalog {
  -webkit-box-shadow: 8px 10px 15px rgba(42, 40, 41, 0.1);
  box-shadow: 8px 10px 15px rgba(42, 40, 41, 0.1);
  transition: 300ms;
}


.offers-item-image {
  height: 210px;
  margin-bottom: 15px;
  /* padding-top: 60px; */
  position: relative;
  width: 100%;
  line-height: 150px;
  text-align: center;
  cursor: pointer;
}

.offers-item-image img {
  max-width: 90%;
  max-height: 90%;
  display: inline-block;
  vertical-align: middle;
}

.offers-item-image a {
  height: 100%;
  width: 100%;
  display: inline-block;
  padding-top: 58px;
}

.offers-item-title {
  padding: 0 20px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.offers-item-title a {
  display: inline-block;
  vertical-align: top;
  color: #0d0d0d;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.offers-item-title a:hover {
  color: #5dbb53;
}

.offers-item-favorite a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 25px;
  margin: 1.9em;
  z-index: 9;
  width: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/fav-gray.svg);
}

.offers-item-favorite a:hover,
.offers-item-favorite a.active {
  /* background-image: url(../img/fav-act.png); */
}

.offers-item-favorite.active a {
  background-image: url(../img/icons/fav-act.svg);
}

.offers-item-marks {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 2;
}

.offers-item-marks-yellow {
  background: #ffc648;
}

.offers-item-marks-red {
  background: #FF2C17;
}

.offers-item-marks-green,
.offers-item-marks-red,
.offers-item-marks-yellow {
  margin-bottom: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 34px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.offers-item-marks-green {
  background: #5dbb53;
}

.b-offers .offers-item-razdel {
  min-height: 2.7em;
}

.offers-item-razdel {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
  padding: 0 20px;
  margin-bottom: 4px;
}

.offers-item-kod {
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  color: #a6a6a6;
  padding: 0 20px;
  margin-bottom: 10px;
}

.offers-item-price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #8c8c8c;
  padding: 0 20px;
  margin-bottom: 15px;
  position: absolute;
  bottom: 70px;
}

.offers-item-price span {
  color: #000;
}

.offers-item-control {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  bottom: 1em;
}

.offers-item-control:after {
  content: '';
  display: table;
  clear: both;
}

.offers-item-control .product-desc-right-tools {
  float: left;
}

.product-desc-right-tools-count {
  width: 100px;
  height: 55px;
  position: relative;
  border-radius: 27px;
  overflow: hidden;
  font-size: 16px;
}

@media (max-width: 767px) {
  .product-right .product-desc-right-tools-count {
    margin: 0;
    max-width: 190px;
    width: 50%;
  }
}

.product-desc-right-tools-count input {
  font-weight: 700;
  padding-left: 30px;
  background: #eee;
  border: none;
  border-radius: 27px;
  height: 100%;
  width: 100%;
}

.product-desc-right-tools-count-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .cabinet-section.cart .left .count input {
    width: 100% !important;
  }
  .product-desc-right-tools-count input {
    text-align: center;
    padding: 0;
  }
  .product-desc-right-tools-count-wrap {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 230px;
  }
  .product-desc-right-tools-count-plus {
    padding: 29px;
    display: inline-flex;
    order: 2;
    background-image: unset!important;
    background-image: none!important;
  }
  .product-desc-right-tools-count-plus:after {
    content: '\002b';
    display: inline-flex;
    align-items: center;
    font-weight: 800;
    font-size: 21px;
  }
  .product-desc-right-tools-count-minus {
    padding: 29px;
    display: inline-flex;
    order: 1;
    background-image: unset!important;
    background-image: none!important;
  }
  .product-desc-right-tools-count-minus:after {
    content: '\2212';
    display: inline-flex;
    align-items: center;
    font-weight: 800;
    font-size: 21px;
  }
  .product-desc-right-tools-count-plus:hover,
  .product-desc-right-tools-count-minus:hover {
    opacity: 1!important;
  }
  .product-desc-right-tools-count {
    width: 150px;
  }
}

@media (max-width: 449px) {
  .product-desc-right-tools-count-wrap {
    max-width: 100%;
  }
}

.product-desc-right-tools-count-plus,
.product-desc-right-tools-count-minus {
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.product-desc-right-tools-count-plus {
  background-image: url(../img/icons/up.svg);
  background-position: center;
  /* margin-top: 5px; */
}

.product-desc-right-tools-count-minus {
  background-image: url(../img/icons/up.svg);
  transform: rotate(180deg);
  background-position: center;
  /* margin-bottom: 5px; */
}

.product-desc-right-tools-count-plus:hover,
.product-desc-right-tools-count-minus:hover {
  opacity: 0.5;
}

.product-desc-right-tools-cart {
  float: right;
}

.product-desc-right-tools-cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  border-radius: 27px;
  background-color: #5dbb53;
  /* background: #5dbb53 url(../img/cart-w.png) no-repeat center center; */
  color: #fff;
  width: 70px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 8px 10px 15px rgba(46, 45, 45, 0.1);
  box-shadow: 8px 10px 15px rgba(46, 45, 45, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.product-desc-right-tools-cart a i.cart-ico_white {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url(../img/icons/cart-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.product-desc-right-tools-cart.active a {
  background: #5dbb53 url(../img/tick-f.png) no-repeat center center;
  background-size: 35%;
}

.product-desc-right-tools-cart a:hover {
  -webkit-box-shadow: 4px 5px 10px rgba(46, 45, 45, 0.3);
  box-shadow: 4px 5px 10px rgba(46, 45, 45, 0.3);
}

@media (max-width: 1829px) {
  .offers-box>div {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .offers-box>div {
    float: left;
    width: 50%;
    padding: 0 15px;
  }
  .b-offers .nav-tabs>li {
    margin-right: 15px;
  }
  .offers-title {
    font-size: 30px;
    line-height: 40px;
  }
  .b-offers .nav-tabs {
    border-bottom: 0;
    float: right;
    padding-top: 5px;
  }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  .b-offers {
    padding: 50px 0 20px;
  }
  .offers-box>div {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .offers-title {
    font-size: 20px;
    line-height: 24px;
    float: none;
  }
  .b-offers .nav-tabs {
    border-bottom: 0;
    float: none;
    padding-top: 15px;
  }
  .b-offers .nav-tabs>li>a {
    font-size: 12px;
    line-height: 16px;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-PROCESS~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-process {
  min-height: 697px;
  padding: 180px 0 50px;
  background: url(../img/process-bg.jpg) no-repeat center top;
}

.process-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #1e1d1d;
  text-align: left;
  margin-bottom: 70px;
}

.process-box {
  position: relative;
}

.process-box:after {
  content: '';
  display: table;
  clear: both;
}

.process-item {
  float: left;
  padding-left: 50px;
  position: relative;
}

.process-item-img {
  height: 80px;
  line-height: 80px;
  margin-bottom: 20px;
}

.process-item-img>img {
  display: inline-block;
  vertical-align: bottom;
  max-height: 80px;
}

.process-item-numb {
  border-radius: 50%;
  border: 2px solid #5dbb53;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #1e1d1d;
  font-size: 20px;
  line-height: 36px;
  margin-top: 10px;
  position: absolute;
  left: 0;
  top: 80px;
}

.process-item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1e1d1d;
  margin-bottom: 10px;
}

.process-item-text {
  font-size: 16px;
  color: #1e1d1d;
  line-height: 1.2;
  max-width: 210px;
}

.process-item-1 {
  width: 22%;
}

.process-item-4 {
  width: 19%;
}

.process-item-5 {
  width: 15%;
}

.process-item:not(:last-child):after {
  content: url(../img/arrow.png);
  position: absolute;
  right: 24px;
  top: 100px;
}

@media (max-width: 1829px) {
  .b-process {
    min-height: 700px;
    padding: 75px 0 50px;
    background: url(../img/process-bg.jpg) no-repeat center top;
  }
  .process-item-1 {
    width: 25%;
    margin-bottom: 75px;
  }
  .process-item-4 {
    width: 25%;
    margin-bottom: 75px;
  }
  .process-item-5 {
    width: 25%;
    margin-left: 37.5%;
  }
  .process-box>.process-item-4:after {
    content: url(../img/arrow-l.png);
    position: absolute;
    right: -10px;
    top: 113px;
  }
}

@media (max-width: 1199px) {
  .process-item {
    padding-right: 15px;
  }
  .process-item-1 {
    width: 50%;
    margin-bottom: 30px;
  }
  .process-item-4 {
    width: 50%;
    margin-bottom: 30px;
  }
  .process-item-5 {
    width: 50%;
    margin-left: 25%;
  }
  .process-item:not(:last-child):after,
  .process-box>.process-item-4:after {
    content: none;
  }
  .process-item-text {
    max-width: 100%;
  }
  .process-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 50px;
  }
  .process-item-img>img {
    display: inline-block;
    vertical-align: bottom;
    max-height: 55px;
  }
}

@media (max-width: 991px) {
  .process-item-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .process-item-text {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .process-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .process-item {
    float: none;
    padding-left: 50px;
    position: relative;
  }
  .process-item-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .process-item-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .process-item-5 {
    width: 100%;
    margin-left: 0;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-BLOG~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-blog {
  padding: 50px 0 40px;
  background: #f5f5f5;
}

.blog-title {
  color: #1e1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 25px;
}

.brands-title,
.blog-title {
  flex-direction: column;
  align-items: start;
}

.blog-title a span {
  margin-left: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 5px;
  text-transform: uppercase;
  color: #a3a3a3;
  font-size: 14px;
  line-height: 18px;
}

.blog-title a:hover {
  color: #5dbb53;
}

.blog-box {
  position: relative;
  margin: 0 -15px;
}

.blog-box:after {
  content: '';
  display: table;
  clear: both;
}

.blog-box>div {
  float: left;
  width: 25%;
  padding: 15px 15px;
}

.blog-item {
  background: #fff;
  position: relative;
  display: block;
}

.blog-item-image {
  height: 250px;
  width: 100%;
}

.blog-item-image>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item-content {
  padding: 15px;
}

.blog-item-content-product {
  margin-bottom: 15px;
}

.blog-item-content-product a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  color: #5dbb53;
  text-align: left;
  padding: 3px 8px;
  border-radius: 5px;
  border: 1px solid #5dbb53;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.blog-item-content-product a:hover {
  background: #5dbb53;
  color: #fff;
}

.blog-item-content-title {
  margin-bottom: 20px;
}

.blog-item-content-title a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  color: #0d0d0d;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.blog-item-content-title a:hover {
  color: #5dbb53;
}

.blog-item-content-date {
  color: #909090;
  font-size: 14px;
  line-height: 18px;
}

.blog-button {
  text-align: center;
  margin-top: 25px;
}

.blog-button a {
  display: inline-block;
  vertical-align: top;
  color: #5dbb53;
  text-align: center;
  padding: 15px 35px;
  border: 2px solid #5dbb53;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 26px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.blog-button a:hover {
  background: #5dbb53;
  color: #fff;
}

@media (max-width: 1829px) {
  .blog-item-content-title a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .blog-box>div {
    float: left;
    width: 50%;
    padding: 15px 15px;
  }
}

@media (max-width: 991px) {
  .blog-title {
    font-size: 30px;
    line-height: 34px;
  }
  .blog-title a {
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  .blog-title {
    font-size: 20px;
    line-height: 24px;
  }
  .blog-box>div {
    float: none;
    width: 100%;
    padding: 15px 0px;
  }
  .blog-box {
    position: relative;
    margin: 0px;
  }
  .blog-title a {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }
  .blog-item-content-product a {
    font-size: 12px;
  }
  .blog-item-content-title a {
    font-size: 14px;
  }
  .blog-button a {
    font-size: 12px;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-FORM~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-section .items .item-wrap .item .item-title-more:after {
  top: 5px!important;
}

.b-form {
  background-color: #fff;
}

.form-title {
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  color: #1e1d1d;
  font-weight: 700;
  margin-bottom: 25px;
  margin-left: 330px;
}

.form-text {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 30px;
  margin-left: 330px;
}

.form-wrap {
  max-width: 610px;
  width: 100%;
  margin-left: 330px;
}

.form-wrap .form-group {
  margin-bottom: 23px;
}

.form-group-double {
  position: relative;
  margin: 0 -13px;
}

.form-group-double:after {
  content: '';
  display: table;
  clear: both;
}

.form-group .bx-soa-customer-textarea {
  height: 70px!important;
}

.form-group-double>.form-group {
  float: left;
  width: 50%;
  padding: 0 13px;
}

.form-group .form-control {
  background-color: #fff;
  border: 1px solid #00bc49;
  height: 40px;
  overflow: hidden;
}

.form-wrap .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 13px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #1f1f1f;
  background-color: #fff;
  background-image: none;
  border: 2px solid #00bc49;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-wrap input.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #1f1f1f;
  transition: opacity 0.3s ease;
}

.form-wrap input.form-control::-moz-placeholder {
  opacity: 1;
  color: #1f1f1f;
  transition: opacity 0.3s ease;
}

.form-wrap input.form-control:-moz-placeholder {
  opacity: 1;
  color: #1f1f1f;
  transition: opacity 0.3s ease;
}

.form-wrap input.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #1f1f1f;
  transition: opacity 0.3s ease;
}

.form-wrap input.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-wrap input.form-control:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-wrap input.form-control:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-wrap input.form-control:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-wrap textarea.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #1f1f1f;
  transition: opacity 0.3s ease;
}

.form-wrap textarea.form-control::-moz-placeholder {
  opacity: 1;
  color: #1f1f1f;
  transition: opacity 0.3s ease;
}

.form-wrap textarea.form-control:-moz-placeholder {
  opacity: 1;
  color: #1f1f1f;
  transition: opacity 0.3s ease;
}

.form-wrap textarea.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #1f1f1f;
  transition: opacity 0.3s ease;
}

.form-wrap textarea.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-wrap textarea.form-control:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-wrap textarea.form-control:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-wrap textarea.form-control:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-wrap textarea.form-control {
  height: 48px;
  min-height: 48px;
  max-height: 150px;
  resize: vertical;
}

.form-wrap .form-group-btn .btn {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 27px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 18px;
  border: none;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5517), to(#ff0016));
  background: -webkit-linear-gradient(top, #ff5517, #ff0016);
  background: -o-linear-gradient(top, #ff5517, #ff0016);
  background: linear-gradient(to bottom, #ff5517, #ff0016);
  -webkit-box-shadow: 4px 5px 20px rgba(255, 0, 0, 0.4);
  box-shadow: 4px 5px 20px rgba(255, 0, 0, 0.4);
  padding: 17px 64px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.form-wrap .form-group-btn .btn:hover {
  -webkit-box-shadow: 4px 5px 5px rgba(255, 0, 0, 0.4);
  box-shadow: 4px 5px 5px rgba(255, 0, 0, 0.4);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.b-form-box {
  background: url('../img/form-bg.jpg') no-repeat 1020px center;
  padding: 50px 0 100px;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"]:checked+label,
input[type="checkbox"]:not(:checked)+label,
input[type="radio"]:checked+label,
input[type="radio"]:not(:checked)+label {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  font-size: 14px;
  font-style: italic;
  color: #1f1f1f;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  margin: 0;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before,
input[type="radio"]:checked+label:before,
input[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  border: 2px solid #00bc49;
  background-color: #ffffff;
}

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:not(:checked)+label:before {
  border-radius: 5px;
}

input[type="radio"]:checked+label:before,
input[type="radio"]:not(:checked)+label:before {
  border-radius: 100%;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after,
input[type="radio"]:checked+label:after,
input[type="radio"]:not(:checked)+label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:not(:checked)+label:after {
  left: 8px;
  top: 10px;
  width: 14px;
  height: 8px;
  border-radius: 1px;
  border-left: 4px solid #00bc49;
  border-bottom: 4px solid #00bc49;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type="radio"]:checked+label:after,
input[type="radio"]:not(:checked)+label:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #e145a3;
}

input[type="checkbox"]:not(:checked)+label:after,
input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
}

input[type="checkbox"]:checked+label:after,
input[type="radio"]:checked+label:after {
  opacity: 1;
}

@media (max-width: 1829px) {
  .form-title {
    margin-left: 0px;
  }
  .form-text {
    margin-left: 0px;
  }
  .form-wrap {
    max-width: 600px;
    width: 100%;
    margin-left: 0px;
  }
  .b-form-box {
    background: url(../img/form-bg.jpg) no-repeat right -50px center;
    padding: 50px 0 100px;
  }
}

@media (max-width: 1199px) {
  .b-form-box {
    background: url(../img/form-bg.jpg) no-repeat right -50px center;
    background-size: 50%;
    padding: 50px 0 100px;
  }
}

@media (max-width: 991px) {
  .b-form-box {
    background: url(../img/form-bg.jpg) no-repeat right center;
    background-size: 50%;
    padding: 50px 0 100px;
  }
  .form-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .b-form-box {
    background: url(../img/form-bg.jpg) no-repeat right center;
    background-size: 50%;
    padding: 50px 0 60px;
  }
  .form-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .form-text {
    font-size: 14px;
    line-height: 20px;
  }
  .form-group-double {
    position: relative;
    margin: 0px;
  }
  .form-group-double>.form-group {
    float: none;
    width: 100%;
    padding: 0px;
  }
  input[type="checkbox"]:checked+label,
  input[type="checkbox"]:not(:checked)+label,
  input[type="radio"]:checked+label,
  input[type="radio"]:not(:checked)+label {
    display: inline-block;
    position: relative;
    padding-left: 45px;
    font-size: 13px;
    font-style: italic;
    color: #1f1f1f;
    font-weight: 400;
    line-height: 15px;
    cursor: pointer;
    margin: 0;
    max-width: 290px;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-BREAD~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumbs {
  background: #f5f5f5;
}

.breadcrumb {
  padding: 0px;
  padding-top: 25px;
  padding-bottom: 20px;
  /* padding-top: 35px;
    padding-bottom: 60px; */
  margin-bottom: 0px;
  list-style: none;
  background: transparent;
  border-radius: 0px;
}

.breadcrumb>li {
  color: #818181;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 5px;
}

.breadcrumb>li>a {
  color: #818181;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.breadcrumb>li>a:hover {
  color: #5dbb53;
}

.breadcrumb>li+li:before {
  padding: 0 10px;
  color: #818181;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  content: "/\00a0";
}

.page-services .b-services {
  padding-top: 0;
}

@media (max-width: 1829px) {}

@media (max-width: 1199px) {
  .breadcrumb {
    padding: 0px;
    padding-bottom: 25px;
    padding-top: 35px;
  }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 20px;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-MASTERS~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-masters {
  background: #f5f5f5;
  padding: 50px 0 60px;
}

.masters-title {
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  color: #1e1d1d;
  font-weight: 700;
  margin-bottom: 25px;
}

.masters-box {
  position: relative;
  margin: 0 -15px;
}

.masters-box:after {
  content: '';
  display: table;
  clear: both;
}

.masters-box>div {
  float: left;
  width: 25%;
  padding: 15px 15px;
}

.masters-item {
  background: #fff;
  padding: 30px 15px;
  text-align: center;
}

.masters-item-image {
  height: 185px;
  width: 185px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}

.masters-item-image img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masters-item-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #151515;
  margin-bottom: 4px;
}

.masters-item-post {
  color: #939393;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}

.masters-item-text {
  font-size: 16px;
  color: #151515;
  line-height: 1.4;
  margin-bottom: 30px;
}

.masters-item-link a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border-bottom: 1px solid #5dbb53;
  color: #5dbb53;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: 700;
}

.masters-item-link a:hover {
  border-color: transparent;
}

@media (max-width: 1829px) {
  .masters-box>div {
    float: left;
    width: 33.3333%;
    padding: 15px 15px;
  }
}

@media (max-width: 1199px) {
  .masters-box>div {
    float: left;
    width: 50%;
    padding: 15px 15px;
  }
}

@media (max-width: 991px) {
  .masters-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .masters-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .masters-box {
    position: relative;
    margin: 0px;
  }
  .masters-box>div {
    float: none;
    width: 100%;
    padding: 15px 0px;
  }
  .masters-item-name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .masters-item-text {
    font-size: 14px;
    color: #151515;
    line-height: 1.4;
    margin-bottom: 24px;
  }
  .masters-item-link a {
    font-size: 12px;
    line-height: 16px;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-SERVICE~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-service {
  background-color: #f5f5f5;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  /*padding-bottom: 3em;*/
}

.service-content {
  margin-top: 30px;
  padding-bottom: 0;
}

.service-content-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #232322;
  margin-bottom: 20px;
}

.service-content-text {
  font-size: 16px;
  line-height: 20px;
  color: #232322;
  margin-bottom: 55px;
}

.service-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.b-service.b-service_theme-white {
  padding-bo/*ttom: 130px;
    background-*/
  size: contain;
}

.b-service_theme-white .service-content {
  /*max-width: 470px;*/
}

.b-service_theme-white .service-content-title,
.b-service_theme-white .service-content-text,
.b-service_theme-white .service-content-item-text,
.b-service_theme-white .breadcrumb>li,
.b-service_theme-white .breadcrumb>li>a,
.b-service_theme-white .breadcrumb>li+li:before,
.b-service_theme-white .service-content-wrap {
  /*color: white;*/
}

.b-service_theme-white .service-content .main-slider-item-fire {
  /*margin: 0;
        position: relative;
    bottom: -9em;*/
}

@media(max-width:1199px) {
  .b-service {
    padding-bottom: 0;
  }
  .service-content-item {
    text-align: center;
    min-width: 145px;
    margin-bottom: 40px;
  }
  .service-content-item:nth-child(2) {
    margin-right: calc(100% - 330px) !important;
  }
  .service-content-wrap {
    flex-wrap: wrap;
  }
  .service-content-title {
    font-size: 29px;
  }
}

.service-content-item:not(:last-child) {
  margin-right: 40px;
}

.service-content-item-icon {
  margin-bottom: 10px;
  height: 50px;
  width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-content-item-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.service-content-item-text {
  color: #232322;
  font-size: 16px;
  line-height: 1.4;
}

.service-content-item-text span {
  font-weight: 700;
}

.b-pricelist {
  background: #f5f5f5;
  padding: 30px 0 40px;
}

.pricelist-title {
  font-size: 36px;
  line-height: 40px;
  text-align: left;
  color: #1e1d1d;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricelist-table {
  margin-bottom: 20px;
}

.pricelist-table-item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 25px;
  font-size: 16px;
  font-weight: 700;
}

.pricelist-table-item:not(:last-child) {
  margin-bottom: 15px;
}

.pricelist-table-item:first-child {
  color: #ff3c3c;
}

.pricelist-table-item-left {
  margin-right: 15px;
}

.pricelist-table-item-right {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricelist-table-item:first-child .pricelist-table-item-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pricelist-button {
  text-align: center;
}

.pricelist-button a {
  display: inline-block;
  vertical-align: top;
  color: #5dbb53;
  text-align: center;
  padding: 15px 35px;
  border: 2px solid #5dbb53;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 26px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.pricelist-button a:hover {
  background: #5dbb53;
  color: #fff;
}

.b-reasons {
  background: #fff;
  padding: 60px 0 25px;
}

.reasons-wrap {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
}

.reasons-wrap:after {
  content: '';
  display: table;
  clear: both;
}

.reasons-wrap-left {
  width: 60%;
  float: left;
}

.reasons-wrap-right {
  width: 40%;
  float: left;
  position: relative;
  min-height: 525px;
}

.reasons-title {
  font-size: 36px;
  text-align: left;
  color: #1e1d1d;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 60px;
}

.reasons-text {
  color: #232322;
  font-size: 16px;
  line-height: 1.3;
  max-width: 500px;
}

.reasons-wrap-right img {
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  margin-top: 15px;
  max-width: none;
}

.small-text {
  padding-top: 4px;
  display: block;
  font-weight: 300 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

@media (max-width: 1829px) {}

@media (max-width: 1199px) {
  .reasons-wrap-left {
    width: 40%;
    float: left;
  }
  .reasons-wrap-right {
    width: 60%;
    float: left;
    position: relative;
    min-height: 525px;
  }
  .reasons-wrap-right img {
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    margin-top: 15px;
    max-width: 111%;
  }
}

@media (max-width: 991px) {
  .reasons-wrap-left {
    width: 100%;
    float: none;
  }
  .reasons-wrap-right {
    width: 100%;
    float: none;
    position: relative;
    min-height: 525px;
  }
  .reasons-wrap-right img {
    display: block;
    position: static;
    top: auto;
    right: auto;
    margin-top: 15px;
    max-width: 100%;
  }
  .reasons-text {
    color: #232322;
    font-size: 16px;
    line-height: 1.3;
    max-width: 100%;
  }
  .reasons-title {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .reasons-wrap-right {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .service-content-item:nth-child(2) {
    margin-right: 0!important;
  }
  .service-content-title {
    font-size: 20px;
    line-height: 24px;
  }
  .b-service {
    background-position: center top;
  }
  .service-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    /* flex-direction: column; */
  }
  .service-content-item:not(:last-child) {
    margin-right: 12px;
    margin-bottom: 30px;
  }
  .pricelist-title {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #1e1d1d;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .pricelist-table-item {
    font-size: 12px;
  }
  .pricelist-table-item-right {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
  }
  .pricelist-table-item {
    padding: 13px 15px;
  }
  .service-content {
    margin-top: 0!important;
    padding-bottom: 50px;
  }
  .page-services .main-slider-item-fire {
    width: auto;
  }
  .reasons-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .reasons-text {
    color: #232322;
    font-size: 14px;
    line-height: 1.3;
    max-width: 100%;
  }
  .small-text {
    padding-top: 4px;
    display: block;
    font-weight: 300 !important;
    font-size: 12px !important;
    text-decoration: none !important;
  }
}

@media (max-width: 600px) {
  .b-service {
    background-position: top left;
  }
  .service-content-wrap {
    justify-content: center;
  }
  .service-content-item:nth-child(2) {
    margin-right: 15px !important;
  }
}

@media (max-width: 360px) {
  .service-content-wrap {
    flex-direction: column;
  }
  .service-content-item {
    margin-right: 0 !important;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~BLOCK-ABOUT~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-about {
  background: #fff;
  padding: 0px 0 25px;
}

.about-title {
  font-size: 36px;
  text-align: left;
  color: #1e1d1d;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 60px;
}

.about-wrap {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
}

.about-wrap:after {
  content: '';
  display: table;
  clear: both;
}

.about-wrap-left {
  float: left;
  width: 50%;
  padding-right: 15px;
}

.about-wrap-right {
  float: left;
  width: 50%;
  padding-left: 15px;
}

.about-text {
  color: #232322;
  font-size: 15px;
  line-height: 24px;
}

.about-text p {
  margin-bottom: 15px;
}

@media (max-width: 1829px) {
  .about-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .about-text {
    color: #232322;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .about-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .about-wrap-left {
    float: none;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .about-wrap-right {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .about-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~BLOCK-CONTACTS~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.contacts-box {
  position: relative;
}

.contacts-box:after {
  content: '';
  display: table;
  clear: both;
}

.contacts-left {
  width: 37%;
  float: left;
  padding-right: 40px;
}

.contacts-right {
  width: 63%;
  float: left;
}

.contacts-title {
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
  color: #1e1d1d;
  font-weight: 700;
  margin-bottom: 50px;
}

.contacts-line {
  position: relative;
  margin-bottom: 20px;
  padding-left: 44px;
  color: #232322;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}

.contacts-line>a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #232322;
}

.contacts-line>a:hover {
  color: #5dbb53;
}

.contacts-line>span {
  font-weight: 700;
}

.contacts-icon {
  width: 31px;
  height: 31px;
  line-height: 31px;
  position: absolute;
  left: 0;
  top: -6px;
}

.contacts-icon>img {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 30px;
}

.contacts-map {
  height: 670px;
  margin-bottom: 10px;
}

.contacts-img>img {
  display: block;
  width: 100%;
}

.contacts-feedback-ico {
  width: 29px;
  height: 29px;
  display: inline-block;
}

.contacts-soc {
  margin-bottom: 1em;
}

.contacts-soc>span {
  color: #232322;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.contacts-soc>div>a {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.contacts-soc>div>a:hover {
  opacity: 0.75;
}

.contacts-soc>div>a img {
  display: block;
  width: 30px;
  height: 30px;
}

.contacts-soc_footer {
  padding: 1em 0;
  max-width: 200px;
  margin-top: 1em;
}

.contacts-soc_footer>span {
  font-size: 14px;
  color: white;
}

.b-warranty {
  background: url(../img/warranty-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 60px;
}

.warranty-title {
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
  color: #1e1d1d;
  font-weight: 700;
  margin-bottom: 40px;
}

.warranty-text {
  max-width: 66%;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 60px;
}

.warranty-button a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 27px;
  text-align: center;
  font-size: 14px;
  border: none;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5517), to(#ff0016));
  background: linear-gradient(to bottom, #ff5517, #ff0016);
  -webkit-box-shadow: 4px 5px 20px rgba(255, 0, 0, 0.4);
  box-shadow: 4px 5px 20px rgba(255, 0, 0, 0.4);
  padding: 15px 60px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.warranty-button a:hover {
  -webkit-box-shadow: 4px 5px 5px rgba(255, 0, 0, 0.4);
  box-shadow: 4px 5px 5px rgba(255, 0, 0, 0.4);
}

.warranty-man {
  position: absolute;
  bottom: -60px;
  right: -40px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 1829px) {}

@media (max-width: 1199px) {
  .contacts-left {
    width: 37%;
    float: left;
    padding-right: 30px;
  }
  .contacts-line {
    position: relative;
    margin-bottom: 20px;
    padding-left: 38px;
    color: #232322;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
  }
  .warranty-man {
    position: absolute;
    bottom: -60px;
    right: -15px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 280px;
  }
}

@media (max-width: 991px) {
  .contacts-left {
    width: 100%;
    float: none;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .contacts-right {
    width: 100%;
    float: none;
  }
  .contacts-title {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .warranty-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .contacts-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .warranty-man {
    display: none;
  }
  .warranty-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .warranty-text {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 40px;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-PRODUCT~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-product {
  background: #fff;
  padding-bottom: 80px;
}

.product-title {
  margin-top: .5em;
  margin-bottom: 40px;
  font-size: 36px;
  text-align: left;
  color: #282827;
  font-weight: 700;
  line-height: 1.3;
}

.product-btns {
  position: relative;
  margin-bottom: 40px;
}

.product-btns:after {
  content: '';
  display: table;
  clear: both;
}

.product-buttons-back {
  float: left;
}

.product-buttons-back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5dbb53;
  text-align: center;
  padding: 0 35px;
  border: 2px solid #5dbb53;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  height: 52px;
  border-radius: 26px;
  position: relative;
}

.product-buttons-back a:before {
  display: block;
  content: '';
  background: url(../img/back.png) no-repeat center center;
  margin-right: 10px;
  width: 5px;
  height: 9px;
  top: 1px;
  position: relative;
}

.product-buttons-back a:hover {
  background: #5dbb53;
  color: #fff;
}

.product-buttons-back a:hover:before {
  background: url(../img/back-w.png) no-repeat center center;
}

.product-buttons-print {
  float: right;
}

.product-buttons-print a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5dbb53;
  text-align: center;
  padding: 0 35px;
  border: 2px solid #5dbb53;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  height: 52px;
  border-radius: 26px;
  position: relative;
}

.product-buttons-print a:after {
  content: url(../img/print.png);
  margin-left: 10px;
  width: 32px;
  display: block;
  height: 26px;
}

.product-buttons-print a:hover {
  background: #5dbb53;
  color: #fff;
}

.product-buttons-print a:hover:after {
  content: url(../img/print-w.png);
}

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

.product-box:after {
  content: '';
  display: table;
  clear: both;
}

.product-left {
  float: left;
  width: 41%;
  overflow: hidden;
  padding-right: 2px;
}

.product-right {
  float: left;
  width: 59%;
  padding-left: 80px;
}

.product-slider-for-box {
  margin-bottom: 20px;
}

.product-slider-for .slick-slide img {
  display: block;
  margin: 0 auto;
}

.product-slider-nav-box {
  margin: 0 -10px;
}

.product-slider-nav .slick-slide {
  padding: 0 10px;
}

.product-slider-nav .slick-slide img {
  border: 2px solid transparent;
  -webkit-transition: color 0.4s, border-color 0.4s;
  -o-transition: color 0.4s, border-color 0.4s;
  -moz-transition: color 0.4s, border-color 0.4s;
  transition: color 0.4s, border-color 0.4s;
  cursor: pointer;
}

.product-slider-nav .slick-slide.slick-current img,
.product-slider-nav .slick-slide:hover img {
  border-color: #5dbb53;
}

.product-desc-right-stock {
  margin-bottom: 30px;
  color: #5dbb53;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.product-desc-right-stock:before {
  content: url(../img/check.png);
  margin-right: 10px;
}

.product-desc-right-price {
  font-weight: 700;
  color: #232322;
  font-size: 30px;
  line-height: 34px;
}

.product-desc-right-props {
  margin-bottom: 30px;
}

.product-desc-right-props ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product-desc-right-props ul li {
  list-style: none;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.product-desc-right-props ul li span {
  font-weight: 700;
}

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

.product-right .product-desc-right-tools-cart a {
  height: 55px;
  width: 190px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 27px;
  background: #5dbb53;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  /* padding: 0 30px; */
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 8px 10px 15px rgba(46, 45, 45, 0.1);
  box-shadow: 8px 10px 15px rgba(46, 45, 45, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.product-right .product-desc-right-tools-cart a:before {
  content: url(../img/icons/cart-w.svg);
  margin-right: 15px;
  width: 22px;
  height: 22px;
}
.product-right .product-desc-right-tools-cart a.in-cart::before {
  content: url('../img/tick-f.png');
}

.product-right .product-desc-right-tools-cart a::before
.product-right .product-desc-right-tools-cart a:hover {
  -webkit-box-shadow: 4px 5px 10px rgba(46, 45, 45, 0.3);
  box-shadow: 4px 5px 10px rgba(46, 45, 45, 0.3);
}

.product-desc-right-tools-save a {
  background: #fb4;
  -webkit-box-shadow: 8px 10px 15px rgba(46, 45, 45, 0.1);
  box-shadow: 8px 10px 15px rgba(46, 45, 45, 0.1);
  padding: 0 35px;
  text-transform: uppercase;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  height: 55px;
  border-radius: 27px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.product-desc-right-tools-save a:hover {
  -webkit-box-shadow: 4px 5px 10px rgba(46, 45, 45, 0.3);
  box-shadow: 4px 5px 10px rgba(46, 45, 45, 0.3);
}

.product-desc-right-tools-fav a {
  position: relative;
  height: 25px;
  width: 25px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/fav-gray.svg);
}

.product-desc-right-tools-fav a:hover,
.product-desc-right-tools-fav.active a {
  background-image: url(../img/icons/fav-act.svg);
}

.product-desc-right-brands {
  margin-bottom: 20px;
}

.product-desc-right-brands-title {
  font-weight: 700;
  color: #232322;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}

.product-desc-right-brands-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-desc-right-brands-item {
  height: 30px;
  position: relative;
  margin-bottom: 20px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-desc-right-brands-item:not(:last-child) {
  margin-right: 40px;
}

.product-desc-right-brands-item img {
  display: block;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.product-desc-right-similar-title {
  font-weight: 700;
  font-size: 16px;
  color: #232322;
  line-height: 1.5;
}

.product-desc-right-similar-text {
  line-height: 1.5;
  font-size: 16px;
  color: #232322;
}

.nav-tabs {
  border-bottom: 1px solid #959595;
  margin-bottom: 40px;
}

.nav-tabs>li {
  float: left;
  margin-bottom: 0px;
  position: relative;
  display: block;
}

.nav-tabs>li:not(:last-child) {
  margin-right: 90px;
}

.nav-tabs>li>a {
  margin-right: 0px;
  line-height: 22px;
  border-radius: 0;
  position: relative;
  display: block;
  padding: 13px 0px;
  border: 0;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  color: #232322;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #5dbb53;
  background-color: #fff;
  border: 0;
  border-bottom: 2px solid #5dbb53;
}

.nav-tabs>li>a:hover {
  color: #5dbb53;
  border: 0;
  border-bottom: 2px solid #5dbb53;
  background: #fff;
}

.tab-content>.tab-pane {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.5em;
}

.tab-content>.tab-pane>p>b {
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: 18px;
}

.b-offers2 {
  background: #f5f5f5;
  padding: 60px 0 80px;
}

.b-offers2 .offers-title {
  float: none;
  margin-bottom: 30px;
}

@media (max-width: 1829px) {}

@media (max-width: 1199px) {
  .product-right {
    float: left;
    width: 59%;
    padding-left: 30px;
  }
  .product-title {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.3;
  }
  .product-desc-right-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .b-offers2 .product-desc-right-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0px;
    flex-wrap: wrap;
  }
  .product-desc-right-tools-count {
    margin-top: 0;
  }
  /*.product-desc-right-tools-count, */
  .product-desc-right-tools-cart {
    margin-bottom: 0;
    width: auto!important;
  }
  .product-desc-right-tools-cart {
    margin-bottom: 0;
  }
  .nav-tabs>li:not(:last-child) {
    margin-right: 30px;
  }
  .nav-tabs>li>a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .product-title {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.3;
  }
  .product-buttons-back a,
  .product-buttons-print a {
    padding: 0 15px;
  }
  .product-left {
    float: none;
    width: 100%;
    overflow: hidden;
    padding-right: 2px;
    margin-bottom: 30px;
  }
  .product-right {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-form-box2 .form-title {
  margin-bottom: 40px;
}

.b-form-box2 {
  padding: 50px 0 100px;
}

.b-form-box2 .form-wrap {
  max-width: 100%;
  width: 100%;
  margin-left: 0px;
}

.form-group-qvarta {
  position: relative;
  margin: 0 -13px;
}

.form-group-qvarta:after {
  content: '';
  display: table;
  clear: both;
}

.form-group-qvarta>.form-group {
  float: left;
  width: 25%;
  padding: 0 13px;
}

.b-form-box2 .check-item,
.b-form-box2 .form-group-btn {
  text-align: center;
}

.bootstrap-select .btn {
  width: 100%;
  height: auto;
  padding: 13px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #1f1f1f;
  background-color: #fff;
  background-image: none;
  border: 2px solid #00bc49;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cabinet-main-section .bootstrap-select .btn {
  border: none;
  background-color: #eceeef !important;
  max-width: 340px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default.focus,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select.open>.dropdown-toggle.btn-default {
  color: #1f1f1f;
  background-color: #fff;
  border-color: #00bc49;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  padding: 0px 0;
  margin: 2px 0 0;
}

.bootstrap-select .dropdown-menu>li>a {
  display: block;
  padding: 11px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #1f1f1f;
  font-weight: 400;
}

.bootstrap-select .dropdown-menu>.active>a,
.bootstrap-select .dropdown-menu>.active>a:hover,
.bootstrap-select .dropdown-menu>.active>a:focus {
  background-color: #f6f6f6;
  font-weight: 700;
  color: #1f1f1f;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
  background-color: transparent !important;
  color: #999 !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
}

@media (max-width: 1829px) {}

@media (max-width: 1199px) {
  .form-group-qvarta>.form-group {
    float: left;
    width: 50%;
    padding: 0 13px;
  }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  .form-group-qvarta>.form-group {
    float: none;
    width: 100%;
    padding: 0px;
  }
  .form-group-qvarta {
    position: relative;
    margin: 0px;
  }
  .form-wrap .form-group-btn .btn {
    padding: 17px 56px;
  }
  .b-form-box2 .check-item,
  .b-form-box2 .form-group-btn {
    text-align: left;
  }
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

@media (max-width: 1829px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~MODALS~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.modal-title {
  color: #1f1f1f;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.fancybox-content {
  width: 700px;
  padding-top: 65px !important;
  padding-bottom: 45px !important;
}

.fancybox-content {
  padding: 30px;
  border-radius: 3px;
  background: #fff;
  position: relative;
}

.close-modal {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.fancybox-close-small {
  display: none;
}

.modal-wind {
  display: none;
}

.fancybox-slide--html .modal-wind .fancybox-close-small {
  padding: 0px;
}

.modal-wind .fancybox-button {
  width: 30px;
  height: 30px;
}

.modal-wind.modal-wind-politic {
  width: 700px;
}

.modal-wind .input-check {
  display: none;
}

.modal-wind .check-label {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.modal-wind .check-label .box {
  display: inline-block;
  min-width: 29px;
  height: 29px;
  border-radius: 5px;
  border: 2px solid #00a651;
  background-color: #ffffff;
  margin-right: 15px;
  cursor: pointer;
}

.modal-wind .check-label input:checked~.box {
  background: url(../img/check.png) no-repeat center;
}

.modal-wind .check-label .box .text {
  color: #1f1f1f;
  font-size: 14px;
  font-style: italic;
  line-height: 34px;
}

.modal-wind .check-label {
  font-weight: 400;
}

.modal-wind .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 15px;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #424242;
  background-color: #fff;
  background-image: none;
  /* border: 0; */
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
}

.modal-wind .form-group {
  width: calc(50% - 13px);
}

.modal-wind .form-line .form-group+.form-group {
  margin-left: 26px;
}

.modal-wind .form-control {
  border-radius: 5px;
  border: 2px solid #00bc49;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.modal-wind .btn {
  display: block;
  width: 100%;
  padding: 17px 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #D3362D;
  border: 0px solid transparent;
  border-radius: 3px;
  -webkit-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

.modal-wind .btn {
  box-shadow: 3px 4px 20px 1px rgba(255, 0, 0, 0.39);
  border-radius: 26px;
  background-color: #ffbc35;
  background-image: linear-gradient(to top, #ff0016 0%, #ff5517 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  width: 275px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.form-line {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.modal-wind .btn:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(211, 54, 45, 0.7);
  box-shadow: 0 0 20px 0 rgba(211, 54, 45, 0.7);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

.modal-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.mod-text {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  margin-top: -8px;
}

@media (max-width: 767px) {
  .modal-wind {
    width: 100%;
  }
  .modal-wind.modal-wind-politic {
    width: 100%;
  }
  .modal-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
  .fancybox-content.modal-wind-politic {
    padding: 30px 15px;
  }
  .modal-wind .form-group {
    width: 100%;
  }
  .modal-wind .form-line .form-group+.form-group {
    margin-left: 0;
    margin-top: 15px;
  }
  .form-line {
    flex-wrap: wrap;
  }
  .modal-title {
    font-size: 28px;
  }
  .fancybox-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .close-modal {
    right: 15px;
    top: 20px;
  }
  .modal-wind .btn {
    width: 100%;
  }
}


/* ------------------------------------------- Kirill ------------------------------ */

.glob-title {
  color: #232322;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.glob-subtitle {
  color: #232322;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 28px;
}

.right-user .info {
  width: 100%;
}

.anons-section {
  padding-bottom: 50px;
}

.anons-section.category {
  padding-bottom: 110px;
}

.anons-section .content {
  display: flex;
}

.anons-section .content .left {
  max-width: 1100px;
  margin-right: 100px;
  width: 100%;
  color: #1e1d1d;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}

.anons-section .content .left .glob-title {
  display: block;
}

.anons-section .content .left .item {
  display: flex;
  margin-bottom: 30px;
}

.anons-section .content .left .item:last-child {
  margin-bottom: 10px;
}

.anons-section .content .left .user {
  max-width: 255px;
  min-width: 230px;
  border-radius: 5px;
  background-color: #f8f8f8;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.anons-section .content .left .user .img {
  width: 145px;
  height: 145px;
  margin-bottom: 35px;
}

.anons-section .content .left .user .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.img img {
  border-radius: 50%;
}

.anons-section .content .left .user .name {
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.anons-section .content .left .user .post {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 50px;
}

.anons-section .content .left .user .link {
  color: #5dbb53;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid #5dbb53;
  transition: .3s;
}

.anons-section .content .left .user .link:hover {
  opacity: .7;
}

.anons-section .content .left .info {
  flex: 1;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.anons-section .content .left .info .glob-subtitle {
  margin-bottom: 20px;
}

.anons-section .content .left .info .info-item+.info-item {
  margin-top: 50px;
}

.anons-section .content .left .info .text {
  color: #1e1d1d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.anons-section .content .left .info .text span+span {
  margin-top: 15px;
  display: inline-block;
}

.tag.button {
  background-color: #5dbb53;
  color: white!important;
  border-color: transparent!important;
  margin: 5px 0;
  padding: 7px!important;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}

.tags-more {
  height: 100%;
  transition: 750ms;
}

.tags-more.collapse {
  height: 0;
  transition: 750ms;
}

.tags .tag {
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #00bc49;
  color: #00bc49;
  font-size: 11px;
  font-weight: 500;
  transition: .3s;
  display: inline-block;
  outline: none;
}

.tags .tag:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .15);
}

.anons-section .content .left .green-btn {
  margin-bottom: 60px;
  margin-top: 10px;
}

.anons-section .content .right {
  max-width: 275px;
  width: 100%;
}

.right-user {
  border-radius: 5px;
  background-color: #f8f8f8;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  text-align: center;
}

.right-user .img {
  width: 145px;
  height: 145px;
  margin-bottom: 34px;
}

.right-user .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 34px;
}

.right-user .name {
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.right-user .post {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 28px;
}

.right-user .text {
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.anons-section.post .right-user .text {
  margin-bottom: 35px;
}

.anons-section.post .right .tags {
  margin-bottom: 50px;
}

.anons-section.post .green-btn {
  margin-top: 0;
}

.anons-section.post .info-line {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 15px;
}

.anons-section.post .info-line .date {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
}

.anons-section.post .info-line .name {
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
}

.anons-section.post .info-line .date .img {
  width: 29px;
  height: 29px;
}

.anons-section.post .info-line .date .img img {
  height: 100%;
  width: 100%;
}

.anons-section.post .info-line .img {
  margin-top: 0;
  margin-bottom: 0;
}

.anons-section.post p {
  color: #1e1d1d;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.anons-section.post .img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.anons-section .content .right .simple-input {
  width: 100%;
  position: relative;
}

.anons-section .content .right .simple-input:after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/icons/zoom+.svg) no-repeat center;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.anons-section .content .right .green-btn {
  margin-top: 10px;
  margin-bottom: 50px;
  border: none;
  width: 100%;
  text-align: center;
}

.anons-section .content .right.mob {
  display: none;
  order: -1;
}

.anons-section .content .right.mob {
  width: 100%;
  max-width: 100%;
}

.anons-section .content .right .items .item {
  margin-bottom: 35px;
}

.anons-section .content .right .items .item .title {
  color: #232322;
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 700;
}

.anons-section .content .right .items .item .text {
  color: #1e1d1d;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 17px;
}

.anons-section .content .mob-user {
  margin-top: 18px;
  display: none;
}

.anons-section .content .mob-user .link {
  color: #5dbb53;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid #5dbb53;
  transition: .3s;
}

.green-link {
  color: #5dbb53 !important;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  border-bottom: 1px solid #5dbb53;
  transition: .3s;
}

.green-link:hover {
  opacity: .6;
}

.anons-section .content .mob-user .line {
  display: flex;
  margin-top: 23px;
  margin-bottom: 12px;
  align-items: center;
}

.anons-section .content .mob-user .line .date {
  color: #909090;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
}

.anons-section .content .mob-user .line .img {
  width: 29px;
  height: 29px;
  margin-right: 12px;
  display: inline-block;
  align-self: center;
}

.anons-section .content .mob-user .line .img img {
  width: 100%;
  height: 100%;
}

.anons-section .content .right .simple-input input {
  width: 100%;
  padding: 15px;
  padding-right: 40px;
  border-radius: 5px;
  background-color: #eceeef;
  border: none;
  font-size: 14px;
  font-weight: 400;
}

.anons-section .content .right .simple-input input::placeholder {
  color: #a6a6a6;
}

.anons-section.category .content .left .user {
  display: none;
}

.anons-section.category .content .left .glob-subtitle.auth {
  display: none;
}

.anons-section.category .content .left .right-user {
  display: none;
}

.anons-section.category .content .left .info {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.anons-section.category .content .mob-user {
  display: block;
}

.btn-wrap {
  text-align: center;
}

.green-btn {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #5dbb53;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transition: .3s;
}

.green-btn:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .2);
}

@media (max-width:1199px) {
  .anons-section .content .right .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
  }
  .anons-section .content .right .green-btn {
    max-width: 100%;
    /* margin: 0 auto; */
    display: block;
  }
  .anons-section .content .right .items .item>* {
    max-width: 240px;
  }
  .anons-section .content .right .items .item {
    width: 50%;
    padding: 5px 25px;
  }
  .anons-section .content .right .items .item:last-child .anons-section.post .right-user .text {
    margin-bottom: 20px;
  }
  .anons-section.category .content .left .right-user {
    display: flex;
  }
  .anons-section.category .content .left .glob-subtitle.auth {
    display: block;
  }
  .right-user {
    margin-bottom: 40px;
    flex-direction: row;
    text-align: left;
  }
  .right-user .img {
    margin-right: 50px;
    margin-bottom: 0;
  }
  .right-user .post {
    margin-bottom: 20px;
  }
  .right-user .text {
    text-align: left;
    font-size: 14px !important;
  }
  .anons-section .content {
    flex-direction: column;
  }
  .anons-section .content .left {
    width: 100%;
    max-width: 100%;
  }
  .anons-section:not(.post) .content .right {
    display: none;
  }
  .anons-section .content .right {
    margin-top: 20px;
    max-width: 100%;
  }
  .anons-section .content .right.mob {
    display: block;
  }
  .anons-section .right.mob .acc-item:first-child .acc-content {
    max-width: 100%;
    text-align: right;
  }
  .anons-section .right.mob .acc-item:first-child .acc-content .green-btn {
    max-width: 275px;
    display: inline-block;
  }
  .anons-section .content .right .glob-title {
    display: inline-block;
  }
  .anons-section:not(.post) .content .left .glob-title {
    display: none;
  }
  .anons-section .content .left .user {
    display: none;
  }
  .anons-section .content .left .info {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .anons-section .content .left .info .info-item+.info-item {
    margin-top: 20px;
  }
  .anons-section .content .mob-user {
    display: block;
  }
  .glob-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .glob-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .anons-section .content .left .info .glob-subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .anons-section .content .left .item {
    margin-bottom: 10px;
  }
  .anons-section .content .left .green-btn {
    margin-bottom: 35px;
  }
  .anons-section.category {
    padding-bottom: 90px;
  }
}

@media (max-width:600px) {
  .b-service {
    background-image: none!important;
  }
  .right-user .img {
    margin-right: 25px;
  }
  .right-user {
    padding: 30px 25px;
  }
}

@media (max-width:500px) {
  .anons-section.post .right-user {
    flex-direction: column;
    text-align: center;
  }
  .anons-section.post .right-user .text {
    text-align: center;
    margin-bottom: 25px !important;
  }
  .anons-section .content .right .items .item {
    width: 100%;
  }
  .anons-section .content .right .items .item>* {
    max-width: 265px;
  }
}

@media (max-width:450px) {
  .right-user {
    flex-direction: column;
    text-align: center;
  }
  .right-user .img {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .right-user .text {
    text-align: center;
  }
}


/* Datepicker */

.datepicker {
  margin-bottom: 25px;
}

.table-condensed thead tr:first-child {
  border-radius: 5px;
  background-color: #eceeef;
}

.table-condensed thead tr:first-child th {
  padding: 15px 0 !important;
}

.table-condensed thead tr:first-child .prev .glyphicon,
.table-condensed thead tr:first-child .next .glyphicon {
  display: none;
}

.table-condensed thead tr:first-child .prev,
.table-condensed thead tr:first-child .next {
  position: relative;
}

.table-condensed thead tr:first-child .prev:before,
.table-condensed thead tr:first-child .next:before {
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.table-condensed thead tr:first-child .prev:before {
  background: url(../img/icons/up.svg) no-repeat center;
  transform: rotate(-90deg);
  background-size: contain;
  width: 10px;
  height: 10px;
  position: relative;
  left: 15px;
}

.table-condensed thead tr:first-child .next:before {
  background: url(../img/icons/up.svg) no-repeat center;
  transform: rotate(90deg);
  background-size: contain;
  width: 10px;
  height: 10px;
  position: relative;
  right: 15px;
}


/* .table-condensed .day.active {
    background: #5dbb53 !important;
    color: #fff;
} */

.table-condensed .day:not(.disabled) {
  background-color: #5dbb53;
  color: white;
  outline: 1px solid white;
}

.table-condensed .day:hover:not(.disabled) {
  color: black;
}

.table-condensed .day:active:not(.disabled),
.table-condensed .day:focus:not(.disabled) {
  background-color: #5dbb53;
  opacity: .7;
}

.table-condensed .day.today:before {
  display: none
}


/* Accordeon */

.anons-section .acc {
  margin-bottom: 60px;
}

.anons-section .acc-content {
  display: none;
}

.anons-section .acc-content.active {
  display: flex;
}

.anons-section .acc-item .acc-button {
  color: #232322;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  background-color: #f8f8f8;
  width: 100%;
  padding: 30px;
  padding-right: 55px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

@media(max-width:768px) {
  .anons-section .acc-item .acc-button {
    padding: 20px;
    padding-right: 50px;
  }
}

.anons-section .acc-item .acc-button:after {
  content: '';
  width: 9px;
  height: 6px;
  background: url('../img/arr-b.png');
  background-size: 100% 100%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.anons-section .acc-item .acc-button.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.anons-section .acc-item .acc-content {
  max-width: 275px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  flex-direction: column;
  margin: 0 auto;
}

.anons-section .acc-item:last-child .acc-content {
  width: 100%;
  max-width: 100%;
}

.anons-section .acc-item .acc-content .green-btn {
  margin-bottom: 0 !important;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 20px;
}

.pagination li {}

.pagination li:not(.dots-cont):hover>* {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .15);
  transform: translateY(-5px);
}

.pagination span.dots {
  cursor: default;
}

.pagination li+li {
  margin-left: 12px;
}

.pagination li>* {
  background: transparent !important;
  color: #151515 !important;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #00bc49 !important;
  transition: .3s;
  cursor: pointer;
}

.pagination li .dots {
  border: none !important;
  width: 30px;
}

.pagination li .next,
.pagination li .prev {
  margin: 0 25px;
}

.pagination li .unactive {
  border: 1px solid #dedede !important;
}

li .current {
  background: #00bc49 !important;
}

.pagination li .next img {
  padding-left: 3px;
}

.pagination li .prev img {
  padding-right: 3px;
}

@media (max-width:500px) {
  .pagination li .next,
  .pagination li .prev {
    margin: 0;
  }
  .pagination li+li {
    margin-left: 5px;
  }
  .pagination li>* {
    width: 35px;
    height: 35px;
  }
}

.museo-font {
  /* font-family: 'Museo'; */
}

.flex-wrapper {
  display: flex !important;
}

.cart-top {
  background-color: #f8f8f8;
  padding: 20px 0;
  padding-top: 1em !important;
  margin-top: -20px;
  margin-bottom: 50px;
}

.cart-top .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 25px; */
}

.cart-top .top .title {
  color: #151515;
  font-size: 24px;
  font-weight: 400;
}

.cart-top .top .button {
  border-radius: 21px;
  background-color: #5dbb53;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 50px;
  transition: .3s;
}

.cart-top .top .button:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .2);
}

.cart-top:not(.in-cart) {
  padding: 30px;
  padding-top: 30px !important;
}

.cart-top .flex-wrapper {
  align-items: center;
  position: relative;
}

.cart-top .title {
  color: #151515;
  font-size: 24px;
  font-weight: 600;
  margin-right: 55px;
  margin-bottom: -3px;
}

.cart-top.login .title {
  text-align: center !important;
  display: block;
  width: 100%;
}

.cart-top.login,
.cart-top.main {
  padding: 30px 0;
}

.cart-top .button {
  color: #39b54a;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 30px;
  padding-right: 40px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin-right: 20px;
}

.cart-top .text {
  color: #8e8d8d;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.cabinet-section.cart {
  padding-bottom: 100px;
}

@media (max-width:1199px) {
  .cabinet-section.cart {
    padding-bottom: 50px;
  }
}

.cabinet-section.cart .flex-wrapper {
  max-width: 1300px;
  display: block !important;
}

.cabinet-section.cart .left {
  width: calc(100% - 280px);
  margin-right: 80px;
}

.cabinet-section.cart .left,
.cabinet-section.cart .right {
  float: left;
}

.pers-val {
  font-weight: 700 !important;
}

.cabinet-section.completed .left {
  max-width: 1020px;
  width: 100%;
  flex: auto;
}

.cabinet-section.cart .cart-table {
  width: 100%;
}

.cart-table .product-desc-right-tools-count {
  justify-content: flex-end;
}


/*@media (max-width: 1199px) {*/

.cabinet-section.cart .left .row .img {
  display: inline-flex;
}

#basket-item-table .img img {
  object-fit: contain;
  width: 100%;
}


/*}*/

@media (max-width: 992px) {}

@media (max-width: 768px) {
  .cart-table .product-desc-right-tools-count input {
    width: initial;
  }
  .cabinet-section.cart .left .sum:before {
    /* margin-left: 45%;    */
  }
  .cabinet-section.cart .left .row {
    justify-content: space-between;
  }
  .cabinet-section.cart .left .row .info {
    max-width: 80%;
    /*min-width: initial!important;*/
  }
}

@media (max-width: 449px) {
  .cart-table .product-desc-right-tools-count input {
    width: 100%;
  }
}

.cabinet-section.completed .flex-wrapper.compl {
  flex-direction: column;
}

.cabinet-section.completed .flex-wrapper.compl:after {
  content: '';
  display: table;
  clear: both;
}

.cabinet-section.cart .left .row {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  justify-content: flex-start;
}

.cabinet-section.cart:not(.completed) .left .row:last-child {
  border-bottom: none;
  margin-top: 5px;
}

.cabinet-section.cart .left .titles-row {
  padding: 0;
}

.cabinet-section.cart .left .titles-row>* {
  align-self: center;
}

.cabinet-section.cart .left .titles-row>* {
  color: #6c6c6c !important;
  font-size: 14px;
  font-weight: 400 !important;
}

.cabinet-section.cart .left .titles-row>*:nth-child(1),
.cabinet-section.cart .left .titles-row>*:nth-child(2) {
  text-align: left;
}

.cabinet-section.cart .left .row>* {
  padding: 10px;
  text-align: center;
}

.cabinet-section.cart .left .row>*:first-child {
  padding-left: 0;
}

.cabinet-section.cart .left .row>*:last-child {
  padding-right: 0;
}

.cabinet-section.cart .left .row .img {
  max-width: 110px;
  margin-right: 35px;
  padding: 0;
}

.cabinet-section.cart .left .row .img img {
  cursor: pointer;
  object-fit: contain;
  border-radius: unset;
}

.cabinet-section.cart .left .row .img {
  width: 100%;
}

.cabinet-section.cart .left .row .info {
  flex: 1;
  text-align: left;
}

.cabinet-section.cart .left .row .info .text,
.cabinet-section.cart .left .row .info .article {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.cabinet-section.cart .left .row .info .feat {
  margin-top: 10px;
}

.cabinet-section.cart .left .row .info .feat>* {
  width: 43px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 4px;
}

.cabinet-section.cart .left .row .info .feat .hit {
  margin-bottom: 5px;
  background: #00bc49;
}

.cabinet-section.cart .left .row .info .feat .sale {
  background: #ffc648;
  margin-bottom: 5px;
}

.cabinet-section.cart .left .row .info .feat .new {
  background: #FF2C17;
  margin-bottom: 5px;
}

.cabinet-section.cart .left .count {
  min-width: 220px;
  display: flex;
  justify-content: center;
}

.cabinet-section.completed .left .count {
  font-weight: 700;
}

.cabinet-section.cart .left .price>* {
  color: #000000;
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
  font-size: 12px;
}

.cabinet-section.cart .left .price {
  min-width: 100px;
}

.cabinet-section.cart .left .price .old {
  position: relative;
}

.cabinet-section.cart .left .price .old:after {
  content: '';
  position: absolute;
  width: 56px;
  height: 14px;
  background: url(../img/across.png) no-repeat center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cabinet-section.cart .left .sum {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  min-width: 200px;
  text-align: center;
}

.cabinet-section.cart .left .delete {
  min-width: 85px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.delete-item:hover {
  cursor: pointer;
}

.cabinet-section.cart .left .delete a {
  display: block;
  width: 11px;
  height: 10px;
}

.cabinet-section.cart .left .delete a img {}

.cabinet-section.cart .left .check {
  min-width: 40px;
  max-width: 40px;
  display: block;
}

.cabinet-section.cart .left .check label {
  display: block;
}

.cabinet-section.cart .left .check input {
  display: none;
}

.cabinet-section.cart .left .check .box {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #39b54a;
  display: block;
  cursor: pointer;
}

.cabinet-section.cart .left .check input:checked~.box {
  background: url(../img/tick-ico.png) no-repeat center;
  background-size: 12px 9px;
}

.cabinet-section.cart .right {
  max-width: 200px;
  width: 100%;
}

.cabinet-section.completed .right {
  margin-bottom: 50px;
  max-width: 100%;
}

.cabinet-section.cart .right .item {
  margin-bottom: 20px;
}

.cabinet-section.cart:not(.completed) .right .item:nth-child(3) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.cabinet-section.cart .right .word {
  color: #8e8d8d;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
}

.cabinet-section.cart .right .val {
  color: #151515;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.cabinet-section.cart .right .buttons {
  margin-top: 10px;
  margin-bottom: 20px;
}

.cabinet-section.completed .right .buttons {
  margin-bottom: 0;
}

.cabinet-section.cart .right .buttons .button {
  width: 100%;
  max-width: 100%;
  padding: 15px 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-image: linear-gradient(to top, #ff0016 0%, #ff5517 100%);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  transition: .3s;
}

.cabinet-section.completed .right .buttons .button {
  display: inline-block;
  width: auto;
  padding: 15px 50px;
  text-transform: uppercase;
  border-radius: 26px;
}

.cabinet-section.completed .right .buttons .button+.button {
  margin-left: 20px;
}

.cabinet-section.cart .right .buttons .button:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .2);
}

.cabinet-section.cart .right .buttons .button:nth-child(2) {
  color: #5dbb53;
  background: none;
  border: 1px solid #5dbb53;
}

.cabinet-section.cart .right .buttons .button img {
  margin-right: 8px;
}

.cabinet-section .side-title {
  color: #151515;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 20px;
}

.cabinet-section.completed .side-title {
  display: flex;
  align-items: center;
}

.cabinet-section.completed .items {
  margin-bottom: 20px;
}

.cabinet-section.completed .item {
  display: flex;
  margin-bottom: 10px !important;
}

.cabinet-section.completed .item .word {
  max-width: 275px;
  width: 100%;
  font-size: 16px;
}

.cabinet-section.completed .item .value {
  font-weight: 700;
}

.cabinet-section.completed .side-title img {
  margin-right: 20px;
}

.cabinet-section.completed .bottom-block {
  margin-top: 50px;
}

.cabinet-section.completed .bottom-block .line {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 650px;
}

.cabinet-section.completed .bottom-block .line+.line {
  margin-top: 45px;
}

.cabinet-section.completed .bottom-block .line:first-child {
  max-width: 530px;
  font-weight: 700;
}

.cabinet-section.completed .bottom-block .line a {
  color: #8673c3;
  border-bottom: 1px solid #8673c3;
  ;
}

.cabinet-section.cart .right .sum-value {
  color: #151515;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
}

@media (max-width: 1829px) {
  .cabinet-section.cart .left .sum {
    min-width: 100px;
  }
  .cabinet-section.cart .left .count {
    min-width: 140px;
  }
  .cabinet-section .side-title {
    font-weight: 700;
  }
  .cabinet-section.cart .right .sum-value {
    font-weight: 700;
  }
  .cabinet-section.cart .right .val {
    font-weight: 700;
  }
}

@media (max-width: 1199px) {
  .cabinet-section.cart .left .sum {
    min-width: 80px;
  }
  .cabinet-section.cart .left .count {
    min-width: 110px;
  }
  .cabinet-section.cart .left .row .img {
    max-width: 80px;
    margin-right: 10px;
  }
  .cabinet-section.cart .left .titles-row>*:first-child {
    opacity: 0;
  }
  .cabinet-section.cart .flex-wrapper {
    /* flex-direction: column; */
  }
  .cabinet-section.cart .left {
    margin-right: 0;
    width: 100%;
    flex: auto;
    margin-bottom: 35px;
  }
  .cabinet-section.cart .left,
  .cabinet-section.cart .right {
    float: none;
  }
}

.cart-top.mob {
  display: none;
}

.cart-top.in-cart.formi {
  margin-bottom: 10px !important;
}

@media (max-width: 768px) {
  .cart-top .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-top.in-cart.formi .button {
    display: none;
  }
  .cart-top.in-cart.formi .title {
    margin-bottom: 0 !important;
  }
  .cart-top .button {
    margin-bottom: 10px !important;
  }
  .cart-top .title {
    margin-right: 0;
    margin-bottom: 45px;
    margin-top: 10px;
  }
  .cart-top .button {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .cart-top.login .title {
    margin-bottom: 0;
  }
  .cabinet-section.cart .left .titles-row {
    display: none;
  }
  .cabinet-section.cart .left .row {
    flex-wrap: wrap;
  }
  .cabinet-section.cart .left .row .info {
    min-width: calc(100% - 100px);
    padding-top: 0;
  }
  .cabinet-section.completed .left .row .info {
    margin-bottom: 15px;
  }
  .cabinet-section.cart .left .price {
    display: none;
  }
  .cabinet-section.cart .left .check {
    display: none;
  }
  .cabinet-section.cart .left .sum {
    order: 3;
  }
  .cabinet-section.cart:not(.completed) .left .count {
    width: calc(100% - 75px);
    padding: 0;
    margin-top: 20px;
  }
  .cabinet-section.cart .left .delete {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    background-color: #eeeeee;
    align-items: center;
    margin-left: 20px;
    padding: 0;
    margin-top: 20px;
    cursor: pointer;
  }
  .cabinet-section.cart .left .delete a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .cabinet-section.cart .product-desc-right-tools-count {
    width: 100%;
  }
  .cabinet-section.cart .left .sum,
  .cabinet-section.completed .left .count {
    width: 100%;
    /* max-width: 530px; */
    color: #000000;
    font-size: 20px;
    font-weight: 900;
    line-height: 22px;
    text-align: right;
    position: relative;
    margin-top: 10px;
    padding: 5px;
    font-size: 16px;
  }
  .cabinet-section.completed .left .count {
    justify-content: flex-end;
  }
  .cabinet-section.cart .left .sum:before,
  .cabinet-section.completed .left .count:before {
    content: 'Сумма';
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cabinet-section.completed .left .count:before {
    content: 'Количество';
  }
  .cabinet-section.completed .right .buttons .button {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .cabinet-section.completed .right .buttons .button+.button {
    margin-left: 0;
  }
  .cabinet-section.completed .items {
    margin-bottom: 30px;
  }
  .cabinet-section.completed .item {
    display: block;
  }
  .cabinet-section.completed .item {
    margin-bottom: 20px !important;
  }
  .cart-top {
    /* margin-bottom: 7px; */
  }
  .cart-top .title {
    font-size: 20px;
  }
  .cabinet-section .side-title {
    font-size: 20px;
  }
  .cabinet-section.completed .side-title.last {
    margin-bottom: 0 !important;
  }
  .cabinet-section.completed .right {
    margin-bottom: 20px;
  }
  .cabinet-section.completed .bottom-block .line {
    font-size: 14px;
  }
  .cabinet-section.completed .bottom-block {
    margin-top: 15px;
  }
  .cabinet-section {
    padding-bottom: 80px;
  }
  .cart-top .text {
    max-width: 220px;
  }
  .cart-top .button {
    display: none;
  }
  .cart-top .text {
    display: none;
  }
  .cart-top .title {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .cart-top.in-cart .title {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .cart-top {
    padding-bottom: 30px;
    padding-top: 30px !important
  }
  .cart-top.in-cart {
    margin-bottom: 0px;
  }
  .cart-top.mob .text,
  .cart-top.mob .button {
    display: block;
  }
  .cart-top.mob {
    background: #fff;
    padding-top: 20px !important;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 20px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-top.mob .container {
    padding: 0;
  }
}
  
.forming-section .bx-soa-section-title-container {
  background: none;
  font-family: 'Montserrat', sans-serif;
  padding: 15px;
}

.forming-section .bx-soa-editstep {
  background: #eeeeee;
  padding: 10px;
  border-radius: 6px;
  border-bottom: none;
  margin-top: 10px;
}

.forming-section .bx-soa-section-title-count {
  display: none;
}

.forming-section .bx-soa-section.bx-step-completed {
  border: 1px solid #5dbb53;
}

.forming-section .bx-soa-section.bx-selected {
  border: 1px solid #fff;
}

.greyback {
  background: #f5f5f5;
}

.forming-section .bx-soa-section {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #fff;
  box-shadow: 0 7px 14px rgba(0, 0, 0, .2);
}

.forming-section input,
.forming-section textarea,
.forming-section .dropdown-toggle {
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
  background: none;
  border-radius: 5px;
  border: 1px solid #5dbb53;
  background-color: white;
  transition: .3s;
  margin-bottom: 25px;
  max-width: 340px;
}

.forming-section .bx-soa-pp-company {
  width: 100%;
}

.forming-section .bx-soa-pp-company.bx-selected .bx-soa-pp-company-smalltitle {
  color: #5dbb53;
}

.forming-section .bx-soa-pp-company-smalltitle {
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
}

.forming-section input[type='checkbox'],
.forming-section input[type='radio'] {
  width: auto!important;
  top: 17px!important;
}

@media (min-width: 763px) {
  .forming-section .bx-soa-customer .bx-soa-customer-field {
    width: 33.3%;
    float: left;
    padding-right: 15px;
  }
  .forming-section .bx-soa-customer .bx-soa-customer-field:nth-child(3n) {
    padding-right: 0px;
  }
}

.forming-section textarea,
.forming-section input {
  max-width: none;
}

.forming-section .ototal {
  font-size: 20px;
  font-weight: 700;
  margin-top: 70px;
}

.bx-soa-pp-company-selected img {
  display: none;
}

.forming-section .bottom .line span {
  font-weight: 400;
}

.forming-section .bottom {
  margin-top: 10px;
}

.forming-section .bx-soa-section-content strong {
  font-weight: 400;
}

@media (min-width: 763px) {
  .forming-section .bx-soa-section {
    position: relative;
  }
  .forming-section .bx-soa-section:not(.bx-selected) .bx-soa-section-content {
    position: absolute;
    top: 4px;
    min-width: 250px;
  }
  #bx-soa-region.bx-soa-section:not(.bx-selected) .bx-soa-section-content {
    top: 8px;
  }
  #bx-soa-properties {
    min-height: 80px;
  }
}

#bx-soa-total-mobile {
  display: none!important;
}

.forming-section input[type="checkbox"] {
  position: relative;
}

.forming-section input[type="checkbox"]:before {
  content: ' ';
  position: absolute;
}

.forming-section {
  padding-bottom: 140px;
  color: rgba(33, 33, 32, 255);
}

.forming-section .container.container.container-not-big {
  margin-left: 0;
  padding: 0;
}

.forming-section .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.forming-section .top .title {
  color: #151515;
  font-size: 24px;
  font-weight: 400;
}

.forming-section .button {
  border-radius: 21px;
  background-color: #5dbb53;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 50px;
  transition: .3s;
}

.forming-section .button:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .2);
}

.forming-section .button img {
  margin-right: 9px;
}

.forming-section .form-title {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 0;
  margin-top: 40px;
}

.forming-section .bottom {
  display: flex;
  margin-top: 70px;
  justify-content: space-between;
  padding-left: 40px;
}

.forming-section .bottom .left>* {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.forming-section .bottom .line span {
  font-weight: 700;
}

.forming-section .bottom .button {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 50px;
  text-align: center;
  box-shadow: 3px 4px 20px 1px rgba(255, 0, 0, 0.39);
  border-radius: 26px;
  background-color: #39b54a;
  transition: .3s;
  background-image: linear-gradient(to top, #ff0016 0%, #ff5517 100%);
}

.forming-section .bottom .button:hover {
  box-shadow: 0 12px 14px rgba(0, 0, 0, .3);
}

.radio-label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.radio-label input {
  display: none;
}

.radio-label .text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-left: 12px;
  flex: 1;
}

.radio-label .box {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 50%;
  transition: .3s;
  position: relative;
  cursor: pointer;
}

.tabs ul {
  list-style: none;
}

.tabs .items .item {
  display: none;
}

.tabs .items .item.active {
  display: block;
}

.radio-label .box:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #5dbb53;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: .3s;
  opacity: 0;
}

.radio-label input:checked~.box:after {
  opacity: 1;
}

.radio-label input:checked~.box {
  border-color: #5dbb53;
}

.map-wrap {
  display: flex;
}

.map-wrap .wrap-left {
  width: 445px;
  margin-right: 30px;
}

.map-wrap .wrap-right {
  flex: 1;
}

.form-map {
  max-width: 768px;
  width: 100%;
  height: 260px;
  /* margin-top: 40px; */
  display: inline-block;
  background: url(../img/mac-img.png) no-repeat center;
  background-size: cover;
  border-radius: 7px;
}

.form-map img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.form-link {
  margin-top: 22px;
  max-width: 768px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-link .green-link {
  display: inline-block;
  position: relative;
}

.form-link .green-link:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url(../img/loc-ico.png) no-repeat center;
  position: absolute;
  right: -20px;
  padding-top: 4px;
}

.text-label {
  /* display: flex;
    flex-direction: column; */
  margin-bottom: 25px;
  max-width: 340px;
  width: 100%;
}

.text-label.wide {
  max-width: 768px;
}


/* .text-label:last-child{
    margin-bottom: 0;
} */

.text-label span {
  margin-bottom: 7px;
  display: inline-block;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  flex: 1;
}

.text-label input,
.text-label textarea,
.text-label .dropdown-toggle {
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  background: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #eceeef;
  transition: .3s;
}

.text-label input:focus,
.text-label textarea:focus,
.text-label .dropdown-toggle:focus {
  background-color: #fff !important;
}

.text-label input.req,
.text-label textarea.req {
  background-color: #eceeef;
}

.text-label textarea {
  resize: none;
  height: 140px;
}

.text-label input::placeholder {
  opacity: 1;
  color: black;
}

@media (max-width: 1829px) {
  .forming-section .bottom {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .forming-section .button {
    display: none;
  }
  .map-wrap {
    flex-direction: column;
  }
  .map-wrap .wrap-left {
    width: 100%;
  }
  .map-wrap .wrap-right {
    flex: auto;
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .forming-section .bottom {
    flex-direction: column;
  }
  .forming-section .bottom .left {
    margin-bottom: 30px;
  }
  .forming-section .bottom .button {
    max-width: 400px;
    padding: 20px 10px;
  }
}

.cabinet-login-section {
  padding-bottom: 100px;
}

.cabinet-login-section.reg {
  padding-bottom: 200px;
}

.cabinet-login-section .subtitle {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 45px;
}

.cabinet-login-section .col .subtitle {
  margin-bottom: 20px;
  padding: 0 20px;
  font-weight: 700;
}

.cabinet-login-section .col .text-label {
  max-width: 100%;
  padding: 0 20px;
}

.cabinet-login-section .col .text-label.file .file-box {
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  background: none;
  border-radius: 5px;
  background-color: #eceeef;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.cabinet-login-section .col .text-label.file .file-box .text {
  color: #5dbb53;
  display: inline-block;
}

.cabinet-login-section .col .text-label.file .file-box .text:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url(../img/load-ico.png);
  margin-left: 17px;
  margin-bottom: -3px;
}

.cabinet-login-section .col .text-label.file input {
  display: none;
}

.cabinet-login-section .tabs .item .flex-wrap {
  display: flex !important;
  margin: 0 -20px;
}

.cabinet-login-section .right {
  display: flex;
  width: 66.666666667%;
  flex: 1;
}

.cabinet-login-section .right .col {
  width: 50%;
}

.cabinet-login-section .col.left {
  width: 33.33333%;
}

.cabinet-login-section .col .transp {
  color: transparent !important;
}

.cabinet-login-section .tabs .buttons ul {
  /* display: flex; */
  justify-content: space-around;
  padding: 25px 0;
  margin-bottom: 50px;
}

.cabinet-login-section .tabs .buttons ul li {
  width: 33.33333%;
  float: left;
  /* display: flex;
    justify-content: center; */
  text-align: center;
}

.cabinet-login-section .tabs .buttons ul li .radio-label {
  display: inline-block;
}

@media (max-width:1199px) {
  .cabinet-login-section .tabs .buttons ul li {
    text-align: left;
    float: none;
    display: block;
    width: 100%;
  }
  .cabinet-login-section .tabs .buttons ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.cabinet-login-section .tabs .buttons ul:after {
  content: '';
  display: table;
  clear: both;
}

.cabinet-login-section .tabs .buttons .text {
  font-weight: 400;
}

.cabinet-login-section .tabs .radio-label {
  margin-bottom: 0;
}

.cabinet-login-section .tabs .buttons {
  border-radius: 35px;
  background-color: #f8f8f8;
}

.cabinet-login-section .form {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cabinet-login-section .form .with-reset {
  display: flex;
  justify-content: space-between;
}

.cabinet-login-section .form .reset {
  color: #5dbb53;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  transition: .3s;
}

.cabinet-login-section .form .reset:hover {
  opacity: .5;
}

.cabinet-login-section .form .text-label {
  max-width: 540px;
}

.cabinet-login-section .form .text-label input::placeholder {
  opacity: .4;
}

.cabinet-login-section .green-btn {
  max-width: 275px;
  text-align: center;
  box-shadow: 3px 4px 20px 1px rgba(255, 0, 0, 0.39);
  border-radius: 26px;
  background-color: #39b54a;
  background-image: linear-gradient(to top, #ff0016 0%, #ff5517 100%);
  border: none;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 5px;
  transition: .3s;
  transition-timing-function: .3s;
  cursor: pointer;
}

.cabinet-login-section .green-btn {
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  padding: 18px 60px;
}

.cabinet-login-section .green-btn:hover {
  box-shadow: 0 10px 14px rgba(0, 0, 0, .4);
}

.cabinet-login-section .form .green-link {
  text-transform: uppercase;
  font-size: 16px;
}

input:focus::placeholder {
  opacity: 0 !important;
}

.form-bot {
  padding-left: 0 !important;
}

@media (max-width: 1829px) {}

@media (max-width: 1199px) {
  .cabinet-login-section.reg,
  .cabinet-login-section {
    padding-bottom: 90px;
  }
  .cabinet-login-section .tabs .buttons ul {
    flex-direction: column;
    padding: 30px;
  }
  .cabinet-login-section .tabs .buttons ul li {
    margin-bottom: 25px;
  }
  .cabinet-login-section .col.left {
    width: 50%;
  }
  .cabinet-login-section .right .col {
    width: 100%;
  }
  .cabinet-login-section .right {
    flex-wrap: wrap;
  }
  .cabinet-login-section .right .col2 {
    margin-bottom: 15px;
  }
  .cabinet-login-section .right .col3 .transp {
    display: none;
  }
  .cabinet-login-section .subtitle.main {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .cabinet-login-section .col1 {
    margin-bottom: 15px;
  }
  .cabinet-login-section.reg,
  .cabinet-login-sectionon {
    padding-bottom: 80px;
  }
  .cabinet-login-section .col.left {
    width: 100%;
  }
  .cabinet-login-section .right .col {
    width: 100%;
  }
  .cabinet-login-section .flex-wrap {
    flex-wrap: wrap;
  }
}

.cabinet-main-section {
  padding-bottom: 175px;
}

.cabinet-main-section .text-label {
  display: block;
}

.cabinet-main-section .flex-wrap {
  justify-content: flex-start;
  display: flex;
}

.cabinet-main-section .left {
  max-width: 200px;
  width: 100%;
  margin-right: 100px;
}

.cab-sidebar {
  padding-bottom: 20px;
}

.cab-sidebar .subtitle {
  opacity: 0.5;
  color: #3f3e3e;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cab-sidebar ul {
  list-style: none;
  margin-bottom: 45px;
}

.cab-sidebar ul li a {
  color: #151515;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  transition: .3s;
}

.cab-sidebar ul li a:hover {
  opacity: .6;
}

.cab-sidebar ul li.active a {
  font-weight: 700;
}

.cab-sidebar .logout img {
  margin-right: 8px;
}

.cab-sidebar .logout span {
  color: #ca5252;
}

.cabinet-main-section .right .big-title {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.cabinet-main-section .right .small-title {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

.cabinet-main-section .right .small-title.second {
  margin-top: 35px;
}

.cabinet-main-section .right .buttons {
  display: flex;
  flex-direction: column;
}

.cabinet-main-section .right .buttons .cab-button {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  width: max-content;
}

.cabinet-main-section .right .buttons .cab-button .img {
  width: 36px;
}

.cabinet-main-section .right .buttons .cab-button span {
  color: #010101;
  font-size: 16px;
  font-weight: 400;
}

.cabinet-main-section .right .buttons .cab-button:nth-child(2) span {
  color: #39b54a;
}

.cabinet-main-section .right .buttons .cab-button:nth-child(3) {
  color: #f87c7c;
}

.cabinet-main-section .button {
  text-align: center;
  box-shadow: 3px 4px 20px 1px rgba(255, 0, 0, 0.39);
  border-radius: 26px;
  background-color: #39b54a;
  background-image: linear-gradient(to top, #ff0016 0%, #ff5517 100%);
  border: none;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 5px;
  transition: .3s;
  cursor: pointer;
}

.cabinet-main-section .button {
  margin: 0 auto;
  display: block;
  margin-top: 55px;
  padding: 18px 60px;
}

.items.cab .item {
  display: none;
}

.items.cab .item.active {
  display: block;
}

.ham {
  margin-right: 25px;
  cursor: pointer;
  display: none;
  padding-bottom: 3px;
}

.ham.active {
  display: none;
}

.cart-topl.main {
  position: relative;
}

.mob-pos {
  position: relative;
}

.mobile-nav {
  width: 100%;
  position: absolute;
  right: -100vw;
  top: 0;
  padding: 30px;
  background-color: #f8f8f8;
  z-index: 100000;
  transition: .3s;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
  padding-bottom: 0;
}

.mobile-nav .side-items {
  display: flex;
  padding-left: 46px;
}

.mobile-nav .side-items .side-item+.side-item {
  margin-left: 120px;
}

.cart-top.main .title {
  margin-bottom: 0 !important;
}

.mobile-nav .inner {
  position: relative;
  z-index: 11000000000;
  background: #fff;
}

.mobile-nav.active {
  right: 0;
  top: 100%;
}

.mobile-nav .logout {
  display: flex;
  justify-content: center;
  padding-top: 18px;
  border-top: 1px solid #d8d8d8;
}

.close-btn {
  height: 21px;
  width: 21px;
  cursor: pointer;
  opacity: 1 !important;
  display: none;
  margin-right: 34px;
}

.close-btn img {
  height: 21px;
  width: 21px;
  object-fit: cover;
}

.close-btn.active {
  display: inline-block;
}

@media (max-width: 1829px) {}

.map-point-btn.mobile,
.call-btn.mobile,
.mobile {
  display: none
}

.search-btn {
  display: inline-block;
}

.search-btn__ico {
  width: 23px;
  height: 23px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.search-btn__ico {
  background-image: url(../img/icons/search.svg);
}

@media (max-width: 768px) {
  .map-point-btn.mobile,
  .call-btn.mobile,
  .mobile {
    display: inline-block
  }
  .map-point-btn__ico,
  .phone-btn__ico {
    width: 23px;
    height: 23px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .map-point-btn__ico {
    background-image: url(../img/icons/point.svg);
  }
  .phone-btn__ico {
    background-image: url(../img/icons/phone.svg);
  }
  .cabinet-main-section .bootstrap-select .btn {
    border: none;
    background-color: #eceeef !important;
    max-width: 100% !important;
    min-width: auto;
  }
  .cabinet-main-section .filter-option-inner-inner {
    text-overflow: ellipsis;
    max-width: auto;
    width: auto;
  }
  .cabinet-main-section .bootstrap-select {
    max-width: 100%;
  }
  .mobile-nav .side-items {
    flex-direction: column;
  }
  .mobile-nav .side-items .side-item+.side-item {
    margin-left: 0;
  }
  .cabinet-main-section .right {
    max-width: 100%;
  }
}

.cabinet-main-section.order-cur {
  padding-bottom: 100px;
}

.right.order {
  max-width: 826px;
  width: 100%;
}

.order-title {
  line-height: 30px;
  color: #2b2b2b;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}

.order-subtitle {
  color: #00bc49 !important;
  font-size: 16px;
  font-weight: 400;
  transition: .3s;
  margin-bottom: 10px;
  display: inline-block;
}

.order-subtitle:hover {
  opacity: .6;
}

.order-item {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.info-side .order-item {
  border-bottom: none;
  padding-bottom: 50px !important;
}

.order-item:last-child {
  border-bottom: none;
}

.order-item .content {
  /* display: flex; */
}

.order-item .number {
  margin-bottom: 30px;
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 700;
}

.order-item .line {
  display: flex;
  margin-bottom: 15px;
}

.order-item .line.bot-gap {
  margin-bottom: 45px;
}

.order-item .col.one {
  max-width: 360px;
  margin-right: 70px;
}

.info-side .order-item .col.one {
  max-width: 310px;
  margin-right: 50px;
}

.order-item .buttons {
  display: flex;
  flex-direction: row !important;
  margin-top: 15px;
}

.order-item .buttons .button {
  max-width: 200px !important;
  width: 100% !important;
  margin: 0;
  padding: 11px 10px;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 21px !important;
  border: 1px solid #cbcbcb !important;
  background: #fff;
  box-shadow: none;
  transition: .3s;
}

.info-side .content .line {
  flex-direction: column;
}

.info-side .content .line .word {
  margin-bottom: 8px;
}

.info-side .content .col.one {
  margin-bottom: 30px;
}

.info-side .cabinet-section.completed .left {
  display: block !important;
}

.order-item .buttons .button:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .3);
}

.order-item .buttons .button.more {
  background: #5dbb53 !important;
  color: white;
  border: none !important;
}

.order-item .buttons .button.again {
  color: #39b54a;
}

.order-item .buttons .button.cancel {
  color: #f87c7c;
}

.order-item .buttons .button img {
  margin-right: 10px;
}

.order-item .buttons .button+.button {
  margin-left: 10px;
}

.order-item .col.two {
  flex: 1;
}

.order-item .line .word {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  margin-right: 6px;
}

.order-item .line .value {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.order-item .line .value.green {
  color: #39b54a;
}

.order-item .line .value.red {
  color: #d90f2c;
}

@media (max-width: 1829px) {}

@media (max-width: 1199px) {
  .cabinet-main-section.order-cur {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .cabinet-main-section.order-cur {
    padding-bottom: 60px;
  }
  .order-item .content {
    flex-direction: column;
  }
  .order-item .buttons {
    flex-direction: column !important;
  }
  .order-item .buttons .button+.button {
    margin-left: 0;
    margin-top: 10px;
  }
  .order-item .line .word {
    font-size: 14px;
    white-space: nowrap;
  }
  .order-item .line .value {
    font-size: 14px;
  }
  .product-desc-right-tools-fav.fav-item-btn {
    /* width: auto;
    margin-right: auto;
    margin-left: 4em; */
  }
}
@media (max-width: 430px) {
  .product-desc-right-tools .product-desc-right-tools-cart {
    width: 50%!important;
  }
  .product-desc-right-price {
    font-size: calc(14px + 2vw);
  }
}
@media (max-width: 400px) {
  .order-item .buttons .button {
    max-width: 100% !important;
    text-align: center;
  }
  .product-right .product-desc-right-tools-cart {
    justify-content: start;
  }
  .product-desc-right-tools-fav.fav-item-btn {
    width: 30%;
  }
}

.info-bottom {
  padding-top: 30px;
  /* padding-bottom: 100px; */
  width: 100%;
  display: inline-block;
}

.info-bottom .line {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  align-items: center;
}

.info-bottom .line .word {
  color: #8e8d8d;
  font-size: 18px;
  font-weight: 400;
}

.info-bottom .line .value {
  color: #3f3e3e;
  font-size: 18px;
  font-weight: 600;
  margin-left: 3px;
}

.items-section {
  padding-bottom: 100px;
}

.items-section .container.container-not-big {
  margin-left: 0;
  padding: 0;
}

.container.it .container.container-not-big {
  margin-left: 0;
  padding: 0;
}

.top-side {
  display: flex;
  align-items: flex-end;
  margin-bottom: 45px;
}

.top-side .title {
  color: #151515;
  font-size: 36px;
  font-weight: 700;
  margin-right: 20px;
  line-height: 36px;
}

.top-side .subtitle {
  color: #a3a3a3;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.filters {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 15px 20px;
  align-items: center;
  margin-bottom: 30px;
}

.filters .simple-input {
  max-width: 460px;
  width: 100%;
  position: relative;
}

.filters .simple-input input {
  width: 100%;
  padding: 10px 15px;
  padding-right: 40px;
  border-radius: 5px;
  border: 1px solid #5dbb53;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}


/*.filters .simple-input:after {
    content: '';
    height: 13px;
    width: 13px;
    background: url(../img/search-ico.png);
    position: absolute;
    right: 15px;
    top: 13px;
}*/

.filters .dropdown-toggle {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  background-color: #eceeef;
  border: none;
  padding: 11px 15px;
  font-weight: 600;
}

.filters .dropdown-toggle:hover {
  background-color: #eceeef;
}

.filters .bootstrap-select {
  max-width: 200px;
}

.items-section .items .item {
  padding: 30px;
  background: #fff;
  margin-bottom: 20px;
}

.items-section .pagination {
  margin-top: 60px;
}

.items-section .items .item .item-title {
  color: #232322;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.items-section .items .item .item-text {
  color: #232322;
  font-size: 14px;
  font-weight: 400
}

@media (max-width:1199px) {
  .filters .bootstrap-select {
    display: none;
  }
  .items-section .pagination {
    margin-top: 40px;
  }
}

@media (max-width:768px) {
  .items-section {
    padding-bottom: 80px;
  }
  .filters .simple-input {
    max-width: 100%;
  }
}

.category-section {
  padding-bottom: 100px;
}

.category-section .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.category-section .items .item-wrap {
  padding: 15px;
  width: 33.3333%;
  min-height: 538px;
}

.category-section .items .item-wrap .item {
  background: #fff;
  padding: 20px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: .3s;
}

.category-section .items .item-wrap .item:hover {
  box-shadow: 0 10px 14px rgba(0, 0, 0, .15);
}

.category-section .items .item-wrap .item .img {
  margin-bottom: 30px;
}

.category-section .items .item-wrap .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.category-section .items .item-wrap .item .item-title {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  cursor: pointer;
  transition: .3s;
}

.category-section .items .item-wrap .item .item-title:hover {
  color: #5dbb53;
}

.category-section .items .item-wrap .item .item-subtitle {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}

.category-section .items .item-wrap .item .links {
  list-style: none;
  width: 100%;
  padding: 0 2.5em;
}

.category-section .items .item-wrap .item .links li a {
  color: #5dbb53;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  border-bottom: 1px solid #5dbb53;
  ;
  display: inline-block;
  transition: .3s;
}

.category-section .items .item-wrap .item .links li a:hover {
  opacity: .6;
}

@media (max-width:1199px) {
  .category-section .items .item-wrap {
    padding: 15px;
    width: 50%;
  }
  .category-section {
    padding-bottom: 80px;
  }
}

@media (max-width:768px) {
  .category-section .items .item-wrap {
    padding: 15px;
    width: 100%;
  }
}

.items-main-section {
  padding-bottom: 100px;
}

.items-main-section .pagination {
  margin-bottom: 60px !important;
  margin-bottom: 25px;
}

.items-main-section .bottom-info {
  padding: 30px;
  padding-right: 80px;
  background: #fff;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.items-main-section .left {
  max-width: 270px;
  width: 100%;
  background: #fff;
  padding: 20px;
  padding-top: 30px;
  margin-right: 30px;
  height: min-content;
}

.items-main-section .left .simple-input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.items-main-section .left .simple-input:after {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../img/search-ico2.png) no-repeat center;
  position: absolute;
  right: 15px;
  top: 17px;
}

.items-main-section .left .simple-input input {
  border-radius: 5px;
  background-color: #eceeef;
  width: 100%;
  border: none;
  box-shadow: none;
  padding: 15px;
  padding-right: 40px;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 400;
}

.items-main-section .left .left-title {
  color: #151515;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.items-main-section .acc {
  padding-top: 20px;
}

.items-main-section .acc .acc-button {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.items-main-section .acc .acc-button:hover {
  color: #5dbb53;
}

.items-main-section .acc .acc-content {
  padding-top: 20px;
}

.items-main-section .acc .acc-content .check-label input {
  display: none;
}

.items-main-section .acc .acc-content .check-label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.items-main-section .acc .acc-content .check-label .text {
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  margin-left: 13px;
  display: inline-block;
}

.items-main-section .acc .acc-content .check-label .box {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  display: block;
}

.items-main-section .acc .acc-content .check-label input:checked~.box {
  border: 1px solid #39b54a;
  background: url(../img/icons/check.svg) no-repeat center;
  background-size: 8px;
}

.items-main-section .acc .acc-button:before {
  content: '';
  width: 11px;
  height: 7px;
  display: inline-block;
  background: url(../img/icons/up.svg) no-repeat center;
  margin-bottom: 2px;
  margin-right: 13px;
  transition: .3s;
}

.items-main-section .acc .acc-button.active:before {
  transform: rotate(180deg);
}

.items-main-section .acc-item {
  margin-bottom: 30px;
}

.items-main-section .acc-item--line {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.items-main-section .acc-item--line img {
  flex-shrink: 0;
  margin-right: 15px;
}

.items-main-section .acc-item--line a {
  flex-shrink: 1;
}

.items-main-section .buttons {
  display: flex;
  flex-direction: column;
}

.items-main-section .buttons .button {
  width: 100%;
  text-align: center;
  padding: 17px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
}

.items-main-section .offers-box>div {
  float: left;
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.items-main-section .buttons .button:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .2);
}

.items-main-section .buttons .button+.button {
  margin-top: 10px;
}

.items-main-section .flex-wrap {
  display: flex;
}

.items-main-section .buttons .btn1 {
  background-color: #00bc49;
  color: #fff;
}

.items-main-section .values {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.items-main-section .right {
  flex: 1;
}

.items-main-section .values input {
  width: 42%;
  border-radius: 5px;
  background-color: #eceeef;
  padding: 12px 15px;
  padding-right: 15px !important;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 400;
  border: none;
  box-shadow: none;
}

.items-main-section .values .dash {
  width: 16%;
  position: relative;
  height: 100%;
}

.items-main-section .values .dash:after {
  content: '';
  width: 42%;
  position: absolute;
  height: 1px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.items-main-section .filters {
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}

.items-main-section .filters .feat {
  margin-right: auto;
}

.items-main-section .filters .feat a {
  display: inline-block;
  margin-right: 10px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  background: #fff;
  border: 1px solid #a6a6a6;
  color: #a6a6a6;
  background: #fff !important;
  transition: .3s;
}

.items-main-section .filters .feat a.hit.active {
  color: #fff;
  background: #00bc49 !important;
  border: none;
}

.items-main-section .filters .feat a.sale.active {
  color: #fff;
  background: #ffc648 !important;
  border: none;
}

.items-main-section .filters .feat a.new.active {
  color: #fff;
  background: #FF2C17 !important;
  border: none;
}

.items-main-section .filters .bootstrap-select {
  margin-right: 10px;
}

.items-main-section .filters .format {
  display: flex;
  margin-left: 14px;
  list-style: none;
  margin-bottom: 0;
}

.items-main-section .filters .format li {
  margin-right: 7px;
  height: 40px;
}

.items-main-section .filters .format li img {
  height: 100%;
}

.items-main-section .filters .feat {
  display: flex;
}

.items-main-section .filters .feat>* {
  width: 43px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 4px;
}

.items-main-section .filters .feat .hit {
  margin-bottom: 5px;
  background: #00bc49;
}

.items-main-section .filters .feat .sale {
  background: #ffc648;
}

.items-main-section .filters .feat .new {
  background: #FF2C17;
}

.items-main-section #html5 {
  margin-bottom: 15px;
}

.acc-content {
  display: none;
}

.acc-content.active {
  display: block;
}

.noUi-handle-upper,
.noUi-handle-lower {
  width: 20px !important;
  height: 20px !important;
  background-color: #5dbb53 !important;
  border-radius: 50% !important;
}

.noUi-handle {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  top: -9px !important;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none !important;
}

.noUi-target {
  height: 2px !important;
  background: #dadada !important;
  border: none !important;
}

.noUi-connect {
  background: #39b54a !important;
}

#modef {
  position: absolute;
  width: 200px;
  text-align: center;
  top: 87px;
  padding: 10px;
  margin: 0;
  background: #39b54a;
  color: white;
  left: calc(100% + 30px);
}

#modef::before {
  content: '';
  width: 10px;
  height: 20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #39b54a;
  position: absolute;
  left: -9px;
}

#modef a {
  text-decoration: underline;
  color: white;
}

@media (max-width: 1198px) {
  #modef {
    position: absolute;
    width: 130px;
    top: 0;
    left: 121px;
    padding: 10px;
    margin: 0;
    background: #eee;
  }
}

.items-main-section .left.mob {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  position: relative;
  z-index: 9;
  /*1001*/
  /*display: none;*/
}

.items-main-section .left.mob .fil-top {
  width: 100%;
  display: block;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.items-main-section .left.mob .fil-top .left-title {
  margin-bottom: 0;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .items-main-section .left.mob {
    max-width: 270px;
    display: block;
  }
}

@media (max-width: 1199px) {
  .items-main-section .left.mob .fil-top .left-title:after {
    content: '';
    width: 11px;
    height: 7px;
    display: inline-block;
    background: url(../img/arr-b.png) no-repeat center;
    margin-bottom: 2px;
    margin-left: 13px;
    transition: .3s;
    transition: .3s;
  }
}

.items-main-section .left.mob .fil-top .left-title.active:after {
  transform: rotate(180deg);
}

.items-main-section .left.mob .fil-top .simple-input.fil-in {
  max-width: 215px;
  margin-bottom: 0;
}

.items-main-section .left.mob .fil-bot {
  position: relative;
  /* position: absolute; */
  z-index: 100;
  left: 0;
  top: 100%;
  background: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
  max-width: 275px;
}

@media (max-width: 1199px) {
  .items-main-section .left.mob .fil-bot {
    display: none;
  }
}

@media (max-width:768px) {
  .items-main-section .left.mob .fil-bot {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.dark-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 1000;
  display: none;
}

.dark-container.active {}

.items-main-section.main2 .offers-box.desc>div {
  width: 100%;
}

.items-main-section.main2 .offers-box.desc .offers-item {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  display: flex;
}

.items-main-section.main2 .offers-box.desc .offers-item:after {
  content: '';
  display: table;
  clear: both;
}

.items-main-section.main2 .offers-box.desc .offers-item .in-wrap {
  border-left: 1px solid #dfdfdf;
  padding-left: 30px;
}

.items-main-section.main2 .offers-box.desc .offers-item-image {
  width: 150px;
  margin-left: 50px;
  float: left;
  padding-right: 22px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  min-height: 155px;
}

.items-main-section.main2 .offers-box.desc .product-desc-right-tools-count {
  margin-right: 20px;
  margin-bottom: 0 !important;
}

.items-main-section.main2 .offers-box.desc .product-desc-right-tools-cart {
  margin-bottom: 0 !important;
}

.items-main-section.main2 .offers-box.desc .product-desc-right-tools {
  margin-bottom: 0 !important;
}

.items-main-section.main2 .offers-box.desc .offers-item-title {
  padding-top: 30px;
}

.items-main-section.main2 .offers-box.desc .offers-item-control {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.items-main-section.main2 .offers-box.desc .offers-item-price {
  margin-bottom: 0;
}

.items-main-section.main2 .offers-box.desc .offers-item-control>* {
  float: right;
}

.items-main-section.main2 .offers-box.mo {
  display: none;
}

@media (max-width: 1829px) {
  .items-main-section .offers-box>div {
    width: 33.33333%;
  }
  .items-main-section.main2 .offers-box.desc .offers-item-title a {
    max-width: 350px;
  }
  .items-main-section.main2 .offers-box.desc .offers-item-razdel span {
    max-width: 220px;
    display: inline-block;
  }
  .items-main-section.main2 .offers-box.desc .offers-item-kod span {
    max-width: 220px;
    display: inline-block;
  }
}

@media (max-width: 1199px) {
  .items-main-section .offers-box>div {
    width: 50%;
  }
  .items-main-section .flex-wrap {
    flex-direction: column;
  }
  .items-main-section .left {
    display: none;
  }
  .items-main-section .left.mob {
    display: block;
  }
  .items-main-section .right {
    width: 100%;
    flex: auto;
  }
  .items-main-section .filters .bootstrap-select {
    display: block;
  }
  .items-main-section .bottom-info {
    padding-right: 30px;
  }
  .items-main-section {
    padding-bottom: 80px;
  }
  .items-main-section.main2 .offers-box.desc .offers-item-image {
    min-height: 210px;
  }
}

@media (max-width: 768px) {
  .items-main-section .offers-box>div {
    width: 100%;
  }
  .top-side .subtitle {
    display: none;
  }
  .top-side .title {
    font-size: 30px;
  }
  .items-main-section .left.mob .fil-top {
    flex-direction: column;
    align-items: center;
  }
  .items-main-section .left.mob {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .items-main-section .left.mob .fil-top .left-title {
    order: 2;
    margin-top: 30px;
  }
  .items-main-section .left.mob .fil-top .simple-input.fil-in {
    max-width: 100%;
  }
  .dark-container {
    display: none !important;
  }
  .items-main-section .left.mob .fil-bot {
    max-width: 100%;
    width: 100%;
  }
  .items-main-section .filters,
  .items-main-section .left.mob,
  .items-main-section .bottom-info {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .items-main-section .offers-box>div {
    padding: 0;
  }
  .items-main-section .left.mob .fil-bot {
    position: static;
    order: 2;
  }
  .items-main-section .filters .format {
    display: none;
  }
  .items-main-section .filters {
    flex-direction: column;
    padding-top: 85px;
    padding-bottom: 20px;
  }
  .items-main-section .filters .bootstrap-select {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
  }
  .items-main-section .filters .feat {
    order: 2;
    margin-top: 20px;
  }
  .items-main-section .offers-item {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .items-main-section .offers-item:after {
    content: '';
    display: table;
    clear: both;
  }
  .items-main-section .offers-item-control .product-desc-right-tools {
    margin-bottom: 0;
  }
  .items-main-section .offers-item-price {
    max-width: 130px;
    padding: 0;
    padding-left: 15px;
    padding-right: 0px;
    display: inline-block;
    padding-top: 17px;
  }
  .items-main-section .offers-item-control {
    display: inline-block;
    padding-left: 10px;
    padding-right: 15px;
    float: right;
  }
  .items-main-section .product-desc-right-tools-cart {
    margin-left: 10px;
  }
  .items-main-section .offers-item-title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .items-main-section .offers-item-razdel {
    padding-right: 15px;
    padding-left: 15px;
  }
  .items-main-section .offers-item-kod {
    padding-right: 15px;
    padding-left: 15px;
  }
  .items-main-section.main2 .offers-box.desc {
    display: none;
  }
  .items-main-section.main2 .offers-box.mo {
    display: block;
  }
}

.with-inner {
  position: relative;
}

.with-inner .inner-list .item-wrap {
  /* position: relative */
}

.item-title a {
  /* height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 2.5em; */
}

.with-inner:not(:first-child) .inner-list {
  left: unset;
  width: auto;
}

.with-inner:not(:first-child) .inner-list .items .item-wrap {
  width: 50%;
  padding: 0 40px;
}

.with-inner:not(:first-child) .inner-list .items {
  /* background-color: red; */
  flex-direction: column;
}

#navbar-main2 .with-inner:not(:first-child) .inner-list .items .item-wrap {
  width: 100%;
}

#navbar-main2 .item-title a:hover {
  color: white;
}

.inner-list {
  position: absolute;
  top: calc(100% - 3px);
  /*left: 50%;
    transform: translate(-50%);*/
  left: 0;
  background: #fff;
  min-width: 825px;
  width: 100%;
  border-top: 3px solid #5dbb53;
  display: none;
  box-shadow: 0 7px 14px rgba(0, 0, 0, .2);
}

.inner-list ul {
  list-style: none;
}

.inner-list .items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  width: 100%;
}

.inner-list .items .item-wrap {
  width: 50%;
  padding: 0 20px;
  padding-bottom: 35px;
}

.inner-list .items .item-wrap .item-title {
  color: #151515;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.inner-list .items .item-wrap li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.inner-list .items .item-wrap li img {
 width: 35px;
 height: 35px;
}

.inner-list .items .item-wrap li img+a {
  margin-left: 10px;
}

.inner-list .items .item-wrap li a {
  margin-left: 45px;
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
}

.inner-list .items .item-wrap li a:hover {
  color: #5dbb53;
}

.inner-list.mob {
  border: none;
  top: 0;
  z-index: 2000;
}

.inner-list.mob .close-text {
  color: #5dbb53;
  font-size: 12px;
  font-weight: 700;
  margin-top: 40px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  line-height: 0;
  cursor: pointer;
}

.inner-list.mob {}

.inner-list.mob .cont {
  max-width: 848px;
  margin: 0 auto;
}

@media (max-width:768px) {
  .inner-list .items .item-wrap {
    width: 100%;
  }
  .inner-list.mob {
    min-width: 100%;
  }
  .inner-list.mob .cont {
    max-width: 798px;
  }
  .inner-list .items .item-wrap {
    padding: 15px;
    padding-bottom: 30px;
  }
  .inner-list.mob .close-text {
    margin-top: 30px;
    padding-left: 15px;
  }
  .inner-list .items {
    padding-top: 25px;
  }
}

.brands-box:after {
  content: '';
  display: table;
  clear: both;
}

.hidden-elem {
  display: none;
}

.hidden-elem.active {
  display: table-row;
}

.brands-item.hidden-elem.active {
  display: block;
}

.pricelist-table-item.hidden-elem.active {
  display: flex !important;
}

.popup {
  display: none;
  border-radius: 5px;
  padding: 20px;
  padding-top: 50px;
  max-width: 400px;
  width: 100%;
}

.popup .btn {
  width: 100%;
}

.popup .simple-input {
  width: 100%;
}

.popup .title {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center;
  display: block;
}

.popup .simple-input input {
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  background-color: #fbf5ee;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  padding: 15px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.popup .simple-input input:focus {
  border-color: #e2ad22;
}

.popup .simple-input input::placeholder {
  opacity: 0.7;
  font-size: 18px;
  font-weight: 300;
}

.search-btn {
  position: relative;
}

.search-box {
  width: 320px;
  padding: 20px;
  position: absolute;
  right: -100px;
  top: calc(100% + 16px);
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  display: none;
}
@media (max-width: 767.98px) {
  .search-box {
    padding: 20px;
    position: fixed;
    left: 0;
    top: 64px;
    right: 0;
    background: #fff;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .15);
    width: 100vw !important;
	z-index: 1;
  }
}

.search-box .simple-input {
  width: 100%;
  position: relative;
}

.search-box .simple-input>form>input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #5dbb53;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding-right: 40px;
}

@media (max-width:992px) {
  .search-box {
    right: -40px;
  }
}

.b-product .slick-slide img {
  cursor: pointer;
}

.cart-table .row:not(.titles-row) {
  transition: .3s;
}

.cart-table {
  /* margin-bottom: 30px; */
}

.cart-table .row:not(.titles-row) .text {
  transition: .3s;
  cursor: pointer;
}

.cart-table .row:not(.titles-row) .text:hover {
  color: #39b54a !important;
}

.cart-table .row:not(.titles-row) .img {
  padding-left: 15px !important;
}

.cart-table .row:not(.titles-row):hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .2);
}

@media (max-width:768px) {
  .cart-table .row:not(.titles-row):hover {
    box-shadow: none;
  }
  .cart-table .row:not(.titles-row) .img {
    padding-left: 0px !important;
  }
}

.anons-section .left .glob-title,
.anons-section .left .glob-subtitle,
.trust-title,
.services-title,
.services-item-title,
.brands-box .brands-item,
.blog-item,
.blog-title,
.services-title a,
.blog-title a {
  transition: .3s;
}

.anons-section .left .glob-title:hover,
.anons-section .left .glob-subtitle:hover,
.anons-section .left .glob-subtitle a:hover,
.trust-title:hover,
.services-title a:hover,
.services-item-title:hover,
.blog-title:hover {
  color: #39b54a;
  cursor: pointer;
}

.brands-box .brands-item:hover,
.blog-item:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, .2);
  cursor: pointer;
}

.brands-box {
  overflow: visible;
}

.offers-item-favorite a {
  transition: .3s;
}

.offers-item-favorite.active a {
  background-image: url(../img/icons/fav-act.svg);
}

.forming-section .text-label {
  display: block;
}

.cabinet-login-section .green-btn {
  margin-top: 5px;
  margin-bottom: 30px;
}

.footer-center-box-3 ul:nth-child(2) {
  display: none !important
}

.filter-option-inner-inner {
  max-width: 100%;
  text-overflow: ellipsis;
}

body {}

.to-top {
  position: fixed;
  bottom: 40px;
  right: -100px;
  width: 60px;
  height: 60px;
  background: url(../img/icons/up.svg) no-repeat center, #fff;
  background-size: 25%;
  border-radius: 50%;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .4);
  z-index: 1000;
  cursor: pointer;
  transition: .5s;
}

.to-top.active {
  right: 30px;
}

.to-top:hover {
  box-shadow: 0 0px 30px 0 rgba(0, 0, 0, .55);
}

.header.mail-head {
  padding: 0 30px;
}

.mail-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mail-nav:before,
.mail-nav:after {
  display: none;
}

.mail-nav .header-phone {
  margin-right: 0;
}

.mail-img {
  width: 100%;
}

.mail-img img {
  width: 100%;
}

.mail-content-info {
  padding: 30px;
  padding-top: 40px;
}

.mail-content-info a {
  color: #5dbb53;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border-bottom: 1px solid #5dbb53;
  width: 100%;
  transition: .3s;
}

.mail-content-info a:hover {
  opacity: .7;
}

.mail-title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 28px;
}

.mail-text {
  margin-bottom: 20px;
}

.mail-text span {
  color: #232322;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
  display: inline-block;
}

.mail-text ul {
  list-style: none;
}

.mail-text ul li:before {
  content: '-';
  display: inline-block;
  margin-right: 7px;
}

.mail-wrap {
  text-align: center;
}

.mail-button {
  max-width: 275px;
  width: 100%;
  box-shadow: -4px 3px 20px 1px rgba(0, 0, 0, 0.3);
  border-radius: 26px;
  background-color: transparent;
  border: none;
  background-image: linear-gradient(to top, #ff0016 0%, #ff5517 100%);
  text-align: center;
  display: inline-block;
  padding: 20px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  transition: .3s;
  opacity: 1 !important;
}

.mail-button.green {
  box-shadow: none;
  background-image: none;
  background-color: #5dbb53;
  margin-bottom: 40px;
}

.mail-button:hover {
  box-shadow: -4px 3px 20px 1px rgba(0, 0, 0, 0.4);
}

.mail-bottom {
  text-align: center;
  margin-top: 100px;
  display: inline-block;
  color: #8e8d8d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
}

.mail-tab .count,
.mail-tab .sum,
.mail-tab .price .current,
.mail-tab .price .old {
  font-weight: 600 !important;
}

.cabinet-section.cart.mail-tab {
  padding-bottom: 30px;
}

.cabinet-section.cart.mail-tab .left {
  margin-bottom: 0;
}

.cabinet-section.cart.mail-tab:after {
  content: '';
  display: table;
  clear: both;
}

.mail-results {
  margin-bottom: 35px;
}

.mail-results .line {
  display: flex;
  margin-bottom: 10px;
}

.mail-results .line .word {
  color: #8e8d8d;
  font-size: 18px;
  font-weight: 400;
  margin-right: 7px;
}

.mail-results .line .value {
  color: #3f3e3e;
  font-weight: 600;
  font-size: 18px;
}

.cabinet-section.cart.mail-tab .left .count {
  min-width: 175px;
}

.cabinet-section.cart.mail-tab .left .sum {
  min-width: 130px;
}

.mail-bottom.two {
  margin-top: 55px;
}

.title-with-image {
  display: flex;
  margin-bottom: 30px;
}

.title-with-image.align-c {
  align-items: center;
}

.title-with-image .mail-title {
  margin-bottom: 0;
}

.title-with-image .mail-title {
  max-width: 425px;
}

.title-with-image img {
  margin-right: 20px;
  min-width: 40px;
}

.mail-table {
  margin-bottom: 30px;
}

.mail-table tr td {
  padding-bottom: 15px;
}

.mail-table tr td:nth-child(1) {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  width: 270px;
}

.mail-table tr td:nth-child(2) {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.main-slider-item-fire-button a:before {
  display: inline-block;
  width: 18px!important;
  height: 28px!important;
  content: url(../img/icons/fire.svg);
  margin-right: 15px;
}

.main-slider-item-fire-button._ico-cart a:before {
  content: url(../img/icons/cart2.svg);
  width: 28px!important;
  height: 28px!important;
  display: inline-block;
}

.header-phone .header-phone-block {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width:550px) {
  .mail-table,
  .mail-table td,
  .mail-table tr {
    display: block;
  }
  .mail-table tr td:nth-child(1) {
    padding-bottom: 5px;
    width: auto;
  }
}

@media (max-width:500px) {
  .header.mail-head {
    padding: 0 15px;
  }
  .mail-content-info {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header.mail-head .navbar-brand {
    font-size: 20px;
    width: auto;
  }
  .header.mail-head .header-phone a {
    font-size: 16px;
  }
}

@media (max-width:400px) {
  .header.mail-head .header-phone a {
    padding-left: 0;
    font-size: 15px;
  }
  .header.mail-head .header-phone a::before {
    content: none !important;
  }
  .header.mail-head .navbar-brand {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .ham {
    display: inline-block;
  }
  .ham.active {
    display: none;
  }
  .cabinet-main-section .left {
    display: none;
  }
}

.main-slider2 {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  height: auto;
  width: 100%;
  text-align: center;
  height: 150px;
}

.main-slider2 .slick-list {
  height: 100%;
}

.main-slider2 .main-slider-item {
  font-size: 30px;
  color: #FF2C17;
  width: 100%;
  font-weight: 500;
}

.main-slider-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -5px;
  max-width: 409px;
  width: 100%;
  /* margin-top: 8px; */
  margin-left: -35px;
}

.main-slider-bottom._theme-dark {
  display: none;
}

@media(max-width:1199px) {
  .main-slider-bottom {
    margin-left: -55px;
  }
}

@media(max-width:768px) {
  .main-slider-bottom {
    margin-left: -25px;
  }
}

@media(max-width:575px) {
  .main-slider-bottom {
    max-width: 100%;
    margin-left: 0;
  }
  .main-slider-item._theme-dark {
    padding: 20px 20px 10px;
  }
  .main-slider-item-inn._theme-dark,
  .main-slider-inf._theme-dark {
    padding: 0;
    height: 96%;
    max-height: 100%;
  }
  .main-slider-item-fire._theme-dark {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .main-slider-item-title._theme-dark {
    margin-bottom: 0;
  }
}

.main-slider-bottom img {
  width: 38px;
}

.main-slider-bottom span {
  color: #FF2C17;
  font-weight: 500;
  font-size: 14px;
  margin-left: 20px;
  width: max-content;
}

@media (max-width:992px) {
  .main-slider2 .main-slider-item {
    font-size: 22px;
  }
  .main-slider2 {
    top: 70px;
  }
}

@media (max-width:767px) {
  .main-slider .main-slider-item._theme-dark {
    background-position-x: 42%;
  }
}

@media (max-width:768px) {
  .cabinet-section.cart .left .count {
    width: 100%;
    max-width: 230px;
  }
  .main-slider2 .main-slider-item {
    font-size: 19px;
  }
  .main-slider2 {
    top: 42px;
  }
  .main-slider .main-slider-item {
    padding-top: 22px;
  }
  .main-slider-inf._theme-dark {
    padding-top: 0;
  }
}

@media (max-width:550px) {
  .main-slider2 .main-slider-item {
    font-size: 17px;
    padding: 0 10px;
  }
  .main-slider2 {
    top: 72px;
  }
  .main-slider-bottom span {
    margin-left: 14px;
    font-size: 13px;
  }
  .main-slider .main-slider-item {
    padding-top: 75px;
    padding-bottom: 75px;
    height: 430px;
  }
  .main-slider .main-slider-item._theme-dark {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.b1 {
  position: relative;
}

.bx-soa-section-title {
  font-family: 'Montserrat', sans-serif !important;
}

.forming-section .bx-soa-section-title {
  font-size: 24px!important;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
  flex-direction: column;
}

.forming-section .step {
  font-size: 17px;
  color: #00bc49;
  font-weight: 600;
}

.forming-section .bx-soa-section-title-container {
  min-height: 97px;
  display: flex;
  align-items: center;
}

.forming-section .bx-soa-section:not(.bx-selected) .bx-soa-section-content {
  left: 320px;
  padding-left: 2.5em;
  padding-bottom: 1.5em;
}

@media (min-width: 763px) {
  .bx-soa-section:not(.bx-selected) .bx-soa-section-content {
    top: 0!important;
    height: 100%;
    display: inline-flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    /* left: 28%!important; */
  }
}

.bx-soa-pp-company-selected strong {
  margin-left: 0!important;
}

.bx-soa-pp-company-selected {
  width: 75%;
  display: inline-block;
}

.bx-soa-pp-price {
  display: inline-block;
  width: 100%;
  text-align: left!important;
}

#bx-soa-order {
  padding: 0 1em;
}

.bx-soa-pp-company.bx-selected {
  height: 2.5em;
  line-height: 1em;
}

.bx-soa-section-content {
  padding: 0 15px 10px;
}

.regform .bx-authform-starrequired {
  color: red;
}


/* Первый слайд */

#bx_1383315540_14391 .main-slider-inf._theme-dark {
  max-height: 94%;
}

#bx_1383315540_14391 .main-slider-item-fire-note._theme-dark {
  order: 1;
}

#bx_1383315540_14391 .main-slider-item-text._theme-dark {
  margin-top: 1.5em;
  order: 2;
}

.main-slider-item .banner-contacts {
  display: flex;
  gap: 10px;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .fil-bot.catMenu {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  #bx_1383315540_14391 .main-slider-inf._theme-dark {
    max-height: 99%;
  }
  .forming-section .bx-soa-section:not(.bx-selected) .bx-soa-section-content {
    padding-left: 1.8em;
  }
}

@media (max-width: 767px) {
  #bx_1383315540_14391 .main-slider-item-text._theme-dark {
    margin-top: 1em;
  }
}

@media (max-width: 575px) {
  #bx_1383315540_14391 .main-slider-item-text._theme-dark {
    margin-top: 0.7em;
  }
}

@media screen and (max-width: 499px) {
  .forming-section .btn.btn-default {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .main-slider-item-text._theme-dark {
    padding-left: 0;
    left: 0;
  }
  .bx-soa-section-title {
    max-width: 65%;
  }
  .forming-section .bx-soa-section-title {
    position: relative;
    top: 15px;
  }
  .forming-section .bx-soa-section-title-container {
    padding-left: 0;
  }
  .forming-section .bx-soa-editstep {
    position: relative;
    top: -10px;
  }
}

@media screen and (max-width: 390px) {
  .forming-section .bx-soa-section-title {
    display: flex;
    flex-direction: column;
    width: 45%;
  }
  .forming-section .bx-soa-section:not(.bx-selected) .bx-soa-section-content {
    padding-left: 15px;
  }
}

#navbar-main2 .with-inner .inner-list .items {
  /* padding-right: 2em; */
}

@media screen and (max-width: 330px) {
  .navbar-default .navbar-brand {
    font-size: 20px;
  }
  .navbar-default .navbar-brand span {
    font-size: 20px;
  }
  .navbar-default .navbar-brand {
    left: -7%;
  }
}

@media (max-width: 575px) {
  .main-slider-item-title._theme-dark,
  .main-slider-item-text._theme-dark {
    width: 100%;
  }
  #bx_1383315540_14391 .main-slider-item-fire-note h3 {
    display: none;
  }
  .main-slider-item-text._theme-dark i {
    display: none;
  }
  .main-slider-item-text._theme-dark {
    padding-top: 0;
  }
  .main-slider-item-1 {
    /* background-image: url('/upload/iblock/cf1/cf1cdf8bd6c540489353329725f15050.jpg')!important; */
  }
  .main-slider-item-2 {
    /* background-image: url('/upload/iblock/16d/16da7a6b6671668e9e956b994191969c.jpg')!important; */
  }
  .main-slider-item-3 {
    /* background-image: url('/upload/iblock/e2e/e2e0d3e9daefb81fb2cd5624c3b6a218.jpg')!important; */
  }
  .main-slider-item-4 {
    /* background-image: url('/upload/iblock/2ef/2ef078457cc8d1bc5617897d2919f503.jpg')!important; */
  }
  .main-slider .main-slider-item._theme-dark {
    background-position: center top;
    /* background-position: 46%; */
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-slider-item-text._theme-dark span {
    font-size: calc(10px + 2vw);
  }
}

@media screen and (max-width: 449px) {
  .main-slider-item-text._theme-dark {
    /* margin-top: 5px; */
    font-size: 13px;
    padding-top: 0;
  }
  .main-slider-item-inn._theme-dark {
    padding: 0;
  }
  .main-slider-item-title._theme-dark {
    font-size: calc(1em + 1.5vw);
  }
}

@media screen and (max-width: 399px) {
  .main-slider-item-text._theme-dark span {
    line-height: 1em;
  }
  .main-slider-item-title._theme-dark {
    line-height: 1em;
  }
  .main-slider-item-text span {
    font-size: 30px;
  }
  .main-slider-item._theme-dark {
    padding: 20px 15px 10px;
  }
}

@media screen and (max-width: 349px) {
  .main-slider-item-title._theme-dark {
    display: inline-block;
    font-size: calc(1em + 1vw);
  }
  .main-slider-item-text span {
    font-size: calc(22px + 2vw);
  }
  .main-slider-item-inn._theme-dark {
    padding: 0;
  }
  .main-slider-item._theme-dark {
    padding: 20px 10px 10px;
  }
  .main-slider-item-text._theme-dark {
    font-size: 11px;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 320px) {
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand span {
    font-size: calc(10px + 1vw);
  }
  .navbar-default .navbar-brand {
    left: 5px;
  }
}

#modal2.modal-wind.fancybox-content {
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 450px) {
	.mobile-header-phone {
		display: none;
	}
}