/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
:root {
--main-color: brown;
--sec-color: #9ec928;
--hover-col: #c7f549;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
   
@font-face {
    font-family: 'Impact';
  src: url("../font/impact/Impact.eot?#iefix") format("embedded-opentype"), url("../font/impact/Impact.woff") format("woff"), url("../font/impact/Impact.ttf") format("truetype"), url("../font/impact/Impact.svg#Impact") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body{
	background: #fff;
}

h1, h2, h3, h4, .zag {
    font-size: 28px;
    color: #565656;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
	margin: 0.83em 0;
}

p {
	text-align: justify;
}

a {
	color: rgb(56, 129, 16);
}

.bold {
	font-weight: bold;
}

.all-complect{
	font-size: 15px;
    color: #a50038;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
	margin: 0.83em 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    border: 1px dashed rgb(226, 225, 225);
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 40px 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
/*============================
=Small Header
==============================*/  
#small-header {
    height: 271px;
}

#small-header .right-header {
    margin-left: 258px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#small-header .right-header div {
	margin: 4px;
	}

#small-header .logo {
    float: left;
    border-radius: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    opacity: 0.949;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    height: 166px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#small-header .logo a {
    border-radius: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    opacity: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
    height: 119px;
}
	
#small-header .header {
	display: block;
	top: 80px;
	padding: 0 25px;
	}

#small-header .bottom-logo {
    margin-top: 14px;
	}
	
#small-header .top-logo {
    margin-top: 10px;
	}
	
#small-header .header-phone {
    display: flex;
    flex-direction: column;
	height: 63px;
	}

#small-header .header-addr {
	height: 63px;
	}
	
#small-header .header-time {
	height: 63px;
	}

/*============================
=Header
==============================*/

header {
    background: url(../img/header-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 600px;
    width: 100%;
    position: relative;
}

.header {
    margin: 0 auto;
	padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    position: relative;
    top: 70px;
	text-transform: uppercase;
}

.logo a {
	text-decoration: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 7px;
    background-color: white;
    opacity: 0.949;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    width: 239px;
    height: 136px;
    z-index: 5;
    }

.logo a img {
    width: 132px;
    height: 82px;
    z-index: 18;
}

.header .logo a span {
    width: 100%;
    text-transform: uppercase;
}

.top-logo {
	font-family: "Impact";
    font-size: 24px;
    color: rgb(79, 112, 25);
    text-transform: uppercase;
    text-align: center;
	line-height: 0.5;
}

.bottom-logo {
    font-size: 9px;
    letter-spacing: 0.02em;
    color: rgb(117,63,0);
    text-transform: uppercase;
    text-align: center;
	line-height: 0.5;
}

.right-header div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 15px;
    color: rgb(117, 63, 0);
    text-align: center;
}

.right-header .title-header {
    color: rgb(80, 112, 25);
    line-height: 1.375;
	font-family: "Impact";
	font-size: 18px;
}

.right-header .title-header span {
	font-size: 15px;
    color: rgb(117, 63, 0);
	font-family: 'Roboto', sans-serif;
	}

.header-phone {

    text-align: center;
    border-radius: 7px;
    background-color: white;
    opacity: 0.949;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    width: 238px;
    height: 120px;
}

.header-phone a {
	font-family: "Impact";
    font-size: 22px;
    text-decoration: none;
    color: rgb(117,63,0);
}

.header-phone span {
    font-size: 12px;
    color: #656464;

}

.header-phone img{
	display: block;
	float: left;
	width: 30px;
}

.viber-whatsapp{
	display: block !important;
	width: 93px;
	margin: 0 auto;
}

.viber-whatsapp-small{
	display: block !important;
	width: 60px;
	margin: 4px;
}

.viber-whatsapp-small img{
	display: block;
	float: left;
	width: 30px;
}

.header-addr {
    text-align: center;
    border-radius: 7px;
    background-color: white;
    opacity: 0.949;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    width: 238px;
    height: 68px;
}

.header-time {
    text-align: center;
    border-radius: 7px;
    background-color: white;
    opacity: 0.949;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
    width: 238px;
    height: 68px;
}

.order-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: inherit;
    text-decoration: none;
    background: url('../img/button-gradient-bg.png') repeat-x;
    border: 1px solid #fcd184;
    border-radius: 7px;
    width: 238px;
    height: 61px;
}

