@font-face {
    font-family: "Istok Regular";
    src: url("../fonts/Istok-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Istok Bold";
    src: url("../fonts/Istok-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Istok Bold Italic";
    src: url("../fonts/Istok-BoldItalic.ttf") format("truetype");
}
@font-face {
    font-family: "Istok Italic";
    src: url("../fonts/Istok-Italic.ttf") format("truetype");
}

.field-requestform1-referer,
.field-requestform2-referer,
.field-requestform3-referer,
.field-requestform4-referer{display:none;}

a {
    outline:none !important;
}
.totop {
    position: fixed;
    display:none;
    right: 20px;
    bottom: 20px;
}
.row{
    margin-left:0;
    margin-right:0;
}

.container{
    max-width:1140px;
    padding-left:0;
    padding-right:0;
}
form button[type=submit]:hover{
    opacity:0.85;
}


/* HEADER */
.header {
    height:152px;
    width: 100%;
    background-color: #1b325f;
    background-image: url('../../images/frontend/header-bg.jpg');
    background-position:center bottom;
    background-repeat: no-repeat;
}
.header-left {
    float: left;
}
.header-left .logo img{
    margin-top:43px;
    display:block;
    float:left;
}
.header-right {
    float: right;
}
.header-right .call{
    float:right;
    display:block;
    width:175px;
    border:1px solid #fff;
    font-family: "Istok Bold";
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height:37px;
    height: 37px;
    background-color: #ca6152;
    border-radius: 1px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(57,57,57,0.29);
    -moz-box-shadow: 2px 2px 0px 0px rgba(57,57,57,0.29);
    box-shadow: 2px 2px 0px 0px rgba(57,57,57,0.29);
    text-decoration: none;
    margin-top: 52px;
}
.nomer{
float:right;
margin-top:54px;
text-align:right;
line-height:18px;
font-size:24px;
font-weight:bold;
color:#fff;
}
.nomer span{
font-size:14px;
font-weight:normal;
}
.header-right .call:hover{
    opacity:0.85;
}
.header-right .phone{
    float:right;
    margin-top:43px;
    margin-right:43px;
    color:#b7ddfc;
    font-family: "Istok Bold";
    font-size:43px;
    border-bottom:2px #b7ddfc dashed;
}

.header-center .phone{
    display: none;
}
.header .phone:hover{
    opacity:0.85;
    cursor:pointer;
}

/* REQUEST FORM */
.request-form {
    min-height:640px;
    background:#1a3856;
    background-image: url('../../images/frontend/request-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    -moz-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
    box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
}
.request-form .container {
    position: relative;
    height:100%;
}
.request-form .form {
    width: 745px;
    min-height: 515px;
    background: rgba(58,137,201,0.15);
    border: #ffffff solid 1px;
    margin:40px auto;
}
.request-form .form h1{
    font-family: "Istok Bold";
    font-size: 55px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 65px;
    padding-top:26px;
}
.request-form .form h2{
    font-family: "Istok Bold";
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-top:-3px;
    padding-bottom:25px;
    margin-bottom:0;
}
.request-form .form form .form-group{
    position: relative;
    text-align: center;
}
.request-form .form form input.form-control {
    background: #fff;
    border-radius: 0;
    border: none;
    height:45px;
    font-size:21px;
    font-family: "Istok Regular";
    color: #0f1f3d;
    width:376px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.request-form .form form .form-control::-webkit-input-placeholder {color:#0f1f3d;}
.request-form .form form .form-control::-moz-placeholder          {color:#0f1f3d;}
.request-form .form form .form-control:-moz-placeholder           {color:#0f1f3d;}
.request-form .form form .form-control:-ms-input-placeholder      {color:#0f1f3d;}

.request-form .form form button[type=submit] {
    display:block;
    width:314px;
    border:1px solid #fff;
    font-family: "Istok Bold";
    color: #fff;
    font-size: 31px;
    text-align: center;
    line-height:68px;
    height: 68px;
    background-color: #ff3e22;
    border-radius: 1px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(57,57,57,0.29);
    -moz-box-shadow: 2px 2px 0px 0px rgba(57,57,57,0.29);
    box-shadow: 2px 2px 0px 0px rgba(57,57,57,0.29);
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 40px;
}
.request-form .form form label{
    color: #fff;
    font-family: 'Istok Regular';
    font-size:15px;
    font-weight: normal;
    text-align: center;
}

/* BLOCK */
.block {
    min-height:400px;
    background-color: #e9f2f9;
}
.block h3{
    text-align:center;
    font-family: "Istok Bold";
    font-size: 40px;
    line-height:90px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: -20px;
    color: #0f1f3d;
}

/* BLOCK-COMPANIES */
.block-companies .text1{
    width:100%;
    text-align: center;
    display:block;
    font-family: "Istok Bold";
    font-size:30px;
    color: #2a5e94;
    line-height: 65px;
}
.block-companies .text2{
    width:100%;
    text-align: center;
    display:block;
    font-family: "Istok Bold";
    font-size:24px;
    color: #2a5e94;
    line-height: 65px;
    margin-bottom:45px;
}
.block-companies .text2 br{
    display: none;
}
.block-companies .phone{
    font-family: "Istok Bold";
    font-size:48px;
    color: #e82b0f;
    line-height: 65px;
}
.block-companies .img{
    text-align:center;
    margin-bottom:45px;
    margin-top:45px;
}
.block-companies .img a img{
    opacity: 0.8;
}
.block-companies .img a:hover img{
    opacity: 1;
}

/* BLOCK-WHY */
.block-why{
    min-height: 915px;
    background:#d1897d;
    background-image: url('../../images/frontend/why-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    -moz-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
    box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
}
.block-why h3{
    color: #fff;
    margin-bottom:57px;
}
.block-why .icon{
    width:20%;
    height:220px;
    float:left;
}
.block-why .icon span{
    font-family: "Istok Bold";
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 200px;
    margin-top:7px;
    margin-left:57px;
}
.block-why .icon:first-child span{
    margin-left:50px;
}
.block-why .icon:last-child span{
    margin-left:40px;
}
.block-why .img{
    width:163px;
    height:163px;
    margin:0 auto;
}
.block-why .img.img1{
    background-image: url('../../images/frontend/why-icons.png');
    background-position: 0 0;
}
.block-why .img.img2{
    background-image: url('../../images/frontend/why-icons.png');
    background-position: -160px 0;
}
.block-why .img.img3{
    background-image: url('../../images/frontend/why-icons.png');
    background-position: -320px 0;
}
.block-why .img.img4{
    background-image: url('../../images/frontend/why-icons.png');
    background-position: -480px 0;
}
.block-why .img.img5{
    background-image: url('../../images/frontend/why-icons.png');
    background-position: -640px 0;
}

.block-why .row-circle{
    text-align:center;
    margin-top: 145px;
}

.block-why #loader1,
.block-why #loader2,
.block-why #loader3{
    position: relative;
    display:inline-block;
    vertical-align: middle;
}
.block-why #loader2{
    margin-left:140px;
    margin-right:140px;
}

.block-why .circle-text,
.block-why .circle-info-half{
    position: absolute;
    top:0;
    left:0;
}

.block-why #loader2 .circle-text{
    color: #fff;
    font-family: "Istok Bold";
    margin-top:10px;
}

.block-why #loader1 .circle-text,
.block-why #loader3 .circle-text{
    color: #fff;
    font-family: "Istok Bold";
}

.block-why #loader1 .circle-info-half,
.block-why #loader3 .circle-info-half{
    color: #fff;
    font-family: "Istok Bold";
    font-size:16px;
    word-wrap: break-word;
    width:70%;
    line-height:20px!important;
    margin-left:15%;
    margin-top:145px;
}

.block-why #loader1 .title,
.block-why #loader3 .title{
    display: block;
    width:100%;
    position: absolute;
    text-align: center;
    font-size: 28px;
    font-family: "Istok Bold";
    color: #fff;
    top:-50px;
}
.block-why #loader2 .title{
    display: block;
    width:140%;
    left:-20%;
    position: absolute;
    text-align: center;
    font-size: 36px;
    font-family: "Istok Bold";
    color: #fff;
    top:-60px;
}

/* BLOCK-STEPS */
.block-steps{
    min-height: 445px;
    background:#fff;
    text-align: center;
}
.block-steps .row{
    padding-top: 50px;
}
.block-steps .step{
    width:160px;
    height:200px;
    display: inline-block;
}
.block-steps .step span{
    color:#1a7bca;
    font-family: "Istok Bold";
    font-size:19px;
    float:left;
    width:100%;
}
.block-steps .step:last-child span{
    color:#ff3e22;
}
.block-steps .img{
    width:138px;
    height:138px;
    float:left;
}
.block-steps .img.img1{
    background-image: url('../../images/frontend/steps.png');
    background-position: 0 0;
}
.block-steps .img.img2{
    background-image: url('../../images/frontend/steps.png');
    background-position: -140px 0;
}
.block-steps .img.img3{
    background-image: url('../../images/frontend/steps.png');
    background-position: -280px 0;
}

.block-steps .arrow{
    background-image: url('../../images/frontend/steps.png');
    background-position: -450px 0;
    background-repeat: no-repeat;
    display: inline-block;
    width:100px;
    height:200px;
}

/* BLOCK-VIDEO */
.block-video{
    min-height: 300px;
    background:#d9e0e6;
    background-image: url('../../images/frontend/video-bg.jpg');
    -moz-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
    box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
}

.carousel{
    margin-top:58px;
    margin-bottom:68px;
    width:100%;
    text-align: center;
}
.block-video .video-item{
    display: inline-block;
    margin:10px;
}
.block-video .video-item p{
    color: #0074d2;
    font-family: "Istok Bold";
    font-size:28px;
    padding-top:20px;
}
/* BLOCK-SPEC */
.block-spec{
    min-height: 530px;
    background:#18659b;
    background-image: url('../../images/frontend/spec-bg.jpg');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;
    -moz-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
    box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
    padding-top:100px;
}
.block-spec .spec-left{
    float:left;
    font-family: "Istok Bold";
    color: #fff;
    text-align: right;
    width:50%;
}
.block-spec .spec-left span{
    display:block;
    width:100%;
}
.block-spec .spec-left .text1{
    font-size:40px;
    text-transform: uppercase;
}
.block-spec .spec-left .text2{
    font-size:24px;
    margin-top:35px;
}
.block-spec .spec-left .text2 br{
    display:none;
}
.block-spec .spec-left .text3{
    font-size:32px;
    text-transform: uppercase;
}
.block-spec .spec-left .text4{
    font-size:24px;
    margin-top:43px;
}
.block-spec #clock{
    width: 100%;
    text-align: center;
    font-family: "Istok Bold";
    font-size: 73px;
    color: #ff451d;
    margin-top:30px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
}
.block-spec #clock2{
    display: none;
}
.block-spec .time-item {
    display: inline-block;
    text-align: center;
}
.block-spec .time-item .time {
    display: block;
    width: 90px;
}
.block-spec .time-item .dv {
    display: block;
    width: 20px;
}

