/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
    font-family: "Roboto";
    src: url('../fonts/roboto-regular.eot');
    src: url('../fonts/roboto-regular.eot?#iefix')format('embedded-opentype'),
    url('../fonts/roboto-regular.woff') format('woff'),
    url('../fonts/roboto-regular.ttf') format('truetype');
}
@font-face {
    font-family: "Roboto-Bold";
    src: url('../fonts/roboto-bold.eot');
    src: url('../fonts/roboto-bold.eot?#iefix')format('embedded-opentype'),
    url('../fonts/roboto-bold.woff') format('woff'),
    url('../fonts/roboto-bold.ttf') format('truetype');
}
@font-face {
    font-family: "Roboto-Light";
    src: url('../fonts/roboto-light.eot');
    src: url('../fonts/roboto-light.eot?#iefix')format('embedded-opentype'),
    url('../fonts/roboto-light.woff') format('woff'),
    url('../fonts/roboto-light.ttf') format('truetype');
}
/* ==========================================================================
   GENERAL
   ========================================================================== */
body {
    font-family: "Roboto";
}

a:focus {
    color: #FFF;
    text-decoration: none;
}

.orange_text {
	color: #F36118;
}
.yellow_text {
    color: #FEC20D;
}
.button {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
}
.button:hover,
.button:active,
.button:focus {
    outline: none;
}
.border {
    border: 2px solid #fff;
    text-align: center;
    text-decoration: none;
    transition: all 150ms ease;
}
.border:hover {
    text-decoration: none;
    background-color: #fff;
    color: #1b5e9e;
}
section h3 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
/* ==========================================================================
   HEADER
   ========================================================================== */

.header {
    position: fixed;
    height: 60px;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
}
.logo {
    margin-top: 11px;
	color: #F36118;
	font-weight: 400;    
}
.logo img {
	margin-right: 8px;
}
.logo span {
    display: inline-block;
    line-height: 1.22;
    padding-top: 2px;
}
.logo:hover,
.logo:focus,
.logo:active {
    color: #F36118;
}
.header_nav ul {
    margin: 0;
    padding: 0;
}
.header_nav li {
	list-style: none;
    display: inline-block;
    margin: 0 12px;    
}
.header_nav li:last-child {
    margin-right: 0;
}
.header_nav li a {
    display: block;
	color: #000;
	font-family: "Roboto";
	font-size: 16px;
    line-height: 60px;
    text-decoration: none;
}
.header_nav li.active a,
.header_nav li:hover a {
    color: #1B5E9E;
}
.messenger-box {
    list-style: none;
    display: flex;
    width: 180px;
    margin: 0 auto;
    justify-content: space-around;
    padding: 0;
}
.messenger-box li{
    width: 35px;
}
.messenger-box li img{
   max-width: 100%;
}
.contacts_info_wrapper .messenger-box{
    width: 124px;
    margin: 0 0 10px -9px;
}
.contacts_info_wrapper .messenger-box li{
    width: 25px;
}
.contacts_info_wrapper .messenger-box li img{

}

@media screen and (max-width: 991px){
    .header {
        position: relative;
    }
    body {
        padding-top: 0;
    }    
}
/* ==========================================================================
   WELCOME
   ========================================================================== */

