@import "https://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic";
body {
    font-family: 'Roboto', sans-serif
}
section {
    padding: 100px 0 50px;
    overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #202020;
    -webkit-font-smoothing: antialiased !important
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none
}
p {
    color: #1b4f9b;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased !important
}
section.color {
    background: #F2F2F2
}

.container {
    max-width: 1170px;
    width: 100%
}
.title {
    text-align: center;
    margin-bottom: 40px
}
.title h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px
}
.title h2 {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 5px
}
.title p {
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    font-size: 14px;
    line-height: 27px
}
.title.white h1,
.title.white h2,
.title.white p {
    color: #fff
}
.img-responsive,
.thumbnail > img {
    width: 100%
}
.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #fff;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    background: transparent
}
.animated {
    visibility: hidden
}
.visible {
    visibility: visible
}

.navbar-default,
.btn,
.we-are-block i,
.contact-details {
    background: #254E80;
}
.btn:hover,
#portfolio .item ul > li i:hover,
#footer li > a:hover{
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}
#pageloader {
    background-color: #F2F2F2;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}
.loader-item {
    background: url(../images/loader.gif) no-repeat;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px
}

.navbar-default {
    border-color: #4c75a9;
    margin-bottom: 0;
    z-index: 9999
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
    font-size: 34px;
    
    font-weight: 700;
   
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent
}
.navbar-default .navbar-header p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 30px;
    padding-top: 25px;
    line-height: 30px;
    outline: none
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    letter-spacing: 1px
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #202020
}
.navbar-toggle {
    position: absolute;
    top: 15px;
    right: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0
}

.navbar-header{
	position: relative;
    padding: 0 0 0 85px;
}
.navbar-brand{
	padding:18px 15px 5px 15px;
}

.navbar-header:before {
    background: url(../images/logo.png) no-repeat;
    content: '';
    position: absolute;
    top: 12px;
    left: 3px;
    width: 64px;
    height: 64px;    
    background-size: cover;
}

.navbar-nav>.active>a{
	color:#fff!important;
	font-weight:bold!important;		
}

.navbar-nav > .active {
    border-bottom: 1px solid #DA5C53;
    background: #DA5C53;
	color
}

@media only screen and (max-width:767px) {
	/*------Navigation Bar-------*/
	.navbar-default .navbar-header p{
		clear:both;
		margin-left:15px;
		font-size: 12px;
	}
	
	.navbar-default .navbar-brand,
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		font-size: 27px!important;
	}
	
	.container>.navbar-header{
		margin-left:0px!important;
		padding: 0 0 0 65px;
	}
	
	.modal_block{
		width: 90%!important;		
	}
	
	.video_frame{
		width:100%!important;
	}
	
	.scroll-down div{
		width:114px!important;
		top:8px!important;
		padding: 20px 25px!important;
		font-size: 1.6rem!important;
	}
	.scroll-down a span{
		height: 84px!important;
		width: 84px!important;
	}
	
	.dropdown-toggle:checked + .dropdown-label + .dropdown-content {
		height: 24vh!important;
		position: absolute;
		bottom: 0;
		/*left: -1px;*/
		width: 100%;
		padding:25px;
		overflow-y:scroll;
	}
	.dropdown-toggle:checked + .dropdown-label{
		top: -29vh!important;
	}
}

.text-slider {
    background: url(../images/logo_head.jpg) no-repeat fixed;
    border-color: #000000;
    position: relative;
    overflow: hidden;
	background-size: cover;

}
.text-slider .slider-container {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}
.slider-text .item {
    display: block;
    width: 100%;
    height: auto
}
.slider-text .item h3 {
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px
}
.slider-text .item p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 40px
}


