/*
Theme Name: In-Look
*/

@font-face {
  font-family: 'Rubik2';
   src: url('../../../Rubik-Regular.ttf');
}


@font-face {
  font-family: 'Rubik';
   src: url('../../../monrope-semibold.ttf');
}

@font-face {
  font-family: 'Mont-bold';
   src: url('../../../Mont-Bold.ttf');
}

html {
  font-family: 'Rubik', sans-serif;
  box-sizing: border-box;
    overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1 0 150px;
    margin: 0;
    padding: 0;
}
ul {
  padding-inline-start: 0px;
  margin-block-end: 0px;
  margin-block-start: 0px;
}

img {
  max-width: 100%;
  height: auto;
}
.container {
    padding: 0 calc(50% - 587.5px);
    min-width: 320px;
    z-index: 1;
    position: sticky;
    color: #2d2d2d;

}
.header-top-menu {
    display: flex;
    flex-wrap: wrap;
    min-height: 95px;
    justify-content: space-between;
    align-content: center;
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 0 0 10px rgba(181, 180, 180, 0.5);
    align-items: center;
    background: #fff;
}

.logo {
    padding-top: 10px;
}

.sing-up {
    width: 128px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #09c0d7;
    box-shadow: 0 0 10px rgba(181, 180, 180, 0.5);
    font-weight: 600;
    font-size: 14px;
    font-family: 'Mont-bold';
    color: white;
    border-radius: 25px;
    text-transform: uppercase;
}

.sing-up2 {
    width: 200px;
    margin: auto;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #09c0d7;
    box-shadow: 0 0 10px rgba(181, 180, 180, 0.5);
    font-weight: 600;
    font-size: 14px;
    font-family: 'Mont-bold';
    color: white;
    border-radius: 25px;
    text-transform: uppercase;
}

.filter-сity {
        width: 200px;
    margin: auto;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #09c0d7;
    box-shadow: 0 0 10px rgba(181, 180, 180, 0.5);
    font-weight: 600;
    font-size: 14px;
    font-family: 'Mont-bold';
    color: white;
    border-radius: 25px;
    text-transform: uppercase;
}

.sing-up3 {
    width: 400px;
    margin-bottom: 55px;
}

.sing-up a {
    color: #fff;
    text-decoration: none;
}

.sing-up:hover {
    color: #09c0d7;
    border:2px solid #09c0d7;
	background: #ffff;
}

.header-menu {
    justify-content: center;
    align-items: center;
    display: flex;
}

.header-menu a{
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.header-menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
    margin-left: -20px;
}

.header-menu li {
    list-style-type: none;
    position: relative;
    border: 1px solid #e9edfd;
    border-radius: 25px;
    padding: 10px 10px 10px 10px;
    min-height: 30px;
    margin: 10px;
    margin: 7px;
    font-size: 14px;
    color: #4b4b4b;
    display: flex;
    align-items: center;
}

.menu-item-72:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f559";
    height: 23px;
    width: 26px;
    color: #4c68ef;
    font-size: 24px;
}

.menu-item-73:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0b2";
    height: 23px;
    width: 26px;
    color: #4c68ef;
    font-size: 24px;
    margin-right: 7px;
}

.menu-item-562:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0b1";
    height: 23px;
    width: 26px;
    color: #4c68ef;
    font-size: 24px;
    margin-right: 7px;
}

.menu-item-3310:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0b1";
    height: 23px;
    width: 26px;
    color: #4c68ef;
    font-size: 24px;
    margin-right: 7px;
}

.menu-item-75:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    height: 23px;
    width: 26px;
    color: #4c68ef;
    font-size: 24px;
}

.menu-item-130:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f02d";
    height: 23px;
    width: 26px;
    color: #4c68ef;
    font-size: 24px;
    margin-right: 3px;
}

.header-menu li:hover {
    background: #4c68ef;
    color: #fff;
}
.header-menu li:hover:before {
    color: #fff;
}

.social-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 285px;
    padding-top: 18px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link a {
color: #2d2d2d;
text-decoration: none;
}

