﻿/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px; 
	border: 0px; 
	outline: 0px; 
	font-weight: inherit; 
	font-style: inherit; 
	font-family: inherit; 
	vertical-align: top;
}
:focus{
	outline: 0px;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse; 
	border-spacing: 0px;
}
caption, th, td {
	text-align: left; 
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
	border: none;
}
address{
	font-style: normal;
}
textarea {
	resize: none;
}
/*-----*/

html, body {
	width: 100%;
	min-width: 320px;
	height: 100%;
	background: #ffffff;
}

body * {
	font-family: Arial, Trebuchet MS;
	font-weight: normal;
	font-size: 15px;
	color: #333333;
}

a, a:visited {
	color: #333333;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

a:hover {
	text-decoration: none;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

header {
	display: block;
	width: 100%;
	height: 60px;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
        border-bottom: 1px solid #dcdcdc;
}

	.icon_menu {
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/icon_menu.png) center center no-repeat;
		display: none;
	}
	
	.icon_menu.active {
		background-color: #060e1d;
	}
	
	.menu-mobile {
		width: 100%;
		display: block;
		position: fixed;
		top: 60px;
		left: 0;
		background: #060e1d;
		display: none;
	}
	
		.menu-mobile > li {
			border-bottom: 1px solid #4c4c4c;
		}
		
			.menu-mobile > li > a {
				text-decoration: none;
				font-size: 18px;
				color: #ffffff;
				width: 97%;
				display: block;
				padding: 10px 0 10px 3%;
			}
			
			.menu-mobile li a:hover {
				background: #132954;
			}
			
				.menu-mobile > li > ul li {
					border-top: 1px solid #4c4c4c;
				}
				
					.menu-mobile > li > ul li a {
						text-decoration: none;
						font-size: 18px;
						color: #ffffff;
						width: 94%;
						display: block;
						padding: 10px 0 10px 6%;
					}

	.logo {
		position: absolute;
		top: 9px;
		left: 30px;
	}
	
	.menu {
		position: absolute;
		top: 0;
		left: 450px;
	}
	
		.menu li {
			float: left;
		}
		
			.menu li a {
				display: block;
				height: 35px;
				font-size: 16px;
                                font-weight: bold;
				color: #333333;
				text-decoration: none;
				text-transform: uppercase;
				padding: 22px 35px 0 35px;
				border-bottom: 3px solid transparent;
				-webkit-transition: border-color 0.3s ease;
				-moz-transition: border-color 0.3s ease;
				-o-transition: border-color 0.3s ease;
                                -webkit-transition: color 0.2s ease;
				-moz-transition: color 0.2s ease;
				-o-transition: color 0.2s ease;
			}
			
			.menu li a:hover, .menu li a.active {
				border-color: #3780e3;
                                color: #3780e3;
			}
	
	.top_phone {
		height: 42px;
		float: right;
		padding: 18px 18px 0 19px;
                font-size: 24px;
                font-weight: bold;
	}
	
		.top_phone a {
			width: 12px;
			height: 16px;
			float: left;
			margin: 4px 8px 0 0;
			/*background: #060e1d url(../img/icon_phone.png) center center no-repeat;*/
		}
		
		.top_phone span {
			font-size: 24px;
			color: #3780e3;
                        font-weight: bold;
		}
		
	.top_phone-mobile {
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(../img/icon_phone.png) center center no-repeat;
		display: none;
	}
	
.main_content {
	width: 100%;
	float: left;
	border-bottom: 1px solid #c1c1c1;
	margin-top: 60px;
}

	.promo {
		width: 70%;
		height: 878px;
		float: left;
		position: relative;
	}
	
		.promo li {
			width: 100%;
			height: 878px;
			position: absolute;
			top: 0;
			left: 0;
		}
		
		.promo li.main_promo_01 {
			background: url(../img/main_promo_01.jpg) center top no-repeat;
		}
		
		.promo li.main_promo_02 {
			background: url(../img/main_promo_02.jpg) center top no-repeat;
		}
		
		.promo li.main_promo_03 {
			background: url(../img/main_promo_03.jpg) center top no-repeat;
		}
		
			.promo li big {
				display: block;
				width: 600px;
				position: absolute;
				top: 180px;
				left: 75px;
				font-size: 38px;
				color: #ffffff;
				text-transform: uppercase;
				text-shadow: #001b40 1px 1px 0;
				line-height: 48px;
                                padding: 10px 15px;
                                background: #1c61ad;
			}
			
			.promo li p {
				display: block;
				width: 600px;
				position: absolute;
				text-shadow: #ffffff 1px 1px 0;
                                padding: 15px;
				top: 248px;
				left: 75px;
				font-size: 26px;
				color: #ffffff;
				text-shadow: #000000 1px 1px 0;
				background: url(../img/pix1.png);
			}
		
		.promo_nav {
			width: 150px;
			position: relative;
			top: 44px;
			left: 65px;
			z-index: 999;
		}

		.promo_nav a {
			width: 18px;
			height: 18px;
			display: block;
			float: left;
			margin: 0 10px 0 0;
			background: #d6d6d6;
			border-radius: 10px;
		}

		.promo_nav a:hover, .promo_nav a.act {
			background: #1c61ad;
		}
		
	.main_about {
		width: 15%;
		height: 630px;
		float: left;
		background: #f0e9e7 url(../img/bg_main_about.jpg) center bottom no-repeat;
		text-decoration: none;
	}
	
		.main_about .hov {
			height: 630px;
		}
		
		.main_about .mpb {
			padding: 15px 15px 0 15px;
		}
		
		.main_about h1 {
			font-size: 20px;
			color: #444444;
			font-weight: bold;
			text-shadow: #ffffff 1px 1px 0;
                        text-align: center;
		}
		
		.main_about p {
			padding-top: 25px;
			text-align: center;
			line-height: 20px;
			text-shadow: #ffffff 1px 1px 0;
		}
		
			.main_about p b {
				color: #526b9f;
				text-shadow: #ffffff 1px 1px 0;
			}
			
	.main_about:hover * {
		color: #ffffff;
		text-shadow: none;
	}
	
	.main_tokarnie {
		width: 15%;
		height: 210px;
		float: left;
		background: #a8d0f1 url(../img/bg_main_turning.png) right bottom no-repeat;
		text-decoration: none;
	}
	
		.main_tokarnie .hov {
			height: 210px;
		}
	
	.main_frezernie {
		width: 15%;
		height: 210px;
		float: left;
		background: #a8d0f1 url(../img/bg_main_milling.png) right bottom no-repeat;
		text-decoration: none;
	}
	
		.main_frezernie .hov {
			height: 210px;
		}
		
		.main_tokarnie .mpb, .main_frezernie .mpb {
			padding: 15px 0 0 15px;
		}
		
		.main_tokarnie h2, .main_frezernie h2 {
			font-size: 22px;
			color: #444444;
			font-weight: bold;
			text-shadow: #ffffff 1px 1px 0;
		}
		
	.main_tokarnie:hover *, .main_frezernie:hover * {
		color: #ffffff;
		text-shadow: none;
	}
	
	.main_movie {
		width: 15%;
		height: 210px;
		float: left;
                object-fit: fill;
	}
	
	.hov {
		width: 100%;
		background: transparent;
	}
	
	a:hover .hov {
		background: url(../img/pix1.png);
	}
	
	.main_fon1 {
		width: 28%;
		height: 248px;
		float: left;
		background: url(../img/main_fon1.jpg) center top no-repeat;
		text-align: center;
		padding: 0 1%;
	}
	
		.main_fon1 img {
			max-width: 100%;
			margin-top: 7px;
		}

footer {
	width: 100%;
	height: 150px;
	float: left;
	position: relative;
}

	.logo_footer {
		position: absolute;
		top: 25px;
		left: 30px;
	}
        
            .logo_footer img {
                    width: 150px;
            }
	
	.contacts_footer {
		margin: 25px 0 0 250px;
		padding-top: 2px;
		border-left: 1px solid #4c4c4c;
	}
	
		.contacts_footer span {
			background: #4c4c4c;
			padding: 2px 10px;
			color: #ffffff;
			font-size: 13px;
		}
		
		.contacts_footer p {
			padding: 5px 10px;
			font-size: 13px;
			line-height: 18px;
		}
		
	.copyright {
		margin: 15px 0 0 250px;
		font-size: 13px;
		color: #818181;
	}
	
.subhead {
	width: 100%;
	height: 150px;
	float: left;
	margin-top: 60px;
	text-align: center;
}

.subhead.s-about {
	background: url(../img/head_about.jpg) center top no-repeat;
}

.subhead.s-contacts {
	background: url(../img/head_contacts.jpg) center top no-repeat;
}

.subhead.s-catalog {
	background: url(../img/head_catalog.jpg) center top no-repeat;
}

.subhead.service {
	background: url(../img/head_service.jpg) center top no-repeat;
}

.page {
	min-width: 290px;
	max-width: 1200px;
	display: block;
	position: relative;
	margin: 0 auto;
}

.hc {
	width: 100%;
	height: 44px;
	float: left;
	border-bottom: 1px solid #d0d0d0;
	background: #f7f7f7;
}

	.hc ul {
		height: 44px;
		float: left;
		border-right: 1px solid #d0d0d0;
	}

	.hc ul li {
		height: 29px;
		float: left;
		border-left: 1px solid #d0d0d0;
		padding: 15px 15px 0 15px;
		font-size: 14px;
		color: #444444;
	}
	
		.hc ul li a {
			font-size: 14px;
			color: #444444;
		}
		
		.hc ul li a.icon-home {
			width: 14px;
			height: 10px;
			display: block;
			background: url(../img/icon_home.png) center top no-repeat;
			margin-top: 3px;
		}
		
		.hc ul li a.icon-home:hover {
			background-position: center -10px;
		}
		
.second_content {
	width: 96%;
	float: left;
	padding: 30px 2%;
	border-bottom: 1px solid #d0d0d0;
}

	.second_content .page > h1, .page-404 h1 {
		font-size: 34px;
		font-weight: bold;
		color: #1d4593;
		margin-bottom: 30px;
	}
	
	.second_content .page > h2 {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.second_content .page > h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.second_content .page > p {
		padding-bottom: 20px;
	}
	
	.tac {
		text-align: center;
	}
	
	.tar {
		text-align: right;
	}
	
	.contacts_phone {
		line-height: 34px;
	}
	
		.contacts_phone big {
			font-size: 42px;
			color: #b80d0d;
			font-weight: bold;
		}
		
	.contacts_adres p {
		padding-top: 15px;
	}
	
.cat_main {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

	.cat_main li {
		width: 32%;
		margin: 0 1% 25px 0;
		float: left;
	}
	
		.cat_main li a {
			display: block;
			text-decoration: none;
		}
		
		.cat_main li a h3 {
			width: 100%;
			height: 28px;
			display: block;
			background-color: #dedede;
			border: 1px solid #e1e1e1;
			text-align: center;
			font-size: 16px;
			font-weight: bold;
			padding-top: 12px;
		}
		
		.cat_main li a:hover h3 {
			background-color: #044092;
			border-color: #044092;
			color: #ffffff;
		}
		
		.cat_main li a div {
			width: 100%;
			border: 1px solid #e1e1e1;
			text-align: center;
			position: relative;
			padding: 1px 0;
		}
		
			.cat_main li a div img {
				max-width: 100%;
			}
			
			.cat_main li a div span {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background: #000000;
				opacity: 0;
				-webkit-transition: opacity 0.3s ease;
				-moz-transition: opacity 0.3s ease;
				-o-transition: opacity 0.3s ease;
			}
			
			.cat_main li a:hover div span {
				opacity: 0.2;
			}
			
.cat_list {
	width: 100%;
	float: left;
}

	.cat_list li {
		width: 24%;
		margin: 0 1% 15px 0;
		float: left;
	}
	
		.cat_list li a {
			display: block;
			text-decoration: none;
		}
		
		.cat_list li a big {
			width: 100%;
			height: 28px;
			display: block;
			background-color: #dedede;
			border: 1px solid #e1e1e1;
			text-align: center;
			font-size: 16px;
			padding-top: 12px;
		}
		
		.cat_list li a:hover big {
			background-color: #044092;
			border-color: #044092;
			color: #ffffff;
		}
		
		.cat_list li a div {
			width: 100%;
			border: 1px solid #e1e1e1;
			text-align: center;
			position: relative;
			padding: 1px 0;
			background: url(../img/bg1.png) left top repeat-x;
		}
		
			.cat_list li a div img {
                            max-width: 100%;
                            margin: 30px 0;
			}
			
			.cat_list li a div span {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background: #000000;
				opacity: 0;
				-webkit-transition: opacity 0.3s ease;
				-moz-transition: opacity 0.3s ease;
				-o-transition: opacity 0.3s ease;
			}
			
			.cat_list li a:hover div span {
				opacity: 0.2;
			}
			
.cat_text {
	width: 99%;
	float: left;
	margin-top: 20px;
	padding-top: 20px;
	background: #dedede;
}

	.cat_text p {
		padding: 0 10px 20px 10px;
	}
	
		.cat_text p span {
			font-weight: bold;
			color: #044092;
		}
			
.contacts_location {
	width: 100%;
	height: 450px;
	float: left;
	border-bottom: 1px solid #d0d0d0;
}

.machine-cart {
	width: 100%;
	float: left;
	border-top: 2px solid #323c4f;
}

	.machine-cart h2 {
		font-size: 22px;
		font-weight: bold;
	}

	.mc-image {
		width: 50%;
		float: left;
		text-align: center;
	}
	
		.mc-image img {
			max-width: 100%;
		}
		
	.mc-features {
		width: 49%;
		padding: 30px 0 0 1%;
		float: left;
	}
	
		.mc-features ul {
			margin: 20px 0 20px 15px;
		}
		
			.mc-features ul li {
				padding: 0 0 10px 20px;
				background: url(../img/li1.png) left 8px no-repeat;
				font-size: 20px;
			}
		
	.mc-dop {
		width: 100%;
		float: left;
		margin: 0 0 30px 0;
	}
	
		.mc-dop img {
			max-width: 100%;
		}
			
	.mc-spec {
		width: 100%;
		float: left;
	}
	
		.mc-spec table {
			width: 100%;
			margin-top: 20px;
			border-top: 2px solid #204d8d;
		}
		
			.mc-spec table th {
				padding: 15px 20px;
				text-transform: uppercase;
				color: #204d8d;
				text-align: center;
				background: #f3f3f3;
				border-left: 1px solid #dfdfdf;
				border-right: 1px solid #dfdfdf;
				border-bottom: 1px solid #dfdfdf;
			}
			
			.mc-spec table th.left-col {
				width: 350px;
			}
			
			.mc-spec table td {
				padding: 7px 20px;
				border: 1px solid #dfdfdf;
			}
			
	.mc-back {
		float: left;
		margin: 35px 0 10px 0;
		padding: 5px 10px;
		background: #f0f0f0;
		border: 1px solid #e1e1e1;
		text-decoration: none;
		color: #2c2c2c;
		vertical-align: middle;
	}
	
	.mc-back:hover {
		background: #737373;
		border: 1px solid #5a5a5a;
		color: #ffffff;
	}

.his-img {
	width: 100%;
	padding: 0 0 20px 0;
	text-align: center;
}

	.his-img img {
		max-width: 100%;
	}
	
.company-history {
	width: 100%;	
}

	.company-history section {
		width: 97%;
		margin: 20px auto;
		background: url(/images/history_bg.jpg) right top no-repeat;
	}

	.company-history dl {
		display: table;
		width: 100%;
		background: url(/images/pix1.png) 12.5% top repeat-y;	
	}
	
		.company-history dl dt {
			display: table-cell;
			width: 12%;
			line-height: 110%;
			vertical-align: top;
			font-size: 30px;
			color: #204d8d;
		}
		
		.company-history dl dd {
			display: block;
			width: 65%;
		}
		
			.company-history dl dd ul {
				margin-bottom: 45px;
			}
			
				.company-history dl dd ul li {
					display: table;
					background: url(/images/li1.png) 0 8px no-repeat;
					padding: 5px 0 5px 40px;
				}
				
					.company-history dl dd ul li span {
						display: table-cell;
						vertical-align: top;
						width: 60px;
						color: #000000;
						font-weight: bold;
					}
					
#move-up {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 4%;
	bottom: 4%;
	background: url(/images/top.png);
	display: none;
	opacity: 0.8;
}

#move-up:hover {
	opacity: 1;
}

.but1 {
	width: 360px;
	height: 48px;
	display: block;
	position: relative;
	margin: 10px auto 20px auto;
	background: url(/images/but1.png) center top no-repeat;
}

.but1:hover {
	background-position: center -48px;
}

.page-404 {
	margin-top: 100px;
}

.page-404 h2 {
	font-size: 26px;
}

.page-404 ul {
	margin: 15px 0 0 25px;
	list-style-type: circle;
}

.page-404 ul li {
	padding-bottom: 5px;
}

.adv {
	text-align: center;
}

	.adv img {
		max-width: 100%;
		margin-bottom: 30px;
	}
	
	.adv p {
		text-align: left;
		font-size: 18px;
		padding: 0 0 30px 0
	}

.zavody {
	width: 100%;	
	float: left;
	padding-bottom: 30px;
}

	.zavody p {
		width: 50%;
		float: left;
	}
	
		.zavody p img {
			max-width: 100%;
		}
	
/*--------------------------------------------------------------
Адаптивная структура
--------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
	.menu  {
		left: 400px;
	}
}


@media screen and (max-width: 1220px) {
	.menu li a {
		padding: 22px 18px 0 18px;
	}
	.promo {
		width: 60%;
	}
	.promo li big {
		top: 150px;
		left: 45px;
	}
	.promo li.main_promo_02 big, .promo li.main_promo_03 big {
		width: 560px;
		left: 37px;
	}
	.promo li p {
		top: 218px;
		left: 45px;
	}
	.promo li.main_promo_02 p, .promo li.main_promo_03 p {
		width: 560px;
		top: 266px;
		left: 37px;
	}
	.main_about, .main_tokarnie, .main_frezernie, .main_movie {
		width: 20%;
	}
	.main_fon1 {
		width: 38%;
	}
	.zavody p img {
		max-width: 95%;
	}
}

@media screen and (max-width: 1100px) {
	.menu {
		left: 350px;
	}
	.menu li a {
		padding: 22px 14px 0 14px;
	}
	.promo li big {
		font-size: 40px;
		line-height: 50px;
		width: 500px;
	}
	.promo li.main_promo_02 big, .promo li.main_promo_03 big {
		font-size: 28px;
		line-height: 38px;
		width: 460px;
	}
	.promo li p {
		top: 270px;
		font-size: 20px;
		width: 500px;
	}
	.promo li.main_promo_02 p, .promo li.main_promo_03 p {
		font-size: 20px;
		width: 460px;
		top: 246px;
	}
	.cat_list li {
		width: 32%;
	}
}

@media screen and (max-width: 1020px) {
	.menu {
		left: 350px;
	}
	.menu li a {
		padding: 22px 12px 0 12px;
	}
	.top_phone {
                font-size: 20px;
		height: 40px;
		padding: 20px 18px 0 19px;
	}
	.top_phone a {
		margin-top: 3px;
	}
	.top_phone span {
		font-size: 20px;
	}
	.promo {
		width: 75%;
		height: 630px;
	}
	.promo li {
		height: 630px;
	}
	.main_about {
		width: 25%;
	}
	.main_tokarnie, .main_frezernie, .main_movie {
		width: 33%;
	}
	.main_fon1 {
		width: 100%;
		padding: 0;
		background-size: cover;
	}
}

@media screen and (max-width: 980px) {
	.menu {
		left: 350px;
	}
	.menu li a {
		padding: 22px 10px 0 10px;
	}
}

@media screen and (max-width: 950px) {
	.icon_menu, .top_phone-mobile {
            display: block;
	}
        .top_phone {
            display: none;
        }
	.logo {
		left: 50%;
                margin-left: -143px;
	}
	.menu {
		display: none;
	}
	.promo {
		width: 100%;
	}
	.main_about, .main_tokarnie, .main_frezernie, .main_movie {
		width: 50%;
	}
	.main_about {
		background-position: left bottom;
	}
	.cat_list li {
		width: 49%;
	}
	.company-history section {
		background: none;
	}
	.company-history dl dd {
		width: 100%;
		float: left;
	}
}

@media screen and (max-width:768px) {
	.main_about, .main_tokarnie, .main_frezernie, .main_movie {
		width: 100%;
	}
	.main_about {
		height: 300px;
	}
	footer {
		height: 200px;
	}
	.logo_footer {
		left: 15px;
	}
	.contacts_footer {
		margin: 70px 0 0 15px;
	}
	.copyright {
		margin: 15px 0 0 15px;
	}
	.cat_main li a h3 {
		height: 27px;
		font-size: 14px;
		padding-top: 13px;
	}
	.mc-image {
		width: 100%;
	}	
	.mc-features {
		width: 100%;
		padding: 30px 0 0 0;
	}
	.company-history dl {
		background: none;	
	}
	.company-history dl dt {
		width: 100%;
		float: left;
	}
}

@media screen and (max-width: 600px) {
        .logo {
                margin-left: -100px;
                top: 17px;
	}
        .logo img {
		width: 200px;
	}
	.promo, .promo li {
		height: 400px;
	}
	.promo li.main_promo_01, .promo li.main_promo_02, .promo li.main_promo_03 {
		background-size: cover;
	}
	.promo_nav {
		top: 22px;
	}
	.promo li big {
		width: 300px;
		font-size: 28px;
		line-height: 38px;
		top: 89px;
		left: 13px;
	}
	.promo li.main_promo_02 big, .promo li.main_promo_03 big {
		padding: 5px 10px;
		font-size: 18px;
		line-height: 28px;
		width: 280px;
		left: 5px;
	}
	.promo li p {
		width: 300px;
		top: 185px;
		left: 13px;
		font-size: 18px;
	}
	.promo li.main_promo_02 p, .promo li.main_promo_03 p {
		padding: 5px 10px;
		font-size: 16px;
		width: 280px;
		top: 161px;
		left: 5px;
	}
	.second_content .page > h1 {
		font-size: 30px;
	}
	.cat_main li {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.cat_main li:last-child {
		margin: 0;
	}
	.hc ul li.last-li {
		display: none;
	}
	.cat_list li {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.mc-spec table th {
		padding: 10px 3px;
	}
	.mc-spec table td {
		padding: 5px 5px;
	}
	.company-history dl dd ul {
		margin-bottom: 25px;
	}
	.zavody {
		padding-bottom: 0;
	}
	.zavody p {
		width: 100%;
	}
	.zavody p img {
		max-width: 100%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 420px) {
	.main_about {
		height: 325px;
	}
	.second_content .page > h1 {
		font-size: 26px;
	}
	.contacts_phone big {
		font-size: 38px;
	}
}

@media screen and (max-width: 385px) {
	.but1 {
		width: 300px;
		height: 40px;
		background: url(/images/but1_small.png) center top no-repeat;
	}

	.but1:hover {
		background-position: center -40px;
	}
}

@media screen and (max-width: 380px) {
	.main_about {
		height: 350px;
	}
	.second_content .page > h1 {
		font-size: 24px;
	}
}

/*--------------------------------------------------------------
admin-panel
--------------------------------------------------------------*/
.admin-panel {
	width: 1000px;
	position: relative;
	margin: 100px auto 30px auto;
	padding: 25px 0;
	border-top: 1px solid #818181;
	border-bottom: 1px solid #818181;
}