.owl-pagination {
    text-align: center
}
.owl-controls .owl-page {
    display: inline-block;
    height: 20px
}
.owl-page > span {
    background: #fff;
    display: block;
    height: 10px;
    margin: 0 15px;
    width: 10px;
	border-radius:50%;
}
.owl-page.active > span {
    background: #000;
    border: 7px solid #fff;
    height: 25px;
    width: 25px;
    margin: -7px 8px
}

.scroll-down {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
.scroll-down > a {
    text-align: center;
    color: #fff;
    font-size: 28px;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;    
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: grid;
	justify-content: center;
    position: relative;
    justify-items: center;
	
}

.scroll-down div{
	
    top: 21px;    
    font-size: 2rem;
    z-index: 2;
    background: #da5c53;   
    width: 150px;
    border-radius: 5px 5px 0 0;
    height: 42px;
    padding: 11px 25px;
}

.scroll-down a span{
	height: 110px;
    width: 110px;
    background-color: #da5c53;    
    position: relative;
    bottom: 35px;    
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(-45deg);
    border-radius: 0.25em 3.25em 0.25em 0.25em;
}

#scrollBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	width: 50px;
	height: 50px;
	background-color: #DA5C53;
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
}


/*
 Модальное окно
*/

.modal-bg {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Прозрачность фона */
    opacity: 0;
    transition: opacity 0.3s ease; /* Плавность открытия и закрытия */
}

.modal_block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 60px 20px 20px 20px;
    border-radius: 10px;
    /*width: 63%;*/
}

.close_modal_block {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 23px;
}

.close_modal_block:hover,
.close_modal_block:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.video_frame{
	width:100%;
	height:auto;
}


 /** раскрывающийся блок текстовой инструкции **/
 
 .container1 {
    position: absolute;
    
    width: 100%;
}

.dropdown-toggle {
    display: none;
}
.dropdown-toggle:checked + .dropdown-label {
    top: -74vh;
    width: 100%;
    text-align: center;
    background: #0f55a0;
    height: 42px;
    /* padding: 15px; */
    display: block;
    color: #fff;
	border-radius: 10px 10px 0 0;
}
.dropdown-label {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    width: 100%;
    text-align: center;
    background: #0f55a0;
    height: 42px;
    padding: 12px;
    display: block;
    color: #fff;
    /* transition: top 0.3s ease; */
	border-radius: 0 0 10px 10px;
}


.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    margin-left: 5px;
    /* transition: transform 0.3s ease; */
}
.dropdown-toggle:checked + .dropdown-label .arrow {
    transform: rotate(180deg);
}
.dropdown-toggle:checked + .dropdown-label + .dropdown-content {
    height: 69.7vh;
    position: absolute;
    bottom: 0;
    /*left: -1px;*/
    width: 100%;
	padding:25px;
}
.dropdown-content {
    overflow: hidden;
    height: 0;
    /* transition: height 0.3s ease; */
    background: #f5f5f5;
    /* transition: height 0.3s ease; */
    z-index: 3;
}

 
 /** END раскрывающийся блок инструкции **/

/* END Модальное окно*/


/* Анимация кнопки */

 .scroll-down a div {
            
            height: 49px;
            position: relative;
            box-sizing: border-box;
        }

.scroll-down a div::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 5px solid rgba(218, 92, 83, 1);
	animation: pulse 4s ease-in-out infinite; /* Общая длительность 6 секунд: 2 сек анимация + 4 сек пауза */
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
}

@keyframes pulse {
	0% {
		opacity: 1;
		border-width: 5px;
		transform: scale(1);
	}
	33% {
		opacity: 0;
		border-width: 20px;
		transform: scale(1.2); /* Увеличение наружу */
	}
	34% {
		opacity: 0;
		border-width: 5px; /* Возврат к исходному состоянию */
		transform: scale(1);
	}
	100% {
		opacity: 0;
		border-width: 5px;
		transform: scale(1); /* Пауза до следующего цикла */
	}
}


/* END  Анимация кнопки */


