.is-admin header{
    position: static!important;
}
.is-admin body{
    padding: 0px;
}
@media screen and (max-width: 767px) and (min-width: 320px){
    html {
        font-size: calc(10px + 8*(100vw - 320px)/447);
    }
}
/* плавное изменение прозрачности placeholder-а при фокусе */
input[type="text"]::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}

.inp_text::-webkit-input-placeholder {font-size: 16px; color: #969696;}
.inp_text::-moz-placeholder {font-size: 16px; color: #969696;}
.inp_text:-moz-placeholder {font-size: 16px; color: #969696;}
.inp_text:-ms-input-placeholder {font-size: 16px; color: #969696;}
.inp_text:focus::-webkit-input-placeholder {font-size: 16px; color: #969696;}
.inp_text:focus::-moz-placeholder {font-size: 16px; color: #969696;}
.inp_text:focus:-moz-placeholder {font-size: 16px; color: #969696;}
.inp_text:focus:-ms-input-placeholder {font-size: 16px; color: #969696;}

body {margin: 0; padding-top: 95px; padding-right: 0px!important;}
:focus {outline: none}
.nopadding {padding: 0 !important}
.nomargin {margin: 0 !important}
.text-white {color: #fff}
.display-flex, .display-flex_clients {display: flex;align-items: center;}

body.modal-open{ 
  overflow-y: visible!important;
  padding-right: 0px!important;
}
body .modal .fade{ 
  overflow-y: visible!important;
  padding-right: 0px!important;
}

.customize-support{
	overflow-y: visible!important;
  padding-right: 0px!important;
}

/* МОДАЛЬНОЕ ОКНО */
.modal-body input[type="text"],
.modal-body input[type="submit"],
.modal-body input[type="tel"],
.modal-body textarea {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.modal-body input[type="checkbox"] {
	margin-bottom: 20px;
	text-align: center;
}

.modal-footer input {
	width: 100%;	
}
.modal .inp_text{
    background-color: #eeeeee;
}
/* END МОДАЛЬНОЕ ОКНО */


/* HEADER */
header {
	background-color: #fff;
}

.header{
	padding-top: 10px;
}

.header_scrolling{
	border-bottom: 1px solid #eceff1;
	padding-top: 0px;
}
/* END HEADER */


/* FOOTER */
.footer_left {text-align:left;}
.footer_center {text-align:center;}
.footer_right {text-align:right;}

a.link_dev {
	text-decoration: underline;
}
a.link_dev:hover {
	text-decoration: none;
}
/* END FOOTER */



body {
	font: 14px 'Circe-Regular';
	color: #212121;
}

a:not(.btn) {
	color: inherit;
	text-decoration: none;
}

a:not(.btn):hover {
	color: inherit;
        text-decoration: underline;
}

.bold {
	font-family: 'Circe-Bold';
}

.nav-list {
	padding-left: 0;
	margin-bottom: 0;
}

.nav-list li {
	display: inline-block;
	padding-right: 20px;
}

.nav-list li a,
.nav-list li a:focus {
	text-decoration: none;
	text-transform: uppercase;
	font: 12px 'Circe-Bold';
}

.nav-list li a:hover,
.nav-list li a:active:hover,
.nav-list li a:active:focus,
.nav-list li a:active {
	text-decoration: none;
	color: #0091ea;
}

.nav-list li:last-child {
	padding-right: 0;
}

header .nav-list {
	float: left;
	width: calc(100% - 180px);
}

.nb_fh {
	height: 74px;
}

.phone-cnt {
	float: right;
	text-align: right;
}
.phone-cnt>a.btn{
    font: 16px 'Circe-Bold';
    border-radius: 25px;
}

button.navbar-toggle {
    border: 1px solid black;
    margin: 0;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

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

.navbar-collapse {
	padding: 0;
	box-shadow: none;
}

h2,
.modal h4 {
	font-family: 'Circe-Bold';
	text-align: center;
	color: #15120d;
	position: relative;
}
h2:after,
.modal h4:after {
	content: "";
	border-bottom: 5px solid #0091ea;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

h2,
.modal h4 {
	font-size: 26px;
	margin: 52px 0 30px;
}

h2:after,
.modal h4:after {
	border-width: 4px;
	width: 52px;
	bottom: -16px;
}

#job-examples h2,
#our_clients h2{
	margin: 52px 0 50px;
}

.img-vacan{
	position: absolute;
	top: -210px;
}

.advantage_cnt {
	text-align: center;
}

.advantage_cnt {
	margin-bottom: 90px;
}

.advantage_img {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantage_text {
	height: 70px;
	font-size: 16px;
	max-width: 160px;
	width: 100%;
	margin: 0 auto;
}

.price_cnt {
	margin-bottom: 30px;
	width: 262px;
	margin: 30px auto 0;
}

.price_img {
	height: 215px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 4px 4px 0 0;
}

.price_text {
	text-align: center;
	background-color: #fff;
	padding: 20px 0;
}

.price {
	font: 18px 'Circe-Bold';
}

.inp_text {
    padding: 14px 30px;
    font: 14px 'Circe-Regular';
    border-radius: 4px;
    color: #000;
    border: none;
    border-radius: 30px;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    color: #969696;
}
    @media(min-width: 768px){
        .inp_text{
            font-size: 16px;
        }
    }
.btn,
.btn:focus {
	padding: 10px 30px;
	font: 16px 'Circe-Bold';
	background-color: #0091ea;
	color: #fff;
	outline: none;
        border-radius: 25px;
        text-transform: uppercase;
        outline: none;
}

.btn:hover,
.btn:active:hover,
.btn:active:focus,
.btn:active {
	background-color: #0070b5;
	color: #eee;
	transition: .4s;
        outline: none;
}

.btn_price,
.btn_price:focus {
	background-color: #50a245;
}

.btn_price:hover,
.btn_price:active:hover,
.btn_price:active:focus,
.btn_price:active {
	background-color: #c95600;
	color: #eee;
	transition: .4s;
}

.btn_cnt {
	text-align: center;
	margin: 30px 0;
}

.modal h4 {
	font: 26px 'Circe-Bold';
	margin: 32px 0;
}

.modal-header {
	border: none;
}

.modal .btn {
    font-size: 14px;
    padding: 16px;
    border-radius: 35px;
    max-width: 335px;
}
@media(min-width: 768px){
    .modal .btn {
        font-size: 16px;
    }  
}
.modal .inp_checkbox:checked + .consent:before,
.modal .inp_checkbox + .consent:before{
    top: 0;
    right: unset;
}
.modal .consent{
    color: #000;
    font-size: 12px;
}
@media(min-width: 768px){
    .modal .consent{
        font-size: 14px;
    } 
}
button.close,
button.close:focus {
	position: absolute;
	top: 32px;
	right: 24px;
	opacity: 1;
	transition: .3s
}

button.close:hover,
button.close:active:hover,
button.close:active:focus,
button.close:active {
	opacity: .6;
}

.modal-body {
	padding: 23px;
}

.fixed_height {
	min-height: 128px;
	/*height: 100%;*/
}

/* PREVIEW BLOCK */

.preview {
	background: url(../img/VRAgjAuio0I.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	font: 16px 'Circe-Light';
    background-position-y: -200px;
}

.preview h1 {
    color: #fff;
    font: 25px 'Circe-Bold';
    text-transform: uppercase;
    line-height: 42px;
    margin-top: 15px;
    margin-bottom: 3px;
}
    @media(min-width: 768px){
      .preview h1 {
            font-size: 42px;
        }  
    }
.preview-subtitle1{
    color: #fff; 
    font: 26px 'Circe-Bold';  
    font-weight:  800;
}
    @media(min-width: 768px){
        .preview-subtitle1{
            font-size: 35px;
        }
    }
.preview-subtitle{
    color: #fff;
    font: 18px 'Circe-Regular'; 
    text-shadow: 0 0 1px #000;
}
    @media(min-width: 768px){
        .preview-subtitle{
            font-size: 22px;
        }
    }
.preview-subtitle-garanty{
    color: #fff;
    font: 24px 'Circe-Bold';
    margin-top: 15px;
}
    @media(min-width: 768px){
      .preview-subtitle-garanty {
            font-size: 32px;
        }  
    }
.preview-subtitle-garanty>span{
    color: #fff;
}
.preview-feedback{
    background-color: rgba(0, 0, 0, 0.2);
}
@media(max-width: 767px){
    .preview-feedback{
        margin-top: 30px;
    } 
}

.preview-text-block{
    padding-top: 52px;
}

.preview-feedback{
    padding: 37px 40px 0;
}
@media (max-width: 991px){
    .preview-feedback{
        max-width: 500px;
        margin: 30px auto ;
    }
}
.preview-feedback-title{
    text-transform: uppercase;
    font: 16px 'Circe-Regular';
    text-align: center;
    color: #fff;
    margin: 0 0 5px;
    line-height: 21px;
}

.preview-feedback-title-discont{
    font: 30px 'Circe-Bold';
    color: #ffc600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
    @media(min-width: 768px){
      .preview-feedback-title-discont{
            font-size: 32px;
        }  
    }
.preview-form-text{
    margin: 18px 0 30px;
    text-align: center;
    color: #fff;
    font-family: 'Circe-Regular';
    line-height: 21px;
    
}
    @media(max-width: 767px){
      .preview-form-text{
            font-size: 16px!important;
        }  
    }
.preview-form-select{
    position: relative;
    display: inline-block;    
    width: 100%;
}
    .preview-form-select:after{
        content: '\f0d7';
        font: 16px 'FontAwesome';
        position: absolute;
        top: 30%;
        transform: translateY(-30%);
        right: 25px;
        z-index: 9;
        color: #50a245;
    }
.preview-form-select select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
.preview-feedback input[type="submit"]{
    display: block;
    margin: 0 auto 70px;
}
.preview-feedback .consent{
    margin-bottom: 45px;
}
.preview-feedback .help-block.form-error{
/*    color: #9f1010;*/
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: 0 0 5px #000;
}
@media(max-width: 767px){
    .preview-feedback .help-block.form-error{
        bottom: 30px;
        text-shadow: none;
        font-size: 12px;
    }
}
.preview-feedback input.phone + span.wpcf7-not-valid-tip{
    position: relative;
    height: 0;
    margin: 0;
    top: 65px;
}


/* END PREVIEW BLOCK*/

/* SERVICE AND PRICE BLOCK*/

.panel_img{
    height: 204px;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.service-price-tab-title{
    background: none!important;
}
.service-price-tabs{
    /*columns: 2;*/
    margin-top: 45px;
}
    @media(min-width: 768px){
      .service-price-tabs{
            max-width: 300px;
        }  
    }
.service-price-tabs li{
    height: 100px;
    position: relative;
    margin-bottom: 25px;
}
    @media(min-width: 768px){
      .service-price-tabs li{
           max-width: 130px;
        }  
    }
.service-price-tab-title>p{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    font: 12px 'Circe-Bold';
    text-transform: uppercase;
    text-align: center;
    padding: 6px 15px;
    border-radius: 20px;
}
@media(max-width: 767px){
    .service-price-tab-title>p{
        margin: 0 20px 10px;
    }
}
.service-price-tabs.nav>li>a{
    height: 100%;
    padding: 5px 0;
}
.service-price-tab-title>img{
    display: block;
    margin: 0 auto;
}
.service-price-tab-title:hover>p,
.active>.service-price-tab-title>p{
    background-color: #50a245;
    border-radius: 20px;
    color: #fff;
}
.service-price-content-block{
    margin-top: 35px;
}
.panel_img + p{
    font: 16px 'Circe-Regular';
    margin: 24px 0 18px;
}   
.panel_img + p + div > h3{
    font: 20px 'Circe-Bold';
    padding-right: 20px;
}
@media(min-width: 768px){
  .panel_img + p + div{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }  
}
.service-price-row{
    margin-bottom: 50px;
}
    @media(min-width: 768px){
       .service-price-row{
            margin-bottom: 100px;
        } 
    }
@media(min-width: 768px){
    .service-price-container{
        padding-top: 30px;
        padding-bottom: 50px;
    }
}
@media(min-width: 992px){
    .service-price-tabs-block:after{
        content: '';
        position: absolute;
        width: 3px;
        height: 465px;
        background-color: #e6e6e6;
        right: 55px;
        top: 37px;
    }
}
.service-price-tabs li{
    float: left;
    width: 50%;
}
.service-price-tabs li:nth-child(2n+1){
    margin-right: 0px;
}
@media(min-width: 768px){
    .service-price-tabs li:nth-child(2n+1){
        margin-right: 20px;
    }
}
@media(min-width: 992px){
    .service-price-tabs li:nth-child(2n+1){
        margin-right: 30px;
    }
}

@media(min-width: 768px){
    #service_price_elem5 .service-price-elem-footer{
        text-align: right;
    }
}

/* END SERVICE AND PRICE BLOCK*/

.result{
    background-color: #0091ea;
}
.result h2:after{
        border-bottom: 5px solid #fff;
}
/* RESULT BLOCK */

.result{
    
}

.result-elem-text p{
    color: #fff;
    font: 14px 'Circe-Regular';
    text-align: center;
    margin: 0 auto;
    max-width: 190px;
    line-height: 18px;
    margin-top: 30px;
}
@media(min-width: 992px){
  .result-elem-text p{
        font-size: 16px;
    }  
}
.result-elem-img{
    position: relative;
}
@media(max-width: 767px){
  .result-elem:not(.no)>.result-elem-img:after{
        content: '';
        position: absolute;
        background-image: url('../img/get_result/arrow.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 40px;
        height: 28px;
        right: -35px;
        top: 50%;
        transform: translateY(-50%);
    }  
}
@media(min-width: 768px){
   .result-elem-img:after{
        content: '';
        position: absolute;
        background-image: url('../img/get_result/arrow.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 40px;
        height: 28px;
        right: -35px;
        top: 50%;
        transform: translateY(-50%);
    } 
    .result-elem:last-child>.result-elem-img:after,
    .result-elem:nth-child(5)>.result-elem-img:after{
        content: none;
    }
}

.result-elem-img>img{
    margin: 0 auto;
}

.arrow-between-row{
    background-image: url(../img/get_result/lead_arrow-xs.png);
    background-repeat: no-repeat;
    background-size: 57% 100%;
    background-position-x: center;
    width: 100%;
    height: 70px;
    margin: 20px 0;
}
@media(min-width:768px){
   .arrow-between-row{
        background-image: url(../img/get_result/lead_arrow.png);
        background-size: 77% 100%;
    } 
}
@media(min-width: 992px){
   .arrow-between-row{
        height: 130px;
        margin: 25px 0;
    } 
}
.result-row{
    margin-top: 70px;
    margin-bottom: 50px;
}
    @media(min-width: 768px){
        .result-row{
            margin-top: 105px;
            margin-bottom: 95px;
        }
    }
/* END RESULT BLOCK*/

/* CONTACTS BLOCK */
.contacts h2{
    text-align: center;
    margin: 40px 0 40px;
}
.contacts h2:after{
    right: 0;
}
    @media(min-width: 768px){
       .contacts h2 {
           text-align: left;
           margin: 52px 0 72px;
        } 
        .contacts h2:after{
            right: unset;
        }
    }

.contact_list {
	font: 16px 'Circe-Regular';
	text-align: center;
	margin-bottom: 0px;
}
    @media(min-width: 768px){
       .contact_list {
                margin-bottom: 133px;
                text-align: left;
        } 
    }
.contact_list .fa,
.contact_list .contact_style {
	color: #0091ea;
}

.contact_list .fa {
	margin-right: 6px;
}
    @media(min-width: 768px){
       #contacts {
                background-image: url(../img/contacts_background.png);
                background-repeat: no-repeat no-repeat;
                background-size: cover;
                background-position: center;
        } 
    }

.contacts-feedback-block{
    margin-top: 20px;
    z-index: 1;
    margin-bottom: 50px;
}
    @media(min-width: 768px){
       .contacts-feedback-block {
                margin-top: 70px;
                max-width: 405px;
                margin-bottom: 0;
        } 
    }
.contacts-feedback-block input[type="text"],
.contacts-feedback-block input[type="tel"],
.contacts-feedback-block select{
    background-color: #eeeeee;
}
.contacts-feedback-block .inp_text{
    max-width: 360px;
}
    @media(max-width: 767px){
        .contacts-feedback-block .inp_text{
            display: block;
            margin: 0 auto 20px;
        }
    }
.contacts-feedback-block .btn{
    display: block;
    margin-left: 80px;
    margin-top: 20px;
}
    @media(max-width: 767px){
        .contacts-feedback-block .btn{
            margin: 20px auto 0;
        }
    }
    @media(min-width: 768px) and (max-width: 991px){
        .contacts-feedback-block .btn{
            margin-left: 40px;
        }
    }
.contacts-feedback-block label{
    color: #000;
    margin-top: 50px;
}
.contacts-feedback-block .inp_checkbox + .consent:before{
    top: 0;
    right: unset;
    left: 0px;
}
    @media(min-width: 768px){
        .contacts-feedback-block .inp_checkbox + .consent:before{
            left: -30px;
        }
    }
.contacts-feedback-block .inp_checkbox{
    bottom: -70px;
}
.contacts-feedback-block .consent{
    text-align: center;
    text-align: left;
}
    @media(max-width: 767px){
        .contacts-feedback-block .consent{
           text-align: center;
            max-width: 308px;
            display: block;
            margin: 20px auto 0;
        }
    }
/* END CONTACTS BLOCK */

/* Sections */

#serivce-price{
	padding-bottom: 64px;
	font: 16px 'Circe-Light';
}

#advantages {
	background-color: #0091ea;
	color: #fff !important;
}

#advantages h2 {
	color: white;
        letter-spacing: 1px;
}

#advantages h2:after {
	border-color: #095b8e;
}

#prices {
	background: url(../img/pattern.png);
}



.bg_div {
	position: absolute;
	width: 49%;
	height: 100%;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

footer {
	background-color: #212121;
	color: #fff;
}
footer .row{
 	padding: 30px;   
}


/* OWL */

.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}

.owl-carousel {
	position: relative;
}

.owl_btn {
	height: 40px;
	width: 40px;
	background-color: white;
	border: 2px solid #0091ea;
	border-radius: 99px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none!important;
}

.owl_btn .fa {
	color: #0091ea;
	font-size: 20px;
}
#owl2 .owl_btn{
    font-size: 34px;
    background-color: transparent;
    border: none;
}
#owl2 .owl_btn .fa{
    font-size: 65px;
    color: #ff6d00;
}

.owl-jobs .owl-prev, .owl-jobs .owl-next {
	position: absolute;
	top: 44%;
        transform: translateY(-50%);
}

#owl2 .owl-prev, #owl2 .owl-next {
	position: absolute;
	top: 50%;
        transform: translateY(-50%);
}
#owl2{
    margin-top: 30px;
    margin-bottom: 65px;
}
@media(min-width: 768px){
    #owl2 .owl-prev{
        left: 0px;
    }
    #owl2 .owl-next{
        right: 0px;
    }
    #owl2{
        margin-top: 60px;
        margin-bottom: 115px;
    }
}
@media(min-width: 992px){
    #owl2 .owl-prev{
        left: 0;
    }
    #owl2 .owl-next{
        right: 0;
    }
}
@media(min-width: 1200px){
    #owl2 .owl-prev{
        left: 0px;
    }
    #owl2 .owl-next{
        right: 0px;
    }
}
#owl2 .item-video{
    height: 249px;
    max-width: 440px;
    margin: 0 auto;
}
@media(min-width: 768px){
    #owl2 .item-video{
        height: 396px;
        max-width: 700px;
        margin: 0 auto;
    }
}
#owl2 .owl-video-tn{
    background-size: cover!important;
}
@media(max-width: 767px){
	.owl-jobs .owl-prev, .owl-jobs .owl-next {
		position: absolute;
		top: 57%;
                transform: translateY(-50%);
	}
}

