/*##################################################################
#	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-size: 32px;
    line-height: 32px;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    line-height: 29.05px;
    font-weight: 700;
    padding-top: 20px;
}

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

.button-wrapper {
    text-align: center;
    margin-top: 40px;
}

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

#header .line_menu ul{display:flex; justify-content: end;}
#header .line_menu li{ text-align:center; flex-basis:130px; font-size:16px; font-weight:400; line-height:19px; }
#header .line_menu li a{text-decoration:none; color:#3F3F3F;}
#header .line_menu li a:hover{color:#809936; text-decoration:none;}
#header .line_menu li.active a{color:#809936; text-decoration:underline;}

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


#footer a{text-decoration:none;}
#footer a:link, #footer a:visited{
	color:inherit;
}
#footer a:hover{
	text-decoration:underline;
}

#footer .block.menu ul li.active a {
    color: #809936;
	text-decoration:underline;
	background-color:#fff;
}

#footer .block.menu ul li {
   padding:5px 0;
}

#footer .block.addr p{
	width:300px;
}

#footer .block.addr p{
	padding-bottom:10px;
	font-weight: 600;
    font-size: 18px;
    line-height: 19px;
	color:#353535;
}

#footer .block.addr p.large{
	font-size:14px;
	font-weight: 300;
	
}

#footer .block.footbar p.bottom{
	margin: 40px 0 10px;
}

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


#footer .block.footbar .block.right .social {
	margin-right: 40px;
    margin-top: 20px;
}

#footer .block.footbar .block.right .social a{
	background-color:#0077FF;
	width:50px;
	height:50px;
	margin-right: 5px;
}

#footer .block.footbar .block.right .social a img{
	float:left;
	margin:15px 4px;
}



#footer .block.footbar .block.right p{
	text-align:center;
}

#footer .block.footbar .block.right p.icons a{
	display:block;
	margin-top:20px; 
	float:right;
}
#footer .block.footbar .block.right p.icons a img{display:block;}
#footer .block.footbar .block.right p.icons a:hover img.first{display:none;}
#footer .block.footbar .block.right p.icons a:hover img.second{display:block!important;}

/***** 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;
}

#mobile_menu ul li a {
    font-size: 16px;
    background: #fff;
    margin-bottom: 10px;
    padding: 15px 13.5px;
    border-radius: 0px;
    position: relative;
    border: 1.5px solid #809936;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
}

#mobile_menu ul li.active a, #mobile_menu ul li.active a:hover {
    background: #809936;
    color: #fff;
}

#mobile_menu ul li a:hover {
    background: #809936;
}

body.open_menu #mobile_menu {
    background: #fff;
}


/***** BLOCKS *****/
/* карточки для новостей */
.item-card-news{
	padding:7.5px 2.5px;
}
.item-card-news .block-wrapper{
	padding:7.5px; padding-bottom:27.5px;
}
.item-card-news .content{
	box-shadow:none;
	padding:0;
	
	position: relative;
    height: auto!important;
}
.item-card-news .content:before{
	padding-top: 100%!important;
	content: "";
    float: left;
}

.item-card-news .bg-wrapper{
	background: linear-gradient(0deg, rgba(32,32,32,0.7) 20%, rgba(1,255,255,0) 100%);  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; z-index:3000; padding:15px;
}
.item-card-news .bg-wrapper.noimage{
	    background: linear-gradient(0deg, rgba(32,32,32,0.7) 20%, rgba(1,255,255,0) 100%);
}
.item-card.item-card-news .noimage .title{
	
}

.item-card-news .image img{ transition:0.38s;}
.item-card.item-card-news p.descr{
	color:#6A6A6A;
	font-size:18px;
	line-height:1.2;
	margin: 15px 0; height:3.6em;
	position:relative;
}
.item-card.item-card-news p.descr:before{
	position:absolute; display:block; height:30px; content:''; top:40px; width:100%; background: linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
}
.item-card.item-card-news .body{
	padding: 0 15px;
}
.item-card.item-card-news .panel{
	font-size:14px; padding-bottom:10px;
}
.item-card.item-card-news .title{
	position:absolute; bottom:0; color:#fff; font-size:24px; text-align:left; margin-bottom:20px; left:15px; right:15px; height:auto; max-height:3em; line-height:1;
}

.item-card.item-card-news .block-wrapper > a{
	background:#fff;
	box-shadow: 2px 1px 10px 2px rgba(34, 60, 80, 0.2);
}
.item-card.item-card-news .block-wrapper > a:hover img{transform:scale(1.05);}

