*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
}

body input:required:valid, body textarea:required:valid {
}

body {
    font-family: "museo_sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
}

a {
    color: #929292
}

img {
    max-width: 100%;
}

.container-full {
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
    position: relative;
}

header {
    background: #000;
    position: relative;
    z-index: 200;
}

header > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 1rem;
    font-weight: 300;
}

.header-order {
    padding: 17px 0 17px 50px;
    background: transparent url("../img/header-ar.png") no-repeat left center;
}
.header-order a{
    color:#fff;
    font-size:14px;
    text-decoration:none;
    line-height: 1;
    display: block;
    padding-bottom: 2px;
}

.header-phone {
    padding: 17px 0 17px 10px;
}

.header-phone a {
    font-family: Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.header-phone a:hover {
    text-decoration: underline;
}

.header-logo {
    display: block;
    width: 160px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-logo img {
    display: block;
    width: 100%;
}

.header-menu {
    padding: 0;
    margin: 0;
    width: 40%;
}

.header-menu > ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    list-style: none;
    width: 100%;
}

.header-hamburger {
    width: 36px;
    height: 36px;
    color: #808080;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.header-hamburger:hover {
    color: #fff;
}

.header-hamburger svg {
    width: 36px;
    height: 36px;
}

.header-menu > ul > li {
    padding: 0;
    display: inline-block;
    position: relative;
    margin: 0 15px;
}

.header-menu > ul > li > ul {
    padding: 10px 25px;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: -25px;
    margin: 0;
    z-index: 2;
    list-style: none;
    background: #000;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(1, 1, 1, 0.1);
    box-shadow: 0px 3px 0px 0px rgba(1, 1, 1, 0.1);
}

.header-menu > ul > li > ul a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #808080;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-menu > ul > li > ul a:hover {
    color: #fff;
}

.header-menu > ul > li > a {
    display: block;
    padding: 4px 0;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #808080;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-menu > ul > li > a:hover {
    color: #fff;
}

.header-menu > ul > li:hover > ul {
    display: block;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.header-menu > li.active > a {
    border-top: 2px #222 solid;
    border-bottom: 2px #222 solid;
}

#mobile-menu {
    display: none;
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #f3f3f3;
    overflow: auto;
}

#mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 15px;
}

#mobile-menu ul li {
    padding: 10px 0;
    margin: 0;
}

#mobile-menu a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
}

.header-img-container {
    display: block;
    position: relative;
    overflow: hidden;
    height: 410px;
    text-align: center;
}


.header-img-container.mini {
    height: 246px;
}


.header-img {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-position: center center;
    background-size: cover;
    cursor:pointer;
}

.header-img img {
    max-width: 100%;
    max-height: 100%;
    display:block;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

footer {
    background: #000;
    color: #fff;
    padding: 10px 0 15px;
    font-weight: 300;
}

footer .contacts, .contactsen {
    margin-bottom: 30px;
    padding: 60px 60px 0 60px;
    position: relative;
    display: inline-block;
    text-align: left;
}

footer .contacts:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 200px;
    height: 58px;
    width: 51px;
    background: transparent url("../img/ico_b_email.png") no-repeat top right;
}

footer .contactsen:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 200px;
    height: 58px;
    width: 51px;
    background: transparent url("../img/text.png") no-repeat top right;
}

footer .contacts:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 54px;
    width: 71px;
    background: transparent url("../img/ico_b_phone.png") no-repeat top right;
}


footer .contactsen:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    height: 54px;
    width: 71px;
    background: transparent url("../img/call.png") no-repeat top right;
}

footer .contacts, .contactsen a {
    color: #929292;
    text-decoration: none;
    font-size: 14px;
   
    line-height: 1;
    margin-top: 5px;
	

}

footer .contacts, .contactsen a:hover {
    color: #808080;
}

footer .subscribe {
    margin-bottom: 27px;
    max-width: 450px;
    display: inline-block;
}

footer .subscribe .title {
    font-size: 14px;
    color: #fff;
}

footer .subscribe form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
}

footer .subscribe input[type=text] {
    background: #000;
    border: 1px solid #808080;
    color: #808080;
    padding: 12px;
    width: 100%;
    max-width: 400px;
    display: inline-block;
    vertical-align: top;
}

