body {
font-family: Arial, Helvetica, sans-serif;
color: #2a2b2b;
font-style: normal;
    line-height:1;
}
p{
text-indent: 40px;
margin:5px 0;
}
nav ul {
    list-style:none;
}
center {
    clear: both;
    display: block;
}
a {
color:#409EFF;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
a:hover {
color:#FF3300;
}

.modal_top {
	background: #3C3A42;
	padding: 10px;
	color:#fff;
}
.modal_body {

    padding: 10px;
    margin: 3px;
    background-color: #FAFAFA;
    border-left: 3px solid #00E325;
    border-radius: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #828282;
    line-height: 1.3;

}
.modal_bottom {

    text-align: right;
    border-top: 1px solid #DDD;
    background-color: #EFEFEF;
    padding: 8px;

}
.modal_bottom .submit_add{
float:none;
margin-left: 15px;
}
.modal_form {
box-shadow: 2px 2px 4px rgba(0,0,0,.8);
border: 1px solid #3C3A42;
	width: 370px; 
	height: auto; /* Рaзмеры дoлжны быть фиксирoвaны */
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -150px;
	margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_top .modal_close {
box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	display: block;
	background: #409EFF;
	padding: 4px;
	color: #F56C6C;
	border-radius:30px;
	text-align:center;
	font-weight: bold;
	font:13px/16px;
}.modal_top .modal_close:hover {
	background: #F56C6C;
}
/* Пoдлoжкa */
#overlay {
	z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.65; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.65; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=65);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}