.item-card-tourism .title{
	max-height:none!important;
	padding:10px;
}
.item-card.item-card-news .location{display:block; font-size:18px; margin-top:10px; background-image:url(/images/icons/mappin.svg); background-repeat:no-repeat; background-position: 0 50%; padding-left:18px;}

.item-card-news .content.square_preview{
	
}



.item-card-news .content.square_preview .image.prop-3x2:before{padding-top:100%!important;}
.item-card-news .content.square_preview .body{
	position:absolute; bottom:0;  left:0; right:0; height:auto; margin-bottom:2px;
}
.item-card-news .content.square_preview .body .descr{color:#fff;}
.item-card-news .content.square_preview .body .panel{color:#fff;}
.item-card-news .content.square_preview .body p.descr:before{background:transparent;}

.item-card-news .content.square_preview .body .title{position:static; margin-bottom:37px;}

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

/***** OTHER *****/
.content.text {
    font-size:24px;
	font-weight:400;
	line-height:32px;
	color:#555555;
}


.item-card.tecnologii .block-wrapper.button {
    display: none;	
}

.item-card.tecnologii .block-wrapper.doublewidth {
    width: 50%;
}

.item-card.tecnologii .block-wrapper .content{
    background-color:#FFBD00;
	height:212px;
}

.item-card.tecnologii .block-wrapper .content .descr{
    font-size:24px;
	font-weight:400;
	line-height:33px;
	color:#525252;
	position:absolute;
	bottom:10px;
	height:3em;
}

.item-card.tecnologii .block-wrapper:nth-child(1) .content{
    background-color:#fff;
	background-image:url(/images/content/main/techologii/1.png);
	background-position: bottom 50% right 30px;
	background-repeat:no-repeat;
}


.item-card.tecnologii .block-wrapper:nth-child(2) .content{
    background-color:#809936;
}

.item-card.tecnologii .block-wrapper:nth-child(2) .content .descr{
    color:#fff;
}

.item-card.tecnologii .block-wrapper:nth-child(4) .content{
    background-color:#fff;
	background-image:url(/images/content/main/techologii/4.jpg);
	background-repeat:no-repeat;
}

.item-card.tecnologii .block-wrapper:nth-child(4) .content .descr{
    color:#fff;
}

.item-card.tecnologii .block-wrapper:nth-child(5) .content{
	background-image:url(/images/content/main/techologii/5.svg);
	background-position: bottom -10px right -10px;
	background-repeat:no-repeat;
	background-repeat:no-repeat;
}

.item-card.tecnologii .block-wrapper:nth-child(6) .content{
    background-color:#fff;
	background-image:url(/images/content/main/techologii/6.jpg);
	background-repeat:no-repeat;
}

.item-card.tecnologii .block-wrapper:nth-child(6) .content .descr{
    color:#fff;
}

.hide-content .item-card.tecnologii .block-wrapper:nth-child(1) .content{
    background-color:#809936;
}

.hide-content .item-card.tecnologii .block-wrapper:nth-child(1) .content .descr{
    color:#fff;
}

.hide-content .item-card.tecnologii .block-wrapper:nth-child(2) .content{
    background-color:#FFBD00;
}

.hide-content .item-card.tecnologii .block-wrapper:nth-child(2) .content .descr{
    color:#525252;
}

.hide-content .item-card.tecnologii .block-wrapper:nth-child(3) .content{
    background-color:#fff;
	background-image:url(/images/content/main/techologii/9.jpg);
	background-repeat:no-repeat;
}

.hide-content .item-card.tecnologii .block-wrapper:nth-child(3) .content .descr{
    color:#fff;
}


.hide-content .item-card.tecnologii .block-wrapper:nth-child(4) .content{
    background-color:#fff;
	background-image:url(/images/content/main/techologii/10.jpg);
	background-position: bottom 50% right 30px;
	background-repeat:no-repeat;
}

.hide-content .item-card.tecnologii .block-wrapper:nth-child(4) .content .descr{
    color:#525252;
}

.hide-content .item-card.tecnologii .block-wrapper:nth-child(5) .content{
	background-image:url(/images/content/main/techologii/11.svg);
	background-position: bottom 50% right 30px;
	background-repeat:no-repeat;
}

.hide-content .item-card.tecnologii .block-wrapper:nth-child(6) .content{
    background-color:#809936;
	background-image:none;
}

.hide-content .item-card.tecnologii .block-wrapper:nth-child(6) .content .descr{
    color:#fff;
}

.item-card.project  {
    margin:100px 0;	
}

.item-card.project.inner {
    margin: 20px 0;
}

.item-card.project .content {
    box-shadow: 0px 0px 8px 1px rgba(79,79,79,0.25);
    color: #fff;
    height: 325px;
	background-repeat:no-repeat;
	padding:0;
	
}

.item-card.project .content .body{
    position:absolute;
	bottom:0;
	background: linear-gradient(0deg, rgba(85,85,85,0.7) 50%, rgba(85,85,85,0) 100%);
    width: 100%;
}

.item-card.project .content .title {
    font-size: 24px;
    color: #fff;
    line-height: 26px;
    height: 1.3em;
    text-align: left;
	padding-left:30px;
}

.item-card.project .block-wrapper .content .descr {
    font-size: 32px;
    line-height: 35px;
	font-weight:700;
    height: 2.2em;
	padding-left:30px;
    
}

.item-card.project .block-wrapper:nth-child(4) .content .descr {
    height: 3em;
}

.item-card.project.inner .block-wrapper:nth-child(3) .content .descr {
    height: 3em;
}

h2.title{
    font-size:32px;
	line-height:32px;
	font-weight:600;
	color:#353535;
}

h2.idea-main{
    font-size:32px;
	line-height:32px;
	font-weight:600;
	color:#353535;	
}
	
.news-filter.main li {
    margin-top: 20px;
	margin-bottom: 20px;
    padding-left: 10px;
}

.news-filter li a {
    border: 1px solid #809936;
    border-radius: 0;
    font-size: 18px;
    color: #3F3F3F;
    padding: 10px 50px;
    transition: .3s;
    margin-top: 5px;
    font-weight: 400;
    text-align: center;
}

.news-filter li.active a {
    background: #809936;
    border: 1px solid #809936;
    color: white;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    padding: 13px 50px;
}

.news-filter li a:hover {
    background: #809936;
}

table {
    margin: 20px 0;
}

table tr td, table tr th {
    vertical-align: middle;
    margin: 20px 0;
}

form.nbform div.label p, form.nbform label p {
    font-size: 14px;
    color: #353535;
	padding:5px;
}

form.nbform {
    padding-top: 20px;
}


input, textarea {
    border: none;
    background: #F2F6FA;
}

input[type='text'], input[type='password'], input[type='email'], input[type='date'], input[type='number'] {
    padding: 15px;
}

form.nbform .fa-asterisk {
    font-size: 8px;
    position: absolute;
}

form.nbform div.label, form.nbform label {
    margin-bottom: 20px;
}

.item-card.tehnostroi .content {
    height:212px;
}

.item-card.tehnostroi .block-wrapper .content .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    color: #525252;
    position: absolute;
    bottom: 10px;
    height: 3em;
	text-align: left;
    padding-right: 180px;
}

.item-card.tehnostroi .block-wrapper:nth-child(1)  {
    width:50%;
}

.item-card.tehnostroi .block-wrapper:nth-child(1) .content {
    background-color: #fff;
    background-image: url(/images/content/main/techologii/1.png);
    background-position: bottom 50% right 30px;
    background-repeat: no-repeat;
}

.item-card.tehnostroi .block-wrapper:nth-child(2) .content {
    background-color: #809936;
}

.item-card.tehnostroi .block-wrapper:nth-child(2) .content .title{
    color: #fff;
}

.item-card.tehnostroi .block-wrapper:nth-child(3) .content {
    background-color: #FFBD00;
}

.item-card.tehnostroi .block-wrapper:nth-child(4) .content {
    background-color: #fff;
    background-image: url(/images/content/main/techologii/4.jpg);
    background-repeat: no-repeat;
}

.item-card.tehnostroi .block-wrapper:nth-child(4) .content .title{
    color: #fff;
}

.item-card.tehnostroi .block-wrapper:nth-child(5) .content {
    background-image: url(/images/content/main/techologii/5.svg);
    background-position: bottom -10px right -10px;
    background-repeat: no-repeat;
	background-color: #FFBD00;
}

.item-card.tehnostroi .block-wrapper:nth-child(6)  {
    width:50%;
}

.item-card.tehnostroi .block-wrapper:nth-child(6) .content {
    background-color: #fff;
    background-image: url(/images/content/main/techologii/6.jpg);
    background-repeat: no-repeat;
}

.item-card.tehnostroi .block-wrapper:nth-child(6) .content .title{
    color: #fff;
}

.item-card.tehnostroi .block-wrapper:nth-child(7)  {
    width:50%;
}

.item-card.tehnostroi .block-wrapper:nth-child(7) .content {
    background-color: #809936;
}

.item-card.tehnostroi .block-wrapper:nth-child(7) .content .title{
    color: #fff;
}

.item-card.tehnostroi .block-wrapper:nth-child(8)  {
    width:50%;
}

.item-card.tehnostroi .block-wrapper:nth-child(8) .content {
    background-color: #FFBD00;
}

.item-card.tehnostroi .block-wrapper:nth-child(9)  {
    width:50%;
}

.item-card.tehnostroi .block-wrapper:nth-child(9) .content {
    background-color: #fff;
    background-image: url(/images/content/main/techologii/9.jpg);
    background-repeat: no-repeat;
}

.item-card.tehnostroi .block-wrapper:nth-child(9) .content .title{
    color: #fff;
}

.item-card.tehnostroi .block-wrapper:nth-child(10)  {
    width:50%;
}

.item-card.tehnostroi .block-wrapper:nth-child(10) .content {
    background-color: #fff;
    background-image: url(/images/content/main/techologii/10.jpg);
    background-repeat: no-repeat;
	background-position: bottom 50% right 30px;
}

.item-card.tehnostroi .block-wrapper:nth-child(11)  {
    width:50%;
}

.item-card.tehnostroi .block-wrapper:nth-child(11) .content {
    background-color: #FFBD00;
    background-image: url(/images/content/main/techologii/11.svg);
    background-repeat: no-repeat;
	background-position: bottom 50% right 30px;
}

.item-card.tehnostroi .block-wrapper:nth-child(12) .content {
    background-color: #809936;
}

.item-card.tehnostroi .block-wrapper:nth-child(12) .content .title{
    color: #fff;
}

.item-card.tehnostroi .block-wrapper:nth-child(13) .content {
    background-color: #FFBD00;
}


.item-card.stroitehno .content {
    height:212px;
}

.item-card.stroitehno .block-wrapper .content .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    color: #525252;
    position: absolute;
    bottom: 10px;
    height: 3.5em;
	text-align: left;
    padding-right: 180px;
}


