/*
    Theme Name: Ambi
    Theme URI: http://www.codeincode.pl
    Author: www.codeincode.pl
    Author URI: http://www.codeincode.pl
    Description: Dedykowany szablon zaprojektowany dla Ambi. Wszelkie prawa zastrzeżone.
    Version: 1.0
    Text Domain: Ambi
*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@300;400;500;600;700&display=swap');



/* klasy Wordpressa */
.entry{
    line-height:23px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    width: auto !important;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    *font-size: 11px;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* własny CSS */

*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}


body{
    font-family: 'PT Sans', sans-serif;
    font-size:16px;
    line-height: 25px;
    font-weight: normal;
    color:#7A7A7A;
    margin:0;
    padding:0;
	-webkit-text-size-adjust: 100%;
}


a{
    text-decoration: none;
    cursor:pointer;
    color:#f45c10;
}

a:hover{
    color:#f45c10;
}

ul li::before {
  color: red;


}

ul, img{border:0;padding:0;margin:0;list-style:none;}

img{
    max-width: 100%;
    height: auto;
}

h1{
    font-size:50px;
    line-height: 55px;
}

h2{
    font-size: 40px;
    line-height: 45px;
}

h3{
    font-size: 25px;
    line-height: 30px;
}

h4{
    font-size: 20px;
    line-height: 25px;
}

h1, h2, h3, h4{
    font-family: 'Quicksand', sans-serif;
    color: #242424;
}

#content.home h1{
    font-size: 40px;
    line-height: 45px;
}

#content.page #header #menu ul li a{
    font-size:25px;
    line-height: 30px;
    color: :#000;
}

input, textarea, select, button {
    padding: 10px;
    border:0;
    border:1px solid #eaeaea;   
    font-size:15px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    color: #232528;
    width:100%;
    outline:inherit;
}

textarea {
    max-height: 150px;
    min-height: 150px;
    width: 100%;
}

.readmore{
    display: inline-block;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: 10px 10px;
    padding-bottom: 2px;
}

#contact .contact-box{
    border: 1px solid #eee;
    padding: 30px 10px;
}

#reference .contact-box p{
    margin-left:10px;
    margin-right: 10px;
}


.container{
    width:1300px;
    margin:0 auto;
}

.containerfull{
    margin:0 50px;
}

#header{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    z-index:999;
}

#header .map{
    background:url(media/img/map.svg) no-repeat center left;
    background-size:24px 24px;
    padding-left:30px;
    text-underline-position: none;
}

#header .row-1{
    padding: 7px 0 2px 0;
    border-bottom: 1px solid #f2f2f2;
}

#header .row-1 .left{
    margin-top:5px;
	 margin-bottom:7px;
}

#header.bg .row-2{
    border-bottom: 1px solid #f2f2f2;
}

#header.bg{
    background-color: #fff;
}

#header.bg .logo img{
    width:120px;
}

#header.bg #menu ul li a{
    color: #000;
}

#header .row-1 .left .phone{
    background:url(media/img/phone.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:30px;
    font-size:16px;
    margin-left: 15px;
    text-decoration: none;
}

#header .row-1 .left .mail{
    background:url(media/img/mail.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:30px;
    font-size:16px;
    margin-left: 15px;
    text-decoration: none;
}

#header .row-1 .right .facebook{
    background:url(media/img/facebook.svg) no-repeat center left;
    background-size:30px 30px;
    width: 30px;
    height: 30px;
    font-size:30px;
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #f2f2f2;
    border-radius: 100px;
}

#header .row-1 .right .instagram{
    background:url(media/img/instagram.svg) no-repeat center left;
    background-size:30px 30px;
    width: 30px;
    height: 30px;
    font-size:30px;
    margin-left: 2px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #f2f2f2;
    border-radius: 100px;
}

#header .row-1 .left a{
    color: #7A7A7A;
}

#header .row-1 .left a:hover{
    color: #f45c10;
}