.block-spec .spec-right{
    margin-top:9px;
    padding-left:60px;
    width: 50%;
    float:left;
}
.block-spec .spec-right form .form-group{
    position: relative;
    width:390px;
}
.block-spec .spec-right form input.form-control {
    background: #fff;
    border-radius: 0;
    border: none;
    height:45px;
    font-size:21px;
    font-family: "Istok Regular";
    color: #0f1f3d;
    width:380px;
    margin-bottom: 20px;
}
.block-spec form .form-control::-webkit-input-placeholder {color:#0f1f3d;}
.block-spec form .form-control::-moz-placeholder          {color:#0f1f3d;}
.block-spec form .form-control:-moz-placeholder           {color:#0f1f3d;}
.block-spec form .form-control:-ms-input-placeholder      {color:#0f1f3d;}

.block-spec form button[type=submit] {
    display:block;
    width:287px;
    border:1px solid #fff;
    font-family: "Istok Bold";
    color: #fff;
    font-size: 23px;
    text-align: center;
    line-height:44px;
    height: 44px;
    background-color: #FF3E22;
    border-radius: 1px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(57,57,57,0.29);
    -moz-box-shadow: 2px 2px 0px 0px rgba(57,57,57,0.29);
    box-shadow: 2px 2px 0px 0px rgba(57,57,57,0.29);
    text-decoration: none;
    margin-top:27px;
}
.block-spec form label{
    color: #fff;
    font-family: 'Istok Regular';
    font-size:17px;
    font-weight: normal;
    text-align: center;
}
.block-spec .has-success .control-label{
    color: #fff;
}

/* FOOTER */
footer {
    min-height: 134px;
    background-color: #060e1d;
}
footer .container{
    min-height:134px;
}

footer .footer-left {
    float: left;
    color: #fff;
    font-family: "Istok Regular";
    font-size: 20px;
    line-height: 30px;
    margin-top:28px;
}
.footer-left span{
font-size:16px;
line-height:16px;
}

footer .footer-right {
    float: right;
    color:#fff;
    font-family: "Istok Regular";
    text-align:right;
    font-size: 20px;
    line-height: 60px;
    margin-top:18px;
}
footer .footer-right a{
    color: #fff;
}
footer .footer-right a:hover{
    text-decoration: none;
}

#message-error{
    z-index:100000;
}
#uptocall .modal-content,
#uptocall2 .modal-content,
#message-success .modal-content,
#message-error .modal-content{
    width: 100%;
    max-width: 690px!important;
    min-height: 290px;
    border-radius: 0;
    border: 1px #b3b3b3 solid;
    background: #dbdbdb; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #dbdbdb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
    background-image: linear-gradient(to bottom, #fff 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#uptocall .modal-body,
#uptocall2 .modal-body,
#message-success .modal-body,
#message-error .modal-body{
    padding: 0;
}

#uptocall .modal-header,
#uptocall2 .modal-header,
#message-success .modal-header,
#message-error .modal-header{
    display: none;
}

#uptocall .form-header,
#uptocall2 .form-header,
#uptocall .message-header,
#message-success .message-header,
#message-error .message-header{
    width: 100%;
    font-family: "Istok Regular";
    font-size: 31px;
    text-align: center;
    color: #0d2044;
    padding-top: 110px;
    display:block;
    text-transform: uppercase;
}
#uptocall .form-header,
#uptocall2 .form-header {
    padding-top:0;
    margin-top: 20px;
    width:100%;
    float:left;
}
#uptocall .message-subheader,
#uptocall2 .message-subheader,
#message-success .message-subheader,
#message-error .message-subheader{
    width: 100%;
    font-family: "Istok Regular";
    font-size: 17px;
    padding-top:25px;
    padding-bottom:82px;
    text-align: center;
    color: #0d2044;
    display:block;
}
#uptocall .form,
#uptocall2 .form{
    background: transparent;
}
#uptocall .form-help,
#uptocall2 .form-help{
    margin-bottom: 20px;
    padding-left: 0;
    padding-right:0;
}