.order-button a img {
    margin: 0 10px 0 10px;
}

.order-button-text {
    font-size: 22px;
    font-family: "Impact";
    color: #5f4101;
    text-transform: uppercase;
    line-height: 1.273;
    text-align: center;
}


#calculate-button{
	margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: inherit;
    text-decoration: none;
    background: url('../img/button-gradient-bg.png') repeat-x;
    border: 1px solid #fcd184;
    border-radius: 7px;
    width: 280px;
    height: 61px;
	cursor: pointer;
}


#calculate-button img {
    margin: 0 10px 0 10px;
}

.calculate-button-text {
    font-size: 22px;
    font-family: "Impact";
    color: #5f4101;
    text-transform: uppercase;
    line-height: 1.273;
    text-align: center;
}

/*============================
=Menu top
==============================*/

nav {
    background: url(../img/nav_bg.png);
    position: fixed;
    width: 100%;
    z-index: 9;
}

.menu {
    display:block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.icon-reorder {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.icon-reorder img{
    width: 32px;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index:100;
}

.menu li:first-child {
    margin-left:0;
}

.menu li a {
    text-decoration:none;
    padding: 1.1em 1em;
    display:block;
    color:#ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
	font-size: 0.8em;
}

.menu li a:hover, .menu li:hover > a {
    color:#ffffff;
    background-color: #453c37;
}

.menu ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 320px;
    position: absolute;
    left: 0px;
    background: url(../img/nav_bg.png);
    text-align: left;
}

.menu ul li {
    display:block;
    float: none;
    background:none;
    margin:0;
    padding:0;
}

.menu ul li a {
    font-weight:normal;
    display:block;
    color:#fff;
}

.menu ul li:hover {
    background-color: #453c37;
    color:#fff;
}

.menu li:hover > ul {
	display: block;
	}

.menu li:hover > ul.sub-menu-two-column {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 316px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu li .sub-menu-two-column li {
	width: 158px;
	}

.menu ul ul {
    left: 149px;
    top: 0px;
}

.mobile-menu {
    display:none;
    padding: 10px 15px 13px 46px;
    position: relative;
    background: url(../img/nav_bg.png);
    color:#ffffff;
    text-transform:uppercase;
    text-decoration:none;
}
.mobile-menu:hover {
    background-color: #453c37;
    color:#ffffff;
    text-decoration:none;
}
.menu .sub-menu li a {
    text-align: center;
    font-size: 0.8em;
    padding: 1em;
}

.menu .sub-menu-two-column li a {
    text-align: center;
    font-size: 0.8em;
    padding: 1em;
}

.menu .sub-menu {
    width: 160%;
}


.crumbs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em 2em;
    border-bottom: 1px dashed rgb(162, 162, 162);
}
.crumbs a {
    font-size: 15px;
    color: rgb(56, 129, 16);
}

/*============================
=Main
==============================*/

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.vcard {
	max-width: 30%;
	text-align: center;
	}
	
.contact-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
	
.yandex-map {
	width: 60%;
	}

.oplata-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		}
		

.oplata {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 250px;
	margin: 20px 40px;
	}
	
.oplata span {
	font-size: 20px;
	font-weight: bold;
	color: #a50038;
	text-align: center;
	}
	
.oplata img {
	width: 100%;
	}

	
.dveri-okna-wrap, .akcia-fundament-wrap, .antisept-wrap, .cherepizza-wrap, .krylco-wrap, .zimnyiles-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 230px;
	background: url('../img/ackia-bg.png') no-repeat center;
	}	
	
.akcia-fundament-wrap {
	background: url('../img/ackia2-bg.png') no-repeat center;
	margin-top: 20px;
	}
	
.antisept-wrap{
background: url('../img/antic-bg.png') no-repeat center;
	margin-top: 20px;
}

.zimnyiles-wrap{
background: url('../img/antic-bg.png') no-repeat center;
	margin-top: 20px;
}

.dveri-okna-wrap {
	margin-top: 20px;
}

.cherepizza-wrap {
background: url('../img/cherepizza.jpg') no-repeat center;
	margin-top: 20px;
}

.krylco-wrap {
background: url('../img/krylco-fon.jpg') no-repeat center;
	margin-top: 20px;
}
	