#header .row-2{
    margin-top:20px;
}

#header.bg .row-2{
    margin-top:5px;
}

#header .row-2 .left{
    margin-top:12px;
    margin-bottom: 10px;
    display: flex;
}

#header.bg .row-2 .left2{
    margin-top:12px;
}

#header.bg .row-2 .right2{
    margin-top:10px;
}

#header .row-2 .left2{
    margin-top:25px;
}

#header .row-2 .right2{
    margin-top:20px;
}

#header #menu{
    float:none;
    margin-left:50px;
}

#header .descript{
    float: left;
    margin-top: 5px;
    line-height: 16px;
    font-weight: 600;
    font-size: 12px;
}

#header .descript2{
    float: left;
    margin-top: 2px;
    font-weight: 300;
    font-size: 9px;
}


#header #menu ul{
    display: table;
    margin: 0 auto;
}

#header #menu ul li{
    float:left;
    margin-left:30px;
}

#header #menu ul li:last-child{
    margin-right:0;
}

#header #menu ul li a{
    display: block;
    color:#000;
    font-size:16px;
    font-weight: normal;
    padding:5px 0;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

#header #menu .market a{
	color: #009640;
}

#header #menu ul li a:hover, #header #menu ul li.current-menu-item > a{
    color:#f45c10;
}

#header #menu .market.current-menu-item > a{
	color: #009640;
}

#header #menu .home-img a{
    background:url(media/img/home-img.svg) no-repeat center left;
    background-size:16px 16px;
    width: 34px;
    height: 34px;
    padding-left:24px;
    font-size:0px;
    margin-left: 10px;
    text-decoration: none;
}


#slider{
    position: relative;
}

#slider ul{
    padding:0;margin:0;
}

#slider .bx-clone{
    display:none !important;
}

#slider ul li{
     text-align: left;
     display: flex !important;
     align-items: center;
}

#slider ul li img{
    width:100%;
    object-fit: cover;
}

#slider ul li .desc {
     position: absolute;
     left: 0;
     display: none;
     z-index:2;
     width:100%;
     font-size:17px;
     line-height: 25px;
     color:#242424;
}

#slider ul li .desc .slide-content{
    width:55%;
}

#slider ul li .desc .slide-content h2{
    font-size:50px;
    line-height: 55px;
    margin: 0px;
    color:#242424;
    line-height: normal;
}

#slider ul li .desc .slide-content p{
    color:#7a7a7a;
}

#slider .btn{
    margin-top:20px;
}

#slider .row{
    text-align: center;
}

#slider .btn.white.phone{
	background: url(/wp-content/themes/ambi/media/img/phone.svg) no-repeat center left 20px;
	margin-left:auto;
}

#slider .btn.white.phone.margin{
	margin-left:10px;
}

#footer{
    display: block;
    background: #191919;
    color: #A5A5A5;
}

#footer .row-1{
    padding:70px 0;
    color:#A5A5A5;
    border-bottom: 1px solid #535353;
}

#footer .social{
    margin-top:30px;
    margin-bottom:30px;
}

#footer .social .facebook-footer{
    background:url(media/img/facebook-footer.svg) no-repeat center left;
    background-size:32px 32px;
    width: 32px;
    height: 32px;
    padding-left:32px;
    font-size:32px;
    text-decoration: none;
}

#footer .social .instagram-footer{
    background:url(media/img/instagram-footer.svg) no-repeat center left;
    background-size:32px 32px;
    width: 32px;
    height: 32px;
    padding-left:32px;
    font-size:32px;
    text-decoration: none;
    margin-left: 10px;
}

#footer .map{
    background:url(media/img/map.svg) no-repeat center left;
    background-size:22px 22px;
    padding-left:32px;
    font-size:16px;
    display: block;
}

#footer a:hover{
    color: #f45c10;
}

#footer .phone{
    background:url(media/img/phone.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:32px;
    font-size:16px;
    display: block;
    margin-bottom: 10px;
    display: block;
}

