*{
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	overflow-x: hidden;
}

a{
	cursor: pointer;
}

header {
	width: 100%;
	height: 100%;
	color: #652e87;
	
}
.ourconteinerr {
	max-width: 1200px;
	margin: 0 auto;
}

/*Menu*/
.inheader {
	background: url(../img/background.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 460px;
	max-width: 100%;
	z-index: -1;
}
.infoheead {
	padding-top: 50px;
	display: flex;
	width: 100%;
}
.in_infoheead {
	width: 50%;
	padding-top: 10%;
}
.in_infoheead h2 {
	color: #000;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 20px;
}
.in_infoheead h2 .name{
	border-radius: 50px;
	padding: 3px 15px;
	background: #ff0742;
	color: #fff;
	font-size: 30px;
}
.ourbtnsh {
	display: flex;
	align-items: center;
}
.in_infoheead a {
	display: block;
	height: 50px;
	text-align: center;
	font: 17px/16px "TTNorms-Medium", sans-serif;
	padding: 15px 0 15px 0;
	background: #fff;
	border: 2px solid #ff0742;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	pointer-events: all;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	width: auto;
	display: inline-block;
	padding: 14px 40px 16px 40px;
	background: #ff0742;
}
.ourbtnsh .btn2{
	margin-left: 5px;
	font-size: 18px;
	font-weight: 600;
}
.img_infoheead {
	width: 50%;
}
.img_infoheead img {
	width: 100%;
}
.menus {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(255,255,255,0.05);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
}
.whynotmenu {
	width: 100%;
	height: 100%;
	display: flex;
}
.logotip {
	width: 25%;
	display: flex;
	align-items: center;
}
.logotip h1 {
	font-size: 16px;
	margin-left: 20px;
	line-height: 19px;
	color: #000;
}
.sdsmenu {
	width: 50%;
}
.page-header {
	padding-left: 3%;
	padding-right: 3%;
	max-width: 100%;
}
.page-header img {
	max-width: 150px;
	max-height: 50px;
}
.page-header .container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.nav--page-header {
	display: flex;
	flex-flow: column nowrap;
	flex: 100%;
	transition: height, margin .3s ease;
	z-index: 1;
	height: 0px;
	overflow: hidden;
}
.nav--open {
	height: auto;
	margin-top: 25px;
}
.nav__link {
	margin: 20px 0 0;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	transition: color .5s ease;
	text-decoration: inherit;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.nav__link:hover {
	color: #343434;
}
/* Навигации */
.nav-btn {
	width: 40px;
	height: 5px;
	position: relative;
	margin-left: auto;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
	z-index: 2;
}
.nav-btn span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}
.nav-btn span:nth-child(1) {
	top: 0px;
}
.nav-btn span:nth-child(2),
.nav-btn span:nth-child(3) {
	top: 10px;
}
.nav-btn span:nth-child(4) {
	top: 20px;
}
.nav-btn.open span:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%;
}
.nav-btn.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-btn.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-btn.open span:nth-child(4) {
	top: 10px;
	width: 0%;
	left: 50%;
}
/*Конец меню*/
.headbuttons {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.headbuttons a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
}
.headbuttons a:hover {
	transition: .3s;
	color: #343434;
}
.prem {
	margin-top: -100px;
	padding-bottom: 30px;
}
.inprem {
	width: 100%;
	display: flex;
	justify-content: center;
}
.block_inprem {
	padding: 30px 15px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.15);
	border-radius: 8px;
	text-align: center;
	margin: 0 1%;
}
.block_inprem p {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	opacity: .9;
	line-height: 1px;
}

