/*##################################################################
#	Netbike Framework - center template - custom styles
#   ЭКСПЕРИМЕНТАЛЬНАЯ ЗАГОТОВКА ДЛЯ БЫСТРОЙ СБОРКИ САЙТ
#	26.11.2020
##################################################################*/
/***** MAIN STYLES *****/
/* подключите здесь шрифты, используя @import (из инструкции Google Fonts)*/
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
/* укажите основной шрифт */
html{
	font-family: 'Open Sans', sans-serif;
}


/* укажите шрифт и ццвет для заголовков */
h1, h2, h3, h4, .content .title{
	-font-family: 'Roboto', sans-serif;
	font-family: 'Open Sans', sans-serif;
	color:#404040;
}

h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #0389C1;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
    min-width: 270px;
    height: 100px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

h2 {
    font-size: 32px;
	padding:10px 0;
}

.page-wrapper > h1, .page-wrapper > h2, .page-wrapper > h3 {
    margin: 10px;
}

.breadcrumbs {
    padding: 10px 25px 10px;
}

/* фон страницы*/
body{
	background-color: #fff;	
}
/* фон поля для контента*/
.container.page{
	background-color: #fff;	
}

.container .content {
    overflow: hidden;
    position: relative;
    /* box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
    border-radius: 16px;
    padding: 20px;*/
}

.content.text {
    margin: 40px 10px;
	font-size:24px;
	color: #353535;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
    border-radius: 16px;
    padding: 20px;
}

/* кнопки */
input[type='button'], input[type='submit'], a.button:link, a.button:visited{ /* обычная кнопка */
	border-radius:5px; /* применяется ко всем типам кнопок */
	background-color:#eb0c0c;
	color:#fff;
}
input[type='button']:hover, input[type='submit']:hover, a.button:hover{ /* обычная кнопка при наведении */
	background-color:#cc0000;
}
a.button.button-light:link, a.button.button-light:visited, a.button.button-light:focus{ /* контурная кнопка */
	border:none;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
	color:#0389C1;
	font-size:24px;
	background-image: url(/images/icons/arrow-green.png);
	background-position: bottom 50% right 15px;	
	width:350px;
	height:100px;
}

a.button.button-light:hover{ /* контурная кнопка при наведении */
	background-color:#fff;
	text-decoration:underline;
}

.shadow a.button.button-light {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
	margin-left: 10px;
}

/***** HEADER, FOOTER *****/
#header{
	font-size: inherit;
}

#header .block.logo{
	width:357px; /* ширина логотипа */
	height:120px; /* высота контейнера логотипа */
}

#header .block.logo a{
	background-size:auto 50px; /* размеры логотипа в контейтере (высота соответствует высоте контейнера) */
	background-position:5px 50%; /* выравнивание логотипа в контейтере*/
	background-image: url(/images/logo.png);
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
	height: 100px;
	border-radius: 16px;
	width: 357px;
}
#header .block.trading a{
	height: 100px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 16px;
	margin-left:-100px;
}

#header .block.production a{
	height: 100px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 16px;
	margin-left:80px;
}

#header .block a.phone{ /* ссылка "телефон" */
    font-size: 24px; 
    color: #d01102;	
}

.wrapper-footer{
	background-color:#fff;
}
#footer{color:#000;}
#footer a:link, #footer a:visited{
	color:inherit;
}
#footer a:hover{
	color:#383838;
}


#footer .block.logo{
	width:370px; /* ширина логотипа */
	height:120px; /* высота контейнера логотипа */
}

#footer .block.logo a{
	background-size:auto 50px; /* размеры логотипа в контейтере (высота соответствует высоте контейнера) */
	background-position:0 50%; /* выравнивание логотипа в контейтере*/
	background-image: url(/images/logo.png);
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
	height: 100px;
	border-radius: 16px;
	display:block;
	width: 357px;
}

#footer .block.info a{
    width: 410px;
	color:#0389C1;
	height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 16px;
	margin-left:80px;
}

#footer .block.phone a{
	height: 100px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 16px;
	background-image: none;
}

/***** TOP_MENU *****/
/*
.wrapper-top-menu{
	background-color: #787878;
}
#top_menu > ul li, #top_menu > ul li:first-child{
	border-color: #686868;
}
#top_menu a:link, #top_menu a:visited{
	background-color: #787878;
	color:#fff;
}
#top_menu ul li a:hover {
	background-color: #888888;
}
#top_menu ul li.active a, #top_menu ul li.active a:hover{
	background-color: #989898;
}
*/
/***** BLOCKS *****/

.item-card.trademarks .content .title {
    height: 0;
}

.item-card.trademarks h2.title{
    color:#0389C1;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
	width:340px;
	margin:10px;
	height:100px;
	display: flex;
    align-items: center;
}

.item-card.trademarks .content {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
}

.content.text.processing{
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
	color:#353535;
	justify-content: center;
	height:130px;
	display: flex;
    align-items: center;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
	background-image: url(/images/content/processing.png);
    background-position: -30px;
	margin: 40px 15px;
}

.content.text.processing a{
    font-weight: 400;
    font-size: 32px;
    line-height: 130px;
	color:#353535;
	text-align: center;
	height:130px;
	width:100%;
	text-decoration:none;
}


.container .item-card.advantges { 
	margin:80px 0;
}