.welcome {
    height: 500px;
    padding-top: 74px;
    background-size: cover;
    color: #fff;
}
.welcome_row_top {
    margin-bottom: 76px;    
}
.welcome h1 {
    margin-bottom: 12px;
    color: #FEFEFE;
    font-size: 48px;
}
.welcome_description {
    display: block;
    margin-bottom: 18px;
    font-size: 24px;
}
.welcome_popup {
    display: inline-block;
    margin: 0 auto;
    border-bottom: 1px dashed #FDFDFC;
    color: #FDFDFC;
    cursor: pointer;
    transition: all 150ms ease;
}
.welcome_popup:hover {
    border-bottom-color: #F36118;
    color: #F36118;
}
.welcome_phone_wrapper {
    margin-left: 100px;
}
.welcome_phone_title {
    display: block;
    margin-bottom: 11px;
    font-size: 18px;
}
.welcome_phone_phone {
    display: block;
    margin-bottom: 11px;
    font-size: 24px;
    letter-spacing: -0.03em;
}
.button_orange {
    width: 272px;
    display: block;
    line-height: 60px;
    background-color: #f36118;
    text-transform: uppercase;    
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: background-color 150ms ease;
    border-radius: 4px;
    box-shadow: 0 -3px 7px rgba(137, 136, 136, 0.06), inset 0 -4px 0 rgba(0, 0, 0, 0.25);    
    margin: 33px auto 0 52px;
}
.button_orange:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff6427;
}
.button_orange:active,
.button_orange:focus {
    outline: none;
}
@media screen and (max-width: 991px){
    .welcome {
        padding-top: 25px;
    }
    .welcome_phone_wrapper {
        margin-left: 0;
    }
    .button_orange {
        margin-left: auto;
    }
}
@media screen and (max-width: 767px){
    .welcome {
        height: auto;
        background: url(images/bg_welcome.jpg) center no-repeat;
        background-size: cover;
        padding-bottom: 50px;
    }
    .welcome h1 {
        font-size: 36px;
    }
    .welcome_row_top {
        margin-bottom: 50px;
        padding: 0 15px;
    }    
}
@media screen and (max-width: 420px){
    .welcome h1 {
        font-size: 30px;
    }
    .welcome_description {
        font-size: 22px;
    }
    .welcome_row_top {
        margin-bottom: 35px;
    }
}

/* ==========================================================================
   WHERE WE WORK
   ========================================================================== */

