html, body{margin:0;padding:0;font-family: 'Roboto', sans-serif;width: 100%; height: 100%;}
body{overflow-x: hidden}
body, .img_video {opacity: 0;}
a,svg,img,select,option,button,input,textarea{outline: none; transition:ease-in-out 200ms}
/*section,footer{min-height:900px}*/

.hover{
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    transition: 200ms;
    position: absolute;
    left: 100%;
    }
.show{
    opacity:1;
    visibility: visible;
    width: auto;
    height: auto;
    transition: 200ms;
}
.menu a {
    text-transform: uppercase;
    transition: ease-in-out 200ms;
    color: white;
    text-shadow: 0 2px 2px #7a7a7a;
}
.m_menu {
    position: relative;
    left: -15px;
}
.m_menu-icon {
    width: 50px;
    height: 30px;
    border: none;
    background: none;
    background-image: url("././img/menu_w.svg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    transition: 200ms;
    }

/*header.shrink .m_menu-icon{background-image: url("././img/menu.svg"); transition: 200ms;}*/
.shrink .menu a, header.shrink .phone-top a {
    text-shadow: 1px 1px 1px #5DA23F;
    color: #55A239;
}
.m_menu-list li a {
    font-family: 'Roboto', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 1.8rem;
}
.m_menu-list{
    list-style: none;
    margin:0;
    padding:0;
}

.phone-top a{color: #115970;}
header{height: 80px;transition: 200ms;}
header.shrink {
    transition: 200ms;
    opacity: 1;
    background: white;}
header.shrink > .container-fluid{
     background: none;
}
.logo {
    background-color: rgba(0, 0, 0, 0.4);
    width: auto;
    margin: 0 20px 0 0px;
    padding: 0 5px;
}
.logo img{height: 80px;}
.blue-line {
    margin: 0;
    background: #00880f;
    position: relative;
    opacity: 0;
    left: 100%;
    transition: ease-out 1200ms;
}
.shrink .blue-line{opacity: 1; left: 0;transition: ease-in 1200ms;}
.phone-top a {
    display: block;
}

.phone-top a {
    color: white;
    font-weight: 500 !important;
    font-size: 1.4em !important;
    text-shadow: 0 1px 1px #00000070;
}
.menu a, .phone-top a {
    text-transform: uppercase;
    transition: ease-in-out 200ms;
    font-weight: 100;
    font-size: 1.2em;
}
section h1{font-family: 'Prata', serif; text-transform: uppercase;font-size: 2.2rem;}
section .h_overlay h1 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 4.8rem;
    font-family:'Roboto', sans-serif;
}
.h_overlay h1 b {
    font-weight: 500;
}

.h_overlay div {
    margin-top: 8rem;
}
.text_info {
    overflow: auto;
}
.text_info a {
    display: block;
    color: #63B05C;
    text-decoration: underline;
    margin: 20px 0 0 0;
}

.text_info a.button_buy {
    background: #35B121;
    color: white;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid transparent;
}
.text_info a.button_buy:hover {
    background: #1c74cc;
    border: 2px solid #002e64;
    color: white;
    box-shadow: 0 0px 7px inset #002e64;
}
.text_info > div {
    padding: 50px 0px;
}
.button_map {
    background: #37B74B;
    border: 2px solid #63B05C;
    border-radius: 32px;
    padding: 16px 20px 14px 20px;
    font-size: 1.5rem;
    text-transform: uppercase;
    position: relative;
    color: white;
}
.button_map:hover, .button_map:active, .button_map:focus{text-decoration: none; transition: 200ms; color: white; background: #1c74cc; border: 2px solid #002e64;}
.button_map:hover::before,.button_map:active::before{text-decoration: none; transition: 200ms; background: #ffffff10; border-color: #002e64}
.button_map:hover::after, .button_map:active::after{text-decoration: none; transition: 200ms; background: #ffffff20; border-color: #002e64}
.button_map::before {
    content: "";
    width: 100%;
    height: 70px;
    display: block;
    position: absolute;
    border: 1px solid white;
    border-radius: 38px;
    top: -8px;
    padding: 5px 12px;
    left: -13px;
    box-sizing: content-box;
}
.button_map::after {
    content: "";
    width: 100%;
    height: 70px;
    display: block;
    position: absolute;
    border: 1px solid white;
    border-radius: 46px;
    top: -18px;
    padding: 15px 24px;
    left: -25px;
    box-sizing: content-box;
}
.read_more {
    text-transform: uppercase;
    text-decoration: underline;
    margin-left: 4rem;
    font-size: 1.3rem;
}

.m_phone_button {
    color: white;
    background: #35B121;
    border-radius: 30px;
    padding: 12px 0 12px 40px;
    font-size: 1.5em;
    position: relative;
    bottom: -3rem;
    width: 70%;
    min-width: 200px;
    margin: 0 auto;
    transition: 200ms;
}

.m_phone_button.d-block.d-sm-none:hover {
    text-decoration: none; color:white;
}
.m_phone_button.d-block.d-sm-none:active {
    background: white;
    color: #35B121;
    text-decoration: none;
    border: 2px solid #35B121;
    transition: 200ms
}

.m_phone_button:active:before{background-image: url(././img/call_hover.svg); transition:200ms;}
.m_phone_button:before{
    content: ""; 
    background-image: url(././img/call.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;     
    width: 30px;
    display: block;
    height: 30px;
    position: absolute;
    top: 18px;
    left: 20px;
    transition:200ms;
}

.img_video{background-image: url(././img/3.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 100%; width: 100%;}
.main {z-index: 1 !important;}

.bg-container{height: 100%; width: 100%}

.h_overlay {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    flex-direction: column;
    text-align: center;
}

.about_company, .about_protasovo, footer{
    position:relative;
    z-index: 1;
}
.about_company h1{padding-left:15px;}
.docs h1 {
    margin-bottom: 4rem;
}
.docs a {
    color: darkslategray;
}
.docs a:hover, .projects a:hover, .text_info a:hover{
    color: #FF3535;
    transition: 200ms;
}
.projects a:hover img {
    filter: grayscale(0.3);
    transition: 200ms;
}
.docs a:hover path{
    fill: #FF3535 !important;
    transition: 200ms;
}
.gradient_overlay{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#557ec1+0,000000+100&0.25+0,0.7+100 */
background: -moz-linear-gradient(top,  rgba(85,126,193,0.25) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(85,126,193,0.25) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(85,126,193,0.25) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40557ec1', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */


position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.projects {
    overflow-y: scroll;
}

.projects ul{
    list-style: none;
    margin:0;
    padding: 0;
    
}
.item {
    height: 170px;
    overflow: hidden;
}
.item a {color: #79b8cb}
.item_img {
    width: 100%;
    filter: grayscale(1);
}
.docs{
    margin-top: 4rem; 
}
.docs ul{
    list-style: none;
    margin:0;
    padding:0;
}
.docs_link img{display: block;}

.docs_link span {
    padding: 0 25% 0 0;
    display: block;
}
.main_slider, .slick-list  {height: 100%}
.slick-track{height: 100%;}
.slick-slide {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slide a{position: absolute;top: 0;bottom: 0;left: 0;right: 0;
background-position: center 55%;background-repeat: no-repeat;background-size: 100px; opacity: 70%; background-image: url(././img/zoom.svg)}
.slick-slide a:hover{background-size: 110px; opacity: 90%; transition: 200ms;}
.slick-prev.slick-arrow{display:none !important; right: 0;z-index: 1;}
.slick-next.slick-arrow, .slick-prev.slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    border: none;
    background: #00000070;
    width: 120px;
    text-indent: 150%;
    overflow: hidden;
}
.slick-next::before {
    content: "\25B9";
    font-size:50px;
    display: block;
    position: absolute;
    text-indent: 150%;
    color: white;
    left: 64px;
    transform: rotate(180deg);
    width: 1px;
    top:50%;
}
.slick-prev::before {
    content: "\25B9";
    font-size: 50px;
    display: block;
    position: absolute;
    text-indent: 150%;
    color: white;
    left: 64px;
    width: 1px;
    top:50%;
}

.white-bg{margin-bottom: 100px;}
.contacts{height:100%;}
.contacts h2, .contacts h3 {
  font-family: 'Prata', serif;
  text-transform: uppercase;
}
.contacts h2 {
  font-size: 1.6rem;
  padding-top: 20px;
}
.contacts h3 {
  font-size: 1.2rem;
  padding: 20px 0;
}
.col_right-content{background: white; margin-bottom: 100px;}
.row.cian-bg {
    background-color: #63B05C;
    color: white;
    position: relative;
}
.blue_list{
    color: #63B05C;
    list-style: none;
    background-color: #ffffff70;
}
.blue_list li {
    position: relative;
    text-transform: uppercase;
    padding: 4px 0;
}
.blue_list li::before {
    content: "—";
    display: block;
    width: 5px;
    position: absolute;
    left: -20px;
}

.cian_overlay_con {
    position: absolute;
    height: 100px;
    width: 100%;
    top: -94px;
    overflow: hidden;
    z-index: 1;
}
.cian_overlay {
    border-bottom: 6rem solid #63B05C;
    border-left: 100vh solid transparent;
}
.cian-bg span, .cian-bg {text-transform: uppercase}
.cian-bg span{padding: 10px 0 0 0;position:relative;}
.cian-bg a {color:white; display:block;}
.cian-bg .oferta {
    padding: 0;
    text-transform: none;
    font-size: small;
    line-height: 1;
    display: block;
}
.cian-bg input, .cian-bg textarea {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    background: #82E0FB55;
    color: white;
    border-bottom: 1px solid white;
    padding: 8px 8px 8px 40px;
    margin:0 0 12px 0px;
    width: 100%
    
}
.cian-bg input {
    text-transform: uppercase;
}
.cian-bg .but_submit{
    background: white;
    color: #63B05C;
    border: 2px solid #63B05C;
    padding:8px;
}
.cian-bg input::placeholder,
.cian-bg textarea::placeholder {
  color: white;
  opacity: 0.6;
}
.location, .mail, .phone,.user_phone,.user_fio,.user_q{display: table}

.location::before, .mail::before,.phone::before,.user_phone::before,.user_fio::before,.user_q::before{
    width: 30px;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    padding: 0px 10px 0 0px;
}
.copyright {
    display: block;
}
.error-input {
    border: none !important;
    box-shadow: 0 0 2px 1px lightcyan;
    background: lightcoral !important;
}

.location::before{
    content: url("././img/location.svg");
}
.mail::before{
    content: url("././img/email.svg");
}
.phone::before{
    content: url("././img/phone.svg");
}

.user_phone, .user_fio, .user_q{
    display: inline-block;
    resize: none;
}
.user_phone + label, .user_fio + label, .user_q + label {
  position: relative;
  float:left;
}

.user_phone + label:before, .user_fio + label:before, .user_q + label:before {
    position: absolute;
    right: -35px;
    top: 5px;
}
#user_phone + label:before{content: url("././img/phone.svg")}
#user_fio + label:before{content: url("././img/user.svg")}
#user_q + label:before{content: url("././img/pen.svg")}

.feedback-yes h1 {
    font-family: 'Prata', serif;
}
.feedback-yes{display: none;}