.owl-prev {
	left: 0px;
}

.owl-next {
	right: 0px;
}

@media(min-width: 768px){
	.owl-prev {
	left: -20px;
	}

	.owl-next {
		right: -20px;
	}
}


.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}



/* Table */

.table_heading {
	font: 18px 'Circe-Bold';
	color: #212121;
	padding-left: 36px;
	margin-bottom: 12px;
}

.table {
	display: table;
	padding-right: 26px;
	margin-bottom: 32px;
}

.table_row {
	display: table-row;
	height: 38px;
}

.cell {
	display: table-cell;
	font-size: 16px;
	vertical-align: middle;
	width: 12%;
}

.cell_heading {
	font-family: 'Circe-Bold';
	padding-left: 36px;
	padding-right: 16px;
	width: 76%;
}

.cell_price {
	color: #0091ea;
	font-family: 'Circe-Bold';
}

.table .table_row:nth-child(2n+1) {
	background-color: #eceff1;
}



/* Scrollbar */

.scrollbar {
	text-align: left;
	height: 54vh;
	overflow-y: scroll;
	margin-bottom: 25px;
}

#wrapper {
	text-align: center;
	width: 100%;
	margin: auto;
}

.scrollbar::-webkit-scrollbar-track {
	background-color: #eceff1;
}

