@charset "utf-8";
@font-face {
  font-family: "TimesNewRomanRegular";
  src: url("../fonts/TimesNewRomanRegular.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.ttf");
}
@font-face {
  font-family: "Montserrat-bold";
  src: url("../fonts/Montserrat-Bold.ttf");
}
* {
  box-sizing: border-box;
}
.li_checbox {
  list-style: url("../images/li_checbox.png")
}
.li_checbox li {
  padding-left: 20px;
  padding-bottom: 10px;
}
.clear {
  clear: both !important;
}
.none {
  display: none !important;
}
.text-center {
  text-align: center !important;
}
button:focus {
  outline: 0;
}
header p {
  margin: 0;
  padding: 0;
}
header li, header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  font-size: 24px;
}
body {
  height: 100%;
  width: 100%;
  font-size: 24px;
  font-family: TimesNewRomanRegular;
  background-color: #FFFFFF;
  color: #494949;
  margin: 0 auto;
}
a, a:visited {
  color: #494949;
}
a:hover, a:focus {
  color: #878787;
}
h1, h2, h3, h4, h5, h6 {
  color: #494949;
  line-height: normal;
}
h1 {
  font-size: 55px;
      margin-top: 0px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 26px;
}

.link_btn {
  font-family: TimesNewRomanRegular;
    color: #FFFFFF;
    background-color: #715194;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 8px;
    margin: 0;
    padding: 15px 40px;
    cursor: pointer;
}
.link_btn:hover {
  background-color: #5f4080;
  color: #FFFFFF;
}
a.link_btn {
    color: #FFFFFF;
}
a.link_btn:hover {
  background-color: #5f4080;
  color: #FFFFFF;
}
/* editor styles ******/
.size_10per {
	font-size: 10%;
}
.size_20per {
	font-size: 20%;
}
.size_30per {
	font-size: 30%;
}
.size_40per {
	font-size: 40%;
}
.size_50per {
	font-size: 50%;
}
.size_60per {
	font-size: 60%;
}
.size_70per {
	font-size: 70%;
}
.size_80per {
	font-size: 80%;
}
.size_90per {
	font-size: 90%;
}
.size_100per {
	font-size: 100%;
}
.size_110per {
	font-size: 110%;
}
.size_120per {
	font-size: 120%;
}
.size_130per {
	font-size: 130%;
}
.size_140per {
	font-size: 140%;
}
.size_150per {
	font-size: 150%;
}
.size_160per {
	font-size: 160%;
}
.size_170per {
	font-size: 170%;
}
.size_180per {
	font-size: 180%;
}
.size_190per {
	font-size: 190%;
}
.size_200per {
	font-size: 200%;
}
.justifyright {
	text-align: right;
}
.justifyleft {
	text-align: left;
}
.justifyfull {
	text-align: justify;
}
.justifycenter {
	text-align: center;
}
/******** Forms placeholder style ******/
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  font-family: TimesNewRomanRegular;
  font-size: 20px;
  color: #9C9C9C;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease
}
textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  font-family: TimesNewRomanRegular;
  font-size: 20px;
  color: #9C9C9C;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease
}
textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  font-family: TimesNewRomanRegular;
  font-size: 20px;
  color: #9C9C9C;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease
}
textarea::placeholder, input::placeholder {
  font-family: TimesNewRomanRegular;
  font-size: 20px;
  color: #9C9C9C;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease
}
textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease
}
textarea:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease
}
textarea:focus::-ms-input-placeholder, input:focus::-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease
}
textarea:focus::placeholder, input:focus::placeholder {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease
}
/******** end Forms placeholder style ******/
.bg_violet h1, .bg_violet h2, .bg_violet h3, .bg_violet h4, .bg_violet h5, .bg_violet h6 {
  color: #FFFFFF;
}
.wrapper {
  display: block;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  margin: 0 auto;
  height: 100%;
}
.wrapper_grid {
  display: grid;
  /*grid-template-columns: auto;*/
  /*grid-template-rows: minmax(273px, auto) 1fr minmax(260px, auto);*/
  grid-template: minmax(200px, auto) 1fr minmax(200px, auto) / 1fr;
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0 auto;
  grid-template-areas:
    "header"
    "content"
    "footer";
}
.header {
  grid-area: header;
  display: grid;
  grid-template-areas:
    "valuta menu_up menu_up menu_up login"
    "logo logo search info_block car"
    "menu_catalog menu_catalog menu_catalog menu_catalog menu_catalog";
  grid-template-rows: auto auto auto;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
.valuta {
  grid-area: valuta;
  background-color: #e5e4e4;
  height: 54px;
  padding-left: 36px;
}
.valuta__list {
  display: grid;
  grid-template-columns: 100px 100px 70px 70px;
  align-content: center;
  height: 54px;
}
.valuta__list > p {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  border: #FFFFFF solid 1px;
  border-radius: 10px;
  text-align: center;
  padding: 1px 15px;
  margin: 0 7px;
  background-color: #FFFFFF;
}
/*** menu Up******/
.menu_up {
  grid-area: menu_up;
  background-color: #e5e4e4;
  height: 54px
}

.menu_up__list {
  display: grid;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  height: 54px;
}
.menu_up__list li {
  padding: 0 20px;
  border-left: #898989 solid 1px;
}
.menu_up__list li:first-child {
  border-left: 0;
}
.menu_up__list a {
  color: #494949;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.menu_up__list a:hover {
  color: #878787;
}
.menu_up__list.mob {
  display: none;
}
/*** END menu Up******/
/*** menu Login ******/
.login {
  grid-area: login;
  background-color: #e5e4e4;
  height: 54px;
  padding-right: 36px;
}
.login__up {
  display: grid;
  grid-template-columns: 25px auto;
  align-content: center;
  justify-content: end;
  width: 100%;
  height: 54px;
  white-space: nowrap;
  /*background-color: #D2F74B;*/
}
/*.login__list {
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
}*/
/*.login__list li:before {
  content: "/";
}
.login__list li:first-child:before {
  content: "";
}*/
.login__list a {
  color: #494949;
  font-size: 20px;
  padding: 10px;
  text-decoration: none;
  white-space: nowrap;
}
.login__list a:hover {
  color: #878787;
}
/*** END menu Login ******/
.logo {
  grid-area: logo;
  align-self: center;
  justify-self: center;
  width: 413px;
}
.logo__img {
  /*width: 334px;
  margin-left: 10px;*/
  text-align: center;
}
.logo__img img {
  width: 100%;
  max-width: 334px;
}
/**** Car ****/
.car {
  grid-area: car;
  display: grid;
  align-content: center;
  justify-items: end;
  width: 270px;
  padding-right: 20px;
  font-size: 20px!important;
}
.car #msMiniCart, .car .msMiniCart {
    font-size: 20px!important;
}
.car__empty {
  max-width: 216px;
}
.car__empty img {
  width: 100%;
  max-width: 216px;
}
.car__full {
  width: 249px;
  height: 127px;
  border: solid 3px #634980;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 36px 24px 63px;
  align-items: end;
}
.car__full_tovars {
  display: grid;
  width: 100%;
  grid-template-columns: 32px 1fr 30px;
  grid-template-rows: 1fr;
  padding: 0 16px 0 12px;
}
.car__full_tovars button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.car__full_ico {
  display: block;
}
.car__full_total {
  width: 100%;
  white-space: nowrap;
}
.car__full_clear {
  display: block;
}

