@import url(animate.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(lightgallery.min.css);
@import url(settings.css);
body{
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
.main-wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px auto;
    background: #fff;
}
.footer-wrapper {
    min-height: 60px;
    max-width: 100%;
    margin: 0 auto;
    background: #0e3265;
    color: #fff;
    padding: 20px 0;
}
.footer-push{
    height: 60px;
    margin: 0;
    padding: 0;
}
.content ul,
.content ol{
    margin-bottom: 20px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 15px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 8px;
    left: 0;
    background: #333333;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li,
.content ul ol li,
.content ol ol li{
    padding-left: 18px;
}
.content ul ul li:after,
.content ol ul li:after{
    height: 1px;
    width: 10px;
    top: 12px;
}
.content ol { counter-reset: item }
.content ol > li { display: block }
.content ol > li:before { 
    content: counters(item, ".") ". "; 
    counter-increment: item;
}
.content ol ol li:before{
    content: counters(item, ".") " "; 
    
}
h1,
.title-h1{
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
h2,
.title-h2{
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
h3,
.title-h3{
    font-size: 21px;
    line-height: 1.1;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
h4{
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 7px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.decoration-none{
    text-decoration: none !important;
}
.decoration-hover{
    text-decoration: none;
}
.decoration-hover:hover{
    text-decoration: underline;
}
.round{
    border-radius: 50%;
}
.light-gray{
    color: #858585;
}
.gray{
    color: #4D4D4D;
}
.green{
    color: #308502;
}
.red{
    color: #0e3265;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.scheme-color{
    color: #0e3265;
}
p{
    margin-bottom: 20px;
}
a{
    color: #FF4229;
    text-decoration: none;
}
a:hover{
    color: #FF3015;
}
a:focus{
    outline: none;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.button{
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    background: #0e3265;
    font-size: 16px;
    padding: 12px 35px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: none;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
}
.button:hover{
    background: #0e3265 !important;
    color: #fff !important;
}
.button.block{
    display: block;
    width: 100%;
}
.button.min,
.button.mini{
    font-size: 12px;
    padding: 3px 15px;
}
.button.orange-btn{
    background: #fff;
    border-color: #FE7136;
    color: #FE7136;
    font-size: 16px;
}
.button.orange-btn:hover{
    color: #fff !important;
    background: #FE7136 !important;
}
.button.big{
    padding: 14px 60px;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 55px 25px 35px;
}
#responseMessage .modal-content.error{
    color: #0e3265;
}
.box{
    display: none;
}
.box.visible{
    display: block;
}
.close{
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 300;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:before{
    content:"";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #F02A29;
}
.close:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #F02A29;
}
/**************************************/
.header-push{
    height: 64px;
}
.header-wrapper{
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    line-height: 1.4;
}
.header-panel{
    background: #231f20;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    overflow: hidden;
}
.header-panel a{
    color: #fff;
    text-decoration: none;
}
.header-panel a:hover{
    text-decoration: underline;
}
.header-tel{
    letter-spacing: 0.5px;
    margin-left: 15px;
}
.header-tel .fa,
.header-email .fa{
    margin-right: 3px;
}
.shedule span{
    margin-right: 10px;
}
.shedule span:last-of-type{
    margin-right: 0;
}
.shedule .fa{
    margin: 0 5px 0 0;
    font-size: 18px;
    vertical-align: middle;
}
.header > div{
    display: inline-block;
}
.logo{
    margin-left: -10px;
}
.logo img {
    height: 70px;
}
.mob-menu-btn{
    margin: 24px 5px 0 20px;
}
.mob-menu-btn span{
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 30px;
    background: #0e3265;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -400px;
    background: #231f20;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    padding-top: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.mobile-menu.open {
    right: 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu.open + .overlay {
    z-index: 400;
    opacity: 1;
}
.mobile-menu > ul > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.mobile-menu > ul > li.active > a{
    color: #FF4229;
}
.mobile-menu-close.close{
    top: 25px;
    right: 25px;
}
.callback-btn{
    padding: 0 30px;
    top: 30px;
    height: 50px;
    line-height: 50px;
    display: block;
    position: relative;
    text-decoration: none;
    background: #0e3265;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    letter-spacing: 0.5px;
}
.callback-btn .fa{
    margin: 0 4px 0 0;
    vertical-align: middle;
    font-size: 20px;
}
.callback-btn:hover{
    color: #fff !important;
    background: #231f20 !important;
}
.mobile-menu .callback-btn{
    float: none;
    height: auto;
    line-height: 1;
    padding: 10px 20px;
    display: inline-block;
    margin-left: 20px;
	margin-bottom: 15px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-weight: normal;
}
.advantages{
    position: relative;
    z-index: 1;
	background: url(../images/serv-bg.png) center bottom no-repeat;
}
.icons .element{
    margin-bottom: 40px;
    border: 1px solid #0e3265;
	background: rgba(255, 255, 255, 0.8);
}
.icons .element .img-wrapper{
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.5s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.5s;
    transition: transform ease-out 0.1s, background 0.5s;
    margin-bottom: 20px;
}

.icons .element .title{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #231f20;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.icons .element .text{
    font-size: 14px;
    padding: 0 10px;
    height: 220px;
    color: #555;
    overflow: hidden;
    margin-bottom: 30px;
}
.dark-bg{
    background: #0e3265;
}
.gray-bg{
    background: #ecedf1;
}
.hr-min{
    width: 100px;
    margin: 30px auto;
}
.weight300{
    font-weight: 300;
}
.section2:before{
    content:"";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    border-top: 14px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: -7px;
    z-index: 10;
}
.portfolio{
    overflow: hidden;
}
.portfolio figure{
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
}
.portfolio img{
    width: 100%;
}
.portfolio figure a{
    position: relative;
    display: block;
    overflow: hidden;
}
.portfolio figure a:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zoom-icon.png) 50% 50% no-repeat;
    background-size: 0 0;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    content:"";
    z-index: 2;
}
.portfolio figure:hover a:after{
    opacity: 1;
    background-size: 88px 89px;
}
.portfolio figure a:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding-bottom: 100%;
    margin-top: -50%;
    opacity: 0;
    background: #ed1d23;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    -o-transition: -o-transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    z-index: 1;
}
.portfolio figure:hover a:before {
    opacity: 0.7;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}
.portfolio figure .title-h3{
    margin: 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    color: #333333;
}
.portfolio figure p{
    font-size: 13px;
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    color: #A1B1BC;
}
.portfolio figure > div{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    background: #fff;
    padding: 15px 25px 5px;
}
.portfolio figure img{
    -webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.portfolio figure:hover > div{
    background: #231f20;
}
.portfolio figure:hover .title-h3,
.portfolio figure:hover p{
    color: #fff;
}
.pswp__caption__center{
    text-align: center;
}
.pswp__caption__center .title-h3{
    margin: 15px 0 5px;
}
.num-section{
	background: #ecedf1;
    background-attachment: fixed;
    color: #333;
    position: relative;
}
.ie .num-section{
    background-attachment: scroll;
}
.num-section .container{
    position: relative;
    z-index: 10;
}
.num-section .num{
	font-size: 42px;
    line-height: 1;
    font-weight: bold;
    color: #0e3265;
    margin-bottom: 10px;
    opacity: 0;
}
.num-section .num.animated{
    opacity: 1;
}
hr{
    border-color: #231f20;
}
hr.white{
    border-color: #fff;
}
.clear-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}
.services-section .element{
    padding-left: 80px;
    margin-bottom: 60px;
}
.services-section .element .title{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}
.services-section .element .text{
    font-size: 13px;
    color: #A1B1BC;
}
.services-section .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 56px;
    height: 56px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #0e3265;
}
.services-section .element .img-wrapper img{
    width: 40px;
    max-height: 40px;
}

/* --------------------
   -------------------- Pricing -------------------- */
.b-pricing { 
    background: url(../images/pricing-section.jpg) 0 0 no-repeat;
    background-attachment: fixed;
    color: #fff;
    position: relative; 
}
.ie .b-pricing{
    background-attachment: scroll;
}
.b-pricing:before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(../images/pattern.png) rgba(46,56,65,0.8); content: ''; }
.b-pricing_container {position: relative;z-index: 5;}
.b-pricing_list { text-align: center; }
.b-pricing_plan {overflow: hidden; display: inline-block;vertical-align: top;border: 8px solid transparent;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.b-pricing_plan_inner { width: 280px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.b-pricing_plan_caption {
    position: relative;
    height: 100px;
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
    background: url(../images/pattern_dark.png) center center repeat;
}

.b-pricing_plan_sum { padding: 22px 10px; font: 200 2em/1 'Open Sans', sans-serif, sans-serif; text-align: center; }
.b-pricing_plan_include { list-style: none; }
.b-pricing_plan_include li {
    display: block;
    padding: .95em .85em .85em;
    font: 400 1em/1 'Raleway', sans-serif;
    text-align: center;
	background: rgba(255, 255, 255, 0.4);
    color: #555;
    margin: 0 15px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.b-pricing_plan_checkout {
    padding: 30px 10px 15px;
    text-align: center;
}
.b-pricing_plan_checkout .e-btn { display: block; margin: 0 auto; padding: 11px; max-width: 225px; font-size: 1.42857142857143em; }
.b-pricing_plan__scale {position: relative;z-index: 5;margin: 10px -15px;font-size: 1.07142857142857em;border-color: #fff;}
.b-pricing_plan__scale .b-pricing_plan_inner { border: 1px solid #dedede; }
.b-pricing_plan__scale .b-pricing_plan_caption { padding: .8em .5em; font: 400 2.2em/1 'Open Sans', sans-serif, sans-serif; }
.b-pricing_plan__scale .b-pricing_plan_include li { padding: 1.1em .85em 1em; }
.b-pricing_plan__scale .b-pricing_plan_checkout { padding: 52px 10px; }
.b-pricing_plan__scale .b-pricing_plan_checkout .e-btn { padding: 14px;max-width: 245px; font-size: 22px; }
.b-pricing_plan_caption {
    color: #fff;
    background-color: #0e3265;
	border: 2px dashed;
}
.b-pricing_plan_sum {
    color: #0e3265;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-pricing_plan { width: 33%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .b-pricing_plan_inner { width: 100%; }
    .b-pricing_plan_checkout .e-btn { padding-left: 10px; padding-right: 10px; width: 100%; }
}

@media (min-width: 992px) {
    .b-pricing_plan_inner { 
		width: 320px;
	}

    .b-pricing_plan__scale {margin: 0 -20px;}
}
@media (max-width: 991px) {
    .button{padding: 12px 25px;}
}
@media (max-width: 767px) {
    .b-pricing_plan_inner { width: 100%; }
    .b-pricing_plan{ display: block;}
    .b-pricing_plan__scale {margin: 0;}
    .b-pricing_plan__scale .b-pricing_plan_inner{ box-shadow: none !important; border: none;}
}
/* * * * * *
 * * * * * * Show transitions * * * * * *
                              * * * * * */
.b-pricing_plan {
    opacity: 0;
    border-color: 
    transparent;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: opacity 600ms, transform 400ms;
    -moz-transition: opacity 600ms, transform 400ms;
    transition: opacity 600ms, transform 400ms;
}
.b-pricing_plan_inner { 
    -webkit-box-shadow: 0 0 0 8px transparent; 
    -moz-box-shadow: 0 0 0 8px transparent; 
    box-shadow: 0 0 0 8px transparent; 
    -webkit-transform: rotateY(-90deg); 
    -moz-transform: rotateY(-90deg); 
    transform: rotateY(-90deg); 
    -webkit-transition: -webkit-transform 600ms; 
    -moz-transition: -moz-transform 600ms; 
    transition: transform 600ms; 
    -webkit-backface-visibility: visible; 
    backface-visibility: visible; 
}
.b-pricing_plan__scale .b-pricing_plan_inner { -webkit-box-shadow: 0 0 0 8px #fff; -moz-box-shadow: 0 0 0 8px #fff; box-shadow: 0 0 0 8px #fff; }
.b-pricing_plan:nth-child(2) .b-pricing_plan,
.b-pricing_plan:nth-child(2) .b-pricing_plan_inner { -webkit-transition-delay: 600ms; -moz-transition-delay: 600ms; transition-delay: 600ms; }
.b-pricing_plan:nth-child(3) .b-pricing_plan,
.b-pricing_plan:nth-child(3) .b-pricing_plan_inner { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }
.b-section__show .b-pricing_plan {opacity: 1;}
.b-section__show .b-pricing_plan .b-pricing_plan_inner { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); transform: rotateY(0deg); }
.no-animate .b-pricing_plan {opacity: 1;}
.no-animate .b-pricing_plan .b-pricing_plan_inner { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); transform: rotateY(0deg); }
.no-animate .b-pricing_plan,
.no-animate .b-pricing_plan_inner{
    opacity: 1;
    -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
/* --------------------
   -------------------- End Pricing -------------------- */


.reviews-carousel .slick-track{
    display: flex;
}
.reviews-carousel .item{
    padding: 0 10px;
    height: auto;
}
.reviews-carousel .element{
}
.reviews-carousel .element .text{
    font-size: 14px;
    color: #A1B1BC;
}
.reviews-carousel .element .img-wrapper{
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 29px;
}
.reviews-carousel .element .title-h3{
    font-weight: normal;
    color: #0e3265;
    font-style: italic;
}
.reviews-carousel .element .title-h3:before{
    content: "- ";
}
.tt-testimonal-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 46px;
    font-size: 20px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    background: #0e3265;
}
.contacts-section .element{
    min-height: 100px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    padding: 26px 12px 22px 80px;
    color: #fff;
    font-size: 14px;    
    position: relative;
}
.contacts-section .element .icon{
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 51px;
    height: 51px;
    background: #fff;
    margin-top: -25.5px;
    border-left: 1px solid #0e3265;
    border-bottom: 1px solid #0e3265;
}
/*------------------------------
	Google Map
------------------------------*/
.google-map {
  height: 450px;
  width: 100%;
}
.google-map img {
  max-width: none;
  display: inline;
}
.google-map .infoBox img[src*="close.png"] {
  position: absolute !important;
  z-index: 1001;
  width: 12px;
  height: 12px;
  margin: 0;
  top: 12px;
  right: 12px;
  opacity: 0.6;
  transition: all 0.2s;
}
.google-map .infoBox img[src*="close.png"]:hover {
  opacity: 1;
}

.google-map .map-marker-container {
  position: relative;
  max-width: 300px;
  font-size: 14px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s;
  padding: 15px;
  border: 1px solid #999999;
}

.google-map .map-marker-container .arrow-down {
  position: absolute;
  bottom: -28px;
  left: 20px;
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-width: 14px;
}

.google-map .map-marker-container .content {
  padding: 10px 15px;
  width: 220px;
}

.google-map .map-marker-container .content .title {
  margin-bottom: 0;
  transition: all 0.2s;
  visibility: inherit;
  color: #000;
  text-transform: uppercase;
  font-family: 'MPC', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}
.google-map .map-marker-container .content > div{
    margin-bottom: 5px;
}
.map-marker-container .content:after{
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    content:"";
    bottom: -6px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/******************************************/

/*------------------------------
	END Google Map
------------------------------*/
.quest-section span{
    display: block;
    margin-bottom: 10px;
}


/**************************************************   MEDIA QUERIS   *****************************************************/

@media only screen and (max-width: 1239px) {
.icons .img-wrapper img{
}
}
@media only screen and (max-width: 991px) {
.icons .img-wrapper img{
}
.slick-dots{
    padding-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.b-pricing_plan_inner { 
	width: 100%;
}
.top-slider form {
	display: none;
}
.logo.left {
    width: 110px;
    padding: 1px 0 0 10px;
}
}

@media only screen and (min-width: 768px) {
.modal {
    padding: 55px 40px 40px;
}
.mobile-tab-header {
    display: none;
}
ul.tabs.mobile {
    display: block !important;
    margin: 0;
}
.box {
    padding: 0 15px;
}
h1.big,
.title-h1.big{
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 20px;
}
h1,
.title-h1{
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 700;
}
.logo{
    margin-left: -15px;
}
.portfolio figure{
    width: 50%;
}
.services-section hr:nth-of-type(2n){
    clear: both;
}
.quest-section span{
    vertical-align: top;
    margin-right: 30px;
    display: inline;
    margin-bottom: 0;
}
.contacts-section .element {
    padding: 26px 12px 22px 22px;
    text-align: center;
}
}


@media only screen and (min-width: 992px){
.box {
    padding: 0 20px;
}
.top-menu{
    padding-top: 45px;
    float: right;
    font-family: 'Open Sans', sans-serif;
    margin-right: 20px;
}
.top-menu > ul > li{
    display: inline-block;
    margin: 0 10px;
}
.top-menu > ul > li > a{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #231f20;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.top-menu > ul > li:hover > a,
.top-menu > ul > li.active > a{
    color: #0e3265;
}
.mobile-menu,
.overlay{
    display: none;
}
.logo{
    margin-left: 0;
	padding-top: 17px;
}
.services-section hr:nth-of-type(2n){
    clear: none;
}
.services-section hr:nth-of-type(3n){
    clear: both;
}
.reviews-carousel .item{
}
.reviews-carousel .element{
}
.reviews-carousel .element .text{
    line-height: 1.8;
}
.reviews-carousel .element .img-wrapper{
}
.reviews-carousel .element .title-h3{
    position: absolute;
    bottom: -54px;
}
.contacts-section .element {
    padding: 26px 12px 22px 80px;
    text-align: left;
}
}


@media only screen and (min-width: 1240px) {
.portfolio figure{
    width: 25%;
}
ul.tabs.mobile li{
    padding: 18px 90px;
}
.top-menu > ul > li{
    margin: 0 20px;
}
h1.big,
.title-h1.big{
    font-size: 58px;
    line-height: 1;
    margin-top: 60px;
    margin-bottom: 20px;
}
.top-slider .text{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.6;
	width: 600px;
	margin: 0 auto;
	padding: 15px 10px;
}
}
.form-control:focus {
    border-color: #0e3265;
}
/* top slider */
.top-slider .slick-dots {
    position: absolute;
    bottom: 25px;
}
.top-slider .slick-dots li{
    border-color: #fff !important;
}
.top-slider .slick-dots li.slick-active{
    background-color: #fff !important;
}
.top-slider .item{
    overflow: hidden;
    height: 450px;
    position: relative;
}
.top-slider .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.top-slider .table{
    position: relative;
    z-index: 10;
}
.video-block{
    height: 100%;
}
.video-block .table{
    z-index: 10;
    position: relative;
}
video#video_background { 
     position: absolute; 
     left: 0; 
     top: 0; 
     min-width: 100%; 
     min-height: 100%; 
     width: auto; 
     height: auto; 
     display: block; 
} 
.video-block .pattern{
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
    background: url(../images/pattern2.png);
    z-index: 1;
}
@media only screen and (min-width: 768px) {
.top-slider .item{
    height: 400px;
}
.header-push{
    height: 0px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-wrapper{
    height: 109px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.header-wrapper.hPanelHide{
    top: 0;
	height: 80px;
	background: #fff;
}
.top-menu.hPanelHide{
	padding-top: 30px
}
.callback-btn.hPanelHide{
	top: 15px
}
.logo.hPanelHide{
	width: 135px;
    padding-top: 6px;
}
}
.btn-servise {
    color: #0e3265 !important;
    background: #ffffff !important;
    border: 2px solid #0e3265 !important;
    width: 230px;
	    margin-bottom: 25px;
    margin-top: 15px;
}
@media only screen and (min-width: 992px) {
.top-slider .item{
    height: 520px;
}
.top-slider .table{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.top-slider .table.active{
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
}
@media only screen and (min-width: 1360px){
.top-slider .item{
    height: 640px;
}
}
/* end top slider */

/* Action */
.action-section{
    background: url(../images/bg.gif);
}
.action-section .title{
    line-height: 1.3;
}
.countdownHolder{
    position:relative;
    font-size:26px;
    line-height:36px;
    font-family: 'Open Sans', sans-serif;
    text-align:center;
    width:300px;
    margin:auto;
}
.countdownHolder > span:nth-of-type(odd){
    color: #fff;
    width: 50px;
    padding: 10px 0;
    background-color:#231f20;
    border-radius:3px;
    text-align:center;
    display: inline-block;
    position: relative;
    font-weight: bold;
}
.countdownHolder > span:nth-of-type(odd):after{
    content:":";
    display: block;
    position: absolute;
    top: 6px;
    right: -16px;
    color: #231f20;
}
.countdownHolder > span.countSeconds:after{
    display: none;
}
.countDiv{
    display:inline-block;
    width:22px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    position:absolute;
    display:block;
    width: 50px;
    text-align: center;
    left:0;
    bottom: -30px;
    content:'дней';
    color:#231f20;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}
.countDays:before{
    content:'дней';
}
.countHours:before{
    content:'часов';
}
.countMinutes:before{
    content:'минут';
}
.countSeconds:before{
    content:'секунд';
}

.action-form-box{
    width: 800px;
    margin: auto;
    max-width: 100%;
}


@media only screen and (min-width: 992px){
.countdownHolder{
    font-size:36px;
    width:400px;
}    
.countdownHolder > span:nth-of-type(odd){
    width: 70px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    width: 70px;
    font-size: 14px;
    bottom: -34px;
}
}
/* End action */

/* Partners */
.partners-carousel{
    margin: 0 -5px;
}
.partners-carousel .item{
    padding: 0 5px;
}
.partners-carousel .item img{
    border: 2px solid #D1CFCF;
}
/*End partners*/

/************************* accordeon **************************/
.accordeon .element-content{
    display: none;
    padding: 20px;
    font-size: 13px;
    color: #888885;
}
.accordeon .element{
    margin-bottom: 6px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.accordeon .element .title{
    cursor: pointer;
    padding: 17px 15px 17px 70px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5px;
    position: relative;
    color: #888885;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.accordeon .element.active .title{
    background: #0e3265;
    color: #fff !important;
}
.accordeon .element .title:before{
    font-family: 'FontAwesome';
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/plus.png) 50% 50% no-repeat #ccc;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.accordeon .element.active .title:before{
    background: url(../images/minus.png) 50% 50% no-repeat #333;
}
.accordeon > div:first-of-type .element-content{
    display: block;
}
.accordeon .element .title:hover:before{
    background-color: #333;
}
.accordeon .element .title:hover{
    color: #333333;
}
.accordeon > div:last-of-type{
    margin-bottom: 0;
}
/************************* end accordeon **************************/
.youtube-video-box img{
    width: 100%;
}
.youtube-video-box .title-h3{
    margin-bottom: 3px;
}
.youtube-video:after{
    content: "\f04b";
    display: block;
    position: absolute;
    width: 70px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -35px;
    font-family: FontAwesome;
    font-size: 80px;
    text-align: center;
    line-height: 100px;
    color: #0e3265;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.youtube-video:hover:after{
    color: #333;
}
    .b-pricing_plan_inner { 
		border: 1px dotted rgba(237, 28, 36, 0.4);
		border-radius: 3px;
		overflow: hidden;
		height: 390px;
	}
	.b-pricing_plan_inner img { 
		position: absolute;
		z-index: -1;
		bottom: 0;
		left: 0;
		opacity: 0.15;
		max-width: 430px;
	}
.btn-kurs{
	color: #0e3265 !important;
    background: #ffffff !important;
    border: 2px solid #0e3265 !important;
	margin-bottom: 0;
    position: absolute;
    width: 230px;
    bottom: 25px;
    left: 45px;
}
.top-slider form {
    width: 309px;
    height: 348px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 0 25px;
}
.top-slider form .title {
    font-family: 'Open Sans', sans-serif;
    color: #231f20;
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin: 0 0 15px;
}
.top-slider .title span {
    font-size: 15px;
    line-height: 22px;
}
.youtube-video-box {
    border: 1px solid #0e3265;
}