@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&subset=cyrillic');

@font-face {
    font-family: 'Pobeda Regular';
    src: url('../fonts/pobeda_regular.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/pobeda_regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */ url('../fonts/pobeda_regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pobeda_regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */ url('../fonts/pobeda_regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pobeda_regular.svg#pobeda_regular') format('svg'); /* Chrome < 4, Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '__Days_5';
    src: url('../fonts/days.eot');
    src: local('???©?›'), url('../fonts/days.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: '__Ubuntu Condensed_5';
    src: url('../fonts/3971.eot');
    src: local('???©?›'), url('../fonts/ubuntucondensed-regular.woff') format('woff'), url('../fonts/ubuntucondensed-regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: '__Ubuntu_5';
    src: url('../fonts/3976.eot');
    src: local('???©?›'), url('../fonts/ubuntu.woff') format('woff'), url('../fonts/ubuntu.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

.header_img {
    padding: 10px 0 30px 0;
    background: url("/images/plant.jpg") center;
    background-size: cover;
}
.forslider {
    height: 280px;
    width: 100%;
}
body {
    font-family: Roboto;
    cursor: default;
    font-size: 13px;
    color: #424242;
    margin: 0;
    padding: 0;
}

.container {
    background: #fff;
}

.logo {
    text-transform: uppercase;
    color: #464646;
    text-decoration: none;
    font-size: 26px;
    line-height: 26px;
    font-weight: 900;
    margin: 15px 0 0 15px;
    display: block;
}

.logo:before {
    display: block;
    width: 60px;
    float: left;
    margin: -5px 10px 0 0;
    height: 60px;
    content: " ";
    background: url("/images/logo.png") center center no-repeat;
    background-size: cover;
}

.logo:hover {
    color: #464646;
    text-decoration: none;
}

.header {
    padding: 0 0;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
}

.header > .container {
    padding: 10px 0;
}

.opacity {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 1;
    opacity: 0.5;
}

.zindex {
    position: relative;
    z-index: 2;
}

.for_slide {
    width: 100%;
    height: 280px;
    margin: 30px 0 0 0;
}

.anythingWindow {
    border: none !important;
}

.anythingSlider-default {
    padding: 0;
}

.no-border {
    border: none !important;
    border-radius: 0 !important;
    margin: 0 auto;
    height: 416px;
    width: 256px;
}

.no-border .card-title {
    line-height: 19px;
    text-align: left;
    font-size: 16px;
    color: #000000;
    font-family: '__Ubuntu Condensed_5';
    font-weight: 400;
}

.no-border .card-text {
    line-height: 22px;
    text-align: left;
    font-size: 12px;
    color: #7F7F7F;
    font-family: '__Ubuntu_5';
    font-weight: 400;
}

.gray {
    background: #fefefe;
}

.title {
    font-size: 18px;
    line-height: 32px;
    color: #141614;
}

td, th {
    color: #333;
}

.gray1 {
    background: #43433c;
}

.nav-tabs {
    border: none !important;
}

.nav-link {
    color: #fff;
    text-decoration: underline;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057 !important;
    background-color: #FCEE21;
    border: none;
    text-decoration: none;
    border-radius: 5px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: solid 1px transparent;
    color: #fff;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 610001;
    width: 100%;
    height: 100%;
    display: none;
}

.content_inject {
    width: 600px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 610002;
    background: #fff;
    height: 364px;
    display: none;
    border-radius: 3px;
}

.alter_close {
    width: 120px;
    text-align: center;
    color: #fff;
    background: #999;
    margin: 30px auto 0 auto;
    border-radius: 30px;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.6s ease;
}

.alter_close:hover {
    background: #007ab6;
}

.content_inject_wrapper {
    padding: 45px;
}

.content_inject_name {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 30px 0;
}

.content_inject_text {
    line-height: 27px;
}

.content_inject_close {
    transition: all 0.3s ease;
   cursor: pointer;
    transition: all 0.4s;
    position: absolute;
    right: 3px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url("../images/close.png");
}

.content_inject_default {
    padding: 20px;
}

.get_action {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 15;
}

.m_title {
    border: 3px solid #bdbdbd;
    display: block;
    max-width: 350px;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 7px 10px;
    color: #bdbdbd;
    font-size: 1.2rem;
}

.card1 {
    border: 1px solid rgba(0, 0, 0, .125);
    width: 250px;
    float: left;
    margin: 0 14px 15px 13px;
    background: #fff;
}

.d-flex1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.place {
    margin-top: 20px;
    margin-bottom: 20px;
}

h2, .h2 {
    font-size: 1.55rem;
}

h3, .h3 {
    font-size: 1.20rem;

}

h4, .h4 {
    font-size: 1.05rem;
}

.light-gray {
    background: #fbfbfb;
    border-top: solid 3px #eee;
}

.city {
    font-weight: 600;
    font-size: 12px;
}

.street {
    font-weight: bold;
    font-size: 14px;
}

.phone {
    font-size: 14px;
    background: #fbca3c;
    color: #000;
    padding: 2px 16px;
    display: inline-block;
    border-radius: 15px;
}

.butter {
    cursor: pointer;
    width: 59px;
    height: 59px;
    background: url("/images/menu.jpg") 0 0;
}

.butter_close {
    background: url("/images/menu.jpg") 0 -59px;
}

.fix-head {
    height: 110px;
    width: 100%;
}

.subdivision {
    padding: 20px 0;
	border-left: 1px solid #fbca3c; 
	border-right: 1px solid #fbca3c; 
	border-bottom: 1px solid #fbca3c; 
	width: 100%; 
	margin: 0 auto; 
	padding-left: 7%;
}

.subdivision_link {
    display: block;
    margin: 0 0 6px 0;
    color: #424242;
	transition: all 0.5s;
}

.gray2 {
    background: #e9e9e9;
}

.goods_item {
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    padding: 20px 0;
}

.goods_item_name {
    font-size: 30px;
    margin: 0 0 15px 0;
}

.goods_item_string {
    font-size: 18px;
}

.goods_item_price {
    background: #fbca3c;
    color: #000;
    font-size: 32px;
    padding: 1px 0;
    text-align: center;
    font-weight: bold;
}

.goods_item_deposit {
    color: #fff;
    padding: 3px;
    background: #464646;
    text-align: center;
    font-size: 18px;
}

.instruction {
    font-size: 20px;
    text-decoration: underline;
    color: #424242;
    margin: 76px 0 0 0;
    display: block;
    font-weight: bold;
}

.map {
    height: 250px;
}

.g_item {
    border: solid 1px #ccc;
    float: left;
    width: 257px;
    margin: 0 10px 20px 10px;
}

.g_item_wrapper {
    padding: 15px;
}

.g_item_img {
    height: 190px;
    text-align: center;
    margin-bottom: 5px;
}

.g_item_img img {
    max-height: 190px;
    width: auto;
}

.g_item_name {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0 0;
    height: 36px;
}

.g_item_string {
    font-size: 10px;
    padding: 0 0 2px 0;
    margin: 0 0 2px 0;
    border-bottom: dotted 1px #ccc;
}

.g_item_tech {
    height: 133px;
    padding-top: 5px;
    margin: 5px 0 15px 0;
    padding-bottom: 5px;
}

.goods_item_price {
    background: #fbca3c;
    color: #000;
    font-size: 20px;
    padding: 1px 0;
    text-align: center;
    font-weight: bold;
}

.goods_item_deposit {
    color: #fff;
    padding: 3px;
    background: #464646;
    text-align: center;
    font-size: 13px;
}

.g_item_price {
    width: 150px;
    margin: 0 auto 0 auto;
}
.g_item_price1 {
    width: 150px;
    margin: 0 auto;
	margin-top: 35px; 
	float: right;
}
.yellow {
    text-align: center;
    background: #fbca3c;
    color: #000;
    padding: 7px 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
    margin: 0 0 0 0;
}

.vall {
    margin-left: 15px;
    margin-bottom: 0px;
    border: 1px solid #fbca3c;
    height: 16px;
    padding: 4px 10px 25px 10px;
    width: 140px;
    text-align: center;
}

.yellow_unactive > span:after {
    display: inline-block;
    content: " ";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 13px;
    border-right-width: 13px;
    margin: 0 0 0 10px;
    border-top: 12px solid black;

}

.yellow_active > span:after {
    display: inline-block;
    content: " ";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 13px;
    border-right-width: 13px;
    margin: 0 0 0 10px;
    border-bottom: 12px solid black;
}

.yellow_unactive {
    margin-bottom: 0;
}

.tsf {
    position: fixed;
    top: 105px;
    left: 0;
    z-index: 100;
    width: 100%;
}

.g_item_sub {
    text-align: center;
    font-size: 11px;
    margin: 2px 0;
    color: #0062cc;

}

.g_item_sub a {
    color: #ba8a00;
    border-bottom: dashed 1px #ba8a00;
}

.g_item_sub a:hover {
    text-decoration: none;
}

.g_list {
    transition: all 0.6s ease;
}

.g_list_o {
    transition: all 0.6s ease;
}

.no_show {
    transition: all 0.6s ease;
    font-size: 50px;
    color: #555;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 45%;
    display: none;
    z-index: 10;
}

.whm {
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.6s ease;
    width: 250px;
    position: fixed;
    z-index: 100;
    top: 119px;
    right: -260px;
    height: calc(100% - 119px);
}

.whm_active {
    right: 0
}

.whm_wrapper {
    padding: 15px;
    color: #fff;
}

.whm_wrapper a {
    color: #fff;
}

.od {
height: 230px;
}

.search {
    position: absolute;
    right: 18px;
    top: 5px;
}

#search {
    min-width: 40px;
    width: 270px;
    padding: 1px 15px;
}

.find {
    display: inline-block;
    padding: 3px 15px;
    background: #333;
    color: #fff;
    cursor: pointer;
}

.top_sub {
    position: relative;
}

.order_action {
    cursor: pointer;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
}

.content_inject {
    width: 600px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
    background: #fff;
    height: 400px;
    display: none;
}

.alter_close {
    width: 120px;
    text-align: center;
    color: #fff;
    background: #999;
    margin: 30px auto 0 auto;
    border-radius: 30px;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.6s ease;
}

.alter_close:hover {
    background: #007ab6;
}

.content_inject_wrapper {
    padding: 45px;
}

.content_inject_name {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 30px 0;
}

.content_inject_text {
    line-height: 27px;
}

.content_inject_close {
    transition: all 0.3s ease;
}

.content_inject_close:hover {
    color: #424242;
}

.content_inject_close::before {
    font-family: FontAwesome;
    content: "\f00d";
    cursor: pointer;
    transition: all 0.4s;
    position: absolute;
    right: 3px;
    top: -10px;
    font-size: 30px;
}

.g_item_img1 {
    width: 210px;
    margin: 5px 10px 10px 20px;
    float: left;
	height: 130px;
}

.g_text_inside {
	padding-left: 240px;

}

.m_inp {
    display: inline-block;
    border: solid 1px #ccc;
    padding: 5px;
    width: 212px;
    margin: 0 10px 10px 0;
}

.m_butt {
    cursor: pointer;
    background: #fbca3c;
    color: #000;
    padding: 6px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    transition: all 0.6s ease;
}

.m_butt:hover {
    color: #fff;
    background: #464646;
}
.ord {
margin-top: 20px !important;
}
.dism {
    display: none;
}
@media (max-width: 950px) {
    .dism {
        display: block;
    }
    .m_title {
        margin: 0 auto 25px auto;
    }
}

.dis {
    display: block;
}

.dis1 {
    display: none;
	margin: auto auto;
}
.map1 {
align: center; 
width: 1089px; 
border: 1px solid #e0e6eb; 
box-shadow: 5px 7px 27px -13px #000000; 
margin-top: 7px;
}
@media (max-width: 950px) {
.g_item_name {
    margin: 0 0 0 0;
	    text-align: right;
    height: 20px;
	}
	.g_item_string {
    font-size: 8px;
	}
	.goods_item_price {
    font-size: 12px;
	}
	.g_item_tech {
    padding-left: 110px;
    margin: 0 0 0 0;
    padding-bottom: 5px;
	height: 100%;
}
.g_item_sub {
    text-align: right;
    margin: 0;
	}
	.g_item_wrapper {
    padding: 10px;
}
.g_item_price {
    width: 100px;
	float: right;
	margin-bottom: 10px;
	}
	.goods_item_deposit {
    font-size: 11px;
	}
    .map1 {
        width: auto !important;
    }

#vk_groups1{
padding-left: 0px !important;
padding-right: 5px !important;
    width: calc(100% - 5px) !important;
}
#vk_groups2{
padding-left: 7px !important;
padding-right: 7px !important;
    width: calc(100% - 14px) !important;

}
#vk_groups1 iframe, #vk_groups2 iframe  {
    width: auto !important;
    margin: 0 0 15px 0 !important;
}
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
.vks {
    margin-top: 15px;
}
    .logo:before {
        width: 45px;
        margin: -5px 7px 0 0;
        height: 45px;
    }

    .logo {
        font-size: 13px;
        line-height: 17px;
        margin: 8px 0 0 10px;
        display: block;
    }

    .ll20 {
        padding-left: 25px !important;
        padding-right: 0px !important;
        width: 222px !important;
    }
.col-sm-6 {
    width: 50%;
}
    .tsf {
        top: 80px;
        transition: all 0.6s ease;
    }

    .col-lg-3111 {
        width: 190px;
        padding-right: 0px !important;
        padding-left: 11px !important;
    }

    .subdivision {
        padding: 5px 0;
        padding-left: 10px;
		    border-left: 0px solid #fbca3c;
    border-right: 0px solid #fbca3c;
    }

    .map1 {
        width: 90%;
		box-shadow: 0px 0px 0px 0px;
    }

    .g_item {
        border: 0px !important;
        border-bottom: solid 1px #ccc !important;
        float: left;
        width: 100%;
        margin: 0 0 0 0;
    }
.g_item_img {
    height: 100%;
    width: 100px;
	float: left;
}
.content_inject {
    width: 330px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
    background: #fff;
    height: 540px;
    display: none;
}
.g_item_img1 {
width: 130px;
margin: auto;
height: 130px;
padding-left: 20px;
}
.g_item_price1 {
    margin: 0 auto 0 auto;
	margin-left: 20px; 
	margin-top: 15px; 
	float: right;
}
    .phone {
        font-size: 12px;
		padding: 0px 24px;
    }

    .city {
        font-size: 9px;
    }

    .street {
        font-size: 9px;
    }
	.forslider {
    height: 110px !important;
	}
.header > .container {
    padding: 10px 10px !important;
}
    .dis {
        display: none;
    }

    .dis1 {
        display: block;
    }

    .fix-head {
        height: 80px !important;
    }
.m_inp {
    width: 100%;
}
h2, .h2 {
    font-size: 1.25rem;
}	
.yellow {
    text-align: left;
	padding-left: 20px;
	font-size: 12px;
	}
	.yellow_active > span:after {
    border-left-width: 8px;
    border-right-width: 8px;
    margin: 0 0 0 5px;
    border-bottom: 9px solid black;
}
.yellow_unactive > span:after {
    border-left-width: 8px;
    border-right-width: 8px;
    margin: 0 0 0 5px;
    border-top: 9px solid black;
	}
	.search {
    right: 4px;
    top: 0px;
	}
	#search {
    min-width: 40px;
    width: 150px;
    margin-top: 6px;
    font-size: 11px;
    padding: 0px;
	padding-left: 5px;
	border-radius: 0px;
	}
	.find {
    padding: 4px 10px;
    font-size: 10px;
	border-radius: 0px;
	}
.g_text_inside {
	padding-left: 20px !important;
}
.vall {
    margin-left: 11px;
    margin-bottom: 5px;
    font-size: 10px;
    border: 1px solid #fbca3c;
    height: 16px;
    padding: 4px 10px 20px 10px;
    width: 100px;
    text-align: center;
}
.sbm {
    width: 180px;
    padding-top: 5px;
	font-size: 10px;
	}
.ui-menu .ui-menu-item {
    font-size: 10px;
	}
    .card1 {
        margin: 0 auto 15px auto;
    }
	.od {
height: 280px;
}
.vk {
padding-left: 15px !important;
}
#vk_groups1 {
margin-bottom: 10px;
}
}
