@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,h2 {
    margin: 25px 0 14px;
}

.container_padding_0 {
    padding: 0;
}

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

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

.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; }


#menu-buy{
	width: 100%;
	top: 0;
	left: 0;
	
}
#menu-buy a{
	color: #fff;
	display: inline-block;
	width: 100%;
	background: rgba(89,106,114,1) 100%;
	margin-right: -4px;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}

#menu-buy1{
	width: 100%;
	position: fixed;
		top: 0;
	left: 0;
	
}
#menu-buy1 a{
	color: #fff;
	display: inline-block;
	width: 100%;
	background: rgba(89,106,114,1) 100%;
	margin-right: -4px;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}

@media only screen and (max-width:480px){
	.menu-buy1{
		display: none;
	}
}

.title_size_48 {
    font-size: 48px;
    line-height: 58px;
}

@media only screen and (max-width:480px){
    .title_size_48 {
        font-size: 34px;
    } 
}

.title_size_48_2 {
    font-size: 48px;
	font-style: bold;
    line-height: 58px;
	color: #b8113f;
}

.title_size_36 {
    font-size: 36px;
    line-height: 33px;
    font-weight: lighter;
    margin-bottom: 23px;
}



.title_size_30 {
    font-size: 28px;
    line-height: 35px;
    font-weight: lighter;
}
.title_size_24 {
    font-size: 24px;
    line-height: 25px;
    font-weight: lighter;
}

.title_size_22 {
    font-size: 22px;
    line-height: 22px;
    font-weight: lighter;
}

.title_size_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: lighter;
}

.title_size_18,
.title_size_18.btn-border {
    font-size: 18px;
    line-height: 24px;
    font-weight: lighter;
}
.title_size_14 {
    font-size: 14px;
    line-height: 17px;
    font-weight: lighter;
}
/*.subtitle {
    margin-bottom: 17px;
}*/

.subtitle_deep {
	margin-bottom: 107px;
}

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