.car__full_sum {
  width: 100%;
  white-space: nowrap;
  padding-left: 45px;
}
.car__full_btn a {
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #715194;
  border: #715194 solid 1px;
  border-radius: 7px;
  text-align: center;
  padding: 12px 20px;
  display: block;
  width: 100%;
}
.car__full_btn a:hover {
  color: #EFE1FF;
}
/**** END Car ****/
/**** SEARCH ****/
.search {
  grid-area: search;
  width: 100%;
}
.search-form {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
  /*height: 158px;*/
}
.search-block {
  display: grid;
  grid-template-columns: auto 40px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding-bottom: 5px;
  border-bottom: #999999 solid 1px;
}
.search-block .search-input {
  font-family: TimesNewRomanRegular;
  width: 100%;
  height: 40px;
  font-size: 24px;
  border: 0;
  padding: 5px 10px 5px 5px;
  margin-right: 15px;
  outline: none;
}
.search-block .search-input:focus {
  color: #494949;
  background-color: #fff;
  border: 0px;
  outline: 0;
  /*box-shadow: 0 0 0 1px rgba(55, 55, 55, 0.20);*/
}
.search-block .search-button {
  width: 40px;
  height: 35px;
  padding: 0 0 0 4px;
  border: 0;
  cursor: pointer;
  background-image: url("../images/search-lupa.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}

  .search-block input::-webkit-input-placeholder {
    font-size: 24px;
  }
  .search-block input:-ms-input-placeholder {
    font-size: 24px;
  }
  .search-block input::-ms-input-placeholder {
    font-size: 24px;
  }
  .search-block input::placeholder {
    font-size: 24px;
  }
/**** END SEARCH ****/
/**** info block ****/
.info_block {
  grid-area: info_block;
  display: grid;
  grid-template-areas: "timework adress1 adress2";
  grid-template-columns: 295px 230px 230px;
  align-content: center;
  padding: 30px 0 30px 83px;
  width: 916px;
  height: 158px;
}
.info_block__title {
  font-weight: bold;
  margin: 0 0 10px;
  white-space: nowrap;
}
/**** Time work ****/
.timework {
  grid-area: timework;
  display: grid;
  grid-template-columns: 37px auto;
  max-width: 295px;
}
.timework__ico {
  padding-top: 3px;
}
.timework__time {
  white-space: nowrap;
}
/**** Adress ****/
.adress1 {
  grid-area: adress1;
}
.adress2 {
  grid-area: adress2;
}
.adr__ico {
  padding-top: 3px;
}
.tel-link {
  text-decoration: none;
  color: #494949;
  white-space: nowrap;
}
.adr {
  display: grid;
  grid-template-columns: 37px auto;
  max-width: 230px;
}
/**** END info block ****/
.burger {
  grid-area: burger;
  display: none;
}
/*** menu Catalog ******/
.menu_catalog {
  grid-area: menu_catalog;
  width: 100%;
  max-width: 1920px;
  z-index: 99;
}
.menu_catalog.fixed {
  position: fixed;
  top: 0;
  left: unset;
  animation-name: show_menu_catalog;
  animation-duration: 1s;
}
@keyframes show_menu_catalog {
  0%{
    opacity: 0;
    top: -55;
  }
  100%{
    opacity: 1;
    top: 0;
  }
}
.menu_catalog__list ul {
  display: grid;
  grid-auto-flow: column;
  margin: 0 auto;
  justify-items: start;
  align-items: center;
  position: relative;
  /*height: 60px;*/
}
.menu_catalog__list ul li {
  /*display: block;*/
  width: 100%;
  /*height: 60px;*/
  padding: 17px 5px 17px;
  position: relative;
  background-color: #313437;
  white-space: nowrap;
  text-align: center;
}
.menu_catalog__list ul li:after {
  /*display: inline-block;
  content: "";*/
  display: none;
}
.menu_catalog__list ul li.parent:after {
  display: inline-block;
  content: "";
  height: 6px;
  width: 15px;
  background-image: url("../images/menu-str.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  cursor: pointer;
}
.menu_catalog__list ul li a {
  padding: 15px 10px;
  font-size: 21px;
  color: #FFFDFD;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}
.menu_catalog__list ul li:hover, .menu_catalog__list ul li.active {
  background-color: #715194;
}
/****** Level 2 **********/
.menu_catalog__list ul li ul {
  display: none;
}
.menu_catalog__list ul li:hover ul {
  display: block;
  position: absolute;
  padding-top: 0px;
  margin-top: 0px;
  border: 0;
  padding-bottom: 0px;
  width: 100%;
  min-width: 280px;
  left: 0px;
  top: 56px;
}
.menu_catalog__list ul li:nth-last-child(1):hover ul, .menu_catalog__list ul li:nth-last-child(2):hover ul {
  right: 0;
  left: auto;
}
.menu_catalog__list ul li ul li {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #715194;
  border: solid #8b67b1 1px;
  text-align: left;
}
.menu_catalog__list ul li ul li:after {
  display: none;
}
.menu_catalog__list ul li ul li:last-child {
  border-bottom: #715194;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.menu_catalog__list ul li ul li a {
  display: block;
  padding: 10px;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  text-transform: none;
  white-space: normal;
}
.menu_catalog__list ul li:hover ul li:hover {
  background-color: #FFFFFF;
}
.menu_catalog__list ul li:hover ul li:hover a {
  color: #715194;
}
.menu_catalog__list ul li:hover.active ul li.active {
  background-color: #FFFFFF;
}
.menu_catalog__list ul li:hover.active ul li.active a {
  color: #715194;
}
/****************** END NAVOGATION *********************/
/**** Slider Block ****/
.slider {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-template-rows: 1fr;
  /*display: none;*/
}
.slider_marketing {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  max-width: 496px;
}
.slider_marketing__link img {
  width: auto;
  max-width: 100%;
}
.slider_marketing__link:hover {
  opacity: 0.9;
}
/**** END Slider Block ****/
/**** Paralax Paralax block ****/
.paralax {
  max-width: 100%;
  margin: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  background: linear-gradient(rgba(55, 56, 56, 0.90), rgba(43, 43, 43, 0.90)), url("../images/paralax_img.jpg") left 50% top 50% / auto auto no-repeat fixed;
  overflow: hidden;
  /*display: none;*/
}
.paralax_razdels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 28px;
  align-self: center;
  justify-self: center;
  justify-content: center;
  justify-items: center;
  padding: 80px 60px;
}
.paralax_razdels__item {
  max-width: 387px;
  /*max-height: 244px;*/
}
.paralax_razdels__img {
  width: 100%;
  max-width: 387px;
  max-height: 206px;
  border-radius: 20px;
  overflow: hidden;
}
.paralax_razdels__img img {
  width: 100%;
  overflow: hidden;
  max-width: 387px;
  max-height: 206px;
}
.paralax_razdels__img img:hover {
  opacity: 0.5;
}
.paralax_razdels__title {
  width: 100%;
  padding: 15px 10px 5px;
  text-align: center;
}
.paralax_razdels__title a {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}
.paralax_razdels__title a:hover {
  color: #B5AEAE;
}
/**** END Paralax block ****/
/**** Marketing block ****/
.marketing {
  background-color: #cccccc;
  /*display: none;*/
}
.market_block {
  padding: 30px 5px;
}
.market_block__title {
  background-color: #84ba2f;
  color: #FFFFFF;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
.market_block__more {
  text-align: center;
  margin: 30px auto 10px;
  cursor: pointer;
  max-width: 250px;
}
.market_block__more a {
  color: #715194;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
}
.market_block__more a:hover {
  text-decoration: underline;
}
.market_block__more a:after {
  display: inline-block;
  content: "";
  background-image: url("../images/market_block__more_str.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 12px;
  width: 30px;
  cursor: pointer;
}
.market_block__tovars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  align-items: center;
  justify-items: center;
}
/****END Marketing block ****/
/**** Tovar in Catalog ****/
.tovar_catalog__item {
  width: 377px;
  height: 470px;
  overflow: hidden;
  position: relative;
  background: url("../images/tovar-catalog-bg.png") center / cover no-repeat;
}
.tovar_catalog__item_lables {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 85px;
  overflow: hidden;
}
.tovar_catalog__item_lable {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 85px;
  height: 27px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 6px;
}
.tovar_catalog__item_lable.action {
  background-color: #ffcc00;
}
.tovar_catalog__item_lable.new {
  background-color: #94c24b;
}
.tovar_catalog__item_params {
  width: 300px;
  height: 393px;
  margin: 40px auto 37px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 120px;
  grid-template-rows: 230px 60px 103px;
  grid-template-areas:
    "tovar_catalog__item_img tovar_catalog__item_img"
    "tovar_catalog__item_title tovar_catalog__item_title"
    "tovar_catalog__item_prices tovar_catalog__item_buton";
  justify-items: start;
  align-items: center;
}
.tovar_catalog__item_img {
  grid-area: tovar_catalog__item_img;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 230px;
  display: grid;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  /*border: 1px solid #f3f3f3;*/
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tovar_catalog__item_img img {
  max-width: 298px;
  max-height: 228px;
  width: 100%;
  height: auto;
}
.tovar_catalog__item_title {
  grid-area: tovar_catalog__item_title;
  color: #494949;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  height: 60px;
  padding: 10px 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tovar_catalog__item_prices {
  grid-area: tovar_catalog__item_prices;
  padding: 0 0 0 15px;
}
.tovar_catalog__item_prices .price_old {
  font-size: 20px;
  font-weight: bold;
  text-decoration: line-through;
  color: #777777;
}
.tovar_catalog__item_prices .price {
  font-size: 30px;
  font-weight: normal;
  color: #000000;
}
.tovar_catalog__item_buton {
  grid-area: tovar_catalog__item_buton;
  display: grid;
  justify-content: center;
  align-content: center;
  background-color: #715194;
  width: 108px;
  height: 34px;
  border-radius: 8px;
}
.tovar_catalog__item_buton:hover {
  background-color: #5f4080;
}
.tovar_catalog__item_buton a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
/********** END Tovar in Catalog ****/
/******** Catalog tovars **************/
.catalog_tovars {
  width: 100%;
  display: grid;
  grid-template-columns: 382px 4fr;
  grid-template-rows: 1fr;
  justify-items: center;
  margin-top: 10px;
}
.catalog_tovars__tovars {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
}
.catalog_tovars__tovars.items_5 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
}
/**********  Filtr *************/
.catalog_tovars__filtr_button {
  display: none;
}
.catalog_tovars__filtr {
  width: 323px;
  padding-top: 30px;
  justify-self: center;
}
.filtr {
  width: 100%;
  background: #715194;
  color: #FFFFFF;
  border: #715194 1px solid;
  border-radius: 15px;
  overflow: hidden;
}
.filtr form {
  display: block;
  width: 100%;
  border: 0;
  padding: 15px;
  font-size: 24px;
  color: #FFFFFF;
}
.filtr fieldset {
  display: block;
  border: 0;
  margin: 0 0 20px 0;
  padding: 0;
}
.filter_title {
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 20px 10px 20px;
  margin-bottom: 30px;
  border-bottom: #8d74a9 solid 1px;
}
.filtr .checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.filtr .checkbox__text {
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 20px;
  text-transform: capitalize;
  /*cursor: pointer;*/
}
.filtr .checkbox__text:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 21px;
  height: 23px;
  border-radius: 3px;
  background: #ffffff;
  transition: .2s;
}
.filtr .checkbox__text:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 2px;
  width: 17px;
  height: 14px;
}
.filtr .checkbox input:checked + .checkbox__text:after {
  background-image: url("../images/input-checked.png");
  background-repeat: no-repeat;
  background-position: center center;
  transition: .2s;
}
/******** END Catalog tovars **************/
.content {
  grid-area: content;
  display: block;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  background: #d1d1d1;
  /*padding-bottom: 20px;*/
  margin-top: -4px;
}
.content p {
  margin: 10px 0;
}
.content .li_checbox {
  margin-left: 2rem;
}
.content_up {
  background-color: #FFFFFF;
  padding: 0px 20px;
  overflow: hidden;
}
.content__bg_grey {
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
  overflow: hidden;
  background: #d1d1d1;
}
.content__white {
  width: 100%;
  margin: 0 auto;
  padding: 0px 60px;
  overflow: hidden;
  background: #FFFFFF;
}
.bg_violet {
  background: #715194 !important;
  color: #FFFFFF;
  overflow: hidden;
}
/****** Footer ************/
.footer {
  grid-area: footer;
  width: 100%;
  max-width: 1920px;
}
.footer_up {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: 1fr;
  padding-bottom: 30px;
}
.footer__logo {
  width: 100%;
  max-width: 264px;
  max-height: 78px;
  justify-self: center;
  margin-top: 20px;
}
.footer__logo img {
  width: 100%;
  max-width: 264px;
  max-height: 78px;
}
.footer__info_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  margin-top: 50px
}
.footer__info_block a {
  color: #494949;
  font-size: 24px;
  text-decoration: none;
  padding: 10px 0;
}
.footer__info_block a:hover {
  text-decoration: none;
  color: #878787;
}
.footer__adr {
  border-left: solid 1px #cccccc;
  padding: 0 60px;
}
.footer__timework {
  border-left: solid 1px #cccccc;
  padding: 0 0 0 60px;
}
.footer__info_block__title {
  color: #494949;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
}
.footer__timework__time {
  color: #494949;
  font-size: 24px;
}
.footer__adr__tel:before {
  display: inline-block;
  content: "";
  background-image: url("../images/icons/tel-ico.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 40px;
}
.footer__adr__mail:before {
  display: inline-block;
  content: "";
  background-image: url("../images/icons/mail-ico.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 40px;
}
.footer__adr__map:before {
  display: inline-block;
  content: "";
  background-image: url("../images/icons/map-ico.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 40px;
}
.footer_cookie {
  display: grid;
  grid-template-columns: 4fr 1fr;
  /*grid-template-rows: minmax(80px, auto);*/
  grid-template-rows: minmax(4vw, auto);
  align-items: center;
  width: 100%;
  max-width: 1920px;
  background-color: #313437;
}
.footer_cookie__text {
  text-align: center;
  color: #FFFFFF;
  padding: 5px 10px;
}
/*.footer_cookie__btn a {
    font-family: TimesNewRomanRegular;
    color: #FFFFFF;
    background-color: #715194;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 8px;
    margin: 0;
    padding: 15px 20px;
    cursor: pointer;
}*/
.footer_cookie__btn a {
  font-family: TimesNewRomanRegular;
  color: #FFFFFF;
  background-color: #715194;
  font-size: 1.25vw;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 0.41vw;
  margin: 0 5px;
  padding: 0.78vw 1.04vw;
  cursor: pointer;
}
.footer_cookie__btn a:hover {
  background-color: #5f4080;
}
/****** END Footer *******/
.slider_wow {
  justify-self: start;
}
/******* karusel ******/
.karusel {
  background-color: #313437;
  overflow: hidden;
  padding: 10px 0 30px;
}
.karusel__title {
  color: #FFFFFF;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  margin: 30px 10px;
}
.karusel__list {
  padding: 20px 0;
}
.karusel__list img {
  width: 376px;
}
/******* утв karusel ******/
/*********  Booton back-top ************/
#back-top {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 99999;
  opacity: 1;
}
#back-top a {
  display: block;
  width: 64px;
  height: 64px;
  font-size: 80%;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 1s ease 0s;
}
#back-top span {
  background-image: url("../images/arrowUp.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
  display: block;
  height: 64px;
  width: 64px;
  margin-bottom: 7px;
  transition: all 1s ease 0s;
}
#back-top span:hover {
  opacity: 0.5;
}
.footer_down {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  background: #313437;
  padding: 0 70px;
  height: 44px;
}
.footer_down__copy {
  justify-self: start;
  color: #FFFFFF;
  font-size: 18px;
}
.footer_down__link {
  justify-self: end;
}
.footer_down__link a {
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: none;
}
.footer_down__link a:hover {
  text-decoration: underline;
}
/********************************************************/
/*************** Razdels ************/
.podrazdels {
  width: 100%;
  max-width: 1920px;
  padding: 0;
  overflow: hidden;
  background: #d1d1d1;
}
.podrazdels h2 {
  margin: 20px 10px;
}
.podrazdels__list {
  margin: 30px auto 50px;
  text-align: center;
}
.podrazdels__list.items_5.max_3 {
  max-width: 1100px;
  text-align: center;
}
.podrazdels__list.items_5.max_4 {
  max-width: 1480px;
  text-align: center;
}
.items_5 .podrazdels__item {
  display: inline-block;
  width: 331px;
  height: 315px;
  margin: 30px 15px 0 15px;
}
.items_5 .podrazdels__item_img {
  display: grid;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  position: relative;
  background: url("../images/item-5kol-bg.png") center / cover no-repeat;
  box-shadow: 0px 0px 20px 20px rgba(55, 55, 55, 0.37);
  width: 100%;
  height: 100%;
  max-height: 250px;
  padding: 15px;
  border-radius: 32px;
}
.items_5 .podrazdels__item_img:hover {
  opacity: 0.7;
}
.items_5 .podrazdels__item_img_block {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 300px;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
}
.items_5 .podrazdels__item_img img {
  max-width: 300px;
  max-height: 220px;
}
.items_5 .podrazdels__item_link {
  display: block;
  overflow: hidden;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  margin-top: 25px;
  height: 46px;
}
.items_5 .podrazdels__item_link:hover {
  opacity: 0.7;
}
.items_3.max_2 {
  max-width: 1250px;
}
.items_3 .podrazdels__item {
  display: inline-block;
  width: 526px;
  height: 392px;
  margin: 30px 40px 0 40px;
}
.items_3 .podrazdels__item_img {
  display: grid;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  position: relative;
  background: url("../images/item-3kol-bg.png") center / cover no-repeat;
  box-shadow: 0px 0px 20px 20px rgba(55, 55, 55, 0.37);
  width: 100%;
  height: 100%;
  max-height: 321px;
  padding: 20px 18px 20px 23px;
  border-radius: 40px;
}
.items_3 .podrazdels__item_img:hover {
  opacity: 0.7;
}
.items_3 .podrazdels__item_img_block {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 486px;
  height: 281px;
  border-radius: 25px;
  overflow: hidden;
}
.items_3 .podrazdels__item_img img {
  max-width: 486px;
  max-height: 281px;
}
.items_3 .podrazdels__item_link {
  display: block;
  overflow: hidden;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  margin-top: 25px;
  height: 46px;
}
.items_3 .podrazdels__item_link:hover {
  opacity: 0.7;
}
/********** Bread Crumbs ************/
.breadcrumbs {
  /*background-color: #FFFFFF;*/
  overflow: hidden;
}
.breadcrumbs ul {
  display: block;
  width: 100%;
  padding: 0 20px 0 50px;
  margin: 24px 0;
}
.breadcrumbs ul li {
  display: inline-block;
  list-style: none;
  color: #777777;
  font-size: 20px;
}
.breadcrumbs ul li a {
  text-decoration: none;
  white-space: nowrap;
  color: #777777;
  font-size: 20px;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
  color: #494949;
}
/********** END Bread Crumbs ************/
/******** Tovar Page *************/
.tovar_page {
  width: 100%;
  display: grid;
  grid-template: 1fr / 1fr 1fr;
}
.tovar_page__img {
  width: 900px;
  height: 630px;
  padding: 42px 37px 46px 46px;
  overflow: hidden;
  position: relative;
  background: url("../images/tovar-page-bg.png") center / cover no-repeat;
  margin-bottom: 50px;
}
.tovar_page__img_main {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  max-width: 817px;
  max-height: 542px;
  overflow: hidden;
  /*border: 1px solid #f7f7f7;*/
  border-radius: 30px;
}
.tovar_page__img_main img {
  max-width: 815px;
  max-height: 540px;
}
.tovar_page__img_lables {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 160px;
  overflow: hidden;
}
.tovar_page__img_lable {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 154px;
  height: 53px;
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 10px;
}
.tovar_page__img_lable.action {
  background-color: #ffcc00;
}
.tovar_page__img_lable.new {
  background-color: #84ba2f;
}
.tovar_page__text {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
}
.tovar_page__prices {
  display: block;
  white-space: nowrap;
  margin: 40px 0;
}
.tovar_page__prices .price {
  display: inline-block;
  padding-right: 50px;
  font-size: 30px;
  color: #494949;
}
.tovar_page__prices .price_old {
  display: inline-block;
  font-size: 24px;
  color: #808080;
}
.tovar_page__prices .price_old span {
  text-decoration: line-through;
}
.tovar_page__count {
  margin: 10px 0 30px;
}
.tovar_page__count span {
  color: #494949;
  font-size: 24px;
  font-weight: 900;
  margin-right: 25px;
}
.tovar_page__prices_table {
  text-align: center;
  min-width: 100px;
}
.tovar_page__prices_table .price {
  display: block;
  font-size: 24px;
  color: #494949;
}
.tovar_page__prices_table .price_old {
  display: block;
  font-size: 18px;
  color: #808080;
  text-decoration: line-through;
}
.inputTN {
  display: inline-block;
  position: relative;
}
.inputTN__input {
  color: #494949;
  font-size: 24px;
  text-align: right;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 40px;
  border: 1px solid #ffffff;
  outline: none;
  width: 100px;
  height: 50px;
  transition: .2s;
}

    
.inputTN:hover .inputTN__input, .inputTN:focus .inputTN__input {
  border-color: #CCCCCC;
}
.inputTN__top {
  width: 0px;
  border: 11px solid transparent;
  border-bottom: 11px solid #715194;
  position: absolute;
  top: -2px;
  right: 5px;
  cursor: pointer;
  transition: .2s;
}
.inputTN__bottom {
  width: 0px;
  border: 11px solid transparent;
  border-top: 11px solid #715194;
  position: absolute;
  bottom: -2px;
  right: 5px;
  cursor: pointer;
  transition: .2s;
}
.inputTN__top:hover {
  border-bottom-color: #888;
}
.inputTN__bottom:hover {
  border-top-color: #888;
}
.tovar_page__btn_zakaz {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.tovar_page__btn_zakaz button {
  font-family: TimesNewRomanRegular;
  color: #FFFFFF;
  background-color: #715194;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 8px;
  margin: 0;
  padding: 18px 45px;
  cursor: pointer;
}
.tovar_page__btn_zakaz button:hover {
  background-color: #5f4080;
}
/* tovar_page Table */
.tovar_page__table {
  border-radius: 20px;
  overflow: hidden;
  vertical-align: middle;
  text-transform: lowercase;
}
.tovar_page__table thead td {
  background: #84ba2f;
  color: #FFFFFF;
}
.tovar_page__table tr {
  background-color: #ffffff;
  border: 0;
}
.tovar_page__table tr:nth-of-type(odd) {
  background-color: #eef0f0;
}
.tovar_page__table th, .tovar_page__table td {
  padding: 15px 20px;
  border: 0;
  border-right: 1px solid #d1d1d1;
  color: #494949;
  font-size: 24px;
}
.tovar_page__table th {
  max-width: 330px;
}
.tovar_page__table th {
  text-align: left;
  font-weight: normal;
  text-transform: lowercase;
}
.tovar_page__table td {
  text-align: center;
}
.tovar_page__table thead tr td:first-child {
  text-align: left;
}
.tovar_page__table tr td:last-child {
  white-space: nowrap;
}

/******** end tovar_page Table **************/
/* page Table */
.page__table {
  border-radius: 20px;
  vertical-align: middle;
}
.page__table thead td {
  background: #84ba2f;
  color: #FFFFFF;
}
.page__table tr {
  background-color: #ffffff;
}
.page__table tr:nth-of-type(odd) {
  background-color: #eef0f0;
}
.page__table th, .page__table td {
  padding: 15px 20px;
  border-right: 1px solid #d1d1d1;
  color: #494949;
  font-size: 24px;
}

.page__table th {
  text-align: left;
  font-weight: normal;
}
/******** end page Table **************/

/******** SALE Table **************/
.scroll_sale {
  display: block;
  width: 100%;
}
.sale_table {
  width: 100%;
  padding: 10px 40px 40px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.sale_table table {
  width: 100%;
  /*max-width: 1787px;*/
}
.sale_table th, .sale_table td {
  padding: 15px 10px;
}
.sale_table__name {
  width: 22%;
}
.sale_table__color {
  width: 11%;
}
.sale_table__edizm {
  width: 10%;
}
.sale_table__razmer {
  width: 7%;
}
.sale_table__kol {
  width: 7%x;
}
.sale_table__prim {
  width: 17%;
}
.sale_table__price_sel {
  width: 12%;
}
.sale_table__price_sale {
  width: 14%;
}
/******** END SALE Table **************/
/******** Gradient Table **************/
.lvl1 {
  width: 100%;
  margin: 0 auto;
  border-radius: 37px;
  -webkit-box-shadow: -7px 10px 7px 0px rgba(0, 0, 0, 0.15), -20px 20px 20px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
  box-shadow: -7px 10px 7px 0px rgba(0, 0, 0, 0.15), -20px 20px 20px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(0, 0, 0, 0.9)
}
.lvl2 {
  padding: 4.5px;
  margin: 0 auto;
  border-radius: 35px;
  background: -webkit-gradient(linear, left bottom, left top, from(#d9d9d9), to(#f9f9f9));
  background: -o-linear-gradient(bottom, #d9d9d9 0%, #f9f9f9 100%);
  background: linear-gradient(0deg, #d9d9d9 0%, #f9f9f9 100%);
  -webkit-box-shadow: -2px 0px 1px 1px rgba(96, 96, 96, 0.2), 1px 0px 1px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: -2px 0px 1px 1px rgba(96, 96, 96, 0.2), 1px 0px 1px 0px rgba(0, 0, 0, 0.1) inset
}
.lvl3 {
  padding: 12px;
  margin: 0 auto;
  border-radius: 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(#d4d4d4), to(#ececec));
  background: -o-linear-gradient(bottom, #d4d4d4 0%, #ececec 100%);
  background: linear-gradient(0deg, #d4d4d4 0%, #ececec 100%);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(248, 248, 248, 0.01), -2px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 0px rgba(248, 248, 248, 0.01), -2px 0px 15px 0px rgba(0, 0, 0, 0.15)
}
.lvl4 {
  padding: 0px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 22px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05)
}
/******** end Gradient Table **************/
/******** Oformlenie Table **************/
.scroll_oforml {
  display: block;
  width: 100%;
  max-width: 1920px;
}
.oforml_table {
  max-width: 1863px;
  padding: 10px 40px 40px;
  margin: 10px auto;
  overflow: hidden;
  position: relative;
  font-size: 24px;
}
.oforml_table__btn_clear {
  position: relative;
  text-align: right;
}
.oforml_table__btn_clear button {
    /*display: block;*/
    font-family: TimesNewRomanRegular;
    color: #FFFFFF;
    background-color: #715194;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 8px;
    margin: 0 0 10px 0;
    padding: 15px 40px;
    cursor: pointer;
}
.oforml_table__btn_clear button:hover {
  background-color: #5f4080;
}
.oforml {
  width: 1750px;
  display: block;
  text-align: center;
}
.oforml_footer {
  text-align: right;
  padding: 15px;
  border-top: 1px solid #999999;
  background: #f3f3f3;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
.oforml_footer__dostavka {}
.oforml_footer__sum {
  font-size: 30px;
  font-weight: bold;
}
.oforml__item {
  display: grid;
  /*grid-auto-flow: column;*/
  grid-template-columns: 570px 140px 140px 140px 130px 130px 160px 130px 160px 50px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.oforml__item:nth-of-type(odd) {
  background-color: #f3f3f3;
}
.oforml__param {
  border: 0;
  border-right: 1px solid #d1d1d1;
  color: #494949;
  overflow: hidden;
}
.oforml__param:last-child {
  border-right: 0;
}
.oforml__item:first-child .oforml__param_title {
  display: block;
  background: #84ba2f;
}
.oforml__param.oforml__name {
  text-align: left;
}
.oforml__param_title {
  display: none;
  color: #FFFFFF;
  height: 57px;
  padding: 15px 0px;
}
.oforml__name .oforml__param_title {
  padding-left: 10px;
}

.oforml__name a {
  color: #715194;
  font-size: 24px;
}
.oforml__name a:hover {
  color: #8b67b1;
  text-decoration: none;
}
.oforml__del a:hover {
  opacity: 0.8;
}
.oforml__param.oforml__prim .inputTN__input {
    height: 45px;
    color: #494949;
    text-align: left;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ffffff;
    outline: none;
    width: 100%;
    transition: .2s;
}
.oforml__param_text {
  padding: 15px 5px;
}
.oforml__name .oforml__param_text {
  padding: 15px 10px;
}
.oforml__del .oforml__param_text {
  padding: 15px 0px;
}
.oforml_btn_del {
  display: block;
  cursor: pointer;
}
.oforml_btn_del img {
  width: 100%;
  max-width: 25px;
  height: 100%;
  max-height: 25px;
  padding: 5px;
}
.oforml__item:first-child {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
/*.oforml__item:last-child {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}*/

.oforml__item .inputTN__input {
  border: 1px solid #d5d1d1;
  height: 45px;
}

/******** End Oformlenie Table **************/
/***** Calc ************/
.tovar_page__form {}
.tovar_page__calc {}
.tovar_page__calc_list {
  overflow-y: hidden;
  overflow-x: auto;
}
.calc__fotter {
  padding-top: 25px;
  border-top: #9c9b9b solid 1px;
  font-size: 18px;
}
.calc__btn_del {
  background: url(../images/calc-button-del.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  width: 40px;
  cursor: pointer;
}
.calc__btn_del:hover {
  opacity: 0.8;
}
.calc__btn_add {
  display: block;
  margin: 20px 0;
}
.calc__btn_add button {
  font-family: TimesNewRomanRegular;
  color: #FFFFFF;
  background-color: #84ba2f;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 8px;
  margin: 0;
  padding: 10px 17px;
  cursor: pointer;
}
.calc__btn_add button:hover {
  background-color: #6a9821;
}
.calc__tovar_add {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(auto, 200px);
  /*grid-auto-columns: 200px;*/
  justify-items: start;
  align-items: end;
  margin: 20px 0;
  min-width: 1100px;
}
.calc__tovar_add.big_select {
  display: grid;
  grid-template-columns: minmax(200px, 325px);
  justify-items: start;
  align-items: end;
  margin: 20px 0;
}
.tovar_page__calc_list .calc__tovar_add .calc__title_param {
  display: none;
}
.tovar_page__calc_list .calc__tovar_add:first-child .calc__title_param {
  display: block;
}
.calc__tovar_add input, .calc__tovar_add select {
  width: 174px;
  height: 52px;
  padding: 5px 10px;
  border-radius: 8px;
  border: #FFFFFF solid 0px;
  background-color: #FFFFFF;
  color: #494949;
  font-family: TimesNewRomanRegular;
  font-size: 24px;
  text-transform: lowercase;
  box-shadow: none;
  outline: none;
}
.calc__tovar_add.big_select select {
  width: 300px;
}
.calc__tovar_add input:focus, .calc__tovar_add input:focus-visible, .calc__tovar_add input:active, .calc__tovar_add select:focus, .calc__tovar_add select:focus-visible, .calc__tovar_add select:active {
  border: #FFFFFF solid 0px;
  outline-color: transparent;
  box-shadow: none;
}
.calc__tovar_add option:active {
  background-color: #7124B3;
}
.calc__param_rez {
  display: table-cell;
  vertical-align: middle;
  width: 174px;
  height: 52px;
  padding: 5px;
  border-radius: 8px;
  border: #FFFFFF solid 1px;
  background: #ffffff;
  color: #494949;
  font-family: TimesNewRomanRegular;
  font-size: 24px;
  text-align: center;
}
.calc__title_param {
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: lowercase;
}
.calc__tovar_add .btn.btn-primary {
  display: none;
}
/* Отключение стрелок у input type="number"*/
/*Chrome*/
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Firefox*/
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover, input[type="number"]:focus {
  -moz-appearance: number-input;
}
/*Для других*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/******** END Calc **************/
/******** Gallery **************/
.gallery_color {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  grid-gap: 0px;
  justify-items: center;
  align-items: center;
  padding: 30px 0;
}
.gallery__item {
  position: relative;
}
.gallery__item_img {
  width: 315px;
  height: 254px;
  padding: 32px 30px 36px 30px;
  overflow: hidden;
  position: relative;
  background: url(../images/tovar-jaluzi-gallery-bg.png) center / cover no-repeat;
  z-index: 1;
}
.gallery__item_img_border {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  max-width: 254px;
  max-height: 184px;
  overflow: hidden;
  border-radius: 15px;
}
.gallery__item_img_border img {
  max-width: 254px;
  max-height: 184px;
}
.gallery__item_tiile {
  display: none;
  width: 251px;
  height: 53px;
  color: #FFFFFF;
  background-color: #7216ab78;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 31px;
  bottom: 38px;
  z-index: 2;
  padding: 5px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.gallery__item:hover .gallery__item_tiile {
  display: block;
}
.gallery__item_tiile:after {
  display: block;
  content: "";
  background-image: url("../images/lupa.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 80px;
  left: 115px;
  z-index: 2;
}
/******** END Gallery **************/
/******** Login / Registration Page ******/
#login_page {
  margin-bottom: 20px !important;
}
#login_page.login {
  width: 816px;
  height: 627px;
  background: url("../images/login_vxod.png") center / cover no-repeat;
  margin: 0 auto;
  padding: 0 55px 55px 55px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 67px 1fr;
}
#login_page.reg {
  width: 816px;
  height: 1280px;
  background: url("../images/login_reg.png") center / cover no-repeat;
  margin: 0 auto;
  padding: 0 55px 55px 55px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 67px 1fr;
}
.login_page__btn {
  display: grid;
  grid-template: 1fr / 1fr 1fr;
  justify-items: center;
  align-items: center;
}
.login_page__btn a {
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  padding: 15px;
}
.login_page__btn a:hover {
  opacity: 0.8;
}
#login_page.login .login_page__btn_login a {
  color: #494949;
}
#login_page.login .login_page__btn_reg a {
  color: #FFFFFF;
}
#login_page.reg .login_page__btn_login a {
  color: #FFFFFF;
}
#login_page.reg .login_page__btn_reg a {
  color: #494949;
}
.form_login, .form_reg {
  display: none;
}
#login_page.login .form_login, #login_page.reg .form_reg {
  display: block;
}
.form_login__form {
  display: grid;
  grid-template: 130px 130px 100px 60px / repeat(2, 1fr);
  grid-template-areas: "login__username login__username"
    "login__password login__password"
    "login__checkbox login__forgot_link"
    "login__btn login__btn";
  align-items: center;
  padding: 50px 55px 10px 50px;
  overflow: hidden;
}
.login__username {
  grid-area: login__username;
}
.login__password {
  grid-area: login__password;
}
.login__checkbox {
  grid-area: login__checkbox;
}
.login__forgot_link {
  grid-area: login__forgot_link;
  justify-self: end;
}
.login__forgot_link a {
  font-size: 24px;
  color: #5f4080;
}
.login__forgot_link a:hover {
  text-decoration: none;
  color: #8B60B8;
}
.login__btn {
  grid-area: login__btn;
  justify-self: center;
  margin: 10px auto 10px;
}
.form_reg__form .login__btn {
  grid-area: login__btn;
  justify-self: center;
  margin: 25px auto 10px;
}
.form_forgot__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100px 130px 150px;
  padding: 50px 55px 10px 50px;
  align-items: end;
}
.form_forgot__link_esc {
  text-align: right;
}
.form_forgot__link_esc a {
  font-size: 24px;
  font-weight: bold;
  color: #5f4080;
}
.form_forgot__link_esc a:hover {
  text-decoration: none;
  color: #8B60B8;
}
.form_reg__form {
  display: block;
  margin: 0 auto;
  padding: 30px 55px 10px 50px;
  overflow: hidden;
}
.form_reg__form label {
  display: block;
  margin: 0px 0px;
}
#login_page .login__title {
  margin: 7px 0;
  font-size: 24px;
}
#login_page input {
  width: 100%;
  height: 52px;
  padding: 5px 20px;
  border-radius: 8px;
  border: #FFFFFF solid 1px;
  background: #ffffff;
  color: #494949;
  font-family: TimesNewRomanRegular;
  font-size: 20px;
  outline: none;
}
#login_page input:focus, #login_paged input:focus-visible, #login_page input:active {
  border: #FFFFFF solid 1px;
  outline-color: #FFFFFF;
}
#login_page .checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
  height: auto;
  width: auto;
}
#login_page .checkbox__text {
  position: relative;
  padding: 0 0 0 40px;
}
#login_page .checkbox__text:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 21px;
  height: 23px;
  border-radius: 3px;
  background: #ffffff;
  transition: .2s;
}
#login_page .checkbox__text:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 2px;
  width: 17px;
  height: 14px;
}
#login_page .checkbox input:checked + .checkbox__text:after {
  background-image: url("../images/input-checked.png");
  background-repeat: no-repeat;
  background-position: center center;
  transition: .2s;
}
#login_page button {
  display: block;
  font-family: TimesNewRomanRegular;
  color: #FFFFFF;
  background-color: #715194;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 8px;
  margin: 20px auto 20px;
  ;
  padding: 15px 40px;
  cursor: pointer;
}
#login_page button:hover {
  background-color: #5f4080;
}
.capcha {
  display: grid;
  grid-template: 1fr / 1fr 1fr;
  margin: 20px 0;
}
#login_page .capcha input {
  width: 290px;
  height: 52px;
  padding: 5px 0px;
  border-radius: 8px;
  border: #f4f4f4 solid 1px;
  background: #f4f4f4;
  font-size: 24px;
}
#login_page .capcha input:focus, #login_page .capcha input:focus-visible, #login_page .capcha input:active {
  border-radius: 8px;
  border: #f4f4f4 solid 1px;
  outline-color: #f4f4f4;
}
/*.fbt-f1, .fbt-f2, .fbt-f3, .fbt-f4, .fbt-f5 {
  text-align: center!important;
}*/
.fbt-f1 {
  display: block;
}
.fbt-f1 {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}
.fbt-f2, .fbt-f3, .fbt-f5 {
  display: none !important;
}
.fbt-f4 {
  justify-self: end;
  color: #715194 !important;
  text-align: center !important;
  border: 1px solid #f4f4f4 !important;
  background-color: #dbdbdb !important;
}
.form_error {
  color: #715194;
  font-size: 15px;
  height: 15px;
  margin-top: 5px;
}
.form_reg__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
/********* Contact blocks ***********/
.contact {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 100px;
  display: grid;
  grid-template: 1fr / 1fr 1fr;
  align-items: end;
  justify-items: center;
  max-width: 1920px;
  overflow: hidden;
}
.contact__block {
  width: 820px;
  height: 1200px;
  background: url("../images/contact-bg.png") center / cover no-repeat;
  margin: 0 auto;
  padding: 56px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 0.4fr;
}
.contact__goolemap {
  width: 100%;
  height: 100%;
  border: solid 3px #715194;
  border-radius: 20px;
}
.contact__goolemap_iframe iframe {
  height: 441px;
  width: 100%;
  max-width: 701px;
  border-radius: 20px;
}
.contact__text {
  max-height: 590px;
  height: 100%;
  width: 100%;
  padding: 30px 62px 0;
}
.contact__text p {
  margin: 5px 0 0 0;
}
.contact__adr_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact__title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 34px 0 20px;
}
.contact__tel a {
  text-decoration: none;
  margin-right: 20px;
}
.contact__tel a:hover {
  text-decoration: underline;
}
.contact__mail {
  margin-top: 20px;
}
.contact__mail a {
  text-decoration: none;
  color: #715194;
}
.contact__mail a:hover {
  text-decoration: underline;
  color: #8E66BB;
}
.contact__adr, .contact__tel, .contact__mail {
  display: grid;
  grid-template-columns: 37px auto;
}
.contact__adr_ico, .contact__tel_ico, .contact__mail_ico {
  padding-top: 4px;
}
.contact__adr_ico img, .contact__tel_ico img, .contact__mail_ico img {
  width: 100%;
  max-width: 24px;
}
/********* END Contact blocks ***********/
/******* feedback form *******/
.feedback {
  width: 100%;
  background-color: #313437;
  padding: 20px;
  overflow: hidden;
}
.feedback__title_up {
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  margin: 40px auto;
}
.feedback__form {
  width: 100%;
  display: grid;
  grid-template: 1fr / 1fr 1fr;
}
.feedback__label {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "feedback__title form_input"
    ". form_error"
}
.feedback__label_message {
  display: grid;
  grid-template-columns: 0.8fr auto;
  grid-template-areas: "feedback__title form_input"
    ". form_error"
    ". feedback__capcha"
}
.feedback .form_error {
  grid-area: form_error;
  color: #E5BAFF;
  font-size: 20px;
  height: 28px;
  width: 574px;
}
.feedback__capcha > .form_error {
  grid-area: auto;
  color: #E5BAFF;
  font-size: 20px;
  height: 28px;
  width: 100%;
}
.feedback__form input {
  grid-area: form_input;
  width: 100%;
  height: 52px;
  padding: 5px 20px;
  border-radius: 8px;
  border: #FFFFFF solid 1px;
  background: #ffffff;
  color: #494949;
  font-family: TimesNewRomanRegular;
  font-size: 24px;
  outline: none;
}
.feedback__form textarea {
  width: 100%;
  padding: 5px 20px;
  border-radius: 8px;
  border: #FFFFFF solid 1px;
  background: #ffffff;
  color: #494949;
  font-family: TimesNewRomanRegular;
  font-size: 24px;
  outline: none;
}
.feedback__title {
  grid-area: feedback__title;
  color: #FFFFFF;
  font-size: 24px;
  white-space: nowrap;
  width: 260px;
}
.feedback__label_message .feedback__title {
  width: 192px;
}
.feedback__capcha {
  grid-area: feedback__capcha;
  background-color: #313437;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  margin: 20px 0;
  width: 100%;
}
.feedback__capcha input {
  grid-area: auto !important;
  display: block;
  width: 100%;
  height: 52px;
  padding: 5px;
  border-radius: 8px;
  border: #313437 solid 1px;
  background: #c6c6c7;
  font-size: 24px;
}
.feedback__capcha input:focus, .feedback__capcha input:focus-visible, .feedback__capcha input:active {
  border-radius: 8px;
  border: #313437 solid 1px;
  outline-color: #313437;
}
.feedback .fbt-f1 {
  display: block;
}
.feedback .fbt-f1 {
  width: 100%;
  color: #FFFFFF;
  background: #313437;
  border: 1px solid #313437;
  border-radius: 0;
  font-size: 24px;
}
.feedback .fbt-f2, .feedback .fbt-f3, .feedback .fbt-f5 {
  display: none !important;
}
.feedback .fbt-f4 {
  width: 100%;
  color: #715194 !important;
  text-align: center !important;
  border: 1px solid #c6c6c7 !important;
  background-color: #c6c6c7 !important;
  font-size: 24px;
}
.feedback__form_left {
  padding: 0 48px;
  width: 100%;
}
.feedback__form_right {
  padding: 0 48px;
  width: 100%;
}
.feedback__btn {
  margin: 10px auto 10px;
}
.feedback__btn button {
  display: block;
  font-family: TimesNewRomanRegular;
  color: #FFFFFF;
  background-color: #715194;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 8px;
  margin: 20px auto 20px;
  padding: 15px 40px;
  cursor: pointer;
}
/******* end feedback form *******/
/******* zakaz form *******/
.zakaz {
  width: 100%;
  background-color: #313437;
  padding: 0 40px;
  overflow: hidden;
}
.zakaz__form {
  width: 100%;
  display: grid;
  grid-template: 1fr / 1fr 1fr;
  grid-template-areas: "zakaz__title_up zakaz__title_up"
    "zakaz__form_left zakaz__form_right"
    "zakaz__btn ."
}
.zakaz__title_up {
  grid-area: zakaz__title_up;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.zakaz__form_left {
  grid-area: zakaz__form_left;
  width: 100%;
  max-width: 650px;
  padding: 0 40px 0 0;
  justify-self: right;
}
.zakaz__form_right {
  grid-area: zakaz__form_right;
  width: 100%;
  max-width: 650px;
  padding: 0 0 0 40px;
  justify-self: left;
}
.zakaz__btn {
  grid-area: zakaz__btn;
  margin: 30px 0 40px 260px;
}
.zakaz__title {
  color: #FFFFFF;
  font-size: 24px;
  white-space: nowrap;
  margin: 20px 0 10px;
}
.zakaz__title.message {
  margin-top: 50px;
}
.zakaz .form_error {
  color: #E5BAFF;
  font-size: 20px;
  margin-bottom: 10px;
  height: auto;
}
.zakaz__form input, .zakaz__form select {
  width: 100%;
  height: 52px;
  padding: 5px 10px;
  border-radius: 8px;
  border: #FFFFFF solid 1px;
  background: #ffffff;
  color: #494949;
  font-family: TimesNewRomanRegular;
  font-size: 24px;
  outline: none;
}
.zakaz__form textarea {
  width: 100%;
  height: 130px;
  padding: 5px 20px;
  border-radius: 8px;
  border: #FFFFFF solid 1px;
  background: #ffffff;
  color: #494949;
  font-family: TimesNewRomanRegular;
  font-size: 24px;
  outline: none;
}
.zakaz__form option {
  font-size: 20px;
}
.zakaz__btn button {
  display: block;
  font-family: TimesNewRomanRegular;
  color: #FFFFFF;
  background-color: #715194;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  border-radius: 8px;
  padding: 24px 64px;
  cursor: pointer;
}
.zakaz__select {
  display: grid;
  grid-template: 1fr / 1fr 1fr;
}
.zakaz__select .zakaz__title {
  margin-top: 10px;
}
.zakaz__select .zakaz__label:first-child {
  justify-self: start;
  width: 90%;
}
.zakaz__select .zakaz__label:last-child {
  justify-self: end;
  width: 90%;
}
/******* end zakaz form *******/

.btn-sm, .input-group-text {
  display: none;
}


/********* Kabinet **************/
.skidka {
  font-size: 120%;
  color: #715194;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
}