/*
Theme Name: In-Look
*/

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


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

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

@font-face {
  font-family: 'Montserrat-Light';
   src: url('../../../Roboto-Light.ttf');
}

html {
  font-family: 'Rubik2', 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;

}

.first-header-top-menu {
    min-height: 40px;
    background: #3e4d93;
    color: #fff;
font-family: 'Montserrat-Light', sans-serif;
    font-size: 14px;
}

.first-header-top-menu-wrapper{
      display: flex;
      justify-content: flex-end;
      align-items: center;  
}

.cabinet {
    color: #fff;
    margin-left: 32px;
    align-items: center;
    min-height: 40px;
    display: flex;
}

.cabinet img {
    padding-right: 10px;
}

.first-header-top-menu a {
    text-decoration: none;
}

.header-top-menu {
    display: flex;
    flex-wrap: wrap;
    min-height: 90px;
    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);
}

.logo {

    padding-top: 10px;
}

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

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

.sing-up:hover {
    color: #1a60f5;
    border:2px solid #1e504b;
	background: #ffff;
}

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

.header-menu a{
    color: #333333;
    text-decoration: none;
    font-family: 'Rubik2';
    font-size: 16px;
    padding-right: 12px;
    text-transform: uppercase;
}

.header-menu a:hover{
    color: #d88e37;
    text-decoration: underline;
}

.header-menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-menu li {
    list-style-type: none;
    position: relative;
    justify-content: space-between;
}

.social-links {
 display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 240px;
    align-items: center;
    padding-top: 26px;
}

.social-link {
    font-size: 15px;
}

.btm-energy {
    padding-right: 20px;
    width: 238px;
    height: 35px;
    background: #3e4d93;
    border-radius: 20px;
    padding: 6px 4px 4px 8px;
    margin-right: 14px;
    color: #fff;
        text-align: center;
}

.btm-energy a {
color: inherit;
text-decoration: none;
}

.btm-energy:hover {
background: #fff;
border:1px solid #3e4d93;
color:#3e4d93;
}

.btm-gaz {
        padding-right: 20px;
    width: 155px;
    height: 35px;
    background: #d88e37;;
    border-radius: 20px;
    padding: 6px 4px 4px 8px;
    margin-right: 14px;
    color: #fff;
        text-align: center;
}

.btm-gaz a {
color: inherit;
text-decoration: none;
}

.btm-gaz:hover {
background: #fff;
border:1px solid #d88e37;;
color: #d88e37;
}

.social-link {
color: #fff;
}

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

.social-link a:hover {
        color: #fff;
        text-decoration: underline;
}

.btn {

}

.active {
    color: #d88d37;
}


.social-link img {
    margin: 10px 10px -6px 0px;
}


.main-slider {

}
.slider-header-text-wrapper {
  text-shadow: 1px 1px 2px black, 0 0 1em #0a0a0a;
}

.slider-header-text {
color: #fff;
font-size: 56px;
font-family: 'Mont-bold',sans-serif;
text-align: center;
}

.metaslider .caption-wrap {
    background: none!important;
    top: 229px;
    opacity: 1!important;
    line-height: 65px!important;
}

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;
}

.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-bottom: -600px; 
   opacity: 0;
  }   
    100% {     
    margin-left: 0px; 
    opacity: 1;
  }   
}

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

.about-wrapp{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.header-title {
    text-align: center;
    padding-top: 40px;
    font-size: 28px;
    font-weight: 600;
    flex-basis: 100%;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Mont-bold', sans-serif;
    color: #3e4d93;
}

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

.white {
    color: #fff;
}

.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: 26px;
    font-size: 15px;
    margin-top: 50px;
    max-width: 80%;
    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;
    font-family: 'Montserrat-Light',sans-serif;
    text-align: center;
}

.service-wrapper hr {
    border: none;
    color: #d78e22;
    background-color: #d78e22;
    height: 1px;
    width: 70%;
}

.service-wrapper a {
color: #3e4d93;
    }

.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: 560px;
height: 115px;
background: #f9f9f9;
color: #4e4e4e;
font-size: 16px;
margin: 10px;
position: relative;
}

.servise-main:hover {
  background: #efeded;
  box-shadow: 0px 0px 20px 0px rgba(167, 165, 165, 0.5);
}

.serv-text-read-more {
    color: #1a60f6;
    padding: 11px 20px 0 20px;
    font-size: 14px;
}

