@charset "UTF-8";
* {
  font-family: "Montserrat";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.button, .btn {
  font-size: 16px;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: none;
  background-color: #FAB501;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}
@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

select:focus {
  outline: 1px solid #ED6B16;
}

input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #ED6B16 !important;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #ED6B16 !important;
  -webkit-box-shadow: 0 1px 0 0 #ED6B16 !important;
  box-shadow: 0 1px 0 0 #ED6B16 !important;
}

.logo {
  max-width: 100%;
  margin-top: 10px;
  height: 30px;
}

.header_phone {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
}

header {
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: fixed;
  z-index: 1000;
}
header > .container {
  align-items: center;
  justify-content: space-between;
  display: flex;
  min-height: 50px;
}
header > .container .burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
header > .container .burger div {
  width: 36px;
  height: 5px;
  position: relative;
  background-color: #000;
}
header > .container .burger div::after, header > .container .burger div::before {
  background-color: #000;
  content: "";
  width: 36px;
  height: 5px;
  position: absolute;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
}
header > .container .burger div::before {
  top: -10px;
}
header > .container .burger div::after {
  top: 10px;
}
header > .container .burger.active div {
  height: 0;
}
header > .container .burger.active div::before {
  top: 0;
  transform: rotate(45deg);
}
header > .container .burger.active div::after {
  top: 0;
  transform: rotate(-45deg);
}

.main_slider {
  margin-top: 64px;
}
.main_slider .slick-prev, .main_slider .slick-next {
  z-index: 1;
  background-color: #FAB501;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px 5px 5px;
}
.main_slider .slick-prev {
  left: 3px;
}
.main_slider .slick-next {
  right: 3px;
}
.main_slider .slick-prev:before, .main_slider .slick-next:before {
  content: " ";
  height: 20px;
  width: 20px;
  background-size: cover !important;
  display: block;
  z-index: 100;
}
.main_slider .slick-next:before {
  background: url(/assets/img/buttons/chevron-right-black.svg) center no-repeat;
  filter: invert(1);
}
.main_slider .slick-prev:before {
  background: url(/assets/img/buttons/chevron-left-black.svg) center no-repeat;
  filter: invert(1);
}

.populate-swiper {
  padding-bottom: 80px;
}
.populate-swiper .slick-list {
  margin: 0 -20px 0 0;
}
.populate-swiper .slick-slide {
  margin-right: 20px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
}
.populate-swiper .slick-prev, .populate-swiper .slick-next {
  z-index: 1;
  background-color: #9ddd1d;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.populate-swiper .slick-prev {
  left: 5px;
  padding: 5px 7px 5px 5px;
}
.populate-swiper .slick-next {
  padding: 5px 5px 5px 7px;
  right: 5px;
}
.populate-swiper .slick-next:before {
  content: " ";
  height: 25px;
  width: 25px;
  background-size: cover !important;
  display: block;
  z-index: 100;
  background: url(/assets/img/buttons/chevron-right-black.svg) center no-repeat;
}
.populate-swiper .slick-prev:before {
  content: " ";
  height: 25px;
  width: 25px;
  background-size: cover !important;
  display: block;
  z-index: 100;
  background: url(/assets/img/buttons/chevron-left-black.svg) center no-repeat;
}
.populate-swiper > div {
  display: flex;
  flex-direction: column;
}
.populate-swiper .slide-photo {
  height: 250px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.populate-swiper .slide-desc {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.populate-swiper .slide-desc > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.populate-swiper .slide-desc > div h5 {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.populate-swiper .slide-desc > div .slide-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin: 0 5px 0 0;
}
.populate-swiper .slide-desc > div .slide-oldPrice {
  margin: 0 5px;
  font-weight: 300;
  text-decoration: line-through;
  font-size: 16px;
  line-height: 18px;
}
.populate-swiper .slide-desc > div .slide-btn {
  margin: 0 0 0 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  background-color: #9ddd1d;
  padding: 6px 14px;
  border-radius: 50px;
  cursor: pointer;
}

.promo {
  display: flex;
  align-items: center;
}
.promo a {
  flex-grow: 1;
  padding: 20px 0;
  text-align: center;
}

section.questions {
  background: url("/media/consult.jpg") center center/cover no-repeat;
  position: relative;
  z-index: 0;
}
section.questions::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000055;
  content: "";
}
section.questions .row {
  color: #fff;
  padding: 90px 0;
  margin-bottom: 0;
}
section.questions .question-header h2 {
  text-align: center;
  margin: 0;
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: 600;
}
section.questions .questions-content .questions-content-description {
  text-align: center;
}
section.questions .questions-content .ask-question {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
section.questions .questions-content .ask-question .btn-question {
  background-color: #FAB501;
  padding: 10px 20px;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
section.questions .questions-content .ask-question .btn-question:hover {
  background-color: #ED6B16;
}

.main_menu {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  max-height: 0;
  font-size: 0;
  overflow: hidden;
  transition: 0.5s all;
}

.menu_pick {
  display: block;
  width: 100%;
  padding: 10px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

#advantages .advantages {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#advantages .advantages .advantage {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 0;
}
#advantages .advantages .advantage img {
  height: 60px;
  margin-right: 10px;
}
#advantages .advantages .advantage > div p:first-of-type {
  font-weight: 700;
}
#advantages .advantages .advantage .fas {
  font-size: 32px;
  margin-right: 10px;
}

.sidenav {
  background: #fff;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  left: -100%;
  overflow: auto;
  padding-top: 65px;
  list-style: none;
  z-index: 90;
  top: 0;
  transition: left 0.4s;
}
.sidenav.active {
  left: 0;
}
.sidenav .search {
  flex-grow: 1;
  display: flex;
  align-items: center;
  background-color: #00426911;
  border-radius: 4px;
  margin: 5px 25px 0;
  padding-right: 15px;
}
.sidenav .search form {
  flex-grow: 1;
  height: 38px;
  display: flex;
}
.sidenav .search form input {
  flex-grow: 1;
  height: 100%;
  outline: none;
  padding-left: 15px;
  background-color: transparent;
}
.sidenav .search input[type=text]:not(.browser-default):focus:not([readonly]) {
  box-shadow: none !important;
  border-bottom: none !important;
}
.sidenav .search input {
  margin-bottom: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.sidenav .search input::placeholder {
  color: #00203342;
}
.sidenav .search button {
  opacity: 0.5;
}
.sidenav li {
  padding: 14px 16px;
}
.sidenav li > a {
  color: #000;
  height: auto;
  line-height: 1rem;
  text-decoration: none;
}
.sidenav .phone_form {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.sidenav .phone_form a {
  font-weight: 800;
  font-size: 16px;
  color: white;
}
.sidenav .sidenav_soclinks {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.sidenav .sidenav_soclinks > a {
  background-color: #000;
  border-radius: 50px;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
.sidenav .phone_menu {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5rem;
  height: auto;
}
.sidenav .phone_menu a {
  height: auto;
  line-height: inherit;
}
.sidenav .phone_menu .phone_number {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.sidenav .phone_menu p {
  font-weight: 800;
  font-size: 16px;
}

.main_picture {
  width: 100%;
  height: 250px;
}

.auto {
  padding-top: 101px;
  width: 100%;
  height: 100%;
  z-index: -10000;
  margin: 0;
}

.image_text {
  height: 0;
  text-align: center;
}

.describe_text {
  background-color: #FAB501;
  top: -135px;
  position: relative;
  display: inline;
  line-height: 40px;
  color: white;
  font-size: 22px;
}

.block_brick {
  padding: 15px;
}
.block_brick h3 {
  margin-top: 15px;
  font-weight: 700;
}

.main_brick {
  border-bottom: 1px solid #ccc;
}
.main_brick a {
  text-decoration: none;
}
.main_brick:last-of-type {
  border-bottom: none;
}

.link {
  color: #3d3d3d;
  font-size: 19px;
  font-weight: 400;
  padding: 9px 15px;
  display: block;
}

.footer_block {
  text-align: center;
  padding: 10px 0;
}

.footer_text {
  color: #DCDCDC;
}

footer {
  background-color: #1d1d1d;
  padding-top: 10px;
}
footer .footer_contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer_contacts .socLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 10px 0;
}
footer .footer_contacts .socLinks a {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
footer .footer_contacts .socLinks a:last-of-type {
  margin-left: 0;
}
footer .footer_contacts .socLinks a img {
  width: 20px;
  height: 20px;
}
footer .footer_contacts .contacts-header {
  padding-bottom: 10px;
}
footer .footer_contacts .contacts-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
footer .footer_contacts a {
  display: block;
  color: #fff;
  padding-bottom: 3px;
  text-decoration: none;
}
footer .footer_contacts .btn-callback {
  margin: 10px 0;
  background-color: #FAB501;
  padding: 10px 20px;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
footer .footer_contacts .btn-callback:hover {
  background-color: #FAB501;
}

.ambity {
  color: #ff4a40;
}

.deep-orange-text {
  color: #ED6B16;
  text-decoration: none;
}

#introduction {
  text-align: justify;
}

.input_call {
  border: 1px solid black;
  margin-bottom: 10px;
}

#sendmessage {
  width: 100%;
}

#submit_button {
  border: 0;
  background: #b70000;
  padding: 10px 20px;
  color: #fff8e1;
  width: 100%;
}

.collapsible-header {
  color: #000;
  padding: 14px 16px;
  line-height: 1rem;
  font-size: 16px;
}
.collapsible-header.active {
  background-color: #ED6B16;
  color: #fff;
  font-weight: 700;
}
.collapsible-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  padding: 0 15px;
  list-style: none;
}

.product_page .preview-info {
  justify-content: space-between;
  margin-bottom: 45px;
  margin-top: 60px;
}
.product_page .preview-info > div {
  align-items: center;
  margin-top: 15px;
}
.product_page .preview-info > div .product_controls {
  display: flex;
  margin-top: 20px;
}
.product_page .table-of-contents {
  display: flex;
  overflow-x: scroll;
}
.product_page .new_price {
  font-size: 16px;
}
.product_page .new_price span {
  font-size: 16px;
  line-height: 16px;
  margin-left: 5px;
}
.product_page .new_price a {
  text-decoration-line: underline;
  color: #F9B42B;
  font-weight: 400;
  font-size: 14px;
  margin-left: 80px;
}

.product_controls {
  display: flex;
  margin-top: 20px;
}

.callbtn {
  box-shadow: none;
  background-color: #FAB501;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  width: 118px;
  height: 50px;
  margin-right: 20px;
}

.pricebtn {
  box-shadow: none;
  background-color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F9B42B;
  font-weight: 700;
  font-size: 14px;
  width: 240px;
  height: 50px;
  border: 2px solid #F9B42B;
}

.guarantee {
  height: 113px;
  background-color: #EEEEEE;
  margin-top: 40px !important;
  padding: 20px;
}
.guarantee h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 10px;
}
.guarantee p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

section.category_page .subcategories {
  display: block;
}

.modal h4 {
  font-size: 24px;
}

.content_header .container h1 {
  font-size: 24px;
}
.content_header .breadcrumbs {
  overflow-x: auto;
  display: flex;
  justify-content: start;
  align-items: baseline;
  max-width: none;
  height: 26px;
  white-space: nowrap;
  color: #000;
}
.content_header .breadcrumbs a {
  color: #757575 !important;
  text-decoration: none;
}
.content_header .breadcrumbs .breadcrumbs-delimeter {
  margin: 0 10px;
  color: #757575;
}
.content_header .breadcrumbs > * {
  white-space: nowrap;
  margin-right: 4px;
}

.main-view-wrapper > .catalog-categories, .wrapper > .catalog-categories {
  display: none;
}

.product_about {
  margin-top: 10px;
}
.product_about .tabs_list {
  margin-bottom: 20px;
  list-style: none;
  display: flex;
  align-items: center;
}
.product_about .tabs_list .tab a {
  color: #000;
  padding: 5px 10px;
  text-decoration: none;
}
.product_about .tabs_list .tab a.active {
  padding: 5px 10px 5px 6px;
  border-left: 4px solid #FAB501;
}
.product_about div:not(.tabs_list) {
  margin-bottom: 20px;
}

.preview-photo {
  margin-bottom: 1rem;
}
.preview-photo .slick-track {
  height: 20em;
}
.preview-photo .preview-photo-thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.preview-photo-thumbnails .preview-photo-thumbnail {
  height: 115px;
  max-height: 115px;
}
.preview-photo-thumbnails .preview-photo-thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.preview-photo-thumbnails .slick-track .slick-slide {
  padding: 0 3px;
}
.preview-photo-thumbnails .slick-current img {
  border: 1px solid #ED6B16;
}
.preview-photo-thumbnails img {
  border: 1px solid #eee;
  transition: 0.3s;
}

.table-of-contents a {
  margin-right: 16px;
}

.zastroysikam h2 {
  font-weight: 600;
  margin: 20px 0 15px 0;
}
.zastroysikam h3 {
  font-weight: 600;
  margin: 20px 0 10px 0;
}
.zastroysikam div {
  margin: 10px 0;
}
.zastroysikam div .icon {
  margin-right: 10px;
  width: 40px;
}
.zastroysikam p {
  font-size: 16px;
}
.zastroysikam p span {
  font-size: 24px;
  color: red;
}
.zastroysikam p .phonenumbertext {
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  color: black;
}
.zastroysikam p .phonenumbertext:hover {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: black;
}
.zastroysikam .cartochka2 div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zastroysikam .cartochka2 div .icon {
  width: 80px;
}
.zastroysikam .cartochka2 div p {
  text-align: center;
  margin-top: 10px;
}

.cartochka {
  display: flex;
  flex-direction: column;
}
.cartochka div {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cartochka div p {
  text-align: center;
  margin-top: 10px;
}

.zastimg {
  width: 160px;
}

.bigspan span {
  font-size: 24px;
}

.delivery_block {
  display: block !important;
  padding-bottom: 30px;
}
.delivery_block .row .img_right, .delivery_block .row .img_left {
  padding: 0;
}
.delivery_block .row .img_right p, .delivery_block .row .img_left p {
  text-align: center;
}
.delivery_block p {
  text-align: center;
}

.category_header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category_header > button {
  height: 42px;
  line-height: 42px;
  text-align: left;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  padding: 0 20px;
}

.pagination {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  padding: 5px 1px;
  margin-right: 3px;
}
.pagination li:last-of-type {
  margin-right: 0;
}
.pagination li a {
  color: #000;
}

.filters-wrapper {
  max-height: 0;
  min-height: 0;
  transition: max-height 0.5s ease-in-out, min-height 0.5s ease-in-out;
  overflow: hidden;
  background: #eee;
  margin-bottom: 10px;
}
.filters-wrapper > div {
  padding: 20px;
  width: 100%;
  row-gap: 10px;
  column-gap: 15px;
}
.filters-wrapper > div .input-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
.filters-wrapper > div .input-field:last-of-type {
  margin-bottom: 0;
}
.filters-wrapper > div .input-field label {
  margin-bottom: 5px;
}
.filters-wrapper > div .input-field select {
  font-size: 14px;
  border-radius: 5px;
  min-width: 200px;
  padding: 5px;
}
.filters-wrapper > div .input-field.price-sort > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters-wrapper > div .input-field.price-sort > div input {
  padding: 5px;
  font-size: 14px;
  width: 45%;
  border: 1px solid #9e9e9e;
  height: 32px;
  border-radius: 5px;
}
.filters-wrapper .checkbox {
  display: flex;
  flex-grow: 1;
}
.filters-wrapper .checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0 !important;
  user-select: none;
}
.filters-wrapper .checkbox input[type=checkbox] {
  display: none;
}
.filters-wrapper .checkbox span {
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #000;
  padding: 3px;
  cursor: pointer;
  margin-right: 5px;
}
.filters-wrapper .checkbox span:hover {
  background-color: #F3F4F7;
}
.filters-wrapper .checkbox [type=checkbox]:checked + span {
  background-color: #F3F4F7;
  border: 1px solid #000;
}
.filters-wrapper .checkbox [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  border: 0;
  background-image: url(/assets/img/checkb.svg);
  filter: invert(1);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.filters-wrapper.show {
  max-height: 1000px;
  min-height: 30px;
  height: unset;
}

.sort-products {
  position: relative;
  height: 42px;
  margin-left: 10px;
}
.sort-products:hover .sort-active {
  background: #eee;
}
.sort-products:not(:hover):not(.is-open) .sort-vars {
  display: none;
}
.sort-products.is-open .sort-vars {
  display: block;
}
.sort-products .sort-active {
  height: 42px;
  line-height: 42px;
  text-align: left;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  cursor: pointer;
}
.sort-products .sort-vars li {
  height: 42px;
  line-height: 42px;
  text-align: left;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  border-top: none;
  cursor: pointer;
  white-space: nowrap;
}
.sort-products .sort-vars {
  border-top: 1px solid #e0e0e0;
  position: absolute;
  top: 100%;
  right: 0;
  list-style: none;
  background: white;
  z-index: 10;
}
.sort-products .sort-vars li:hover {
  background: #eee;
}

.category_products.table_products .product, .category_products.list_products .product {
  position: relative;
}
.category_products.table_products .product a, .category_products.list_products .product a {
  text-decoration: none;
}
.category_products.table_products .product .sticker, .category_products.list_products .product .sticker {
  position: absolute;
  left: 5px;
  top: 5px;
  background: #ED6B16;
  display: inline;
  color: white;
  text-transform: uppercase;
  border-radius: 4px;
  width: 97px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.fixed-action-btn {
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 60px;
  width: 60px;
  display: flex;
  animation: radial-pulse 1.5s infinite;
  padding-top: 0;
  border-radius: 100px;
}
.fixed-action-btn.active ul {
  display: flex;
}
.fixed-action-btn .btn-floating {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.fixed-action-btn ul {
  z-index: -1;
  padding: 0 5px;
  display: none;
  border-radius: 50px;
  flex-direction: column;
  padding-bottom: 40px;
  align-items: center;
  width: 100%;
  bottom: 0;
  background-color: #fab501;
  list-style: none;
  position: absolute;
}

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.back-kirpich {
  background: #FAB501 !important;
  position: relative;
}
.back-kirpich > img {
  position: absolute;
}
.back-kirpich > img:first-of-type {
  animation: change_picture-one 10s infinite;
}
.back-kirpich > img:last-of-type {
  animation: change_picture-two 10s infinite;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.modal.active {
  display: flex;
}
.modal-content {
  z-index: 1;
  margin: 0 10px;
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.modal-content .modal-form h4 {
  font-size: 24px;
  text-align: center;
}
.modal-content .modal-form p {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}
.modal-content .modal-form > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.modal-content .modal-form > div .modal-bottom {
  margin-top: 20px;
}
.modal-content .modal-form > div .modal-bottom a {
  color: #000;
}
.modal-content .modal-form > div .modal-bottom button {
  border: 0;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
}
.modal-content .modal-form > div .input-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}
.modal-content .modal-form > div .input-field:first-of-type {
  margin-top: 0;
}
.modal-content .modal-form > div .input-field label {
  margin-bottom: 5px;
}
.modal-content .modal-form > div .input-field input {
  border: 1px solid #9e9e9e;
  background: white;
  font-size: 14px;
  border-radius: 5px;
  min-width: 250px;
  padding: 5px;
  min-height: 38px;
}
.modal-content .modal-closer {
  cursor: pointer;
  position: absolute;
  pointer-events: none;
  right: 10px;
  padding: 0;
  top: -50px;
  width: 33px;
  height: 33px;
  background-color: unset;
  margin: 0;
}
.modal-content .modal-closer span::after, .modal-content .modal-closer span::before {
  position: absolute;
  left: 13px;
  top: 2px;
  content: " ";
  height: 40px;
  width: 2px;
  background-color: #ffffff;
}
.modal-content .modal-closer span::before {
  transform: rotate(45deg);
}
.modal-content .modal-closer span::after {
  transform: rotate(-45deg);
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000080;
}

@keyframes change_picture-one {
  0% {
    transform: rotateY(0deg);
  }
  30% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(90deg);
  }
  90% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes change_picture-two {
  0% {
    transform: rotateY(90deg);
  }
  10% {
    transform: rotateY(90deg);
  }
  20% {
    transform: rotateY(90deg);
  }
  30% {
    transform: rotateY(90deg);
  }
  40% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(0deg);
  }
  60% {
    transform: rotateY(0deg);
  }
  70% {
    transform: rotateY(0deg);
  }
  80% {
    transform: rotateY(0deg);
  }
  90% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(90deg);
  }
}
/* скрыть стандартную кнопку JivoSite */
._orinationRight_25.wrap_mW {
  visibility: hidden !important;
}

.logoIconCloud_q- {
  visibility: hidden !important;
}

.icons_R9:first-child {
  visibility: hidden !important;
}

.__jivoMobileButton {
  display: none !important;
}

/*# sourceMappingURL=main.css.map */
