/*
-webkit-filter:brightness(0.2);
	 -o-filter:brightness(0.2);
   -moz-filter:brightness(0.2);
		filter:brightness(0.2);

 -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	  -o-transition:all 0.3s ease-in-out;
	 -ms-transition:all 0.3s ease-in-out;
		 transition:all 0.3s ease-in-out;
		 
-ms-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;

background-size:cover;
background-position:center;
background-repeat:no-repeat;
background-image:url(/img/osn/123.jpg);

transform:translateY(-50%);

*/

/*** scrollbar ***/
::scrollbar {
    width: 6px;
    height: 6px;
}

::-ie-scrollbar {
    width: 6px;
    height: 6px;
}

::-moz-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::scrollbar-thumb {
    border-color: #111;
    background-color: #777;
}

::-ie-scrollbar-thumb {
    border-color: #111;
    background-color: #777;
}

::-moz-scrollbar-thumb {
    border-color: #111;
    background-color: #777;
}

::-webkit-scrollbar-thumb {
    border-color: #111;
    background-color: #777;
}

::scrollbar-track {
    width: 2px !important;
    border-width: 2px !important;
    background: linear-gradient(90deg, #fff, #fff, #ccc, #fff, #fff);
}

::-ie-scrollbar-track {
    width: 2px !important;
    border-width: 2px !important;
    background: linear-gradient(90deg, #fff, #fff, #ccc, #fff, #fff);
}

::-moz-scrollbar-track {
    width: 2px !important;
    border-width: 2px !important;
    background: linear-gradient(90deg, #fff, #fff, #ccc, #fff, #fff);
}

::-webkit-scrollbar-track {
    width: 2px !important;
    border-width: 2px !important;
    background: linear-gradient(90deg, #fff, #fff, #ccc, #fff, #fff);
}

/*** scrollbar ***/

* {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a, a img {
    border: 0;
    color: #000;
    text-decoration: none;
}

#br, br {
    clear: both;
}


/*** header ***/
header {
    position: relative;
    margin: 0;
    background: #fff;

    font-size: 17px;
}

header .h_center {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    padding: 10px 0;
}

header .h_center > div {
    float: left;
    width: 25%;

    color: #000;
    font-size: 19px;
    line-height: 23px;
    font-family: Circe-Light, sans-serif;
}

header .h_center .hc_logos {
    height: inherit;
}

header .h_center .hc_logos a {
    display: block;
    width: 100%;
    height: inherit;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(/img/osn/logo.svg);
}

header .h_center .hc_title {
    padding: 28px 0 0;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

header .h_center .hc_zakaz {
    padding: 0px 0 0;
    text-align: right;
}

.svaz {
    width: 225px;
    display: inline-block;
    position: relative;
    padding: 11px 21px 9px;
    background: #91af59;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: inset 0 0 1px #999;

    color: #fff;
    font-size: 13px;
    text-align: left;
    line-height: 23px;
    text-transform: uppercase;
    font-family: Circe-Bold, sans-serif;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.svaz:hover {
    box-shadow: inset 0 0 7px #485a26;
}

.svaz:before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 1rem;
    top: 50%;

    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(/img/osn/b-phone.svg);

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .h_center .hc_zakaz .svaz {
    width: 75%;
}

header .h_center .hc_zakaz .soc {
    padding: 10px 0 0 !important;
}

header .h_center .hc_zakaz .hcp_mail a {
    color: #597d4d;
    font-size: 20px;
    text-transform: none;
    font-family: Circe-Regular, sans-serif;
}

header .h_center .hc_phone {
    padding: 0px 0 0;
    text-align: right;
}

header .h_center .hc_phone a {
    display: block;
    cursor: pointer;

    color: #000;
    font-size: 20px;
    text-align: right;
    line-height: 22px;
    text-transform: uppercase;
    font-family: Circe-Bold, sans-serif;
}

header .h_center .hc_phone span {
    display: block;
}

header .h_center .hc_phone span b {
    font-size: 15px;
    font-weight: 100;
}

.tablet {
    display: none;
}

/*** header ***/

/*** menu ***/
.underhead {
    position: relative;
    box-shadow: 0 0 1px #ccc;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.underhead > br {
    display: none;
}

.underhead .mob_only {
    display: none;
}

.underhead .menu {
    width: 1200px;
    margin: 0 auto;
}

.underhead .menu ul {
    list-style: none;
    position: relative;
}

.underhead .menu ul li {
    position: relative;
    display: inline-block;
}

.underhead .menu ul li a {
    display: block;
    padding: 13px 45px 11px 0;

    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Circe-Bold, sans-serif;
}

.underhead .menu ul li ul {
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    width: 290px;
    padding: 0;
    box-shadow: 0 0 5px #ddd;
    z-index: 100;
}

.underhead .menu ul li ul li {
    display: block;
}

.underhead .menu ul li ul li + li {
    border-top: 1px solid #f1f1f1;
}

.underhead .menu ul li ul a {
    padding: 9px 10px 7px 25px;
    background: #fff;

    color: #333;
    font-size: 17px;
    text-align: left;
    text-transform: none;
    font-family: Circe-Regular, sans-serif;
    *font-family: Roboto Condensed, sans-serif;
}

.underhead .menu ul li ul a span {
    float: right;
    position: relative;
    top: 4px;

    color: #91af59;
    font-size: 10px;
}

.underhead .menu > ul > li:hover > ul {
    display: block;
}

.underhead .menu ul li ul li ul {
    position: absolute;
    top: 0px;
    left: 290px;
    z-index: 102;
    box-shadow: 0 0 5px #bbb;
}

.underhead .menu ul li ul li {
    position: relative;
}

.underhead .menu ul li ul li:hover > a {
    color: #fff;
    background: #91af59;
}

.underhead .menu ul li ul li:hover ul {
    display: block;
}

.underhead .menu ul li ul li ul li a {
    padding: 6px 17px 4px;
}

/*** menu ***/

/*** slider ***/
.slider {
    position: relative;
    overflow: hidden;
}

.slider:after {
    content: "";
    height: 100px;
    position: absolute;
    bottom: -100px;
    left: 0;

    border: 75px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 1920px solid #fff;
}

.slider .st_div {
    display: block;
    height: 700px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider .st_podlo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/osn/zatemn.png);
}

.slider .st_title {
    position: relative;
    display: block;
    width: 70%;
    margin: 200px auto 40px;
    z-index: 2;
    text-shadow: 0px 2px 2px #111;

    color: #fff;
    color: #c4ff58;
    font-size: 67px;
    font-weight: 100;
    font-family: Roboto, sans-serif;
}

.slider .st_text {
    position: relative;
    display: block;
    width: 70%;
    margin: 0 auto;
    z-index: 2;
    text-shadow: 1px 1px 2px #111;

    color: #fff;
    font-size: 29px;
    line-height: 42px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

/*** slider ***/

/*** svaz ***/
#svaz {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    width: 370px;
    padding: 40px;

    background: #fff;
    z-index: 3;
    transform: translateX(-50%);
}

.svaz_text {
    padding: 0;
    color: #6fa459;
    font-size: 22px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.3px;
    font-family: Roboto, sans-serif;
}

.svaz_text_cart {
    padding: 0;
    color: #6fa459;
    font-size: 29px;
    line-height: 37px;
    letter-spacing: 0.3px;
    font-family: Roboto, sans-serif;
}

#svaz form {
    display: block;
    padding: 15px 0 0;
    box-sizing: border-box;
}

.surname {
    display: none;
}

#svaz input {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    padding: 9px 23px;
    box-sizing: border-box;
    border: 1px solid #6fa459;
    outline: none;

    color: #000;
    font-size: 17px;
    font-family: Roboto, sans-serif;
}

#svaz input[type=submit] {
    display: block;
    width: 180px;
    margin: 20px 0 0;
    padding: 10px 0;
    box-sizing: border-box;
    outline: none;
    border: 0;
    cursor: pointer;
    background: rgb(212, 75, 56);

    color: #fff;
    font-size: 19px;
    font-weight: 100;
    font-family: Roboto, sans-serif;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#svaz input[type=submit]:hover {
    background: rgb(232, 95, 76);
}

#svaz select {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    padding: 9px 23px;
    box-sizing: border-box;
    border: 1px solid #6fa459;
    outline: none;

    color: #000;
    font-size: 17px;
    font-family: Roboto, sans-serif;
}

#svaz textarea {
    display: block;
    width: 100%;
    height: 120px;
    margin: 0 auto 5px;
    padding: 15px 23px;
    box-sizing: border-box;
    outline: none;
    resize: none;

    color: #000;
    font-size: 17px;
    font-family: Roboto, sans-serif;
}

#mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

/*** svaz ***/

/*** main_action ***/
.main_action {
    display: block;
    width: 100%;
    height: 120px;
    margin: 30px auto;
    background: #FAECE5;

    background-position: center;
    background-repeat: no-repeat;
    background-size: 1200px 120px;
    background-image: url(/img/osn/action_baner_2.webp);
}

.main_action img {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.content p.action_news a {
    color: #ee1b22;
    font-weight: 500;
}

.action_usl_img {
    display: block;
    width: 100%;
    margin: 30px auto;
}

.svaz.action_usl_but {
    float: none;
    width: 313px;
    display: block;
    margin: 0 auto 0px;
    padding: 15px 21px 13px;
    background: #da0000;
    cursor: pointer;
    font-size: 17px;
    text-align: center;
}

.svaz.action_usl_but:before {
    display: none;
}

/*** main_action ***/

/*** zap_online ***/
#widgethelp_uniquecssid.leftbottom {
    left: 3% !important;
    bottom: 15% !important;
}

#widgethelp_uniquecssid .widgethelptext {
    display: none !important;
}

#zap_online {
    display: block;
    display: none;
    position: fixed;
    bottom: 160px;
    right: 50px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    animation: radial-pulse 5s infinite;
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(190, 170, 115, 0);
    }
    25% {
        box-shadow: 0 0 0 0px rgba(190, 170, 115, 0);
    }
    45% {
        transform: rotate(5deg);
        box-shadow: 0 0 0 0px rgba(190, 170, 115, 0);
    }
    50% {
        transform: rotate(-5deg);
        box-shadow: 0 0 0 0px rgba(190, 170, 115, 0);
    }
    55% {
        transform: rotate(5deg);
        box-shadow: 0 0 0 0px rgba(190, 170, 115, 0);
    }
    75% {
        box-shadow: 0 0 0 0px rgba(190, 170, 115, 0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(190, 170, 115, 0);
    }
}

/*** zap_online ***/

/*** nr_map ***/
#nr_map {
    width: 100%;
    height: 750px;
}

.legend {
    padding: 20px;
}

.legend > div {
    display: inline-block;
    margin: 0 30px 7px 0;
    padding: 0 0 0 30px;

    background-repeat: no-repeat;
    background-size: 18px 23px;
    background-position: center left;

    color: #000;
    font-size: 23px;
    font-family: Roboto, sans-serif;
}