.dveri-okna-block, .akcia-fundament-block , .antisept-block, .cherepizza-block , .krylco-block , .zimnyiles-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url('../img/nav_bg.png') repeat;
	width: 100%;
	height: 145px;
	}
	
.dveri-okna-text {
	max-width: 885px;
	}
	
.antisept-text{
max-width: 885px;
}

.zimnyiles-text{
max-width: 885px;
}

.cherepizza-text{
max-width: 885px;
}

.krylco-text{
max-width: 885px;
}
	
.dveri-okna-block p, .akcia-fundament-block p , .antisept-block p, .cherepizza-block p, .krylco-block p, .zimnyiles-block p{
	line-height: 1;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	}

.dveri-okna-block p:first-child, .akcia-fundament-block p:first-child, .antisept-block p:first-child, .cherepizza-block p:first-child , .krylco-block p:first-child , .zimnyiles-block p:first-child {
	color: #ffc000;
	font-size: 24px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	}
	
.dveri-okna-block p span, .akcia-fundament-block p span, .antisept-block p span, .cherepizza-block p span, .krylco-block p span, .zimnyiles-block p span {
	font-size: 28px;
	color: #ff0000;
	}
	
/*============================
=Srub Ceny
==============================*/

.srub-ceny-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}



.srub-ceny-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    width: 46%;
    margin: 2%;
	}
	
.srub-ceny-col h2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 73px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #a50038;
	font-weight: bold;
	font-size: 24px;
	}

.srub-ceny-row {
	border: 1px dashed grey;
	width: 100%;
	margin-bottom: 5px;
	border-radius: 7px;
	}
	
.srub-ceny-row a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-decoration: none;
	color: #222;
	border-radius: 7px;
	}
	
.srub-ceny-row a:hover {
	color: white;
	background: url(../img/nav_bg.png);
	}

.srub-ceny-row  span {
	display: block;
	width: 100px;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	}
	
.srub-ceny-row a span.srub-ceny-row-name{
	width: 175px;
	}

.srub-ceny-row img {
	height: 70px;
	border-radius: 7px;
	}

.dop-job-table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	}
	
.dop-job-table tr td {
	border: 1px solid #e8e8e8;
	padding: 10px;
	}
	
.dop-job-table tr.green {
	background-color: rgb(43, 99, 12);
	color: #fff;
	}
	
.dop-job-table tr.red {
	background-color: #755946;
	color: #fff;
	}
	
/*============================
=Srub card
==============================*/
.srub-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.text-card {
    font-size: 20px;
    color: rgb(86, 86, 86);
    text-align: left;
}

.text-card .price {
	margin: 0;
    padding: 9px;
    border-bottom: 1px dashed grey;
	}
	
.text-card .price .do-key {
    color: #4f7019;
	}

