@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=cyrillic');

body {
    font-family: 'Ubuntu', sans-serif;
}

header {
    position: relative;
    margin: 0;
    padding: 41px 0 63px 0;
    overflow: hidden;
    z-index: 11;
    background: url(../img/pattern.png) repeat;
}

.navbar .nav-item {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar .nav-item.active>.nav-link{
    color: #007bff;
}

.display-1, .display-2, .display-3, .display-4 {
    text-transform: uppercase;
}

.bg1 {
    background-image: url('../img/bg1.jpg');
    background-position: center;
    background-size: cover;
}

.slider {
    height: 500px;
}

.slider-item {
    position: absolute;
    bottom: 30px;
    right: 0;
}

@media (max-width: 575.98px) {
    .navbar .navbar-brand {
        width: 50%;
    }

    .navbar .navbar-brand img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: block!important;
    }

    .navbar-nav {
        float: right;
    }

}

/*
.btn-primary {
    color: #fff;
    background-color: #ee9227;
    border-color: #ee9227;
}
*/

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font: 400 40px/80px 'FontAwesome';
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
    content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-prev, .owl-next {
    display: none;
    position: absolute;
    bottom: 50px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .120em;
    -webkit-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
}

@media (min-width: 768px) {
    .owl-prev, .owl-next {
        display: block;
    }
}

.owl-prev {
    left: 30px;
    padding-left: 35px;
}

.owl-prev:before {
    position: absolute;
    left: 0;
    top: 44%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\e5c4';
    font-family: 'Material Icons', sans-serif;
    font-size: 20px;
}

.owl-next {
    right: 30px;
    padding-right: 35px;
}

.owl-next:after {
    position: absolute;
    right: 0;
    top: 44%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\e5c8';
    font-family: 'Material Icons', sans-serif;
    font-size: 20px;
}

/*
 * Owl Pagination
 */
.owl-dots {
    text-align: center;
    margin-top: 40px;
    margin-left: -20px;
}

.owl-dot {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-left: 20px;
    width: 10px;
    height: 10px;
    outline: none;
    cursor: pointer;
    background-color: #e1e1e1!important;
    -webkit-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
}

.owl-dot:hover, .owl-dot:focus, .owl-dot.active {
    background-color: #007bff!important;
}

.owl-carousel-wrap {
    position: relative;
}

.owl-carousel-wrap .product {
    margin-right: -4px;
}

@media (min-width: 1200px) {
    .owl-carousel-wrap.wrap-fluid .owl-dot, .owl-carousel-wrap.owl-carousel-wrap-bullet .owl-dot {
        display: none;
    }
}

.owl-custom-navigation {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media (min-width: 1200px) {
    .owl-custom-navigation {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.owl-custom-navigation .owl-prev, .owl-custom-navigation .owl-next {
    z-index: 100;
    display: none;
    position: absolute;
    bottom: 25px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .120em;
    -webkit-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
}

@media (min-width: 768px) {
    .owl-custom-navigation .owl-prev, .owl-custom-navigation .owl-next {
        display: block;
    }
}

.owl-custom-navigation .owl-prev:hover, .owl-custom-navigation .owl-next:hover {
    color: #ffde00;
}

.owl-custom-navigation .owl-prev {
    left: 30px;
    padding-left: 35px;
}

.owl-custom-navigation .owl-prev:before {
    position: absolute;
    left: 0;
    top: 44%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\e5c4';
    font-family: 'Material Icons', sans-serif;
    font-size: 20px;
}

.owl-custom-navigation .owl-next {
    right: 30px;
    padding-right: 35px;
}

.owl-custom-navigation .owl-next:after {
    position: absolute;
    right: 0;
    top: 44%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\e5c8';
    font-family: 'Material Icons', sans-serif;
    font-size: 20px;
}

@media (max-width: 767px) {
    .owl-custom-navigation-gray {
        position: relative;
        display: block;
        margin-top: 40px;
    }
}

.owl-custom-navigation-gray .owl-prev, .owl-custom-navigation-gray .owl-next {
    top: auto;
    bottom: 0;
    display: block;
    color: #686868;
}

@media (min-width: 768px) {
    .owl-custom-navigation-gray .owl-prev, .owl-custom-navigation-gray .owl-next {
        top: 30px;
        bottom: auto;
    }
}

.owl-custom-navigation-gray .owl-prev:hover, .owl-custom-navigation-gray .owl-next:hover {
    color: rgba(104, 104, 104, 0.3);
}

.owl-custom-navigation-gray .owl-prev {
    left: 0;
}

.owl-custom-navigation-gray .owl-next {
    right: 0;
}


#contact-form ._placeholder{width:100%;position:absolute;left:0;top:0;display:block;line-height:22px;font-size:14px;font-family:'Lato', sans-serif;padding:7px 17px 12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;cursor:text;color:#6d6d6d;}
#contact-form ._placeholder.focused{opacity:0.4;filter:alpha(opacity=40);-webkit-box-shadow:0px 0px 7px 0px rgba(237, 44, 53, 0.7);box-shadow:0px 0px 7px 0px rgba(237, 44, 53, 0.7);}
#contact-form ._placeholder.hidden{display:none;}
#contact-form .file ._placeholder{display:none;}