footer .subscribe button {
    background: transparent url("../img/ico_b_search.png") no-repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    cursor: pointer;
    height: 48px;
    margin-left: 14px;
    text-indent: -9999px;
    width: 24px;
    vertical-align: top;
}

footer .social{
    background: transparent url("../img/ico_b_soc.png") no-repeat center top;
    padding-top: 70px;
    width: 200px;
    display: inline-block;
    margin-bottom: 30px;
}

footer .socialen{
    background: transparent url("../img/follow.png") no-repeat center top;
    padding-top: 50px;
    width: 200px;
    display: inline-block;
    margin-bottom: 30px;
}

footer .social , .socialen a {
    display: inline-block;
    margin: 0 0 0 14px;
    opacity: 0.5
}

footer .social , .socialen a:hover {
    opacity: 0.7
}

footer .social, .socialen a:active {
    opacity: 1
}

footer .social , .socialen img {
    display: block;
}

.nearest_sect, .archive_sect {
    text-align: center;
    margin: 40px 0 -20px 0;
}

h2.sect-title {
    border-bottom: 3px solid;
    border-top: 3px solid;
    display: inline-block;
    font-size: 30px;
    letter-spacing: 8px;
    line-height: 1.1;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: "Conv_Original", Verdana, Arial, sans-serif;
}

h2.sect-title-full {
    display: block;
    text-align: center;
}


.btn {
    line-height: 1.2;
    padding: 8px 25px;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    background: transparent url(../img/btn-bg.png) no-repeat center center;
    background-size: contain;
    height: 49px;
    width: 100%;
    max-width: 304px;
    display: block;
    color: #000;
    line-height: 33px;
    text-align: center;
    margin-bottom: 15px;
}

.btn-inline {
    display: inline-block;
    margin-bottom: 15px;
}

.btn-black {
    background: #222;
    color: #fff !important;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.btn-detail:after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(229, 172, 142, 0)));
    background: -webkit-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
    background: -o-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -ms-transform: rotate(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    -webkit-animation: sheen 1s forwards infinite;
    animation: sheen 1s forwards infinite;
}

@-webkit-keyframes sheen {
    100% {
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em);
    }
}

@keyframes sheen {
    100% {
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em);
    }
}

.btn-black:hover {
    background: #444;
    color: #fff;
}

.btn-green {
    background: #008000;
    color: #fff !important;
    margin-right: 10px;
    margin-left: 10px;
}

.btn-green:hover {
    background: #0b9e0b;
    color: #fff;
}

article{
    padding: 100px 0;
    color: #808080;
    font-size: 14px;
    letter-spacing: 0.2px;
}
h2.title{
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    border-top:1px #000 solid;
    border-bottom:1px #000 solid;
    font-weight: 300;
    padding: 16px 0;
    font-family: "Conv_Original", Verdana, Arial, sans-serif;
    margin-top:30px;


}
.center > *{
    margin-left:auto;
    margin-right:auto;
    display:block;
}

#jbForm_apply .jb_inset {
    max-width: 900px;
    background: rgba(0, 0, 0, 0.65);
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#jbForm_apply .jb_form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#jbForm_apply .jb_input {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    padding: 0 15px;
}
#jbForm_apply .jb_input.full-width{
   width:100%;
}
#jbForm_apply input[type=submit]{
    max-width:300px;
    margin: auto
}

#jbForm_apply {}

#jbForm_apply .jb_title {
    color: #fff;
}

#jbForm_apply label {
    color: #fff;
}

#jbForm_apply textarea {
    border: 1px #000 solid;
}
#jbForm_apply .jb_success, #jbForm_apply .jb_fail, #jbForm_apply .jb_progress {
    color: #eee;
}

.apply_section .header-img{
    min-height: 100vh;
}
#hvideo{
  position: relative;
  background-color: transparent;
  overflow: hidden;
  margin-right: -2rem;
  margin-left: -2rem;
}
#hvideo .header-img{
    position:relative;
    z-index:5
}
#hvideo.play .header-img{
    z-index:0
}
#hvideo video {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity:0;
  transition: opacity 0.3s;
}
#hvideo.play video{
  opacity:1;
}