.scrollbar::-webkit-scrollbar {
	width: 10px;
	background-color: #eceff1;
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #0091ea;
}

.scrollbar .row {
	width: 100%;
}



/* Checkbox */

.inp_checkbox {
	position: absolute;
	left: 52px;
	z-index: -1;
}

.inp_checkbox + .consent:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f0c8";
	letter-spacing: 10px;
	font-size: 16px;
	color: #50a245;
	position: absolute;
	left: 0;
        right: 0;
        top: -29px;
	background: transparent;
}

.inp_checkbox:checked + .consent:before {
	content: "\f14a";
        font-size: 16px;
	letter-spacing: 5px;
	background: transparent;
        margin-right: 5px;
}

.consent {
        font-size: 16px;
	color: #fff;
	/*margin-left: 24px;*/
	background: initial;
        text-align: center;
        position: relative;
        font-family: 'Circe-Regular';
        font-weight: normal;
        line-height: 21px;
        width: 100%;
}

/*__________________Медиа запросы___*/

@media (max-width: 1199px) { /*_0-md_*/
}

@media (max-width: 991px) { /*_0-sm_*/
	.advantage_cnt {
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) { /*_0-xs_*/

	.nb_fh {
		height: auto;
		margin: 12px 0;
	}

	header .nav-list {
		width: 100%;
		text-align: right;
		margin-bottom: 12px;
	}

	header .nav-list li {
		width: 100%;
		padding: 0;
	}

	header .nav-list li + li {
		padding-top: 6px;
	}

	.phone-cnt {
		margin-left: calc(100% - 180px);
	}

	.advantage_cnt {
		margin-bottom: 16px;
	}

	h2 {
		margin: 32px 0;
	}

	footer {
		padding: 12px 4px;
	}

	.cell_heading {
		padding: 0 8px;
	}

	.table {
		padding-right: 8px;
	}

	.table_heading {
		padding-left: 8px;
	}

	.modal-body {
		padding: 12px;
	}

	button.close {
		top: 16px;
	}

	.display-flex {
		display: block;
	}
	.footer_left,
	.footer_center,
	.footer_right {
		text-align:center;
		margin-bottom: 8px;
	}
}

.mfeedback{
	position: relative;
}

.mfeedback p:nth-child(1){
	position: absolute;
	top: -40;
	right: 0;
	left: 0;
	text-align: center;
}

.mfeedback p:nth-child(2){
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	text-align: center;
}

.mfeedback .mf-ok-text{
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	text-align: center;
}

.page_404_title{
	margin-top: 30vh;
	margin-bottom: 30vh;
}

.cont_404{
	height: 58%;
}




/*================*/

#job-examples {
	/*background-image: url(img/body-bg.png);*/
}
.orange-block {
	background-color: #0091ea;
	color: white;
	padding: 0;
	height: 548px;
}
.orange-block .btn,
.orange-block .btn:focus {
	background-color: white;
	color: #0091ea;
	float: right;
	margin-top: 12px;
}

