/* Theme Name:msp
Author:webdesign-bk
Author URI:https://webdesign-bk.ru
Version:1.0.0
Created:Январь 2020
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description:Main CSS file of the template */

/*==========  Desktop First Method  ==========*/
.hidden {
	display: none;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1366px) {
.production {
	height: 404px;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
#wrapper, .container {
	height: 100%;
}
.container {
	width: 100%;
}
.main {
	flex-direction: column;
}
.main-item {
	width: 100%;
}
.main-item img {
	max-width: 100%;
}
.main-image img {
	max-width: 100%;
}
.production {
	overflow: auto;
	height: 100%;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
h1 {
	font-size: 18px;
	line-height: 40px;
}
h2 {
	font-size: 18px;
	line-height: 28px;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}
.container {
	padding: 0 20px;
	margin: 0;
	width: 100%;
}
.contacts-left, .contacts-right {
	width: 100%;
	text-align: center;
	border: 0;
	padding: 2px;
}
.contacts-right {
	padding-bottom: 10px;
}
.nav-menu {
	/*margin: 0 -5px;*/
}
.nav-menu li {
	margin-left: 10px;
}
.text, .main-text {
	font-size: 14px;
	padding: 0;
}
.text p {
	margin: 5px 0;
}
#footer {
	font-size: 12px;
}
.services-block {
	font-size: 14px;
}
form input, textarea {
	width: calc(100% - 20px);
}
.order_button {
	font-size: 20px;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}