/*@font-face {
  font-family: 'AA Bebas Neue';
  src: local("AA Bebas Neue"), local("AA Bebas Neue"), url("../fonts/aabebasneue.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI"), local("Segoe UI"), url("../fonts/segoeui.ttf") format("truetype");
  font-style: normal;
}*/

:root {
--font-family-1: 'Arial';
--font-family-2: 'Arial';
--font-family-3: 'Arial';
}
html {
  height: 100%;
  width: 100%;
}

body {
  font-family: var(--font-family-1) !important;
  position: relative;
  background-color: #fcfcfc !important;
  height: 100%;
  width: 100%;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.header {
	padding-top:10px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: #fff;
}
.logotip {
	text-align:center;
	margin-bottom: 15px;
}
.button-katalog {
	background: #333;
	margin: auto;
	padding: 10px 30px;
	color: #FFFFFF;
	border-radius: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 90%;
	cursor: pointer;
}
.button-katalog .button-katalog-icon{
	width: 25%;
	vertical-align: baseline;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.button-katalog-icon img{
	width:18px;
	height: 9px;
}
.button-katalog .button-katalog-text{
	display: flex;
	width: 75%;
}
.header-phone {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 0 0 20px;
	border-left:1px solid #e4e4e4;
}
.header-phone-row {
	font-size: 16px;
}
.header-phone-row img{
	vertical-align: middle;
}
.header-menu {
	text-align: center;
	margin-top: 30px;
    margin-bottom: 30px;
}
.header-menu ul{
	margin: 0;
	padding: 0;
}
.header-menu ul li{
	display:inline-block;
	margin-left: 15px;
}
.header-menu ul li a{
	color:#333;
	position: relative;
	padding: 7px 0;
}
.header-menu ul li a:hover{
	text-decoration: none;
}
.header-menu ul li a:after{
	content:'';
	display: block;
	background: rgb(0,0,51);
    background: linear-gradient(90deg, rgba(0,0,51,1) 0%, rgba(196,51,147,1) 68%);
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right:0;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.4s ease-in-out;
}
.header-menu ul li a:hover:after{
	content:'';
	display: block;
	background: rgb(0,0,51);
    background: linear-gradient(90deg, rgba(0,0,51,1) 0%, rgba(196,51,147,1) 68%);
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right:0;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.3s ease-in-out;
}
.header-searh {
	margin-top: 10px;
}
.header-searh form{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #333;
	padding: 0 0 5px 0;
}
.header-searh .header-searh-input{
	display: flex !important;
	width: 90% !important;
	background: transparent;
	border: 0;
}
.header-searh .header-searh-button{
	display: block !important;
	width: 10% !important;
	background: transparent;
	border: 0;
	text-align: right;
	cursor: pointer;
}
.header-searh .header-searh-input:focus, 
.header-searh .header-searh-input:active, 
.header-searh .header-searh-input:hover,
.header-searh .header-searh-button:focus, 
.header-searh .header-searh-button:active, 
.header-searh .header-searh-button:hover
{
	outline: 0;
    outline-offset: 0;
}
.top-cart {
	padding-top:10px;
	display: block;
}
.top-cart a{
	font-size: 14px;
	color:#333;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.top-cart a:hover{
	color:#ff9500;
	text-decoration: none;
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.top-cart h5{
	font-size: 16px;
}
.header {
	box-shadow: 0px 22px 25px -25px rgba(0,0,0,0.3);
	position:relative;
}
.gor-menu {
	width: 300px;
	height: 100%;
	overflow-y: auto;
	background: #fff;
	padding: 15px;
	position: fixed;
	z-index: 9;
	top:0;
	left:0;
	box-shadow: 49px 0px 34px -40px rgba(0,0,0,0.3);
	-moz-transform: translateX(0px);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transform: translateX(0px);
    -o-transition: all 0.2s ease-in-out;
}
.gor-menu-blok {
	position:relative;
}
.gor-menu-links li{
	display: block;
}
.gor-menu-links li a{
	display: block;
    padding: 8px;
    color: #333;
    line-height: 18px;
    font-size: 14px;
}
.gor-menu-links li a:hover{
	text-decoration: none;
	color: #ff9500;
}
.left-blok {
	display: none;
}
.logotip-menu img{
	width: 65%;
}
.logotip-menu {
	padding: 5px 0 15px 0;
}
.icon-close-kat-menu {
	position: absolute;
	top:10px;
	right:-5px;
	cursor: pointer;
}
.gormenu-close {
	left:-350px;
}
.mobil-icon {
	display: none;
}
.katalog {
	padding:30px 0;
}
.katalog-item {
	text-decoration:none;
	color:#333;
	margin-bottom: 30px;
}
.katalog-item a {
	text-decoration:none;
	color:#333;
}
.katalog-item a:hover {
	text-decoration:none;
	color: #ff9500;
}
.katalog-item-blok {
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0 3px 25px -10px rgba(0,0,0,.4);
	box-shadow: 0 3px 25px -10px rgba(0,0,0,.4);
	height:100%;
}
.katalog-item-blok-image{
	margin-bottom: 10px;
}
.katalog-item-blok-image img{
	max-width: 100%;
}
.katalog-item-blok-pagetitle {
	padding: 0 0 30px 0;
}
.katalog-title {
	position: relative;
	margin-bottom: 30px;
}
.katalog-title:before {
	position:absolute;
	bottom: -10px;;
	left: 0;
	content: '';
	width: 120px;
	height: 5px;
	background: rgb(0,0,51);
    background: linear-gradient(90deg, rgba(0,0,51,1) 0%, rgba(196,51,147,1) 68%);
}
.katalog-title h1{
	text-transform: uppercase;
	color:#333;
	font-size:26px;
	font-weight: bold;
}
.konsultation {
	margin-bottom:30px;
}
.konsultation-banner-image {
	max-width: 100%;
	background-image: url('../images/banner.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 262px;
}
.konsultation-container {
	overflow: hidden;
	position: relative;
}
.konsultation-banner-text {
	position: absolute;
	top: 40px;
	left: 60px;
	width: 100%;
}
.konsultation-banner-text-title {
	font-size:40px;
	color:#fff;
	font-weight: bold;
}
.konsultation-banner-text-introtext {
	font-size:18px;
	font-weight: bold;
	margin-bottom: 30px;
	color:#fff;
}
.konsultation-banner-text-introtext span{
	color: #ff9500;
}
.site-button-white {
	background: transparent;
	color:#fff;
	border: 2px solid #fff;
	border-radius: 40px;
	padding: 8px 34px;
}
.site-button-white:active, .site-button-white:focus{
	outline: none !important;
}
.site-button-white:hover {
	background: #fff;
	color:#333;
	border: 2px solid #fff;
	border-radius: 40px;
	padding: 8px 34px;
	cursor: pointer;
}
.holstblok {
	margin: 40px 0 20px 0;
}
.about-text__title {
	text-transform: uppercase;
    color: #333;
    font-size: 18px;
    font-weight: bold;
	position: relative;
	margin-bottom: 30px;
}
.about-text__title:before {
	position:absolute;
	bottom: -10px;;
	left: 0;
	content: '';
	width: 120px;
	height: 5px;
	background: rgb(0,0,51);
    background: linear-gradient(90deg, rgba(0,0,51,1) 0%, rgba(196,51,147,1) 68%);
}
.about-text {
	margin-bottom: 50px;
}
.about-text__button a{
	color:#8b479d;
	text-decoration: underline;
	font-size:14px;
}
.footer {
	background: #e0e0e0;
	color:#333;
	padding: 40px 0 15px 0;
}
.footer a{
	color:#333;
}
.footer a:hover{
	color:#333;
}
.footer-menu-link {
	font-weight: bold;
	padding-top: 30px;
}
.footer-menu-link li{
	display: block;
}
.footer-menu-rejim {
	padding-top: 30px;
}
.footer-menu-link {
	font-weight: bold;
}
.footer-copy {
	border-top:1px solid #b7b7b7;
	padding: 20px 0 0 0;
	font-size: 12px;
}
.footer-copy a{
	font-size: 13px;
}

.footer-menu {
	padding-bottom:30px;
}
.footer-kontakts-title {
	font-size:32px;
	font-weight: bold;
}
.text-vertal {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modal-content {
	border-radius: 0 !important;
    padding: 10px 15px !important;
}
.hb{
	margin-bottom: 30px;
}
.hb ul{
	margin: 0;
	padding: 0;
}
.hb ul li{
	display: inline-block;
	font-size: 13px;
}
.hb ul li a{
	color:#333;
}
.tovars-title {
	text-transform: uppercase;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}
.tovars-title:before {
	position:absolute;
	bottom: -10px;;
	left: 0;
	content: '';
	width: 120px;
	height: 5px;
	background: rgb(0,0,51);
    background: linear-gradient(90deg, rgba(0,0,51,1) 0%, rgba(196,51,147,1) 68%);
}
.flex-container {
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}
.flex-container .tovars-carusel-item {
	webkit-flex-grow: 3;
    flex-grow: 3;
    width: 33.3%;
    max-width: 33.3%;
}
.tovars-carusel-item {
	padding-right:20px;
}
.tovar-item {
	background: #fff;
	padding:15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border:1px solid #ececec;
	position: relative;
	margin-bottom: 30px;
}
.tovar-item-image {
	text-align:center;
	margin-bottom: 10px;
}
.tovar-item-image img{
	max-width: 100%;
	max-height: 220px;
	margin: auto;
}
.tovar-item-title {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.tovar-item__price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.tovar-item-button-col {
	text-align: right;
}
.button-addcart {
	background: transparent;
	border:0;
	cursor: pointer;
}
.button-addcart:focus, .button-addcart:active,{
	outline:none;
}
.tovar-item__price {
	color: #000;
	font-size:24px;
}
.tovar-item_curency {
	color: #666;
	font-size:20px;
}
.tovar-new {
	position: absolute;
	top: 0;
	left:0;
	background: #ff9500;
	color:#fff;
	font-size:11px;
	padding: 3px 12px;
}
.tovar-skidka {
    position: absolute;
    top: 0;
    left: 0;
    background: #de3298;
    color: #fff;
    font-size: 11px;
    padding: 3px 12px;
}
.baner-item img{
	max-width: 100%;
}
.tovar-image-main {
    margin-bottom: 5px;
    padding: 5px 5px 0 5px;
}
.tovar-image-main img{
	max-width: 100%;
	width: 100%;
}
.main-tovar {
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0 3px 25px -10px rgba(0,0,0,.4);
	box-shadow: 0 3px 25px -10px rgba(0,0,0,.4);
}
.tovar-title {
	margin-bottom:30px;
}
.main-tovar .tovar-title h1 {
	font-size:32px;
	color:#000;
}
.main-tovar .tovar-price {
	font-size:32px;
	color:#000;
}
.main-tovar .tovar-price-currency {
	font-size:28px;
	color:#666;
}
.site-button-tovar {
	background: #ff9500;
    color: #fff;
    font-size: 19px;
    border: 0;
    border-radius: 30px;
    padding: 10px 40px;
	cursor: pointer;
}
.site-button-tovar:hover {
	background: #fec721;
}
.site-button-tovar:focus, .site-button-tovar:active{
	outline: none;
}
.site-button-tovar .material-icons {
	vertical-align: middle;
}
.tovar-buttons {
	margin-bottom: 30px;
}
.tovar-info {
	background: #ffedd6;
	text-align: center;
	padding: 15px 15px;
}
.tovar-info p{
	margin: 0;
	padding: 0;
}
.description-tovar {
	padding:30px 0;
}
.description-tovar-title {
	font-size:20px;
	font-weight: bold;
}
.tovar-image-dop a {
    display: block;
    width: 33.3%;
    position: relative;
    float: left;
    justify-content: center;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tovar-image-dop a img {
    width: 100%;
    border: 1px solid #d8d8d8;
    cursor: pointer;
}
#jGrowl .jGrowl-notification {
    color: #5a57aa !important;
	font-size: 1.5em;
    position: relative;
    width: 320px;
    padding: 15px;
    text-align: center;
    background: #fff !important;
    box-shadow: 0 2px 16px -5px rgb(0 0 0 / 40%) !important;
    border: 3px solid #ffffff !important;
}
.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: fixed;
}
.korzina a{
	color:#000;
}
.korzina-image {
	max-height: 100px;
}
.oformlenie {
	margin-bottom: 30px;
}
.oformlenie-footer  {
	font-size:20px;
}
.ms2_link {
	margin: 0 15px;
}
.input-oformlenie-kontakts {
	margin: 5px 5px 5px 0 !important;
}
.oformlenie .col-5{
	margin-right: 5px;
}
.msCart-text {
	text-align: center;
	margin-bottom: 15px;
}
.korzina {
	margin-bottom: 30px;
}
.simple-kontent__content {
	min-height: 350px;
}
.net-vnalicii {
	font-size: 12px;
    padding: 11.5px 0;
    text-align: center;
    color: red;
}
.ok-mes {
	text-align: center;
	color:#4E9041;
	font-size: 20px;
}
.footeraddress {
	cursor: pointer;
}
.footeraddress:hover {
	color:#8b479d;
}
/* ===== cookies ===== */
.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    display: none;
}
.cookies__body {
    background-color: white;
    box-shadow: 0 0 40px rgba(196, 196, 196, 0.25);
    padding: 15px 0;
}
@media screen and (max-width: 575.5px) {
    .cookies__body {
        padding: 10px 0;
    }
}
.cookies__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 575.5px) {
    .cookies__row {
        flex-direction: column;
    }
}
.cookies__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #212121;
    flex: 1 1 auto;
    margin-right: 30px;
}
.cookies__text a {
    color: #e69907;
}
@media screen and (max-width: 575.5px) {
    .cookies__text {
        margin: 0 0 20px 0;
        font-size: 10px;
    }
}
.cookies__btn {
    justify-content: center;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #333333;
    border: 2px solid #e69907;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 500;
    width: fit-content;
    display: inline-block;
    cursor: pointer;
    transition: background-color ease 0.3s;
}
.cookies__btn:hover {
    background-color: #e69907;
    border: 2px solid #e69907;
    color: #ffffff;
}
@media screen and (min-width: 1920px) {
    .cookies__btn {
        padding: 0.78125vw 2.0833333333vw;
        font-size: 14px;
    }
}
.footer__warning_text { 
    font-size: 13px;
    color: #000;
    white-space: normal;
    display: block;
    text-transform: none;
    height: auto;
    text-align: center;
    padding-top: 10px;
}