.message-close{
    right: 13px;
    top: 13px;
    position:absolute;
}

/* MODAL */
.modal{
    background-color: rgba(0,14,42,0.5);
}
#uptocall .modal-dialog,
#uptocall .modal-content,
#uptocall2 .modal-dialog,
#uptocall2 .modal-content{
    width: 500px;
}
#uptocall h3,
#uptocall2 h3{
    font-family: "Istok Regular";
    font-size: 25px;
    color: #0d2044;
    text-transform: uppercase;
    text-align: center;
    padding-top:76px;
    padding-bottom:20px;
    margin-top:0;
}

#uptocall form .form-group,
#uptocall2 form .form-group{
    position: relative;
    text-align: center;
}
#uptocall form input.form-control,
#uptocall2 form input.form-control {
    background: #fff;
    border-radius: 0;
    border: 1px solid #b5b5b5;
    height:45px;
    font-size:21px;
    font-family: "Istok Regular";
    color: #0f1f3d;
    width:393px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#uptocall form .form-control::-webkit-input-placeholder {color:#0f1f3d;}
#uptocall form .form-control::-moz-placeholder          {color:#0f1f3d;}
#uptocall form .form-control:-moz-placeholder           {color:#0f1f3d;}
#uptocall form .form-control:-ms-input-placeholder      {color:#0f1f3d;}

