/*##################################################################
#	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');*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap');
/* укажите основной шрифт */
html{
	font-family: 'Nunito Sans', sans-serif;
	color:#353535;
}
/* укажите шрифт и ццвет для заголовков */
h1, h2, h3, h4, .content .title{
	-font-family: 'Roboto', sans-serif;
	font-family: 'Nunito Sans', sans-serif;
	color:#353535;
}

h1 {font-size:32px; line-height:32px; font-weight:600;}

h2 {font-size:28px; line-height:32px; font-weight:600;}

/* фон страницы*/
body{
	background-color: #fff;	
}
/* фон поля для контента*/
.container.page{
	background-color: #fff;	
}
/* кнопки */
input[type='button'], input[type='submit'], a.button:link, a.button:visited{ /* обычная кнопка */
	background-color:#fff;
	color:#353535;
	border: 1.5px solid #A93C39;
	float: right;
	width: 230px;
    text-align: center;
	padding: 5px 0;
    height: 50px;
}
input[type='button']:hover, input[type='submit']:hover, a.button:hover{ /* обычная кнопка при наведении */
	background-color:#A93C39;
	color:#fff;
}
a.button.button-light:link, a.button.button-light:visited, a.button.button-light:focus{ /* контурная кнопка */
	border-color:#eb0c0c;
	color:#eb0c0c;
}
a.button.button-light:hover{ /* контурная кнопка при наведении */
	background-color:#eb0c0c;
	color:#fff;
}

/***** HEADER, FOOTER *****/
#header{
	font-size: inherit;
}
#header .block.logo{
	width:220px; /* ширина логотипа */
	height:100px; /* высота контейнера логотипа */
}
#header .block.logo a{
	background-size:auto 80px; /* размеры логотипа в контейтере (высота соответствует высоте контейнера) */
	background-position:0 50%; /* выравнивание логотипа в контейтере*/
}
#header .block.phone{
	width:220px; /* ширина контейтера с телефоном */
}
#header .block a.phone{ /* ссылка "телефон" */
    font-size: 18px; 
    color: #353535;	
	font-weight:600;
	line-height:18px;
}

#header .block.title p.head{ 
    width: 40%;
    font-size: 16px;
    font-weight: 600;
    line-height: 17.6px;
}



.wrapper-footer{
	background-color:#353535;
}
#footer{color:#fff;}
#footer a:link, #footer a:visited{
	color:inherit;
	text-decoration: none;
}
#footer a:hover{
	color:#D84844;
}

#footer .block.menu ul li.active a {
    color: #D84844;
}

#footer .block.footbar .block.right {
    position: absolute;
    right: 0;
    bottom: 20px;
}

#footer .block.menu ul li a {
    font-size:18px;
    line-height:29px;
}

#footer .block.menu ul {
    padding-bottom:40px;
}
/***** TOP_MENU *****/
.wrapper-top-menu{
	background-color: #fff;
}

#top_menu > ul li a {
    background-color: #0000001A;
    text-transform: none;
    font-size: 18px;
	line-height:18px;	
}

#top_menu > ul li, #top_menu > ul li:first-child{
	border-color: #d0d0d0;
}
#top_menu a:link, #top_menu a:visited{
	background-color: #E7E7E7;
	color:#353535;
}
#top_menu ul li a:hover {
	background-color: #A93C39;
}
#top_menu ul li.active a, #top_menu ul li.active a:hover{
	background-color: #A93C39;
}

#top_menu > ul li {
    border-bottom: none;
}
/***** BLOCKS *****/

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

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

.content.text {
    font-size: 20px;
    font-weight: 300;
	line-height:24px;
	color:#353535;
}

.block-banner.kbm.banner-top {
	margin-bottom: 40px;
}

.block-banner.kbm.banner-top .img {
    height: 550px;
}

