@font-face {
    font-family: 'pragmaticaregular';
    src: url('/assets/templates/fonts/prg55-webfont.eot');
    src: url('/assets/templates/fonts/prg55-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/templates/fonts/prg55-webfont.woff2') format('woff2'),
         url('/assets/templates/fonts/prg55-webfont.woff') format('woff'),
         url('/assets/templates/fonts/prg55-webfont.ttf') format('truetype'),
         url('/assets/templates/fonts/prg55-webfont.svg#pragmaticaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pragmatica_lightcregular';
    src: url('/assets/templates/fonts/pragmaticalightc-reg-webfont.eot');
    src: url('/assets/templates/fonts/pragmaticalightc-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/templates/fonts/pragmaticalightc-reg-webfont.woff2') format('woff2'),
         url('/assets/templates/fonts/pragmaticalightc-reg-webfont.woff') format('woff'),
         url('/assets/templates/fonts/pragmaticalightc-reg-webfont.ttf') format('truetype'),
         url('/assets/templates/fonts/pragmaticalightc-reg-webfont.svg#pragmatica_lightcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pragmatica_cond_lightcregular';
    src: url('/assets/templates/fonts/pragmaticacondlightc-reg-webfont.eot');
    src: url('/assets/templates/fonts/pragmaticacondlightc-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/templates/fonts/pragmaticacondlightc-reg-webfont.woff2') format('woff2'),
         url('/assets/templates/fonts/pragmaticacondlightc-reg-webfont.woff') format('woff'),
         url('/assets/templates/fonts/pragmaticacondlightc-reg-webfont.ttf') format('truetype'),
         url('/assets/templates/fonts/pragmaticacondlightc-reg-webfont.svg#pragmatica_cond_lightcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body, table, textarea {
	font-family: pragmatica_lightcregular, Tahoma, Arial, Helvetica, Roboto, Calibri, sans-serif;
/*	font-size: 90.7%;*/
	font-size: 1rem;
	line-height: 1.21;
	color: #000;
	height: 100%;
}

/*
h1, h2, h3, h4, strong, b {
	font-weight: normal;
	font-family: DaxlinePro-Regular;
}
*/


table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

div {
	box-sizing: border-box;
	}

img {
	border: none;
}

form {
	padding: 0;
	margin:0;
}

h1, h2, h3, h4 {
	font-weight: normal;
	padding: .5rem 0 .25rem 0;
	margin: 0;
	font-size: 1.5rem;
	letter-spacing: -.025rem;
/*	font-family: pragmatica_lightcregular;*/
/*font-size: calc(1.3rem + 6 * (100vw - 320px) / 880);*/
}

h2, h3, h4 {
	padding: .5rem 0 .5rem 0;
	}

h4 {
	font-size: 1.35rem;
	}


p {
	padding: 0;
	margin: 0 0 .5rem 0;
/*	text-align: justify;*/
}


a {
	color: #0079bb;
/*	text-decoration: none;*/
	}

a:hover {
/*	text-decoration: underline;*/
	}

a[href^="tel:"] {
	color: #f7941d;
	color: #e48400;
	text-decoration: none;
	}

.copymail {
	margin-left: .5rem;
	}

.copymail,
.copyphone {
	white-space: nowrap;
	}

/*
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: solid 1px #A5B9D3;
	border: none;
	line-height: 27px;
	padding: 2px 5px;
	margin: 0;
	outline: none;
	box-sizing: border-box;
	height: 23px;
	font-size: 95%;
}

textarea {
	height: auto;
	}

select {
	padding-right: 0px;
	}


textarea {
	resize: none;
}

*/

button {
	border: none;
	background: none;
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}



body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.site-background {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	min-width: 320px;
/*	overflow: hidden;*/
	background-color: #c0ecf7;
	background-color: #e1e1e0;
/*	background-image: url('pic/bg.png');
	background-size: auto;
	background-attachment: fixed;*/
/*	background-size: cover;*/
	}

.header {
/*	position: fixed;*/
	z-index: 25;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: rgba(253, 253, 253, 1);
	-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	}

.main-wrapper {
	flex-grow: 2;
	display: flex;
	flex-direction: row;
	width: 100%;
	background-color: #fefefd;
	padding: 1rem 2rem;
	}

.size-fix {
	width: 100%;
	max-width: 1500px;
	}

.nav {
	order: 1;
	}

.main	{
	order: 2;
	flex-grow: 2;
	position: relative;
	z-index: 5;
	padding: 0 0 0 2rem;
	}

.footer {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #363331;
	color: #fff;
}



.header .size-fix {
	padding: 0 2rem;
	display: flex;
	justify-content: space-between;
	}

.header .size-fix div {
/*	width: 20%;*/
	padding: 0 0 0 .5rem;
	justify-content: space-around;
	font-family: pragmatica_cond_lightcregular, Tahoma, Arial, Helvetica, Roboto, Calibri, sans-serif;
/*	flex: 1;*/
/*border: solid 1px red;*/
	}

.header .size-fix u,
.footer .size-fix u {
	text-decoration: none;
	text-transform: uppercase;
	font-family: pragmatica_lightcregular, Tahoma, Arial, Helvetica, Roboto, Calibri, sans-serif;
	font-weight: bold;
	font-size: 1rem;
	}

.header .size-fix .logo {
	padding: 0 .5rem 0 0;
/*	width: calc(258px + 2rem);	*/
	}

.header .size-fix .logo a {
	display: block;
	width: 258px;
	height: 94px;
	background-image: url('/assets/templates/pic/logo.svg');
	background-size: 100% 100%;
	background-position: center center;
	transition: all .25s ease;
	}

.header .size-fix .logo a:hover {
	opacity: 0.8;
	}


.header .size-fix .slogan {
	background-image: url('/assets/templates/pic/slogan-icon.svg');
	background-size: 58px 58px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 68px;
	display: flex;
	flex-direction: column;
/*	align-items: center;	*/
	justify-content: flex-start;
	justify-content: center;
	}

.header .size-fix .catalog {
	display: flex;
	align-items: center;
	}

.header .size-fix .catalog a {
	text-decoration: none;
	display: block;
	border-radius: .7rem;
	background-color: #fff;
	background-image: url('/assets/templates/pic/catalog-icon.png');
	background-size: 90px 62px;
	background-position: .5rem center;
	background-repeat: no-repeat;
	padding: 1.2rem 1rem .8rem calc(1.5rem + 90px);
	-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	color: #231f20;
	}

.header .size-fix .catalog a u {
	}


.request {
	display: flex;
	align-items: center;
	}

.request b {
	font-weight: normal;
	display: block;
	border-radius: .7rem;
	padding: .1rem;
	background: #FFCB06;
	background: radial-gradient(at center bottom, #FFCB06, #F38020);
	background: radial-gradient(at center bottom, #fca216, #F38020);
	-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	}

.request b i {
	font-style: normal;
	cursor: pointer;
	display: block;
	border-radius: .65rem;
	background-image: url('/assets/templates/pic/request-icon.svg');
	background-size: 44px 48px;
	background-position: 1rem center;
	background-repeat: no-repeat;
	padding: 1.1rem 1.5rem .7rem calc(1.5rem + 44px);
	border: solid 1px #fff;
	color: #fff;
	font-size: 1rem;
	}

.request b i u {
/*	font-size: 1.1rem;*/
	}

.header .size-fix .phone {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	}

.header .size-fix .phone a {
	display: block;
	border-radius: .7rem;
	background-color: #fff;
	background-image: url('/assets/templates/pic/phone-icon.svg');
	background-size: 48px 48px;
	background-position: 1rem center;
	background-repeat: no-repeat;
	padding: .9rem 1.5rem .9rem calc(1.5rem + 48px);
	-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	font-size: .9rem;
	color: #231f20;
	}


.header .size-fix .phone a u {
	font-size: 1.5rem;
	color: #f7941d;
	display: block;
	padding: 0;
/*	margin: 0 0 -.1rem 0;*/
	margin: -.1rem 0 -.2rem 0;
	font-family: pragmatica_lightcregular, Tahoma, Arial, Helvetica, Roboto, Calibri, sans-serif;
	}





.footer .size-fix  {
	/*border: solid 1px white;*/
}

.footer .request {
	margin-top: 2rem;
	}

.footer .size-fix .footer-block {
	display: flex;
	flex-flow: row nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.footer .size-fix .footer-block > li {
	display: flex;
	flex-flow: column nowrap;
	flex: 1;
	align-items: center;
	padding: 3rem 0rem 2rem 0rem;
/*border: solid 1px white;*/
	}

.footer .size-fix .footer-block > li:nth-child(1) {
	flex: 0;
	text-align: center;
	padding-left: 2.3rem;
	padding-right: 2.3rem;
	}

.footer .size-fix .footer-block > li:nth-child(2) {
	align-items: flex-end;
/*	padding-left: 5%;*/
	}

.footer .size-fix .footer-block > li:nth-child(3) {
	padding-left: 2%;
	}

.footer .size-fix .footer-block > li:nth-child(4) {
/*	align-items: flex-end;*/
/*	padding-right: 5%;*/
	}




.footer .logo {
	padding: .25rem 0 1.5rem 0;
/*	width: calc(258px + 2rem);	*/
	}

.footer .logo a {
	display: inline-block;
	width: 248px;
	height: 83px;
	background-image: url('/assets/templates/pic/logo-bottom.svg');
	background-size: 100% 100%;
	transition: all .25s ease;
	}

.footer .logo a:hover {
	opacity: 0.8;
	}

.footer .logo-contacts {
	width: 250px;
	margin: 0 auto;
	font-family: pragmatica_cond_lightcregular, Tahoma, Arial, Helvetica, Roboto, Calibri, sans-serif;
	}

.footer .logo-contacts p {
	display: block;
	padding: 0;
	margin: 0 0 .25rem 0;
	text-align: justify;
	}

.footer .logo-contacts p a {
	display: block;
	float: right;
	text-decoration: none;
	color: #f7941d;
	}

.footer .develop {
	display: none;
	}

.footer .request {
	font-family: pragmatica_cond_lightcregular, Tahoma, Arial, Helvetica, Roboto, Calibri, sans-serif;
	}

.buttom-menu {
	display: flex;
	flex-flow: column nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: pragmatica_lightcregular, Tahoma, Arial, Helvetica, Roboto, Calibri, sans-serif;
	}

.buttom-menu li {
	padding-left: 1rem;
	padding-top: .5rem;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1rem;
	}

.buttom-menu li ul li {
	padding-left: 1rem;
	padding-top: .25rem;
	text-transform: none;
	font-weight: normal;
	font-size: .95rem;
	}

.buttom-menu a {
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	}

.buttom-menu a:hover {
	color: #f7941d;
	}


.buttom-menu li.sub-menu span {
	padding-left: 0;
	font-weight: bold;
	}

.buttom-menu .start-menu > span {
	display: block;
/*	padding-bottom: .1rem;*/
/*	text-transform: uppercase;*/
	}



.social {
	font-size: 0;
	line-height: 0;
	text-align: right;
	padding: 1rem 0 0 0;
/*	position: relative;
	z-index: 50;*/
	}

.social a {
	display: inline-block;
	width: 27px;
	height: 27px;
	background-size: 100% 100%;
	transition: all .25s ease;
	margin: 0 0 0 .25rem;
	}

.social a:hover {
	opacity: 0.7;
	}

a.vk {
	background-image: url('/assets/templates/pic/vk-orange-icon.svg');
	}

a.yt {
	background-image: url('/assets/templates/pic/yt-orange-icon.svg');
	}


.content-title {
        text-transform: uppercase;
/*	color: #b8529e;*/
	font-size: 1.5rem;
	padding: .45rem 0 .5rem 0;
	margin: 0;
	}

.content {
	margin: 0;
	padding: 0;
	}

.content ul {
	margin-top: .5rem;
	margin-bottom: .5rem;
	}


.scroll-block {
	}

.content-table {
	border-collapse: collapse;
	}

.content-table td,
.content-table th {
	border: 1px solid #AAAAAA;
	padding: 6px;
	}

.content-table th {
	background-color: #FFF5D7;
	}


.extended-link-block {
	clear: both;
	display: flex;
	align-items: center;
	background-color: #f8eedb;
	padding: 1rem 1.5rem;
	margin: 0 0 1rem 0;
	transition: 0.2s linear;
	text-decoration: none;
	color: #000;
	}

.extended-link-block:hover {
	background-color: #d0d0d0;
	background-color: #FFF5D7;
	}

.extended-link-block span:nth-child(1) {
	padding: 0 1.5rem 0 0;
	}

.extended-link-block span:nth-child(2) {
	flex: 1;
	}

.extended-link-block div:nth-child(2) h1,
.extended-link-block div:nth-child(2) h2,
.extended-link-block div:nth-child(2) h3,
.extended-link-block div:nth-child(2) h4 {
	padding-top: 0;
	}


.text-block {
/*border: solid 1px red;	*/
	clear: both;
	}

.text-block img {
	float: right;
	margin: 0 0 1rem 1.5rem;
	max-width: 50%;
	}

.text-block .right-block {
/*border: solid 1px red;	*/
	float: right;
	margin: 0 0 .7rem .5rem;
	white-space: nowrap;
	}

.text-block .right-block img {
	max-width: 100%;
	}


.albums-block {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	box-sizing: border-box;
	margin: 0 -1rem;
	padding: 0;
	}

.albums-block li {
	flex-basis: 0;
	display: flex;
	padding: .5rem .5rem .5rem .5rem;
	}

.albums-block li a {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: .5rem .5rem .5rem .5rem;
	background-color: #FFE8B4;
	background-color: #f8eedb;
	}

.albums-block li a span {
	display: block;
	margin: 0;
	padding: .5rem 0 0 0;
	}

.albums-block li a:hover {
	background-color: #FFE8B4;
	background-color: #FFF5D7; 	
	}

.top-indent {
	font-size: 0;
	line-height: 0;
	height: .5rem;
	}

.big-block {
	display: flex;
	flex-direction: row;
	margin: .5rem 0 1.5rem 0;
	}

.big-block a {
	width: 100%;
	height: 0px;
	padding-bottom: 25%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex: 1;
	text-decoration: none;
	}

.big-block a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	}

.big-block a:hover span {
	background-color: #FFA914;
	}

.big-block a:nth-child(2) {
	margin: 0 2px;
	}

.big-block a span {
	display: block;
	position: absolute;
	margin: 1.5rem 0 0 0;
	padding: 1rem 1rem .9rem 1rem;
	color: #fff;
	background-color: #f7941d;
	font-size: 1.1rem;
	font-weight: bold;
	}


.icon-block {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 1rem -1rem 1.5rem -1.5rem;
	padding: 0;
	}

.icon-block li {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	padding: 0 1rem;
	border-left: solid 1px #f7941d;
	}

.icon-block li:nth-child(1) {
	border-left: none;
	}

.icon-block li img {
	width: 80px;
	height: 80px;
	margin: .5rem 2rem 0 2rem;
	}

.icon-block li em {
	display: block;
	font-style: normal;
	padding: 1rem .5rem 0 .5rem;
	}

.icon-block li span {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	height: 3rem;
	padding: .5rem;
	color: #f7941d;
	font-weight: bold;
	font-size: .95rem;
	}





/* старый сайт*/

.block_title {
	display: block;
	padding: 6px 5px 5px 25px;
	padding: .55rem .5rem .5rem 1rem;
	background-color: #FFE8B4;
	overflow: auto;
	font-weight: bold;
	}

	.block_title_01 {
padding: 6px 7px 5px 7px;
	padding: .55rem .5rem .5rem 1rem;
/*	margin: 0 .5rem 0 -10rem;*/
	/*margin: 0;*/
	background-color: #FFE8B4;
	overflow: auto;

	}

	.block_indent {
	padding: 0 10px 0px 25px;
	padding: 0 .25rem 0px 1rem;
	}


.contact_content {
	background-color: #FFE8B4;
	padding: 1.5rem;
	margin: 1rem 0 1rem 0;
/*	background-image: url(_img/cost_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;*/
	}

.contact_content a {
	color: #EB2F2C;
	}

.contact_content > strong {
/*	display: block;*/
	font-size: 1.3rem;
	font-weight: normal;
	color: #FF4000;
	}

.contact_content p {
	padding: 1rem 0 0 0;
/*	font-size: .9rem;*/
	}

.contact_content table {
	width: 100%;
/*	font-size: .9rem;*/
	margin: 0 0 1rem 0;
	border-collapse: collapse;
	}

.contact_content table th,
.contact_content table td {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	white-space: nowrap;
	}

.contact_content table th {
	font-weight: normal;
	text-align: right;
	padding: 0 .25rem 0 0;
	}

.contact_content table td {
	width: 100%;
	padding: 0 0 0 .25rem;
	}

.contact_content table b {
/*	font-size: 1rem;*/
	}

.contact_content table b a {
	text-decoration: none;
	}



.block_right {
	float: right;
	padding: 0px 0 5px 0;
	padding: 0;
	margin: 5px 0 5px 15px;
	}

.block_right .pic_bord_right {
	float: none;
	margin: 0;
	}

.right-block .but {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	padding: 125px 5px 5px 5px;
	margin: 10px 0 5px 0;
	background-repeat: no-repeat;
	background-position: center top;
	width: 150px;
	height: 155px;
	}

.right-block .but:hover {
	text-decoration: none;
	}

.col2 {
	-webkit-column-count:2;  
	-moz-column-count:2;  
	column-count:2;
/*	-moz-column-width: 150px;  
	-webkit-column-width: 150px;   
	column-width: 150px;
-moz-column-rule: 1px dotted #ccc;  
-webkit-column-rule: 1px dotted #ccc;  
column-rule: 1px dotted #ccc;  */
}

.download {
background: url(/_img/download.gif) left center no-repeat;
padding: 1px 0 2px 20px;
}

.download_word {
display: inline-block;
background: url(/_img/word.gif) 2px 5px no-repeat;
padding: 3px 0 2px 20px;
}

.download_pdf {
display: inline-block;
background: url(/_img/pdf_16.gif) left center no-repeat;
padding: 5px 0 3px 20px;
}

.download_jpg {
display: inline-block;
background: url(/_img/jpg_16.gif) left center no-repeat;
padding: 5px 0 3px 20px;
}


/* end старый сайт*/








@media screen and (max-width: 1450px) {
	.header .size-fix u {
		font-size: .9rem;
		}

	.header .size-fix .phone a u {
		font-size: 1.3rem;
		margin-top: 0;
		margin-bottom: 0;
		}

	.header .size-fix .phone a {
		font-size: .8rem;
		}
	}

@media screen and (max-width: 1350px) {
	.header .size-fix u {
		font-size: 1rem;
		}

	.header .size-fix .phone a u {
		font-size: 1.4rem;
		margin-top: -.1rem;
		margin-bottom: -.2rem;
		}

	.header .size-fix .phone a {
		font-size: .9rem;
		}


	.header .size-fix .slogan {
		display: none;
		}

	.header .size-fix .catalog {
		flex: 1;
		padding: 0 1% 0 1.5rem;
		}

	.header .size-fix .catalog a {
		width: 100%;
		}

	.header .size-fix .request {
		flex: 1;
		padding: 0 .5%;
		}

	.header .size-fix .request b {
		width: 100%;
		}

	.header .size-fix .phone {
		flex: 1;
		padding: 0 0 0 1%;
		}

	.header .size-fix .phone a {
		width: 100%;
		}
	}

@media screen and (max-width: 1250px) {
	.header .size-fix u {
		font-size: .9rem;
		}

	.header .size-fix .phone a u {
		font-size: 1.3rem;
		margin-top: 0;
		margin-bottom: 0;
		}

	.header .size-fix .phone a {
		font-size: .8rem;
		}

	.header .size-fix .request {
		padding: 0;
		}

	.footer .size-fix .footer-block > li:nth-child(2) {
		padding-left: 2%;
		}

	.big-block a span {
		padding: .7rem .7rem .6rem .7rem;
		font-size: 1rem;
		font-weight: normal;
		}

	.icon-block {
		flex-wrap: wrap;
		}

	.icon-block li {
		min-width: 25%;
		margin: 0.5rem 0;
		}

	.icon-block li:nth-child(4) {
		border-left: none;
		}
	}

@media screen and (max-width: 1150px) {
	.header .size-fix u {
		font-size: 1rem;
		}

	.header .size-fix .phone a {
		font-size: .9rem;
		}

	.header .size-fix .phone a u {
		font-size: 1.4rem;
		margin-top: -.05rem;
		margin-bottom: -.05rem;
		}

	.header .size-fix .catalog {
		display: none;
		}

	.header .size-fix .request {
		padding: 0 .5% 0 1.5rem;
		}

	.footer .size-fix .footer-block > li:nth-child(2) {
		padding-left: 0;
		}

	.buttom-menu li {
		font-size: .9rem;
		}

	.buttom-menu li ul li {
		padding-left: .9rem;
		font-size: .85rem;
		}

	.footer .size-fix u {
		font-size: .9rem;
		}

	.footer .request b i {
		background-size: 37px 40px;
		background-position: .7rem center;
		padding: .9rem .7rem .5rem calc(.7rem + 40px);
		}
	}


@media screen and (max-width: 1050px) {
	.footer .size-fix u {
		font-size: .8rem;
		}

	.footer .size-fix .request b i {
		font-size: .9rem;
		padding: .9rem .6rem .5rem calc(.6rem + 40px);
		}

	.footer .size-fix .footer-block > li {
		padding: 2rem .1rem 1.5rem .1rem
		}

	.footer .size-fix .footer-block > li:nth-child(4) {
		padding-right: .9rem;
		}

	.buttom-menu {
		font-family: pragmatica_cond_lightcregular, Tahoma, Arial, Helvetica, Roboto, Calibri, sans-serif;
		}

	.footer .size-fix .footer-block > li:nth-child(3) {
		padding-left: 0;
		}
	}

@media screen and (max-width: 1024px) {
	}

@media screen and (max-width: 900px) {
	.header {
		position: fixed;
		z-index: 97;
		}

	.header .size-fix {
		padding-right: 4rem;
		}

	.header .size-fix .logo a {
		width: 192px;
		height: 70px;
		}

	.header .size-fix .request {
		padding: 0 .5% 0 .5rem;
		}


	.header .size-fix .request b i {
		background-size: 32px 35px;
		background-position: .6rem center;
		padding: .6rem .7rem .4rem calc(1rem + 32px);
		font-size: .9rem;
		}

	.header .size-fix .phone a {
		background-size: 35px 35px;
		background-position: .7rem center;
		padding: .5rem .7rem .5rem calc(1.3rem + 35px);
		font-size: .8rem;
		}

	.header .size-fix .phone a u {
		font-size: 1.3rem;
		margin-top: .05rem;
		margin-bottom: .05rem;
		}


	.main	{
		padding: 70px 0 0 0;
		}

	.scroll-block {
		width: calc(100vw - 4rem);
		overflow-x: auto;
/*		box-shadow: -21px 2px 12px -9px rgba(0,0,0,0.75) inset;*/
		}

	.scroll-block table {
		}

	.footer .size-fix .footer-block > li:nth-child(2),
	.footer .size-fix .footer-block > li:nth-child(3),
	.footer .size-fix .footer-block > li:nth-child(4) {
		display: none;
		}	

	.footer .size-fix .footer-block > li:nth-child(1) {
		flex: 1;
		display: flex;
		flex-flow: row nowrap;		
		}

	.footer .logo {
		padding: 0;
		}

	.footer .logo a {
		width: 200px;
		height: 67px;
		}

	.footer .logo-contacts {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		width: 225px;
		}

	.footer .social {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding: 0;
		justify-content: center;
		}

	}


@media screen and (max-width: 750px) {
	.header .size-fix .logo {
		padding: 0;
		}

	.header .size-fix .request {
		padding: 0 3%;
		flex: 1;
		justify-content: center;
		}

	.header .size-fix .phone {
		flex: 0;
		padding: 0 3% 0 1%;
		padding: 0;
/*		justify-content: center;*/
		}

	.header .size-fix .phone a {
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background-color: transparent;
		background-size: 100% 100%;
		background-position: center center;
		padding: 0;
		font-size: 0;
		line-height: 0;
		}

	.header .size-fix .phone a u {
		display: none;
		}

	}


@media screen and (max-width: 595px) {
	.footer .size-fix .footer-block > li:nth-child(1) {
		flex-flow: column nowrap;
		}

	.footer .logo {
		padding: 0 0 1rem 0;
		}

	.footer .logo a {
		width: 248px;
		height: 83px;
		}

	.footer .social {
		padding: 1rem 0 0 0;
		}

	.header .size-fix .request {
		justify-content: flex-end;
		flex: 1;
		padding: 0 3% 0 0;
		}

	.header .size-fix .request b {
		border-radius: 50%;
		padding: 0;
		width: 45px;
		height: 45px;
		background-image: url('/assets/templates/pic/request-round-icon.svg');
		background-size: 100% 100%;
		background-position: center center;
		background-repeat: no-repeat;
		}

	.header .size-fix .request b i {
		display: none;
		}

	.header .size-fix .request b i u {
		display: none;
		}

	.text-block img {
		float: none;
		margin: 0 0 1rem 0;
		max-width: 100%;
		width: 100%;
		}

	.text-block .right-block {
		float: none;
		margin: 0 0 1rem 0;
		width: 100%;
		}

	.extended-link-block {
		flex-direction: column;
		padding: 1rem ;
		}

	.extended-link-block span:nth-child(1) {
		padding: 0;
		}

	.big-block {
		flex-direction: column;
		}

	.big-block a {
		padding-bottom: 35%;
		}

	.big-block a:nth-child(2) {
		margin: 2px 0;
		}

	.big-block a span {
		padding: 1rem 1rem .9rem 1rem;
		font-size: 1.1rem;
		font-weight: bold;
		}


	.icon-block li {
		min-width: 40%;
		}

	.icon-block li:nth-child(3),
	.icon-block li:nth-child(5) {
		border-left: none;
		}

	.icon-block li:nth-child(4) {
		border-left: solid 1px #f7941d;
		}

.contact_content {
	display: none;
	}

	}



@media screen and (max-width: 400px) {
	.main-wrapper {
		padding: 1rem 1rem;
		}

	.header .size-fix {
		padding-left: 1rem;
		}

	.header .size-fix .logo a {
		width: 170px;
		height: 70px;
		background-size: 192px 70px;
		}

	.nav {
		padding-right: 1rem;
		padding-left: 1rem;
		}

	.albums-block {
		justify-content: space-between;
		margin: 0 -.4rem;
		}

	.albums-block li {
		padding: .5rem .2rem .5rem .2rem;
		}

	.header .size-fix .request {
/*		display: none;*/
		}

	.big-block a span {
		padding: .7rem .7rem .6rem .7rem;
		font-size: 1rem;
		font-weight: normal;
		}

	.icon-block {
		margin: 0;	
		}

	.icon-block li {
		min-width: 90%;
		padding-top: 1rem;
		border-top: solid 1px #f7941d;
		}

	.icon-block li span {
		padding: 0;
		}

	.icon-block li:nth-child(1) {
		border-top: none;
		}

	.icon-block li,
	.icon-block li:nth-child(4) {
		border-left: none;
		}
	}


@media screen and (max-width: 360px) {
	.header .size-fix .logo a {
		width: 155px;
		height: 70px;
		background-size: 192px 70px;
		}
	}



@media screen and (max-height: 595px) {
	}


@media screen and (max-height: 400px) {
	}




.clear {
width: 100%;
clear: both;
overflow: hidden;
height: 0;
font-size: 0;
line-height: 0;
}















#up {
    position: fixed;
    z-index: 50;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 44px;
    text-align: center;
    height: 44px;
    cursor: pointer;
    transition: background-color 200ms ease-out;
    font-size: 40px;
	background-color: #f7941d;
	color: #fff;
	border: solid 1px #fff;
	opacity: .8;
}

#up:hover {
	background: #FFA914;
	color: #fff;
	opacity: 1;
}

#up i {
	display: block;
}