.legend .l_ur {
    background-image: url(/img/icons/pin_gre.png);
}

.legend .l_fiz {
    background-image: url(/img/icons/pin_red.png);
}

/*** nr_map ***/

/*** gallery ***/
.gallery {
    margin: 40px auto;
}

.gallery a {
    float: left;
    display: block;
    width: 32.3333%;
    margin: 0.5%;
    box-sizing: border-box;
    border: 3px solid #fff;
    box-shadow: 0 0 3px #777;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*** gallery ***/

/*** news ***/
.ya-phone {
    display: inline;
}

.content .news {
    width: 1200px;
    margin: 0 auto;
}

.content.landing .news {
    width: 1600px;
    margin: 0 auto;
}

.news a.new_cart {
    position: relative;
    display: block;
    float: left;
    width: 29.3333%;
    min-height: 300px;
    margin: 0 2% 2%;
}

.news a.new_cart .new_img {
    display: block;
    width: 100%;
    height: 240px;
    margin: 0;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    filter: brightness(1.00);
    -o-filter: brightness(1.00);
    -moz-filter: brightness(1.00);
    -webkit-filter: brightness(1.00);

    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.news a.new_cart:hover .new_img {
    filter: brightness(1.10);
    -o-filter: brightness(1.10);
    -moz-filter: brightness(1.10);
    -webkit-filter: brightness(1.10);
}

.news a.new_cart .new_date {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;

    color: #91af59;
    font-size: 14px;
    text-decoration: underline;
    font-family: Roboto, sans-serif;
}

.news a.new_cart .new_title {
    display: block;
    width: 90%;
    height: 93px;
    margin: 0 auto;
    padding: 0 0 11px;
    overflow: hidden;

    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}

.content .news .one_new {
    width: 900px;
    margin: 0 auto;
}

.content.landing .news .one_new {
    width: 1200px;
    margin: 0 auto;
}

.news .one_new p {
    padding: 10px 0;

    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.news .one_new ul,
.news .one_new ol {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.news .one_new img.on_img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}

.news .one_new .on_date {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 0 0 12px;

    color: #aaa;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

.news .one_new .on_date:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 5px;
    height: 15px;
    background: #91af59;
}

.news .one_new a.news_back {
    display: inline-block;
    height: auto;
    margin: 30px 0 0;
    padding: 14px 50px;
    border: 2px solid #91af59;
    background: #fff;
    cursor: pointer;
    border-radius: 27px;

    color: #232323;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    font-family: Roboto, sans-serif;

    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.news .one_new a.news_back:hover {
    background: #91af59;
    color: #fff;
}

.news .one_new a.news_back span {
    display: inline-block;
    position: relative;
    top: -3px;
    padding: 0 5px 0 0;

    color: #6c8242;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    text-transform: none;
    letter-spacing: 0.25px;
    font-family: Roboto, sans-serif;
}

.news .one_new a.news_back:hover span {
    color: #fff;
}

.img_one_new {
    display: block;
    width: 100%;
    height: 400px;
    margin: 20px auto 0;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.img_one_new:hover {
    height: 450px;
}

.img_podpis {
    display: block;
    padding: 9px 0;

    color: #999;
    font-size: 17px;
    text-align: center;
    font-style: italic;
}

.like_news {
    width: 1200px;
    margin: 40px auto;
    padding: 40px 0 0;
    border-top: 1px solid #91af59;
}

.like_news .zagol {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 0 0 10px;

    font-size: 36px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.like_news .zagol:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 10px auto 30px;
    background: #8bcc25;
}

.like_news a {
    float: left;
    display: block;
    width: 31.3333%;
    margin: 0 1% 1%;
}

.like_news .ln_img {
    display: block;
    width: 100%;
    height: 240px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    filter: brightness(0.85);
    -o-filter: brightness(0.85);
    -moz-filter: brightness(0.85);
    -webkit-filter: brightness(0.85);

    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.like_news a:hover .ln_img {
    filter: brightness(1.00);
    -o-filter: brightness(1.00);
    -moz-filter: brightness(1.00);
    -webkit-filter: brightness(1.00);
}

.like_news .ln_title {
    display: block;
    padding: 10px 25px;

    color: #000;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}


/*
a.one_new_link{
	display:inline-block;
	margin:30px 0;
	padding:15px 40px;
	background:#359;
	border-radius:7px;
	box-shadow:inset 0 0 0px #222;
	
	color:#fff;
	font-size:19px;
	line-height:19px;
	text-align:center;
	text-transform:none;
	letter-spacing:0.25px;
	font-family:Roboto, sans-serif;
	
	-webkit-transition-duration:0.4s;
		 -o-transition-duration:0.4s;
	   -moz-transition-duration:0.4s;
			transition-duration:0.4s;
}
a.one_new_link:hover{
	box-shadow:inset 0 0 11px #222;
}
*/

.one_new_link {
    text-align: center;
}

.one_new_link a {
    display: inline-block;
    margin: 20px 0;
    box-sizing: border-box;
    padding: 15px 40px;
    outline: none;
    border-radius: 6px;
    border-width: 2px 0;
    border-style: solid none;
    border-color: #FDBE33 #000 #D77206;
    background: linear-gradient(#F3AE0F, #E38916) #E38916;
    transition: 0.2s;

    color: white;
    text-decoration: none;
    font-family: Roboto, sans-serif;
}

.one_new_link a:hover {
    background: linear-gradient(#f5ae00, #f59500) #f5ae00;
}

.one_new_link a:active {
    background: linear-gradient(#f59500, #f5ae00) #f59500;
}

#navi_page {
    display: block;
    margin: 20px auto;
    padding: 0;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.018em;
    vertical-align: baseline;
    font-family: Circe-Regular, sans-serif;

    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#navi_page a {
    display: inline-block;
    width: 36px;
    margin: 0 1px;
    padding: 7px 0 5px;
    border: 1px solid #777;
    color: #777;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#navi_page a:hover {
    color: #000;
    border: 1px solid #232323;
}

#navi_page a.navi_select {
    background: #232323;
    border: 1px solid #232323;
    color: #fff;
}

/*** news ***/

/*** price ***/
.price_round {
    margin: 0 auto;
    padding: 40px 0;
}

.pr_one {
    position: relative;
    display: block;
    float: left;
    width: 24%;
    cursor: pointer;
    margin: 0 0.5%;

    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.pr_one .pr_title {
    display: block;
    padding: 0 0 10px;

    color: #84a65c;
    font-size: 22px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.018em;
    vertical-align: baseline;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}

.pr_one .pr_title span {
    display: block;
    padding: 5px 0;
}

.pr_one .pr_title span.prt_wi {
    background: #fff;
}

.pr_one .pr_title span.prt_gr {
    background: #84a65c;
    color: #fff;
}

.pr_one.mildom .pr_title span.prt_wi {
    color: #84a65c;
}

.pr_one.yutofic .pr_title span.prt_wi {
    color: #aaa2cb;
}

.pr_one.cleanpro .pr_title span.prt_wi {
    color: #848587;
}

.pr_one.chissklad .pr_title span.prt_wi {
    color: #685c8a;
}

.pr_one.mildom .pr_title span.prt_gr {
    background: #84a65c;
}

.pr_one.yutofic .pr_title span.prt_gr {
    background: #aaa2cb;
}

.pr_one.cleanpro .pr_title span.prt_gr {
    background: #848587;
}

.pr_one.chissklad .pr_title span.prt_gr {
    background: #685c8a;
}


.pr_one .pr_img {
    position: relative;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #84a65c;
    z-index: 20;
}

.pr_one.mildom .pr_img {
    border: 4px solid #84a65c;
}

.pr_one.yutofic .pr_img {
    border: 4px solid #aaa2cb;
}

.pr_one.cleanpro .pr_img {
    border: 4px solid #848587;
}

.pr_one.chissklad .pr_img {
    border: 4px solid #685c8a;
}

.pr_one .pr_img .pri_color {
    border-radius: 50%;
    filter: grayscale(1);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pr_one:hover .pr_img .pri_color {
    filter: grayscale(0);
}

.pr_one .pr_price {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: 75px;
    right: 6px;
    z-index: 30;
}

.pr_one.mildom .pr_price {
    background: #84a65c;
}

.pr_one.yutofic .pr_price {
    background: #aaa2cb;
}

.pr_one.cleanpro .pr_price {
    background: #848587;
}

.pr_one.chissklad .pr_price {
    background: #685c8a;
}

.pr_one .pr_price_after {
    content: "";
    width: 85px;
    height: 85px;
    display: block;
    position: absolute;
    bottom: 69px;
    right: 0px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #84a65c;
    z-index: 10;
}

.pr_one.mildom .pr_price_after {
    border: 3px solid #84a65c;
}

.pr_one.yutofic .pr_price_after {
    border: 3px solid #aaa2cb;
}

.pr_one.cleanpro .pr_price_after {
    border: 3px solid #848587;
}

.pr_one.chissklad .pr_price_after {
    border: 3px solid #685c8a;
}

.pr_one .pr_price span {
    display: block;
    position: relative;
    top: 30px;

    color: #fff;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.018em;
    vertical-align: baseline;
    font-family: Roboto, sans-serif;
}

.pr_one .pr_price span.prr_r {
    font-size: 20px;
}

.pr_one .pr_price span.prr_r b {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -1.5px;
}

.pr_one .pr_price span.prr_r i {
    position: relative;
    padding: 0 0 0 3px;
    font-style: normal;
}

.pr_one .pr_price span.prr_r i:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 4px;
    width: 8px;
    height: 1px;
    background: #fff;
}

.pr_one .pr_price span.prr_m {
    font-size: 15px;
}

.pr_one .pr_text {
    margin: 0 auto;
    padding: 20px 20px 10px;
    border-bottom: 3px solid #84a65c;

    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    font-family: Roboto, sans-serif;
}

.pr_one.mildom .pr_text {
    border-bottom: 3px solid #84a65c;
}

.pr_one.yutofic .pr_text {
    border-bottom: 3px solid #aaa2cb;
}

.pr_one.cleanpro .pr_text {
    border-bottom: 3px solid #848587;
}

.pr_one.chissklad .pr_text {
    border-bottom: 3px solid #685c8a;
}

/*** price ***/

/*** totop ***/
#totop {
    display: none;
    position: fixed;
    left: 3%;
    bottom: 7%;
    width: 58px;
    height: 52px;
    padding: 6px 0 0;
    border-radius: 100px;
    background: #91af59;
    z-index: 100;
    cursor: pointer;

    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: Roboto, sans-serif;
}

#totop:hover {
    background: #999999;
}

/*** totop ***/

/*** glav_priem ***/
.glav_priem {
    width: 1200px;
    margin: 70px auto;
}

.glav_priem h1 {
    display: block;
    padding: 0 0 50px;

    color: #000;
    font-size: 46px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.glav_priem h1:after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    margin: 20px auto 40px;
    background: #8bcc25;
}

.glav_priem .gp_mod {
    float: left;
    width: 46%;
    margin: 2% 2% 20px;
}

.glav_priem .gp_mod .gpm_left {
    float: left;
    width: 25%;
    height: 100px;
    margin: 0;

    background-size: 70px 70px;
    background-position: center;
    background-repeat: no-repeat;
}

.glav_priem .gp_mod .gpm_left img {
    display: block;
    width: 100%;
}

.glav_priem .gp_mod .gpm_prav {
    float: left;
    width: 75%;
    margin: 0;
}

.glav_priem .gp_mod .gpm_prav .gpm_title {
    padding: 0 0 7px;
    color: #94c33b;
    color: #685c8a;
    color: #79a428;
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}

.glav_priem .gp_mod .gpm_prav .gpm_text {
    *height: 110px;

    color: #333;
    font-size: 17px;
    font-weight: 200;
    font-family: Roboto, sans-serif;
    font-family: Circe-Regular, sans-serif;
}

/*** glav_priem ***/


/*** hr.border ***/
hr.border {
    display: block;
    width: 1200px;
    height: 1px;
    margin: 0 auto;
    border: 0;
    background: #ddd;
}

/*** hr.border ***/


/*** blago ***/
.blago {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;

    color: #333;
    font-size: 17px;
    font-weight: 200;
    font-family: Roboto, sans-serif;
    font-family: Circe-Regular, sans-serif;
}

.blago h2 {
    display: block;
    padding: 0 0 50px;

    color: #000;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.blago h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 10px auto 30px;
    background: #8bcc25;
}

.blago .bl_letters a {
    display: block;
    float: left;
    width: 20%;
}

.blago .bl_letters a img {
    display: block;
    height: 280px;
    margin: 0 auto;
    border: 1px solid #ddd;
}

/*** blago ***/


/*** glav_land ***/
.glav_land {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0;

    color: #333;
    font-size: 17px;
    font-weight: 200;
    font-family: Roboto, sans-serif;
    font-family: Circe-Regular, sans-serif;
}

.glav_land h2 {
    display: block;
    padding: 0 0 50px;

    color: #000;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.glav_land h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 10px auto 30px;
    background: #8bcc25;
}

.glav_land .gl_one {
    display: block;
    float: left;
    width: 29.3333%;
    width: 46%;
    margin: 0 2% 3%;
}

.glav_land .gl_one .glo_img {
    height: 250px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-filter: brightness(0.85);
    -o-filter: brightness(0.85);
    -moz-filter: brightness(0.85);
    filter: brightness(0.85);
}

.glav_land .gl_one:hover .glo_img {
    -webkit-filter: brightness(1.07);
    -o-filter: brightness(1.07);
    -moz-filter: brightness(1.07);
    filter: brightness(1.07);
}

.glav_land .gl_one .glo_tit {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 0;

    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

/*** glav_land ***/


/*** otrasli ***/
.otrasli {
    position: relative;
    margin: 0 auto;
    padding: 100px 0 40px;
    overflow: hidden;
}

.otrasli.uslugi {
    padding: 0px 0 40px;
}

.otrasli .centr {
    width: 1200px;
    margin: 0 auto;
}

.otrasli h2 {
    display: block;
    padding: 0 0 50px;

    color: #000;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.otrasli h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 10px auto 30px;
    background: #8bcc25;
}

.otrasli .centr .otr_left {
    float: left;
    width: 25%;
    margin: 0 2% 0 0;
    padding: 0 0 70px;
    box-sizing: border-box;
}

.otrasli .centr .otr_left div {
    position: relative;
    padding: 15px 25px;
    background: #f5f6f8;
    cursor: pointer;
    z-index: 1;

    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    color: #000;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.otrasli .centr .otr_left div + div {
    border-top: 1px dashed #e1e1e1;
}

.otrasli .centr .otr_left div.select + div,
.otrasli .centr .otr_left div + div.select {
    border-top: 0px dashed #e1e1e1;
}

.otrasli .centr .otr_left div.select {
    background: #799840;
    border-bottom: 0;
    box-shadow: 0 7px 20px -10px #1d1a24;
    z-index: 2;

    color: #fff;
    font-weight: 500;
}

.otrasli .centr .otr_right {
    float: left;
    width: 73%;
    margin: 0;
    padding: 0px 70px;
    box-sizing: border-box;
    background: #fff;
}

.otrasli .centr .otr_right h3 {
    padding: 0 0 20px;

    color: #7c9e3a;
    font-size: 27px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}

.otrasli .centr .otr_right p {
    padding: 0 0 20px;

    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.otrasli .centr .otr_right a {
    display: block;
    padding: 5px 0;

    color: #258be1;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
    text-decoration: none !important;
}

.otrasli .centr .otr_right a i {
    text-decoration: none;
}

.otrasli .centr .otr_right a:hover i {
    text-decoration: underline;
}

.otrasli .centr .otr_right a span {
    padding: 0 7px 0 40px;
    position: relative;
    top: -3px;

    color: #799840;
    font-size: 10px;
}

/*** otrasli ***/


/*** google captcha ***/
.captcha_policy {
    padding: 5px 0 0;

    color: #393939;
    font-size: 13px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}

.captcha_policy a {
    color: cornflowerblue;
}

.captcha_policy a:hover {
    text-decoration: underline;
}

.grecaptcha-badge {
    visibility: hidden;
}

/*** google captcha ***/


/*** hello ***/
.hello {
    width: 1200px;
    padding: 0 150px;
    margin: 70px auto;
    box-sizing: border-box;

    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.hello h2 {
    display: block;
    padding: 0 0 10px;
    color: #000;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.hello h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 20px auto 30px;
    background: #8bcc25;
}

/*** hello ***/


/*** error ***/
.error {
    display: block;
    width: 1000px;
    margin: 50px auto;
}

/*** error ***/


/*** call_center ***/
.call_center {
    width: 1200px;
    margin: 100px auto 50px;
}

.call_center.kont {
    margin: 30px auto 0px;
}

.call_center .cc_left,
.call_center .cc_right {
    float: left;
    width: 50%;
    min-height: 400px;
    margin: 0;
}

.call_center .cc_left .ccl_string {
    padding: 0 0 10px;

    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.call_center .cc_left .ccl_string i {
    float: left;
    display: block;
    width: 40%;

    font-weight: 400;
}

.call_center.kont .cc_left .ccl_string i {
    float: left;
    display: block;
    width: 30%;

    font-weight: 400;
}

.call_center .cc_left .ccl_string span {
    float: left;
    display: block;
    width: 60%;

    font-weight: 400;
}

.call_center.kont .cc_left .ccl_string span {
    width: 65%;
}

.call_center .cc_left .ccl_string a {
    color: #799840;
    font-weight: 400;
    text-decoration: underline;
}

.call_center .cc_left .ccl_string a:hover {
    text-decoration: none;
}

.call_center .cc_left .svaz {
    width: 259px;
    margin: 30px 0 0;
    padding: 15px 34px 13px;

    font-size: 15px;
    line-height: 22px;
}

.call_center .cc_right {
    padding: 0px 0 0;
}

.call_center .cc_right img {
    display: block;
    width: 100%;
}

.call_center h1,
.call_center h2 {
    display: block;
    width: 100% !important;
    padding: 0 0 20px !important;

    color: #000;
    font-size: 36px;
    font-weight: 300;
    text-align: left !important;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.call_center h1:after,
.call_center h2:after {
    content: "";
    display: block;
    width: 100px !important;
    height: 2px;
    margin: 10px 0 30px !important;
    background: #8bcc25;
}

/*** call_center ***/


/*** landing page ***/
.land_gallery {
    width: 100%;
    margin: 50px auto;
}

.land_gallery div {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bs_list {
    padding: 0 0 20px;
}

.bs_list span {
    display: block;
    width: 70%;
    margin: 0;
    padding: 20px 0 0px;

    font-size: 23px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.bs_list span:after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    margin: 5px 0 10px;
    background: #8bcc25;
}

.bs_list ul {
    list-style: none;
    padding: 0 0 20px 20px !important;
}

.bs_list a {
    position: relative;
    margin: 0 0 5px;
    display: inline-block;
    border-bottom: 1px dashed #8bcc25;
}

.bs_list a:before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: -18px;
    width: 8px;
    height: 2px;
    background: #799840;
}

.bs_list a:hover {
    border-bottom: 1px solid #8bcc25;
}

/*** landing page ***/


/*** yandexmap ***/
#yandexmap {
    height: 600px;
    margin: 100px auto 100px;
    overflow: hidden;
    position: relative;
}

/*** yandexmap ***/


/*** content ***/
.content {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 100px;
}

.content.landing {
    width: 1600px;
    margin: 0 auto;
}

.content .c_left {
    float: left;
    width: 320px;
    min-height: 500px;
    margin: 0 40px 0 0;
}

.content .c_left .zag_left {
    display: block;
    padding: 0 0 20px;

    color: #000;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.content .c_left .zag_left:after {
    content: "";
    display: block;
    height: 2px;
    margin: 10px 0 0px;
    background: #8bcc25;
}

.content .c_left .otr_left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content .c_left .otr_left ul li div {
    position: relative;
    padding: 15px 25px;
    background: #f5f6f8;
    cursor: pointer;
    z-index: 1;

    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    color: #000;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.content .c_left .otr_left ul li + li {
    border-top: 1px solid #ddd;
}

.content .c_left .otr_left ul li.select div {
    background: #799840;
    border-bottom: 0;
    box-shadow: 0 7px 20px -10px #1d1a24;
    z-index: 2;

    color: #fff;
    font-weight: 500;
}

.content .c_left .otr_left ul li div span {
    float: right;
    position: relative;
    top: 4px;

    color: #47ad42;
    font-size: 10px;
}

.content .c_left .otr_left ul li.select div span {
    color: #fff;
}

.content .c_left .otr_left ul li ul {
    display: none;
}

.content .c_left .otr_left ul li ul li + li {
    border-top: 1px dashed #d8e4c1;
}

.content .c_left .otr_left ul li ul li.tec {
    background: #eeffe4;
}

.content .c_left .otr_left ul li ul li a {
    display: block;
    padding: 10px 0 10px 25px;

    color: #000;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.content .c_left .otr_left ul li ul li a:hover {
    color: #1054c4;
    padding: 10px 0 10px 35px;
}

.content .c_left .otr_left ul li.select ul {
    *display: block;
}


.content .c_left .otr_left div {
    position: relative;
    padding: 15px 25px;
    background: #f5f6f8;
    cursor: pointer;
    z-index: 1;

    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    color: #000;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.content .c_left .otr_left .glavlist + .glavlist {
    border-top: 1px dashed #e1e1e1;
}

.content .c_left .otr_left .glavlist.select + .glavlist,
.content .c_left .otr_left .glavlist + .glavlist.select {
    border-top: 0px dashed #e1e1e1;
}

.content .c_left .otr_left .glavlist.select {
    background: #799840;
    border-bottom: 0;
    box-shadow: 0 7px 20px -10px #1d1a24;
    z-index: 2;

    color: #fff;
    font-weight: 500;
}

.content .c_left .otr_left .podlist {
    display: none;
    background: #fff;
}

.content .c_left .otr_left .glavlist.select + .podlist {
    *display: block;
}

.content .c_left .otr_left .podlist a {
    display: block;
    font-size: 17px;
    line-height: 27px;
}

.content .c_left .otr_left .podlist a span {
    position: relative;
    top: -2px;
    padding: 0 7px 0 0;

    color: #91af59;
    font-size: 10px;

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.content .c_left .otr_left div.podlist a:hover span {
    padding: 0 11px 0 0;
    color: #777;
}


.content .c_prav {
    float: left;
    width: 840px;
    margin: 0;
    min-height: 500px;

    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.content .c_prav .vudel {
    margin: 20px auto;
    padding: 50px 50px 40px;
    color: #000f79;
    font-style: italic;
    background: #edffdd;
}

.content h1 {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 0 0 10px;

    font-size: 36px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.content h1:after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    margin: 20px auto 30px;
    background: #8bcc25;
}

.content h2 {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 30px 0 10px;

    font-size: 27px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.content h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 10px auto 15px;
    background: #8bcc25;
}

.content h3 {
    display: block;
    width: 70%;
    margin: 0;
    padding: 20px 0 0px;

    font-size: 23px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.content h3:after {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    margin: 5px 0 10px;
    background: #8bcc25;
}

.content p {
    padding: 15px 0 0;

}

.content ul,
.content ol {
    padding: 0 0 20px 50px;
}

.content .page_img {
    display: block;
    width: 100%;
    margin: 10px auto 0px;
    box-shadow: 0 0 7px #777;
}

.get_call {
    width: 250px;
    display: block;
    margin: 30px auto;
    padding: 14px 21px 11px;
    background: #ff0000;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 23px;
    text-transform: uppercase;
    font-family: Circe-Bold, sans-serif;
}

.get_call:before {
    display: none;
}

.get_call:hover {
    background: #d80707;
    box-shadow: none;
}

.content p a {
    color: #269be2;
    text-decoration: underline;
}

.content p a:hover {
    text-decoration: none;
}

.content p.text_podpis {
    margin: 20px auto 50px;
    padding: 20px 0;
    border-top: 1px solid #8bcc25;
    border-bottom: 1px solid #8bcc25;
    font-weight: 500;
    text-align: center;
}

.content p.lozung {
    text-align: center;
    font-weight: 600;
}

.content p i {
    color: #333;
}

.content .mobil_menu {
    display: none;
}

.columns_2 {
    column-count: 2;
}

/*** cont ***/


/*** otzyvy ***/
.otzyvy {
    padding: 40px 0;
}

.otzyvy a {
    display: block;
    float: left;
    width: 31.3333%;
    margin: 1%;
}

.otzyvy a .otz_img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #ddd;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.otzyvy a:hover .otz_img {
    border: 1px solid #8bcc25;
}

.otzyvy a .otz_title {
    width: 80%;
    height: 72px;
    margin: 0 auto;
    padding: 15px 0;

    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

/*** otzyvy ***/


/*** postav ***/
.postav {
    display: block;
    float: left;
    width: 19%;
    margin: 0.5%;
    padding: 30px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.postav:hover {
    border: 1px solid #777;
}

.postav .postav_img {
    display: block;
    width: 90%;
    height: 100px;
    margin: 0 auto;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.postav .postav_title,
.postav .postav_country {
    display: block;
    width: 90%;
    margin: 0 auto;

    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.postav .postav_country {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

/*** postav ***/


/*** price ***/
.price_tab {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;

    font-size: 17px;
    line-height: 21px;
}

.price_tab tr {
    text-align: center;
}

.price_tab tr td {
    padding: 12px 15px;
}

.price_tab thead tr {
    color: #fff;
    font-weight: 500;
    background: #91af59;
}

.price_tab thead tr td {
    padding: 17px 15px;
    text-align: center;
}

.price_tab tbody tr {
    background: #fff;

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.price_tab tbody tr.show_price:nth-child(even) {
    background: #f3f3f3;
}

.price_tab tbody tr:hover {
    background: #daf3d4;
}

.price_tab tbody tr td + td {
    border-left: 1px dashed #6c479621;
}

.price_tab tr td:nth-child(2) {
    text-align: left;
    padding: 12px 35px;
}

.price_tab tbody tr.hid_price {
    background: #ccc;
    padding: 17px 10px;
}

.price_tab tbody tr.hid_price td {
    padding: 7px 15px;
}

.price_tab tbody tr.hid_price table {
    width: 100%;
}

.to_price {
    display: inline-block;
    display: block;
    width: 220px;
    margin: 20px auto;
    padding: 9px 55px;
    background: #91af59;
    box-shadow: inset 0 0 0px #333;

    color: #fff;
    font-size: 22px;
    font-weight: 400;
    border-radius: 7px;
    text-align: center;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.to_price:hover {
    box-shadow: inset 0 0 7px #333;
}

.price_table {
    margin: 10px auto;
}

.price_table .pttr.pt_head {
    color: #fff;
    font-weight: 500;
    background: #91af59;
}

.price_table .pttr.pt_head[data-color='color_mildom'] {
    background: #84a65c;
}

.price_table .pttr.pt_head[data-color='color_yutofic'] {
    background: #aaa2cb;
}

.price_table .pttr.pt_head[data-color='color_chissklad'] {
    background: #685c8a;
}

.price_table .pttr.pt_head[data-color='color_cleanpro'] {
    background: #848587;
}

.price_table .mesho .pttr.show {
    box-shadow: inset 0 0 0px #333;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.price_table .mesho .pttr.show:nth-child(4n + 3) {
    background: #f3f3f3;
}

.price_table .mesho .pttr.show:hover {
    cursor: pointer;
    background: #e6f6cc;
    box-shadow: inset 0 0 2px #aaa;
}

.price_table .pttr > div {
    float: left;
    padding: 12px 20px;
    box-sizing: border-box;

    font-size: 17px;
    line-height: 21px;
    text-align: center;
}

.price_table .pttr .pttr_n {
    width: 7%;
}

.price_table .show.pttr .pttr_n {
    color: #000;
    font-size: 10px;
    position: relative;
    top: 2px;

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.price_table .mesho .pttr.show:hover .pttr_n {
    top: 5px;
}

.price_table .pttr .pttr_t {
    width: 63%;
    text-align: left;
    border-left: 1px dashed #e8e8e8;
    border-right: 1px dashed #e8e8e8;
}

.price_table .pttr.pt_head .pttr_t {
    border-left: 1px dashed #a6c173;
    border-right: 1px dashed #a6c173;
}

.price_table .pttr .pttr_p {
    width: 30%;
}

.mesho_hid {
    display: none;
    background: #f2ffd9;
    border-top: 2px solid #91af59;
    border-bottom: 2px solid #91af59;
}

.mesho_hid .pttr + .pttr {
    border-top: 1px dashed #e6efd5;
}

.mesho_hid .pttr > div {
    padding: 8px 20px;
}

/*** price ***/


/*** before_after ***/
.before_after {
    float: left;
    width: 48%;
    margin: 20px 1%;
    text-align: center;
}

.before_after .be_af_title {
    display: inline-block;
    padding: 0 5px 3px;
    border-bottom: 1px solid #8bcc25;

    color: #000;
    font-size: 21px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

/*** before_after ***/


/*** footer ***/
footer {
    margin: 0 auto;
    background: #f6f6f6;
    border-top: 1px solid #ddd;
}

footer .footer_center {
    width: 70%;
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 20px;
}

footer .footer_center .fc_4 {
    float: left;
    width: 24%;
    margin: 0 0.5%;
}

footer .footer_center .fc_4 .title {
    display: block;
    padding: 0 0 10px;

    color: #7c9e3a;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

footer .footer_center .fc_4 .conte {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

footer .footer_center .fc_4 .conte a {
    padding: 0 0 0px;
    border-bottom: 1px dashed #7c9e3a;
}

footer .footer_center .fc_4 .conte a:hover {
    border-bottom: 1px solid #7c9e3a;
}

footer .footer_center .fc_4.last {
    text-align: right;
}

.footer_svaz {
    margin: 20px 0 10px;
}

.soc {
    padding: 20px 0 0;
}

.soc a {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0 5px 0 0;
    border: 0 !important;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -o-filter: brightness(90%);
    -ms-filter: brightness(90%);
    filter: brightness(90%);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.soc a:hover {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    filter: brightness(100%);
}

.soc a.vk {
    background-image: url(/img/icons/vk.png);
}

.soc a.fb {
    background-image: url(/img/icons/fb.png);
}

.soc a.in {
    background-image: url(/img/icons/in.png);
}

.soc a.sm {
    background-image: url(/img/icons/sm.png);
}

/*** footer ***/


/*** underfooter ***/
.underfooter {
    padding: 5px 3%;
    background: #91af59;

    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.3px;
    font-family: Roboto, sans-serif;
}

.underfooter > div {
    float: left;
    width: 50%;
}

.underfooter .uf_r {
    text-align: right;
}

.underfooter .uf_r a {
    color: #fff4b5;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.underfooter .uf_r a:hover {
    color: #b5ffb9;
}

/*** underfooter ***/

/*** cols ***/
.col1 {
    position: relative;
    clear: both;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 18px 24px 24px;
}

.col2 {
    position: relative;
    float: left;
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    padding: 18px 24px 24px;
}

.col3 {
    position: relative;
    float: left;
    width: 33.3333%;
    margin: 0;
    min-height: 140px;
    box-sizing: border-box;
    padding: 18px 24px 24px;
}

/*** cols ***/

/*** stat ***/
.stat {
    width: 700px;
    margin: 0 auto;
}

.stat input {
    display: block;
    width: 100%;
    outline: none;
    margin: 14px 0 0;
    padding: 13px 21px 11px;
    border: 2px solid #eceff1;

    border-radius: 6px;
    background: #eceff1;
    box-sizing: border-box;
    border: 2px solid #eceff1;

    color: #37474f;
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, sans-serif;
}

.stat input:focus {
    border: 2px solid #555;
}

.stat .table {
    overflow: hidden;
    border-radius: 6px;
    border: 2px solid #ffddc0;
}

.stat table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;

    color: #37474f;
    font-size: 15px;
    line-height: 15px;
    font-family: Arial, sans-serif;
}

.stat table thead tr {
    font-weight: 600;
    background: #ffddc0;
}

.stat table tbody tr:last-child {
    background: #eceff1;
}

.stat table td {
    padding: 11px 15px;
    text-align: center;
}

.stat table td:first-child {
    text-align: left;
}

.stat table td + td{
    border-left: 1px dashed #ddd;
}

.stat table thead td + td{
    border-left: 1px dashed #ccc;
}


/*** stat ***/