.text-card ul {
    padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.text-card .hand-work {
	padding: 9px;
	border-bottom: 1px dashed grey;
	}

.text-card ul li {
    padding: 9px;
    list-style: none;
    border-bottom: 1px dashed grey;
}

.dop-li-desc {
	color: #a50038; 
	position: relative;
	top: -20px;
	}

.text-card span {
    color: #4f7019;
}

.text-card .free-ship {
	color: #a50038;
	font-weight: bold;
	}
	
.text-card span.red-small-price {
    color: #a50038;
    font-size: 20px;
    text-transform: lowercase;
}

.text-card span.red-big-price {
    color: #a50038;
    font-size: 34px;
}

.image-card {
	max-width: 600px;
	width: 100%;
    position: relative;
}

.image-card img {
    width: 100%;
}

.desc_more_cart {
	text-align: center;
	width: 100%;
	}

.desc_more_cart ul {
	padding: 0;
	width: 48%;
	margin: 1%;
	float: left;
	}
	
.desc_more_cart ul li {
	list-style-position: inside;
	/* background-image: url(../img/Layer-7.png);
	background-repeat: no-repeat;
    background-position: 10px 6px; */
	text-align: left;
	padding: 15px;
	border-radius: 7px;
	border: 1px dashed grey;
	margin: 10px;
	}
	
.srub_cat_wrap {
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	}
	
.cat-property {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;

    font-size: 0.7em;
    color: #656464;
    padding: 3px 7px;
}

.srub_cat_item {
	margin: 10px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 272px;
	border: 1px dashed grey;
	}
	
.srub_cat_item div a {
	font-size: 15px;
	text-decoration: none;
	}
	
.srub_cat_item p {
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 72px;

	text-align: center;
	}
	
.srub_cat_item img{
	width: 272px;
	height: 204px;

	}

.cat_link1 {
	text-decoration: none;
	}

.link_about_srub {
	text-decoration: none;
	height: 50px;
	background: url(../img/nav_bg.png);
	width: 100%;
	line-height: 50px;
	color: white;
	display: block;
	}

.link_about_srub:hover {
	background: url(../img/button-gradient-bg.png);
	}
	
.srub_cat_price {
	font-size: 15px;
	height: 72px;
	line-height: 59px;
	color: #222;
	}

.srub_cat_price span {
	font-size: 21px;
	color: #a50038;
	font-weight: bold;
	}
	
.srub_cat_item:hover {
	background: #fffee7;
	}
	
.srub_cat_item .main-catalog a {
	font-size: 15px;
    border-top: 1px dashed grey;
    display: block;
	color: #222;
	padding: 15px 0 15px 0;
}

.srub_cat_item .main-catalog a:hover:not(:nth-child(1)){
	background: url(../img/nav_bg.png);
	color: white;
	}
	
.srub_cat_item .main-catalog a:hover span {
	color: white;
	}
	
 .srub_cat_item .main-catalog a span {
	font-size: 21px;
	color: #a50038;
	} 
	
.srub_cat_item p a {
	color: rgb(56, 129, 16);
	font-weight: bold;
	text-decoration: none;
	}
	
.srub_cat_price span.rub-small {
	font-weight: normal;
	color: #222;
	font-size: 15px;
	}
	
.srub_cat_item .dom {
	line-height: 25px;
	}
.dom-cat-img {
	margin-bottom: 10px;
	}
.dom-more {
	margin-top: 10px;
}

.pay-and-ship-zag {
    font-size: 28px;
    color: #565656;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

.pay-and-ship ul {
	padding: 0;
	border: 1px dashed grey;
	    padding: 15px;
	}

.pay-and-ship ul li {
    list-style: none;
    text-align: left;
    padding: 3px;
    margin: 3px;
}

.pay-and-ship ul li:after {
    content: '';
    width: 100%;
    height: 1px;
	padding-top: 14px;
	border-bottom: 1px dashed grey;
    margin: 0 auto;
    display: block;
}

.pay-and-ship ul li:last-child:after {
	display: none;
}
	

.pay-and-ship ul li .attent {
    text-transform: uppercase;
    font-size: 17px;
    color: #a50038;
    font-weight: bold;
}

.pay-and-ship ul li .attent2 {
    text-transform: uppercase;
    font-size: 28px;
    color: #a50038;
}

.pay-and-ship ul li .num {
	color: white;
	background: url(../img/nav_bg.png);
	display: inline-block;
	text-align: center;
	margin: 5px 10px;
	line-height: 40px;
	width: 40px;
	height: 40px;
}

.pay-and-ship .ship-block {
	max-width: 580px;
	margin: 1em auto;
	}
	
.pay-and-ship .btn-block {
	max-width: 400px;
	margin: 1em auto;
	}
	
.pay-and-ship ul.btn-block li {
	text-align: center;
	}

.pay-and-ship .ship-block  li:after{
	display: none;
	}
	
.pay-and-ship .ship-block  li {
	text-align: center;
	}

.pay-and-ship ul.sub-ul {
	border: none;
	}
	
.pay-and-ship .sub-ul ul {
	border: none;
	}
	
.advanteges-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	}

.advanteges-block {
	width: 195px;
	text-align: center;
    margin: 20px;
	}
	
.advanteges-block span {
	width: 100%;
    display: block;
    text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	padding-top: 10px;
	}

.attent-block-top {
    border: 1px dashed grey;
    padding: 15px;
    font-size: 22px;
    background: url(../img/nav_bg.png) repeat;
    margin-top: 12px;
    width: 94%;
}

.attent-block-top .attent-block-zag {
	color: #ffc000;
    font-size: 28px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	margin: 0 auto;
	text-align: center;
    display: block;
	}

.attent-block-top .attent-block-zag span {
	color: #ff0000;
}

.attent-block {
	border: 1px dashed grey;
	padding: 15px;
    font-size: 22px;
    background: url(../img/nav_bg.png) repeat;
	}
	
.attent-block .attent-block-zag {
	color: #ffc000;
    font-size: 28px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	margin: 0 auto;
	text-align: center;
    display: block;
	}
	
.attent-block .attent-block-zag span {
	color: #ff0000;
	}
	
.attent-block a{
	color: #ff0000;
}
	
.attent-block p {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    font-size: 22px;
	text-align: center;
	}
	
.attent-block p span {
	color: #ffc000;
	}
	
.proekt-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}
	