.orange-block .btn:hover,
.orange-block .btn:active,
.orange-block .btn:active:hover,
.orange-block .btn:active:focus {
	background-color: #ddd;
}

@media(max-width: 767px){
	.example_cost, 
	.example_btn_more{
		text-align: center;
	}
}
@media(max-width: 1199px){
	.orange-block .btn,
	.orange-block .btn:focus{
		float: none;
	}
}
@media(max-width: 767px){
    .example_cost{
        margin-top: 15px;
    }
}
.je-imgs {
	height: 548px;
        overflow: hidden;
}
@media(min-width: 768px) and (max-width: 1199px){
    .je-imgs {
        overflow: visible;
    }
}
.je-imgs,
.je-imgs [class*="col-"] {
	padding: 0 !important;
}
#job-examples .owl-carousel .row {
	margin: 0;
}
.je-text {
	padding: 15px 35px!important;
}
@media(min-width: 768px){
    .je-text {
            padding: 40px !important;
            height: 100%;
            position: relative;
    }    
    .slide-footer{
        position: absolute;
        width: 100%;
        max-width: 437px;
        bottom: 10px;
    }
}

.je-img {
	height: 274px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.je-img a {
	display: block;
	height: inherit;
}
.je-heading {
	font: 24px 'Circe-Bold';
	margin-bottom: 20px;
}
@media(min-width: 768px){
    .je-heading{
            margin-bottom: 40px;
    }    
}
.je-table tr th, .je-table tr td {
	padding-bottom: 15px;
	vertical-align: top;
	font-size: 15px;
}
@media(min-width: 768px){
    .je-table tr th, .je-table tr td {
            padding-bottom: 30px;
    }    
}
.je-table th {
	color: #085b8e;
	font-family: 'Circe-Bold';
	text-align: right;
	padding-right: 30px;
}

.je-table td {
	color: #fff;
	font-family: 'Circe-Regular';
}
.je-price {
	font: 24px 'Circe-Bold';
}
@media (max-width: 1199px) {
	.orange-block {
    	height: 624px;
    }
    .je-img {
    	height: 312px;
	}
}
@media (max-width: 991px) {
	#job-examples .owl-carousel .owl-item img {
		width: 100%;
		object-fit: cover;
	}
	.orange-block {
		height: 680px;
	}
	.je-text {
		padding: 20px;
	}
	.je-img {
		height: 170px;
	}
}
@media (max-width: 767px) {
	#job-examples .btn-cnt {
		margin-top: 0;
	}
	.je-img {
		height: 110px;
	}
	#owl1prev, .owl-jobsprev, #owl_sm2prev {
		left: -10px;
	}

	#owl1next, .owl-jobsnext, #owl_sm2next {
		right: -10px;
	}
        .orange-block{
            padding-bottom: 20px;
        }
}
@media (max-width: 675px) {

	.orange-block {
		height: 732px;
	}
}
@media (max-width: 767px) {
	.orange-block, .je-imgs {
		height: auto;
	}
        .jobs-imgs-block{
		height: 220px;
                overflow: hidden;
	}
}