#portfolio {
    padding-bottom: 80px;
	/*background:#dfdfdf;*/
}
#portfolio ul,
#portfolio .item ul {
    text-align: center;
    padding: 0;
    list-style: none;
	margin: 0px 0 40px 0;
	width:100%
	text-align:left;
}
#portfolio .item {
    float: left;    
    overflow: hidden;
    position: relative;
    background: #4c75a9
}
#portfolio .item h3 {
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    padding: 0 15px 0px 15px;    
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
	margin:0 0 -45px 0;
}
#portfolio ul > li {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    position: relative
}
#portfolio ul > li:after {
    position: absolute;
    content: "/";
    right: 0
}
#portfolio ul > li:last-child:after {
    content: ""
}
#portfolio ul > li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;    
    color: #000;
    padding-right: 10px
}
#portfolio .item img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative
}
.project-grid .grid-sizer {
    width: 33%
}
.project-grid .mini-item {
    width: 33%;
    border: 5px solid #dfdfdf
}

#portfolio .item {
        position: relative;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url(../images/logo2.png) 13px 16px no-repeat;
    background-color: #4c75a9;
    background-size: 100px 100px;
	border-radius: 10px;
}

#portfolio .item ul {
    height: 100%;
    margin-bottom: 0;
    padding: 10px 0
}
#portfolio .item ul > li a {
    padding: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 10px
}

#portfolio .item:hover img {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0.5
}
#portfolio .item:hover h3 {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    opacity: 1
}

#portfolio .item:hover {
    background-color: #254e80;    
    transition: all linear .5s;
}



.item-caption {
    border-top: 1px solid #fff;
    margin: 15px 0 0 0;
}

.item-caption ul li{
    display: inline-flex!important;
    padding: 0 12px!important;    
}



.item-caption ul li:after {
    position: absolute;
    content: "/";
    right: -9px!important;    
    font-size: 24px;
}

#contact {
    background: url(../images/bg/contact.jpg)fixed;
    padding-bottom: 0;
    position: relative
}
.input-group {
    width: 100%
}
.form-group {
    margin-bottom: 30px
}
.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0
}
.form-control::-moz-placeholder {
    color: #fff
}
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    font-style: normal
}
.has-error .form-control:focus,
.has-error .form-control {
    border-color: #a94442
}
#contact .btn {
    margin: 25px 0 60px;
    float: right;
    background: transparent;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 80px;
    text-transform: none
}
.message-box i {
    padding-right: 37px
}
.contact-details {
    padding: 50px 20px;
    background: #4c75a9;
    text-align: center;
    position: relative
}
.contact-details .icon-circle {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #306D75;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 18px 0;
    margin: 0 auto;
    color: #306D75;
    overflow: hidden
}
.contact-block:hover .icon-circle {
    color: #fff
}
.contact-block {
    margin-bottom: 30px
}
.contact-block i {
    font-size: 34px;
    position: absolute;
    left: 0;
    right: 0;
    display: block
}
.contact-block:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards
}

.contact-block:hover .icon-circle
{
	background:#DA5C53;
}

.contact-details h3 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px
}
.contact-details p,
.contact-details p a {
    color: #fff;
    font-size: 14px;
    line-height: 14px
}

.color{
	color:#DA5C53;
}

#footer {
    background: #254E80;
}
#footer p {
    color: #fff;
    margin: 32px 0;
    font-size: 12px
}
#footer ul {
    float: right;
    margin: 0;
    padding: 24px 0;
    text-align: center
}
#footer li {
    display: inline-block;
    font-size: 24px;
    padding: 0 5px
}
#footer li > a {
    color: #fff;
    background: #4a4a4a;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 8px 0
}
#portfolio ul > li a.active,#portfolio .item ul > li i:hover,
.form-control:focus{
	color:#DA5C53;
	border-bottom: 2px solid #da5c53;
    
}

.form-control:focus{
  	 border-color:#DA5C53;
}
	 
	