.otdelka {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}
	
.otdelka img {
	width: 100%;
	max-width: 560px;
	margin: 20px;
	}
	
.otdelka-one{
	font-size: 20px;
	line-height: 40px;
	width: 100%;
	max-width: 560px;
	text-align: center;
	margin: 20px;
	float: left;
	text-transform: uppercase;
}

.otdelka .otdelka-one img {
	width: 100%;
	max-width: 560px;
	margin: 0;
	}
	
/*============================
=Button block
==============================*/
.button-block {
    max-width: 850px;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.button-block .order-button a {
    border: none;
}

.button-block_btn {
    width: 186px;
    border: #222222 1px solid;
    border-radius: 7px;
    padding: 12px 25px;
    font-size: 1.1em;
    text-align: center;
}

.button-block_btn a {
    text-decoration: none;
}

.else-button a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: inherit;
    background: url('../img/button-gradient-bg.png') repeat-x;
    border-radius: 7px;
    width: 238px;
    height: 61px;
    z-index: 57;
}

.else-button a  img {
    margin: 0 10px 0 10px;
}

.else-button-text {
    font-size: 22px;
    font-family: "Impact";
    color: #5f4101;
    text-transform: uppercase;
    line-height: 1.273;
    text-align: center;
}

.phone-button a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: inherit;
    background: #9ec928;
    border-radius: 7px;
    width: 238px;
    height: 61px;
    z-index: 57;
}

.phone-button a  img {
    margin: 0 10px 0 10px;
}

.phone-button-text {
    font-size: 22px;
    font-family: "Impact";
    color: rgb(47, 63, 14);
    text-transform: uppercase;
    line-height: 1.273;
    text-align: center;
}
/*============================
=Footer
==============================*/

footer {
    color: #fff;
    background: url("../img/footer-resize.jpg") repeat-x;
    height: 295px;
}

.footer {
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.left-footer {
    text-align: center;
    width: 219px;
}

.left-footer .top-text {
	font-family: "Impact";
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
}

.left-footer .bottom-text {
    display: block;
    font-size: 9px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
}

.footer-sitemap {
    display: block;
	margin: 0 auto;
    text-decoration: none;
    color: white;
    border-radius: 7px;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 2px solid white;
    width: 141px;
    height: 39px;
    line-height: 39px;
}

.center-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 316px;
}

.center-footer a {
    color: white;
    text-decoration: none;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 2px solid white;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 39px;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    width: 141px;
    height: 39px;
}

.center-footer .phone-footer a{
    display: block;
    margin-top: 30px;
    width: 100%;
    font-family: Impact;
    font-size: 34px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    line-height: 75px;
    width: 312px;
    height: 75px;
}

.right-footer {
    font-size: 18px;
    text-align: center;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
    width: 205px;
}

.right-footer div span {
    text-transform: uppercase;
}

.right-footer div {
    padding: 20px 0;
}

.right-footer .footer-addr {
    border-bottom: 1px dashed white;
}

.snoska {
	text-align: center;
    position: relative;
    top: 45px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
	}
	
.snoska span {
	color: #ff0000;
	}

/*============================
=Order form
==============================*/