.text_lim{
font-size: 15px;
opacity:0.7;
padding: 8px;
color: #409EFF;
border-radius: 3px;
text-align:center;
margin-top:3px;
cursor:pointer;
}
.text_lim:hover{opacity:1;background-color: #F4F4F4;}



.products_list {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: inherit;
-moz-justify-content: inherit;
justify-content: inherit;
box-sizing: border-box;
}


.products {
display: -webkit-flex;
display: flex;
box-sizing: border-box;
width: 33.33%;
}
.products_block {
padding: 13px;
margin: 10px;
border: none;
position: relative;
display: -webkit-flex;
display: flex;
width: auto;
box-sizing: border-box;
-webkit-flex-grow: 1;
-moz-flex-grow: 1;
flex-grow: 1;
min-width: 0;
min-height: 0;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
justify-content: flex-start;
left: 0;
right: 0;
align-self: auto;
text-align: left;
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:3px;
}

.title-products {
font-size: 15px;
line-height:1.3;
}


.product_r {
border-radius:3px;
position: relative;
display:flex;
padding: 10px;
margin-bottom: 10px;
border: none;
text-align: left;
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.product_r .product_i img{
width: 100%;
}
.img-products{
margin-right:5px;
}
.product_price{
right:5px;
top:5px;
position: absolute;
width: 100px;
background-color: #67C23A;
border: 1px solid #67C23A;
cursor: pointer;
font-size: 15px;
padding: 3px 10px;
text-align: center;
border-radius: 3px;
color: #fff;
margin:2px 0;
}
.product_i {
flex:1;
padding-right: 10px;
}
.product_t {
flex:3;
}
.product_t table{
margin-top:5px;
width:100%;
}
.product_t td{
border: 1px dashed #DFDFDF;
padding: 2px 5px;
text-align: center;
}
.product_name{
font-size: 19px;
max-width:570px;
}



.column-clear{clear:both;}
.clear{overflow: hidden;}

.mainWrap{
clear:both;
  max-width: 100%;
	background: #3C3A42;
}


.title{
  width:960px;
	margin:0 auto;
	display: flex;
	align-items:center;
min-height: 120px;
}

.logo{
flex:2;
}
.logo img{
width: 100%;
}

.title_content{
min-width: 200px;
justify-content:flex-end;
line-height: 1.6;
padding:5px 0;
text-align: justify;
font-family: Fira Sans, sans-serif;
color: #2a2b2b;
font-size: 14px;
align-items:center;
flex:1;
}
.icon {
float:left;
border: none;
box-sizing: border-box;
height: 32px;
width: 32px;
margin-right: 0;
min-height: 20px;
margin-right: 10px;
margin-top: 5px;
-webkit-border-radius: none;
-moz-border-radius: none;
border-radius: none;
}
.title_time {
background: url("../images/title_time.png") left 50% top 50% / auto auto no-repeat;
}
.title_phone {
background: url("../images/title_phone.png") left 50% top 50% / auto auto no-repeat;
}
.title_email {
background: url("../images/email.png") left 50% top 50% / auto auto no-repeat;
}

/*SLIDER*/

.slider {
position: relative;
width: 100%;
height: 600px;
overflow: hidden;
}


.slider_min {
position: relative;
width: 450px;
height: 300px;
overflow: hidden;
border: 6px solid #409EFF;
border-radius:3px;
}

.slides {
height: 100%;
overflow: hidden;
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slides li {
display:block;
}



.slide_content {
position: absolute;
display: block;
margin: 0px auto;
text-align: center;
width: 100%;
bottom: 20%;
}

.slide_text {
background: rgba(0,0,0,0.6);
width: 600px;
font-family: Fira Sans, sans-serif;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
font-size: 2.5em;
color: #ffffff;
line-height: 1.3;
text-decoration: none;
font-weight: 500;
margin:0 auto;
border-radius:3px;
margin-bottom: 10px;
}

.slide_text_min {
width: auto;
font-family: Fira Sans, sans-serif;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
font-size: 13px;
color: #000;
line-height: 1.5;
text-decoration: none;
font-weight: 500;
margin:0 auto;
padding:5px;
}


.slide_image_min{
border-radius: 250px;
overflow: hidden;
width: 120px;
height: 120px;
margin:20px auto;
}


.slide_name_min {
width: 100%;
font-family: Fira Sans, sans-serif;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
font-size: 18px;
color: #000;
line-height: 1.5;
text-decoration: none;
font-weight: 500;
margin:0 auto;
}


.slide_more {
padding: 15px 25px;
border: none;
display: -webkit-inline-flex;
display: inline-flex;
border-radius:3px;
font-size: 15px;
color: #ffffff;
text-decoration: none;
background: #409EFF;
}

.slide {
height: 100%;
float: left;
clear: none;
}
.slider-arrows {}
.slider-arrow {
width: 63px;
height: 63px;
position: absolute;
display: block;
white-space: nowrap;
text-indent: 100%;
border-radius:3px;
}
.slider-arrow--right {
bottom: 50%;
right: 10px;
background: url("../images/slide_next.png") left 50% top 50% / auto auto no-repeat rgba(0,0,0,0.5);
text-indent: -9999px;
}
.slider-arrow--left {
bottom: 50%;
left: 10px;
background: url("../images/slide_prev.png") left 50% top 50% / auto auto no-repeat rgba(0,0,0,0.5);
text-indent: -9999px;
}
.slider-nav {
position: absolute;
bottom: 30px;
}
.slider-nav__item {
width: 13px;
height: 13px;
float: left;
clear: none;
display: block;
margin: 0 5px;
border-radius:8px;
border: 1px solid #409EFF;
}
.slider-nav__item:hover { background: #409EFF; }
.slider-nav__item--current { background: #409EFF; }
.box {
width: 100%; 
height: 100%;
position: relative;
background-color: #fff;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
/*SLIDER*/
.two_block {
line-height: 1.6;
text-align: justify;
display:block;
width:960px;
margin:0 auto;
padding:40px 10px;
display: flex;
}

.center_block {
position: relative;
line-height: 1.6;
text-align: justify;
display:block;
width:960px;
margin:0 auto;
padding:40px 10px;
clear: both;
display: block;
min-height:486px;
}
.center_block_color {
color:#fff;
line-height: 1.6;
text-align: justify;
display:block;
width:auto;
margin:0 auto;
background: #409EFF;
}


.center_block_image {
color:#fff;
line-height: 1.6;
text-align: justify;
display:block;
width:auto;
margin:0 auto;
background: linear-gradient(rgba(98,94,110,0.6), rgba(98,94,110,0.6)), url("../images/bg_block.jpg") left 50% top 50% / cover no-repeat fixed;
}
.razdel {
padding:10px 15px 10px 45px;
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
margin-bottom:7px;
overflow:hidden;
word-wrap:break-word;
text-align: left;
background: url("../images/right_razd.png") left 15px top 50% / auto auto no-repeat;
border-radius:3px;
}
.razdel span{
float:right;
}
.maps {
width:auto;
margin:0 -10px;
}
.maps img {
width:100%;
}


.left_block {
padding:10px;
flex: 1;
}

.right_block {
flex: 1;
padding:10px;
}
.title_block {
    box-sizing: border-box;
    font-size: 40px;
    margin-bottom: 10px;
    font-family: Fira Sans Condensed, sans-serif;
    color: #35323a;
    text-decoration: none;
    font-weight: 500;
    clear:both;
}

.pluso-more{
opacity:0;
width:0px;
}
.title_block ul {
padding-top:30px;
float:right;
font-size: 13px;
}




.three_img {
    width: 300px;
    height: 300px;
    position:relative;
}
.three_img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: url('images/dark-grad.png') repeat-x top left;
    z-index: 21;
}
.three_img .three_title {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 150px;
    font: 28px/36px 'tt-prosto-sans-bold';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-text-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    -moz-text-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    text-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    z-index: 23;
}
.three_img img {
    position: relative;
    display: block;
    width: 100%;
    height: 100;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    z-index: 20;
}
.three_img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/mask.png') no-repeat bottom center;
    z-index: 22;
}
.three_img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: url('/images/dark-grad.png') repeat-x top left;
    z-index: 21;
}
.three_table {
    padding-top: 15px;
    border-radius:0 0 8px 8px;
    -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .2);
    background-color: #f5f5f5;
}
.three_table, .three_table tr, .three_table td, .three_table th {
    border-collapse: collapse;
    vertical-align: top;
}
.three_table td:first-child {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
}
.three_table td:last-child {
font-weight: bold;
}

.three_table tr {
    border-bottom: 1px dashed #DFDFDF;
}
.three_table tr:last-child {
    border-bottom: none;
}
.three_table td {
    padding-top: 9px;
    padding-bottom: 9px;
    font: 15px;
}
.three_table tr td h3{
    font-size: 20px;
}
.three_table tr td p{
text-indent: 0px;
margin:5px 0;
}
.three_table tr td span{
color: #ff0000;
}










.title_block_image {
    box-sizing: border-box;
    font-size: 40px;
    margin-bottom: 10px;
    font-family: Fira Sans Condensed, sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.title_block_image ul {
padding-top:30px;
float:right;
font-size: 13px;
}

.title_count {
font-weight: 600;
font-size: 48px;
}

.three_block {
width:100%;
margin:0;
padding:0;
}

.footer{
padding:30px 0;
clear:both;
  max-width: 100%;
	background: #3C3A42;
}

.foot{
text-align:center;
	display:block;
  width:960px;
	margin:0 auto;
	font-family: Open Sans, sans-serif;
font-size: 13px;
color: #8f8f8f;
line-height: 1.4;
}






.button{width: 100%;}
.input_text{
background: #fff;
color: #777;
padding: 5px;
margin: 10px 0 3px 0;
width: 290px;
height: 25px;
border: 1px solid #C7D0D2;
border-radius: 3px;
box-shadow: 0px 0px 3px rgba(0,0,0,.2) inset;
}
.input_text:focus {
border: 1px solid #a8c9e4;
}

.login{width: 100%;}

.submit{
margin-top:10px;
background: #409EFF;
cursor: pointer;
font-size: 15px;
padding: 10px 30px;
text-align: center;
border-radius: 3px;
color: #fff;
border: 0;
}
.submit:hover {
background: #2B95FF;
}
.submit:active {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}


.submit_add{
/*position: absolute;
margin-top:10px;
top:40px;
right:0;
*/
background: #67C23A;
border: 1px solid #67C23A;
cursor: pointer;
font-size: 14px;
padding: 10px 30px;
text-align: center;
border-radius: 3px;
color: #fff;
float:right;
}
.submit_red{
background: #F56C6C;
border: 1px solid #F56C6C;
margin-left:10px;
}
.submit_blue{
background: #409EFF;
border: 1px solid #409EFF;
margin-left:10px;
}
.submit_add:hover {
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.20) inset;
}
.submit_add:active {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}


input[type="submit"]:hover {
background: #60B636;

}
input[type="submit"] {
margin-top:10px;
margin-right:10px;
background: #67C23A;
cursor: pointer;
font-size: 15px;
padding: 10px 30px;
text-align: center;
border-radius: 3px;
color: #fff;
border: 0;
}
.err{
font-size:15px;
text-align:center;
padding:8px;
color:#fff;
background-color: #FE011B;
border-radius: 3px;
}
.msg{
font-size:15px;
text-align:center;
padding:8px;
color:#fff;
background-color: #02D026;
border-radius: 3px;
}

.null{
font-size: 18px;
text-align:center;
}
.null img{
vertical-align:top;
}
.back{
background: url("../images/back.png") left 15px top 50% / auto auto no-repeat;
}
.album{

float: left; 
border:1px solid #ddd;
position:relative;
overflow:hidden;
height:350px;
width:465px;
margin:5px; 
}
.album img.img_album{
width:100%;
}
.img_album{margin-top:-60px;}

.album:hover{
opacity:1;
cursor:pointer;
box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
}
.album_text{
background:rgba(0,0,0,0.8);
font:15px Georgia,serif;
position:absolute;
color:#fff;  
display:block; 
font-weight:normal;
text-shadow:none;
text-decoration:none;
width:465px;
word-wrap:break-word;
padding: 8px 0;
text-indent: 10px;
}

.album_text span{
margin-right:5px;
}
article.album_p{
bottom:0;
left:0;
}

.cont_block_two{
display: flex;
flex-wrap: wrap;
max-width: 960px;
margin: 0 auto;
}
.cont_block{
font-size: 17px;
flex:1 1 calc(33.33% - 30px);
margin:5px;
min-width:170px;
padding:30px 0px;
text-align:center;
background:#E6F2FF;
}
.cont_title{
font-size: 20px;
margin-bottom: 5px;
font-family: Fira Sans Condensed, sans-serif;
color: #35323a;
text-decoration: none;
font-weight: 500;
}
.album_foto{
position:relative;
display: inline-block;
max-width: 100%;
margin-right:6px;
}
@media (min-width: 420px) {
  .album_foto {
    max-width: 48%;
  }

}
@media (min-width: 760px) {
  .album_foto {
    max-width: 24%;
  }
}

.album_foto_img{
width: 100%;
    height: auto;
}
.album_foto .box{
position: relative;
overflow: hidden;
}
.album_foto .box:hover{
background:#e6e6e6;
box-shadow:1px 1px 6px #959595;
}
.album_foto .box .caption{
background-color: rgba(0,0,0,.7);
position: absolute;
color: #f3f3f3;
text-shadow: 1px 1px 1px rgba(0,0,0,.6);
z-index: 1;
}
.album_foto .box .simple-caption{
height: 35px;
width: 225px;
display: block;
bottom: 0px;
line-height: 22pt;
text-align: center;
}
.del_photo{
line-height:0;
padding: 8px;
background: rgba(0, 0, 0, 0.6);
position: absolute;
right: 5px;
top:5px;
border-radius: 2px;
cursor:pointer;
}
.edit_photo{
line-height:0;
padding: 8px;
background: rgba(0, 0, 0, 0.6);
position: absolute;
right: 5px;
top:40px;
border-radius: 2px;
cursor:pointer;
}
.edit_photo:hover{background: rgba(0,231,38, 1);}
.del_photo:hover{background: rgba(255,51,0, 1);}

.pagination {
list-style: none;
padding: 0;
display:inline-block;
margin-top:5px;
}
.pagination li {
display: inline;
text-align: center;
}
.pagination a {
float: left;
display: block;
font-size: 15px;
text-decoration: none;
padding: 8px 20px;
color: #fff;
margin-left: -1px;
border: 1px solid transparent;
line-height: 1.5;
}
.pagination a.active {
cursor: default;
}
.pagination a:active {
outline: none;
}
.pagination li:first-child a {
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.pagination li:last-child a {
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 0 5px 5px 0;
}
.pagination a {
border-color: #D3D4D6;
color: #606266;
background: #fff;
}
.pagination a:hover {
color: #409EFF;
background-color: #eee;
}
.pagination a.active, .pagination a:active {
border-color: #409EFF;
background: #409EFF;
color: #fff;
}
.wrap {
margin: 10px 0 5px 0;
max-width: 400px;

}
.fileUpload {
box-shadow: 0px 0px 3px rgba(5,97,248,1) inset;
border: 1px solid #C7D0D2;
background: #fff;
border: 0;
display: block;
width: 100%;
border-radius: 4px;
}
.fileUpload .fileBtn {
background: #409EFF;
cursor: pointer;
float: right;
font-size: 15px;
padding:10px 0;
text-align: center;
width: 117px;
border-radius: 3px;
color: #fff;
margin:-1px;
}
.fileUpload .fileBtn:hover {
background: #2B95FF;
}
.fileUpload .fileName {
float: left;
overflow: hidden;
white-space: nowrap;
width: 67%;
text-align: left;
color: #333333;
height: 40px;
line-height: 40px;
padding-left:10px;
}
.fileUpload:after {
clear: both;
content: " ";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}






.picture {
width: 100%;
background: #B9DCFF;
border-collapse: collapse;
text-align: left;
margin-bottom:10px;
}
.picture th {
font-size: 18px;
background: #409EFF;
color: white;
padding: 10px 15px;
position: relative;
}
.picture tr:nth-child(odd) {
background: #FCFDFE;
}
.picture td {
width:656px;
padding: 10px 15px;
position: relative;
transition: all 0.5s ease;
}
.picture td:last-child {

text-align: center;
}


/*.picture tbody:hover td {
color: transparent;
text-shadow: 0 0 3px #a09f9d;
}
.picture tbody:hover tr:hover td {
color: #444444;
text-shadow: none;
}*/




















@media (min-width: 768px) and (max-width: 979px) {

.products_block {
margin: 6px;
-webkit-flex-direction: column;
-moz-flex-direction: column;
flex-direction: column;
align-items: center;
text-align:center;
}

.three_img {
    width: 100%;
    height: 100%;
margin-top:15px; 
}
.three_table td:first-child {
    width: 100%;
}
.three_table td {
    padding-left: 10px;
    padding-right: 10px;
}
.three_table tr td h3{
    font-size: 18px;
}
.three_table_block{
margin:-10px;
}
.submit_add{
top:50px;
right:10px;
padding:5px 15px;
}
.album{
height:280px;
width:354px;
margin:5px; 
}
.album_text{
width:354px;
}
.slider_min {
width: auto;
height: 400px;
}
.title_button a{
 padding: 10px 15px;
top:6px;
right:6px;
font-size: 13px;

}

.title, .center_block, .left_block, .right_block, .foot, .two_block {
  width:auto;
  flex-direction: column;
  align-items: center;
  justify-content:center;
}
.center_block, .left_block, .right_block, .foot, .two_block {
  width:auto;
  display: block;
}
.slider {
height: 450px;
}
	.slide_text {
width: 600px;
font-size: 2em;
}
	
	
}

@media (max-width: 768px) {
.product_price{
right:0;
top:0;
position: relative;
}
.title-products {
font-size: 14px;
}
.products {
width: 50%;
}
p{
text-indent: 20px;
margin:3px 0;
}
.three_img {
    width: 100%;
    height: 100%;
margin-top:15px; 
}
.three_table td:first-child {
    width: 100%;
}
.three_table td {
    padding-left: 10px;
    padding-right: 10px;
}
.three_table tr td h3{
    font-size: 18px;
}
.three_table_block{
margin:0 -10px;
}
.three_block{
margin: -30px 0 -10px 0;
}
.slider-nav {
    bottom: 10px;
}
.slider-arrow {
width: 43px;
height: 43px;
bottom: 47%;
}
.picture {
font-size: 14px;
}
.picture td {
padding: 8px 10px;
}
.submit_add{
top:18px;
right:10px;
padding:5px 10px;
}
.album{
float:none;
max-height:300px;
width:auto;
margin:5px; 
}

.img_album{margin-top:0px;}

.slide_more {
padding: 10px 20px;
font-size: 13px;
}
.slide_content {
bottom: 30px;
}
.title_block, .title_block_image{
    font-size: 25px;
    font-weight: 500;
}
.title_block ul, .title_block_image ul{
		padding-top:15px;
}

.title, .foot, nav {
  width:auto;
  flex-direction: column;
  align-items: center;
  justify-content:center;
}
.center_block, .two_block{
  width:auto;
  flex-direction: column;
  align-items: center;
  justify-content:center;
padding: 20px 10px;
}
.left_block, .right_block {
padding: 0;
  width:auto;
  flex-direction: column;
  align-items: center;
  justify-content:center;
}
.slider_min {
width: auto;
min-height: 250px;
}
.center_block, .left_block, .right_block, .foot, .two_block {
width:auto;
display: block;
min-height:auto;
}

		.slider {
height: 300px;
}
.slide_text {
width: 320px;
font-size: 18px;
}

.slide_more {
padding: 10px 15px;

}
}
@media (max-width: 640px) {
  .cont_block{
font-size: 14px;
padding:15px 10px;
}
.cont_title{
font-size: 17px;
margin-bottom: 0px;
}
.product_t ,.product_name{
font-size: 14px;
}
.products_block {
margin: 6px;
-webkit-flex-direction: column;
-moz-flex-direction: column;
flex-direction: column;
align-items: center;
text-align:center;
}
}
@media (max-width: 480px) {
.modal_form {
	width: 320px; 
	height: auto; /* Рaзмеры дoлжны быть фиксирoвaны */
	top: 0; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 0; /* пoлoвинa экрaнa слевa */
	margin-top: 0px;
	margin-left: 0px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	z-index: 1002;
}
.product_price{
margin: 0 auto;
}
.product_r .product_i img{
width: 200px;
float:none;
padding:10px 0 0 10px;
}
.product_r {
-webkit-flex-direction: column;
-moz-flex-direction: column;
flex-direction: column;
align-items: center;
text-align:center;
}
.product_t{
width:100%;
}
.products_block {
margin: 6px 0;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
align-items: flex-start;
text-align:left;
}
.products {
width: 100%;
}
.album_text{
width:100%;
}
.fileUpload .fileName {
    width: 58%;
}
.picture {
margin: 0 -10px 10px -10px;
width: auto;
}
.picture th {
font-size: 16px;
padding: 5px 10px;
}
.picture td {
padding: 5px 7px;
}
.razdel{
padding: 7px 5px 7px 35px;
background: url("../images/right_razd.png") left 7px top 50% / auto auto no-repeat;
font-size: 13px;
}
.back{
background: url("../images/back.png") left 10px top 50% / auto auto no-repeat;
}
.logo{
width:auto;
float:none;
text-align:center;
}
.title{
width:320px;
min-height: 100px;
}

}
@media (max-width: 320px) {
.title_count {
    font-weight: 600;
    font-size: 28px;
}
.album {
max-height: 240px;
}
.slide_name_min {
font-size:15px;
}
.slide_text_min {
font-size:12px;
}
.slide_image_min{
border-radius: 250px;
overflow: hidden;
width: 100px;
height: 100px;
margin:0px auto;
}
.slider_min {
width: auto;
min-height: 250px;
height: 250px;
border: 3px solid #409EFF;
border-radius:3px;
}
.title{
width:300px;
}
.logo{
width:auto;
float:none;
text-align:center;
}

}