@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProRegular.eot');
    src: local('GothamProRegular'),
         local('GothamPro'),
         url('fonts/GothamProRegular.ttf') format('truetype'),
         url('fonts/GothamProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProMedium.eot');
    src: local('GothamProMedium'),
         url('fonts/GothamProMedium.ttf') format('truetype'),
         url('fonts/GothamProMedium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProLight.eot');
    src: local('GothamProLight'),
         url('fonts/GothamProLight.ttf') format('truetype'),
         url('fonts/GothamProLight.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

body {
    font: 16px/19px 'GothamPro';
    overflow-x: hidden;
}

h1 {
    margin: 65px 0 24px;
}

.container_padding_0 {
    padding: 0 0 30px 0;
}

.container_padding_0 h2{
    margin-top: 20px;
}

.btn-lg {
    white-space: normal;
}

.right-text{
	text-align: right;
}

.center-position{
	text-align: center;
}

.left-text{
	text-align: left;
}

.form-control::-webkit-input-placeholder {color:#fff;text-align:center;}
.form-control::-moz-placeholder          {color:#fff;text-align:center;}/* Firefox 19+ */
.form-control:-moz-placeholder           {color:#fff;text-align:center;}/* Firefox 18- */
.form-control:-ms-input-placeholder      {color:#fff;text-align:center;}
/*.input1::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.input1::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.input1:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.input1:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
*/
.form-control:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.form-control:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.form-control:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.form-control:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.form-control.error      { border-color: red; }

.title_size_48 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: -10px;
}
.title_size_36 {
    font-size: 25px;
    line-height: 43px;
    font-weight: lighter;
    margin-bottom: 23px;
}

.table-photo{
	max-width: 200px;
}

@media(min-width: 480px) {
    .title_size_36 {
        font-size: 36px;
    } 
}

.title_size_30 {
    font-size: 30px;
    line-height: 36px;
    font-weight: lighter;
}
.title_size_24 {
    font-size: 24px;
    line-height: 32px;
    font-weight: lighter;
	clear: both;
    padding-top: 30px;
}
.title_size_18,
.title_size_18.btn-border {
    font-size: 18px;
    line-height: 24px;
    font-weight: lighter;
	clear: both;
	padding-top: 10px;
    padding-bottom: 10px;
}

.btn-border2 {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 55px;
    border-radius: 3px;
}
.title_size_18_2,
.title_size_18_2.btn-border2 {
	background: transparent;
    font-size: 18px;
    line-height: 24px;
    font-weight: lighter;
	clear: both;
	padding-top: 10px;
    
}

.title_size_14 {
    font-size: 14px;
    line-height: 17px;
    font-weight: lighter;
}
.subtitle {
    margin-bottom: 47px;
}

.subtitle_spec {
	margin-bottom: 27px;
}

.subtitle-high {
    margin-bottom: 87px;
}

.text-gray {
    color: #838383;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}

@media(max-width: 991px) {
	.center-text-headline{
    line-height: 1.2;
    margin: 0px 0px 30px 0;
	}
    .center-text {
    text-align: center;
	}
	.right-text{
	text-align: center;
	}
}

@media(max-width: 736px) {
	.center-text-headline{
    margin: 30px 0px 30px 0;
	}
}
@media(max-width: 375px) {
	.title_size_48{
	font-size:36px;
	}
    .title_size_24{
    font-size:18px;
	}
}
@media(max-width: 332px) {
	.title_size_48{
	font-size:30px;
	}
    .title_size_24{
    font-size:16px;
	}
}
.image_shadow {
    box-shadow: 0 0 27px rgba(0,0,0,.1);
}

.bg-image {
    color: #fff;
    padding-top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bg-image-light {
    color: #000000;
    padding-top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bg-image_type_only-title {
    padding-top: 120px;
}

@media(max-width: 480px) {
    .bg-image_type_only-title {
        padding-bottom: 120px;
    }
}

.bg-image_type_only-title .title {
    margin-bottom: 50px;
}

.bg-image_photo_header {
    background-image: url('images/bg-klopy-2.jpg');
    min-height: 693px;
    padding-top: 0;
    /*background-attachment: fixed;*/
}
@media(max-width: 991px) {
	.bg-image_photo_header {
    min-height: 625px;
	}
}
@media(max-width: 735px) {
.bg-image_photo_header {
    min-height: 585px;
}
}
.bg-image_photo_mountain {
    background-image: url('images/bg-klopy-3.jpg');
    min-height: 395px;
}

.bg-image_photo_car {
    background-image: url('images/bg-klopy-4.jpg');
    min-height: 395px;
}

.bg-image_photo_car {
    background-image: url('images/bg-klopy-5.jpg');
    min-height: 395px;
}

.bg-image_photo_mountain2 {
    background-image: url('images/bg-mountain2.jpg');
    min-height: 366px;
    padding-bottom: 20px;
}
.bg-image_photo_mountain2 .subtitle {
    margin-bottom: 70px;
}
.bg-image_photo_mountain2 .btn {
    margin-bottom: 35px;
}

.bg-image_photo_fog {
    background-image: url('images/bg-fog.jpg');
    min-height: 896px;
}

.bg-image_photo_footer {
    background-image: url('images/bg-klopy-6.jpg');
    min-height: 714px;
}
.bg-image_photo_footer {
    padding-top: 92px;
}
.bg-image_photo_footer .title {
    margin-bottom: 60px;
}
.bg-image_photo_footer .subtitle {
    margin-bottom: 78px;
}
.bg-image_photo_footer .form-control {
    width: 100%;
    margin-bottom: 15px;
}
.bg-image_photo_footer button[type="submit"] {
    width: 100%;
}

@media(min-width: 990px) {
    .bg-image_photo_footer .form-control {
        width: 35%;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .bg-image_photo_footer button[type="submit"] {
        width: auto;
    }

    .bg-image_photo_footer .form-inline {
        margin-left: 10%;
    }
}

.bg-image_photo_footer .navbar {
    margin-top: 160px;
}

.bg-white {
    padding-top: 45px;
    padding-bottom: 60px;
}

.bg-gray {
	padding-top: 45px;
    background: #e9f6fa;
}

.bg-peach {
	padding-top: 25px;
	padding-bottom: 60px;
    background: #fdf5e6;
}

.header {
    padding-top: 0;
}



.header .subtitle {
    margin-bottom: 70px;
}
@media(max-width: 480px) {
    .header {
        padding-bottom: 80px;
    }
	.header .subtitle {
    margin-bottom: 50px;
}
}
.nav > li > a {
    padding: 10px 12px;
}

.navbar-default,
.navbar-default .navbar-nav > .active > a {
    background: transparent;
    border: 0;
}

.navbar-default {
    margin-top: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s all;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    opacity: 0.6;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 30px;
}

.nav__email {
    margin-left: 54px;
	color: #fff;
	margin-top: 15px;
	display: inline-block;
}

.nav .nav__email > a {
    padding-bottom: 0;
}

.nav__copy {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
}

.nav__copy:hover {
    color: #fff;
    text-decoration: none;
}
.navbar-default .navbar-nav > li.nav__email > a {
    font-weight: normal;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: none;
}


/* Карусель главная ***********************************************/
.carousel-main {
    margin-top: 10px;
}

@media(max-width: 990px) {
    .carousel-main {
        display: none !important;
    }
}

.carousel-main .owl-item {
    padding-top: 48px;
    /*height: 400px;*/
}
.owl-carousel_button_transparent .owl-controls {
    margin-top: -120px;
}
.owl-carousel_button_transparent .owl-pagination {
    position: relative;
	 padding: 15px 30px;
}
.owl-theme.owl-carousel_button_transparent {
    padding: 0 30px;
}
.owl-theme.owl-carousel_button_transparent .owl-controls .owl-buttons div {
    background: no-repeat 50% 50%;
    margin: 0;
    top: 0;
    bottom: 40px;
    width: 40px;
    padding: 0;
    height: auto;
}
.owl-theme.owl-carousel_button_transparent .owl-controls .owl-buttons .owl-prev {
    background-image: url('images/ChevronLeft.svg');
    left: -10px;
}
.owl-theme.owl-carousel_button_transparent .owl-controls .owl-buttons .owl-next {
    background-image: url('images/ChevronRight.svg');
    right: -10px;
}
.owl-carousel__img {
    position: relative;
}
.owl-carousel__img:before {
    content: '';
    display: block;
    height: 38px;
    width: 100%;
    background-image: url('../images/browser-toolbar.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -38px;
}
.owl-carousel__caption {
    margin-top: 50px;
}
.owl-carousel__caption-item {
    width: 49%;
    display: inline-block;
    padding: 12px 10px;
    border: 1px dashed red;
    vertical-align: top;
}
.hint {
    position: absolute;
    border: 1px dashed red;
}
.hint-path {
    position: absolute;
    bottom: -50px;
    border-right: 1px dashed red;
}

/* Карусель отзывов ***********************************************/
.carousel-reviews {
    margin-top: 60px;
}

@media(max-width: 480px) {
    .carousel-reviews {
        padding: 0;
    }
}

.carousel-reviews .owl-item {
    padding: 20px;
}
.review {
    border: 1px solid #ebebeb;
    text-align: center;
    border-radius: 4px;
    margin: 0 -1px 22px;
    padding: 30px 40px 40px;
    // max-height: 318px;
}

.review__logo-wrap {
    // height: 100px;
    margin-bottom: 20px;
    padding: 10px auto;
    line-height: 100px;
}
.review__logo {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    height: auto;    
}
.review__author {
    font-size: 18px;
}
.review__text {
    font-size: 14px;
    font-weight: lighter;
    overflow-y: hidden;
    max-height: 78px;
}
.review__more {
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

/*.review {
    border: 1px solid #ebebeb;
    text-align: center;
    border-radius: 4px;
    margin: 80px -1px 22px;
    padding: 44px 40px 40px;
    height: 268px;
}

.review__logo-wrap {
    position: absolute;
    background: #fff;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 50%;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    padding: 10px;
}
.review__logo {
    vertical-align: middle;
    display: inline-block;
}
*/
/* Карусель отзывов ***********************************************/
.carousel-clients .owl-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 200px;
    text-align: center;
}

.carousel-clients .owl-item img {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    height: auto;
}


/*@media (min-width: 1600px) {
    .bg-image {
        background-size: 100%;
    }
}
*/

.stat {
    text-align: center;
    border-radius: 4px;
    margin: 0 -1px 22px;
    padding: 44px 40px 40px;
    min-height: 255px;
}

@media(max-width: 1200px) {
.stat {
    min-height: 300px;
}
}
@media(max-width: 1024px) {
.stat {
    min-height: 352px;
}
}
.stat:hover .stat__number {
    color: rgb(255, 82, 82);
}

.stat2 {
    text-align: center;
    border-radius: 4px;
    margin: 0 -1px 22px;
    padding: 44px 40px 40px;
    min-height: 220px;
}

@media(max-width: 1200px) {
.stat2 {
    min-height: 240px;
}
}
@media(max-width: 1024px) {
.stat2 {
    min-height: 230px;
}

}
.stat2:hover .stat__number {
    color: rgb(255, 82, 82);
}


.stat3 {
    text-align: center;
    border-radius: 4px;
    margin: 0 -1px 22px;
    padding: 44px 40px 40px;
    min-height: 255px;
    border: solid 1px #ebebeb;
	margin-right: 13px;
	margin-left: 13px;
}

@media(max-width: 1200px) {
.stat3 {
    min-height: 300px;
}
}
@media(max-width: 1024px) {
.stat3 {
    min-height: 352px;
}
}
.stat3:hover .stat__number {
    color: rgb(255, 82, 82);
}


.stat_height_s {
    height: 240px;
}
.stat_height_l {
    min-height: 300px;
}
.stat__number {
    font-size: 50px;
    margin-bottom: 27px;
    line-height: normal;
    transition: 0.3s all;
}
.price-list .stat {
    padding: 20px 20px 20px;
    min-height: 250px;
}

.price-list .stat__number {
    font-size: 50px;
    margin-bottom: 0px;
    line-height: normal;
    transition: 0.3s all;
}
.price-list .small-description{
    font-size: 11px;
    font-style: normal;
    margin-bottom: 27px;
}
@media(max-width: 480px) {
    .stat__number {
        font-size: 50px;
    } 
	
	.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
	
.video-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
	
}

.stat__text {
    font-size: 16px;
}
.stat__text_light {
    font-size: 14px;
    font-weight: lighter;
}


.dinamyc-list {
    position: relative;
}

.dinamic-list {
    position: relative;
}

.dinamic-list--cursor .dinamyc-list__item {
    position: relative;
}

.dinamic-list--cursor .dinamyc-list__item:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -1px;
    background-color: red;
    height: 1px;
    width: 400px;
    opacity: 0;
}

.dinamic-list--cursor-left .dinamyc-list__item:after {
    right: 100%;
    left: initial;
    z-index: -1;
}

@media(min-width: 990px) {
    .dinamic-list--cursor .dinamyc-list__item:hover:after {
        opacity: 1;
    }
}

.dynamic-list-carousel {
    padding-left: 0;
    padding-right: 0;
}

.dinamic-list--desktop {
    display: none;
}

@media(min-width: 991px) {
    .dinamic-list--desktop {
        display: block;
    }

    .dinamic-list--mobile {
        display: none;
    }
}

.dinamyc-list__item {
    padding: 16px 20px;
    margin: 5px;
    border: 1px dashed transparent;
}

@media(min-width: 990px) {
    .dinamyc-list__item--padding50 {
        padding: 50px 20px;
    }
}

@media(min-width: 990px) {
    .dinamyc-list__item--padding40 {
        padding: 40px 20px;
    }
}

.dinamyc-list__screen {
    text-align: right;
}

@media(max-width: 990px) {
    .dinamyc-list__item {
        text-align: center;
        font-size: 20px; 
        line-height: 25px; 
        font-weight: 600;        
    }
}

.dinamyc-list__item:hover, .dinamyc-list__item.active {
    border-color: red;
    cursor: pointer;
}
.dinamyc-list__cursor {
    position: absolute;
    border-top: 1px solid red;
    border-right: 1px solid red;
}

.dinamyc-list__cursor2 {
    position: absolute;
    border-top: 1px solid red;
    right: 0;
    bottom: 0;
    width: 100px;
    z-index: 1;
    /*display: none;*/
}

.dynamic-image {
    position: relative;
    display: inline-block;
}
.dynamic-image img{
	z-index:1;.
	position: relative;
}
@media(max-width: 990px) {
    .dynamic-image {
        display: block;
    }
    .dynamic-image img {
        margin: 0 auto;
    }
}

.dynamic-image__hint {
    display: block;
    position: absolute;
    border: 1px dashed red;
    box-shadow: 0 0 25px rgba(255,0,0,.5);
	z-index:2;
}
.dynamic-image__hint_show {
    display: block;
}
.dynamic-image .dynamic-image__hint:hover {
    display: block;;
}



.btn-border {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 55px;
    border-radius: 3px;
}

.btn-bggreen {
    border: 1px solid #fff;
    color: #fff;
    /** background: #af0000; **/
	background: #af0000;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 55px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.btn-bggreen2 {
    border: 1px solid #fff;
    color: #fff;
    background: #af0000;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 55px;
    border-radius: 3px;
    max-width: 200px;
    margin-bottom: 25px  
}
	
.btn-border_border_green {
    border-color: #f7e908;
}
;
.big-margin-bottom{
	margin-bottom: 70px;
}


.modal_bg_image .modal-content {
    background: #394a2b url('images/bg-popup-mob-klopy.jpg') no-repeat 50% 50%;
    max-width: 813px;
    height: 577px;
    border-radius: 0;
    position: relative;
}
.modal_bg_image .modal-body {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.4);
    padding: 40px 20px 20px;
    text-align: center;
}

.form-popup .form-control {
    width: 60%;
    margin: 0 auto 20px;
}
.modal-body__step-1 .title {
    margin-bottom: 10px;
}
.modal-body__step-1 .subtitle {
    margin-bottom: 30px;
}
.modal-body__step-2 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.5s;
}
.modal-body__step-2 .title {
    margin: 130px 0 50px;
}

.step-2 .modal-body__step-1 {
    display: none;
}
.step-2 .modal-body__step-2 {
    opacity: 1;
    visibility: visible;
}

.modal-body .review {
    margin: 0;
}
@media (min-width: 531px){
	.nav > li.nav-email-smallmobil {
	display: none;
	}
}
@media (max-width: 530px) {
	.nav__email {
    display: none;

	}
}
@media (max-width: 375px) {

}

@media (max-width: 600px) {
    .form-popup .form-control {
        width: 80%;
    }
	
	.modal_bg_image .modal-content {
	 background: url('images/bg-popup-mob-klopy.jpg') no-repeat 50% 50%;
    max-width: 1255px;
    height: 816px;
    border-radius: 0;
    position: relative;
	}
}



@media (max-width: 992px) {
    .bg-image_photo_mountain2__text {
        line-height: 24px
    }

}

@media (max-width: 1200px) {
    stat {
        padding: 44px 30px 40px;
        height: 288px;
    }
}

[data-sr] {
    visibility: hidden;
}