.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
    position: fixed;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.order_form {
	   width: 24%;
    position: fixed;
    top: 5%;
    background: #fbfbfb;
    margin: 0 35%;
    z-index: 999;
    padding: 0 3%;
    display: none;
}
.order_form form p{
	color: #565656;
    text-align: center;
    text-transform: uppercase;
    font-size: 140%;
}
.order_form form input{
	    width: 98%;
    padding: 1%;
    font-size: 120%;
    border: 1px solid #bbb;
    margin: 1% 0;
}
.order_form form textarea{
	    width: 98%;
    padding: 1%;
    font-size: 120%;
    border: 1px solid #bbb;
    margin: 1% 0;
}
.order_form form .sendorder {
	display: block;
	border-radius: 7px;
	color: rgb(47, 63, 14);
	font-family: Impact;
	width: 60%;
    margin: 4% auto;
    background: url('../img/button-gradient-bg.png') repeat-x;
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
	 font-size: 100%;
}
.order_form form .sendorder:hover {
	background: transparent;
	color: #42631a;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.order__no{
	width:280px;
	position:fixed;
	top:20%;
	margin:auto;
	left:0;
	right:0;
	z-index:999;
	padding:5%;
	opacity:0;
	text-align:center;
	display:none
}

.order__no{
	background:#e8e8e8;
	border:2px solid #198e46;
	color:#062f67;
}

section a {
	color: #42631a;
}
section .cf {
	font-size: 18px;
}
section .cf ul{
	font-size: 18px;
}
.order_close {
	width: 20px;
    padding: 4px;
    height: 20px;
	border: 2px solid #f39f00;
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
    cursor: pointer;
    background: url(../img/close.png) 50% 50% no-repeat;
	background-size: 50%;
   }
   
.fotorama__wrap--css3 .fotorama__nav__shaft {
	float: left;
	}
   

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clear{
    clear: both;
}

.otziv{
	margin: 15px 0px;
	border: 1px dashed grey;
	}

.otziv span{
	display: block;
    height: 30px;
    background: #a2c452;
    color: white;
    font-size: 15px;
    text-align: right;
    line-height: 30px;
    padding: 7px 20px;
}

.otziv-wrap{
	margin: 0 auto;
	width: 85%;
	}

.otziv p{
	padding: 10px 20px;
	}

.otzyvy-form-wrap {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	max-width: 82%;
	margin: 0 auto;
	padding: 10px;
	height: 365px;
	}

.otzyvy-form-wrap input[type="text"] {	
    width: 100%;
    padding: 5px;
}

.otzyvy-form-wrap input:focus, .otzyvy-form-wrap textarea:focus {
  border: 1px solid #a2c452
}

.otzyvy-form-wrap textarea {	
    width: 100%;
}

.otzyvy-form-wrap input[type="submit"] {	
    width: 200px;
    padding: 5px;
	display: block;
	margin: 10px auto;
}

input:required:valid{
  border-color: green;
}


span.rdsp {
	color: red;
}

.video-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	
}
.video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:560px;
	margin-top: 10px;
}

.video-center{
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	max-width:560px;
	width: 100%;	
	margin: 10px auto;
	
}

.video-center iframe{
	max-width:560px;
	width: 100%;
}

.uvedomlenie {
	background: url(../img/nav_bg.png) repeat;
	color: #ffc000;
	padding: 16px 20px;
	font-size: 21px;
    text-align: center;
    margin: 20px auto;
}

.img-width-300 {
    width: 300px;
}

.ol-vertical-line {
	list-style-type: none; 
	counter-reset: num;
	position: relative;	    
	margin: 0 0 0 60px;
	padding: 15px 0 5px 0;
	font-size: 16px;
}
.ol-vertical-line li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 1.6;
}
.ol-vertical-line li:after {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: -13px;
	left: -74px;
	width: 59px;
	height: 59px;
	line-height: 58px;
    background-color: #fbbd00;
	color: #000;
	text-align: center;
	font-size: 30px;
	border-radius: 50%;
	border: 1px solid #5f4e44;
}

.ol-vertical-line:before {
	content: ''; 
	position: absolute;
	top: 15px;
	bottom: 59px;
	left: -43px;    
	width: 1px;
	border-left: 1px solid #5f4e44;
}

.ol-vertical-line li:last-child:before {
	content: ''; 
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -38px;
	width: 28px;
	background: #fff;
}

.ol-vertical-line li span {
    font-size: 23px;
}

.li-desc {
    margin-left: 31px;
}
.li-desc-i {
    font-style: italic;
    margin-left: 31px;
}

.label-block {
    width: 146px;
    position: absolute;
    top: -4%;
    left: -12%;
}

.label-block .label-block_desc {
    position: absolute;
    top: 14%;
    left: 1%;
    text-align: center;
    font-size: 1.2em;
    color: #4e6d1b;
    font-weight: bold;
}