.serv-text-read-more p:hover {

}
 .serv-img {

}
 .servise-main img{
margin: 15px!important;
}

.serv-text {
	flex-basis: 50%;
	padding-left: 50px;
	padding-top: 100px;
}

.serv-text-name {
    padding-top: 10px;
    color: #1e504b;
    font-size: 34px;
    flex-basis: 100%;

}

.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: 100px;
}

.servise-main2 {
width: 270px;
text-align: center;
color: #4e4e4e;
font-size: 16px;
margin: 10px;
position: relative;
overflow: hidden;
}
.servise-main2:hover {
border: 1px solid orange;

}

.servise-main2 img {
padding: 10px;
    }

.serv-text-name2 {
   text-align: center;
   padding: 20px 20px 10px 20px;
    color: #d88d37;
    font-family: "Rubik-bold",sans-serif;
}

.serv-text-name3 {
    font-family: "Montserrat-Light",sans-serif;
text-align: center;
    padding: 5px;
}

.service-wrapper3 {


}

.servise-main4 {
width: 370px;
height: 300px;
background: #fff;
color: #4e4e4e;
font-size: 16px;
margin: 10px;
position: relative;
overflow: hidden;
box-shadow: 0 0 10px rgba(181, 180, 180, 0.5);
}

.servise-main4 img {
margin: 0!important;
}

.serv-text-name4 {
    padding: 20px 20px 0 20px;
    font-size: 18px;
    color: #000;
}

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

.servise-main4 a:hover {
text-decoration: none;
}


.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: 36px 161px 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: 594px;
background-image: url(../../../images/bg-consultation.png);
background-repeat: no-repeat;
background-position: center;
}

.servise-main3 {
width: 210px;
height: 100px;
box-shadow: 0px 0px 20px 0px rgba(167, 165, 165, 0.5);
position: relative;
overflow: hidden;
display: flex;
margin: 12px;
}

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

}

.servises-main3 {
    padding-bottom: 20px;
}


.sector-wrapper {

background-color: #f6f6f6;
}

.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 {

}

.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;
}

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

.map{
width: 100vw;
}

iframe {
 
}

.contacts-header {
    line-height: 25px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.contact-phone:before {
font-family: "Font Awesome 5 Free";
    color: #1a60f5;
    content: "\f095";
padding-right: 10px;
   
}

.contact-phone {
    font-weight: 600;
}

.contact-mail:before {
font-family: "Font Awesome 5 Free";
    color: #1a60f5;
    content: "\f0e0";
padding-right: 10px;
   
}

.contact-mail {
font-weight: 600;
}

.contact-mail a {
    color: #2d2d2d;
    text-decoration: none;
}

.contact-time:before {
font-family: "Font Awesome 5 Free";
    color: #1a60f5;
    content: "\f017";
padding-right: 10px;
   
}
.contact-time {
    font-weight: 600;
}

.contact-adress:before {
font-family: "Font Awesome 5 Free";
    color: #1a60f5;
    content: "\f041";
padding-right: 10px;
   
}

.contact-adress {
font-weight: 600;
}

.social-links3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    min-width: 360px;
    max-width: 400px;
    padding-top: 40px;
    flex-direction: column;
}

.social-links3 a{
   color: #fff;
}

.footer-copyright-wrapper {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.footer-copyright {
    padding: 10px;
}

.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: url(../../../images/bg-footer.png);
    background-position-x: center;
    font-size: 15px;

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

.footer-colums .logo{
    max-width: 200px;
}

.footer-title {
    padding-bottom: 20px;
}

.footer-title:before {
    content: " ";
    height: 3px;
    width: 40px;
    background-color: #1a60f5;
    position: absolute;
    margin-top: 22px;
    margin-left: 0px;
}


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

.header-menu2 {
    display: block;
}

.header-menu2 ul{
    display: block;
    line-height: 25px;
}

.header-menu2 li {
font-weight: 600;
    }

.header-menu2 li:before {
font-family: "Font Awesome 5 Free";
    color: #1a60f5;
    content: "\f04b";
padding-right: 10px;
    font-size: 8px;
    }

.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;
        margin-bottom: -20px;
}

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

