@charset "utf-8";

body {
	margin: 0px;
}
.clear {
	clear: both;
}
a {
	text-decoration:none;
}
.content {
    padding:15px 260px 80px 260px;
}

.languages .eng {
	background-color: #696969;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	display:inline;
	margin-right: 13px;
	padding: 20px 17px;
	/*border:1px solid white;*/
}

.languages .eng:hover {
	background-color: #fff;
	color: #696969;
	border: none;
	cursor:pointer;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0px 0px 0px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0px 0px 0px 1px rgba(50, 50, 50, 0.75);
}

.languages .arm {
	background-color: #696969;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	display:inline;
	margin-right: 2px;
	padding: 20px 17px;
}
.languages .arm:hover {
	background-color: #fff;
	color: #696969;
	cursor:pointer;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0px 0px 0px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0px 0px 0px 1px rgba(50, 50, 50, 0.75);
}

.projects {
    display: flex;
    flex-wrap: wrap;
}
.projects .item {
	background-color: #696969;
	position: relative;
	height: 91px;
	width: 142px;
	padding: 23px;
	margin-top: 13px;
	margin-left: 13px;
}
.projects .item:hover .item_text {
	display:block;
}
.projects .item_text {
	display: none;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    width: 94.5%;
    padding: 5px;
    vertical-align: bottom !important;
    text-align: left;
    margin-left: -23px;
    /*background-color: #00000070 !important;*/
    font-family: Tahoma;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
}
/*.projects .item_text:nth-child(3n) {*/
/*    background-color:red !important;*/
/*}*/
.header-container{
    position: sticky;
    top: 0;
    z-index:99999;
}
.header-bottom {
    background: white;
    margin-top:0;
    /*padding-right:215px;
    padding-left:215px;*/
}
.block, .block2, .block3 {
        background: white;
        padding:15px 215px;
        margin-top:0;

}
.header {
    padding:15px 215px;
}
.header-top {
    display: flex;
    justify-content: space-between;
    background: #333;
}

.header .logo {
	height: 55px;
	width: 224px;
    margin-left: 2px;
}
.header .menu {
	float: right;
	height: 54px;
	width: 54px;
	margin-left: 2px;
	margin-top: 13px;
	background-color: #696969;
    position: relative;
}
.header .menu img {
	padding:17px 0 0 12px;
}
.header .menu:hover {
	background-color: #53a029;
	cursor:pointer;
}
.header .place img,
.header .time img,
.header .function img {
	padding:12px 3px 0 0;
}
.header .place:hover,
.header .function:hover,
.header .time:hover {
	cursor:pointer;
}