.label-block .label-block_desc2 {
    position: absolute;
    top: 58%;
    left: 10%;
    width: 80%;
    text-align: center;
    font-size: 0.9em;
    color: #4e6d1b;
    font-weight: bold;
}

.after-content {
    padding: 25px;
    text-align: center;
    background-color: #eeeaea;
    color: #a50038;
    font-size: 1.1em;
    font-weight: bold;
}

.image-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.image-gallery .column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.image-item img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.image-item {
    position: relative;
    cursor: pointer;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(57, 57, 57, 0.502);
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.2s 0.1s ease-in-out;
    color: #fff;
    /* center overlay content */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* hover */
.image-item:hover .overlay {
    transform: scale(1);
}

.container {
    padding: 1em;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
  }



.tab-content.active {
  display: block;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.tab > input[type="radio"] {
  display: none;
}

.tab-content {
  display: none;
  width: 100%;
  margin-top: 1rem;
}

#tab-youtube:checked~#content-youtube,
#tab-rutube:checked~#content-rutube,
#tab-btn-3:checked~#content-3 {
  display: block;
}

.tab > label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
  transition: color .15s ease-in-out, border-color .15s ease-in-out;
  color: #565656;
  background: 0 0;
}

.tab > label:hover {
  border-bottom-color: #0d6efd;
}

.container .tab > input[type="radio"]:checked + label {
  cursor: default;
  font-weight: bold;
  color: #212529;
  /* border-bottom-color: #212529; */
}

input[type="radio"]:checked+label
{
	background: var(--sec-color);
	   color: rgb(47, 63, 14);
	
}

label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 100px;
	padding: 0 4px;
	height: 42px;
	border: 1px solid rgb(169, 169, 169);
	background: #e8e8e8;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 7px;
	margin: 0 4px;
	color: rgb(117,63,0);
	font-weight: bold;
	cursor: pointer;
	font-size: 17px;
}

.cookie-modal {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: rgb(52, 70, 41);
	color: white;
	padding: 15px 20px;
	border-radius: 5px;
	z-index: 1000;
	max-width: 651px;
	width: 90%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cookie-modal div {
    margin: 0;
    flex: 1;
    text-align: left;
}
.cookie-modal div a {
    color: white;
}

.cookie-modal button {
	background: #3ba814;
	border: none;
	padding: 10px 28px;
	color: white;
	cursor: pointer;
	margin-left: 15px;
	border-radius: 3px;
	white-space: nowrap;
}

.cookie-modal.show {
    opacity: 1;
    visibility: visible;
}

/* .video {
  position: relative;
  background: #000;
  margin-bottom: 20px;
  cursor: pointer;
} */

/* .video::after {
  content: "▶";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: white;
} */



@media only screen and (min-width: 768px) {
    .image-gallery {
    flex-direction: row;
    }
}


@media only screen and (max-width: 1155px) {
	.dveri-okna-wrap, .akcia-fundament-wrap, .antisept-wrap, .cherepizza-wrap, .krylco-wrap, .zimnyiles-wrap{
		background: none;
    }

	.dveri-okna-block, .akcia-fundament-block, .antisept-block , .cherepizza-block , .krylco-block , .zimnyiles-block {
		background: url('../img/nav_bg.png') repeat;
		height: auto;
		padding: 20px;
		}
		
	.dveri-okna-text, .cherepizza-text, .krylco-text, .antisept-text, .zimnyiles-text {
		max-width: 885px;
		}
		
		
	.dveri-okna-block p, .akcia-fundament-block p, .antisept-block p , .cherepizza-block p , .krylco-block p , .zimnyiles-block p {
		text-align: center;
		}
		
	.dveri-okna-block p span, .akcia-fundament-block p span, .antisept-block p span , .cherepizza-block p span, .krylco-block p span, .zimnyiles-block p span {
		font-size: 28px;
		color: #ff0000;
		} 
	.otdelka-one{
		margin: 0 0 20px 0;
	}	
}


   
@media only screen and (max-width: 1052px) {
	.header {
		top: 0;
		}
		
    nav {
        position: relative;
    }
    .focus_mob .sub-menu {
        display: none;
    }
    .focus_mob .sub-menu:focus {
        display: block;
    }

    .menu li a{
        border-left: none;
        border-right: none;
        border-top: 1px solid #575757;
        border-bottom: 1px solid #222222;
        text-align: center;
    }

    .menu{display:none; background: url(../img/nav_bg.png);}

    .mobile-menu{display:block;
    }

    .menu li{display:block;
        margin:0;}


    .menu ul {display:block;
        position:relative;
        top:0;
        left:0;
        width:100%;}

    .menu ul ul {left:0;}
	
	.menu .sub-menu {
	width: 100%;
	}
	
	.menu li .sub-menu-two-column li {
	width: 100%;
	}
	
	.button-block {
    max-width: 238px;
}

	.button-block>div{
    margin-bottom: 10px
}

.vcard {
	max-width: 100%;
	margin: 0 auto 10px auto;
	}
	
.yandex-map {
	width: 100%;
	}
	
	#small-header .header {
    display: block;
    top: 50px;
    padding: 0 25px;
}

}