.item-card.advantges .block-wrapper:nth-child(1) .content { 
	background: linear-gradient(104.04deg, #0389C1 0%, #03C185 100%);
	margin-left: 100px;
}


.item-card.advantges .block-wrapper:nth-child(1) .content:after {
    content: '';
    position: absolute;
    display: block;
    width: 140px;
    right: 0px;
    top: 150px;
    bottom: 5px;
    background-image: url(/images/content/advantages/1.png);
    background-repeat: no-repeat;
}


.item-card.advantges .block-wrapper:nth-child(2) .content {
	background:linear-gradient(75.96deg, #03C185 0%, #0389C1 100%);
	float:right;
}

.item-card.advantges .block-wrapper:nth-child(2) .content:after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    right: 0px;
    top: -30px;
    bottom: 0px;
    background-image: url(/images/content/advantages/2.png);
    background-repeat: no-repeat;
}

/*.item-card.advantges .block-wrapper:nth-child(3)  {
	width:auto;
}*/

.item-card.advantges .block-wrapper:nth-child(3) .content {
    background:linear-gradient(63.43deg, #0389C1 33.33%, #03C185 100%);
}

.item-card.advantges .block-wrapper:nth-child(3) .content:after {
    content: '';
    position: absolute;
    display: block;
    width: 76px;
    left: 20px;
    top: 200px;
    bottom: 0px;
    background-image: url(/images/content/advantages/3.png);
    background-repeat: no-repeat;
}


.item-card.advantges .block-wrapper:nth-child(4) .content {
	background: linear-gradient(123.57deg, #03C185 7.41%, #1575A9 69.94%);
}

.item-card.advantges .block-wrapper:nth-child(4) .content:after {
    content: '';
    position: absolute;
    display: block;
    width: 130px;
    left: 20px;
    top: 200px;
    bottom: -20px;
    background-image: url(/images/content/advantages/4.png);
    background-repeat: no-repeat;
}


.item-card.advantges .content  {
    justify-content: center;
	height:290px;
	display: flex;
    align-items: center;
	width:560px;
	border-radius: 16px;
}

.item-card.advantges .content .title {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    height: 1.5em;
    overflow: hidden;
	text-align: left;
}

.item-card.advantges .content .descr {
    font-size: 18px;
	color: #fff;
    line-height: 1.5;
    height: 4em;
    overflow: hidden;
    margin-bottom: 0.5em;
}

.content.text.blockquote{
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
    margin: 150px 10px;
    overflow: visible;
}

blockquote {
    color: #0D3B66;
    border-left: solid 3px #d6d6d6;
    padding: 0 10px 0 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
    margin: 10px auto;
    max-width: 920px;
    position: relative;
    font-weight: 400;
    line-height: 100%;
}

blockquote:before {
    content: '';
    display: block;
    width: 184px;
    height: 184px;
    position: absolute;
    left: -180px;
    top: -80px;
    background-image: url(/images/icons/quote.png);
    background-repeat: no-repeat;
    line-height: 1.34;
}


.content.text.slogan{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
	color:#0D3B66;
	justify-content: center;
	height:100px;
	display: flex;
    align-items: center;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
	margin: AUTO 10px;
}


/***** CONTENT *****/

.table-no-col td {
    font-size: 24px;
}

.table-no-col td a{
	color:#03C185;
	text-decoration:none;
}

.table-no-col td a:hover{
	text-decoration:underline;
}

/***** OTHER *****/

/***** TOP_MENU *****/
#header.open .top_menu{
	display:block!important;  	
	top:15%;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
	-border:solid 1px #EBEBEB;
	height:400px; 	
}

#header .top_menu{ 
	display:block!important; 
	position:absolute;
	width:400px; 
	height:0; 	 
	overflow:hidden;
	background:#fff;
	z-index:8000;
	right:0;
	border-top:solid 1px #f1f1f1;
	border-radius: 16px;
	-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.5); 
	-transition: all 0.333s;
	border:solid 1px #fff;
	padding: 100px 10px 10px 10px;
	top:-500px;
	
}
#header .top_menu ul li a{
	font-size:18px;
	color:#565656;
	font-weight:400;
	display:block;
	line-height:45px;
	text-decoration:none;
	padding: 0 10px;
}
#header .top_menu ul li a:hover{
	text-decoration: underline;
}

#header .block.other{z-index:8001; text-align:right;}

#header .block.other .open_top_menu{
	font-size:18px;
	font-weight:400;
	color:#565656;
	background-image:url(/images/icons/mobile-menu-blue.svg);
	background-repeat:no-repeat;
	background-position: 50%;
	background-size: 48px;
	text-decoration:none;
	padding: 40px;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
	display:flex;
	height:100px;
	border-radius:16px;
}

#header.open .block.other .open_top_menu{
	box-shadow: none; 	
}


.item-table-exp{
	margin:40px 10px;
	overflow: visible;
}

.item-table-exp a .block-wrapper{
	color:#565656;
}
.item-table-exp a:hover .block-wrapper{
	background:#f9f9f9;
}

.item-table-exp .block-wrapper{
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.22);
	border-radius:16px;
	padding:30px 30px;
	margin-bottom:30px;
	display:table;
	width:100%;
	user-select:none;
}

.item-table-exp .block{
	display:table-cell; 
	height:69px; 
	vertical-align:middle; 
	padding:0;
}
.item-table-exp .block .title{font-size:24px; font-weight:400; color:#0389C1;}

.item-table-exp .block-title{width:420px; border-right:1px solid #C2C2C2;}
.item-table-exp .block-gost{border-right:1px solid #C2C2C2; padding-left:40px; width:300px;}
.item-table-exp .block-standard{border-right:1px solid #C2C2C2; padding-left:40px; width:380px;}
.item-table-exp .block-volume{padding-left:40px;}

.item-table-exp .block-arrow{width:40px; text-align:right;}




