@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
.clear    {clear:both;}
.cleared:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
a {color: #000;}
a img    {border:0;}
img        {max-width:100%;}
header, nav, section, article, aside, footer {display:block;}
h1 {
    text-align: left;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
}
.top_zagkrpsh {
    padding-top: 10px;
    padding-bottom: 10px;
}
.flex_chir img {
    width: 33.33333%;
    padding: 2px;
}
.flex_chir {
    display: flex;
    margin-bottom: 20px;
}
h3 {margin-top:0px;}
body    {margin:0;padding:0; font-family: 'Montserrat', sans-serif; color:#333; font-size: 16px;}

footer {
    background: #f1f1f1;
   
	padding: 0;
}
.footer_top {
    display: flex;
    width: 100%;
    
    align-items: center;
}
.footer_boot a {
    color: #fff;
}
.footer_boot {
    background: #000000;
        padding: 24px 0;
    color: #fff;
}
.top_menu ul li {display: inline; padding: 0 }
.top_menu ul li a { color: #333;}
.main_menu ul li {display: inline;}
.main_menu ul li a:hover {
    text-decoration: none;
    color: #fed500;
}
.footer_bootright {
    text-align: right;
    padding: 0;
}
.foot_ft.contack_ft .knop_top {
    margin-top: 32px;
}
.logo {padding:0; text-align:center; position: relative; top: -7px;}
.logo_text {font-size: 3em; font-weight: 400; text-align: center; border-bottom: 1px solid #333; text-transform: uppercase;}
.logo_text_b {font-size: 3em; font-weight: 400; text-align: center; border-bottom: 1px solid #fff; text-transform: uppercase;}
button.btn6 {
    background: #0dbbee;
    border: 1px solid #ffffff;
    width: 100%;
    margin: 0 auto;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 33px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    padding: 4px;
    margin-top: 20px;
}
.btn7 {border: none; padding: 10px 5em; margin: 25px 0; color: #fff; background-color: #a3b84e;     }
.btn8 {border: none; padding: 10px; width: 100%; margin: 5px 0; color: #fff; background-color: #a3b84e;}
.btn8:hover {border: none; padding: 10px; width: 100%; margin: 5px 0; color: #fff; background-color: #ff9c00;}
.main_menu ul > li > a {
    color: #fff;
    font-weight: 500;
    line-height: 65px;
    font-size: 17px;
}
.copyrights {text-align: center;  background: #161616; padding-top: 5px;}
.B_firstCrumb, .B_lastCrumb, .B_crumb {
    list-style: none;
    display: inline-block;
    color: #b6b5b5;
}
.B_crumbBox {
    margin: 0;
    padding-top: 8px;
    color: #b6b5b5;
    font-size: 14px;
    padding-left: 0;
}
.B_currentCrumb {color: #b6b5b5; display: inline-block;}
.B_crumbBox {margin: 0; padding-top: 8px;}
.main_menu ul{
	margin-bottom:0;
}
.main_menu ul > li:last-child{
	border:none;
}

.main_menu ul > li{
	position:relative;
	display:inline-block;
}
.main_menu ul > li a{
	display:inline-block;   
}
.main_menu .sub-menu {
    display: none;
    position: absolute;
    top: 65px;
        width: 290px;
    z-index: 999;
    left: 0;
    box-shadow: 2px 5px 6px #000;
    padding: 0;
    background: #fff;
}
.main_menu li .sub-menu li {
    background: #0dbbee;
    border-bottom: 1px solid #bebebe;
}
.main_menu li .sub-menu li:last-child {
    border-bottom: 0;
}
.main_menu li:hover > .sub-menu{
	display: block;
}
.main_menu li .sub-menu li{
}
.main_menu li .sub-menu li a:hover {
    background: -webkit-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    color: #000;
}
.main_menu li .sub-menu li a {
    font-size: 16px;
    border: none;
    width: 100%;
    font-weight: 500;
    padding: 0 10px;
	    line-height: 37px;
}
.main_menu li .sub-menu li a span{
	padding: none;
}
.main_menu ul li .sub-menu li a span{
	padding-bottom:0;
}
.main_menu ul li .sub-menu li a:hover span{
	border:none;
}
.main_menu li a span{
	display:inline-block;
}
.main_menu li .sub-menu li{
	display:block;
}
.main_menu .sub-menu li:hover > .sub-menu{
	display: block;
}
.main_menu .sub-menu .sub-menu {
    left: 289px;
    top: 0px;
}
.accordion {
	    border: 1px solid #e0e0e0;
  width: 100%;
  max-width: 360px;
  margin: 0px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
}

.accordion .link {
	    background: #f7f7f7;
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 10px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion .link:hover {
    background: #fff;
}
.accordion .link:hover a {
    text-decoration: none;
    color: #0dbbee;
}
.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
ul#accordion {
    list-style-type: none;
}

.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
  padding: 0;
    list-style-type: none;
}

.submenu li {
    border-bottom: 1px solid #d1d1d1;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
    color: #000;
    background: -webkit-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
}

.container.main_menu {
    padding: 0;
	
}
.container.main_menu>ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tel_top p:first-child a span {
    font-weight: bold;
    font-size: 29px;
    color: #0dbbee;
}
.tel_top p:first-child a {
    text-decoration: wavy;
    color: #000;
}
ul.nav.nav-tabs {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
header .container {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.desc_top {
    font-size: 14px;
    border-right: 1px solid #04b00f;
}
.tel_top p {
    line-height: 35px;
    margin-bottom: 3px;
}
.tel_top p:last-child {
    margin-bottom: 0;
    font-size: 18px;
}
.logo_top img {
    height: 95px;
    position: relative;
    top: -8px;
}
.tel_top {
    font-size: 24px;
    padding-left: 0;
    text-align: right;
}
.adres_top p:last-child {
    margin-bottom: 0;
    font-weight: bold;
}
.adres_top i {
    color: #0dbbee;
    width: 16px;
    text-align: center;
    margin-right: 5px;
}
.knop_top {
    padding-right: 0;
}
.knop_top a:first-child {
    background: -webkit-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    background: -ms-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    background: -o-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    border: 1px solid #737373;
    width: 100%;
    margin: 0 auto;
    color: #000 !important;
    text-transform: uppercase;
    line-height: 33px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
	    margin-bottom: 10px;
}
.knop_top a:last-child {
    background-color: #0dbbee;
    box-shadow: 0 0 0 5px rgba(39, 174, 96, 0.29);
    border-color: rgb(69, 128, 24);
    border: 1px solid #737373;
    width: 100%;
    margin: 0 auto;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 33px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
nav.glav_menu {
    background: #0dbbee;
}
.slider_na_glav .container {
    padding: 10px 0;
}
.main_menu li .sub-menu li a i {
    float: right;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 10px;
	    padding-left: 0;
}
.main_menu ul > li > a > i {
    padding-left: 6px;
}
ul#accordion li img {
    height: 24px;
    margin-right: 4px;
}
.container {
    padding: 0;
}
.left_bar {
    padding: 0;
}
.right_bar {
    padding-right: 0;
}
.section__subtitle {
    color: #303030;
    line-height: 1;
    margin-bottom: 25px;
       padding-bottom: 18px;
    border-bottom: 1px solid #acacac;
    font-size: 21px;
}
.katalog_vn {
    padding: 10px;
}
.katalog_vn a {
    text-align: center;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #000;
}
.katalog_vn_img_animate {
    margin-bottom: 10px;
}
.katalog_vn_name {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 500;
}
.slider_na_glav {
    margin-bottom: 20px;
}
.katalog_vn_img_animate {
    overflow: hidden;
}
.katalog_vn_img_animate img {
	    transition: all 0.4s;
}
.katalog_vn a:hover .katalog_vn_img_animate img {
    -moz-transform: rotate(3deg) scale(1.2, 1.2);
    -ms-transform: rotate(3deg) scale(1.2, 1.2);
    -webkit-transform: rotate(3deg) scale(1.2, 1.2);
    transform: rotate(3deg) scale(1.2, 1.2);
    transition: all 0.4s;
}
.wigshet_vn_vse>div p {
    margin-bottom: 0;
}
.wigshet_vn_vse>div img {
    margin-bottom: 10px;
}
.wigshet_vn_vse>div {
    width: 20%;
    text-align: center;
}
.wigshet_vn_vse {
    display: flex;
}
.wigshet {
    padding: 60px 0;
}
.reviews {
    padding: 0 30px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}
.heading {
    font-size: 24px;
    font-weight: 700;
    color: #1f1f1f;
    position: relative;
    margin: 30px 0;
    overflow: hidden;
    text-align: center;
    line-height: 1;
}
.heading:before {
    margin-left: -100%;
}
.heading:after {
    margin-right: -100%;
}
.heading:before, .heading:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: #dfebba;
    border: solid transparent;
    border-width: 0 5px;
}
.reviews__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.reviews__item {
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.reviews__item:nth-child(2n) {
    margin-right: 0;
}
.reviews__header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.reviews__header-content {
    padding-left: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.reviews__name {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 700;
}
.raiting i {
    color: #fed600;
}

.raiting {
    padding-left: 5px;
}
.wigshet .section__subtitle {
    margin-bottom: 45px;
}
.logotip_vn {
    padding: 5px;
}
.logotip {
    overflow: hidden;
    padding: 60px 0;
}
.logotip_vse {
    overflow: hidden;
    padding-top: 18px;
}
.left_bar {
    position: sticky;
    top: 7px;
    z-index: 99;
}
.text_na_glav {
    margin-bottom: 40px;
}
.forma_boot_ten form input {
   
    border: none !important;
    border-bottom: 2px white solid !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    
   
    margin-right: 25px;
    height: 48px;
    font-size: 18px;
}
.forma_boot_ten {
    background: #0dbbee;
       padding: 80px 0;
}
.forma_boot_zag {
    text-align: center;
    font-size: 32px;
       font-weight: bold;

    margin-bottom: 50px;
    color: #fff;
}
.forma_boot_desk {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
/*.forma_boot_ten form input::placeholder { color: rgba(255,255,255, .7) !important;}*/
.forma_boot_ten_obrabotka a {
    color: #fff;
    text-decoration: underline;
}
.forma_boot_ten_obrabotka {
    text-align: center;
    color: #fff;
    margin-top: 22px;
}
.forma_boot_ten form .btn6 {
    padding: 10px 5em;
    background: -webkit-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    background: -ms-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    background: -o-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    border: 1px solid #737373;
    margin: 0 auto;
    color: #000 !important;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.forma_boot_ten_obrabotka input[type="checkbox"] {
    height: auto;
    margin-top: 24px;
}
.foot_ft.logo_ft img {
    float: left;
    padding-right: 20px;
}
.foot_ft.logo_ft a {
    text-decoration: none;
}
.foot_ft.logo_ft {
    padding-left: 0;
}
.zag_ft {
    position: relative;
    padding-bottom: 10px;
    margin: 0 0 15px 0;
    font-size: 21px;
    font-family: "PT Sans";
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #9a9a9a;
}
.foot_ft.menu_ft ul li a {
    text-decoration: underline;
    color: #434343;
    font-size: 15px;
}
.foot_ft.menu_ft ul {
    list-style: none;
    padding-left: 14px;
}
.foot_ft.contack_ft {
    text-align: right;
}
.foot_ft.contack_ft i {
    color: #0dbbee;
}
.foot_ft.contack_ft .tel_top {
    margin-bottom: 32px;
}
.tovar_vn_vse:hover {
    box-shadow: 2px 21px 50px 0 rgba(41,44,61,.26);
    transition: .3s;
}

.tovar_vn_vse {
    border: 1px solid #f0f0f0;
    padding: 10px;
    transition: .3s;
    border-top: 3px solid #0dbbee;
}
.tovar_vn {
    padding: 10px;
}
.tovar_vn_img {
    margin-bottom: 20px;
    text-align: center;
}
.tovar_vn_name {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.tovar_vn_desk>div {
    padding: 0;
}

.tovar_vn_desk {
    overflow: hidden;
    margin-bottom: 20px;
	    font-size: 13px;
}
.tovar_vn_desk_right {
    text-align: right;
    color: #0dbbee;
    font-weight: bolder;
}
.tovar_vn_price {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    background: #0dbbee;
    color: #fff;
    padding: 10px;
}
.tovar_vn_vse a {
    text-decoration: none;
}
.tovar_vn_vse:hover .tovar_vn_price {
    background: #fed600;
    color: #000;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.tovar_vn_podrovb a {
    background: -webkit-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    background: -ms-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    background: -o-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    border: 1px solid #737373;
    width: 100%;
    margin: 0 auto;
    color: #000 !important;
    text-transform: uppercase;
    line-height: 33px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.kart_tovar_img {
    border: 1px solid #f0f0f0;
    text-align: center;
}
.kart_tovar_img {
    padding: 0;
}
.kart_tovar_img img:hover {
    opacity: 0.9;
}
.kart_tovar_img img {
   
    padding: 10px;
}
p.kart_tovar_desk_prais {
    font-size: 27px;
    font-weight: 500;
    display: inline-block;
    background: #0dbbee;
    color: #fff;
    padding: 4px 11px;
}
.kart_tovar_desk_dopy {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
}
	#wr-tabs .tabs{
	    text-align: center;
		margin-bottom: 3px;
	
	}
	#wr-tabs .tabs:after{
		content: "";
		display: block;
		clear: both;
		height: 0;
	}
#wr-tabs .tabs .tab {
    cursor: pointer;
    border: 1px solid #0dbbee;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
}

#wr-tabs .tabs .tab:hover, #wr-tabs .tabs .tab.active {
    background-color: #0dbbee;
    color: #ffffff;
    border: 1px solid #0dbbee;
}
	#wr-tabs .content{
	
	}
		#wr-tabs .content .tab-cont{
			display: none;
			padding: 15px 10px;
		}
		#wr-tabs .content .tab-cont.active{
			display: block;
		}
div#wr-tabs {
    margin-top: 54px;
}

/* Menu Appearance */
	#wr-tabs2 .tabs{
	    text-align: center;
		margin-bottom: 3px;
	
	}
	#wr-tabs2 .tabs:after{
		content: "";
		display: block;
		clear: both;
		height: 0;
	}
#wr-tabs2 .tabs .tab {
    cursor: pointer;
    border: 1px solid #0dbbee;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
}

#wr-tabs2 .tabs .tab:hover, #wr-tabs2 .tabs .tab.active {
    background-color: #0dbbee;
    color: #ffffff;
    border: 1px solid #0dbbee;
}
	#wr-tabs2 .content{
	
	}
		#wr-tabs2 .content .tab-cont{
			display: none;
			padding: 15px 10px;
		}
		#wr-tabs2 .content .tab-cont.active{
			display: block;
		}