.example-nav ul{
    list-style: none;
     padding: 0px;
}

.example-nav li{
    float: left;
    cursor: pointer;
    font: 12px 'Circe-Bold';
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    display: block;
    margin-bottom: 35px;
}
@media(min-width: 768px){
   .example-nav li{
       font-size: 14px;
       width: 33.3%;
   }
}
@media(min-width: 992px){
    .example-nav li{
       font-size: 16px;
   }
}
.example-nav-elem{
    border: 2px solid #50a245;
    margin: 0 10px;
    border-radius: 30px;
    padding: 10px 0;
}
.example-nav li.active .example-nav-elem,
.example-nav li:hover .example-nav-elem{
    background-color: #50a245;
    color: #fff;
}
.job_examples h2{
    margin-bottom: 54px;
}
.help-block.form-error{
	color: #f00;
}
span.wpcf7-not-valid-tip{
	text-align: center;
	margin-bottom: 20px;
}
@media(max-width: 767px){
    .wpcf7-not-valid-tip{
            font-size: 0.8em!important;
    }
}
.wpcf7-not-valid{
	border: 1px solid #f00;
}
.owl-cnt{
    clear: both;
}
.example-nav li{
    position: relative;
}
.example-nav li a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media(max-width: 767px){
    .example-nav{
        padding: 0px;
    }
}
.owl-video-frame iframe{
    height: 100%!important;
    width: 100%!important;
}
.help-block.form-error{
    text-align: center;
}
.fancybox-nav span{
    visibility: visible;
}
.fancybox-skin{
    max-width: 100%;
}


#video_block{
    
}
#video_block .video_block{
    margin-top: 50px;
}
#video_block .video_block iframe{
    width: 100%;
    height: 600px;
}
@media (max-width: 991.98px) {
    #video_block .video_block iframe{
        height: 400px;
    }
}