@media only screen and (max-width: 925px) {
	.srub-ceny-col {
		width: 100%;
		margin: 0;
	}

	.srub-ceny-col span {
		width: 33.3333%;
	}
	
	.order-button-text, .else-button-text, .phone-button-text {
		font-size: 18px;
		font-weight: bold;
	}
}

@media only screen and (max-width: 800px) {

	#small-header {
		height: 400px;
	}

	#small-header .right-header div {
		margin: 0 0 6px 0;
	}

	#small-header .right-header {
		float: right;
		width: 240px;
		margin-left: 0;
	}
	
	.viber-whatsapp-small{
		margin: 4px !important;
	}
	
}

@media only screen and (max-width: 835px) {
    footer {
	height: auto;
	}
	
	.footer {
	padding-top: 30px;
	height: auto;
	}
	
	.desc_more_cart ul {
    width: 100%;
	}
}

@media (max-width: 769px) {
    .order_form {
        width: 92%;
        margin: 0 1%;
    }

    .label-block {
        width: 97%;
        position: sticky;
        background-color: #fbba00;
        margin: 15px 0;
        padding: 10px 10px;
        text-align: center;
        border-radius: 7px;
    } 

    .label-block img {
        display: none;
    }

    .label-block .label-block_desc {
        position: relative;
        left: 0%;
        font-size: 1em;
    }
    
    .label-block .label-block_desc2 {
        position: relative;
        left: 0%;
        font-size: 1em;
        text-transform: uppercase;
    }
    
}

@media only screen and (max-width: 640px) {
	.dveri-okna-block, .akcia-fundament-block, .antisept-block , .cherepizza-block, .krylco-block, .zimnyiles-block{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	
	.dveri-okna-block p:last-child, .akcia-fundament-block p:last-child , .antisept-block p:last-child, .cherepizza-wrap p:last-child, .krylco-wrap p:last-child, .zimnyiles-block p:last-child {
	line-height: 2em;
	}

	#small-header {
		height: 490px;
	}
	
	#small-header .header {
    top: 20px;
	}
	
    .header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 239px;
        margin: 0 auto;
    }

    .logo {
        margin-bottom: 8px;
    }
	
	#small-header .right-header div.header-addr {
	margin: 0;
	}
	.video-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	.video{
	width: 100%;
	}
	.video iframe{
	width:100%;
	}
	
	}

@media (max-width: 500px) {
    .cookie-modal {
        flex-direction: column;
        text-align: center;
        width: 84%;
    }

    .cookie-modal div {
        text-align: center;
        margin-bottom: 15px;
    }

    .cookie-modal button {
        width: 100%;
        margin-left: 0;
    }

}

@media only screen and (max-width: 480px) {
	.footer .center-footer, .footer .left-footer {
		margin-bottom: 10px;
	}

	.srub-ceny-col span {
		width: 33.3333%;
		font-size: 16px
	}

	.srub-ceny-row a span.srub-ceny-row-name {
		width: 33.3333%;
	}
	
	.dop-job-table tr td {
		font-size: 12px;
	}
	
	#calculate-button {
		width: 236px;
	}
	
	.calculate-button-text {
		font-size: 18px;
	}
	
}

@media only screen and (min-width: 1200px) {
    .header {
        width: 1200px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.politika-item {
    font-weight: bold;
}

a.konf {
    margin-top: 6px;
    font-size: 16px;
    width: 310px;
}