div#wr-tabs2 {
    margin-top: 54px;
}
/*  --------- */
	#wr-tabs3 .tabs{
	    text-align: center;
		margin-bottom: 3px;
	
	}
	#wr-tabs3 .tabs:after{
		content: "";
		display: block;
		clear: both;
		height: 0;
	}
#wr-tabs3 .tabs .tab {
    cursor: pointer;
    border: 1px solid #0dbbee;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
}

#wr-tabs3 .tabs .tab:hover, #wr-tabs3 .tabs .tab.active {
    background-color: #0dbbee;
    color: #ffffff;
    border: 1px solid #0dbbee;
}
	#wr-tabs3 .content{
	
	}
		#wr-tabs3 .content .tab-cont{
			display: none;
			padding: 15px 10px;
		}
		#wr-tabs3 .content .tab-cont.active{
			display: block;
		}
div#wr-tabs3 {
    margin-top: 54px;
}
.pushy {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
      background: #0dbbeed9;

  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #ffffff;
  padding: 15px 30px;
  text-decoration: none;
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu > ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
      color: #ffffff;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("/images/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/*# sourceMappingURL=pushy.css.map */
.top_menys_mob {
    display: none;
}
.adres_top {
    text-align: center;
}
.baners_ten {
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.10), rgba(0,0,0,0.70));
}
.baners {
    background-image: url(/images/background.jpg);
    background-size: cover;
    background-position: center;
}
.baners-osteklenie {
    background-image: url(/images/background_osteklenie.jpg);

}
.baners-otdelka {
    background-image: url(/images/background_otdelka.jpg);
}
.baners_left {
    padding-left: 0;
}
p.baners_left_zag span {
    color: #0dbbee;
}
p.baners_left_zag {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 41px;
    line-height: 47px;
    font-family: 'Oswald', sans-serif;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
p.baners_left_deck {
    font-size: 33px;
    color: #ffffff;
    font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
.baners_right form {
    width: 400px;
    float: right;
    background: #ffffff94;
    padding: 70px 40px;
}
.baners_right {
    text-align: right;
    padding: 0;
}
.baners_ten .container {
    display: flex;
    align-items: center;
    min-height: 640px;
}
.baners_right form p {
    text-align: center;
    color: #000;
    font-weight: bold;
}
.taby_katalog .section__subtitle {
    margin-top: 40px;
}
.norm-zag {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
	margin-bottom: 30px;
}
.taby_katalog {
    padding: 50px 0;
    background: #f7f7f7;
}
.preimyshestva {
    background: #0dbbee;
    padding: 80px 0;
    color: #fff;
}
.preimyshestva_vn i {
    font-size: 50px;
    height: 59px;
    color: #fed700;
}
.preimyshestva_vn_zag {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.preimyshestva_vn_desk {
    font-size: 15px;
}
.preimyshestva_vn {
    text-align: center;
}
.pdfka_vn_zag {
    font-size: 29px;
    font-weight: bold;
    padding-top: 32px;
    width: 80%;
}
.pdfka_vn_konp a {
    display: inline-block;
    background: #fed700;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: bold;
    text-decoration: none;
}
.pdfka_vn_konp {
    text-align: center;
    margin-top: 70px;
}
.pdfka {
    padding: 70px 0;
}
p.footer_top_zag {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}
.footer_top_right {
    padding: 50px;
}
p.kart_tovar_desk_prais span {
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 400;
    padding-right: 5px;
}
.kart_tovar_desk_right {
    padding: 0;
    text-align: right;
}
.kart_tovar_desk_left h1 {
    margin-top: 0;
}
.kart_tovar_desk_left {
    padding: 0;
}
.kart_tovar_desk_lr_obsh {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
p.desk_kt_zag {
    font-weight: bold;
}
.desk_kt {
    border-bottom: 1px solid #e2e2e2;
    padding: 8px;
       min-height: 158px;
    margin-bottom: 20px;
}
.col-md-13, .col-md-16, .col-md-17, .col-md-18 {
    float: left;
}
.desk_kt_simg p {
    font-size: 12px;
    max-height: 52px;
    overflow: hidden;
    height: 52px;
}
.desk_kt_simg p {
    font-size: 12px;
}
.desk_kt_simg img {
    border-radius: 100%;
 
    margin-bottom: 5px;
    max-height: 35px;
}
.desk_kt_simg {
    padding: 4px;
    text-align: center;
    float: left;
    width: 125px;
}
.desk_kt_simg.simg_radiys img {
    border-radius: 0;
}
.kart_tovar_img .knop_top {
    margin-top: 31px;
}
.text_gl {
    padding-bottom: 50px;
}
.one_textblk {
    padding: 50px 0;
}
.taby_veca_right {
    padding: 0;
}
.taby_veca_right table tr td {
      padding: 15px 8px;
	    font-size: 14px;
}
.taby_veca_right table tr {
  
}
.taby_veca_right table tr:nth-child(2n) {
    background: #e6e6e6;
}
.taby_veca_right table tr td:first-child {
    font-weight: bold;
}
.taby_veca_right table {
    width: 100%;
}
.taby_veca_right table tr td:last-child {
    text-align: right;
}
.taby_veca_obsh {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
}
.taby_veca_left1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.taby_veca_left2 {
    font-size: 16px;
    margin-bottom: 15px;
}
.taby_veca_left3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
.taby_veca_left4 ul li {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}
.taby_veca_left4 ul li:before {
    content: '\f132';
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 15px;
    color: #0dbbee;
    position: absolute;
    left: -19px;
    top: 0px;
}
.taby_veca_left4 ul {
    list-style: none;
    padding-left: 27px;
}
.taby_veca_left5 {
    font-size: 14px;
    margin-bottom: 8px;
    text-decoration: line-through;
    font-weight: bold;
}
.taby_veca_left6 span {
    font-weight: bold;
    font-size: 23px;
    color: #b00;
}
.taby_veca_left5 {
    margin-top: 35px;
}
.taby_cheny {
    padding: 50px 0;
}
.taby_cheny_vn_img {
    text-align: center;
    height: 410px;
}
.taby_cheny_vn_zag {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.taby_cheny_vn_prais2 {
    font-size: 14px;
    margin-bottom: 8px;
    text-decoration: line-through;
    font-weight: bold;
}
.taby_cheny_vn_prais {
    text-align: center;
    margin-top: 30px;
}
.taby_cheny_vn_prais4 span {
    font-weight: bold;
    font-size: 20px;
    color: #b00;
}
.taby_cheny_vn_prais3 span {
    font-weight: bold;
    font-size: 20px;
    color: #b00;
}
.taby_cheny_podzag {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.tipy_dom {
    padding: 50px 0;
    background: #f7f7f7;
}
.tipy_dom_bl {
    padding: 12px;
}
.tipy_dom_bl a {
    display: inline-block;
    width: 100%;
	text-decoration: none;
    text-align: center;
}
.tipy_dom_bl_vn {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -8px #777;
    background: #fff;
}
.tipy_dom_bl_vn_prais {
    font-weight: bold;
    font-size: 20px;
    color: #b00;
    padding: 5px 0;
}
.tipy_dom_bl_vn_zag {
    font-weight: bold;
    padding-top: 10px;
    color: #333365;
}
.tipy_dom_bl_vn:hover {
    box-shadow: 0 10px 6px -10px #777;
}
.nash_rab {
    padding: 50px 0;
}
.nash_rab_slid_img {
    padding: 0;
}
.nash_rab_slid_text_har ul {
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    list-style: none;
}
.nash_rab_slid_text_har ul>li {
    padding: 10px 10px;
    margin: 0;
    list-style: none;
    width: 60%;
    box-sizing: border-box;
    border-bottom: 1px solid #f7f7f7;
    text-align: right;
}
.nash_rab_slid_text_har ul>li:nth-child(2n-1) {
    color: #000;
    text-align: left;
    width: 40%;
    font-weight: bold;
}
.nash_rab_slid_text_zag {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.nash_rab_slid_pading {
    display: flex;
    align-items: center;
}
.nash_rab .slick-next {
    right: -40px;
}
.nash_rab .slick-prev {
    left: -40px;
}
.about_g {
        padding: 70px 0;

    background: #f7f7f7;
}
.about_g_img {
    box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
    padding: 10px;
}
.dop_prod {
    padding: 50px 0;
}
.dop_prod_a {
    padding: 10px;
}
.dop_prod_a_zag {
    font-size: 20px;
    font-weight: bold;
    color: #0dbbee;
    margin-bottom: 20px;
}
.dop_prod_a_desk {
    color: #000;
    font-size: 14px;
}
.dop_prod_a_img {
    margin-bottom: 20px;
}
.dop_prod_a a {
    text-decoration: none;
}
.dop_prod_a:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .3s;
}
.dop_prod_a_img img {
    transition: all .3s;
	    border: 1px solid #dadada;
}
.text_gl {
    padding: 70px 0;
    background: #f7f7f7;
}
.okn_veka>div {
    padding: 10px;
    text-align: center;
}
.okn_veka_zag {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.okn_veka_img {
    margin-bottom: 20px;
}
.okn_veka_img2 {
    margin-bottom: 20px;
}
.okn_veka_prais span {
    font-size: 20px;
    font-weight: bold;
}
.okn_veka {
    overflow: hidden;
    padding: 20px 0;
}
.obsh_content table {
    width: 100%;
}
.obsh_content table td {
    padding: 10px 10px;
    border: 1px solid #fff;
    vertical-align: top;
}
.obsh_content table tr:nth-child(2n-1) {
    background: #eef0ef45;
}
.obsh_content table tr:nth-child(2n) {
    background: #0dbbee26;
}
.obsh_content {
    padding: 20px 0;
}
.pushy-content>ul {
    list-style: none;
    padding-left: 0;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: none;
}
.scrollup i {
    font-size: 20px;
    background: #0000007d;
    color: #fff;
    padding: 10px;
}
.prais_dveri {
    padding: 25px;
    text-align: center;
}
.prais_dveri_vnesh {
    overflow: hidden;
    margin-bottom: 50px;
}
.vid_balkon {
    padding: 20px 15px;
}
.vid_balkon_vn {
    text-align: center;
}
.vid_balkon_vn_boot {
    background: rgba(13, 187, 238, 0.22);
    padding: 30px;
}
.vid_balkon_vn_top {
    background: rgba(13, 187, 238, 0.44);
    padding: 30px;
}
.vid_balkon_vn_top_zag {
    font-size: 20px;
    color: rgb(24, 24, 24);
    font-weight: 700;
    padding-bottom: 15px;
}
.vid_balkon_vn_boot_prais span {
    color: rgb(24, 24, 24);
    font-size: 28px;
    font-weight: 700;
}
.vid_balkon_vn_boot_knp a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: relative;
    width: 186px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: rgba(255, 172, 28, 0.8) -4px 7px 40px -5px;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 14px;
    border-image: initial;
    background: -webkit-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
}
.vid_balkon_vn_boot_knp {
    margin-top: 10px;
}
.vid_balkon_vn:hover .vid_balkon_vn_top {
    background: rgba(254, 219, 0, 0.32);
}
.vid_balkon_vn:hover:hover .vid_balkon_vn_boot {
    background: rgba(254, 219, 0, 0.12);
}
.vid_balkon_vnesh {
    overflow: hidden;
    margin-bottom: 50px;
}
.uskyg_shet {
    overflow: hidden;
    margin-bottom: 50px;
}
.dop_prod_a_hidn {
    overflow: hidden;
    margin-bottom: 50px;
    display: flex;
}
.service__block {
    margin-bottom: 10px;
        background: rgba(254, 219, 0, 0.12);

        display: inline-block;
    width: 100%;
}
.uskyg_shet h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.service__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    color: rgb(24, 24, 24);
    padding: 10px 20px 0px;
}
.service__info {
    float: left;
    box-sizing: border-box;
    width: calc(100% - 195px);
    padding: 5px 20px 12px;
}
.service__price {
    float: right;
    width: 195px;
    text-align: center;
}
.service__price span {
    font-size: 20px;
    font-weight: 700;
}
.prais_dveri_img {
    margin-bottom: -48px;
}
.prais_dveri_razm {
    line-height: 11pt;
    font-size: 10pt;
    color: #969696;
}
.prais_dveri_chena {
       margin-top: 34px;
    line-height: 11pt;
    font-size: 10pt;
    color: #969696;
}

.prais_dveri_chena .rub2 {
    font-size: 26px;
    color: #b00;
        padding-left: 5px;
}
.prais_dveri_chena .rub {
    color: #b00;
}
.prais_dveri_zag {
    margin-bottom: 20px;
}
.okn_veka_podr a {
    display: inline-block;
    background: #0dbbee;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 4px 15px;
    margin-top: 16px;
    font-weight: bold;
    text-decoration: none;
}
.tipy_oneprais {
    overflow: hidden;
    padding: 50px 0;
	border-top: 1px solid #d0d0d0;
}
.tipy_oneprais_vn_img {
   height: 252px;
    text-align: center;
}
.tipy_oneprais_vn_zag {
    text-align: center;
    margin-bottom: 20px;
}
.tipy_oneprais_vn_info_prais {
    text-align: center;
}
.info_prais_old span {
    font-size: 16px;
}
.info_prais_old {
    font-size: 36px;
    color: #0dbbee;
}
.info_prais_full {
    display: flex;
    text-align: left;
    justify-content: center;
	    margin-top: 15px;
}
.info_prais_full_left {
    font-size: 12px;
    line-height: 13px;
}
.info_prais_full_right span {
    font-size: 16px;
}
.info_prais_full_right {
    font-size: 29px;
    line-height: 26px;
    margin-left: 10px;
    color: #848484;
}
.tipy_oneprais_vn_info_har {
       max-width: 240px;
    margin: 10px auto 0;
    border-top: 1px solid #d0d0d0;
    padding-top: 10px;
}
.tipy_oneprais_vn_info_har_razmer {
    font-size: 15px;
    margin-bottom: 10px;
}
.tipy_oneprais_vn_info_har ul {
    font-size: 15px;
}
h2.tipy_zagh2 {
    margin-top: 0;
    margin-bottom: 40px;
}
.tip_odnyshka {
    text-align: center;
}
.tip_odnyshka_left .tipy_oneprais_vn_info_prais .info_prais_full {
    justify-content: start;
}
.tip_odnyshka_left .tipy_oneprais_vn_info_prais {
    text-align: left;
}
a.knop_bezfon:hover {
    transition: 0.3s;
    background: #0dbbee;
    color: #fff;
}
a.knop_bezfon {
    border: 2px solid #0dbbee;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
}
p.tip_dop_minitext {
    font-size: 15px;
    margin: 10px 0 0 0px;
}
.tip_dv_tr_ch {
    text-align: center;
}
.tip_dvtrch_knop {
    text-align: right;
}

.tip_dvtrch_prais_old {
    display: flex;
    align-items: center;
    width: 50%;
    float: left;
}
.tip_dvtrch_prais_full {
    display: flex;
    align-items: center;
    width: 50%;
    float: left;
}
.tip_dvtrch_prais_old_left {
    font-size: 15px;
    line-height: 16px;
    color: #848484;
}
.tip_dvtrch_prais_old_right {
    font-size: 36px;
    padding-left: 14px;
    color: #0dbbee;
}
.tip_dvtrch_prais_full_left {
    font-size: 15px;
    line-height: 16px;
    color: #848484;
}
.tip_dvtrch_prais_full_right {
    font-size: 36px;
    padding-left: 14px;
    color: #6d6d6d;
}
.tip_dvtrch_prais_knop {
    display: inline-block;
    width: 100%;
}

@media (min-width: 992px) and  (max-width: 1199px) {
	#wr-tabs .tabs .tab {
    padding: 10px 4px;
	}
	p.baners_left_zag {
    font-size: 42px;
    
	}
	p.baners_left_deck {
    font-size: 26px;
    
	}
	.pdfka_vn_zag {
    font-size: 23px;
   
	}
	.nash_rab .slick-prev {
    left: 0;
	}
	.nash_rab .slick-next {
    right: 0;
	}
}
@media (max-width: 991px) {
	.nash_rab_slid_pading {
    display: block;
    align-items: center;
	}
	.dop_prod_a {
    padding: 10px;
    text-align: center;
	}
	.text_gl {
    padding: 70px 10px;
	}
	.one_textblk {
    padding: 50px 10px;
	}
	.nash_rab .slick-prev {
    left: 0;
	}
	.nash_rab .slick-next {
    right: 0;
	}
	.preimyshestva_vn {
    text-align: center;
    padding: 20px;
	}	

	.baners_ten .container {
    display: block;
	    min-height: auto;
	}
	.katalog_vn {
    padding: 10px;
    width: 50%;
    float: left;
	}
	.katalog_vn_name {
    font-size: 15px;
   
	}
	.pdfka_vn_zag {
    font-size: 22px;
    font-weight: bold;
    padding-top: 32px;
    width: 100%;
    text-align: center;
	}
	.pdfka {
    padding: 20px 0;
	}
	.footer_top {
    display: block;
	}
	p.baners_left_deck {
    font-size: 20px;
   
	}
	p.baners_left_zag {
    font-size: 29px;
   
	}
	.baners_left {
    padding: 10px;
    text-align: center;
	}
	.baners_right form {
    padding: 20px;
    width: 100%;
	}
	.desk_kt {
		width: 100%;
	}
	.kart_tovar_desk_left h1 {
    margin-top: 20px;
    text-align: center;
	}
	.kart_tovar_desk_right {
    padding: 0;
    text-align: center;
	}
	.obsh_content .left_bar {
    order: 2;
    width: 100%;
	}
	.obsh_content .right_bar {
    order: 1;
    width: 100%;
	}
	
	.top_menys_mob {
    display: block;
	}
	ul.mark_mobal {
    list-style: none;
    padding-left: 0;
	}
	header .container {
    display: block;
    text-align: center;
	}
	nav.glav_menu {
    display: none;
	}
	.tel_top {
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
	}
	.desc_top {
    font-size: 14px;
    border-right: 0;
	}
	.logo_top img {
    margin-bottom: 12px;
	}
	.left_bar {
    position: inherit;
	    padding: 0 10px;
	}
	.wigshet_vn_vse>div {
    width: 49%;
    display: inline-block;
	}
	.wigshet_vn_vse {
    display: block;
	    text-align: center;
	}
	.right_bar {
    padding: 0 10px;
	}
	.reviews__inner {
    display: block;
	}
	.reviews__item {
    width: 100%;
	}
	.foot_ft.contack_ft {
    text-align: left;
	}
	.foot_ft.contack_ft .tel_top {
    text-align: left;
	}
	.footer_bootright {
    text-align: center;
    padding: 0;
	}	
	.top_zagkrpsh {
    padding: 10px;
    text-align: center;
	}
	.top_zagkrpsh h1 {
    text-align: center;
	}
	.knop_top {
    padding: 0 10px;
	}
	.tovar_vn_desk>div {
    padding: 0;
    text-align: center;
	}
	#wr-tabs .tabs {
    display: block;
	}
	#wr-tabs .tabs .tab {
    width: 50%;
    font-size: 11px;
    text-align: center;
	}
	.top_menys_mob {
    background-color: #0dbbee;
    padding: 5px;
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #fff;
	}
	.top_menys_mob #container {
    display: flex;
    align-items: center;
	}
	.top_menys_mob #container > div {
    padding: 0 5px;
	}
	.top_menys_mob_left {
    width: 35%;
	}
	.top_menys_right {
    width: 65%;
	}
	.top_menys_right p {
    margin-bottom: 0;
    text-align: right;
    width: 100%;
    color: #fff;
    font-size: 19px;
	}
	.top_menys_mob_left button.menu-btn {
    background: -webkit-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    background: -ms-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    background: -o-linear-gradient(top, #ffdf00 0%, #fed700 50%, #fed001 100%);
    border: 1px solid #737373;
    padding: 5px 14px;
    border-radius: 5px;
    font-weight: bold;
	}
}