.social-link a:hover {
    color: #4c68ef;
}

.social-link img {
    max-height: 28px;
    margin-right: 5px;
}


.main-slider {
display: flex;
    flex-wrap: wrap;
    min-height: 412px;
    text-decoration: none;
    background: url(../../../images/bg-banner.png);
    background-position: center;
    justify-content: center;
align-items: center;
}

.slider-header-text {
font-size: 31px;
    line-height: 38px;
    color: #2b2d3d;
background: url(../../../images/bg-banner2.png);
width: 668px;
height: 128px;
text-align: center;
padding: 20px;
margin-bottom: 30px;
}

.slider-video {
    position: absolute;
    z-index: 0;
    filter: brightness(0.5);
}

.text-video {
    z-index: 2;
}

.animate-it-banner-text {
    animation: banner-text;
    animation-duration: 0.8s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    z-index: 2;
}

@keyframes banner-text {   
  0% {     
   margin-top:-600px; 
   opacity: 0;
  }   
    100% {     
    margin-top: 0px; 
    opacity: 1;
  }   
}

a.eModal-1 {
    text-decoration: none;
}

.slider-header-text::before {

    
}

.slider-small-text {
    font-size: 15px;
    color: #4b4b4b;
    max-width: 435px;
    line-height: 30px;
padding-bottom: 30px;
}

.about-wrapper {
    background-image: url("../../../images/bg-about.png");
    background-position:center;
    position: relative;
}

.about-wrapper2 {
    background-image: url("../../../images/bg-about2.png");
    background-position:center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-dials a {
    text-decoration: none;
}

.filter-сity:hover {
   background: #fff;
   color: #09c0d7;
}

.menu-dials {
    flex-basis: 20%;
}

.menu-dials li {
list-style-type: none;
}

a.tag-cloud-link {
    font-size: 18px!important;
    color: #3c9ac0;
    line-height: 25px;
}

a.tag-cloud-link:hover {
    color: #4b4b4b;
}

.menu-menyu-sdelok-container ul {
        margin-right: 20px;
}

.menu-menyu-sdelok-container li {

    border: 1px solid #e9edfd;
    border-radius: 25px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    font-size: 17px;
    display: flex;
}

.menu-menyu-sdelok-container li:hover {
 background: #e0e3fb;
}

.menu-menyu-sdelok-container a {
color: #4b4b4b;
text-decoration: none;
}


.about-wrapp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-wrapp li{
color: #435cd1;
}

.about-wrapp span{
color: #2d2d2d;
}


.header-title {
    text-align: center;
    padding-top: 60px;
    font-size: 28px;
    font-weight: 600;
    flex-basis: 100%;
    margin-bottom: 20px;
}

.header-title::before {
/* content: " "; */
    height: 7px;
    width: 304px;
    background-color: #fad9a6;
    position: absolute;
    margin-top: 35px;
    margin-left: 0px;
}

.header-title-about {
    text-align: left;
    font-size: 36px;
    font-weight: 600;
    flex-basis: 40%;
    text-transform: uppercase;
}

.header-title-about::before {
content: " ";
    height: 7px;
    width: 304px;
    background-color: #fad9a6;
    position: absolute;
    margin-top: 35px;
    margin-left: 0px;
}


.about-description {
 color: #2d2d2d;
    flex-basis: 59%;
}

.about-description-text h3 {
    line-height: 26px;
    font-size: 34px;

}

.about-description-text {
    line-height: 47px;
    font-size: 22px;
    margin-top: 74px;
    max-width: 60%;
    text-align: justify;
}

.about-text-img {
    flex-basis: 40%;
}

/*.read-more {
    color: #34bf49;
    border-bottom: #34bf49 2px dotted;
    max-width: 100px;
}

.read-more a{
    text-decoration: none;
    color: #34bf49;
} */

.about-img {
    display: flex;
    align-items: flex-end;
    margin-left: 30px;
}

.service-wrapper {
    background-image: url("../../../images/bg-services.png");
    background-position: center;
    padding-bottom: 40px;

}

.servises-main {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 40px;
padding-bottom: 100px;
}

.servises-main a{
text-decoration: none;
}

.servise-main {
width: 225px;
height: 215px;
background: url(../../../images/bg-pd.png);
color: #4e4e4e;
font-size: 16px;
position: relative;
border-radius: 10px;
}

.servise-main:hover {
background: #e6e6e6;
}

 .serv-img {

}
 .servise-main img{
margin: 5px 25px -32px!important;
}

.serv-text {

}

.serv-text-name {
font-family: 'Rubik2';
text-align: center;

}

.serv-text-descr {
padding-top: 30px;
max-width: 470px;
color: #333333;
line-height: 25px;
}


.servises-main2 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 40px;
padding-bottom: 40px;
}

