@font-face {
    font-family: 'robotocondensed';
    src: url('../fonts/RobotoCondensedRegular.ttf') format('truetype'),
	     url('../fonts/RobotoCondensedRegular.eot?') format('eot'),
	     url('../fonts/RobotoCondensedRegular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/RobotoLight.ttf') format('truetype'),
	     url('../fonts/RobotoLight.eot?') format('eot'),
	     url('../fonts/RobotoLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/RobotoMedium.ttf') format('truetype'),
	     url('../fonts/RobotoMedium.eot?') format('eot'),
	     url('../fonts/RobotoMedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/RobotoRegular.ttf') format('truetype'),
	     url('../fonts/RobotoRegular.eot?') format('eot'),
	     url('../fonts/RobotoRegular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'robotocondensed';
    src: url('../fonts/RobotoCondensedBold.ttf') format('truetype'),
	     url('../fonts/RobotoCondensedBold.eot?') format('eot'),
	     url('../fonts/RobotoCondensedBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'circe';
    src: url('../fonts/Circe-Bold.ttf') format('truetype'),
	     url('../fonts/Circe-Bold.eot?') format('eot'),
	     url('../fonts/Circe-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}



html, body {
    height:100%;
}
.wrapper {
    min-height:100%;
    padding-bottom:70px;
}
.footer {
    margin-top:-70px;
}
.header_mod {
	background: url(../images/top-line.png) repeat-x;
	min-height: 120px;
}
.header__logo-link_mod {
	float:left;
	margin-top:50px;
}
#main-menu {
	float:left;
}
.navbar-nav {
	margin-top:30px;
	margin-left: 0;
}
.navbar-nav > li > a {
	font-size: 14px;
	font-family: robotocondensed;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 20px;
	color:#3c5f86;
}
.navbar-nav > li > a:hover {
	background: transparent;
}
.navbar-nav > li > a:focus {
	background: transparent;
}
.search-button_mod {
	float: left;
    margin-top: 48px;
    border: 1px solid #d3d3d3;
    padding: 8px;
    border-radius: 5px;
    margin-left: 40px;
}
.search-button_mod:active {
	background: #f5f1f1;
}
.reg-and-login_mod {
	margin-top:55px;
	float:left;
	margin-left: 79px;
	font-family: roboto;
	font-weight: 300;
}
.reg-and-login_mod a {
	text-decoration: none;
}
.reg-and-login__reg_mod {
	color:#1a3b60;
}
.reg-and-login__login_mod {
	padding: 8px;
    background: #7badd4;
    border-radius: 5px;
    color: white;
    margin-left: 15px;
    font-family: roboto;
	font-weight: 400;
}
.reg-and-login__login_mod:active {
	background: #5f9dce;
}
.reg-and-login__login_mod:hover,
.reg-and-login__login_mod:focus {
	color:white;
}
.reg-and-login__login_mod img {
	opacity: 0.5;
}
.search-block_mod {
	float: left;
    margin-top: 48px;
    margin-left: 10px;
    display: none;
}
.search-block__field_mod {
	float: left;
    border-radius: 5px 0 0 5px;
    border: none;
    border: 1px solid #d3d3d3;
    padding: 8px;
    outline: none;
    border-right: none;
}
.search-block__button_mod {
	background: transparent;
    border: none;
    border: 1px solid #d3d3d3;
    padding: 8px;
    border-left: none;
    outline: none;
    border-radius: 0px 8px 8px 0;
}

.top-wave_mod {
	background: url(../images/top-wave.png);
	height:30px;
}

.pre-header_mod {
	background: #fafafa;
	min-height: 400px;
}
.navigation_mod {
	background: rgba(0, 99, 177, 0.5);
	min-height: 524px;
	border-radius: 10px;
	padding-top:50px;
	padding-bottom: 35px;
	padding-right: 0;
}
.navigation__list_mod {
	list-style-type: none;
    padding-left: 25px;
}
.navigation__list_mod li {
	line-height: 85px;
	padding-right: 35px;
}
.navigation__list_mod li a {
	font-size: 16px;
	font-family: robotocondensed;
	font-weight: 500;
	text-transform: uppercase;
	color:#fff;
	text-decoration: none;
}
.navigation__list_mod li span {
    font-size: 12px;
    float: right;
    line-height: 85px;
    color:#fff;
}
.lang-switcher {
    float: left;
    margin-top: 53px;
    margin-left: 40px;
}
.lang-switcher__list {
    top: 100%;
    left: -10px;
    min-width: auto;
}
.lang-switcher__list li a {
    padding-left:10px;
    padding-right:10px;
}
.lang-switcher__list li:hover {
    background:#d3d3d3;
}
.dropdown-menu {
	
}
.dropdown-menu li a:hover {
	background: transparent;
	color:#fff;
}
#Image-Maps-Com-image-maps-2017-05-18-071943 {
    width:100%;
    height:auto;
}
.carousel-inner {
	border-radius: 10px;
}
.down-wave_mod {
	background: url(../images/down-wave.png) repeat-x;
	height:30px;
}
.about-company_mod {
	padding-bottom: 60px;
}
.title_mod h4 {
	font-size: 20px;
	color:#0066b3;
	font-family: robotocondensed;
	font-weight: 700;
	margin-top:40px;
	text-transform: uppercase;
}
.title_mod p {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: roboto;
	font-weight: 300;
}
.company-image_mod {
	padding-left:0;
}
.description_mod p {
	font-size: 14px;
	font-family: roboto;
	font-weight: 300;
}
.our-achievements_mod {
	padding-left:0;
}
.our-achievements_mod h4 {
	font-size: 20px;
	color:#0066b3;
	font-family: robotocondensed;
	font-weight: 700;
	margin-top:40px;
	text-transform: uppercase;
	float:left;
	margin-bottom: 20px;
}
.achievements-inner {
    width:153px;
    margin:0 auto;
    border-radius:0;
}
.prev-next_mod {
    float: right;
    margin-top: 40px;
    width:40px;
}
.prev-next_prev_mod {
    float:left;
}
.prev-next_next_mod {
    float:right;
}
.prev-next_prev_mod,
.prev-next_next_mod {
    background: transparent;
    border: none;
    outline: none;
}
.carousel-inner > .item.prev.right {
    margin-top:0;
}
.diploma_mod {
	background: #fafafa;
    padding: 20px;
    text-align: center;
}
.news_mod {
	background: #fafafa;
	padding-bottom: 20px;
}
.news h4 {
	font-size: 20px;
	color:#0066b3;
	font-family: robotocondensed;
	font-weight: 700;
	margin-top:20px;
	text-transform: uppercase;
	float:left;
	margin-bottom: 20px;
}
.news a {
	margin-top:20px;
	float:right;
	font-family: roboto;
	font-weight: 300;
	color:#3c5f86;
	font-size: 14px;
	text-decoration: none;
}
.published-news {
	height:100px;
}
.published-news p {
	font-family: roboto;
	font-weight: 500;
	color:#3c5f86;
	font-size: 14px;
}
.published-news span {
	font-family: roboto;
	font-weight: 500;
	font-size: 12px;
	color:#9b9b9b;
	position: absolute;
	bottom:0;
	left:15px;
}

.footer_mod {
	background: url(../images/down-line.png) repeat-x;
	background-position: bottom;
	padding-bottom: 40px;
}
.copyright_mod {
	float:left;
	margin-top:30px;
}
.copyright small {
	font-size: 11px;
	font-family: roboto;
	font-weight: 500;
	color:#9b9b9b;
}
.address span,
.contacts span {
	margin-top:30px;
	float:left;
	font-size: 11px;
	font-family: roboto;
	font-weight: 500;
	color:#9b9b9b;
}
.developed p {
	margin-top:30px;
	font-size: 11px;
	font-family: roboto;
	font-weight: 500;
	color:#9b9b9b;
	float:right;
}
.developed a {
	color:#2e4b73;
}


.products {
	background: #fafafa;
	padding-bottom: 40px;
}
.products h3 {
	margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: robotocondensed;
    font-weight: 700;
    color: #0066b3;
    float:left;
}
.menu-category__block-category_mod {
	margin-top:5px;
	float:left;
}
.menu-category__list-category_mod {
	position: relative;
	list-style-type: none;
	float:left;
    font-family: 'Circe';
    font-style: normal;
    font-weight: 300;
    color: #757982;
    text-transform: uppercase;
    height:auto;
}
.menu-category__block-category li {
    position: relative;
}
.menu-category__list-category_mod a {
    position: relative;
    z-index: 1001;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    padding-bottom: 5px;
    border-bottom: none;
    border: 2px solid transparent;
    display: block;
    background:transparent;
    color: #757982;
}
.menu-category-dropdown_mod {
    border: 2px solid #5b76b8;
    border-radius: 0 0 0 10px;
    z-index: 1999;
    margin-top: -2px !important;
    min-width: 275px;
}
.menu-category__list-category_mod .drop-menu:hover {
	border: 2px solid #5b76b8;
    border-radius: 0 10px 0 0;
    border-bottom:none;
}
.menu-category__list-category_mod:focus,
.menu-category__list-category_mod:active,
.menu-category__list-category_mod:hover {
	outline: none;
}
.menu-category-dropdown_mod li a {
	color: #3b5eb4;
	font-family: Circe;
	font-size: 14px;
	font-weight: 300;
	border:none;
	text-transform: none;
	padding-top:10px;
}
.menu-category-dropdown_mod li a:hover {
    transition:1.2s;
}
.menu-category__block-category li.hover > a {
    border-radius: 0 6px 0 0;
	padding-bottom:7px;
	z-index: 2000;
	border:2px solid #5b76b8;
	border-bottom:transparent;
	background:#fff;
	text-decoration:none;
}
.menu-category-dropdown_mod li a:hover {
    background:#fafafa;
    transition:0.3s;
    color:#3b5eb4;
}
.dropdown-menu > li > a {
    padding-top:8px;
    padding-bottom:8px;
}
.popkins {
    margin-top:25px;
}
.popkins,
.pappy-pamper,
.pads  {
	padding:0;
}
.popkins h3,
.pappy-pamper h3,
.pads h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: robotocondensed;
    font-weight: 700;
    color: #0066b3;
}
.products-block {
	background: #fff;
	padding-top:40px;
	padding-bottom: 40px;
	width:22%;
	margin-right: 30px;
	min-height: 340px;
	border-radius: 8px;
}
.img-block {
	text-align: center;
    padding-bottom: 30px;
    display: table;
    width: 100%;
    min-height: 150px;
}
.name-product h4 {
    font-size: 16px;
    font-family: circe;
    font-weight: 700;
    color:#3b5eb4;
    margin-left:20px;
    margin-bottom: 0;
}
.position {
	display: table-cell;
	vertical-align: middle;
}
.pads-title {
	margin-top:50px !important;
	float:left;
}


.production-content {
	background: #fafafa;
	padding-bottom: 20px;
}
.production-content h3 {
    margin-top: 10px;
    font-size: 20px;
    font-family: robotocondensed;
    font-weight: 700;
    color: #0066b3;
    text-transform: uppercase;
}
.description-production {
	padding-left: 0;
}
.description-production h4 {
	font-family: roboto;
	font-weight: 300;
	font-size: 18px;
	color:#4a4a4a;
}
.description-production p {
	font-family: roboto;
	font-weight: 300;
	color:#4a4a4a;
}
.prod-img {
	margin-top:30px;
}
.prod-img img {
	width:100%;
}


.desc-company h3 {
	margin-top: 10px;
    font-family: robotocondensed;
    font-weight: 700;
    color: #0066b3;
    font-size: 20px;
    text-transform: uppercase;
}
.desc-company h4 {
    margin-top: 25px;
    font-family: roboto;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 25px;
}
.desc-img {
	float: left;
    margin-right: 30px;
}
.desc-img img {
	width:100%;
}
.desc-company p {
    font-family: roboto;
    font-weight: 300;
}
.desc-img-big {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
.desc-img-big img {
	width:100%;
}
.our-achievements_company {
	padding-right: 0;
}
.our-achievements_company h4 {
	margin-top:10px;
	margin-top: 10px;
}
.our-achievements_company .prev-next_mod {
	margin-top:10px;
}


.lottery-block {
	background: #fafafa;
	padding-bottom: 50px;
    padding-top: 30px;
}
.lottery-block .container {
	background: url(../images/icons.png) repeat-y;

	
}
.about-lottery {
	padding: 100px 0;
    width: 736px;
    margin: 0 auto;
    margin-top:-50px;
}
.about-lottery h3 {
	margin-top: 10px;
    font-size: 20px;
    font-family: robotocondensed;
    font-weight: 700;
    color: #0066b3;
    text-transform: uppercase;
}
.about-lottery h4 {
    margin-top: 30px;
    font-family: robotocondensed;
    font-weight: 700;
    color: #0066b3;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-lottery p {
	font-size: 18px;
    font-family: roboto;
    font-weight: 300;
}


.articles-block {
	background: #fafafa;
}
.articles-block .container > h3 {
	margin-top: 10px;
    font-size: 20px;
    font-family: robotocondensed;
    text-transform: uppercase;
    color: #0066b3;
    font-weight: 700;
}
.articles {
	padding:0;
	padding-bottom: 40px;
	border-bottom:1px solid #d9dfe7;
}
.desc-article {
	padding:0;
	padding-right: 15px;
}
.desc-article h3 {
	font-family: robotocondensed;
    font-size: 18px;
    text-transform: uppercase;
    color: #0066b3;
    font-weight: 700;
}
.desc-article p {
    font-family: roboto;
    font-weight: 300;
    line-height: 26px;
}
.articles-pugin {
	padding:0;
}
.articles-pugin .col-xs-2 {
	padding: 0;
}
.prev {
	display: block;
    margin-top: 20px;
    font-size: 13px;
    font-family: roboto;
    font-weight: 300;
    color: #1a3b60;
    opacity: 0.5;
}
.next {
	float:right;
	display: block;
    font-size: 13px;
    font-family: roboto;
    font-weight: 300;
    color: #1a3b60;
    opacity: 0.5;
}
.pugin {
    min-width: 200px;
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top:20px;
    font-family: roboto;
    font-weight: 400;
    color: #1a3b60;
    opacity: 0.5;
}
.pugin p {
	margin:0;
}
.carousel-inner > .item.next.left{
	margin-top:0;
}

/*-----------------------------------------------
                     ТОВАР
------------------------------------------------------*/

.product-content_mod {
	background: #fafafa;
}
.all-about-product_mod {
	background:#fff;
	border-radius: 0 10px;
}
.image-of-product_mod {
	height:auto;
	padding-left:0px;
	padding-right: 10px;
	border-right:1px solid #f5f4f5;
	padding-bottom:25px;
}
.description-of-product_mod {
	height:520px;
}
.images_mod {
	text-align: center;
    margin-top: 75px;
    margin-bottom:75px;
}
.list-images_mod {
	height: 66px;
	padding-left:0;
	padding-right: 0;
}
.block-with-image_mod {
	line-height: 66px;
    height: 100%;
    padding-top: 15px;
    border-radius: 0 6px;
    border: 1px solid #dee3e9;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
    margin-left:10px;
}
.description-of-product__title_mod {
	margin-left: 20px;
    margin-top: 40px;
    font-family: roboto;
	font-size: 22px;
	font-weight: 500;
	color:#5b76b8;
}
.speacial-description_mod {
	height: auto;
	margin-top:20px;
}
.special-price_mod {
	float: left;
    padding: 15px 28px;
    margin-left: 8px;
    background-color: #f4f4f4;
    padding-bottom: 20px
}
.special-price_mod span {
	color: #5f70b7;
    font-family: Circe;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.special-price_mod h3 {
	margin-top: 5px;
    margin-bottom: 0;
    color: #2b2a29;
    font-family: Circe;
    font-size: 20px;
    font-weight: 700;
    margin-left: 16px;
}
.line-image_mod {
	float: left;
    background: #f4f4f4;
    height: 81px;
}
.line-image_mod img {
	height:81px;
}
.regular-price_mod {
    float: left;
    padding: 15px 28px;
    background-color: #f4f4f4;
    padding-bottom: 20px;
    margin-left: 0;
}
.regular-price_mod span {
	color: #7b7876;
    font-family: Circe;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.regular-price_mod h3 {
	margin-top: 5px;
    margin-bottom: 0;
    color: #7b7876;
    font-family: Circe;
    font-size: 20px;
    font-weight: 400;
}
.description-this-product_mod {
	float: left;
    margin-left: 8px;
    margin-top: 25px;
    height: 200px;
    overflow:auto;
}
.description-this-product__paragraph_mod {
	float: left;
	color: #000000;
	font-family: Circe;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
}
.description-this-product__full-info_mod {
	color: #3a5eb4;
	font-family: Circe;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
}
.count-and-add-product_mod {
	padding-left:23px;
}
.count-and-add-product__lable_mod {
	color: #7b7876;
	font-family: Circe;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.3px;
	margin-top:10px;
	text-transform: uppercase;
}
.count-block_mod {
	float:left;
	border-radius: 0 6px;
	border: 2px solid #5b76b8;
	background-color: #ffffff;
}
.count-and-add-product_count_mod {
	width:50px;
	height:37px;
	text-align:center;
	border: none;
    border-radius: 0 6px;
    float:left;
}
.select-count-on-product-page_mod {
	float:left;
	margin-top: 3px;
}
.select-count-on-product-page__count-up_mod {
	padding: 0;
    background: transparent;
    border: none;
    color: #5b76b8;
    font-size:12px;
}

.select-count-on-product-page__count-down_mod {
	padding: 0;
    background: transparent;
    border: none;
    color: #5b76b8;
    margin-top: -5px;
}
.button-add_mod {
	float: left;
    margin-left: 40px;
}
.button-add__add-product_mod {
	width: 288px;
	height: 55px;
	border:none;
	color: #ffffff;
	font-family: roboto;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0 6px;
	background-image: linear-gradient(129deg, #4997bd 0%, #7e3ab0 100%), linear-gradient(129deg, #4997bd 0%, #7e3ab0 100%);
}
.button-add__add-product_mod img {
	margin-right: 5px;
    margin-top: -5px;
}
.footer-product_mod {
	background: none;
}

.popular__title_mod {
	font-family: Circe;
	font-size: 22px;
	margin-top:50px;
	margin-left: 15px;
	color: #3741b0;
	margin-bottom: 0;
}
.general-block-of-product_mod {
	margin-top:25px;
}
.block-of-product {
	background:#fff;
	border-radius: 0 10px 0 0;
}
.product_mod {
	width:144px;
	height:120px;
	margin:0 auto;
	margin-top:40px;
}
.description-product_mod {
	background:#fff;
	padding-bottom:25px;
	border-radius: 0 0 0 10px;
}
.description-product__title_mod {
	color: #3b5eb4;
	font-family: Circe;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	margin-top:40px;
	margin-left: 20px;
}
.description-product__stars_mod {
	float:left;
	margin-left:20px;
	margin-top: 5px;
}
.description-product__price_mod {
	color: #2b2a29;
	font-family: Circe;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	margin-top:13px;
	margin-left:36px;
	margin-bottom: 5px;
}
.description-product__original-price_mod {
	color: #7b7876;
	font-family: Circe;
	font-size: 13px;
	font-weight: 400;
	margin-left: 36px;
}

/*--------------------------------------------ПОХОЖИЕ ТОВАРЫ------------------------------------*/

.similar-product_mod {
	min-height:350px;
	padding-left:0;
	padding-right: 0;
}
.similar-product__title_mod {
	font-family: Roboto;
	font-size: 22px;
	font-weight: 600;
	color:#3741b0;
	margin-top:40px;
}

/*------------------------------- МЕДИАЗАПРОСЫ -----------------------------------*/
@media (min-width: 768px){
	.reg-and-login_more440px {
		display: none;
	}
}
@media (max-width: 767px){
	.reg-and-login_mod {
		margin-top:14px;
		margin-left:0;
		margin-right: 35px;
	}
	.navbar-header {
		float:right;
		margin-top:40px;
	}
	.navbar-header .navbar-toggle {
		margin-top:7px;
		background: #7badd4;
	}
	.navbar-header .navbar-toggle .icon-bar {
		background: white;
	}
	.navbar-toggle.collapsed {
		background: white;
		border:1px solid #d3d3d3;
	}
	.navbar-toggle.collapsed .icon-bar {
		background: #d3d3d3;
	}
	.search-block_mod-mob {
		display: block !important;
		margin-top:15px;
		margin-left:0;
		width:100%;
	}
	.search-block__field_mod {
		width:100%;
	}
	.search-form_mod {
	    border: 1px solid #d3d3d3;
    	border-radius: 8px;
	}
	.search-block__field_mod {
		float:none;
		width:90%;
		border:none;
		border-radius: 8px;
	}
	.search-block__button_mod {
		float:right;
		border:none;
	}
	.container > .navbar-collapse {
		margin-left:0;
		margin-right: 0;
		padding:0;
	}
	#main-menu {
		width:100%;
	}
	.navigation_mod {
		min-height:auto;
	}
	.navbar-nav {
		margin:0;
		margin-top:20px;
	}
	.navigation__list li.open span {
		transform: rotate(90deg);
		transition:0.2s;
	}
	.navigation__list li span {
		transition:0.2s;
	}
	.navbar-nav > li > a {
		padding-left:0;
		border-bottom: 2px solid transparent;
	}
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:active {
		border-bottom:2px solid #7badd4;
	}
	.navigation__list_mod {
		padding-left: 0;
	}
	.navigation__list_mod li {
		padding-right: 10px;
	}
	.navigation__list_mod li,
	.navigation__list_mod li span {
		line-height: 40px;
	}
	.navigation__list_mod li a {
		font-size: 14px;
	}
	.menu-category-dropdown_mod {
        min-width: 100%;
        margin-top: -3px !important;
    }
    .menu-category__block-category_mod {
        padding-left:0;
        clear:both;
    }
    .lang-switcher__list {
        min-width:100%;
    }
    .lang-switcher__list li a img {
        width:24px;
    }
	.slider_mod {
		padding:0;
		margin-top:20px;
	}
	.description_mod {
		padding:0;
		margin-top:20px;
	}
	.title_mod {
		padding:0;
	}
	.about-company .col-xs-12 {
		padding:0;
	}
	.diploma_mod {
		padding-top:30px !important;
		padding-bottom: 30px !important;
	}
	.company-image_mod {
		max-width: 300px;
	}
	.company-image img {
		width:100%;
	}
	.published-news {
		margin-bottom:20px;
		border-bottom: 1px solid #d3d3d3;
		height: auto;
		padding-bottom: 15px;
	}
	.published-news p {
	    float:left;
	}
    .published-news span {
        left:0;
    }
	.news .col-xs-12 {
		padding:0;
		padding-bottom:20px;
	}
	.footer .col-xs-12 {
		padding:0;
	}
	.developed p {
		float:left;
	}
	.products-block {
		width:100%;
		margin-bottom: 20px;
	}
	.lottery-block .container {
		background-size: auto;
	}
	.about-lottery {
		width:auto;
		padding:0;
		padding-top:10px;
	}
	.articles-pugin .col-xs-8 {
		display: none;
	}
	.articles-pugin .col-xs-6 {
		padding:0;
	}
	.desc-article {
		padding-right: 0;
	}
	.images_mod img {
	    width:100%;
	}
	.count-block_mod {
	    float:none;
	}
}
@media (max-width:460px){
    .special-price_mod {
        margin-left:0 !important;
        width:100%;
    }
    .line-image_mod {
        display:none;
    }
    .regular-price_mod {
        width:100%;
        padding-left:43px !important;
    }
}
@media (min-width: 440px) and (max-width: 767px){
	.reg-and-login_more440px {
		display: block;
	}
}
@media (min-width: 440px){
	.cabinet-button-440px {
		display: none;
	}
}
@media (max-width: 440px){
	.reg-and-login_more440px {
		display: none !important;
	}
	.cabinet-button-440px {
		float: left;
    	margin-top: 7px;
    	margin-right: 20px;
    	display: block;
	}
	.cabinet-button-440px button {
		padding: 9px;
	    background: #7eafd6;
	    border: none;
	    border-radius: 4px;
	    outline: none;
	}
	.cabinet-button-440px {
		position: relative;
	}
	.drop-cabinet {
		position:absolute;
		border: 1px solid #c6d0d8;
	    border-radius: 4px;
	    right: 0;
	    background: #fff;
	    width: 140px;
	    top: 155%;
	    z-index: 2;
	    display: none;
	}
	.drop-cabinet img {
		position: absolute;
	    bottom: 100%;
	    right: 8px;
	    width: 20px;
	}
	.reg-and-login_440px {
		padding: 5px;
	    margin: 0;
	    width: 100%;
	    text-align: center;
	}
	.reg-and-login__reg_mod {
		width: 100%;
	    padding: 4px 20px;
	    display: block;
	}
	.reg-and-login__reg_mod:hover {
		background: #ece3e3;
		border-radius: 4px;
	}
	.reg-and-login__login_mod {
		display: block;
	    margin-left: 0;
	    margin-top: 5px;
	    width: 100%;
	    text-align: center;
	}
}
@media (max-width: 381px){
	.search-block__field_mod {
		width:87%;
	}
}
@media (min-width: 320px) and (max-width: 440px){
	.reg-and-login_more440px {
		display: none;
	}
}

.site-info-content img{
	margin-right:20px;
}

.tooltip_templates { display: none; }

.prev a,
.prev span{
	height:34px !important;
}

.next a,
.next span{
	height:34px !important;
}

/*-----------------------------------------------
                     СТАТУС
------------------------------------------------------*/

.status_mod {
	background: #f5f4f5;
}
.status__block-of-status_mod {
	height:auto;
	background:#fff;
	float:right;
	width: 72%;
	margin-top:22px;
	border-radius: 0 10px 0 10px;
	padding:30px;
}
.current-account_mod {
	background-color: #f4f4f4;
	height:50px;
	line-height: 50px;
}
.current-account__title_mod {
	float:left;
	overflow:hidden;
	padding-right: 20px;
	opacity: 0.8;
	color: #2b2a29;
	font-family: Circe;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.current-account__title-count_mod {
	margin:0;
	line-height: 50px;
	opacity: 0.7;
	color: #2b2a29;
	font-family: Circe;
	font-size: 20px;
	font-weight: 700;
}
.status-standart_mod {
	height:169px;
	border: 1px solid #dee3e9;
	margin-top:30px;
	border-radius:0 10px;
	background-color:#ffffff;
}
.description-standart-status_mod,
.description-premium-status_mod,
.description-platinum-status_mod {
	height: 100%;
}
.description-standart-status__title_mod,
.description-premium-status__title_mod,
.description-platinum-status__title_mod {
	margin:0;
	font-family: Circe;
	font-size: 22px;
	font-weight: 600;
	color:#3741b0;
	margin-top: 40px;
	margin-bottom: 10px;
}
.description-standart-status__info_mod,
.description-premium-status__info_mod,
.description-platinum-status__info_mod {
	color: #000000;
	font-family: Circe;
	font-size: 18px;
	line-height: 22px;
	margin-top:20px;
}
.percent-bg_mod,
.percent-bg_mod,
.percent-bg_mod {
	height:100%;
	/*background:url(../images/status/15.png) no-repeat;*/
	text-align: center;
	background-position: center;
	display: table;
}
.percent-bg__percent {
    font-size: 115px;
    position: absolute;
    color: grey;
    opacity: 0.1;
    left: 30px;
}
.center-image-standart_mod,
.center-image-premium_mod,
.center-image-platinum_mod {
	position:absolute;
	top: 40%;
    bottom: 0;
    width: 100%;
}

@media (max-width: 767px){
	/*--------------------------------------------STATUS----------------------------------------------*/

	.status__block-of-status_mod {
		float:left;
		width:100%;
	}
	.status-standart_mod {
		height:auto;
	}
	.description-standart-status_mod,
	.description-premium-status_mod,
	.description-platinum-status_mod {
		height:auto;
	}
	
	/*--------------------------------------------FOOTER----------------------------------------------*/
	
	.rating {
	    margin-top:20px;
	}
}

.vacancy{
	display:none;
}