#footer .mail{
    background:url(media/img/mail.svg) no-repeat center left;
    background-size:22px 22px;
    padding-left:32px;
    font-size:16px;
    text-decoration: none;
}

#footer .col-25 a:hover{
    color:#f45c10;
}

#footer .row-1 a{
    color:#A5A5A5;
    text-decoration: none;
}

#footer .row-2{
    padding:30px 0;
    overflow: hidden;
    text-align: center;
}

#footer h4.widget-title{
    font-size:17px;
    line-height: 22px;
    margin-top:0px;
    margin-bottom: 25px;
    color:#fff;
}

#footer ul.left{
	padding-right:50px;
}

#content.contact .fax{
    background:url(media/img/fax.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:30px;
    font-size:16px;
    text-decoration: none;
    color: #242424;
}

#content.contact .phone{
    background:url(media/img/phone.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:30px;
    font-size:16px;
    text-decoration: none;
    color: #242424;
}

#content.contact .mail{
    background:url(media/img/mail.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:30px;
    font-size:16px;
    text-decoration: none;
    color: #242424;
}

#content.contact .map{
    background:url(media/img/map.svg) no-repeat center left;
    background-size:20px 20px;
    padding-left:30px;
    font-size:16px;
    text-decoration: none;
    color: #242424;
}

#content.contact p{
    color: #242424;
    margin:0;
}

#content.contact .fax:hover, #content.contact .phone:hover, #content.contact .mail:hover{
    color: #f45c10;
}

.btn{
    display: inline-block;
    padding:10px 35px;
    font-size:15px;
    font-weight: 600;
    text-align: center;  
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius:50px;
    text-decoration: none;
}

.btn.orange{
    background: rgb(204,68,0);
    background: linear-gradient(0deg, rgba(204,68,0,1) 0%, rgba(255,99,21,1) 50%);
    color:#fff !important;
    border-radius: 100px !important;
}

.btn.orange:hover{
    background: rgb(255,99,21);
    background: linear-gradient(0deg, rgba(255,99,21,1) 0%, rgba(204,68,0,1) 50%);
    color:#fff !important;
}

.btn.white{
    background: transparent url(media/img/mail.svg) no-repeat center left 20px;
    color: #000;
    border: 2px solid #C8C8C8;
    padding: 9px 20px 9px 50px;
    margin-left:10px;

}

.btn.white:hover{
    color: #f45c10;
}

.btn.whiteborder{
    background: none;
    color: #fff;
    border: 2px solid #fff;
}

.btn.whiteborder:hover{
    background: #fff;
    color: #f45c10;
}


input[type="submit"]{
    background: rgb(204,68,0);
    background: linear-gradient(0deg, rgba(204,68,0,1) 0%, rgba(255,99,21,1) 50%);
    color:#fff;
    width:auto;
    display: inline-block;
    padding:15px 35px;
    font-size:15px;
    font-weight: 600;
    text-align: center;  
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius:50px;
    text-decoration: none;
}

input[type="submit"]:hover{
    background: rgb(255,99,21);
    background: linear-gradient(0deg, rgba(255,99,21,1) 0%, rgba(204,68,0,1) 50%);
    color:#fff;
}

.white{
    color: #fff;
}

.row{
    overflow: hidden;
}

.visible{
    display: block !important;
}

#menu-rwd {
    float: right;
    cursor: pointer;
    margin-top: 10px;
    display: none;
    background:url(media/img/menu.svg) no-repeat center;
    background-size:34px 34px;
    width:34px;
    height: 34px;
}

#page-title{
    padding:200px 0 0px 0;
    text-align: center;
    color:#fff;
}

#page-title.bg-img{
    padding:280px 0 200px 0;
    text-align: left;
    color:#7a7a7a;
}

#page-title.bg-img .container *{
    width: 600px;
    max-width: 100%;
}