.servise-main2 {
width: 270px;
height: 310px;
background: #fff;
color: #4e4e4e;
font-size: 16px;
margin: 10px;
box-shadow: 0px 0px 20px 0px rgba(167, 165, 165, 0.5);
position: relative;
overflow: hidden;
border-radius: 10px;
}
.servise-main2:hover {
background: #e6e6e6;
}

.servise-main2 img {
margin: 70px 85px 10px 85px !important;
}

.serv-text-name2 {
text-align: center;
padding: 6px;
font-size: 24px;
font-weight: 600;
color: #435cd1;
}

.serv-text-name3 p {
text-align: center;
padding: 6px;
font-size: 16px;
font-family: 'Rubik2';
}




.objects-wrapper {
    background-image: url("../../../images/bg-products.png");
    background-position: center;
}

.objects-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 85px;
}

.object-main {
width: 352px;
 	box-shadow: 0px 0px 20px 0px rgba(167, 165, 165, 0.5);
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 10px;
}
.obj-title b {
    color: #336666;
    font-size: 16px;
}

.obj-title img {
	margin: 8px 5px -5px 0px;
}

.obj-descr {
    text-align: left;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    line-height: 20px;
    

}
.object-img-main {
margin-right: 10px;
}

.obj-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    line-height: 20px;
}

.obj-title_ {
font-size: 14px;
    text-align: left;
    padding-left: 10px;

}

.obj-title_b {
      font-family: 'Rubik-Bold', sans-serif;
}

.obj-read-more{
    margin-top: 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    color: #5ed5b6;
}

.obj-read-more a{
    color: #5ed5b6;
    text-decoration: none;
}

.all-objects {
    width: 260px;
    height: 70px;
    border-radius: 10px;
    background: #1687df;
    color: white;
    font-size: 24px;
    margin-top: 50px;
    margin-left: calc(50% - 130px);
    display: flex;
    align-items: center;
    justify-content: center;
}

img.attachment-full.size-full.wp-post-image {
    -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 margin:64px 64px 50px;
}

img.attachment-full.size-full.wp-post-image:hover {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}