.where_work {
    padding-top: 34px;
    padding-bottom: 18px;
}
.where_work h3 {
    margin-bottom: 40px;
}
.where_work_item {
    margin-bottom: 28px;
    position: relative;
    max-width: 293px;
    cursor: pointer;
}
.where_work_item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    transition: background-color 150ms ease;
}
.where_work_item:hover:before {
    background-color: rgba(0,0,0,.0);
}
.where_work_item_text {
    position: absolute;
    left: 15px;
    right: 10px;
    bottom: 11px;
    color: #fff;
}
.where_work_item_text h4 {
    font-size: 18px;
    margin-bottom: 12px;
}
.work_item_description {
    line-height: 1.22;
}
@media screen and (max-width: 991px){
    .where_work_item {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 767px){
    .where_work_wrapper .col-xs-12 {
        padding: 0;
    }
}

/* ==========================================================================
   OUR PLUSES
   ========================================================================== */

.our_pluses {
    padding: 50px 0 44px;
    background-color: #e9f2f4;
}
.our_pluses_item {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}
.our_pluses_item h4 {
    margin-top: 21px;
    margin-bottom: 18px;
    font-size: 24px;
}
.our_pluses_item p {
    line-height: 1.22;
}
.our_pluses_item:before {
    content: '';
    display: block;
    width: 100%;
    height: 47px;
    background-position: center 0;
    background-repeat: no-repeat;
}
/*.pluses01:before {background-image: url(images/our_pluses01.png);}*/
/*.pluses02:before {background-image: url(images/our_pluses02.png);}*/
/*.pluses03:before {background-image: url(images/our_pluses03.png);}*/

@media screen and (max-width: 991px){
    .our_pluses_item {
        margin-bottom: 40px;
    }
}
/* ==========================================================================
   VARIATION
   ========================================================================== */

.variation {
    padding: 24px 0 77px;
}
.variation h3 {
    margin-bottom: 32px;
}
.variation_item {
    position: relative;
    background-color: #1b5e9e;
    color: #fff;
    max-width: 293px;
}
.variation_item img {
    margin-bottom: 8px;
    width: 100%;
}
.variation_item_info {
    padding: 0 20px;
    min-height: 362px;
}
.variation_item h4 {
    margin-bottom: 16px;
    font-size: 20px;
}
.variation_options {
    margin-bottom: 17px;
}
.variation_row {
    display: block;
    margin-bottom: 4px;
}
.variation_row i {
    font-style: normal;
    font-family: "Roboto-Bold";
}
.variation_description {
    line-height: 1.22;
    margin-bottom: 0;
}
.variation_item_info .button {
    position: absolute;
    bottom: 32px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 190px;
}

@media screen and (max-width: 991px){
    .variation_item {
        margin: 0 auto 50px;
    }    
    .variation_wrapper .col-md-4.col-xs-12:last-child .variation_item {
        margin-bottom: 0;
    }
    .variation_item_info {
        padding: 0 20px 30px 20px;
        min-height: auto;
    }
    .variation_item_info .button {
        position: relative;
        display: block;
        bottom: 0;
    }
    .variation_description {
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   ORDER CONSULTATION
   ========================================================================== */

.order_consultation {
    padding-top: 14px;
    padding-bottom: 56px;
    background: url(images/bg_orderconsultation.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.order_consultation h3 {
    margin-bottom: 36px;
    color: #fff;
}
.order_consultation_description {
    max-width: 740px;
    margin: 0 auto 51px;
    font-size: 18px;
    line-height: 1.35;
}
.order_consultation .button {
    width: 455px;
    text-transform: none;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 535px){
    .order_consultation .button {
        width: 100%;
        font-size: 14px;
    }
}
/* ==========================================================================
   SAVING
   ========================================================================== */
.saving {
    padding-top: 28px;
    padding-bottom: 20px;
}
.saving_wrapper {
    padding-top: 112px;
}
.saving_item {
    margin-bottom: 66px;
    padding-left: 50px;
}
.saving_item_title {
    margin-bottom: 9px;
    font-size: 18px;
    font-family: "Roboto-Bold";
}
.saving_item p {
    font-family: "Roboto-Light";
    line-height: 1.22;
}
.saving_item:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: -53px;
    width: 66px;
    height: 66px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
/*.saving01:before {background-image: url(images/saving01.png);}
.saving02:before {background-image: url(images/saving02.png);}
.saving03:before {background-image: url(images/saving03.png);}
.saving04:before {background-image: url(images/saving04.png);}
.saving05:before {background-image: url(images/saving05.png);}
.saving06:before {background-image: url(images/saving06.png);}*/

.saving04,
.saving05,
.saving06 {
    margin-bottom: 22px;
}
@media screen and (max-width: 991px){
    .saving_wrapper {
        padding-top: 90px;
    }
    .saving_item {
        margin-bottom: 75px;
        padding-left: 80px;
    }
    .saving_item:before {
        left: 30px;
    }
    .saving_item.saving06 {
        margin-bottom: 30px;
    }
}
/* ==========================================================================
   DOCUMENTS
   ========================================================================== */

.documents {
    padding-top: 22px;
    padding-bottom: 48px;
    background-color: #e9f2f4;
}
.documents h3 {
    max-width: 700px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px
}
.documents_list {
    padding-left: 15px;
}
.documents_list ol {
    padding: 0;
}
.documents_list li {
    list-style: decimal;
    margin-bottom: 13px;
}
.document_gallery_title {
    text-align: center;
    margin-bottom: 18px;
}
.document_gallery {
    margin-top: 38px;
}
.document_gallery_wrapper {
    float: right;
    width: 340px;
    text-align: right;
}
.document_gallery_item {
    text-align: center;
    float: left;
    margin: 0 6px;
    outline: none;
}
.document_gallery_item img {
    border: 1px solid #c2c2c2;
    transition: border-color 150ms ease;
    margin-bottom: 8px;
    width: 100px;
    height: 142px;
    outline: none;
}
.document_gallery_item span {
    display: block;
    font-size: 12px;
    color: #000;
    transition: color 150ms ease;
    outline: none;
}
.document_gallery_item a {
    outline: none;
    text-decoration: none;
}
.document_gallery_item a:hover img {
    border-color: #1b5e9e;
}
.document_gallery_item a:hover {
    text-decoration: none;
}
.document_gallery_item a:hover span {
    color: #1B5E9E;    
}

button.mfp-arrow {
    width: 31px;
    height: 58px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
button.mfp-arrow:before,
button.mfp-arrow:after {
    display: none;
}
button.mfp-arrow-right {
    background-image: url(images/arrow_gall_right.png);
    right: 10%;
}
button.mfp-arrow-left {
    background-image: url(images/arrow_gall_left.png);
    left: 10%;
}
.mfp-image-holder .mfp-close {
    width: 33px;
    height: 33px;
    background: url(images/close_gall.png) 0 0 no-repeat;
    text-indent: 9999px;
    right: -60px;
    top: 39px;
}
.mfp-bottom-bar {
    display: none;
}

@media screen and (max-width: 991px){
    .document_gallery_wrapper {
        float: none;
        margin: 0 auto;
    }    
}
@media screen and (max-width: 390px){
    .document_gallery_wrapper {
        width: auto;
    }
    .document_gallery_item {
        float: none;
        margin-bottom: 25px;
    }
    .document_gallery_item:last-child {
        margin-bottom: 0;
    }
}

/* ==========================================================================
   ABOUT
   ========================================================================== */

.about {
    padding-top: 44px;
    margin-bottom: 35px;
}
.about h3 {
    margin-bottom: 42px;
}
.about_item {
    padding: 0 50px;
}
.about_item p {
    line-height: 1.22;
    margin-bottom: 17px;
}
@media screen and (max-width: 540px){
    .about_item {
        padding: 0 20px;
    }
}
@media screen and (max-width: 380px){
    .about_item {
        padding: 0;
    }
}
/* ==========================================================================
    CLIENTS
   ========================================================================== */

.clients {
    margin-bottom: 50px;
}
.clients h3 {
    margin-bottom: 44px;
}
.clients_wrapper {
    margin-bottom: 50px;
}
.clients_wrapper img {
    display: inline-block;    
}
.clients_wrapper .row:first-child img {
    margin: 0 11px 14px;
}
.clients_wrapper .row:last-child img {
    margin: 0 18px 14px;
}
.clients_wrapper .row:first-child img:first-child {
    margin-left: 0;
}
.clients_wrapper .row:last-child img:last-child {
    margin-right: 0;
}

@media screen and (max-width: 991px){
    .clients_wrapper {
        text-align: center;
    }
}
@media screen and (max-width: 560px){
    .clients_wrapper img {
        display: block;
        margin: 0 auto 15px !important;
    }
}

/* ==========================================================================
   SLIDER WRAPPER
   ========================================================================== */

.slider_wrapper {
    position: relative;
    margin: 0 auto;
}
.slider_item {
    outline: none;
}
.slider_item img {
    margin: 0 auto 17px;
    max-width: 100%;
}
.slick-arrow {
    width: 8px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: .6;
    cursor: pointer;
    bottom: 9px;
}
.slick-arrow:hover {
    opacity: 1;
}
.arrow_left {
    background-image: url(images/arrow_left.png);
    left: 35%;
}
.arrow_right {
    background-image: url(images/arrow_right.png);
    right: 35%;
}
.slick-dots {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 31px;
}
.slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0 9px;
    height: 8px;
}
.slick-dots button {
    outline: none;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #1b5e9e;
    padding: 0;
}
.slick-dots li:hover button {
    border-color: #1c93ca;
}
.slick-dots .slick-active button {
    background-color: #1b5e9e;
}
.slick-dots .slick-active {
    position: relative;
}
.slick-dots .slick-active:before {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #1b5e9e;
    border-radius: 100%;
    top: -7px;
    left: -7px;
}
.slider_title {
    text-align: center;
}
/* ==========================================================================
   CONTACTS
   ========================================================================== */

.contacts {
    position: relative;
}
.maps_wrapper {
    background: url(images/map.jpg) 0 0 no-repeat;
    /*background-size: cover;*/
    height: 512px;
}
.contacts_info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 512px;
    background-color: rgba(0,0,0,.5);
    padding-top: 54px;
}

@media screen and (max-width: 991px) {
    .contacts_info {
        height: 750px;
    }
    .maps_wrapper {
        height: 750px;
    }
}

@media screen and (max-width: 767px){
    .contacts_info {
        height: 820px;
    }
    .maps_wrapper {
        height: 820px;
    }
}

.contacts_info_wrapper,
.contacts_info_wrapper h3 {
    color: #fff;
}
.contacts_info_wrapper h3 {
    margin-bottom: 45px;
}
.contact_form_wrapper {
    padding-top: 53px;
}
.form_title {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 20px;
}
.form_wrapper input[type=text],
.form_wrapper textarea {
    background-color: rgba(233, 242, 244, .8);    
    border: 1px solid transparent;
    border-radius: 0;
    font-family: "Roboto";
    font-size: 18px;
}
.form_wrapper input[type=text] {
    height: 36px;
    padding: 6px 12px 9px 12px;
}
.form_wrapper textarea {
    min-height: 111px;
    resize: none;
}
.form_wrapper input[type=text]:focus,
.form_wrapper textarea:focus {
    box-shadow: none;
    background-color: #fff;
    color: #000;
}
input::-webkit-input-placeholder {color: red;font-size: 18px;font-family: "Roboto-Light";}
input:-moz-placeholder {color: red;font-size: 18px;font-family: "Roboto-Light";}
input::-moz-placeholder {color: red;font-size: 18px;font-family: "Roboto-Light";}
input:-ms-input-placeholder {color: red;font-size: 18px;font-family: "Roboto-Light";}

.form-group {
    margin-bottom: 29px;
}

.req:after {
    content: '*';
    display: block;
    width: 10px;
    height: 10px;
    font-size: 30px;
    font-family: "Roboto-Light";
}

.transparent {
    background-color: transparent;
    color: #fff;
}
.transparent:hover {
    background-color: #fff;
    color: #74726e;
}
.upload_button {
    position: relative;
    height: 27px;    
    cursor: pointer;
}
.upload_button span {
    position: absolute;
    color: #E9F2F4;
    font-size: 18px;
    text-transform: none;
    height: 27px;
    padding-left: 31px;
    font-family: "Roboto-Light";
}
.upload_button:hover span {
    color: #fff;
}

.upload_button span:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    background-image: url(images/icon_file.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    width: 21px;
    height: 27px;
}
.upload_button input {
    border: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
    top: 0;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
    text-align: center;
    padding: 22px 0;
}



.modal-dialog {
    z-index: 10000;
}


.modal-header {
    padding: 45px 15px 25px 15px;
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;    
}

.modal-header .close {
    width: 20px;
    height: 20px;
    background: url(images/icon-modal-close.png);
    margin-top: -25px;
    margin-right: 4px;
    opacity: 1;    
}

.modal-header .close span {
    display: none;
}

.modal-title {
    font-size: 30px;
}

.modal-body {
    padding: 0px 0px 40px 0px;
}

#modalForm2 .modal-body {
    padding: 0px 35px 40px 35px;
}


.modal-text {
    width: 80%;
    text-align: center;
    font-size: 14px;
    margin: 0 auto 40px auto;
}

.modal-form {
    margin: 0 35px;
}

.modal-form input {
    border: 1px solid transparent;
    background-color: #e9f2f4;
    color: #000;
    outline: none;
    padding: 12px;
    width: 100%;
    margin-bottom: 35px;
    height: 42px;
}
.form_wrapper .modal-form input:focus,
.form_wrapper .modal-form textarea:focus {
    background-color: #e9f2f4;
}
.form-control {
    border-radius: 0;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;    
}

.modal-button {
    border: 2px solid #000;
    background: #FFF;
    padding: 9px 40px;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 150ms ease;
}

.modal-button:hover {
    background-color: #000;
    color: #fff;
}
.modal-button:hover,
.modal-button:focus {
    outline: none;
}
.modal-content {
    border-radius: 0;
}

.modal-response {
    display: none;
}

#modalForm2 .modal-form {
    margin: 0;
}
#modalForm2 .modal-form input {
    margin-bottom: 0;
}
.close {
    outline: none;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 512px;
    }

    #modalForm2 .modal-dialog {
        width: 612px;
    }
}

/* ==========================================================================
   validation
   ========================================================================== */
.modal-form {
    position: relative;
}
.form_wrapper input.error,
input.error {
    border: 1px solid red;
}
label.error {
    position: absolute;
    color: red;
    top: 42px;
}
.form_wrapper label.error {
    top: 36px;
}