#content.about #page-title{
    padding:350px 0;
    text-align: left;
}

#content.about #page-title h3{
    max-width: 600px;
}

#page-title h1{
    margin:0;
}

.row{overflow: hidden;}
.col-20{float:left;width:20%;}
.col-25{float:left;width:25%;}
.col-30{float:left;width:30%;}
.col-33{float:left;width:33.3%;}
.col-35{float:left;width:35%;}
.col-39{float:left;width:39%;}
.col-40{float:left;width:40%;}
.col-45{float:left;width:45%;}
.col-50{float:left;width:50%;}
.col-55{float:left;width:55%;}
.col-60{float:left;width:60%;}
.col-61{float:left;width:61%;}
.col-65{float:left;width:65%;}
.col-67{float:left;width:67%;}
.col-70{float:left;width:70%;}
.col-75{float:left;width:75%;}
.col-80{float:left;width:80%;}
.left{float:left;}
.right{float:right;}


.backgroundtxt{
    border:1px solid #eee;
    padding: 30px;
    margin: 35px 0px;
}


.offer-contact{
    padding:30px;
    background: #E31E24;
    color: #fff;
    }

.offer-contact .row{
    padding-bottom: 7px;
}


.offer-contact a{
    padding:30px;
    background: #E31E24;
    color: #fff;
    }

.offer-contact a:hover{
    color: #eee;
    }

.offer-contactform{
    padding:30px 30px 20px 30px;
    background: #f2f2f2;
    color: #000;
    line-height: 18px;
}

.offer-contactform input[type="submit"]{
    float:none !important;
    display: block;
    margin-bottom: 20px !important;
}

.offer-contactform input[type="submit"]:hover{
    border-color:#f45c10;
}

.wpcf7-form{
    margin-top:0;
}

.wpcf7-not-valid {
    border: 1px solid red;
    display: block;
    margin: 5px 0;
    padding: 5px;
}

span.wpcf7-not-valid-tip{
    margin:5px 0;
}

div.wpcf7-response-output{
    margin:0 !important;
    clear: both;
}

.wpcf7-form input[type="submit"]{
    margin:20px 0;
    float:right;
}

.wpcf7-not-valid{
    border:1px solid #f00;
}

.wpcf7-not-valid-tip{
    display: none !important;
}

.wpcf7-form p{
    margin:0 !important;
}

table{
    margin:0 auto;
    width:100%;
    border-collapse:collapse;
}

table,tr,td{
    border:1px solid #eee;
}

table td{
    padding:15px;
}

#content #content-wrapper{
    margin:60px 0;
}

#content.offer #content-wrapper{
    margin:60px 0 30px 0;
}

#content.contact #content-wrapper{
    margin-bottom: -6px;
}

#content.page.withoutmargin #content-wrapper{
    margin:0;
}
#content.page.icecream #page-title{
    background: url(media/img/ptlody.jpg) no-repeat center top;
    background-size: cover;
    padding: 200px 0 60px;
    text-align: left;
    color: #fff;
}

#content.page.icecream #page-title p{
    color: #7A7A7A;
    text-align: left;
    max-width: 53%;
}

#content.page.icecream #page-title h3{
    text-align: left;
}

#offer-section .partner{
    background:url(media/img/map.svg) no-repeat center top;
    padding-top:50px;
    background-size:30px 30px;
    float:left;
}

#offer-section p{
    font-size: 17px;
    font-weight: 500;
}

#offer-section a{
    display:block;
    text-decoration: none;
}

#offer-section a.promo{
    background-image: url(/wp-content/uploads/2021/03/promocje.jpeg);
    background-position: center center;
    background-size: cover;
    border-radius: 14px;
}

input[type="checkbox"] {
    width: auto;
}

.wpcf7-checkbox .wpcf7-list-item-label{
    font-size:13px;
}

span.wpcf7-list-item{
    margin-left:0 !important;
}

ul.points{
    list-style: none;
    padding-left:5px;  
}