.wp-consultation {
    min-height: 616px;
    background-image: url(../../../images/bg-consultation.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -30px;
}

.servise-main3 {
width: 275px;
box-shadow: 0px 0px 20px 0px rgba(167, 165, 165, 0.5);
position: relative;
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: center;
border-radius: 10px;
padding: 17px;
margin-bottom: 20px;
background: #fff;
color: #fff;
}

img.aligncenter {
    float: left;
    margin-right: 10px;
    padding: ;
    max-width: 400px;
}

.wp-news .servise-main3 { 
background: #fff;
}


.about-wrapper2 .servise-main3 { 
background: #fff;
}

.servise-main4 {
    max-height: 550px;
}

.daeal-img {
    width: 240px;
    height: 230px;
border: 2px solid #dbdde5;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 17px;
}

.servise-main3 img {
    margin:auto!important;


}
.serv-text-name4{
color: #4b4b4b;
}
.serv-text-name5{
        display: flex;
    flex-wrap: wrap;
    line-height: 29px;
    flex-basis: 100%;
     font-size: 14px;
}

.serv-text-name5-1{
     color: #42a8d4;
}

.wp-news .serv-text-name5{
 font-size: 14px;
 line-height: 20px;
     color: #42a8d4;
    font-weight: 400;
}
.about-wrapper2 .serv-text-name5{
 font-size: 14px;
 line-height: 20px;
    font-weight: 400;
}

.about-wrapper2 .serv-text-name5:hover{
      color: #09c0d7;
}


.serv-text-name6 {
    color: #4b4b4b;
    font-size: 14px;
    flex-basis: 100%;
}
.serv-text-name6 a {
    color: #3c9ac0;
}

.dial-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

.dial-wrap p {
    margin: 0;
    padding: 0;
}


.dial-loc {
    font-size: 14px;
    font-family: "Rubik2";
}

.dial-price {
    font-size: 22px;
    font-weight: 600;
    color: #435cd1;
    margin-top: 5px;
}

.dial-link {
    width: 150px;
    height: 43px;
    display: flex;
    align-items: center;
    background: #09c0d7;
    box-shadow: 0 0 10px rgba(181, 180, 180, 0.5);
    font-weight: 600;
    font-size: 14px;
    font-family: 'Mont-bold';
    color: white;
    border-radius: 25px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-right: 100px;
    padding-left: 18px;
}

.dial-link:hover {
    color: #09c0d7;
    border:2px solid #09c0d7;
    background: #ffff;
}


.servises-main3 {
    padding-bottom: 0px;
        display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-basis: 80%;
}

.category-produkciya {
    display: flex;
    margin: 0px 17px;
}

.servises-main4 {
    flex-basis: 100%;
    justify-content: space-evenly;
}

.wp-news {
background-image: url(../../../images/bg-news.png);
background-position: center;
background-repeat: no-repeat;    
}


.sector-wrapper {
background-image: url(../../../images/bg-clients.png);
background-position: center;
background-repeat: no-repeat;
}

.sector {
    max-height: 404px;
    width: 100%;
}

.servise-main {
 
}

.servise-main a {
     color: #5ed5b6;
    text-decoration: none;
}
.service-wrapper a {
    text-decoration: none;
}

.left-slider-column {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 45%;
}
.contacts-wrapper {
    background-image: url("../../../images/bg-contacts.png");
    background-position-x: center; 
    background-position-y: 53px;
    background-repeat: no-repeat;
}

.header-title-cont {
    text-align: left;
    margin-top: 60px;
}

.contact-description {
padding-top: 0px;
    color: #4b4b4b;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.contsct-left {
    flex-basis: 45%;
    line-height: 28px;
    margin-bottom: 20px;
    background: #eae8e8;
    padding: 0 20px 20px 20px;
    opacity: 0.7;
    color: #000;
}

.contact-right {
    flex-basis: 50%;
}

.map{
width: 100vw;
}

iframe {
 
}

.contact-adress {
background-image: url("../../../images/point.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 0px;
}

.contact-phone {
    background-image: url("../../../images/phone.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 0px;
    font-weight: 600;
    font-family: 'Mont-bold';
}

.contact-mail {
background-image: url(../../../images/mail.png);
    background-repeat: no-repeat;
    background-position-y: 9px;
    padding-left: 30px;
    padding-top: 0px;
    margin-top: 0px;
}

.social-links3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.contact-adress3 {
background-image: url("../../../images/point3.png");
    background-repeat: no-repeat;
     padding-left: 43px;
    height: 30px;
    padding-top: 4px;
}

.contact-phone3 {
    background-image: url("../../../images/phone3.png");
    background-repeat: no-repeat;
     padding-left: 43px;
    height: 30px;
    padding-top: 4px;
    font-weight: 600;
    font-family: 'Mont-bold';
}

.contact-mail3 {
    background-image: url("../../../images/mail3.png");
    background-repeat: no-repeat;
     padding-left: 43px;
    height: 30px;
    padding-top: 4px;
    margin-top: 12px;
}

.feedback-form {
    display: flex;
    flex-wrap: wrap;
}

.feedback-form h3 {
flex-basis: 100%;
    color: #2a395a;
}

.name-form {
display: flex;
    flex-wrap: wrap;
}

form {
    display: flex;
    flex-wrap: wrap;
    max-width: 470px;
    justify-content: space-between;
}

input[type="name"] {
    background-image: url("../../../images/avatar.png");
    background-repeat: no-repeat;
    background-position-y: 11px;
    background-position: 5px 11px;
    padding-left: 28px;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
    border: 1px solid gray;
}

input[type="phone"] {
    background-image: url("../../../images/mail2.png");
    background-repeat: no-repeat;
    background-position-y: 11px;
    background-position: 5px 14px;
    padding-left: 28px;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
    border: 1px solid gray;
}

.message-form {
    flex-basis: 100%;
    margin-top: 20px;
}

textarea {
    width: 470px;
    height: 200px;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 0 0 15px;
    border: 1px solid gray;
}

.button-form {
    min-width: 210px;
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #40d4b5;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(181, 180, 180, 0.5);
    font-weight: 600;
    font-size: 18px;
    color: white;
    margin-top: 23px;
    margin-bottom: 25px;
}

.footer-wrapper {
    background-position-x: center;
    font-size: 15px;

}
.footer-colums {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.header-menu2 a{
    color: white;
    text-decoration: none;
}

.feedback-form {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 49%;
}

.feedback-form h3 {
flex-basis: 100%;
    color: #2a395a;
}

.name-form {
display: flex;
    flex-wrap: wrap;
}

form.wpcf7-form {
    display: block;
    /* width: 100%; */
    justify-content: left;
}

form.wpcf7-form p {
    margin: 0;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
       background-repeat: no-repeat;
    /* background-position-y: -4px; */
    background-position: 9px 19px;
    width: 355px;
    height: 55px;
    border-radius: 0px;
    font-size: 18px;
    border: 1px solid gray;
    padding-left: 35px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background-image: url(../../../images/avatar.png);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{
background-image: url(../../../images/mail2.png);
}

input.wpcf7-form-control.wpcf7-submit {
color: white;
    width: 204px;
    height: 64px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
        margin-top: 20px;
    /* background-repeat: no-repeat; */
    /* background-position: -17px -11px; */
    
    box-shadow: 0 0 10px rgba(181, 180, 180, 0.5);
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    /* margin: 20px; */
    background: #09c0d7;
    border-radius: 15px;
    font-family: 'Mont-bold';
}



input.wpcf7-tel.wpcf7-validates-as-tel {
   background-image: url(../../../images/phone2.png)!important;
    background-repeat: no-repeat;
    background-position-y: 11px;
    background-position: 5px 11px;
    margin-left: 28px;
    width: 180px;
    height: 42px;
    border-radius: 2px;
    font-size: 18px;
    border: 1px solid gray;
    padding-left: 30px;
    margin-left: 0px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    max-height: 150px;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.popup-name {
    background-image: none;
    width: 210px;
    font-size: 22px;
    height: 55px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.popup-phone {
    background-image: none;
    width: 210px;
    font-size: 22px;
    height: 55px;
}

div#metaslider-id-76 {
    display: flex;
    flex-basis: 55%;
}

div#eModal-1 {
    max-width: 320px;
}

.consult-title {
       margin-left: 433px;
       padding-top: 100px;
       color: #fff;
}

.consult-block {
    left: 50%;
    position: relative;
    max-width: 500px;
}

.consult-text {
margin-bottom: 40px;
position: static;
    color: #fff;
    line-height: 26px;
    text-align: justify;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.name-consult {
    width: 250px;
    margin-bottom: 16px;
        border: none;
    border-radius: 10px;

}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.tel-consult {
    width: 250px;
    margin-top: -70px;
    margin-left: 300px;
    position: absolute;
        border: none;
    border-radius: 10px;

}

input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    margin-bottom: 20px;
}

div#wpcf7-f306-o1 {
    padding-bottom: 40px;
    margin-bottom: -60px;
}
.contsct-left h4 {
    margin-bottom: 0px;
}




@media screen and (max-width: 1024px){
    .container {
    padding-left: 20px;
    padding-right: 20px; 
}
.logo {
    margin-top: 5px;
}
.objects-main {
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 65px;
}
.service-wrapper {
    background: #f1f3f7;
}
.header-top-menu {
    min-height: 0px!important;
    justify-content: space-around;

}
.contact-right {
    flex-basis: 50%;
  margin-top: 0px;
}
.main-slider {
	min-height: 250px;
}
.about-description {
	padding-top: 20px;
}

.slider-header-text {
    width: 100%;
    font-size: 23px;
    line-height: 30px;
}
.servises-main2 {
    justify-content: center;
}
.consult-block {
    left: 45%;
    }
}
@media screen and (max-width: 768px){

.logo {
    margin-top: 5px;
}
video {
    display: none;
}
.main-slider {
    background-position-x: center;
    background-size: cover;
}
.slider-small-text {
    max-width: 20em;
    margin-top: 28px;
}
.header-title::before {
display: none;
}
.sing-up {
	margin-top: 10px;
}
.header-title {
	padding-top: 40px;
}
.contacts-wrapper {
    background-image: url(../../../images/bg-contacts.png);
    background-position-x: center;
    background-position-y: 0px;
    background-repeat: repeat;
}
.serv-text {
	padding-left: 20px;
	padding-top: 20px;
}
.service-wrapper {
	border-top: 0px;
}
.about-wrapper {
	border-top: 0px;
}
.objects-wrapper {
	border-top: 0px;
}
.service-wrapper{
		border-top: 0px;
}
.contacts-wrapper{
		border-top: 0px;
}
.contsct-left {
	flex-basis: 100%;
}


.contact-right {
	flex-basis: 100%;
}
.container.wp-consultation {
    display: none;
}
.servises-main {
    padding-bottom: 40px;
}
}

@media screen and (max-width: 668px){ 

.sing-up {
	display: none;
}
.left-slider-column {
	flex-basis: 100%;
}
.slider-small-text {
	max-width: 100%
}
div#metaslider-id-76 {
	flex-basis: 100%;
	margin-bottom: 55px;
}
}


@media screen and (max-width: 600px){

.slider-header-text {
    margin-bottom: 20px;
}
.about-text-img {
    display: none;
}

.logo img {
	max-height: 44px;
}

.about-wrapper {
    min-height: 43em;
}
textarea {
    width: 17em;
}

.serv-img {
	flex-basis: 100%;
	order: 0;
}
.serv-text {
flex-basis: 100%;
order: 1;
}
.servise-main {
	max-height: none;
}
.container.footer-colums img {
    display: none;
}
.about-description-text {
    max-width: 90%;
    margin-top: 0px;
    margin-left: 20px;
}
.footer-colums {
display: none;
    }
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 330px;
}
.about-description {
    flex-basis: 100%;
}
.social-links {
    min-width: 0px;
    margin-left: 10px;
}
.logo {
    padding-left: 0px;
}
.header-top-menu {
    justify-content: left;
}
}


.header-title2 {
    padding-top: 25px;
}

.service-wrapper2 {
    min-height: 70vh;
        background-image: url(../../../images/bg-about.png);
}
img.alignright {
    float: right;
    padding-left: 10px;
}

img.alignleft {
    float: left;
    padding-right: 10px;
}
.single-wrapper {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    font-family: 'Rubik2', sans-serif;
}

.copirite {
    height: 50px;
    text-align: center;
    font-size: 14px;
}

.kcc_info {
    font-size: 14px;
    margin-top: 46px;
    position: absolute;
    margin-left: 100px;
    color: inherit;
}

.
.kcc_info:hover {
color: #000;
    }
a.page-numbers {
    color: #3c9ac0;
        padding: 0 7px;
}
.nav-links {
    margin: auto;
    text-align: center;
    font-size: 18px;
}
h2.screen-reader-text {
    display: none;
}
.navigation4 {
    width: 100%;
    text-align: center;
}

div#eModal-3 {
    max-width: 400px;
}
input.wpcf7-form-control.wpcf7-text.old-deal {
    margin: 10px 0;
    /* min-height: 47px; */
    padding: 10px;
    font-size: 23px;
    max-width: 348px;
}