/*
    
*/
@font-face {
    font-family: 'Elektra';
    src:url('fonts/ElektraLightPro.otf'),
        url('fonts/ElektraLightPro.woff2'),
        url('fonts/ElektraLightPro.woff');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'Elektra';
    src:url('fonts/ElektraMediumPro.otf'),
        url('fonts/ElektraMediumPro.woff2'),
        url('fonts/ElektraMediumPro.woff');
        font-weight: 600;
        font-style: normal;
}
@font-face {
    font-family: 'Elektra';
    src:url('fonts/ElektraMediumPro-Bold.otf'),
        url('fonts/ElektraMediumPro-Bold.woff2'),
        url('fonts/ElektraMediumPro-Bold.woff');
        font-weight: bold;
        font-style: normal;
}
.red{
    color: #F23927;
}
hr{
    border: none;
    border-bottom: 1px solid #EBEBEB;
    margin: 20px 0;
}
/************************************************/
body{
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    overflow-x: hidden;
    font-family: 'Elektra', sans-serif;
}
h1{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1;
}
h2,
.title-h2{
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}
h3,
.title-h3{
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}
h4,
.title-h4{
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
}
h5,
.title-h5{
    font-size: 18px;
    margin-bottom: 20px;
}
h6,
.title-h6{
    font-size: 14px;
    margin-bottom: 20px;
}
p{
    margin-bottom: 20px;
}
a{
    color: #E76725;
}
a:hover{
    color: #000;
    text-decoration: none;
}
strong,
b, 
.bold{
    font-weight: bold;
}
.weight600{
    font-weight: 600;
}
.blue{
    color: #07113F;
}
/* fancybox */
.fancybox-overlay{
    background: rgba(255,255,255,0.6);
}
.fancybox-close {
    background: url(../images/close.png) 50% 50% no-repeat #E45030;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}
.fancybox-close:hover{
    background-color: red;
}
.fancybox-skin{
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3)  !important;
    border-radius: 0;
}
.fancybox-next span {
    background: url(../images/fancy-next.png) 50% 50% no-repeat rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
.fancybox-prev span {
    background: url(../images/fancy-prev.png) 50% 50% no-repeat rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
.fancybox-next span:hover,
.fancybox-prev span:hover{
    background-color: #4B7BBC;
}
.fancybox-title-float-wrap{
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child{
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
}
.fancybox-title-float-wrap .child{
    white-space: normal;
    width: 100%;
}
/* end fancybox */
.label{
    display: block;
    margin-bottom: 4px;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dashed:hover{
    border-bottom-color: transparent;
}
.static{
    position: static;
}
.hidden {
  opacity:0;
}
.visible{
    opacity:1;
}
.button{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #E76725;
    font-size: 14px;
    padding: 13px 35px 11px;
    margin-bottom: 15px;
    position: relative;
    border: none;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    border-bottom: 2px solid #D74900;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.button:hover{
    background: #D74900;
    color: #FFF;
}
.button.mini{
    padding: 10px 30px 8px;
    margin-bottom: 10px;
}
.button.block{
    display: block;
    width: 100%;
}

/*****************************************************************************/
.top-menu{
    display: none;
}
.menu-button{
    display: block;
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: 300;
    background: url(../images/icon-menu.png) 50% 50% no-repeat;
    height: 16px;
    width: 26px;
    cursor: pointer;
}
.mobile-menu-button{
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 300;
    padding: 10px;
    border-radius: 4px;
    line-height: 0;
}
.mobile-menu{
    position: fixed;
    top: 0;
    right: -850px;
    background: #164178;
    height: 100%;
    width: 850px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    padding-top: 73px;
    box-shadow: -2px 0px 2px rgba(0,0,0,0.5);
    -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.active{
    right: 0;
}
.mobile-menu > ul > li > a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}
.mobile-menu > ul > li.active > a{
    color: #E76725;
}
.mobile-menu > ul > li > a:hover{
    color: #E76725;
}
.mobile-menu ul  ul > li > a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 20px 5px 40px;
    position: relative;
}
.mobile-menu ul  ul > li > a:before{
    content:"";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 15px;
    left: 25px;
    background: #EDA62A;
    border-radius: 50%;
}
.mobile-menu ul ul{
    margin-bottom: 10px;
}
.mobile-menu ul  ul > li.active > a{
    color: #EDA62A;
}
.mobile-menu ul  ul > li > a:hover{
    color: #EDA62A;
}
.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;
}
.overlay.active{
    z-index: 300;
    opacity: 1;
}
/**************************************************************************************************************************************************/
.header-wrapper{
    min-height: 600px;
    background: url(../images/header-xs.jpg) right 0 no-repeat;
}
.top-bar{
    background: rgba(6,19,63,.3);
    padding: 20px 0;
}
.logo{
    display: inline-block;
    margin-bottom: 10px;
}
.header-tel-box{
    position: absolute;
    right: 80px;
    top: -2px;
}
.panel-tel-box{
    padding-left: 20px;
    margin: 50px 0;
}
.header-tel a,
.panel-tel a{
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 1px;
}
.header-tel a:hover,
.panel-tel a:hover{
    color: #E76725;
}
.panel-tel{
    margin-bottom: 15px;
}
.panel-tel-box .callback-link{
    font-size: 14px;
}
.callback-link{
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    display: inline-block;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    letter-spacing: 1px;
}
.callback-link:hover{
    border-color: transparent;
    color: #E76725;
}
.slogan{
    padding-top: 100px;
}
.slogan .subtitle{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 25px;
}
.after-header{
    min-height: 215px;
    background: url(../images/bg1.jpg);
    padding-bottom: 50px;
}
.after-header .elements{
    margin: -80px auto 0;
    width: 860px;
    max-width: 100%;
}
.after-header .img-wrapper{
    background: url(../images/bg1.png) 50% 0 no-repeat;
    padding-top: 20px;
    margin-bottom: 17px;
}
.after-header .img-inner{
    display: inline-block;
}
.after-header .element2 .img-inner:after{
    background: url(../images/after-header2-after.png) 0 0 no-repeat;
    content:"";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 80px;
    right: -20px;
}
.after-header .element3 .img-inner:after{
    background: url(../images/after-header3-after.png) 0 0 no-repeat;
    content:"";
    display: block;
    position: absolute;
    width: 59px;
    height: 43px;
    top: 115px;
    left: -10px;
}
.after-header .count{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: 1px;
    padding-top: 76px;
    color: #11171E;
}
.after-header .element2 .count{
    font-size: 60px;
    padding-top: 70px;
}
.after-header .element3 .count:before{
    content:"Более";
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -45px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.your-advantage{
    padding-top: 70px;
}
.your-advantage .element{
    padding-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}
.your-advantage .element .text-wrapper{
    padding-top: 30px;
}
.your-advantage .img-wrapper{
    display: inline-block;
}
.link-wrapper{
    display: inline-block;
}
.your-advantage .element img.hover{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    opacity: 0;
}
.link-wrapper:hover img.hover{
    opacity: 1;
}
.your-advantage .text a{
    display: inline-block;
    margin-top: 5px;
}
.your-advantage .elements{
    padding-bottom: 20px;
}
.scheme{
    background: url(../images/scheme.jpg) 50% 0 no-repeat;
    background-size: cover;
    min-height: 354px;
    padding: 70px 0 30px;
}
.scheme-inner{
    width: 960px;
    margin: auto;
    max-width: 100%;
}
.scheme-inner .element{
    margin-bottom: 50px;
    position: relative;
}
.scheme-inner .img-wrapper{
    margin-bottom: 10px;
}
.search-bar{
    padding: 15px 20px;
    background: #EAEAEA;
    margin-bottom: 30px;
    min-height: 70px;
}

.search .form-control{
    padding-right: 50px;
}
.search-button{
    background: url(../images/search-icon.png) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 13px;
    right: 15px;
    border: none;
    text-indent: -10000px;
}
.filter-link span{
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 1.5px;
    border-bottom: 2px solid;
    padding: 0 18px 2px 0;
    position: relative;
    cursor: pointer;
}
.filter-link span:after{
    background: url(../images/arrow-down.png) 0 0 no-repeat;
    height: 5px;
    width: 9px;
    content:"";
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.filter-link span:hover{
    border-color: transparent;
}
.filter-link span.active:after{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filter-dropdown{
    background: #fff;
    position: fixed;
    top: 114px;
    left: -100000px;
    padding: 32px 20px 20px;
    box-shadow: 0px 8px 8px rgba(0,0,0,0.2);
    width: 400px;
    max-width: 100%;
    z-index: 100;
}
.filter-dropdown.active{
    position: absolute;
    left: 0;
}
.filter-dropdown li{
    margin-bottom: 12px;
}
.filter-dropdown a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #07113F;
    text-decoration: none;
}
.filter-dropdown a:hover{
    color: #E76725;
}
.filter-dropdown ul{
    position: relative;
    margin-bottom: 12px;
}
.core-elements .element{
    padding: 10px;
    cursor: default;
    margin-bottom: 20px;
}
.core-elements .element:hover{
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}
.core-elements .element .img-wrapper{
    margin-bottom: 20px;
    position: relative;
}
.core-elements .element img{
    width: 100%;
}
.core-elements .text{
    position: absolute;
    bottom: 15px;
    left: 15px;
    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;
}
.core-elements .element:hover .text{
    opacity: 1;
}
.core-elements .title-h5{
    margin-bottom: 3px;
}
.core-elements  .subtitle{
    margin-bottom: 9px;
}
.core-elements .price{
    font-size: 30px;
    font-weight: 600;
    color: #E76725;
    margin-bottom: 5px;
}
.core-elements button{
    position: relative;
    z-index: 10;
}
.clear-hr{
    margin: 0;
    padding: 0;
    border: none;
    height: 0;
}
.modal{
    display: none;
    width: 840px;
    max-width: 100%;
    background: #fff;
    padding: 50px 20px 20px;
}
.application{
    margin-bottom: 30px;
}
.application .subelement{
    font-size: 14px;
    text-transform: uppercase;
    color: #07113F;
    padding-left: 40px;
    font-weight: 600;
    margin-bottom: 13px;
    min-height: 24px;
}
.application .element1{
    padding-top: 30px;
}
.subelement1{
    background: url(../images/icon1.png) 0 0 no-repeat;
}
.subelement2{
    background: url(../images/icon2.png) 0 0 no-repeat;
}
.subelement3{
    background: url(../images/icon3.png) 0 0 no-repeat;
}
.subelement4{
    background: url(../images/icon4.png) 0 0 no-repeat;
}
.subelement5{
    background: url(../images/icon5.png) 0 0 no-repeat;
}
.application .price{
    font-size: 40px;
    font-weight: 600;
    color: #E45030;
    margin: -10px 0 15px;
}
.payments .element{
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px 10px 40px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    height: 100px;
    position: relative;
}
.payments .element.checked,
.payments .element:hover{
    border-color: #EBEBEB;
}
.payments{
    margin-bottom: 10px;
}
.payments .title-h6{
    margin-bottom: 5px;
}
.payments .element:after{
    background: url(../images/customcheck.png) 0 0 no-repeat;
    content:"";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 10px;
    left: 50%;
    margin-left: -10px;
}
.payments .element.checked:after{
    background-position: 0 -20px;
}
.ya-cassa-modal-message{
    padding: 10px 0 0px;
    border-top: 1px solid #EAEAEA;
    color: #A3A3A3;
}
.ya-cassa-modal-message span{
    display: inline-block;
    margin-right: 10px;
}
.modal .title-h3{
    font-size: 30px;
}
.pagination{
    margin: 20px 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
}
.pagination li a{
    display: inline-block;
    text-decoration: none;
    border: 1px solid #07113F;
    line-height: 1;
    padding: 8px 5px;
    width: 34px;
    color: #07113F;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    margin: 0 4px;
    vertical-align: middle;
}
.pagination li a.active,
.pagination li a:hover{
    background: #07113F;
    color: #fff;
}
.pagination li a.prev,
.pagination li a.next{
    height: 32px;
    border: none;
    background: url(../images/prev.png) 50% 50% no-repeat;
}
.pagination li a.next{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pagination li a.prev:hover{
    background-position: 40% 50%;
}
.pagination li a.next:hover{
    background-position: 40% 50%;
}
.form-wrapper{
    background: url(../images/formwrapper.jpg) 50% 0 no-repeat;
    background-size: cover;
    min-height: 410px;
    padding: 70px 0 30px;
}
.core{
    padding: 70px 0 50px;
}
.bottom-slogan{
    min-height: 270px;
    padding: 70px 0 40px;
    background: url(../images/bottomslogan.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.dop-services{
    padding: 70px 0 40px;
}
.dop-services .title-h2{
    margin-bottom: 50px;
}
.dop-services .element{
    background: url(../images/bg2.jpg) 0 0 no-repeat;
    background-size: cover;
    min-height: 450px;
    border: 1px solid #EBEBEB;
    margin: 0 auto 40px;
    width: 378px;
    max-width: 100%;
}
.dop-services .element-head{
    height: 160px;
    background: url(../images/elementhead.png) 50% 0 no-repeat;
    background-size: 100% 160px;
    margin-bottom: 30px;
    padding: 0 20px;
}
.element-head table{
    width: 100%;
    height: 100%;
    text-align: center;
}
.element-head table td{
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}
.element-head table td .title-h5{
    margin-bottom: 0;
}
.element-body{
    padding: 0 30px 20px;
}
.element-body li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.element-body li:after{
    content:"";
    display: block;
    position: absolute;
    width: 7px;
    height: 6px;
    top: 5px;
    left: 0;
    background: url(../images/bg3.png) 0 0 no-repeat;
}
.element-body ul{
    margin-bottom: 30px;
    min-height: 230px;
}
#callback2.modal{
    background: url(../images/bg3-xs.jpg) right 0 no-repeat;
    background-size: cover;
    min-height: 430px;
    width: 759px;
    max-width: 100%;
}
.guarantees{
    padding-top: 13px;
    border-top: 1px solid #F2E1E7;
}
.modal#callback{
    width: 418px;
    max-width: 100%;
    background: url(../images/bg4.jpg) 0 0 no-repeat;
    background-size: cover;
}
.modal .title-h3{
    font-size: 26px;
    margin-bottom: 30px;
}
.write-us{
    background: url(../images/writeus.jpg) 0 0 no-repeat;
    background-size: cover;
    min-height: 394px;
    padding: 60px 0 30px;
}
.footer{
    background: #23294E;
    padding: 15px 0;
    color: #9194A7;
}
.footer a{
    color: #9194A7;
}
.copyright{
    font-size: 18px;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
    padding-top: 9px;
}
.footer-logo{
    vertical-align: middle;
    display: inline-block;
    margin-top: -1px;
}
.footer-top{
    padding-bottom: 10px;
    border-bottom: 1px solid #9194A7;
}
.footer-bottom{
    padding-top: 15px;
}
.footer-tel{
    text-decoration: none;
    font-weight: 600;
    font-size: 30px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.footer a:hover{
    color: #fff;
}
.modal.mind{
    padding: 0;
    width: auto;
}














/**************************************************************************************************************************************************/
/***************************************************************   MEDIA QUERIS   *****************************************************************/
/**************************************************************************************************************************************************/


@media only screen and (min-width: 768px) {

.modal{
    padding: 40px 30px 20px;
}
.modal .title-h3{
    font-size: 34px;
}
.modal#callback{
    padding: 50px 30px 20px;
}
.mobile-menu {
    width: 400px;
    right: -450px;
}
.header-wrapper{
    background: url(../images/header-sm.jpg) right 0 no-repeat;
}
.slogan{
    position: absolute;
    top: 130px;
    padding-top: 0;
}
.after-header{
    padding-bottom: 0;
}
.search{
    position: absolute;
    right: 20px;
    top: 13px;
    width: 330px;
    max-width: 100%;
}
h2,
.title-h2{
    font-size: 40px;
}
h3,
.title-h3{
    font-size: 36px;
}
.filter-dropdown > .row > div:nth-child(1) ul,
.filter-dropdown > .row > div:nth-child(2) ul{
    padding-right: 70px;
}
.filter-dropdown > .row > div:nth-child(1) ul:after,
.filter-dropdown > .row > div:nth-child(2) ul:after{
    content:"";
    display: block;
    position: absolute;
    width: 1px;
    height: -webkit-calc(100% + 10px);
	height: calc(100% + 10px);
    top: -5px;
    right: 50px;
    background: #EAEAEA;
}
.filter-dropdown{
    top: 70px;
    width: 800px;
    max-width: 100%;
}
.core-elements > .row > hr:nth-of-type(2n){
    clear: both;
}
.application:after{
    content:"";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -20px;
    background: #EAEAEA;
}
.application .element1{
    padding-right: 40px;
}
.application .element2{
    padding-left: 30px;
}
#callback2.modal{
    background: url(../images/bg3.jpg) right 0 no-repeat;
    background-size: cover;
}
}


@media only screen and (min-width: 992px) {
.write-us{
    background-position: 50% 0;
}
.mobile-menu{
    display: none !important;
}
.menu-button{
    display: none;
}
.top-menu{
    position: absolute;
    top: 11px;
    left: 185px;
    display: block;
}
.top-menu > ul > li{
    float: left;
    margin-left: 24px;
    position: relative;
}
.top-menu > ul > li:first-child{
    margin-left: 0;
}
.top-menu > ul > li > a{
    font-size: 10px;
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
}
.top-menu > ul > li.active > a,
.top-menu > ul > li:hover > a{
    color: #E76725;
    border-color: transparent;
}
.header-tel-box{
    right: 0;
}
.header-wrapper{
    background: url(../images/header.jpg) 50% 0 no-repeat;
    background-size: cover;
}
h1{
    font-size: 42px;
}
.overlay.active{
    display: none;
}
.your-advantage .element{
    padding-top: 75px;
    margin-bottom: 20px;
}
.your-advantage .element:after{
    content:"";
    display: block;
    position: absolute;
    width: 2px;
    height: 55px;
    top: 0;
    left: 50%;
    background: #C6CADD;
}
.your-advantage .element1:before{
    content:"";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    left: 50%;
    background: #C6CADD;
    border-radius: 50%;
    margin-left: -2px;
}
.your-advantage .element .text-wrapper{
    width: 350px;
    right: 180px;
    left: inherit;
    position: absolute;
    top: 0px;
    z-index: 20;
}
.your-advantage .element.mod .text-wrapper{
    left: 180px;
    right: inherit;
}
.your-advantage .elements{
    padding-bottom: 150px;
}
.your-advantage .elements:after{
    content:"";
    display: block;
    position: absolute;
    width: 2px;
    height: 55px;
    bottom: 95px;
    left: 50%;
    background: #C6CADD;
}
.your-advantage .elements:before{
    content:"";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: 95px;
    left: 50%;
    background: #C6CADD;
    border-radius: 50%;
    margin-left: -2px;
}
.scheme-inner .element:after{
    background: url(../images/dashed-arrow.png) 0 0 no-repeat;
    content:"";
    display: block;
    position: absolute;
    width: 147px;
    height: 10px;
    top: 83px;
    right: 20px;
}
.scheme-inner .element3:after{
    display: none;
}
.scheme-inner .element1{
    padding-left: 20px;
}
.scheme-inner .element1:after{
    right: -20px;
}
.core-elements .title-h5{
    font-size: 16px;
}
.core-elements > .row > hr:nth-of-type(2n){
    clear: none;
}
.core-elements > .row > hr:nth-of-type(4n){
    clear: both;
}
}


@media only screen and (min-width: 1250px) {
.header-tel a{
    font-size: 30px;
}
.top-menu{
    left: 230px;
}
.top-menu > ul > li{
    margin-left: 40px;
}
.top-menu > ul > li > a{
    font-size: 11px;
}
.callback-link{
    font-size: 10px;
}
h1{
    font-size: 48px;
}
.core-elements .title-h5{
    font-size: 18px;
}
}