.block-banner.kbm .body {
	background:none;
	width: 1200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.block-banner.kbm.banner-top .body p.head {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
	text-align: left;
    text-shadow: none;
    width: 600px;
    float: left;
}

.block-banner.kbm.banner-top .body p.description {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19.8px;
    color: #fff;
	text-align: left;
    text-shadow: none;
    width: 600px;
    float: left;
	padding-bottom: 60px;
    padding-right: 100px;
}

.block-banner.kbm.banner-top .button-container  {
   padding:0;
}

.block-banner.kbm.banner-top .button-container a.button.button-inv {
    background: #A93C39;
    border: none;
    border-radius: inherit;
    height: 50px;
    display: table-cell;
    width: 300px;
    vertical-align: middle;
}
.block-banner.kbm.banner-top .button-container a.button.button-inv:hover {
    color:#fff;
	background-color: #963633;
}



.block-card.uslugi .body {
	background: none;
}

.block-card.uslugi p.title {
    font-size: 24px;
	font-weight: 600;
    line-height: 27.6px;
    height: auto;
    bottom: 20px;
    position: absolute;
    padding-right: 20px;
}

.block-card.uslugi h2 {
    font-size: 32px;
	font-weight:600;
	line-height:32px;
}

.container.advantages.icon-buttons {
    background-color:#F9F9F9;
	margin:40px 0;
}

.container.advantages.icon-buttons h2 {
    font-size: 32px;
	font-weight:600;
	line-height:32px;
	padding-bottom:30px;
	padding-top:40px;
}

.container.advantages.icon-buttons .content div p.title {
    font-weight: 600;
}

.container.advantages.icon-buttons .content {
    border: none;
    padding: 30px 70px 30px 0;
}


.container.partner.item-card .content {
    box-shadow: none;
	height:150px;
}

.container.quote.image-text.small  {
    margin-top:80px;
}


.container.quote.image-text.small .content {
    margin-bottom:100px;
}

.container.quote.image-text.small .content {
    font-size: 18px;
	font-weight:400;
	line-height:21.6px;
	width: 1000px;
	box-shadow:none;
}

.container.quote.image-text.small .image-container {
    width: 250px;
	padding-right: 30px;
}


.content.text table {
    margin-top:20px;
	margin-bottom:80px;
}

.content.text table td, .content.text table th {
    padding: 10px;
	vertical-align: middle;
}

.content.text table tr th {
    vertical-align: middle;
}

.container.principle.item-card .content {
    box-shadow:none;
	height:210px;
	background-color:#f9f9f9;
}

.container.principle.item-card .content .title {
    font-weight:600;
	font-size:20px;
	line-height:20px;
	color:#353535;
	height:2em;
}

.container.principle.item-card .content .descr{
    font-weight:300;
	font-size:18px;
	line-height:18px;
	text-align:center;
}

.content.text.list ul {
     columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.content.text.list ul li{
     padding:5px;
}

.container.stages.item-card  {
    margin:40px 0;
}


.container.stages.item-card .block-wrapper:nth-child(6) {
    width: 100%;
}

.container.stages.item-card .content{
    box-shadow:none;
	height:270px;
	border:2px solid #3B7BB9;
}

.container.stages.item-card .content div.image{
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
}

.container.stages.item-card .content .title {
    font-weight:400;
	font-size:24px;
	line-height:32px;
	color:#323232;
	text-align: left;
    margin-top: 20px;
    width: 70%;
    height: 4em;
}

.container.stages.item-card .content .descr {
    font-weight:600;
	font-size:32px;
	line-height:44px;
	color:#323232;
}

.container.stages.item-card .button-container a.button {
    background: #A93C39;
    border: none;
    border-radius: inherit;
    height: 50px;
    width: 300px;
    vertical-align: middle;
	color:#fff;
	margin-top: 20px;
}

.container.stages.item-card .button-container a.button:hover {
    background: #fff;
	color:#353535;
	border:1px solid #A93C39;
}

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

.container.partner.item-card .content div.image.prop{
    height: 100%!important;
}