.item-card.stroitehno .block-wrapper:nth-child(2)  {
    width:50%;
}

.item-card.stroitehno .block-wrapper:nth-child(2) .content {
    background-color: #fff;
    background-image: url(/images/content/main/techologii/1.png);
    background-position: bottom 50% right 30px;
    background-repeat: no-repeat;
}

.item-card.stroitehno .block-wrapper:nth-child(3) .content {
    background-color: #809936;
}

.item-card.stroitehno .block-wrapper:nth-child(3) .content .title{
    color: #fff;
}

.item-card.stroitehno .block-wrapper:nth-child(4) .content {
    background-color: #FFBD00;
}

.item-card.stroitehno .block-wrapper:nth-child(5) .content {
    background-color: #fff;
    background-image: url(/images/content/main/techologii/4.jpg);
    background-repeat: no-repeat;
}

.item-card.stroitehno .block-wrapper:nth-child(5) .content .title{
    color: #fff;
}

.item-card.stroitehno .block-wrapper:nth-child(6) .content {
    background-image: url(/images/content/main/techologii/5.svg);
    background-position: bottom -10px right -10px;
    background-repeat: no-repeat;
	background-color: #FFBD00;
}

.item-card.stroitehno .block-wrapper:nth-child(7)  {
    width:50%;
}

.item-card.stroitehno .block-wrapper:nth-child(7) .content {
    background-color: #809936;
    background-repeat: no-repeat;
}

.item-card.stroitehno .block-wrapper:nth-child(7) .content .title{
    color: #fff;
}

.content.text .deadline {
    background-color:#983645;
	background-image:url(/images/content/main/key.svg);
	background-repeat:no-repeat;
	background-position: 95% 50%;
	height:150px;
	margin: 100px 10px;
    padding: 35px 30px;
	color: #FFFFFF;
}
.content.text .deadline p{
	font-weight: 900;
    font-size: 36px;
    line-height: 49px;
}

.project.block-gallery .gallery {
    margin-top: 80px;
    margin-bottom: 80px;
}

div.image.x2 {
    height:445px;
}
.gallery a:hover {
    border: none;
}

.image-text.image-text-contacts .content .image-container {
    padding: 0;
    padding-right: 15px;
}

.image-text.image-text-contacts .content {
    padding: 0px 10px 0 0;
}


.content.text .table-no-col table td a{
    float:right;
}
	