.block,
.block2,
.block3 {
    list-style: none;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.block li:not(:last-child),
.block2 li:not(:last-child),
.block3 li:not(:last-child) {
    margin-right:30px;
}
.clear {
    clear: both;
}

.vline {
    min-height: 22px;
    width: 1px;
    margin: 0 auto;
	position: relative;
}

.empty {
	background-color: transparent;
	height: 91px;
	width: 142px;
	margin-top: 13px;
	margin-left: 13px;
	float: left;
	padding: 23px;
	position:relative;
}

.item {
    text-align: center;
}

.item > a {
	color: #3c3c3c;
	font-family: "Verdana", "sans-serif";
	font-size: 14px;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
 }

.item > a:hover {
	color: #53a029;
	text-decoration: none;
}

.item > a:active {
	text-decoration: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

.block .item > a:hover,
.block3 .item > a:hover{
	color: #EB7A5A  !important;
}


*::selection {
	color: #9c230f;
	background-color: rgba(128, 128, 128, 0.25);
}


#footer-menu {
	display: none;
}

.projects-contact {
	 margin-top: 83px;
 }

.lang-active {
	background-color: #fff!important;
	color: #696969!important;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(50, 50, 50, 0.75)!important;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(50, 50, 50, 0.75)!important;
	box-shadow: inset 0px 0px 0px 1px rgba(50, 50, 50, 0.75)!important;
}


.block::-webkit-scrollbar {
	width: 0px;
}

.block::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.block::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.block2::-webkit-scrollbar {
	width: 0px;
}

.block2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.block2::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.block3::-webkit-scrollbar {
	width: 0px;
}

.block3::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.block3::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.footer-top {
    background: #696969;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}
.footer-top h2 {
    color:white;
    font-family: Tahoma;
    font-size: 26px;
    margin-bottom: 35px;
}
.footer-top a {
    color: white;
    background: transparent;
    border: 1px solid white;
    padding: 10px 20px;
    font-family: Tahoma;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-bottom {
    background: #525252;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 260px;
}
.copyright {
    color: white;
    font-family: Tahoma;
    font-size: 13px;
}
.copyright a {
    color: white;
}

.block2 .item:nth-child(1n) > a:hover, .block2 .item:nth-child(1n) > a.activetype{
	color: #4ddbdb  !important;
}

.block2 .item:nth-child(2n) > a:hover, .block2 .item:nth-child(2n) > a.activetype{
	color: #f880c9  !important;
}

.block2 .item:nth-child(3n) > a:hover, .block2 .item:nth-child(3n) > a.activetype{
	color: #db4ddb  !important;
}

.block2 .item:nth-child(4n) > a:hover, .block2 .item:nth-child(4n) > a.activetype{
	color:#F4E037 !important;
}

.block2 .item:nth-child(5n) > a:hover, .block2 .item:nth-child(5n) > a.activetype{
	color: #4ddb94  !important;
}

.block2 .item:nth-child(6n) > a:hover, .block2 .item:nth-child(6n) > a.activetype{
	color: #FF8181 !important;
}

.projects .item:hover {
    background-color: #EB7A5A !important;
}
.projects .item.type-1:hover {
    background-color:#4ddbdb !important;
}
.projects .item.type-2:hover {
    background-color: #f880c9 !important;
}
.projects .item.type-3:hover {
    background-color: #db4ddb !important;
}
.projects .item.type-4:hover {
    background-color: #F4E037 !important;
}
.projects .item.type-5:hover {
    background-color: #4ddb94 !important;
}
.projects .item.type-6:hover {
    background-color: #FF8181 !important;
}


.projects .item .item_text {
    background-color: #EB7A5A !important;
}
.projects .item.type-1 .item_text  {
    background-color:#4ddbdb !important;
}
.projects .item.type-2 .item_text {
    background-color: #f880c9 !important;
}
.projects .item.type-3 .item_text  {
    background-color: #db4ddb !important;
}
.projects .item.type-4 .item_text {
    background-color: #F4E037 !important;
}
.projects .item.type-5 .item_text  {
    background-color: #4ddb94 !important;
}
.projects .item.type-6 .item_text {
    background-color: #FF8181 !important;
}
/*
.projects a:nth-child(2n) .item_text {
    background-color: #913821bd !important;
}
.projects a:nth-child(3n) .item_text {
    background-color: #B4554Abd !important;
}
.projects a:nth-child(5n) .item_text {
    background-color: #AB6856bd !important;
}
.projects a:nth-child(7n) .item_text {
    background-color: #cb4e2ebd !important;
}
.projects a:nth-child(11n) .item_text {
    background-color: #9c230fbd !important;
}
.projects a:nth-child(13n) .item_text {
    background-color: #b04324bd !important;
}*/

.header-menu img, .item img, .item {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.header-menu img, .item img {
    vertical-align: unset;
}

body, html {
        font-size: inherit;
}

.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navitem-slick-slider .slick-slide img {
        margin-right: 0;
    margin-left: auto;
    object-fit: cover;
    width: 150px;
    height: 150px;
    padding-top:15px;
    padding-bottom:15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.itemline-description {
    background-color: #d3d2d2;
    margin-top: -30px;
    padding-top: 60px;
   margin-bottom: -60px;
   padding-bottom:60px;
}

.itemline-description .project_text_title {
    font-size: 18px;
    font-weight: bold;
    
}

.itemline-description .project_text_description {
    padding-top:25px;
}

.slick-slider {
  margin-top: 60px;
}

.slick-prev, .slick-next {
  left: 50%;
  transform: translate(-50%, 0) rotate(90deg);
}
.slick-next {
  top: unset;
  bottom: -30px;
}
.slick-prev {
  top: -30px;
}

.slick-prev:before, .slick-next:before {
    color:#696969;
}
 .item-single-page {
     padding-bottom:60px;
 }
@media only screen and (min-width:1024px){
    .item-single-page .col-md-2{
        min-height:750px;
    }
}

@media (min-width: 1500px){
body .container {
    width: 1400px;
}

.header.header-top{
    padding:15px 0;
    width:1400px;
    margin:0 auto;
}

}

.header-container {
    background: #333;
}

@media screen and (max-width:760px){
    .header-desktop {
        display:none;
    }
    .header {
    padding: 15px 15px;
}
.header-container {
    position: relative;
}
.content, .footer-bottom {
    padding: 15px;
}

.header .logo {
    height: auto;
    width: 150px;
}
.main-navigation a {
    display:block;
}

.header-second {
    text-align:center;
    padding-bottom: 10px;
}
.header-second .header-menu{
    padding-right:10px;
    padding-left:10px;
}
.main-navigation .header-menu.menu-lang {
    display: inline-block;
}
.main-navigation .header-menu.menu-lang .lang-active {
    background-color:inherit !important;
    color:inherit !important;
    text-decoration:underline;
}
.empty {
    display:none;
}
body .projects .item {
    display:flex;
    width:100% !important;
    align-items:center;
    height:130px;
    padding:0;
    margin-top: 13px;
    margin-left:0;
    
}
body .projects .item img {
       margin: 0 auto;
}
body .projects .item_text {
    display: flex;
    align-items: center;
    position:relative;
    height:130px;
    vertical-align:middle;
    margin-left:0;
    flex:0 0 50%;
}
body .projects {
    width:100%;
    display: block;
    margin-right:10px;
    margin-left:10px;
}

.slick-prev, .slick-next {
  left: auto;
  transform: none;
}
.slick-next {
  top: 50%;
  bottom: auto;
}
.slick-prev {
    left: -25px;
  top: 50%;
  z-index:999;
}
.navitem-slick-slider .slick-slide img {
    width: 100%;
    height: 100%;
        padding: 5px;
}
.navitem-slick-slider.slick-slider {
    margin-top:0;
}
body .itemline-description {
    margin-bottom:auto;
    padding-bottom:inherit;
}
body .about_us_text {
    width:auto;
}

body .contact_register input {
    width:200px;
}
.projects .item-news {
    width:90%;
    float:none;
}
.about-container .line_1 {
    height:130px;
}
.about-container .line_2 {
    height:80px;
}
.about-container .line_3 {
    height:120px;
}

.about-container .empty-space {
    padding:30px 0 0 0;
}

.block, .block2, .block3 {
    padding:15px 15px;
}

}
@media screen and (min-width:760px){
    .header-mobile {
        display:none;
    }
}