@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	color:#3f4248;
	font-size:15px;
	line-height: 20px;
}

input {
    height: 40px;
    width: 300px;
    border-radius: 2px;
    outline: none;
    border-width: 0px;
    background: #f0f0f0;
    margin-right: 22px;
	margin-bottom: 10px;
}

ul {
	list-style:none;
	-webkit-padding-start: 0px;
}

a {
	text-decoration:none;
	outline:none;
}

a:hover {
	color:inherit;
	text-decoration:inherit;
}

.container {
	width:1200px;
	padding:0px 15px;
	box-sizing:border-box;
	margin:0 auto;
}

.wrap-header {
	display:flex;
	justify-content:space-between;
	height:108px;
	width:100%;
	align-items:center;
}

.header {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.logo_header {
	/*margin-bottom:16px;*/
}

.adress_header {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.ico-adress {
	margin-right:12px;
}

.email_header {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.header a {
	color:inherit;
}

.ico-map {
	margin-right:12px;
}

.phone_header {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.ico-phone {
	margin-right:12px;
}

.text-phone {
	font-size:18px;
}

.button_call_back_header {
	background:#ff0000;
	width: 180px;
    height: 46px;
    border-radius: 15px;
	text-align:center;
	color:#fff;
	line-height:46px;
	margin-bottom:3px;
	transition:0.2s;
	cursor:pointer;
}

.button_call_back_header:hover {
	opacity:0.7;
}

.wrap-top-menu {
	width:100%;
	display:flex;
	justify-content:space-between;
	height:50px;
}

.title-catalog {
	width:309px;
	min-width:310px;
	background:#0047a3;
	font-size:16px;
	color:#fff;
	box-sizing:border-box;
	border-right:1px solid rgba(178, 178, 178, 0.55);
	padding-left:60px;
	line-height:50px;
	box-shadow: 7px 0px 7px 0px rgba(178, 178, 178, 0.15), -7px 0px 7px 0px rgba(178, 178, 178, 0.15), 0px 7px 7px 0px rgba(178, 178, 178, 0.15);
}

.title-catalog a {
	color:#fff
}

.title-catalog a:hover {
	color:yellow
}

.top-menu {
	width:100%;
	background:#0047a3;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0px 30px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
}

.top-menu a {
	color:#fff;
	text-decoration:none;
	transition:0.2s;
}

.top-menu a:hover {
	opacity:0.7;
}

.wrap-content {
	width:100%;
	display:flex;
	justify-content:space-between;
}

.left-block {
	width:310px;
	min-width:310px;
	display:flex;
	flex-direction:column;
}

.left-menu {
	margin:0px;
	-webkit-box-shadow: 7px 0px 7px 0px rgba(178, 178, 178, 0.15), -7px 0px 7px 0px rgba(178, 178, 178, 0.15), 0px 7px 7px 0px rgba(178, 178, 178, 0.15);
	-moz-box-shadow:    7px 0px 7px 0px rgba(178, 178, 178, 0.15), -7px 0px 7px 0px rgba(178, 178, 178, 0.15), 0px 7px 7px 0px rgba(178, 178, 178, 0.15);
	box-shadow:         7px 0px 7px 0px rgba(178, 178, 178, 0.15), -7px 0px 7px 0px rgba(178, 178, 178, 0.15), 0px 7px 7px 0px rgba(178, 178, 178, 0.15);
}

.left-menu a {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	width:100%;
	box-sizing:border-box;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	height:64px;
	background:#f4f4f4;
	text-decoration:none;
	color:#3f4248;
	transition:0.2s;
}

.left-menu a:hover {
	opacity:0.7;
}

.left-menu img {
	object-fit:cover;
	width:44px !important;
	height:44px;
	box-sizing:border-box;
	border-radius:50%;
	border:4px solid #e2e2e2 !important;
	overflow:hidden;
	margin-left:20px;
	padding-right: 0px !important;
    box-shadow: none;
}

.left-menu span {
	display:inline-block;
	margin-left:20px;
}

.left-menu .sub-menu a {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	width:100%;
	box-sizing:border-box;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	min-height:34px;
	height:auto;
	background:#f4f4f4;
	text-decoration:none;
	color:#3f4248;
	transition:0.2s;
	padding-left: 20px;
	padding:4px 15px 4px 20px;
}

.large-blue-button {
	width:100%;
	height:80px;
	margin-top:10px;
	background:#1076e6;
	border-radius:2px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	transition:0.2s;
}

.large-blue-button:hover {
	text-decoration:none;
	opacity:0.7;
	color:#fff;
}

.large-blue-button img {
	margin-right:22px;
}

.large-gray-button {
	background:#d2d2d2;
	border-radius:2px;
	width:100%;
	height:148px;
	margin-top:10px;
	display:flex;
	align-items:center;
	text-transform:uppercase;
	color:#3f4248;
	font-size:16px;
	padding-left:58px;
	transition:0.2s;
}

.large-gray-button.avtodostavka {
	background-image:url('/images/avtodostavka_left.jpg');
	background-size:cover;
	background-position:center;
}

.large-gray-button.jeleznodorojnaia {
	background-image:url('/images/TRAIN_left.jpg');
	background-size:cover;
	background-position:center;
}

.large-gray-button.vodniy {
	background-image:url('/images/vodni_transpor_left.jpg');
	background-size:cover;
	background-position:center;
}

.large-gray-button:hover {
	opacity:0.7;
}

.content {
	width:100%;
	padding-top:15px;
	padding-left:30px;
	box-sizing:border-box;
}

.slider-main {
	width:100%;
	height:420px;
	position:relative;
}

.item {
	width:100%;
	height:420px;
	position:absolute;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.5s, visibility 0s linear 300ms;
}

.item.active {
	visibility:visible;
	opacity:1;
	transition:opacity 0.5s, visibility 0s linear 0s;
}

.wrap-nav-description {
	width:100%;
	height:120px;
	bottom:0px;
	background:#63656be0;
	position:absolute;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0px 40px;
}

.wrap-nav-description img {
	width:18px;
	max-width:18px;
	height:19px;
	max-height:19px;
	cursor:pointer;
	transition:0.2s;
}

.wrap-nav-description img:hover {
	opacity:0.7px;
}

.slider-main .item img {
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
}

.small-blue-button {
	background: #ff0000;
    padding:0px 30px;
    height: 36px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    margin-bottom: 3px;
    transition: 0.2s;
    cursor: pointer;
}

.small-blue-button:hover {
	color:#fff;
	opacity:0.7;
}

.description-slide {
	width:490px;
	min-width:490px;
}

.description-slide-title {
	font-size:18px;
	color:#ffffff;
	margin-bottom:10px;
}

.description-slide-text {
	opacity:0.8;
	color:#fff;
}

.catalog-main {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.catalog-main a {
	width:200px;
	height:214px;
	border-radius:2px;
	position:relative;
	margin-top:9px;
	display:block;
	opacity:1;
	transition:0.2s;
}

.catalog-main a:hover {
	opacity:0.8;
}

.catalog-main a img {
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
}

.catalog-main a span {
	position:absolute;
	height:54px;
	bottom:0;
	width:100%;
	background:#63656be0;
	display:flex;
	padding:0px 20px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

.title-catalog-item {
	color:#fff;
}

.catalog-main a span {
	color:#d9dee7;
	opacity:1;
	transition:0.2s;
}

.form-block-main {
	width:100%;
	height:160px;
	border:4px solid #ff0000;
	border-radius:2px;
	margin-top:30px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0px 60px;
}

.form-block-main.mini {
	padding:0px 20px;
}

.button-order-form-block-main {
	background:#ff0000;
	width:180px;
	height:40px;
	border-radius:2px;
	text-align:center;
	color:#fff;
	line-height:40px;
	margin-bottom:3px;
	transition:0.2s;
	cursor:pointer;
}

.form-block-main.mini .button-order-form-block-main {
	width: 100px;
}

.wrap-form-block-main-text {
	font-size:16px;
}

.form-block-main-text-blue {
	color:#ff0000;
	font-size:24px;
	font-family:'MyriadPro Bold';
	text-transform:uppercase;
}

.form-block-main-text-uppercase {
	font-size:24px;
	text-transform:uppercase;
	margin-top:2px;
	margin-bottom:5px;
	display: inline-block;
}

.button-order-form-block-main:hover {
	opacity:0.7;
}

.wrap-form-block-main-input {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.wrap-form-block-main-input input {
	height:40px;
	width:220px;
	border-radius:2px;
	padding-left:20px;
	outline: none;
	border-width: 0px;
	background:#f0f0f0;
	margin-right:22px;
}

.form-block-main.mini input {
	width: 130px;
}

.scroll-block-main {
	margin-top:38px;
	width:100%;
}

.header-scroll-block-main {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:30px;
}

.title-scroll-block-main {
	display:flex;
	align-items:center;
	font-size:24px;
	text-transform:uppercase;
}

.line-title {
	display:inline-block;
	background:#ff0000;
	width:34px;
	height:3px;
	margin-right:18px;
}

.nav-scroll-block-main {
	display:flex;
	align-items:center;
}

.nav-scroll-block-main-right {
	width:40px;
	height:40px;
	background:#ff0000;
	line-height:41px;
	text-align:center;
	margin-left:15px;
	cursor:pointer;
	transition:0.2s;
}

.nav-scroll-block-main-left {
	cursor:pointer;
	transition:0.2s;
}

.nav-scroll-block-main-right:hover {
	opacity:0.7;
}

.nav-scroll-block-main-left:hover {
	opacity:0.7;
}

.content-scroll-block-main {
	width:100%;
	display:flex;
	justify-content:space-between;
}

.item-scroll-block-main {
	display:block;
	width:280px;
	height:300px;
	position:relative;
	border-radius:2px;
	transition:0.2s;
}

.item-scroll-block-main.clients {
	width:180px;
	height:180px;
}

.item-scroll-block-main:hover {
	opacity:0.7;
}

.item-scroll-block-main img {
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
}

.title-item-scroll-block-main {
	position:absolute;
	height:50px;
	bottom:0;
	width:100%;
	background:#3586ddb3;
	display:flex;
	padding-left:40px;
	font-size:16px;
	line-height:50px;
	color:#fff;
}

.shadow-element {
	-webkit-box-shadow: 7px 0px 7px 0px rgba(178, 178, 178, 0.15), -7px 0px 7px 0px rgba(178, 178, 178, 0.15), 0px 7px 7px 0px rgba(178, 178, 178, 0.15), 0px -7px 7px 0px rgba(178, 178, 178, 0.15);
	-moz-box-shadow:    7px 0px 7px 0px rgba(178, 178, 178, 0.15), -7px 0px 7px 0px rgba(178, 178, 178, 0.15), 0px 7px 7px 0px rgba(178, 178, 178, 0.15), 0px -7px 7px 0px rgba(178, 178, 178, 0.15);
	box-shadow:         7px 0px 7px 0px rgba(178, 178, 178, 0.15), -7px 0px 7px 0px rgba(178, 178, 178, 0.15), 0px 7px 7px 0px rgba(178, 178, 178, 0.15), 0px -7px 7px 0px rgba(178, 178, 178, 0.15);
}

.map {
	margin-top:30px;
	width:100%;
	height:510px;
	position:relative;
}

.map-gradient {
	position:absolute;
	pointer-events:none;
	width:100%;
	height:510px;
	background-image: linear-gradient(to bottom, white 0%, transparent 100%);
/*	z-index:9999; */
}

.footer-menu {
	width:100%;
	background:#e9e9e9;
	height:auto;
	position:relative;
}

.wrap-footer-top-menu {
	margin-top:-40px;
	height:120px;
	position:absolute;
	width:100%;
}

.footer-top-menu {
	width:1170px;
	margin:0 auto;
	background:#fff;
	border:4px solid #ff0000;
	height:120px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0px 30px;
}

.footer-top-menu a {
	color:inherit;
}

.wrap-footer-catalog-menu .sub-menu a {
	display:block;
	align-items:center;
	width:100%;
	box-sizing:border-box;
	border:none;
	min-height:0;
	height:auto;
	background:none;
	text-decoration:none;
	color:#3f4248;
	transition:0.2s;
	padding-left: 0px;
	padding:0px;
}

.footer-copyright {
	width:100%;
	height:60px;
	background:#0047a3;
}

.about-ec-main {
	width:100%;
	height:420px;
	display:flex;
	margin-top:50px;
	border:4px solid #eeeeee;
}

.about-ec-main-img {
	background-image: linear-gradient(to left, #eeeeee 10%, transparent 100%), url(/templates/ec-nn/images/imgabout.jpg);
	background-size:cover;
	background-position:center;
	height:420px;
	width:440px;
	min-width:440px;
}

.info {
	width:100%;
	background:#eeeeee;
	display:flex;
	justify-content:center;
	flex-direction:column;
	line-height:30px;
	height:420px;
}

.title-about-ec-main {
	font-size:18px;
	display:inline-block;
	margin-bottom:20px;
}

.wrap-footer-catalog-menu {
	width:1170px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	height:100%;
/*	padding-bottom:50px; */
}

.footer-catalog-menu {
	padding-top:25px;
}

.footer-catalog-menu img {
	display:none;
}

.footer-catalog-menu li {
	display:block;
	float:left;
	width:250px;
	padding-left:30px;
	margin-right:40px;
	height:auto;
}

.footer-address-social {
/*	padding-top:40px; */
	display:flex;
	flex-direction:column;
	background: #f0f0f0;
	padding-left:5px;
/*	min-width:270px; */
/*	width:270px; */
}

.footer-address-social div {
	display:flex;
	align-items:center;
	margin-bottom:10px;
}

.footer-address-social div a {
	display:contents;
}

.phone_footer .text-phone{
	font-size:inherit;
}

.container.footer {
	display:flex;
	justify-content:space-between;
	padding:0px 30px;
	align-items:center;
	height:60px;
	color:#fff;
}

.container.footer a {
	color:#fff;
	transition:0.2s;
}

.container.footer a:hover {
	opacity:0.7;
}

.product-card {
	box-shadow: 0 0 23px 0 rgba(0,0,0,.1);
	height:250px;
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-between;
	text-align:center;
	padding:20px 10px;
	margin-bottom:25px;
}

.product-card>span {
	font-weight:500;
	font-size:16px;
}

.product-card>img {
	max-width:100%;
	height:120px;
	object-fit: contain;
}

.product-card>a {
	padding: 12px 15px;
    font-size: 16px;
    line-height: .85em;
    border-radius: 10px;
    background-color: #0088cc;
    color: #fff;
    display: inline-block;
}

.wrap-footer-catalog-menu img {
	display:none !important;
}

.wrap-footer-catalog-menu ul>li>ul>li {
	padding:0px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 15px !important;
	box-shadow: 0 0 23px 0 rgba(0,0,0,.1);
	height:350px;
	display:flex;
	justify-content:space-around;
	flex-direction:column;
}

.woocommerce ul.products li.product>a:first-child, .woocommerce-page ul.products li.product>a:first-child {
	display:flex;
	justify-content:space-around;
	flex-direction:column;
    height: 100%;
}

.button-order-klin {
	padding:15px; border-radius:10px; /* background-color:#ff0000;*/margin-top:25px; display:inline-block; color:#fff;
	transition:0.2s;
	cursor:pointer;
}

.button-order-klin:hover {
	opacity:0.7;
}

/* .woocommerce div.product .product_title {
	line-height: 30px !important;
} */