.uslugi {
	width: 100%;
	padding-bottom: 50px;
}
.inuslugi {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.titileofsite {
	padding: 25px 0 25px;
	font-size: 36px;
	font-weight: 600;
	opacity: .9;
}
.block_inuslugi {
	margin: 1% 1%;
	width: 360px;
	height: 225px;
	position: relative;
	z-index: 1;
}
.block_inuslugi:before {
	position: absolute;
	content: "";
	background: linear-gradient(to right, rgba(94, 94, 94, 0.5) 0%, rgba(255, 255, 255, 0.14) 100%);
	width: 100%;
	height: 100%;
}
.block_inuslugi h4 {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 0 10px 0px 30px;
	line-height: 19px;
	font-size: 17px;
	color: #fff;
	opacity: 1;
}
.block_inuslugi a {
	text-align: center;
	opacity: 0;
	position: absolute;
	top: 44%;
	left: 0;
	right: 0;
	color: #fff;
	text-decoration: none;
	padding: 8px 30px;
	border: 1px solid white;
	border-radius: 100px;
	font-size: 17px;
	font-weight: 600;
	z-index: 10;
	width: 100px;
	margin: 0 auto;
}
.block_inuslugi a:hover {
	transition: .2s;
	background: #fff;
	color: #000;
}
.block_inuslugi:hover:before {
	transition: .3s;
	opacity: 1;
	background-color: rgba(62,68,94,.8);
	cursor: pointer;
}
.block_inuslugi:hover  h4 {
	opacity: 0;
	transition: .3s;
}
.block_inuslugi:hover  a {
	opacity: 1;
	transition: .3s;
}

.about {
	width: 100%;
	background: #ececec;
	padding: 20px 0;
}
.inabout {
	width: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
}
.img_inabout {
	width: 35%;
	margin-left: 3%;
}
.img_inabout img {
	width: 100%;
}
.info_inabout {
	margin: 3%;
	width: 65%;
	font-size: 16px;
	background-color: #fff;
	padding: 35px;
	box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
	color: #000;
}
.titile_about {
	font-size: 36px;
	font-weight: 600;
	opacity: .9;
}
.info_inabout p {
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	opacity: .85;
	margin-left: 2px;
	margin-bottom: 5px;
}
.info_inabout a {
	background: #ff0742;
	padding: 5px 10px;
	color: #fff;
	margin-left: 2.5px;
	font-size: 16px;
	font-weight: 600;
}
.info_inabout .noneimg {
	text-decoration: none;
	text-align: center;
}
.none_b {
	display: none;
}

/* Аккардион */
.faq {
	background: #ececec;
	padding-bottom: 25px;
}
.accordion {
	margin: 0 3%;
	box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
}
.accordion dd,
.accordion__panel {
	background-color: #eee;
	font-size: 1em;
	line-height: 1.5em;
}
.accordion p {
	padding: 1em 2em 1em 2em;
	background: #fff;
}
.accordion {
	position: relative;
	background-color: #eee;
}
.accordionTitle,
.accordion__Heading {
	text-align: left;
	font-weight: 700;
	padding: 1em;
	display: block;
	text-decoration: none;
	color: #000;
	transition: background-color 0.5s ease-in-out;
}
.accordionTitle:before,
.accordion__Heading:before {
	content: "+";
	font-size: 1.5em;
	line-height: 0.8em;
	float: left;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	padding-right: 10px;
}
.accordionTitle:hover,
.accordion__Heading:hover {
	background-color: #ff0742;
	color: #fff;
}
.accordionTitleActive,
.accordionTitle.is-expanded {
	background-color: #ff0742;
	color: #fff;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	padding-left: 10px;
}
.accordionItem {
	height: auto;
	overflow: hidden;
	max-height: 50em;
	transition: max-height 1s;
}
@media screen and (min-width: 48em) {
	.accordionItem {
		transition: max-height 0.5s;
	}
}
.accordionItem.is-collapsed {
	max-height: 0;
}
.no-js .accordionItem.is-collapsed {
	max-height: auto;
}
.animateIn {
	-webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
	animation: accordionIn 0.45s normal ease-in-out both 1;
}
.animateOut {
	-webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
	animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@-webkit-keyframes accordionIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes accordionIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes accordionOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
	}
}
@keyframes accordionOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.9) rotateX(-60deg);
		transform: scale(0.9) rotateX(-60deg);
	}
}

/* --------- */