#uptocall2 form .form-control::-webkit-input-placeholder {color:#0f1f3d;}
#uptocall2 form .form-control::-moz-placeholder          {color:#0f1f3d;}
#uptocall2 form .form-control:-moz-placeholder           {color:#0f1f3d;}
#uptocall2 form .form-control:-ms-input-placeholder      {color:#0f1f3d;}

#uptocall form button[type=submit],
#uptocall2 form button[type=submit] {
    display:block;
    width:285px;
    border:1px solid #fff;
    font-family: "Istok Bold";
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height:46px;
    height: 46px;
    background-color: #1b325f;
    border-radius: 1px;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 40px;
}
#uptocall form label,
#uptocall2 form label{
    color: #0d2044;
    font-family: 'Istok Regular';
    font-size:15px;
    font-weight: normal;
    text-align: center;
}

@media (min-width: 1px) and (max-width: 480px) {
    .block-why h3{
        display:none;
    }

    /* BLOCK-COMPANIES */
    .block-companies .text1{
        font-size:16px;
        color: #2a5e94;
        line-height: 28px;
        margin-top:15px;
    }
    .block-companies .text2{
        font-size:13px;
        line-height: 17px;
        margin-top:7px;
        margin-bottom:25px;
    }
    .block-companies .text2 br{
        display: inline;
    }
    .block-companies .phone{
        display: inline-block;
        font-size:26px;
        line-height: 30px;
        width: 100%;
        margin-top:17px;
    }
    .block-companies .img{
        text-align:center;
        margin-bottom:0px;
        margin-top:0px;
    }
    .block-companies .img:nth-child(odd){
        text-align:left;
        padding-left:35px;
    }
    .block-companies .img:nth-child(even){
        text-align:right;
        padding-right:35px;
    }
    .block-companies .img a img{
        width:90%;
    }
    /* BLOCK-STEPS */
    .block-steps{
        min-height: 445px;
        background:#fff;
        text-align: center;
    }
    .block-steps h3{
        font-size:26px;
        line-height:28px;
        margin-top:63px;
        margin-bottom:0px;
    }
    .block-steps .row{
        padding-top: 17px;
    }
    .block-steps .step{
        width:160px;
        height:200px;
        display: inline-block;
        margin: 0 auto;
    }
    .block-steps .step:last-child{
        margin-bottom:20px;
    }
    .block-steps .step span{
        font-family: "Istok Bold";
        font-size:19px;
        float:left;
        width:100%;
    }
    .block-steps .img{
        width:138px;
        height:138px;
        float:left;
    }

    .block-steps .arrow{
        background-image: url('../../images/frontend/steps-arrow-bottom.png');
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        width:100%;
        height:30px;
    }
    /* FOOTER */
    footer {
        min-height: 100px;
        background-color: #060e1d;
    }

    footer .footer-left {
        float: left;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        margin-top:16px;
        margin-left:11px;
        width:90%;
    }
    footer .footer-right {
        float: left;
        text-align:left;
        font-size: 20px;
        line-height: 20px;
        margin-top:18px;
        margin-left:11px;
        margin-bottom:25px;
        width:90%;
    }
    footer .footer-right a{
        color: #fff;
    }
}