ul.points li{
    margin-bottom:5px;
}

ul.points li::before{
    position: relative;
    content: "\25A0";
    color: #f45c10;
    font-weight: bold;
    display: inline-block;
    font-size:14px;
    line-height: 23px;
    margin-left: 0;
    margin-right:15px;
    top: -2px;
}

ul.points.inline li::before{
    top: -3px;
}

ul.points.white li::before{
    color: #fff;
}

ul.points.inline{
    overflow: hidden;
}

ul.points.inline li{
    float:left;
    padding:0 15px;
}

.mobile{
    display: none;
}

.wpcf7 .ajax-loader{
    display: none;
}

#main #content-contact .content-wrapper{
    margin-bottom: 0;
}

#phone-func{
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}

#phone-func .f1, #show-form2{
    background: #f45c10;
}


#phone-func a{
    float: left;
    padding: 12px 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
    width: 50%;
    font-weight: 600;
}

#phone-func .f0{
	background: #f45c10;
	width:100%;
	float:none;
	display:block;
}

#phone-func .f2{
    background: #000;
}

#cta-section {
    padding: 100px 0;
    background-size: cover;
}

#cta-section h2{
    max-width: 550px;
}

#cta-section p{
    max-width: 550px;
}

#cta-section .btn.orange{
    margin-top:20px;
}

.box{
	padding:25px 30px;
	border:1px solid #DEDEDE;
    border-radius: 30px;
	display:flex;
	align-items:center;
	text-align:center;
	justify-content: center;
    box-shadow: 0 0 1em silver;
}

.box img{
    width:50px;
}

.box h3{
    font-size: 30px;
    margin-bottom:5px;
    margin-top:5px;
}

.box p{
    color: #242424;
    font-weight: 600;
}

.lp-box img{
	height:50px;
}

.lp-box h3{
    font-size: 30px;
    margin-bottom:5px;
    margin-top:5px;
	 color:#fff;
}

.lp-box p{
    color: #fff;
    font-weight: 600;
}

.our-box{
	padding:25px 30px;
	border:1px solid #DEDEDE;
    border-radius: 30px;
	display:flex;
	align-items:center;
	text-align:center;
	justify-content: center;
}

.our-box img{
    width:60px;
}

.our-points .points{
    width: 50%;
    float: left;
}

.our-points-2 .points{
    width: 33.333%;
    float: left;
}

.white{
    color:#fff;
}


.posts{
    display: inline-block;
}

.posts .content{
    overflow: hidden;
}

.posts .post{
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px 0 30px 0;
    color: #000;
    width: 49%;
    float: left;
    margin-right: 2%;
    padding: 50px 25px;
    border: 1px solid #e1e1e1;
    border-radius: 19px;
}

.posts .post:nth-child(2n){
    margin-right: 0;
}

.posts.news .post .content{
    float: left;
    display: inline-block;
    width:auto;
}

.posts .post .content h4{
    margin-top:10px;
    margin-bottom: 15px;
}

.posts .post .img{
    width:30%;
    float:left;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px;
}


.posts .post img:hover{
    opacity:0.8;
    transform: scale(1.2);
}

.posts .post .img img {
    display: grid;
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all .5s ease-out;
}

.posts .post .download a{
    background:url(media/img/download.svg) no-repeat center left;
    background-size:16px 16px;
    padding: 10px 0px 10px 30px;
    font-size:16px;
    text-decoration: none;
    color: #000;
    display: block;
    margin-top:10px;
}

.posts .post .download a:hover{
    color: #f45c10;
}

.policypage .download{
    background:url(media/img/download.svg) no-repeat center left;
    background-size:16px 16px;
    padding: 10px 0px 10px 30px;
    font-size:16px;
    text-decoration: none;
    color: #000;
    display: block;
    margin-top:10px;
}