input.wpcf7-form-control.wpcf7-text{
    width: 268px!important;
    border: 1px solid #efeeee;
    height: 39px;
    padding-left: 10px;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-repeat: no-repeat;
    /* background-position-y: -4px; */
    background-position: 9px 19px;
    width: 268px;
    height: 38px;
    border-radius: 0px;
    font-size: 15px;
    border: 1px solid #efeeee;
    padding: 10px;
    margin: 10px 10px 10px 0;

}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {

}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{

}

input.wpcf7-form-control.wpcf7-submit {
    color: white;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(181, 180, 180, 0.5);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    background: #d88d37;
    margin: auto;
    border: navajowhite;
    border-radius: 10px;   
}


input.wpcf7-tel.wpcf7-validates-as-tel {

    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: 0px;
    font-size: 15px;
 
}

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: 350px;
}

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

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

.consult-text {
margin-bottom: 40px;
position: static;
}


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

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;
}

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

div#wpcf7-f306-o1 {
    padding-bottom: 40px;
    margin-bottom: -60px;
}

.pe-klient-wrapper {
background-color: #f6f6f6;
padding: 42px;
}

.pe-klient-title {
    text-align: center;
    text-decoration: underline;
    color: #3e4d93;
    font-size: 18px;
}

.pe-klient-wrapper ul {

}

.pe-klient-wrapper li {
list-style-type: none;
padding-left: 20px;
color: #3e4d93;
font-family: "Rubik-bold", sans-serif;
}

.pe-klient-li-one {
    font-weight: 600;
}

.pe-klient-li-one:before {
font-family: "Font Awesome 5 Free";
    color: #3e4d93;
    content: "\f46d";
padding-right: 10px;
font-size: 42px;
}

.pe-klient-wrapper ul>p {
    margin-left: 72px;
    font-family:"Montserrat-Light", sans-serif;
    margin-top: 5px;
}

.pe-klient-li-two {
    font-weight: 600;
}

.pe-klient-li-two:before {
font-family: "Font Awesome 5 Free";
    color: #3e4d93;
    content: "\f571";
padding-right: 10px;
font-size: 42px;
}

.pe-klient-li-three {
    font-weight: 600;
}

.pe-klient-li-three:before {
font-family: "Font Awesome 5 Free";
    color: #3e4d93;
    content: "\f573";
padding-right: 10px;
font-size: 42px;
}


.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.d-inline-block {
    display: inline-block !important;
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.btn {
    color: #fff;
    text-transform: uppercase;
    background-color: #3e4d93;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1;
    border: 2px solid #3e4d93;
    border-radius: 5px;
    margin: 5px 0;
}

.btn:hover {
    background-color: #fff;
    border: 2px solid #3e4d93;
    color: #3e4d93;
}

.pe-table {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px 0px 0px;
}

.pe-table a {
text-decoration: none;
}

.column-left {
    flex-basis: 40%;
}

.column-right {
    flex-basis: 55%;
}

.column-right p {
   padding-left: 20px;
}
.blue_title {
    color: #3e4d93;
}
.text-center {
    text-align: center;
}



@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: 400px;
}
.about-description {
	padding-top: 20px;
}

.slider-header-text {

    max-width: 403px;
}
.servises-main2 {
    justify-content: center;
}
.consult-block {
    left: 45%;
    }
}
@media screen and (max-width: 768px){

.logo {
    margin-top: 5px;
}
.main-slider {
    display: none;
}
.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){
.main-slider {
    background-position-x: right;
}
.slider-header-text {
    max-width: 2em;
    padding-top: 2em;

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

.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: 100%;
}
.about-description {
    flex-basis: 100%;
}
.social-links {
    min-width: 0px;
    margin-left: 40px;
}
.logo {
    padding-left: 0px;
}
.header-top-menu {
    justify-content: left;
}
.btm-gaz { 
margin: 10px;
}
.pe-klient-wrapper {
    padding: 0px;
}
.column-right {
    flex-basis: 100%;
}
.footer-colums {
    display: none;
}

}


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

.service-wrapper2 {
    min-height: 70vh;
background-image: url(../../../images/bg-products.png);
    background-position: center;
}
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: "Montserrat-Light", sans-serif;
}

.single-wrapper ul {
   margin-left: 20px;
}

.single-wrapper strong {
   font-family: "Rubik", sans-serif;
}


 .single-wrapper hr {
    border: none;
    color: #d78e22;
    background-color: #d78e22;
    height: 1px;
    width: 70%;
}
