@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

html,
body {
    height: 100%;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
}

a {
    text-decoration: none;
}

.nav-left {
    background-color: #fff;
    border-bottom: 1px solid #c7bfbf;
    height: 90px;
}

.navbar-brand {
    padding: 5px 15px;
}

.navbar-brand img {
     height: 80px;
}

button.navbar-toggle {
    background-color: #313130;
    padding: 14px 10px;
    border-radius: 100px;
    margin-top: 25px;
}

button.navbar-toggle span {
    background-color: #fff;
}

#w0-collapse {
    background-color: #fff;
}

#w1 {
    text-align: center;
    text-transform: uppercase;
    margin: 20px;
}

#w1 a {
    color: #262626;
}

#w1 a:hover {
    color: #9d0b0b;
    background-color: transparent;
}

#language {
    text-align: center;
    margin-bottom: 20px;
}

#language a {
    text-transform: uppercase;
    margin: 0 10px;
    color: #262626;
    text-decoration: none;
}

#language a:hover {
    color: #9d0b0b;
}

.site-home {
    background: url("../img/bg.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    position: fixed;
}

.home-head {
    text-align: center;
    margin-top: 20px;
}

.home-head span {
    display: none;
}

.home-head a {
    margin-right:10px;
    padding-left: 10px;
}

.home-head a img {
    height: 32px;
    width: 32px;
    opacity: 1;
    transition: opacity 0.5s;
}

.home-head a img+img {
    opacity: 0;
    position: absolute;
    margin-left: -32px;
    transition: opacity 0.5s;
}

.home-head a:hover img {
    opacity: 0;
    transition: opacity 0.5s;
}

.home-head a:hover img+img {
    opacity: 1;
    transition: opacity 0.5s;
}

.head {
    height: calc(100vh - 220px);
    display: flex;
}

.head div {
    margin: auto auto auto 0;
}

.head h1 {
    font-size: 50px;
    font-family: "Open Sans ExtraBold", sans-serif;
    font-weight: 900;
}

.head div div {
    border-bottom: 2px solid #9d0b0b;
}

.head h2 {
    font-family: "Open Sans Light", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;

}

.head-footer {
    font-size: 16px;
    line-height: 40px;
    font-family: "Open Sans Light", sans-serif;
    font-weight: 300;
}

.foot-left {
    float: left;
}

.foot-left a {
    color: #9d0b0b;
}

.foot-left br {
    display: none;
}

.foot-righp {
    display: none;
}

.foot-righp p {
    float: left;
    margin-left: 40px;
}

.about {
    background-color: #e6e6e6;
    position: absolute;
    color: #5c5c5c;
    padding: 20px;
    padding-top: 100px;
    min-height: 100vh;
}

.about h2, .contact h2 {
    text-transform: uppercase;
    color: #070707;
    font-size: 40px;
}

.about div.doard1, .contact div.bord {
    border-bottom: 2px solid #9d0b0b;
    margin-bottom: 40px;
}

.about p {
    letter-spacing: 1px;
}

.animated {
  -webkit-animation-duration: .6s;
  -o-animation-duration: .6s;
  -moz-animation-duration: .6s;
  animation-duration: .6s;
  opacity: 1;
  transition: opacity 0.5s;
}

.annn1 {
    transition: opacity 0s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s 
}

.annn2 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.map {
    position: relative;
    background-color: #fff;
    width: 100%;
    margin-top: 90px;
    height: 50vh;
}

.contact {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding: 40px 0;
    transition: opacity 0s;
    transition-delay: 1s; 
}

.contact img {
    float: left;
}

.contact .col-lg-6 {
    padding: 0
}

.contact .col-lg-6 p {
    color: #070707;
    margin-left: 80px;
}

.contact h3 {
    text-align: center;
    color: #070707;
    margin: 30px auto;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}


.form-control {
    background-color: #e6e6e6;
    border: 0 transparent solid;
    border-bottom: 2px solid #ff0000;
    border-radius: 0;
    color: #070707;
}

.form-control:focus {
    border-bottom: 2px solid #565555;
}

.has-success .form-control {
    border-bottom: 2px solid #ff0000;
}

.help-block-error {
    margin-left: 0;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #070707;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #070707;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #070707;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #070707;
}

.btn-form {
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    background-color: #ff0000;
    border: none;
    padding: 8px 32px;
    font-size: 18px;
}

.btn-form:hover {
    background-color: #ab0707;
}

.animOut {
    opacity: 0;
    transition: opacity 0.5s;
}

.displaynone {
    display: none !important;
}

.active {
    pointer-events: none;
}

.team_list {
	list-style: none;
	padding-left: 0;
}

.team_list li a {
	margin: 20px 0;
    padding: 20px 0;
    display: list-item;
    cursor: pointer;
}

.team_list li a:hover p {
	color: #ff0000;
}

.team_list li a p {
	float: left;
	color: #070707;
	font-size: 16px;
}

.team_list li a p+p {
	float: right;
	margin-right: 20px;
	font-style: italic;
	color: #757575;
	display: none;
}

.team {
    width: 100%;
}

.team_item {
    margin-top: 90px;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    position: absolute;
    display: block;
}

.team_item a {
    text-align: right;
    color: #ff0000;
    text-transform: uppercase;
    cursor: pointer;
}

.team_item a img {
    width: 14px;
    margin-right: 16px;
}

.team_item .user {
    border-radius: 200px;
    border: 4px solid #7a787a;
    max-width: 200px;
    margin: 40px auto;
}

.team_item h2, .team_item h3 {
    color: #161616;
}

.team_item h2 {
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0px;
    font-size: 36px;
}

.team_item h3 {
    font-weight: 300;
    font-style: italic;
    line-height: 38px;
}

.team_item h4 {
    color: #ff0000;
    font-weight: 300;
    font-style: italic;
}

.team_item p {
    color: #373636;
    max-width: 400px;
    margin: 30px auto 10px;
}

.team_item .col-sm-6 img {
    margin-right: 14px;
}

.slideOutLeft {
    animation-delay: 0 !important;
}

.mob {
	animation-name: slideOutLeft !important;
	animation-delay: 1s !important;
}


@media (min-width: 768px) {
    .nav-left {
        right: auto;
        position: fixed;
        height: 100vh;
        left: 0;
        top: 0;
        width: 116px;
        border-right:  1px solid #d1d1d1;
    }

    .navbar-brand {
        padding: 15px 15px;
        height: auto;
    }

    #w1 {
        margin: 0px;
        position: absolute;
        left: 0;
        top: calc(50% - 125px);
    }

    #w1 li {    
        width: 100%;
    }

    .navbar-brand img {
         height: 100px;
    }

    .home-head {
        text-align: right;
        font-size: 16px;
    }

    .home-head span {
        display: inline;
        margin-left: 20px;
    }

    #language {
        position: absolute;
        bottom: 15px;
    }

    .site-home {
        padding-left: 115px;
        padding-top: 0px;
    }

    .head {
        height: calc(100vh - 152px);
        display: flex;
    }

    .head h1 {
        font-size: 80px;
    }

    .head div div {
        border-bottom: 2px solid #9d0b0b;
        margin-left: 80px;
        max-width: 500px;
    }

    .head h2 {
        font-size: 20px;
        line-height: 28px;
        margin-left: 80px;
        max-width: 500px;
        letter-spacing: 1px;
    }

    .foot-left {
        display: none;
    }

    .foot-left br {
        display: block;
    }

    .foot-righp {
        display: block;
        float: right;
    }

    .about {
        width: 70%;
        padding-left: 130px;
        padding-top: 00px;
    }

    .about div.doard1 {
        width: 300px;
    }

    .about h2, .contact h2 {
        margin-left: 40px;
    }

    .about p {
        margin-left: 22px;
    }

    .map {
        width: calc(50% - 57px);
        margin-top: 0px;
        margin-left: 115px;
        height: 100vh;
        float: left;
        position: fixed !important;
        z-index: 2;
    }  

    .contact {
        width: calc(50% - 58px);
        min-height: 100vh;
        float: right;
        padding: 0;
    }  

    .contact .col-lg-6 {
        padding: 0 15px
    }

    .team {
    	width: 100%;
    }

    .team_list li a p+p {
    	display: block;
    }

    .team_item {
        margin-top: 0px;
    }

    .mob {
		animation-name: none !important;
		animation-delay: 1s !important;
	}

}

