
@font-face {
	font-family: OpenSans-Regular; 
	src: 
	local('OpenSans-Regular'), local('Open Sans Regular'),
	url('../fonts/open_sans/OpenSans-Regular.woff2') format('woff2'), 
	url('../fonts/open_sans/OpenSans-Regular.woff') format('woff'), 
	url('../fonts/open_sans/OpenSans-Regular.ttf') format('truetype');
	font-display: swap;
    font-weight: normal;
    font-style: normal;	
	}
@font-face {
	font-family: OpenSans-SemiBold; 
	src: 
	local('Open Sans SemiBold'), local('OpenSans-SemiBold'),	
	url('../fonts/open_sans/OpenSans-SemiBold.woff2') format('woff2'), 
	url('../fonts/open_sans/OpenSans-SemiBold.woff') format('woff'), 
	url('../fonts/open_sans/OpenSans-SemiBold.ttf') format('truetype');
	font-display: swap;	
	font-weight: 600;
    font-style: normal;
	}
 
 /* ---Body Default Color & Background---  */

body {
    overflow-x: hidden;
    color: #000;
    webkit-tap-highlight-color: #0c0c0c;
}
html {
	/* ---min-width: 430px; ---  */
}
::-moz-selection {
    text-shadow: none;
    background: #0c0c0c;
    color: #ffffff;
}
::selection {
    text-shadow: none;
    background: #0c0c0c;
    color: #ffffff;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
/* Typhography */

body,
div {
    font-size: 16px;
	font-family: OpenSans-Regular, sans-serif;
}
a,
a:focus,
a:hover,
a:active,
a.active {
    text-decoration: none;
}
h1,h2,h3,h4,h5 {        /* делаем так же, как у p{} */
	line-height: normal;
	margin: 0 0 10px;	
}	
p {
    line-height: normal;
    opacity: 1.0;
}
ul {
    list-style-type: circle; 
}
mark {
	line-height: 1.5em;	
}	
.images-left {
	float:left;
	margin: 10px 30px 10px 0px;
}
.images-right {
	float:right;
	margin: 10px 0px 10px 30px;
}
@media (max-width: 768px) {
.images-left {
	display: block;
	max-width: 300px;
	height: auto;
}
.images-right {
	display: block;
	max-width: 300px;
	height: auto;
}
}	
.bg-gray { 
	background:rgba(0, 0, 0, 0.03);
}
.font-header-main {
    font-size: 32px;
	font-family: OpenSans-SemiBold, sans-serif;
}	
.font-section-header {
    font-size: 24px;
	font-family: OpenSans-SemiBold, sans-serif;
}
.font-section-subheader {
    font-size: 20px;
	font-family: OpenSans-Regular, sans-serif;
}
@media (max-width: 992px) {
    .font-header-main {
        font-size: 28px;
    }
	.font-section-header {
		font-size: 24px;
	}
	.font-section-subheader {
		font-size: 20px;
	}	
}
@media (max-width: 768px) {
    .font-header-main {
        font-size: 24px;
    }
	.font-section-header {
		font-size: 22px;
	}
	.font-section-subheader {
		font-size: 20px;
	}	
}
@media (max-width: 480px) {
    .font-header-main {
        font-size: 20px;
    }
	.font-section-header {
		font-size: 18px;
	}
	.font-section-subheader {
		font-size: 20px;
	}	
}

.font-promo-header {
    font-size: 20px;
	font-family: OpenSans-SemiBold, sans-serif;
}
.font-figure-header {
    font-size: 18px;
	font-family: OpenSans-SemiBold, sans-serif;
}
.font-small-descr {	
    font-size: 12px;
	overflow: hidden;
    line-height: 12px;	
	margin-top: -5px;		
}
.font-first-price{
	font-size: 16px;
	font-family: OpenSans-SemiBold, sans-serif;
    line-height: 16px;	
	margin-top: -5px;		
}
.font-second-price{
	font-size: 14px;
    line-height: 14px;	
	margin-top: -10px;
}
.font-third-price{
	font-size: 12px;
    line-height: 12px;	
	margin-top: -10px;
}
.font-14{
	font-size: 14px;
	line-height: 16px;	
	margin-top: -20px;	
}
.uppercase {
    text-transform: uppercase;
}
.brand-text {
	color: #a00000;
	font-size: 40px; 
	font-family: Arial Black, Verdana, Tahoma;	
    font-weight: 900;	
	text-transform: uppercase;
    margin-top: -2px;
	padding-right: 0px;	
	text-shadow: 
		0px 1px 0px #ccc, 
		1px 1px 0px #c9c9c9,
		1px 2px 0px #bbb,
		2px 3px 0px #b9b9b9,
		2px 4px 0px #aaa, 
		0px 4px 3px rgba(0,0,0,0.4),
		0px 8px 13px rgba(0,0,0,0.1),
		0px 18px 23px rgba(0,0,0,0.1);
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-left-10 {
    margin-left: 10px;	
}	
.red {
	color: #a00000;	
}
.text-warning-custom {
	color: #abab4c;	
}
.clearfix {
    clear: both;
}

button {
    outline: 0;
}
.btn {
    /* --- font-size: 1.5rem;  --- */
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 50px;
    padding: 12px 32px;
    font-size: 16px;
	font-family: OpenSans-SemiBold, sans-serif;
	font-weight: 600;
    /* --- border: 0px;  --- */
    border: 1px solid transparent;
    background: #fff;
    color: #000;
    outline: 0;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.btn.active {
    box-shadow: none;
}
.btn-sm {
    font-size: 1.2rem;
    padding: 8px 20px;
}
.btn-sm:hover,
.btn-sm:focus,
.btn-sm:active {
    font-size: 1.2rem;
}
.btn-lg {
    font-size: 2rem;
    padding: 16px 38px;
}
.btn-xl {
    font-size: 2.5rem;
    padding: 18px 42px;
}
.btn-outline {
    color: #0c0c0c;
    border-color: #0c0c0c;
    background: transparent;
}
.btn-primary {
    color: #fff !important;
    background-color: #0c0c0c;
}
.btn-action {
    color: #ffffff !important;
	border-color: #0c0c0c;
	background:rgba(100, 100, 100, 0.5);
}
.btn .fa {
    margin-left: 10px;
}
.btn-icon-only {
    padding: 12px;
    background: #fff;
    color: #0c0c0c;
}
.btn-icon-only .fa {
    margin: 0px !important;
    letter-spacing: 0;
}
.open .dropdown-toggle.btn-xl {
    border-color: #0c0c0c;
    color: #fff;
    background-color: #0c0c0c;
}
.btn:hover,
.btn:focus,
.btn:active {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.btn:hover .fa {
    margin-left: 10px;
}
.btn-icon-only:hover .fa {
    margin-left: 0px;
}
.btn-action:hover{
    color: #0c0c0c !important; 
}
/* ---Input Field--- */

input.form-control,
textarea {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0px;
    padding: 24px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #dfdfdf;
    width: 100%;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
input.form-control:hover,
textarea:hover {
    border: 2px solid transparent;
    color: #0c0c0c;
    outline: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19) !important;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
input.form-control:focus,
input.form-control:active,
textarea:focus,
textarea:active {
    border: 2px solid #0c0c0c;
    color: #0c0c0c;
    outline: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19) !important;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
*:focus {
    outline: 0;
}
/*---- Navbar -----*/
/* Brand Text */



/* Default Navbar CSS Reset */


/* Это бля для нового-года, у новогодней картинки зет-индекс= 98 */
.nav {
z-index: 99;
} 

nav.navbar-default {
    border-color: transparent;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 0px;
    min-height: 70px;
    padding-top: 10px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
nav.nav-shrink {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
nav.navbar-default .navbar-nav li a,
nav.navbar-default .navbar-nav .open .dropdown-menu>li>a {
/*    text-transform: uppercase;   */
    font-size: 16px;
	font-family: OpenSans-SemiBold, sans-serif;

    letter-spacing: 1px;
	color: #000;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
nav.navbar-default .navbar-nav li a.active,
nav.navbar-default .navbar-nav li a:hover,
nav.navbar-default .navbar-nav li a:focus,
nav.navbar-default .navbar-nav>.open>a,
nav.navbar-default .navbar-nav>.open>a:focus,
nav.navbar-default .navbar-nav>.open>a:hover,
nav.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
nav.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    outline: 0;
    color: #fff;
    background: #0c0c0c;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
nav .navbar-nav .dropdown-menu,
nav .navbar-nav .open .dropdown-menu {
    padding-top: 0px;
    border-color: transparent;
    border-bottom: 1px solid #8c8c8c;
    border-radius: 0px;
    background-color: #fafafa;
}
nav button.btn-nav {
    width: 48px;
    height: 48px;
}
nav .form-wrap {
    margin-top: 10px;
    background: #8c8c8c;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
nav .form-wrap input,
nav .form-wrap input:hover,
nav .form-wrap input:focus,
nav .form-wrap input:active {
    color: #ffffff;
    border: 0px;
    background-color: #0c0c0c;
}
nav .form-wrap button {
    position: relative;
    float: right;
    margin-top: -48px;
    z-index: 5000;
    width: 48px;
    height: 48px;
    background: transparent;
    border: 0px;
    color: #fff;
}
nav .form-wrap button[type="submit"] {
    display: none;
}
@media (min-width: 992px) {
    nav.nav-shrink {
        background: #fff;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
    }
    /* navbar menu items */
    
    nav .dropdown-toggle b.caret {
        display: none;
    }
    nav li.dropdown:hover .dropdown-menu {
        display: block;
    }
    nav .navbar-nav .dropdown-menu > li > a {
        padding: 3px 20px;
    }
.centerDropdown {
    left: auto !important;
    right: -200% !important;
}
	
	
    nav .nav-bar-btn {
        position: relative;
        float: right;
        margin-left: 20px;
    }
    nav .nav-bar-btn .btn-nav {
        margin-left: 0px;
        background: transparent;
        border-radius: 0%;
        border: 0;
        width: 48px;
        height: 48px;
        padding: 14px;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
    }
    nav .nav-bar-btn .btn-nav:hover,
    nav .nav-bar-btn .btn-nav:focus,
    nav .nav-bar-btn .btn-nav:active {
        background: #0c0c0c;
        color: #ffffff;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
    }
}
/* Navbar Collapse CSS with customized Breakpoint */

@media (max-width: 992px) {
    nav.navbar-default {
        background-color: #fff;
    }
    /* navbar menu collapse */
    
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        border-width: 2px;
        border-color: #8c8c8c;
        background-color: #fdfdfd;
        padding-bottom: 30px;
    }
    .collapsing {
        overflow: hidden!important;
    }
    /* navbar menu toggle */
    
    .navbar-header {
        float: none;
    }
	.phone-header {
	font-size: 22px;
	line-height:30px;	
	font-family: OpenSans-SemiBold, 'Open Sans', sans-serif !important;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;	
		
	}
    nav.navbar-default .navbar-toggle {
        border-color: transparent;
        border-radius: 0px;
        display: block;
        width: 48px;
        height: 48px;
        padding: 12px;
        margin: 0px;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
    }
    nav.navbar-default .navbar-toggle:hover,
    nav.navbar-default .navbar-toggle:focus,
    nav.navbar-default .navbar-toggle:active {
        background-color: #8c8c8c;
        color: #ffffff;
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
    }
    nav.navbar-default .navbar-toggle:hover .icon-bar,
    nav.navbar-default .navbar-toggle:focus .icon-bar,
    nav.navbar-default .navbar-toggle:active .icon-bar {
        background-color: #ffffff;
    }
    nav.navbar-default .btn-nav {
        margin-right: 5px;
    }
    nav.navbar-default .btn-nav-desktop {
        display: none;
    }
    /* navbar menu items */
    
    .navbar-nav {
        float: none!important;
        margin: 7px 15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 1px 0px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 2;
        color: #333;
        white-space: nowrap;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
}
/* Section CSS */


/* Footer */

footer {
    padding: 25px 0;
    padding-top: 60px;
}
footer .footer-links {
    padding: 20px;
}
footer .footer-links a {
    color: #8c8c8c;
}
footer .footer-links a:hover {
    color: #000 !important;
}
footer .footer-links ul {
    padding: 10px;
}
footer .footer-links ul li {
    list-style-type: none;
}
footer .footer-links .xtra-links li {
    line-height: 30px;
}
footer .footer-links .normal-links li {
    line-height: 24px;
}
footer .credit{
    margin-top: 40px;
}
footer .credit p{
    line-height: 16px;	
	font-size: 14px;	
}



/*  header Area  */

header.header-area {
	background: #ccc;
    padding-top: 200px;
    padding-bottom: 40px;   

	background-image: url("../pictures/sklad.jpg"), linear-gradient(0deg, #666, #666);
	background-blend-mode: overlay;
    background-size: cover;
    background-position: top center;	
    background-attachment: fixed;	
}
header.header-area-static {
    background: #f5f5f5;
    padding-top: 300px;
    padding-bottom: 150px;
    min-height: 720px;
    background: url("../pictures/store.jpg") no-repeat fixed transparent;
    background-size: cover;
    background-position: center;
}
/*
.header-area .header-title {
	font-family: OpenSans-SemiBold, 'Open Sans', sans-serif;	
    font-size: 36px;
	line-height: 42px;
    font-weight: 300;
	margin-top: 20px;
    margin-bottom: 10px;
}

  header Area  */


/*  Выравнивание блоков по высоте  */
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.fill-height {
  display: flex;
  flex-direction: column;
}
.fill-height > div {
  flex: 1;
  justify-content: center;
  flex-direction: column;
}
/*  Выравнивание блоков по высоте  */


section {
    padding: 60px 0;
	text-align: center;	
}


#products-list a {
    color: #0c0c0c;
}
#promotions a {
    color: #0c0c0c;
}
.figure {
	background: rgba(0, 0, 0, 0.03);
  /*     background:	rgba(155, 155, 155, 0.2);	*/
    margin-bottom: 30px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.figure:hover {
    cursor: pointer;
    position: relative;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.figure .caption {
    position: relative;
    width: 100%;
    padding: 5px;
    text-align: center;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}
.figure:hover .caption {
    background: rgba(0, 0, 0, 0.0);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}

#products-list .figure .product-price del {
    opacity: .5;
}
#products-list .figure .product-price .promo-price {
    margin-left: 20px;
    color: #e53935;
}


.promotions-block {
    background: rgba(0, 0, 0, 0.05);
	padding: 20px;	
	margin-bottom: 30px;
}
.promotions-btn {
    color: #fff !important;
    border-color: #0c0c0c;
    background: transparent;
	padding-bottom: 20px;
}
.promotions-btn:hover {
    color: #000 !important;
}


/* CTA Area 2 */

#cta-2 {
    color: #fff;
	background-image: url("../pictures/sklad.jpg"), linear-gradient(45deg, #aaa, #aaa);
	background-blend-mode: multiply;
    background-size: cover;
    background-position: top center;	
    background-attachment: fixed;
}


/* Contact Form 
#contact-form-section {
	margin-top: -100px;
} */
#contact {
    margin: 0px auto;
    margin-top: 30px;
    text-align: center;
    width: 85%;
}
#contact label {
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 12px;
}
#contact input,
#contact textarea {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
#contact textarea {
    padding: 16px 24px;
}
#contact button {
    margin-top: 10px;
}
#contact::-webkit-input-placeholder,
#contact::-moz-placeholder,
#contact:-moz-placeholder,
#contact:-ms-input-placeholder {
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
}

/* For finding of Yandex */
.ya-page_js_yes .ya-site-form_inited_no { display: none; }

/* For Animate */
/* Если убрать стиль ниже, то когда страница загружается, то анимированные элементы сначала на мгновение просто появляются на экране, 
а потом еще раз появляются уже с анимацией. Стиль ниже скрывает до отыгрывания анимации */
.wow {
visibility: hidden;
}

/* Ниже класс для скрытия поля в форме обратной связи */
.form-user {
 display: none;
}

/* Ниже класс для вывешивания новогодней картинки */
.new-year {
width: 600px;		
height:306px;
opacity:0.7;
position:fixed;
top:60px;
left:0px;
z-index:98;
text-indent:-0px;
background: url('../pictures/new-year.png') no-repeat;
background-size: contain;
}
@media (max-width: 1170px) {
    .new-year {
		width: 400px;		
		height:204px;
    }
}
@media (max-width: 768px) {
    .new-year {
		width: 300px;		
		height:153px;
    }
}
@media (max-width: 480px) {
    .new-year {
		width: 200px;		
		height:102px;
    }
}
/* Закончился класс для вывешивания новогодней картинки */

.wrap-parent img {
 display: block;
 margin: auto;
}
.add-pic { 
display: block; 
width: 240px;
height: auto;

}


/* Класс для скрываемого блока */
.block_hide {
width: 300px;
height:80px;
background: #eee;
position: fixed;
bottom: 60px;
right: 20px;
padding: 5px 20px;
border: 1px solid black;
cursor:pointer;
z-index:98;
}
/* Закончился Класс для скрываемого блока */
/* ТАК ЛУЧШЕ Класс для скрываемого блока */
.block_hide_1 {
width: 300px;
height:80px;
background: #eee;
position: fixed;
bottom: 60px;
right: 20px;
padding: 5px 20px;
cursor:pointer;
z-index:98;
border: 2px solid transparent;
color: #0c0c0c;
outline: 0;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19) !important;
}
/* Закончился Класс для скрываемого блока */

/* ААА ТАК ЕЩЕ ЛУЧШЕ Класс для скрываемого блока + block_hide.js
https://ru.stackoverflow.com/questions/1300127/ */
.page-container {
transition: opacity 1s, width 1s ease-out, height 1s ease-out;
opacity: 0;

/* width: 400px; */
width: 500px;
height: 120px;
background: #eee;
position: fixed;
bottom: 60px;
right: 20px;
padding: 5px 20px;
cursor:pointer;
z-index:101;
border: 2px solid transparent;
color: #0c0c0c;
outline: 0;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19) !important;
}
.show {
transition: opacity 2s linear;
opacity: 1;
width: 400px;
/* width: 300px; */
height:90px;
}
@media (max-width: 768px) {
.page-container {
font-size: 12px;
width: 340px;
height: 90px;
bottom: 30px;
    }
.show {
font-size: 12px;
width: 310px;
height:70px;
	}
}
/* Закончился Класс для скрываемого блока */

