/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.03.2020, 18:02:04
    Author     : evake
*/
@font-face {font-family: HeliosCond-Bold; src: url(../fonts/HeliosCond-Bold.ttf); }
@font-face {font-family: Montserrat-Light; src: url(../fonts/Montserrat-Light.ttf); }
@font-face {font-family: Montserrat-Regular; src: url(../fonts/Montserrat-Regular.ttf); }
@font-face {font-family: Montserrat-Medium; src: url(../fonts/Montserrat-Medium.ttf); }
@font-face {font-family: Montserrat-SemiBold; src: url(../fonts/Montserrat-SemiBold.ttf); }
@font-face {font-family: Montserrat-Bold; src: url(../fonts/Montserrat-Bold.ttf); }
@font-face {font-family: NarzissProCyrillic-ExtraBold; src: url(../fonts/NarzissProCyrillic-ExtraBold.ttf); }

body {background-color: #f1f5f9; color: #161616; position: relative;}
h1, h2, h3 {font-family: "HeliosCond-Bold"; text-transform: uppercase; color: #0d2241; line-height: 1.2;}
h2 {font-size: 48px; padding: 20px 0 30px 0; text-align: center;}
h3 {font-size: 36px; text-align: center;}
p {font-size: 16px; font-family: "Montserrat-Medium"; color: #161616; line-height: 1.2;}
@media (max-width: 768px){
    h2 {font-size: 38px; padding: 10px 0 20px 0;}
    h3 {font-size: 20px;} 
    p {font-size: 14px;}
}

.wrapper {
    padding:0 0 30px 0;
}
.button {font-size: 14px; display: inline-block; color: white; text-decoration: none; padding: 1.5em 2em; outline: none; border-width: 2px 0; border-style: solid none; border-color: #FDBE33 #000 #D77206;
         border-radius: 6px; background: linear-gradient(#ffa800, #E38916) #E38916; transition: 0.2s; width: 380px; text-align: center; font-family: "Montserrat-Medium"; line-height: 1.2;
} 

button:active, button:focus, button:hover {outline: none;}
button::-moz-focus-inner {border: 0;}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {outline: 0!important; outline-color: transparent!important; outline-width: 0!important; outline-style: none!important; box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;}
:focus {outline-style: none; outline-width: 0px !important; outline-color: none !important;}
:active,:hover,:focus{outline:0;outline-offset:0}

.button:hover { background: linear-gradient(#f5ae00, #f59500) #f5ae00;}
.button:active { background: linear-gradient(#f59500, #f5ae00) #f59500; }
@media (max-width: 767px){
    .button {width: 290px; margin: 0 auto; display:block;}
}

form {margin: 40px 30px 30px 30px;}

/*переобозначения бутстрапа*/

.navbar {margin-bottom: 0px;}
@media (min-width: 768px){
    .navbar-nav>li>a {padding: 38px 30px; font-weight: 600; text-transform: uppercase; font-size: 15px;}
}
.navbar-nav>li>a {font-size: 14px; font-family: "Montserrat-Medium"; color: #161616; line-height: 1.2;}
.navbar-default {background-color: #f1f5f9;}
@media (max-width: 767px){
    .navbar-toggle {padding: 20px 18px;}
}



/*HEADER*/


.header-logo img {max-height: 43px;}

.header_img {position: relative; background-image: url(../img/111.jpg); background-size: cover; background-position: bottom;}

@media (min-width: 768px){
    .header-logo img {max-height: 57px; margin: 0 50px;}
}
.header-phone-link {color: #E38916; font-size: 20px; font-family: "Montserrat-Bold"; padding: 70px 0 0 0; text-align: right; display: inherit;}
.header-phone-link:hover {color: #E38916;}

.header_img_text h1 {padding: 60px 0 0 0; text-align: right;}
.header_img_text p {padding: 10px 0 0 0; text-align: right; font-size: 24px;}
.header_img_button {padding: 237px 0 250px 0; text-align: right; }
@media (max-width: 767px){
    .header_img_text h1 {padding: 37px 0 0 0;}
    .header_img_button {padding: 200px 0 50px 0;}
}
form.calculation {margin: 40px 30px 30px 30px;}
.form-control {width: 380px; padding: 2.1em 2em; font-family: "Montserrat-Medium"; line-height: 1.2; margin: 0 0 10px 0;}
@media (max-width: 768px){
    .form-control {width: -webkit-fill-available;}
}
.header-price-wrapper {position: absolute; top: 8%; z-index: 2; left: 4%;}
.header-price {color: #fff; font-family: "Montserrat-Bold"; width: 250px; height: 250px; font-size: 24px; line-height: 29px; font-weight: 400;
    text-align: center;  background-color: #D04746; border-radius: 50%; vertical-align: middle; display: table-cell;  animation: header-pulse 1s infinite;}
.header-price span {font-size: 34px; line-height: 55px;}
@keyframes header-pulse {
    0% {box-shadow: 0 0 0 0px rgba(208, 71, 70, 0.5);} 
    100% {box-shadow: 0 0 0 40px rgba(208, 71, 70, 0);}
}
@media (max-width: 1200px){
    .header-price-wrapper {top: 5%;}
    .header-price {width: 100px; height: 100px; font-size: 15px; line-height: 25px;}
    .header-price span {font-size: 20px; line-height: 15px;}
}

/*НАШИ ПРЕИМУЩЕСТВА*/

.about {}
.about_block {border: 1px solid #c4c8cd; margin: 30px 0px; padding: 20px 120px; position: relative; box-shadow: 0px 14px 73px 0px rgba(0, 0, 0, 0.36);}

.about_block p {text-align: center;}
.about_block_img img {max-width: 30%; margin: 0 auto; display: block;}
@media (max-width: 768px){
    .about_block {padding: 10px 0 20px 0;} 
    .about_block_img img {max-width: 10%;}
}
.about_item {display: flex;}


/*ОБЪЕКТЫ*/

.objects_block_text {display: none;}

.objects_block {position: relative;  margin-bottom: 25px;  background-color: rgb(28, 29, 32); box-shadow: 0px 14px 73px 0px rgba(0, 0, 0, 0.36);}
.objects_block_img {max-width: 100%; height: auto;}
.objects_block_text {position: absolute; bottom: 0px; background-color: #666;  width: 100%; padding: 5px 0 5px 0; color: #fff; text-align: center;}
.objects .button {margin: 0 auto; display: block;}
.objects form .button {margin: 0;}
.objects-text-bold {padding: 2em 0 1em 0; font-weight: bold; text-align: center;}
.objects-list {list-style: none; padding: 1em 0 2em 0; text-align: center;}
.objects-item {list-style: none; margin: 1em 0 1em 0;}
.objects-wrapper-link {text-align: center;}
.objects-link {position: relative; font-size: 20px; font-family: "Montserrat-Bold"; color: #E38916;}
.objects-link:hover {color: #E38916;}
.objects-link:before {content: ''; background: url(../img/icons-png/iphone.png); display: block; position: absolute; width: 18px; height: 18px; top: 0px; left: -30px;}
.objects-span {display: block; text-align: center; padding: 3em 0 3em 0;}



.pulse {
    /*  display: flex;
      justify-content: center;
      align-items: center;
      width: 150px;
      height: 150px;
      color:gray;
      background: white;
      border-radius: 50%;*/
    animation: radial-pulse 1s infinite;
}

.wrapper-pulse {
    /*  width: 100%;
      height: 100vh;
      background-color: #D04746;
      display: flex;
      align-items: center;
      justify-content: center;*/
}

@keyframes radial-pulse {
    /*    0% {box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);} 
      100% {box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);}*/
    0% {box-shadow: 0 0 0 0px rgba(245, 171, 0, 0.5);} 
    100% {box-shadow: 0 0 0 40px rgba(245, 171, 0, 0);}
}



/*ДОП БЛОК*/

.dopblock_wrapper {display: flex; position: relative;}
.dopblock_block_img {max-width: -webkit-fill-available;}
.dopblock .button {margin: 3.5em auto 2.5em auto;}
.dopblock_block {}
.dopblock-text {}
.dopblock-text-bold {font-weight: bold;}

form.consultation {margin: 40px 0px 0 0px;}


/*УСЛУГИ*/


.services_block p {margin: 40px 0; font-size: 20px;}
.services_block {margin: 20px 0; display: flex;}

.services_block:after {content: " "; display: table; clear: both;}
.services .button {margin: 3.5em auto 2.5em auto;}

.services_img {min-height: 100%; background-size: cover;}

.services_img.img1 {background-image: url(../img/services/s1.jpg);}
.services_img.img2 {background-image: url(../img/services/s2.jpg);}
.services_img.img3 {background-image: url(../img/services/s3.jpg);}
.services_img.img4 {background-image: url(../img/services/s4.jpg);}
.services_img.img5 {background-image: url(../img/services/s5.jpg);}
@media (max-width: 768px){
    .services_block p {margin: 0px 0; font-size: 14px;}
}


/*ЗАКАЗАТЬ*/

.order {padding: 10px 0 50px 0; background-color: #fff;}
.order-text {text-align: center;}

.order .form-control {float: right; text-align: center;  width: -webkit-fill-available;}
.order .button {width: -webkit-fill-available;}
@media (max-width: 767px){

}
.order span {padding: 3em 0 0 0; display: block; text-align: center;}

.order-button {width: 300px; display: block; text-align: center; padding: 13px 0 13px 0; color: #fff; text-decoration: none; font-weight: normal;
               font-size: 18pt; background-color: #0d2241; box-shadow: 0 5px 0px #1d4e6d; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
}
.order-button:active {background-color: #0d2241; box-shadow: inset 0px 5px 0px #1d4e6d, 0px 5px 0px #2c6183; padding: 18px 0 8px 0;}
.order-button:hover {background-color: #3d7294; box-shadow: 0 5px 0px #1d4e6d;}


/*БЛОК КОНТАКТЫ*/
/*КАРТА*/

.contacts.wrapper {padding: 0 0 0px 0;}
.contacts_map {width: 100%; height: 500px; border: 1px solid #aaa; overflow: hidden;}
#map {width: 100%; height: 100%;}


/*БЛОК ФУТЕР*/

.footer {background-color: #0d2241; padding: 30px 0;}
.footer p {color: #fff; font-size: 13px; font-family: "Montserrat-Light"; line-height: 0em;}
.footer a:hover {text-decoration: none;}

.footer-logo {margin: 17px 0 0 0;}
.footer-logo-link {}
.footer-logo-img {}

.footer-menu-list {list-style: none;}
.footer-menu-item {padding: 5px 0;}
.footer-menu-link {color: #fff; font-size: 14px; font-family: "Montserrat-Medium";}


.footer-contacts {margin: 13px 0 0 23px;}
.footer-contacts-link {position: relative; color: #fff; font-size: 20px; font-family: "Montserrat-Bold";}
.footer-contacts-phone {padding: 0 0 20px 0;}
.footer-contacts-phone-link {}
.footer-contacts-phone-link:before {content: ''; background: url(../img/icons-png/iphone.png); display: block; position: absolute; width: 18px; height: 18px; top: 5px; left: -30px;}
.footer-contacts-mail {padding: 0 0 20px 0;}
.footer-contacts-mail-link {}
.footer-contacts-mail-link:before {content: ''; background: url(../img/icons-png/imail.png); display: block; position: absolute; width: 18px; height: 18px; top: 5px; left: -30px;}
.footer-contacts-address {padding: 0 0 20px 0;}
.footer-contacts-address p {font-size: 10px;}

.footer-social {margin: 13px 0 0 0;}
@media (max-width: 768px){
    .footer-social {margin: 0 0 0 0;}
}
.footer-social p {line-height: 1em;}
.footer-social-list {list-style: none;}
.footer-social-item {float: left;}
.footer-social-link {}
.i-social {width: 33px; height: 33px; margin-right: 7px; display: inline-block; vertical-align: middle;}
.i-social:hover {filter: opacity(10%);}
.i-social.vk {background-image: url(../img/icons-png/ivkontakte.png);}
.i-social.facebook {background-image: url(../img/icons-png/ifacebook.png);}
.i-social.instagram {background-image: url(../img/icons-png/iinstagram.png);}



@media screen and ( max-width: 48em ) {

}

/*СТРЕЛКА НАВЕРХ*/



.upbtn {
    opacity: 0.8;
    z-index: 9999;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: -80px;
    right: 20px;
    cursor: pointer;
    border: #FDBE33;
    transition: all .7s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #E38916;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzMy45NjgsMjc4LjY1N0wyNDguMzg3LDkyLjc5Yy03LjQxOS03LjA0NC0xNi4wOC0xMC41NjYtMjUuOTc3LTEwLjU2NmMtMTAuMDg4LDAtMTguNjUyLDMuNTIxLTI1LjY5NywxMC41NjYgICBMMTAuODQ4LDI3OC42NTdDMy42MTUsMjg1Ljg4NywwLDI5NC41NDksMCwzMDQuNjM3YzAsMTAuMjgsMy42MTksMTguODQzLDEwLjg0OCwyNS42OTNsMjEuNDExLDIxLjQxMyAgIGM2Ljg1NCw3LjIzLDE1LjQyLDEwLjg1MiwyNS42OTcsMTAuODUyYzEwLjI3OCwwLDE4Ljg0Mi0zLjYyMSwyNS42OTctMTAuODUyTDIyMi40MSwyMTMuMjcxTDM2MS4xNjgsMzUxLjc0ICAgYzYuODQ4LDcuMjI4LDE1LjQxMywxMC44NTIsMjUuNywxMC44NTJjMTAuMDgyLDAsMTguNzQ3LTMuNjI0LDI1Ljk3NS0xMC44NTJsMjEuNDA5LTIxLjQxMiAgIGM3LjA0My03LjA0MywxMC41NjctMTUuNjA4LDEwLjU2Ny0yNS42OTNDNDQ0LjgxOSwyOTQuNTQ1LDQ0MS4yMDUsMjg1Ljg4NCw0MzMuOTY4LDI3OC42NTd6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.upbtn:hover {
    opacity: 1;
    background-color: #f5ae00;
}