.pdf{
    background:url(media/img/pdf.svg) no-repeat center left;
    background-size:35px 35px;
    padding: 10px 0px 10px 50px;
    font-size:16px;
    margin-left: 10px;
    text-decoration: none;
    color: #000;
}

.list{
    background:url(media/img/list.svg) no-repeat center left;
    background-size:16px 16px;
    padding-left:30px;
    top:3px;
    text-decoration: none;
}

.offer-items{
    display:none;
}

.offer-items-2 img{
    width: 120px;
}

.offer-items .item{
    float:left;
    margin-right: 2%;
    width: 18.4%;
    margin-top:2%;
}

.offer-items .item:nth-child(5n){
    margin-right: 0;
}

.offer-items .item a, .offerbox{
    display: block;
    text-decoration: none;
    padding:50px 25px;
    border: 1px solid #e1e1e1;
    border-radius: 19px;
    background: #fff;
    text-align: center;
    font-size: 16px;
}

.offer-items.offer3 .item a{
     display: flex;
    align-items: center;
    justify-content: center;
}

.offer-items .item a:hover, .offerbox:hover,.offerbox-2:hover{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(246,114,48,0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(246,114,48,0.3);
    box-shadow: 0px 0px 30px 0px rgba(246,114,48,0.3);
}

.offer-items.offer1 .item img, .offerbox img{
    width:40px;
    margin-bottom: 10px;
}

.offer-items.offer2 .item img{
    width:80px;
}

.offer-items.offer3 .item img{
    width:40px;
    margin-bottom:10px;
}

.offer-items .item h3, .offerbox h3{
    font-size: 16px;
    line-height: 21px;
    margin-bottom:5px;
    margin-top:5px;
}

.offer-items .item p, .offerbox p{
    color: #7a7a7a;
    font-weight: 600;
    line-height: 20px;
}

.offer-items.offer3 .item p{
    color: #7a7a7a;
    font-weight: 400;
    margin-bottom: 0;
    display: none;
}

/*.offer-items.offer3 h3{
    margin-bottom: 15px;
}*/

.offer-items .item10 a{
    background: #c40;
    background: linear-gradient(0deg,rgba(204,68,0,1) 0%,rgba(255,99,21,1) 50%);
}

.offer-items .item10 h3{
    color:#fff;
}

.offer-items.active{
    display: block;
}

.tabs .tabs-menu{
    overflow: hidden;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.tabs .tabs-menu li{
    float:left;
    margin-right: 20px;
}

.tabs .tabs-menu li:last-child{
    margin-right:0;
}

.tabs .tabs-menu li a{
    display: inline-block;
    padding:10px 35px;
    font-size:15px;
    font-weight: 600;
    text-align: center;  
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius:50px;
    text-decoration: none;
    border:1px solid #D5D5D5;
    color: #000;
    
}


.tabs .tabs-menu li a.active{
    color:#f45c10;
}

.tabs .tabs-menu .promo{
    float: left;
    padding: 0;
}

.tabs .tabs-menu .promo a{
    display: inline-block;
    padding:10px 35px;
    font-size:15px;
    font-weight: 600;
    text-align: center;  
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius:50px;
    text-decoration: none;
    border:1px solid #D5D5D5;
    background: #f45c10;
    color: #fff;
}

.tabs .tabs-content .content{
    background:#fff;
    padding:30px;
    display: none;
}

.tabs .tabs-content .content.active{
    display: block;
}

.department{
    font-size: 15px;
    font-weight: 600;
    color: #f45c10;
    margin-bottom: 20px;
    margin-top: 0;
}
    
.timer {
	width: 100%;
	background: #fff;
	background-position: top center;
	text-align: center;
}

.spancolor{
    color: #f45c10;
}

.timer h3{
    color: #27568D;
}

.line{
    height: 1px;
    width:100%;
    background:#dedede;
}

.our-box-2{
	padding:25px 30px;
	display:flex;
	align-items:center;
	text-align:center;
	justify-content: center;
}

.our-box-2 img{
    width:60px;
}

.our-box-2 h3{
    margin-top:0;
}

.points .point{
    float:left;
    width:33%;
    position: relative;
    top:-12px;
    text-align: center;
}

.points .point span{
    background: #f45c10;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    display:inline-block;
    
}

.quote{
    width:70%;
    background: #f45c10;
    padding:30px;
    border-radius: 10px;
}

.quote h3{
    color:#Fff;
    opacity:none;
}

.quote p{
    color: #fff;
}

.quote-2{
    width:auto;
    background: #f45c10;
    padding:30px;
    border-radius: 10px;
}

.quote-2 h3{
    color:#Fff;
    opacity:none;
}

.quote-2 p{
    color: #fff;
}

.cities-list{
    padding-top:30px;
    text-align: center;
    display: none;
}

.cities-list a{
    float:left;
    display: block;
    color: #a5a5a5;
    width:33%;
    padding:0 15px;
}

.contact-offer{
    background: #f45c10;
    padding: 60px 0;
    color: #fff;
    overflow: hidden;
}

.contact-offer .container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-offer .col-50-1{
    text-align: right;
}

.contact-offer .col-50-1 .btn{
    margin-left: 30px;
}

.contact-offer h3{
    color:#fff;
}

.contact-offer .phone{
    background:url(media/img/phone-white.svg) no-repeat center left;
    background-size:24px 24px;
    height: 24px;
    padding-left:35px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

.logotype{
	display: table;
	margin: auto;
}

.tags{
	text-align: center;
}

.tags li{
	display: inline-block;
	margin-right:10px;
	margin-bottom:10px;
	background:#f2f2f2;
	border-radius: 4px;
	padding:3px 10px;
	color: #242424;
}

.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}

.order-online input[type="submit"]{
	float:left;
}

.opinionbox{
    background: #fff url(media/img/opinion.svg) no-repeat bottom right;
    background-size:200px;
    padding: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 19px;
    font-size: 16px;
}

.opinionbox:hover{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(246,114,48,0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(246,114,48,0.3);
    box-shadow: 0px 0px 30px 0px rgba(246,114,48,0.3);
}

.opinionbox p{
    margin: 0;
}

.opinionbox span{
    display: block;
    font-weight: 600;
    margin-top: 30px;
}

/** LANDING **/

#content.landing{
    margin-top: 200px;
}

.landing-page-1{
    padding-bottom: 60px;
}

.landing-page-1 input[type=submit],
.landing-page-5 input[type=submit]{
    border: 0;
    width: 100%;
}

.landing-page-1 .wpcf7-spinner{
    display: none;
}

.landing-page-1 .wpcf7 form.invalid .wpcf7-response-output, .landing-page-1 .wpcf7 form.unaccepted .wpcf7-response-output, .landing-page-1 .wpcf7 form.payment-required .wpcf7-response-output, .landing-page-1 .wpcf7-form-control-wrap{
    color: #fff;
    line-height: 17px;
}

.landing-page-1 .wpcf7-checkbox .wpcf7-list-item-label{
    color: #fff;
}

.landing-page-2{
    background: #eeeff3;
    padding: 60px 0
}

.landing-page-2 h2{
    margin-top: 0;
}

.landing-page-3{
    background: #191919;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.landing-page-3 h2{
    margin-top: 0;
    color: #fff;
}

.landing-page-4{
    background: #f45c10;
    padding: 60px 0;
}

.landing-page-4 h2{
    color: #fff;
    max-width: 700px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

.landing-page-4 .spancolor{
    color: #191919;
}

.landing-page-4 .lp-box{
    background: #fff;
    padding: 25px 30px;
    color: #191919;
    border-radius: 30px;
}

.landing-page-4 .lp-box .name{
    font-weight: 600;
}

.newspaper{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
}

.newspaper:nth-child(3n){
	margin-right:0;
}

.newspaper .title{
	text-align:center;
	margin-bottom:30px;
}



::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
}