body.no_scroll {
	overflow: hidden;
}

/*.menu_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}*/


.big-line > div span.mail_in_phone {
	display: none;
}


.big-line > div span.phone_tel {
	color: #fff !important;
}


.menu_wrap_2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.menu_wrap .callback-size {
	padding: 0;
	display: none;
}

.menu_wrap .form-inline  {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 0px 10px 0 10px;
	margin-left: 30px;
}

.menu_wrap #queryText:focus .menu_wrap .form-inline {
	background: #9e4d65;
	text-decoration: none;
}

.header .sml-line {
	height: auto;
	line-height: inherit;
}

.top-menu .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.top-menu a {
	padding: 15px 35px;
}

.menu_adaptive.menu_adaptive_open {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin-top: 0px;
	z-index: 1000;
	overflow-x: hidden;
	background-color: #68283e;
}

.menu__icon  {
	z-index: 1001;
	left: 100%;
	display: block;
	margin-left: -46px;
}

.menu_hidden_line {
	height: 45px;
	background: transparent;
	display: none;
}

.menu_hidden_line_open {
	display: block;
}

.menu__icon.menu__icon_open {
	position: fixed;
	top: 1.8%;
	left: 95%;
	width: 50px;
	height: 50px;
	text-align: center;
}

.menu__icon.menu__icon_open:after{
	content: '';
	color: transparent;
	background: transparent;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -13px;
	left: -19px;
	z-index: -1;
}

.menu__icon.menu__icon_open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu__icon.menu__icon_open span:nth-child(2) {
    transform: rotate(45deg);
}

.menu__icon.menu__icon_open span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu__icon.menu__icon_open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu_wrap.menu_state_open {
	display: flex;
}

.menu.menu_state_open .menu__links {
    display: block;  
}

.menu {
    text-align: left;
}

.menu__links-item {
    display: inline-block;
    color: #333333;
    font-size: 1.467rem;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    outline: none;
}

.menu__links-item:hover,
.menu__links-item:focus,
.menu__links-item:active {
    text-decoration: underline;
    outline: none;
}


.menu__icon {
    display: none;
    width: 45px;
    height: 35px;
    position: relative;
    cursor: pointer;
}

.menu__icon span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.menu__icon span:nth-child(1) {
    top: 0px;
}

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
    top: 13px;
}

.menu__icon span:nth-child(4) {
    top: 26px;
}

.services_list_img {
	margin-bottom: 30px;
	display: block;
	text-align: center;
}

.services_list_img img {
	max-width: 100% !important;
	height: auto !important;
}

.shop_content_img {
	max-width: 100%;
	margin-bottom: 15px;
}

.articles_content img {
	max-width: 100%;
	height: auto;
}

.articles_content table {
	overflow-x: scroll;
	max-width: 100%;
	height: auto;
	display: block;
}

.partners_iframe {
	max-width: 332px !important;
}

.name_menu_adapr {
	display: none;
}

@media screen and (max-width: 1020px) {
	html, body {
		min-width: auto;
	}

	.wrapped {
		width: 960px;
	}

	.top-menu a {
		padding: 15px 31px;
	}

	.menu_wrap .form-inline {
		margin-left: 0px;
	}
}


@media screen and (max-width: 992px) {
	html, body {
		min-width: auto;
	}
	
	.wrapped {
		width: 720px;
	}

	.logo-size {
		font-size: 2.5rem;
	}

	.phone-size {
		font-size: 1.5rem;
	}

	.callback-size {
		font-size: 1.9rem;
	}

	#queryText {
		width: 100%;
	}

	.header {
		height: auto;
		margin-bottom: 0;
	}

	.footer {
		height: auto;
	}

	.footer .line-table {
		white-space: normal;
	}

	.menu_adaptive {
    	padding: 5px 0;
	}

	.wrapped.content-main {
		margin-top: 0;
	}

	.menu_wrap_2 {
		overflow-y: scroll;
		display: block;
		position: relative;
		height: 100vh;
	}

	.menu__icon {
	    display: block;
		left: 100%;
		margin-left: -46px;
		margin-top: 5px;
		margin-bottom: 5px;
	}


	.menu__icon.menu__icon_open {
		margin-left: -53px;
	}

	.footer_vk_icon {
		display: block;
	}

	.name_menu_adapr{
		display: inline;
		position: absolute;
		left: 4%;
		font-size: 24px;
		font-weight: bold;	
	}
		

	.menu_wrap {
	    position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
	    margin-top: 0px;
	    background-color: rgba(0, 0, 0, 0.8);
	    z-index: 1000;
	    overflow: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}





	.menu__links-item {
	    display: block;
	    padding: 10px 0;
	    text-align: center;
	    color: #ffffff;
	}

	.menu_wrap {
		display: none;
	}

	.menu_wrap .callback-size {
		padding: 15px 0;
		display: block;
		float: none;
	}

	.menu_wrap .form-inline {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
		padding: 20px 0;
	}
	
	.articles_content table {
		overflow-x: scroll;
		max-width: 100%;
		height: auto;
		display: block;
	}

	#callBackForm {
		width: 50%;
	}
}


@media screen and (max-width: 768px) {
	html, body {
		min-width: auto;
	}
	
	.wrapped {
		width: 540px;
	}

	.home_text_wrap {
		margin-bottom: 30px;
	}

	.menu_wrap .form-inline {
		padding-left: 10px;
		padding-right: 10px;
	}

	.big-line > div span.mail_in_phone {
		display: inline;
	}

}

@media screen and (max-width: 576px) {
	html, body {
		min-width: auto;
	}
	
	.wrapped {
		width: auto;
		padding: 0 5%;
	}
	.h1, h1 {
		word-wrap: break-word;
		font-size: 32px;

	}

	.wrapped.content .breadcrumbs {
		padding-top: 15px;
	}
	
}


@media screen and (max-width: 350px) {
	.phone-size {
		font-size: 1.4rem;
	}
	
}