@media (min-width: 992px) {

    .site-home {
        padding-left: calc( 5vw + 115px );
        padding-right: 5vw;
    }

    .foot-left {
        display: block;
    }

    .about {
        width: 66%;
        padding-left: 150px;
        padding-top: 60px;
    }

    .about p {
        line-height: 24px;
    }

    .team {
        width: 100%;
    }

    .contact {
        padding-top: 60px;
    } 
}

@media (min-width: 1200px) {

    .head h1 {
        font-size: 100px;
    }

    .head div div {
        border-bottom: 2px solid #9d0b0b;
        margin-left: 100px;
        max-width: 600px;
    }

    .head h2 {
        font-size: 24px;
        line-height: 38px;
        margin-left: 100px;
        max-width: 600px;
    }

    .about {
        width: 50%;
    }    

    .about h2 {
        text-transform: uppercase;
        color: #070707;
        font-size: 60px;
    }

    .about div.doard1 {
        border-bottom: 2px solid #9d0b0b;
        margin-bottom: 40px;
    }

    .contact h2 {
        font-size: 60px;
    }

    .contact div.bord {
        max-width: 600px;
    }

    .form-control {
        font-size: 16px;
        line-height: 23px;
        height: 40px;
    }

    .team {
        float: left;
        z-index: 100;
    }

    .team_list li a p {
		font-size: 16px;
	}

    .team_item {
        width: 50%;
        float: right;
        height: 100vh;
        position: fixed;
        right: 0;
    }

    .team_item a {
        display: none;
    }

}