.prokat {
	width: 100%;
}
.titileofsite h5 {
	font-size: 34px;
}
.titileofsite h5 a {
	color: #ff0742;
	text-decoration: none;
}
.inprokat {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.block_inprokat {
	width: 80%;
	box-shadow: 1px 1px 10px 3px rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.img_inprokat {
	padding: 10px 0;
}
.noneimg {
	display: none;
}
.img_inprokat .noneimg {
	display: none;
}
.text_inprokat {
	padding-right: 30px;
}
.text_inprokat .nameontovar {
	font-size: 22px;
	font-weight: 600;
	opacity: .9;
}
.text_inprokat .infooftovar {
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	opacity: .85;
}
.block_inprokat_2, .inprokat_2 {
	flex-direction: row-reverse;
}
.text_inprokat_2 {
	padding-right: 0;
	padding-left: 30px;
}
.table-wrap {
	text-align: center;
	display: inline-block;
	background-color: #fff;
	padding-top: 15px;
	color: #000;
	width: 100%;
}
table {
	border: 1px solid #ccc;
	width: 100%;
	margin:0;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
}
table tr {
	border: 1px solid #ddd;
	padding: 1%;
}
table th, table td {
	padding: 10px;
	text-align: center;
	border-right: 1px solid #ddd;
	width: 50%;
}
table th {
	color: #fff;
	background-color: #ff0742;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
	.table-wrap {
		width: 100%;
	}
	table {
		border: 0;
	}
	table thead {
		display: none;
	}
	table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #ddd;
	}
	table td {
		display: block;
		text-align: right;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
		border-right: 1px solid transparent;
	}
	table td:last-child {
		border-bottom: 0;
	}
	table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
	table th, table td {
		width: 90%;
	}
}

.contacts {
	width: 100%;
	padding: 25px 0;
	background: #ececec;
}
.incontacts {
	width: 100%;
	display: flex;
}
.info_incontacts {
	width: 50%;
}
.map_incontacts {
	width: 50%;
}
.titileofsite_2 {
	padding: 0;
}
.block_con {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.iconscon {
	display: flex;
	align-items: center;
	padding: 10px 0;
	width: 50%;
}
.iconscon img {
	height: 35px;
	margin-right: 10px;
}
.iconscon a {
	text-decoration: none;
	font-size: 20px;
	color: #000;
	opacity: .8;
}
.iconscon_2 {
	width: 100%;
}
.form_incontacts {
	padding-top: 50px;
}
.form_incontacts form {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.form_incontacts form input {
	width: 44%;
	margin: 1% 0;
	margin-right: 1%;
	padding: 2%;
	border: none;
	outline: none;
	font-size: 17px;
}
.form_incontacts form .mapd {
	width: 93%;
}
.form_incontacts form .btn_sub {
	background: #ff0742;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	font-size: 15px;
	width: 97%;
}

footer {
	width: 100%;
	background: #d1d1d1;
}
.infooter {
	padding: 15px 0;
	display: flex;
	align-items: center;
}
.name_infooter {
	width: 50%;
}
.name_infooter p {
	font-weight: 600;
	font-size: 17px;
}
.socsite {
	width: 50%;
	text-align: right;
}
.socsite a {
	margin: 0 1%;
}
.socsite img {
	height: 30px;
}
.createby {
	border-top: 1px solid black;
	padding: 20px 0;
	text-align: center;
}
.createby a {
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	color: #000;
	opacity: .8;
}

/*Модальное окно*/
.overlay {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	pointer-events: none;
	transition: 0.35s ease-in-out;
	overflow-y: auto;
	z-index: 999;
}

#modal1{
	position: relative;
	border: 1px solid rgba(0,0,0,.2);
	max-width: 500px;
	border-radius: .3rem;
	outline: 0;
}

#modal_two{
	position: relative;
	border: 1px solid rgba(0,0,0,.2);
	max-width: 500px;
	border-radius: .3rem;
	outline: 0;
}

.overlay.open {
	opacity: 1;
	pointer-events: inherit;
}

.overlay .modal {
	background: white;
	padding: 30px;
	opacity: 0;
	pointer-events: none;
	transition: 0.35s ease-in-out;
	max-height: 100vh;
	overflow-y: auto;
	position: relative;
}
.overlay .modal.open {
	opacity: 1;
	pointer-events: inherit;
}
.overlay .modal.open .content {
	transform: translate(0, 0px);
	opacity: 1;
}
.overlay .modal .content {
	transform: translate(0, -10px);
	opacity: 0;
	transition: 0.35s ease-in-out;
}
.overlay .modal .title {
	margin-top: 0;
}

.close-modal{
	position: absolute;
	right: 10px;
	top: 10px;
	opacity:0.7;
}

.close-modal_two{
	position: absolute;
	right: 10px;
	top: 10px;
	opacity:0.7;
}

.modal_title{
	line-height: 39px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
	font-size:24px;
	margin-top: 0;
}
.modal_title_ahref {
	color: #ff0742;
	text-decoration: none;
}
.modal_subtitle{
	margin-bottom: 25px;
	font-size:18px;
}

.form_checkbox_modal{
	width: 100%;
	margin-bottom:15px;
}

.btn__modal{
	background: #ff0742;
	border: 1px solid #ff0742;
	color: #fff;
	padding: 17px 60px;
	font-size: 13px;
	border-radius: 25px;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-box-shadow: 0 6px 27px rgba(0,91,234,0.3);
	-ms-box-shadow: 0 6px 27px rgba(0,91,234,0.3);
	-moz-box-shadow: 0 6px 27px rgba(0,91,234,0.3);
	box-shadow: 0 6px 27px rgba(0,91,234,0.3);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn__modal:hover{
	background: transparent;
	color: #000;
}

.form_input{
	background-color: rgb(238, 238, 238);
	display: block;
	width: 400px;
	margin-bottom: 16px;
	font-size: 15px;
	color: #333;
	padding: 18px 0;
	border: 3px solid rgb(238, 238, 238);
}


/*Сообщение об отправке*/
.top_content {
	display: none;
	align-items: center;
	justify-content: center;
	height: 50%;
	width: 100%;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: auto;
	text-align: center;
}

.top_content.active ~ * {
	opacity: 1;
	filter: blur(20px); 
}

.top_content-modal {
	display: none;
	align-items: center;
	justify-content: center;
	height: 50%;
	width: 100%;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: auto;
	text-align: center;
}

.top_content-modal.active ~ * {
	opacity: 1;
	filter: blur(20px); 
}

.top_content-bottom {
	display: none;
	align-items: center;
	justify-content: center;
	height: 50%;
	width: 100%;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: auto;
	text-align: center;
}

.top_content-bottom.active ~ * {
	opacity: 1;
	filter: blur(20px); 
}


.ok_info{
	font-size: 15px;
	font-weight: bold;
	color: #212121;
	margin-left: 15px;
	margin-right: 15px;
}

@media only screen and (max-width: 1250px) {
	.block_inprokat {
		width: 94%;
		margin: 2% 3%;
	}
	.img_inprokat {
		padding: 2%;
	}
	.incontacts {
		width: 94%;
		margin: 0 3%;
	}
	.titileofsite_2 {
		padding: 0;
	}
	.block_con {
		width: 100%;
		margin: 0 auto;
	}
	.info_incontacts {
		width: 100%;
	}
	.form_incontacts {
		width: 100%;
		margin-bottom: 20px;
	}
	.map_incontacts {
		width: 50%;
	}
	.infooter {
		padding: 15px 3%;
	}
	.createby {
		margin: 5px 3%;
	}
	.ourbtnsh a {
		font-size: 14px;
		padding: 14px 30px 16px 30px;
	}
}
@media only screen and (min-width: 1105px) {
	.nav-btn {
		display: none;
	}
	.nav--page-header {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center; 
		flex: 1;
		height: 100%;
		margin: auto;
		transition: height, margin .3s ease;
		z-index: 1;
	}
	.nav--open {
		height: auto;
		margin: auto;
		border: none;
	}
	.nav__link {
		margin: 3px 15px;
	}
	.page-header .container {
		height: auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}
}
@media only screen and (max-width: 1260px) {
	.in_infoheead {
		padding-left: 3%;
	}
	.in_infoheead h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.img_infoheead {
		text-align: right;
		padding-right: 3%;
	}
	.img_infoheead img {
		width: 80%;
	}
	.titileofsite {
		padding: 0 3%;
	}
	.titileofsite_2 {
		padding: 0;
	}
}
@media only screen and (max-width: 1105px) {
	.nav__link {
		padding-left: 0;
	}
	.infoheead {
		font-size: 20px;
	}
	.logotip {
		width: 70%;
		position: absolute;
		top: 10px;
	}
	.sdsmenu {
		width: 100%;
	}
	.nav--page-header {
		text-align: center;
	}
	.headbuttons {
		display: none;
	}
	.none_b {
		display: block;
	}
	.prem {
		margin-top: -50px;
	}
	.inprem {
		padding: 0 3%;
		width: 94%;
	}
	.in_infoheead {
		padding-top: 0;
	}
	.infoheead {
		align-items: center;
	}
	.map_incontacts {
		display: none;
	}
	.iconscon {
		width: 100%;
	}
	.form_incontacts form, .iconscon {
		justify-content: center;
	}
	.titileofsite_2 {
		text-align: center;
	}
	.menus {
		padding: 0;
		min-height: 70px;
	}
	.nav-btn {
		height: 0;
		top: 7px;
	}
	.ourbtnsh a {
		font-size: 14px;
		padding: 14px 25px 16px 25px;
	}
	.ourbtnsh {
		flex-direction: column;
		align-items: flex-start;
	}
	.ourbtnsh .btn2 {
		margin-left: 0;
		margin-top: 8px;
	}
}
@media only screen and (max-width: 1000px) {
	.prem {
		margin-top: 0px;
		padding: 30px 0;
	}
	.in_infoheead h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.in_infoheead h2 .name {
		font-size: 25px;
	}
}
@media only screen and (max-width: 900px) {
	.inabout {
		flex-direction: column;
	}
	.img_inabout, .info_inabout {
		margin: 1% 0;
	}
	.info_inabout {
		width: 90%;
		padding: 2%;
	}
	.img_inprokat, .text_inprokat {
		width: 50%;
	}
	.img_inprokat img {
		width: 80%;
	}
}
@media only screen and (max-width: 800px) {
	.infoheead {
		flex-direction: column;
	}
	.in_infoheead, .img_infoheead {
		width: 94%;
		padding: 0 3%;
		text-align: center;
	}
	.inprem {
		flex-wrap: wrap;
	}
	.block_inprem {
		width: 250px;
		margin: 1%;
	}
	.titileofsite {
		padding: 3%;
	}
	.not_noneimg {
		display: none;
	}
	.img_inprokat .not_noneimg {
		display: none;
	}
	.img_inprokat, .text_inprokat {
		width: 100%;
		text-align: center;
	}
	.noneimg {
		display: block;
	}
	.img_inprokat .noneimg {
		display: block;
		height: 150px;
		margin: 0 auto;
		width: auto;
	}
	.in_infoheead a {
		margin: 3px 0;
		font-weight: 600;
	}
	.block_inprokat {
		flex-direction: column;
	}
	.text_inprokat {
		width: 94%;
		padding: 3%;
	}
	.ourbtnsh {
		flex-direction: column;
		align-items: center;
	}
}
@media only screen and (max-width: 700px) {
	.block_con {
		flex-direction: column;
	}
	.iconscon {
		width: 100%;
		justify-content: center;
	}
	.titileofsite h5, .titileofsite, .titile_about {
		font-size: 28px;
	}
	.block_con {
		padding-top: 0;
	}
}
@media only screen and (max-width: 600px) {
	.iconscon_2 {
		display: none;
	}
	.form_incontacts {
		padding-top: 10px;
	}
	.form_incontacts form {
		flex-direction: column;
	}
	.form_incontacts form input, .form_incontacts form .mapd {
		width: 96%;
		margin: 1% 0;
	}
	.form_incontacts form .btn_sub {
		width: 100%;
	}
	.img_inprokat .noneimg {
		height: 100px;
	}
}
@media only screen and (max-width: 500px) {
	.in_infoheead h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.info_inabout {
		width: 82%;
		padding: 6%;
	}
	.infooter {
		flex-direction: column;
		padding-bottom: 5px;
	}
	.name_infooter, .socsite {
		width: 100%;
		text-align: center;
	}
	.socsite {
		padding-top: 5px;
	}
	.titileofsite h5, .titileofsite, .titile_about {
		font-size: 24px;
	}
	.titileofsite {
		text-align: center;
	}
	.text_inprokat .nameontovar {
		font-size: 19px;
	}
	.form_input{
		width: 100%;
	}
	.img_inprokat .noneimg {
		height: 80px;
	}
}
@media only screen and (max-width: 400px) {
	.in_infoheead a {
		font-size: 15px;
		height: auto;
		width: 90%;
		padding: 12px 3%;
	}
	.block_inuslugi {
		width: 300px;
		height: 185px;
	}
	.block_inuslugi img {
		width: 100%;
	}
	.block_inuslugi h4 {
		padding: 0 10px;
		line-height: 18px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 359px) {
	.logotip {
		width: 80%;
	}
	.logotip h1 {
		font-size: 15px;
		line-height: 17px;
	}
}
.forminpun {
	display: none;
}
.rs-link {
    color: #000 !important;
    text-decoration: none;
    margin-top: 15px;
    /*display: block;*/
	vertical-align:top;
}
.rs-link * {
    display: inline-block;
    vertical-align: middle;
}
.rs-link span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    text-align: left;
    line-height: 17px;
}