/*Theme Name: miha*/

body{
	margin:0;
	padding:0;
	color: #000;
	    font-family: 'Lato', sans-serif;
	    width: 100vw;
	    overflow-x: hidden;
}

header{
	    width: 100%;
    height: calc(100vh - 120px);
        position: relative;
    background: #000;
}

menu{
	    width: 100%;
    margin: 0;
    padding: 0;
    height: 120px;
    position: relative;
        background: #000;
	z-index: 1;
}

#menu-main-menu{
        padding: 0;
    margin: 0;
}



.wrapper{
	width: calc(100% - 40px);
	max-width: 1200px;
	padding:0 20px;
	margin:0 auto;
	position: relative;
}

.wrapper-gallery-thumbs{
    background: #f1f1f1;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 50px;
}

.logo{
    width: 260px;
    height: 120px;
	position: relative;
	float: left;
	background:url(./images/logo.png);
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center;
}

.menu-main-menu-container {
    width: 720px;
    float: right;
    height: 100%;
    position: absolute;
    right: 0;
}

.menu-item{
	font-size: 18px;
    font-family: 'Montserrat', sans-serif;
   
    display: inline-block;
    margin: 49px 20px;
    text-decoration: initial;
}

.menu-item a{
     color: #fff;
}

.current_page_item a{
	color: #F52834 !important;
}

footer{
	background: #000;
	width: 100%;
	position: relative;
}