@media (min-width: 1px) and (max-width: 890px) {
    .header {
        height:120px;
        width: 100%;
        background-color: #1b325f;
    }
    .header-left {
        float: left;
    }
    .header-left .logo img{
        margin-top:12px;
        margin-left:10px;
        width: 151px;
    }
    .header-right {
        float: right;
    }
    .header-right .call{
        float:right;
        width:125px;
        color: #fff;
        font-size: 13px;
        line-height:27px;
        height: 27px;
        margin-top: 12px;
        margin-right:10px;
    }
    .header-right .phone{
        display:none;
    }
    .header-center .phone{
        float:right;
        display: block;
        color:#b7ddfc;
        font-family: "Istok Bold";
        font-size:35px;
        border-bottom:none;
        text-align:center;
        width:100%;
        margin-top:5px;
    }
}

@media (min-width: 891px) and (max-width: 995px) {
    .header{
        padding-left:10px;
        padding-right:10px;
    }
}

@media (min-width: 1px) and (max-width: 995px) {

    .container{
        width: 100%;
    }

    .row{
        margin-left:0;
        margin-right:0;
    }
    .block h3{
        text-align:center;
        font-size: 20px;
        line-height:26px;
        text-transform: uppercase;
        margin-top: 37px;
        margin-bottom: 22px;
        color: #0f1f3d;
    }
    /* BLOCK-WHY */
    .block-why{
        background-image: none;
        background: #d1897d !important; /* Old browsers */
        background: -moz-linear-gradient(top, #d1897d 0%, #4092d6 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #d1897d 0%,#4092d6 100%) !important; /* Chrome10-25,Safari5.1-6 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1897d', endColorstr='#4092d6',GradientType=0 )!important; /* IE6-9 */
        background-image: linear-gradient(to bottom, #d1897d 0%,#4092d6 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -moz-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
        -webkit-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
        box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
    }
    .block-why .icon{
        width:100%;
        height:220px;
        margin-bottom:20px;
    }
    .block-why .icon span{
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        display: block;
        width:200px;
        margin-top:7px;
        text-align: center;
        margin:0 auto;
    }
    .block-why .icon:first-child span,
    .block-why .icon:last-child span{
        width:200px;
        margin:0 auto;
    }
    .block-why .img{
        width:163px;
        height:163px;
        margin:0 auto;
    }
    .block-why .icon:last-child .img{
        width:130px;
    }


    /* BLOCK-VIDEO */
    .block-video{
        min-height: 565px;
        background:#d9e0e6;
        background-image: url('../../images/frontend/video-bg.jpg');
        -moz-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
        -webkit-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
        box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.5);
    }
    .block-video h3{
        font-size: 26px;
        margin-top:40px;
    }
    .block-video h3 span{
        display: none;
    }

    /* BLOCK-SPEC */
    .block-spec{
        min-height: 530px;
        /*background-attachment: fixed;*/
        padding-top:20px;
    }
    .block-spec .spec-left{
        color: #fff;
        text-align: center;
        width:100%;
    }
    .block-spec .spec-left span{
        display:block;
        width:100%;
    }
    .block-spec .spec-left .text1{
        font-size:26px;
        text-transform: uppercase;
    }
    .block-spec .spec-left .text2{
        font-size:20px;
        margin-top:5px;
        line-height:40px;
    }
    .block-spec .spec-left .text2 br{
        display: inline;
    }
    .block-spec .spec-left .text3{
        font-size:20px;
        text-transform: uppercase;
        margin-top:10px;
    }
    .block-spec .spec-left .text4{
        font-size:14px;
        margin-top:15px;
    }
    .block-spec #clock{
        display: none;
    }
    .block-spec #clock2{
        font-family: "Istok Bold";
        display: block;
        width: 100%;
        text-align: center;
        font-size: 50px;
        color: #ff451d;
        margin-top:15px;
        text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
    }
    .block-spec #clock2 .time-item .time {
        text-align: center;
        display: block;
        width: 65px;
    }
    .block-spec #clock2 .time-item .dv {
        display: block;
        width: 20px;
    }

    .block-spec .spec-right{
        margin-top:9px;
        padding-left:0px;
        width: 100%;
    }
    .block-spec .spec-right form .form-group{
        position: relative;
        width:100%;
    }
    .block-spec .spec-right form input.form-control {
        background: #fff;
        border-radius: 0;
        border: none;
        height:45px;
        font-size:21px;
        font-family: "Istok Regular";
        color: #0f1f3d;
        width:300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .block-spec form .form-control::-webkit-input-placeholder {color:#0f1f3d;}
    .block-spec form .form-control::-moz-placeholder          {color:#0f1f3d;}
    .block-spec form .form-control:-moz-placeholder           {color:#0f1f3d;}
    .block-spec form .form-control:-ms-input-placeholder      {color:#0f1f3d;}

    .block-spec form button[type=submit] {
        display:block;
        width:260px;
        border:1px solid #fff;
        font-family: "Istok Bold";
        color: #fff;
        font-size: 23px;
        text-align: center;
        line-height:44px;
        height: 44px;
        border-radius: 1px;
        text-decoration: none;
        margin: 0 auto;
        margin-bottom:44px;
    }
    .block-spec form label{
        color: #fff;
        font-family: 'Istok Regular';
        font-size:15px;
        font-weight: normal;
        text-align: center;
        width:100%;
    }
    .block-spec .has-success .control-label{
        color: #fff;
    }

}
@media (min-width: 481px) and (max-width: 804px) {
    .block-companies .img{
        width:33%;
        padding-left:10px!important;
        padding-right:10px!important;
        height:100px;
    }

}
@media (min-width: 481px) and (max-width: 996px) {
    .block-companies .img a img{
        vertical-align: middle;
    }
    .block-companies .phone{
        width:100%;
        display:block;
    }
    .block-why h3{
        display:block;
        color:#fff;
    }
    .block-why .row-circle{
        margin-top:70px;
    }
    footer{
        padding-left:10px;
        padding-right:10px;
    }
}
@media (min-width: 650px) and (max-width: 996px) {
    .block-why .icon{
        width:33%;
    }
    .block-why .icon:nth-child(4),
    .block-why .icon:nth-child(5){
        width:50%;
    }
    .block-why .icon span,
    .block-why .icon:first-child span,
    .block-why .icon:last-child span{
        width:100%;
        text-align: center;
    }
}
@media (min-width: 550px) and (max-width: 804px) {
    .block-why #loader1,
    .block-why #loader2,
    .block-why #loader3{
        width:100%;
        display:block;
        text-align: center;
        margin: 0 auto;
        margin-bottom:110px;
    }
}

@media (min-width: 805px) and (max-width: 1211px) {
    .block-why #loader2{
        margin-left:0px;
        margin-right:0px;
        margin-bottom:55px;
    }
    .block-why .icon span,
    .block-why .icon:first-child span,
    .block-why .icon:last-child span{
        margin-left:0px;
        margin-right:0px;
        text-align: center;
    }
    .block-companies .img{
        width:25%;
        padding-left:10px!important;
        padding-right:10px!important;
        height:100px;
    }
}
@media (min-width: 992px) and (max-width: 1211px) {
    .block-companies .phone{
        width:100%;
        display:block;
    }
}
@media (min-width: 1px) and (max-width: 768px) {
    #uptocall-mini {position:fixed;top:auto!important;right:auto;left:20px;bottom:20px!important;cursor:pointer;z-index:999;display:none;width:43px;height:43px;}

    #uptocall-mini:hover{
        opacity: 0.85;
    }

    #uptocall-mini .uptocall-mini-phone {-moz-border-radius:50% !important;-webkit-border-radius:50% !important;border-radius:50% !important;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:rgba(255,62,34, .99);
        width:43px!important;height:43px!important;-webkit-animation: uptocallmini 2s 0s ease-out infinite;-moz-animation: uptocallmini 2s 0s ease-out infinite;animation: uptocallmini 2s 0s ease-out infinite;}

    #uptocall-mini .uptocall-mini-phone img{
        width:20px;
        height:20px;
    }

    #uptocall-mini .uptocall-mini-phone:before {content: "";position: absolute;width: 100%;height: 100%;top:0;left:0;background-image:url('../../images/frontend/mini.png');background-repeat:no-repeat;background-position:center center;background-size:60%;
        -webkit-animation: uptocallphone 2s linear infinite;-moz-animation: uptocallphone 2s linear infinite;animation: uptocallphone 2s linear infinite;}

    #uptocall .modal-dialog,
    #uptocall .modal-content,
    #uptocall2 .modal-dialog,
    #uptocall2 .modal-content{
        width: 300px;
        margin:20px auto;
    }
    #uptocall h3,
    #uptocall2 h3{
        font-size: 25px;
        line-height:30px;
        color: #0d2044;
        margin-top:0;
        padding-top:55px;
        width:250px;
        display:block;
        margin:0 auto;
    }

    #uptocall form .form-group,
    #uptocall2 form .form-group{
        position: relative;
        text-align: center;
    }
    #uptocall form input.form-control,
    #uptocall2 form input.form-control	{
        width:280px;
    }

    #uptocall form label,
    #uptocall2 form label	{
        font-size:13px;
    }
    #uptocall form button[type=submit],
    #uptocall2 form button[type=submit]	{
        width:280px;
    }
    .request-form{
        min-height:300px;
        /*height: auto;*/
    }
    .request-form .form {
        width: 100%;
        background: transparent;
        border: none;
        margin:0 auto;
        min-height:300px;
    }
    .request-form .form h1{
        font-size: 31px;
        line-height: 38px;
        padding-top:26px;
        margin-top:0;
    }
    .request-form .form h2{
        font-size: 17px;
        text-align: center;
        line-height: 25px;
        margin-top:-3px;
        padding-bottom:20px;
        margin-bottom:0;
    }
    .request-form .form form .form-group{
        position: relative;
        text-align: center;
    }
    .request-form .form form input.form-control {
        background: #fff;
        border-radius: 0;
        border: none;
        height:45px;
        font-size:21px;
        width:300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .request-form .form form button[type=submit] {
        display:block;
        width:300px;
        font-size: 31px;
        line-height:68px;
        height: 68px;
    }
}

