* {
  margin: 0;
  padding: 0;
}

input {
  /* -webkit-appearance: none; */
}

input:hover,
input:active,
input:focus,
a:hover,
a:active,
a:focus {
  outline: none;
}

@font-face {
  font-family: "Raleway";
  src: local('Raleway Regular'),
  url(font/Raleway-Regular.ttf) format("truetype");
  font-weight: normal;
  font-display: block;
}

@font-face {
  font-family: "Raleway";
  src: local('Raleway SemiBold'),
  url(font/Raleway-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: "Raleway";
  src: local('Raleway Bold'),
  url(font/Raleway-Bold.ttf) format("truetype");
  font-weight: bold;
  font-display: block;
}

body {
  overflow-x: hidden;
  /* background-color: #FFF; */
  background-color: #f9f9f9;
  font-family: 'Raleway';
  font-variant-numeric: lining-nums;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

header {
  padding: 20px 15px;
}

.header {
  display: flex;
  justify-content: flex-start;
}

.logo-wr {
  width: calc(15% - 15px);
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.logo-wr img {
  max-width: 100%;
}

.search-wr {
  width: calc(20% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

.phones-top-wr {
  width: calc(30% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

.phones-top-item {
  display: flex;
  justify-content: flex-start;
}

.phones-top-item {
  margin-bottom: 5px;
}

.phones-top-item .informer {
	width: 100%;
	text-align: center;
	color: red;
	font-weight: bold;
}

.phones-top-item-left {
  font-weight: 700;
  width: 50%;
  font-size: 17px;
  color: #808080;
}

.phones-top-item-right {
  width: 50%;
}

.phones-top-item-right a {
  font-weight: 700;
  text-decoration: none;
  color: #0D0D0D;
  font-size: 17px;
  transition: 0.2s linear;
}

.phones-top-item-right a:hover {
  text-decoration: none;
  color: #F13A30;
  transition: 0.2s linear;
}

.mail-callback-wr {
  width: calc(20% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
}

.top-mail {
  margin-bottom: 5px;
}

.top-mail a {
  text-decoration: none;
  color: #0D0D0D;
  font-size: 17px;
  transition: 0.2s linear;
  font-weight: 700;
}

.top-mail a:hover {
  text-decoration: none;
  color: #F13A30;
  transition: 0.2s linear;
}

.top-callack{
	position: relative;
}

.top-callack a.callack-modal {
  transition: 0.2s linear;
  text-decoration: none;
  color: #0D0D0D;
  font-size: 14px;
  border: 1.5px solid #FFE921;
  border-radius: 4px;
  padding: 5px;
  font-weight: 700;
	display: inline-block;
}

.mail-callback-wr a.whatsapp-button {
	margin-left: 5px;
    position: absolute;
}

.top-callack a:hover {
  transition: 0.2s linear;
  background-color: #FFE921;
}

.basket-wr {
  width: calc(15% - 15px);
  margin-left: 15px;
}

.main-page-block-first {
  display: flex;
  justify-content: flex-start;
}

.main-page-block-first-left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(50% - 15px);
  margin-right: 15px;
}

.main-page-block-first-right {
  width: calc(50% - 15px);
  margin-left: 15px;
}

.main-page-block-first-left-block {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

.main-page-block-first-left-block > div {
  border-radius: 6px;
}

.main-page-block-first-left-block:nth-child(2n+1) {
  margin-right: 15px;
}

.main-page-block-first-left-block:nth-child(2n) {
  margin-left: 15px;
}

.main-menu {
  display: flex;
  justify-content: flex-start;
  background: #FFE921;
}

.main-menu-wr {
  margin-bottom: 30px;
  /* background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(245,245,245,1) 52%, rgba(245,245,245,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(52%, rgba(245,245,245,1)), color-stop(100%, rgba(245,245,245,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(245,245,245,1) 52%, rgba(245,245,245,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(245,245,245,1) 52%, rgba(245,245,245,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(245,245,245,1) 52%, rgba(245,245,245,1) 100%); */
}

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

.free-delivery-wr {
  margin-top: 20px;
  margin-bottom: 30px;
}

.free-delivery {
  background: #F7F7F7;
  border: 1px solid #F7F7F7;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  position: relative;
}

.free-delivery img {
  max-width: 200px;
  margin-top: -50px;
}

.free-delivery-txt {
  font-size: 30px;
  font-weight: 700;
  color: #0D0D0D;
  margin: 0 5%;
}

.free-delivery a {
  background: #FFE921;
  border-radius: 4px;
  text-decoration: none;
  color: #0D0D0D;
  font-weight: bold;
  font-size: 12px;
  padding: 15px 50px;
  transition: 0.2s linear;
  text-decoration: none;
}

.free-delivery a:hover {
  background-color: #F13A30;
  color: #fff;
  transition: 0.2s linear;
  text-decoration: none;
}

.free-delivery-wr {
  margin-top: 20px;
  margin-bottom: 30px;
}

.catalog-free-delivery {
  background: #FFE921;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 45px;
  position: relative;
  background-image: url(/assets/images/metro.png);
  background-position: 5px 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.catalog-free-delivery img {
  max-width: 200px;
}

.catalog-free-delivery-txt {
  font-size: 24px;
  font-weight: 500;
  color: #0D0D0D;
  margin: 0 5%;
}

.catalog-free-delivery a {
  background: #FFE921;
  text-decoration: none;
  color: #0D0D0D;
  font-weight: 700;
  font-size: 12px;
  padding: 12px 35px;
  transition: 0.2s linear;
  text-decoration: none;
  border: 1.5px solid #0D0D0D;
  border-radius: 4px;
}

.catalog-free-delivery a:hover {
  background-color: #F13A30;
  color: #fff;
  transition: 0.2s linear;
  text-decoration: none;
}

.catalog-top-text{
  border: 2px solid #ebebeb;
  background: #f5f5f5;
  padding: 30px;
  position: relative;
  margin-top:15px;
}
.catalog-top-text>img{
  margin-left: 20px;
  margin-bottom: 20px;
  float:right;
  width: 200px;
}

footer {
  padding: 15px;
}

.footer {
  display: flex;
  justify-content: space-between;
}

.footer-left {
  display: flex;
  justify-content: flex-start;
  width: calc(70% - 15px);
  margin-right: 15px;
}

.footer-left > div {
  width: calc(33% - 15px);
  margin-right: 15px;
}

.footer-right {
  width: calc(30% - 15px);
  margin-left: 15px;
}

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

.footer-right-logo img {
  max-width: 100%;
}

.footer-right-copy {
  text-decoration: none;
	color: #808080;
	font-weight: 700;
	font-size: 14px;
	transition: 0.2s linear;
}

.footer-right-politics a {
  text-decoration: underline;
  color: #808080;
  font-weight: 700;
  font-size: 14px;
  transition: 0.2s linear;
}

.footer-right-politics a:hover {
  text-decoration: underline;
  color: #0D0D0D;
  transition: 0.2s linear;
}

.footer-left-menu-title {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0D0D0D;
  margin-bottom: 20px;
}

.footer-left-contacts-item,
.footer-left-contacts-item a {
	text-decoration: none;
	color: #808080;
	font-weight: 700;
	font-size: 14px;
	transition: 0.2s linear;
}

.footer-left-contacts-item {
  margin-bottom: 25px;
}

.footer-left-contacts-item a:hover {
	text-decoration: none;
	color: #0D0D0D;
	transition: 0.2s linear;
}

.main-second-block-wr {
  margin-top: 15px;
}

.main-second-block {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.main-second-block-left {
  width: 100%;
}

.main-second-block-right {
  width: 100%;
}

.main-second-block-right-about-tabs-right-links {
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.main-second-block-right-about-tabs-right-links a {
	font-family: 'Roboto';
	/* font-weight: 500; */
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 5px solid #F0F0F0;
	padding: 5px 20px 12px 20px;
	display: inline-block;
	position: relative;
	transition: 0.2s linear;
  width: 100%;
}

.main-second-block-right-about-tabs-right-links a:first-child {
	padding: 5px 20px 12px 0;
}

.main-second-block-right-about-tabs-right-links a:nth-last-child(2) {
	padding: 5px 0 12px 20px;
}

.main-second-block-right-about-tabs-right-links a:hover {
	text-decoration: none;
	color: #000;
	transition: 0.2s linear;
}

.main-second-block-right-about-tabs-right-links a.active:hover {
	text-decoration: none;
	color: #000;
	transition: 0.2s linear;
}

.main-second-block-right-about-tabs-right-links a::after {
	content: '';

}

.main-second-block-right-about-tabs-right-links a:hover::after {
	content: '';
}

.main-second-block-right-about-tabs-right-links a.active::after {
	content: '';
}

.fly-yellow-line {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FFE921;
  height: 5px;
  transition: 0.2s linear;
}

.main-second-block-right-about-tabs-right-tabs-item {
  color: #999999;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
}

.main-second-block-right-about-tabs-wr {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}

.main-second-block-right-about-tabs-left {
  width: calc(15% - 15px);
  margin-right: 15px;
  text-align: center;
}

.main-second-block-right-about-tabs-left img {
  max-width: 100%;
}

.main-second-block-right-about-tabs-right {
  width: calc(85% - 15px);
  margin-left: 15px;
}

.main-second-block-right-about-tabs-right-tabs-item {
  padding: 25px 0;
}

.main-second-block-right-about-tabs-right-tabs-item p,
.main-second-block-right-about-tabs-right-tabs-item ul,
.main-second-block-right-about-tabs-right-tabs-item ol {
  margin-bottom: 20px;
}

.main-second-block-right-about-tabs-right-tabs-item ul {
  list-style-type: square;
  padding-left: 30px;
}

.main-second-block-right-about-tabs-right-tabs-item.show {
  display: block;
}

.main-second-block-right-about-tabs-right-tabs-item.hide {
  display: none;
}

.main-second-block-right-about-tabs-right-title,
.main-second-block-right-about-tabs-right-title h1 {
  color: #666666;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}

#callback-form-block {
  /* display: none; */
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
}

#show-moshnost-calc-forma {
  /* display: none; */
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  max-width: 1150px;
  margin: 0 auto;
  padding: 20px;
}

.main-brand-search-wr {
  background-color: #FFE921;
  padding: 20px 30px 20px 30px;
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  transition: 0.2s linear;
  min-height: 125px;
}

.main-brand-search-wr:hover {
  transition: 0.2s linear;
  background-color: #F13A30;
}

.main-brand-search-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0D0D0D;
  margin-bottom: 15px;
  transition: 0.2s linear;
}

.main-brand-search-wr:hover .main-brand-search-title {
  transition: 0.2s linear;
  color: #fff;
}

.main-brand-search-img {

}

.main-brand-search-img img {
  max-width: 100%;
  min-width: 40px;
  transition: 0.2s linear;
}

.main-brand-search-wr:hover .main-brand-search-img img {
  filter: invert(100%);
  transition: 0.2s linear;
}

.page-inner-h1 {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.page-inner-h1 h1 {
  color: #0D0D0D;
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}

.txt-content-block {
  color: #000;
  /*font-weight: 700;*/
  font-size: 12px;
  line-height: 20px;
}

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

.txt-content-block h2 {
  margin: 1px 0 20px 0;
  color: #666666;
}

.txt-content-block p,
.txt-content-block ul,
.txt-content-block ol {
  margin-bottom: 20px;
}

.txt-content-block ul {
  list-style-type: square;
  padding-left: 30px;
}

.txt-content-block a {
  text-decoration: none;
  color: #F13A30;
}

.txt-content-block a:hover {
  text-decoration: underline;
  color: #F13A30;
}

.txt-content-block-page {
  color: #0D0D0D;
  font-weight: 500;
  /* font-size: 14px; */
  font-size: 16px;
  /* line-height: 20px; */
  line-height: 25px;
}

.txt-content-block-page h2 {
  margin: 15px 0 20px 0;
  color: #000;
  display: inline-block;
}

.txt-content-block-page p,
.txt-content-block-page ul,
.txt-content-block-page ol {
  margin-bottom: 20px;
}

.txt-content-block-page ul {
  list-style-type: square;
  padding-left: 30px;
}

.txt-content-block-page a {
  text-decoration: none;
  color: #F13A30;
}

.txt-content-block-page a:hover {
  text-decoration: underline;
  color: #F13A30;
}

.img-float-l {
  float: left;
}


[id*="wait"] {
	border: none !important;
  background: none !important;
  padding: 0 !important;
	width: 38px !important;
  height: 38px !important;
  top: calc(50% - 19px) !important;
  left: calc(50% - 19px) !important;
	content: '' !important;
	color: transparent !important;
}

[id*="wait"]:before{
	content: '' !important;
  background: rgba(0,0,0,0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9991;
  top: 0;
  left: 0;
}

[id*="wait"]:after {
	position: fixed !important;
  content: '' !important;
  display: block !important;
  width: 38px !important;
  height: 38px !important;
  top: calc(50% - 19px) !important;
  left: calc(50% - 19px) !important;
  z-index: 999999 !important;
 background: url(images/oval.svg) no-repeat;
}

.basket-info {
  width: 100%;
}

.basket-info-line-1,
.basket-info-line-2,
.basket-info-line-3,
.basket-info-line-4 {
  display: flex;
  justify-content: flex-start;
  color: #0D0D0D;
}

.basket-info-line-1 > div,
.basket-info-line-2 > div,
.basket-info-line-3 > div,
.basket-info-line-4 > div {
  border: 1px solid #F0F0F0;
  padding: 7px 10px;
  flex: 1 1 auto;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.basket-info-line-1 > div:first-child,
.basket-info-line-2 > div:first-child,
.basket-info-line-3 > div:first-child,
.basket-info-line-4 > div:first-child {
  width: 28%;
  flex: 0 0 auto;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
}

.basket-info-line-1 {
  font-size: 1px;
  font-weight: 700;
}

.basket-info-line-1-1,
.basket-info-line-2-2 {
  background-color: #F7F7F7;
}

.tovar-info-wr {
  display: flex;
  margin: 25px 0 15px 0;
}

.tovar-info-wr .basket-info-lines {
  width: 65%;
}

.tovar-info-wr .detail-tovar-info-right {
  width: 35%;
}

.tovar-info-wr .detail-tovar-info-right > div {
  border: 1px solid #F0F0F0;
    padding: 7px 10px;
    flex: 1 1 auto;
    margin-left: -1px;
    margin-top: -1px;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-tovar-info-right-item-1,
.detail-tovar-info-right-item-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
}

.detail-tovar-info-right-item-1-left {
  /* width: 50%; */
}

.detail-tovar-info-right-item-1-right,
.detail-tovar-info-right-item-2-right {
  width: 70%;
}

.detail-tovar-info-right-item-1-img {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.detail-tovar-info-right-item-1-img img {
  max-height: 25px;
}

.detail-tovar-info-right-item-1-left,
.detail-tovar-info-right-item-2-left {
  font-weight: 700;
  text-align: left;
}

.detail-tovar-info-right-item-1-right,
.detail-tovar-info-right-item-2-right {
  text-align: left;
}

.detail-tovar-info-right-item-1-right,
.detail-tovar-info-right-item-2-right {
  font-size: 11px;
}

.tovar-info-wr .basket-info-line-4-2 {
  flex-direction: column;
}

.tovar-info-wr .basket-info-line-1-2,
.tovar-info-wr .basket-info-line-1-3 {
  background-color: #F7F7F7;
}

.tovar-info-wr .basket-info-line-2-2 {
  background-color: #E0F7D7;
  color: #005228;
  font-weight: 700;
  text-decoration: underline;
}

.tovar-info-wr a {
  text-decoration: none;
  background-color: #666666;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  transition: 0.2s linear;
  margin-top: 5px;
}

.tovar-info-wr a:hover {
  transition: 0.2s linear;
  text-decoration: none;
  background-color: #404040;
}

.detail-tovar-notice-wr {
  display: flex;
  background-color: #FFE921;
  padding: 15px;
  width: 100%;
  margin: 15px 0;
}

.detail-tovar-notice-wr > div {
  padding: 0 15px;
}

.detail-tovar-notice-block-1 {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.detail-tovar-notice-block-1 img {
  max-width: 100%;
}

.detail-tovar-notice-block-1 span {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}

.detail-tovar-notice-block-2 {
  width: 35%;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.detail-tovar-notice-block-3 {
  width: 35%;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.detail-tovar-notice-block-4 {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-tovar-notice-block-4 a {
  text-decoration: none;
  text-transform: uppercase;
  background: #0D0D0D;
  border-radius: 4px;
  color: #fff;
  font-weight: 900;
  font-size: 10px;
  padding: 12px 20px;
  transition: 0.2s linear;
}

.detail-tovar-notice-block-4 a:hover {
  transition: 0.2s linear;
  background: #F13A30;
	color: #fff;
	text-decoration: none;
	transition: 0.2s linear
}

.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  margin-top: 35px;
  padding: 0 10px;
}

.contacts-page-wr {
  display: flex;
}

.contacts-page-left {
  width: calc(65% - 15px);
  margin-right: 15px;
}

.contacts-page-right {
  width: calc(35% - 15px);
  margin-left: 15px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

.contacts-page-right p {
  margin-bottom: 15px;
  line-height: 20px;
}

.contacts-page-right a {
  text-decoration: none;
  color: #F13A30;
}

.contacts-page-right a:hover {
  text-decoration: underline;
  color: #F13A30;
}

.dost-page-wr {
  display: flex;
}

.dost-page-left {
  width: calc(40% - 15px);
  margin-right: 15px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

.dost-page-left p {
  margin-bottom: 15px;
  line-height: 20px;
}

.dost-page-left a {
  text-decoration: none;
  color: #F13A30;
}

.dost-page-left a:hover {
  text-decoration: underline;
  color: #F13A30;
}

.dost-page-right {
  width: calc(60% - 15px);
  margin-left: 15px;
}

.dost-page-right img {
  max-width: 100%;
}

.consult-buttons-wr {
  display: flex;
  margin: 15px 0;
  clear: both;
}

.consult-buttons-wr a:first-child {
  border: 2px solid #FFE921;
	background: #FFE921;
	border-radius: 4px;
	font-weight: 900;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0D0D0D;
	text-decoration: none;
	padding: 12px 25px;
	display: inline-block;
	transition: 0.2s linear;
}

.consult-buttons-wr a:first-child:hover {
  text-decoration: none;
	transition: 0.2s linear;
	color: #fff;
	background: #F13A30;
	cursor: pointer;
	border: 2px solid #F13A30;
}

.consult-buttons-wr a:last-child {
	border: 2px solid #FFE921;
	background: #FFE921;
	border-radius: 4px;
	font-weight: 900;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0D0D0D;
	text-decoration: none;
	padding: 12px 25px;
	display: inline-block;
	transition: 0.2s linear;
}

.check-buttons-yell{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.check-buttons-yell span{
	border: 2px solid #FFE921;
	background: #FFE921;
	border-radius: 4px;
	font-weight: 900;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0D0D0D;
	text-decoration: none;
	padding: 6px 0;
	display: inline-block;
	transition: 0.2s linear;
	margin: 0 5px;
}

.consult-buttons-wr a:last-child:hover {
  text-decoration: none;
	transition: 0.2s linear;
	color: #fff;
	background: #F13A30;
	cursor: pointer;
	border: 2px solid #F13A30;
}

.fs-16 {
  font-size: 16px;
}

.catalog-video-wr {
    margin: 50px 0;
}

.our-features p{
	position: relative;
	margin-left: 50px;
}
.our-features p:before{
	content: '';
	position: absolute;
	left: -50px;
	display: inline-block;
	background: url(/assets/images/arrow-f.png) no-repeat;
	width: 44px;
	height: 36px;
}

#show-moshnost-calc {
    border: none;
   text-decoration: none;
	color: #0D0D0D;
	background: #FFE921;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: bold;
	transition: 0.2s linear;
   display: inline-block;
   margin-top: 10px;
   margin-bottom: 10px;
}

#show-moshnost-calc:hover {
	transition: 0.2s linear;
	color: #fff;
	background: #F13A30;
   text-decoration: none;
	cursor: pointer;
}

#show-moshnost-calc-filter {
    border: none;
   text-decoration: none;
	color: #0D0D0D;
	background: #FFE921;
	border-radius: 6px;
	padding: 8px 15px;
	font-size: 13px;
	font-family: 'Roboto';
	font-weight: bold;
	transition: 0.2s linear;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(100% - 30px);
    text-align: center;
  display: none;
}

#show-moshnost-calc-filter:hover {
	transition: 0.2s linear;
	color: #fff;
	background: #F13A30;
   text-decoration: none;
	cursor: pointer;
}

#podbor-gen-button {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    color: #0D0D0D;
    padding: 10px 20px;
    background: #FFE921;
    border-radius: 4px;
    transition: .2s linear;
    position: fixed;
    bottom: 30px;
    left: 30px;
}

#podbor-gen-button:hover {
    background: #F13A30;
    color: #fff;
    text-decoration: none;
    transition: .2s linear;
}

.youtube {
    width:100%;
    height:400px;
    background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   display: block;
   overflow: hidden;
   transition: all 200ms ease-out;
   cursor: pointer;
   margin: 40px auto 0 auto;
}

.youtube .play {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    width: 68px;
    height: 48px;
    left: calc(50% - 34px);
    top: calc(50% - 24px);
    z-index: 1;
    background-image: url(/assets/images/youtube-play.svg);
    opacity: 0.9;
    transition: 0.3s linear;
}

.youtube:hover .play {
    opacity: 1;
    transition: 0.3s linear;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    flex-wrap: wrap;
  }

  .logo-wr {
    width: calc(50% - 15px);
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .search-wr {
    width: calc(50% - 15px);
    margin-right: 0;
    margin-bottom: 20px;
  }

  .phones-top-wr {
    width: calc(50% - 15px);
    margin-left: 0;
    margin-bottom: 20px;
  }
  .mail-callback-wr {
    width: calc(30% - 30px);
    margin-right: 15px;
    margin-bottom: 20px;
  }

  .basket-wr {
    width: 20%;
    margin-left: 0;
  }

  .main-menu-center {
    display: none;
  }

  .main-menu-right {
    width: 100%;
  }

  .main-page-block-first {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .main-page-block-first-left {
    width: 100%;
    margin-right: 0;
  }

  .main-page-block-first-right {
    width: 100%;
    margin-left: 0;
  }

  .h1-box,
  .txt-content-block-page {
    padding: 0 15px;
  }

  .dost-page-wr,
  .contacts-page-wr {
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .consult-buttons-wr {
    flex-wrap: wrap;
    justify-content: center;
  }

  .consult-buttons-wr a {
    width: 80%;
  }

  .consult-buttons-wr a:first-child,
  .consult-buttons-wr a:last-child {
    padding: 10px 15px;
    margin-right: 0;
    margin-left: 0;
  }

  .consult-buttons-wr a:first-child {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-top-text img{
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom:15px;

  }
  .header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-wr {
    width: 100%;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 15px;
    justify-content: center;
  }

  .search-wr {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    display: none;
  }

  .phones-top-wr {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .phones-top-item-left,
  .phones-top-item-right {
    text-align: center;
  }

  .mail-callback-wr {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  .top-mail{
    text-align: center;
    margin-bottom: 25px;
  }

  .top-callack {
    text-align: center;
    margin-bottom: 25px;
  }

  .top-callack a {
    font-size: 16px;
  }

  .basket-wr {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .main-menu {
    flex-wrap: wrap;
  }

  .main-menu-left {
    width: 100%;
  }

  .main-menu-center {
    display: none;
  }

  .main-menu-right {
    width: 100%;
  }

  .main-page-block-first {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .main-page-block-first-left {
    width: 100%;
  margin-right: 0;
  }

  .main-page-block-first-right {
    width: 100%;
    margin-left: 0;
  }

  .main-page-block-first-left-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .main-page-block-first-left-block:nth-child(2n+1) {
    margin-right: 0;
  }

  .main-page-block-first-left-block:nth-child(2n) {
    margin-left: 0;
  }

  .free-delivery {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .free-delivery-txt {
    text-align: center;
    margin: 20px 0;
    font-size: 26px;
  }

  .main-second-block {
    flex-wrap: wrap;
  }

  .main-second-block-left {
    width: 100%;
    margin-right: 0;
  }

  .main-second-block-right {
    width: 100%;
    margin-left: 0;
  }

  .main-second-block-right-about-tabs-wr {
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .main-second-block-right-about-tabs-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .main-second-block-right-about-tabs-right {
    width: 100%;
    margin-left: 0;
  }

  .main-second-block-right-about-tabs-right-title {
    text-align: center;
  }

  .main-second-block-right-about-tabs-right-links a {
    font-size: 12px;
    padding: 5px 10px 12px 00px
  }

  .footer {
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .footer-left {
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
  }

  .footer-left > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .footer-left-contacts {
    order: 1;
  }

  .footer-left-menu {
    order: 2;
  }

  .footer-right {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .h1-box,
  .txt-content-block-page {
    padding: 0 15px;
  }

  .breadcrumbs-wr {
    /* display: none; */
  }

  .catalog-free-delivery-wr {
    display: none;
  }

  .detail-tovar-notice-wr {
    flex-wrap: wrap;
    width: auto;
  }

  .detail-tovar-notice-block-1,
  .detail-tovar-notice-block-2,
  .detail-tovar-notice-block-3,
  .detail-tovar-notice-block-4 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .dost-page-wr,
  .contacts-page-wr {
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .contacts-page-wr {
    flex-direction: column-reverse;
  }

  .dost-page-left,
  .dost-page-right,
  .contacts-page-left,
  .contacts-page-right {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .consult-buttons-wr {
    flex-wrap: wrap;
    justify-content: center;
  }

  .consult-buttons-wr a {
    width: 80%;
  }

  .consult-buttons-wr a:first-child,
  .consult-buttons-wr a:last-child {
    padding: 10px 15px;
    margin-right: 0;
    margin-left: 0;
  }

  .consult-buttons-wr a:first-child {
    margin-bottom: 15px;
  }

  #podbor-gen-button {
      text-decoration: none;
      font-weight: 700;
      font-size: 14px;
      color: #0D0D0D;
      padding: 8px 20px;
      background: #FFE921;
      border-radius: 4px;
      transition: .2s linear;
      position: fixed;
      bottom: 10px;
      left: 10px;
  }
}
.snowblock {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,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), url(data:image/png;base64,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), url(data:image/png;base64,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);
    animation: snow 40s linear infinite;
}
@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 1800px 2000px, 1600px 1600px, 1400px 1200px;
    }
}