.main-page-background-people{
    background: url(./images/main-page-background-people.png) #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.main-page-background-miha{
    width: 100%;
    height: calc(100vh - 120px);
        background: url(./images/main-page-background-miha.png) ;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.main-page-btn{
    background: #F52834;
    border: initial;
    color: #fff;
    width: 190px;
    padding: 15px 30px;
    outline: initial;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    position: absolute;
    left: calc(50% - 125px);
    top: calc(90vh - 220px);
}

.main-page-title-h1{
font-size: 62px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-top: 40px;
    width: 100%;
    text-align: center;
}

.main-page-title-h3{
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.main-page-title-h4{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: -205px;
}

.main-page-video-box{
	margin-bottom:100px;
}

.row-3-video span{
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: absolute;
    font-size: 16px;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.footer-logo{
	width: 240px;
    height: 100px;
    position: relative;
    background: url(./images/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0;
    margin: 0 auto;
}

.social-icons{
    width: 300px;
    margin: 0 auto;
}

.soc-btn{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center !important;
    margin: 0 8px;
}

.linkedin{ background: url(./images/linkedin.svg); }
.youtube{ background: url(./images/youtube.svg); }
.her{ background: url(./images/xing.svg); }
.insta{ background: url(./images/instagram.svg); }
.facebook{ background: url(./images/facebook.svg); }

.brand-logo{
width: 130px;
    height: 130px;
    float: right;
    background: url(./images/brand-logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-top: -130px;
}



.cop{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    padding: 60px 0 40px;
}

.display-table-main-page{
	    width: 100%;
    display: table;
        margin: 100px 0;
}


.row-4-main-page{
    float: left;
    width: 25%;
}

.images-row-4-main-page{
width: 100%;
    height: 300px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.images-row-4-main-page:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	position: absolute;
}

.row-4-main-page:nth-child(1) .images-row-4-main-page:after{
	background: #327BDE;
}

.row-4-main-page:nth-child(2) .images-row-4-main-page:after{
	background: #00F47F;
}

.row-4-main-page:nth-child(3) .images-row-4-main-page:after{
	background: #FFFF41;
}

.row-4-main-page:nth-child(4) .images-row-4-main-page:after{
	background: #F52834;
}

.row-4-title-main-page{
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 15px;
}

.text-box{
    font-family: 'Lato', sans-serif;
    width: 70%;
    margin: 0 auto;
}

.black-box {
    width: calc(100% - 200px);
    height: auto;
    padding: 50px 100px;
    margin: 0px 0 50px;
    background: #000;
}

.red-color{
	color: #F52834;
}

.text-black-box{
	    font-family: 'Lato', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 36px;
    width: 80%;
    margin: 0 auto;
}

.text-white-box{
	    font-family: 'Lato', sans-serif;
    color: #000;
    text-align: center;
    font-size: 46px;
    width: 80%;
    font-weight: 700;
    margin: 100px auto 50px;
}

.kav-1{
    font-size: 80px;
    position: absolute;
    font-weight: 700;
    margin: -15px -40px;
}

.kav-2{
    font-size: 80px;
    position: absolute;
    font-weight: 700;
    right: 0;
    margin: -45px -20px;

}

.text-terra{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: -30px 0 30px;
}

.rows-clients{
    width: 100%;
    display: table;
        margin-top: 100px;
}

.row-10{
    width: calc(10% - 10px);
    height: auto;
    background: #fff;
    float: left;
    margin: 5px;
}

.row-2{
width: calc(50% - 40px);
    margin: 20px;
    float: left;
    position: relative;
}

.row-2-back{
	width: 100%;
	height: 350px;
	    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.row-2-back:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

.rows-bussines {
    width: 100%;
    display: table;
}

.row-2-title{
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: absolute;
    font-size: 20px;
    top: calc(50% - 22px);
    left: 30%;
    width: 40%;
    text-align: center;
}
.method-maznia-img{
        width: 300px;
    display: block;
    margin: 0 auto -80px;
}

.clients-page-what-says-box{
	    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.clients-page-what-says-box .row-3{
	width:100%;
}

.row-2-title-offers {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: absolute;
    font-size: 36px;
    top: calc(50% - 42px);
    left: 10%;
    width: 80%;
    text-align: center;
}

.row-10 img{
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
}

.row-3{
    width: calc(33% - 50px);
    float: left;
    margin: 0 25px;
    position: relative;
}

.row-3-back{
	    width: 100%;
    height: 350px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.row-3-back:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
}

.row-3:nth-child(1) .row-3-back:after {
    background: #F52834;
}

.row-3:nth-child(3) .row-3-back:after {
    background: #327BDE;
}

.row-3:nth-child(2) .row-3-back:after {
    background: #FFFF41;
}

.box-clients:nth-child(1) .row-3-back:before {
    content: "";
    display: block;
    background: url(./images/clients-red.png);
    width: 110%;
    height: 140px;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: -20px;
    left: -5%;
}

.box-clients:nth-child(3) .row-3-back:before {
    content: "";
    display: block;
    background: url(./images/clients-blue.png);
    width: 35%;
    height: 200px;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: -60px;
    right: -3%;
}

.box-clients:nth-child(2) .row-3-back:before {
content: "";
    display: block;
    background: url(./images/clients-yellow.png);
    width: 150px;
    height: 240px;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: -40px;
    right: -50px;
}


.modal-video{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
	z-index: 9999;
}

.modal-video iframe{
    position: relative;
    width: 60%;
    height: 60vh;
    border: initial;
    margin: 0;
}

.modal-video-active{
    opacity: 1;
    visibility: visible;
}
.row-3-video{
    cursor: pointer;
}

.row-3-video:before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(./images/play.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
        transition: all 0.3s;
}

.row-3-video:hover:before{
    transform: scale(1.2);
}

.close-modal-video{
    width: 30px;
    height: 30px;
    background: url(./images/close.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top:20px;
    right: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.close-modal-video:hover{
    transform: scale(1.1);
}

.row-3-title{
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: absolute;
    font-size: 36px;
    top: calc(50% - 42px);
    left: 15%;
    width: 70%;
    text-align: center;
    text-transform: uppercase;
}

.clients-text{
    font-family: 'Lato', sans-serif;
    width: 50%;
    margin: 100px auto 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
}


.row-3-video{
	width: 100%;
	height: 250px;
	    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
        margin-bottom: 20px;
}

.single-backg:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

.row-3-video:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

.say-people-image{
width: 170px;
    height: 170px;
    border-radius: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
        margin: 0 auto;
}

.single-backg{
	    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.clients-text strong{
	font-size: 22px;
}

.say-people-name{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 5px;
    font-size: 22px;
}

.single-page-title-h1{
    font-size: 62px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: absolute;
    padding-top: 100px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.say-people-dol{
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 0;
    font-size: 16px;
}

.say-people-text{
font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 100px;
    font-size: 18px;
    width: 80%;
}

.latest-news-image{
width: 100%;
    height: 300px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}


.latest-news-name{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin: 20px 0 5px;
    font-size: 26px;
    color: #000;
}

.latest-news-category{
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #aaa;
}

.latest-news-text{
font-family: 'Lato', sans-serif;
    margin: 20px 0 100px;
    font-size: 16px;
    color: #aaa;
}

.red-btn{
font-family: 'Montserrat', sans-serif;
    color: #000;
    background: url(./images/red-btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 100px;
    border: initial;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 auto;
    display: block;
    outline: initial;
}

.business-offers .red-btn{
	    margin: 40px auto 80px;
}

.green-btn{
font-family: 'Montserrat', sans-serif;
    color: #000;
    background: url(./images/green-btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 100px;
    border: initial;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 auto;
    display: block;
}

.offers-button-box .red-btn{
    margin:0 auto;
}

.about-texts-box .row-3-back:before{
    display: none !important;
}

.img-bussines-book{
    display: block;
    width: 100%;
}

.green-about-dot{
    width: 120px;
    position: absolute;
    height: 120px;
    right: 30px;
    top: 420px;
    background: url(./images/green-about-dot.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.red-green-about-lines{
    width: 700px;
    position: absolute;
    height: 600px;
    left: -300px;
    z-index: -1;
    bottom: 0;
    background: url(./images/red-green-about-lines.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.black-green-about-lines{
width: 500px;
    position: absolute;
    height: 600px;
    top: -100px;
    margin: 0 0 0 -50px;
    z-index: 1;
    background: url(./images/black-green-about-lines.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.black-btn{
font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: url(./images/black-btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 100px;
    border: initial;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0 auto 50px;
    display: block;
    outline: initial;
}

.big-black-btn{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: url(./images/big-black-btn.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 500px;
    height: 320px;
    border: initial;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 auto 50px;
    display: block;
    outline: initial;
}

.big-black-btn span{
	    margin: 20px 0 0;
    display: inline-block;
}

a{
	text-decoration: initial;
	cursor: pointer;
}

.big-black-btn{
	cursor: pointer;
}

.big-black-btn i{
color: #F52834;
    font-style: initial;
}

.clients-text p{
	    font-size: 14px;
}

.table-text-image:nth-child(4) .row-2{
float: right;
}


.table-text-image .row-3-back:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
}

.hidden-box-say-people{
display: none;
}

.says-people-row{
	height: auto;
}

.table-text-image:nth-child(2) .row-3-back:after {
    background: #F52834;
}

.table-text-image:nth-child(6) .row-3-back:after {
    background: #327BDE;
}

.table-text-image:nth-child(4) .row-3-back:after {
    background: #FFFF41;
}

.clients-page-background-miha{
    width: 550px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.clients-page-background-miha img{
	width: 100%;
}

.clients-page-background{
    width: 700px;
    height: auto;
    position: absolute;
    right: -300px;
}

.clients-page-background img{
	width: 100%;
}

.clients-page-header-row{
	position: absolute;
    top: calc(100vh - 430px);
    margin-top: 0;
    width: 80%;
    left: 10%;
}

.clients-page-header-row .row-3{
        width: calc(33% - 50px);
    margin: 0 25px;
}

.clients-page-header-row  .row-3-back {
    width: 100%;
    height: 270px;
}

.row-2 .row-3-title{
    font-size: 46px;
}


.table-text-image:nth-child(2) .row-3-back:before{
    content: "";
    display: block;
    background: url(./images/clients-red.png);
    width: 110%;
    height: 140px;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: -20px;
    left: -5%;
}

.table-text-image:nth-child(4) .row-3-back:before {
    content: "";
    display: block;
    background: url(./images/clients-yellow.png);
    width: 150px;
    height: 240px;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: -40px;
    right: -50px;
}

.table-text-image:nth-child(6) .row-3-back:before {
    content: "";
    display: block;
    background: url(./images/clients-blue.png);
    width: 35%;
    height: 200px;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: -60px;
    right: -3%;
}

.blog-row-2-text{
    width: 80%;
    text-align: left;
    left: 10%;
    font-family: 'Lato', sans-serif;
    color: #fff;
    position: absolute;
    font-size: 12px;
    top: calc(50% + 18px);
    height: 86px;
    overflow: hidden;
}

.blog-row-2-text a{
    color: #fff;
}

.clients-page-title-h1{
font-size: 48px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-top: 120px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.clients-page-title-h1 span{
color: #F52834;
}

.header-banner-clients{
	margin-bottom: 250px;
}

.client-text-img{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 100px;
}

.table-text-image{
	display: table;
	width: 100%;
}

.latest-news-image:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.red-clients:after {
    background: #F52834;
}

.blue-clients:after {
    background: #327BDE;
}

.yellow-clients:after {
    background: #FFFF41;
}

.row-2 .row-3-back{
	height: 550px;
}

.row-2 .text-box{
	width: 84%;
}

.table-text-image .row-2{
    width: 50%;
    margin: 0;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-box-clients-rows{
	margin:150px auto 80px;
}


.text-box-clients-rows .red-btn{
    margin: 120px auto 0;
}

.blog-row-2{
	height: 250px;
}

.blog-row-2-title{
	    width: 80%;
    text-align: left;
    left: 10%;
        height: 50px;
    overflow: hidden;
}

.blog-row-2-text img{
    display: none;
}

.blog-header{
	 background: url(./images/blog-header.png) #000;
    background-size: 76%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.blog-row{
	margin-bottom: 20px;
}

.offers-header{
	background: url(./images/offer-header.png) #000;
    background-size: 86%;
    background-repeat: no-repeat;
    background-position: center bottom;
	    height: calc(100vh - 120px);
}

.row-2 .red-btn{
	    position: absolute;
    left: calc(50% - 120px);
    bottom: -40px;
    margin: 0 auto;
}

.row-2 .green-btn{
		    position: absolute;
    left: calc(50% - 120px);
    bottom: -40px;
}

.offers-button-box{
	margin-top: -100px;
}

.white-offers-box{
    margin: 100px 0;
}

.text-white-offers-box{
font-size: 26px;
}

.white-offers-box .black-btn{
	display: inline;
	margin: 0;
}

.method-header{
background: url(./images/method-header.png) #000;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.method-page-title-h1{
    font-size: 48px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-top: 240px;
    width: 30%;
    text-align: center;
    margin: 0 0 0 auto;
}

.method-page-title-h1 span{
	color: #00ED67;
}



.images-row-4-method-page{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.p-row{
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 0px auto;
    width: 86%;
}

.row-5-method-page{
	width: 20%;
	float: left;
}

.about-header{

}

.about-miha{
    width: 100%;
    height: 700px;
    background: url(./images/about-miha.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-page-title-h1{
    font-size: 48px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-top: 50px;
    width: 54%;
    text-align: center;
    margin: 0 0 0 auto;
}

.about-page-title-h1 span{
	    color: #F52834;
}

.about-header-maznia{
    width: 700px;
    height: 1000px;
    background: url(./images/about-header-maznia.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: -520px;
    right: 0;
}

.about-row-title{
	font-family: 'Lato', sans-serif;
    color: #000;
    text-align: center;
    font-size: 46px;
}

.single-blog-text-box{
margin: 50px auto 50px 0;
    float: left;
}

.single-blog-text-box-2{
    float: left;
    width: 30%;
    margin: 30px 0;
}

#drip-Contact-Message{
    height: 50px;
}

.single-blog-text-box-2{

}

.contact-form-box{
	float: left;
    width: 40%;
    color: #fff;
}

.contact-header{
    float: left;
    width: 50%;
    height: 520px;
    background: url(./images/header-contact.png) #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    justify-content: center;
    padding-top: 170px;
}

.row-1{
	    width: calc(100% - 40px);
    margin: 20px;
    float: left;
}

.wpcf7-form input, .wpcf7-form textarea {
	    width: 100%;
    padding: 10px;
    margin: 10px 0 0;
}

.about-texts-box:nth-child(2) .row-2{
float: right;

}

.wpcf7-submit{
    color: #000;
    background: url(./images/red-btn.png);
    height: 70px;
    float: right;
        font-size: 14px;
        outline: initial;
    padding: 0 !important;
    border: initial !important;
    width: 210px !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-header address{
	color: #fff;
	font-style: normal;
}

.contact-header address p{
	margin: 10px 0;
    font-size: 16px;
}

.about-texts-box .row-3-back:after{
	display: none;
}

.slide-background{
    width: 76%;
    height: 450px;
    margin:0 auto 150px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}
.red-back{
	background: #F52834;
}

.slide-color{
		position: absolute;
	width: 100%;
	height: 100%;
    opacity: 0.5;
}

.slide-title{
font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 38px;
    position: absolute;
    bottom: 40px;
    width: 70%;
    left: 5%;
}

.slide-logo{
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -140px;
    right: -40px;
        background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
}

.swiper-pagination-bullet {
    width: 20px!important;
    height: 20px!important;
    display: inline-block;
    border-radius: 100%;
    background: initial!important;
    border: 1px solid #000!important;
    opacity: .2;
    outline: initial;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px!important;
}

.swiper-pagination-bullet-active {
    opacity: 0.2 !important;
    background: #000 !important;
}

.swiper-container{
	margin-bottom: 100px;
}

.gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
    height: 170px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    }


    .min-slide:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(./images/swiper-slide-thumb-active.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -3px;
    left: calc(50% - 20px);
    transition: all 0.3s;
    opacity: 0;
    }

    .swiper-slide-thumb-active:after {
   opacity: 1;
    }

.row-4-main-page .images-row-4-method-page:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.row-2 .images-row-4-method-page:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}


.cont-header{
    height: auto;
}


.gallery-thumbs{
    width: 50%;
    margin: 0;
    height: auto;
}

@media(max-width: 1200px){
	.black-box {
		width: calc(100% - 50px);
		padding: 50px 25px;
		margin: 0px 0 50px;
	}	
}

@media(max-width: 1100px){

.images-row-4-main-page {
    width: 100%;
    height: 220px;
}

}

@media(max-width: 800px){

.gallery-thumbs {
    width: 100%;
    margin: 0;
    height: auto;
}

.blog-row-2-text {
    width: 80%;
    text-align: left;
    left: 10%;
    font-family: 'Lato', sans-serif;
    color: #fff;
    position: absolute;
    font-size: 12px;
    top: calc(50% + 18px);
    height: 86px;
    overflow: hidden;
}
	
.clients-page-what-says-box {
    display: grid;
    grid-template-columns: 1fr;
}

.kav-1 {
    font-size: 80px;
    position: absolute;
    font-weight: 700;
    margin: -55px 0px;
}

.kav-2 {
    font-size: 80px;
    position: absolute;
    font-weight: 700;
    right: 0;
    margin: -55px 0px;
}
	
.method-maznia-img {
    width: 300px;
    display: block;
    margin: -60px auto 0px;
}
	
.black-green-about-lines {
    width: 100%;
    position: relative;
    height: 470px;
    margin: -50px 0 -140px;
}

.box-clients:nth-child(2) .row-3-back:before {
    content: "";
    display: block;
    background: url(./images/clients-yellow.png);
    width: 130px;
    height: 220px;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: -40px;
    right: -20px;
}
	
.modal-video iframe {
    position: relative;
    width: 80%;
    height: 35vh;
    border: initial;
    margin: 0;
}
	
.images-row-4-main-page {
    width: 100%;
    height: 350px;
}

.burger-menu-btn{
    background: url(./images/menu.svg);
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-position: center;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.menu-main-menu-container{
    position: fixed;
    width: 100%;
    height: calc(100vh - 70px);
    right: 0;
    background: #000;
    z-index: 99;
    padding-top: 70px;
    transform: translateX(100%);
    transition: all 0.3s;
}

.main-page-background-miha{
	display: none;
}

.main-page-background-people {
    background: url(./images/home-mobile.jpg) #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0;
}

.says-people-row {
    height: auto;
}

.menu-item{
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    display: inline-block;
    margin: 0 0 40px 50px;
    width: calc(100% - 50px);
    text-decoration: initial;
}

.active-menu{
transform: translateX(0%);
}

.logo {
    width: 180px;
    height: 90px;
}

.main-page-title-h1 {
    font-size: 32px;
 }

 .main-page-title-h3 {
    font-size: 16px;
}

header {
    height: calc(100vh - 120px);
 }

.wrapper {
    width: calc(100% - 40px);
 }

.row-4-main-page {
    float: left;
    width: 100%;
}


.text-box {
    width: 100%;
}


.black-box {
    width: 100%;
    padding: 50px 0;
    margin: 0px 0 50px;
 }

.text-black-box {
    font-size: 32px;
  }


.row-2 {
    width: 100%;
    margin: 20px 0;
 }

 .row-3 {
    width: 100%;
    margin: 0 0 20px;
 }

 .row-2-title {
    font-size: 26px;
    top: calc(50% - 22px);
    left: 25%;
    width: 50%;
}


.clients-text {
    width: 100%;
    margin: 50px auto 0;
    font-size: 16px;
}

.text-white-box {
    font-size: 36px;
    width: 90%;
    margin: 50px auto 50px;
}

.rows-clients {
    margin-top: 50px;
}

.row-10 {
    width: calc(25% - 10px);
    height: auto;
}

.brand-logo {
    width: 70px;
    height: 70px;
    float: right;
    background: url(./images/brand-logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-top: -70px;
    position: absolute;
    left: calc(100% - 105px);
}








.cop {
    font-size: 12px;
        text-align: left;
 }

 .table-text-image .row-2 {
    width: 100%;
    margin: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-2 .text-box {
    width: 100%;
}

.row-2 .row-3-back {
    height: 350px;
}

.big-black-btn{
	width: 100%;

}

.row-2 .green-btn {
    position: relative;
    left: 0;
    bottom: 0;
}

.text-box-clients-rows {
    margin: 50px auto;
}

.clients-page-title-h1 {
    font-size: 36px;
    padding-top: 90px;
    width: 100%;
    margin: 0 auto;
}

.white-offers-box .black-btn {
    display: block;
    margin: 0 auto;
}

.p-row {
    margin: 0px auto 30px;
}

.row-5-method-page {
    width: 100%;
 }


.method-page-title-h1 {
    font-size: 36px;
    padding-top: 100px;
    width: 100%;
    margin: 0 0 0 auto;
}

.method-header{
	    background-size: 100%;
}

.about-row-title {
    text-align: left;
    font-size: 28px;
    margin: 20px 0 0;
    display: block;
}

.about-page-title-h1 {
    font-size: 36px;
    padding-top: 30px;
    width: 100%;
    text-align: center;
    margin: 0 0 0 auto;
}

.blog-header {
    background-size: 100%;
  }

.contact-header {
    width: 100%;
    padding-top: 0;
    height: 310px;
}

.cont-header{
	height: auto;
}

.contact-form-box {
    width: 100%;
  }

.wpcf7-form input, .wpcf7-form textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px 0 0;
}

.row-1 {
    width: 100%;
    margin: 20px 0;
    float: left;
}

.main-page-background-miha {
    width: 100%;
    height: calc(100vh - 70px);
}


.main-page-btn {
    top: calc(100vh - 200px);
  }

.offers-button-box .row-2{
    width: 50%;
}

.offers-button-box .row-2 .red-btn, .offers-button-box .row-2 .green-btn{
    width: 160px;
    font-size: 12px;
    bottom: initial;
    position: relative;
    left: initial;
}




 .clients-page-header-row {
    margin-top: calc(100vh - 450px) !important;
}


.clients-page-background-miha {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.clients-page-header-row{
    width: calc(100% - 40px);
    }

.offers-button-box {
    margin-top: -150px;
}

.green-about-dot {
    top: 310px;
}

.offers-header {
    background: url(./images/offer-header-mob.png) #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.blog-header {
    background: url(./images/blog-header-mob.png) #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.method-header {
    background: url(./images/method-header-mob.png) #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.about-header{
    background: url(./images/about-header-mob.png) #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0;
}

.about-header-maznia, .about-miha{
    display: none;
}

.clients-page-background {
    width: 100%;
    height: auto;
    position: absolute;
    right: -40%;
}


.header-banner-clients {
    margin-bottom: 120px;
	    overflow: hidden;
}

.table-text-image:nth-child(2) .row-3-back:before {
    width: 140px;
    height: 180px;
    bottom: -40px;
    right: -20px;
	}
	
.slide-background {
    width: 100%;
    height: 400px;
 }


 .slide-title {
    font-size: 18px;
  } 

  .slide-logo {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -80px;
    right: 0;
   }



}





