@media (min-width: 1px) and (max-width: 554px) {
    .block-why #loader1,
    .block-why #loader2,
    .block-why #loader3{
        margin-bottom:110px;
    }
    .block-why #loader2{
        margin-right: 0;
        margin-left: 0;
        width:100%;
    }
    .block-why #loader2 .title{
        margin-right: 0;
        margin-left: 0;
        width:100%;
        left:0;
        font-size: 30px;
    }
}

@media (min-width: 1px) and (max-width: 804px) {
    .block-why #loader2 .title{
        width:100%;
        left:0;
    }
}


form input[type="checkbox"] + label { cursor: pointer;}
form input[type="checkbox"] + label:before { background: url('../../images/frontend/check-false.png') no-repeat;}
form input[type="checkbox"]:checked + label:before { background: url('../../images/frontend/check.png') no-repeat; }
form input[type="checkbox"] + label:before, input[type="radio"] + label:before { content: ""; display: inline-block; height: 20px; width: 20px; margin: 0px 5px -5px 0px; }

.form-group{
    position: relative;
}
.form-group.has-error label,
.form-group.has-error .help-block {
    color: #d34646;
}
.form-group.has-error .form-control {
    border: 1px #d34646 solid!important;
    background-color: #f0d4d4!important;
}
.form-group.has-error .help-block {
    position: absolute;
    bottom: 17px;
    text-align:center;
    width:100%;
    top:42px;
    font-size:12px;
    font-family: "Istok Italic";
    color:#d34646;
}
.form-group.field-requestform2-comment.has-error .help-block {
    top: 158px!important;
}
.form-message{
    width:100%;
    color: #fff;
    text-align:center;
    display: inline-block;
    font-family: "Istok Italic";
    font-size: 12px;
    margin-top: 10px;
}
.form-group.has-error .form-control::-webkit-input-placeholder {color:#D34646!important;}
.form-group.has-error .form-control::-moz-placeholder          {color:#D34646!important;}
.form-group.has-error .form-control:-moz-placeholder           {color:#D34646!important;}
.form-group.has-error .form-control:-ms-input-placeholder      {color:#D34646!important;}



#uptocall-mini {position:fixed;top:30px;right:30px;cursor:pointer;z-index:999;display:none;}

#uptocall-mini:hover{
    opacity: 0.85;
}

#uptocall-mini .uptocall-mini-phone {-moz-border-radius:50% !important;-webkit-border-radius:50% !important;border-radius:50% !important;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:rgba(255,62,34, .99);
    width:70px;height:70px;-webkit-animation: uptocallmini 2s 0s ease-out infinite;-moz-animation: uptocallmini 2s 0s ease-out infinite;animation: uptocallmini 2s 0s ease-out infinite;}

#uptocall-mini .uptocall-mini-phone:before {content: "";position: absolute;width: 100%;height: 100%;top:0;left:0;background-image:url('../../images/frontend/mini.png');background-repeat:no-repeat;background-position:center center;
    -webkit-animation: uptocallphone 2s linear infinite;-moz-animation: uptocallphone 2s linear infinite;animation: uptocallphone 2s linear infinite;}

@-webkit-keyframes uptocallphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(2deg);-webkit-transform:rotate(2deg);transform:rotate(2deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);transform:rotate(-2deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes uptocallphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(2deg);-webkit-transform:rotate(2deg);transform:rotate(2deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);transform:rotate(-2deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes uptocallphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(2deg);-webkit-transform:rotate(2deg);transform:rotate(2deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-2deg);-webkit-transform:rotate(-2deg);transform:rotate(-2deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes uptocallmini {
    0% {box-shadow: 0 0 8px 6px rgba(50,151,98, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(50,151,98, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(223,6,0, .1), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(223,6,0, .1);}
    100% {box-shadow: 0 0 8px 6px rgba(50,151,98, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(50,151,98, 0);}
}
@-moz-keyframes uptocallmini {
    0% {box-shadow: 0 0 8px 6px rgba(50,151,98, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(50,151,98, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(223,6,0, .1), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(223,6,0, .1);}
    100% {box-shadow: 0 0 8px 6px rgba(50,151,98, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(50,151,98, 0);}
}
@keyframes uptocallmini {
    0% {box-shadow: 0 0 8px 6px rgba(50,151,98, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(50,151,98, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(223,6,0, .1), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(223,6,0, .1);}
    100% {box-shadow: 0 0 8px 6px rgba(50,151,98, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(50,151,98, 0);}
}	