.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 {
    padding-top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

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

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

.bg-image_type_only-title_2 {
    padding-top: 40px;
}

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

.bg-image_photo_header {
    background-image: url('images/bg-header.jpg');
    min-height: 693px;
    padding-top: 0;
    /*background-attachment: fixed;*/
}

.bg-image_photo_molbiol {
    background-image: url('images/bg-molbiol.jpg');
    min-height: 730px;
}

.bg-image_photo_price {
    background-image: url('images/bg-price.jpg');
    min-height: 730px;
}

.bg-image_photo_deadroach {
    background: url('images/bg-deadroach.jpg');
	background-position: center center;
	background-repeat: no-repeat;	
}
.deadroach {padding: 380px 0px 40px 0px;}
.title_size_deadroach { font-size: 48px; line-height: 58px;}
@media screen and (max-width:1285px){
.bg-image_photo_deadroach {
    background: url('images/bg-deadroach_1285.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
.deadroach {padding: 430px 0px 40px 0px;}
}
@media screen and (max-width:770px){
.bg-image_photo_deadroach {
    background: url('images/bg-deadroach_770.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
.deadroach {padding: 220px 0px 40px 0px;}
.title_size_deadroach { font-size: 38px; line-height: 48px;}
}

@media screen and (max-width:530px){
.bg-image_photo_deadroach {
    background: url('images/bg-deadroach_530.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
.title_size_deadroach { font-size: 34px; line-height: 38px;}
.deadroach {padding: 350px 0px 40px 0px;}
}

@media screen and (max-width:400px){
.bg-image_photo_deadroach {
    background: url('images/bg-deadroach_400.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
.deadroach {padding: 300px 0px 40px 0px;}
}

.bg-image_photo_kitchen {
    background-image: url('images/bg_kitchen.jpg');
    min-height: 730px;
}

.bg-image_photo_kitchenlight {
    background-image: url('images/bg_kitchen_light.jpg');
    min-height: 730px;
}

.bg-image_photo_smoke {
    background-image: url('images/bg-smoke.jpg');
    min-height: 730px;
}

.bg-image_photo_pests {
    background-image: url('images/bg-pests.jpg');
    min-height: 730px;
}

.bg-image_photo_cars {
    background-image: url('images/bg-cars.jpg');
    min-height: 730px;
}

.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-smoke.jpg');
    min-height: 714px;
}
.bg-image_photo_footer {
    padding-top: 62px;
}
.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: 100px;
}

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

.bg-gray {
    background: #f8f8f8;
}


.header {
    padding-top: 0;
}

.header .subtitle {
    margin-bottom: 30px;
}

.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: #333;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s all;
}

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

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

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

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

.nav__email {
    margin-left: 54px;
}

.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: 0 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 {
    border: 1px solid #ebebeb;
    text-align: center;
    border-radius: 4px;
    margin: 0 -1px 22px;
    padding: 44px 40px 40px;
    min-height: 284px;
}

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

.stat_height_s {
    height: 240px;
}
.stat_height_l {
    min-height: 300px;
}
.stat__number {
    font-size: 72px;
    margin-bottom: 27px;
    line-height: normal;
    transition: 0.3s all;
}

@media(max-width: 480px) {
    .stat__number {
        font-size: 50px;
    } 
}

.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;
}

@media(max-width: 990px) {
    .dynamic-image {
        display: block;
    }
    .dynamic-image img {
        margin: 0 auto;
    }
}

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

.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: auto;
	padding: 24px 20px 20px;
}
}
.stat3:hover .stat__number {
    color: rgb(255, 82, 82);
}


.btn-border {
    /*border: 1px solid #fff;*/
    color: #ffffff;
    background: #b8113f;
    font-size: 20px;
    font-weight: 600;
    padding: 16px 55px;
    border-radius: 3px;
	box-shadow: 2px 9px 10px -6px #b8113f;
}
.btn-border_border_green {
    border-color: #00ff00;
}

.btn-deep {
	margin-top: 30px;
}

.btn-bottom {
	margin-bottom: 30px;
}

.modal_bg_image .modal-content {
    background: #394a2b url('images/bg-modal.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: 20px 20px 20px 20px;
    text-align: center;
}

.form-popup .form-control {
    width: 60%;
    margin: 0 auto 14px;
}
.modal-body__step-1 .title {
    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 (max-width: 600px) {
    .form-popup .form-control {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .nav__email {
        margin-left: 0;
    }
}

@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;
}

    .moreOption{
        width: 50%;
        margin: 0 auto 18px;
        overflow: hidden;
    }
        .moreOption span{
            float: left;
            font-size: 16px;
            line-height: 1.1;
        }
        .adapt, .seo, .tPlan{
            float: right;
            margin: 0;
        }
            .tPlan{
                margin-top: 7px;
            }

@media (max-width: 768px) {
    .moreOption {
        display: none;
    }
}


.container, .container-fluid {padding-right: 10px;padding-left: 10px;}
.title_main {font-size: 48px;line-height: 58px;}
.title_main_sub {font-size: 24px;line-height: 25px;font-weight: lighter;}
.btn_mobile {display: none; max-width:285px;margin: 0px auto 0px auto;padding: 16px 5px 16px 5px;}

.decor_1{padding-top: 40px;}
.decor_1 ul li{padding-bottom: 5px;}
.decor_2 {padding-right: 10px;padding-left: 10px;}

@media only screen and (max-width: 480px) {
.container,.container:before,.container:after{display: block;}
h1,h2 {margin: 5px 0px 14px 0px;}
.title_main {font-size: 32px;line-height: 34px;margin-top:-20px;}
.title_main_sub {font-size: 20px;line-height: 20px;}
.btn_mobile {display: block;}
.decor_3 ul li {padding-bottom: 10px;}

.title_size_48 {font-size: 32px;line-height: 34px;}
.title_size_24 {font-size: 22px;line-height: 24px;}
.bg-image_type_only-title .title {margin-bottom: 20px;}
.decor_1{padding-top: 25px;}
.decor_1 ul li{padding-bottom: 15px;}

.title_size_36 {font-size: 30px;line-height: 34px;margin-bottom: 23px;}
}


@media only screen and (max-width: 768px) {
.bg-image_type_only-title {padding-top: 50px;padding-bottom: 30px;}
.header {padding-bottom: 20px;}

}

iframe {max-width: 100%}