/*
    Theme Name: SpecialWorks
    Theme URI: http://www.codeincode.pl
    Author: www.codeincode.pl
    Author URI: http://www.codeincode.pl
    Description: Dedykowany szablon zaprojektowany dla SpecialWorks. Wszelkie prawa zastrzeżone.
    Version: 1.0
    Text Domain: specialworks
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext');

/* 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: 'Poppins', sans-serif;
    font-size:15px;
    line-height: 23px;
    font-weight: normal;
    color:#16152b;
    margin:0;
    padding:0;
}

a{
    text-decoration: none;
    cursor:pointer;
    color:#ec2426;
}

a:hover{
    text-decoration: underline;
}

ul, img{border:0;padding:0;margin:0;list-style:none;}

h1, h2, h3, h4, h5{
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

h1{
    font-size:38px;
    line-height: 43px;
}

h1 span, h2 span, h3 span, h4 span{
    color:#ec2426;
}

h2{
    font-size: 30px;
    line-height: 35px;
}

h3{
    font-size: 20px;
    line-height: 25px;
}

h4{
    font-size: 17px;
    line-height: 22px;
}

input, textarea, select, button {
    padding: 10px;
    border:0;
    border:1px solid #e1e1e1;   
    font-size:15px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
    color: #16152b;
    width:100%;
    outline:inherit;
    border-radius: 0;
}

textarea {
    max-height: 150px;
    min-height: 150px;
    width: 100%;
}

.container{
    width:1200px;
    margin:0 auto;
}

.containerfull{
    margin:0 50px;
}

#header{
    position: fixed;
    top:0;
    left: 0;
    background:#fff;
    width:100%;
    z-index:999;
    padding-bottom: 6px;
}

#header.bg{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.11);
}

#header .left{
    margin-top:10px;
}

#header .right{
    margin-top: 10px;
}

#header #menu{
    float:left;
    margin-top:5px;
}

#header #menu ul{
    display: table;
    margin: 0 auto;
}

#header #menu ul li{
    float:left;
    margin-right:25px;
}

#header #menu ul li:last-child{
    margin-right:0;
}

#header #menu ul li a{
    display: block;
    color:#16152b;
    font-size:15px;
    font-weight: 500;
    padding:20px 0;
    text-decoration: none;
}

#header #menu ul li a:hover, #header #menu ul li.current-menu-item > a{
    color:#ec2426;
}

#header #menu .sub-menu{
    display: none;
    position: absolute;
    z-index: 1001;
    margin-top: 5px;
    background:#fff;
    padding:10px 20px 10px 20px;
    border:1px solid #e1e1e1;
    border-top:3px solid #ec2426;
}

#header #menu .sub-menu li{
    float:none;
    margin-right:0;
}

#header #menu .sub-menu li a{
    font-size:15px;
    color:#16152b;
    padding:8px 0;
}

#header #menu .sub-menu li.sub a{
    padding-left:15px;
}

#header .langs{
    float:right;
    margin-left:40px;
    margin-top:26px;
}

#header .langs ul li{
    float:left;
    margin-right:7px;
}

#header .langs ul li:last-child{
    margin-right:0;
}

#header .langs ul li a{
    display: block;
    width:20px;
    height: 20px;
    background-size:20px 20px;
}

#header .langs ul li a.pl{
    background:url(media/img/pl.svg) no-repeat center;
}

#header .langs ul li a.ua{
    background:url(media/img/ua.svg) no-repeat center;
}

#header .langs ul li a.ru{
    background:url(media/img/ru.svg) no-repeat center;
}

#content.home{
    margin-bottom: 0;
}

#content.home #section1{
    overflow: hidden;
}

#content.home #section1 .left{
    float: left;
    width:49.75%;
    margin-right:0.25%;
    padding:70px 50px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    color:#fff;
    height:calc(70vh - 92px);
    display: flex;
    align-items: center;
}

#content.home #section1 .right{
    float: left;
    width:49.75%;
    margin-left:0.25%;
    padding:70px 50px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    color:#fff;
    height:calc(70vh - 92px);
    display: flex;
    align-items: center;
}

#content.home #section1 h2{
    margin-bottom: 10px;
    font-size:35px;
    line-height: 40px;
}

#content.home #section1 .btn{
    margin-top:20px;
}

#content.home #section1 .left div,
#content.home #section1 .right div{
    width:60%;
    max-width: 100%;
}

#content.home #section2{
    overflow: hidden;
    margin-top:0.5%;
}

#content.home #section2 .left{
    float: left;
    width:49.75%;
    margin-right:0.25%;
    background:#191934; /* url(media/img/news-bg.svg) no-repeat right top 30px; */
    color:#fff;
    height:30vh;
    display: flex;
    align-items: center;
}

#content.home #section2 .right{
    float: left;
    width:49.75%;
    margin-left:0.25%;
    background:#fdbe2b; /* url(media/img/faq-bg.svg) no-repeat right top 30px; */
    color:#191934;
    height:30vh;
    display: flex;
    align-items: center;
}

#content.home #section2 .left a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background:url(media/img/news.svg) no-repeat center left 50px;
    background-size:100px;
    color:#fff;
    text-decoration: none;
    padding:35px 50px 35px 175px;
}

#content.home #section2 .right a{
    display: block;
    background:url(media/img/faq.svg) no-repeat center left 50px;
    background-size:100px;
    color:#191934;
    text-decoration: none;
    padding:35px 50px 35px 175px;
}

#content.home #section2 .left a div,
#content.home #section2 .right a div{
    width:70%;
    max-width: 100%;
}

#content.home #section2 h3{
    font-size:26px;
    line-height: 31px;
}

#banner{
    position: relative;  
    display: grid;
    justify-content: center;
    align-items: center;
}

#banner img{
    max-width: 100%;
    height: auto;
}

#banner .content{
    position: absolute;
    width: 700px;
    z-index: 3;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    transform: translate(0,-50%);
    font-size:16px;
}

#banner .content h1{
    margin-top:0;
    margin-bottom:20px;
}

#banner .content .buttons{
    margin-top:40px;
}

#banner .content .buttons .btn.black{
    margin-right:10px;
}

#content.company #offer-section .box{
    position: relative;
}

#content.company #offer-section .box a{
    display: block;
    color:#fff;
    overflow: hidden;
}

#content.company #offer-section .box a img{
    display: grid;
    height:300px !important;
    width:100%;
    object-fit: cover;
    -webkit-transition: .5s;
    transition: .5s;
}

#content.company #offer-section .box a:hover > img{
    transform: scale(1.2);
}

#content.company #offer-section .box a .content{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: flex;
    align-items: flex-end;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.7385547969187676) 0%, rgba(0,0,0,0.4724483543417367) 32%, rgba(255,255,255,0) 79%);
    padding:0 30px 10px 30px;
}

#content.company #offer-section .box a .content h3{
    width:100%;
    background:url(media/img/arrow-right-white.svg) no-repeat top -9px right;
    background-size:35px;
}

#content.company #whywe-section{
    background:#F7F7F7 url(media/img/whywe-bg.svg) no-repeat right bottom;
    padding:60px 0;
}

#content.company #whywe-section .slider .slide{
    padding:30px;
    background:#fff;
    margin-left:10px;
    margin-right:10px;
}

#content.company #whywe-section .slider .slide img{
    width:50px;
}

.slick-dots{
    bottom:-50px !important;
}

.slick-dots li button{
    width:11px !important;
    height:11px !important;
    background:#BFBFBF !important;
}

.slick-dots li button:before{
    display: none !important;
}

.slick-dots li.slick-active button{
    background:#E62C2E !important;
}

#content.company #testimonials-section{
    background:url(media/img/testimonials.jpg) no-repeat center left;
    background-size: cover;
    padding:60px 0;
}

#content.company #testimonials-section .slider-controls{
    overflow: hidden;
}

#content.company #testimonials-section .slider-controls .left{
    float:left;
}

#content.company #testimonials-section .slider-controls .left img{
    width:60px;
}

#content.company #testimonials-section .slider-controls .right{
    float:right;
}

#content.company #testimonials-section .slider-controls .slider-prev{
    float:left;
    background:url(media/img/arrow-left-silver.svg) no-repeat center;
    width:35px;
    height:35px;
    background-size:35px;
    margin-right:5px;
    cursor: pointer;
}

#content.company #testimonials-section .slider-controls .slider-next{
    float:left;
    background:url(media/img/arrow-right.svg) no-repeat center;
    width:35px;
    height:35px;
    background-size:35px;
    cursor: pointer;
}

#footer{
    overflow: hidden;
    border-top:1px solid #e1e1e1;
}

#footer .col-25{
    padding-right:20px;
}

#footer .col-25:last-child{
    padding-right: 0;
}

#footer .row1{
    padding:45px 0;
    border-bottom:1px solid #e1e1e1;
}

#footer .row2{
    padding:35px 0;
    overflow: hidden;
}

#footer .row1 a{
    color:#16152b;
}

#footer .row1 a:hover{
    color:#ec2426;
    text-decoration: none;
}

#footer .widget-title{
    font-family: 'Raleway', sans-serif;
    font-size:17px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom:20px;
}

.section-title{
    text-align: center;
}

.section-title .line{
    width:100px;
    height:3px;
    background:#ec2426;
    margin:0 auto;
}

.section-title .title{
    font-family: 'Raleway', sans-serif;
    font-size:28px;
    line-height: 33px;
    margin:25px 0;
    font-weight: 800;
}

.people-cta a{
    color: #242424;
}

.btn{
    display: inline-block;
    padding:12px 35px;
    font-family: 'Raleway', sans-serif;
    font-size:15px;
    font-weight: 600;
    text-align: center;  
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn.red{
    border:2px solid #ec2426;
    background:#ec2426;
    color:#fff;
}

.btn.red:hover{
    background:none;
    color:#ec2426;
    text-decoration: none;
}

.btn.blue{
    border:2px solid #039BE5;
    background:#039BE5;
    color:#fff;
}

.btn.blue:hover{
    background:none;
    color:#039BE5;
    text-decoration: none;
}

.btn.red.arrow{
    border:2px solid #ec2426;
    background:#ec2426 url(media/img/whitearrow-right.svg) no-repeat center right 15px;
    background-size:16px 16px;
    color:#fff;
    padding-right:45px;
}

.btn.red.arrow:hover{
    background:url(media/img/redarrow-right.svg) no-repeat center right 15px;
    background-size:16px 16px;
    color:#ec2426;
    text-decoration: none;
}

.btn.black{
    border:2px solid #16152b;
    color:#16152b;
    background:none;
}

.btn.black:hover{
    background:#16152b;
    color:#fff;
    text-decoration: none;
}

input[type="submit"]{
    display: inline-block;
    padding:12px 35px;
    font-family: 'Raleway', sans-serif;
    font-size:15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background:#ec2426;
    border:2px solid #ec2426;
    color:#fff;
    width:auto;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0;
}

input[type="submit"]:hover{
    background:none;
    color:#ec2426;
}

.row{
    overflow: hidden;
}

.visible{
    display: block !important;
}

#menu-rwd {
    float: right;
    cursor: pointer;
    margin-top: 28px;
    display: none;
    background:url(media/img/menu.svg) no-repeat center;
    background-size:34px 34px;
    width:34px;
    height: 34px;
}

#page-title{
    position: relative;
    background-image:url(media/img/pt.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:100px 0;
    font-size:16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#content.company #page-title{
    display: block;
    text-align: left;
}

#content.company #page-title h1,
#content.company #page-title p{
    width:70%;
    max-width: 100%;
}

#page-title .container{
    position: relative;
    z-index:2;
}

#page-title h1{
    margin:0;
    font-size:45px;
    line-height: 50px;
    color:#fff;
    margin-bottom: 25px;
}

#page-title p{
    margin-bottom: 0;
    font-size:17px;
    color:#fff;
}

#page-title h1 span{
    color:#ec2426;
}

#page-title .overlay{
    background:#1B1B30;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0.6;
    z-index:1;
}

.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;}

.wpcf7-form{
    margin-top:0;
}

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;
}

.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 #ececec;
}

table td{
    padding:15px;
}

table tr:nth-child(even) {background: #f3f3f3}
table tr:nth-child(odd) {background: #fff}

#content, #map, #page-title{
    margin-top:91px;
}

#content.page img{
    max-width: 100%;
    height: auto;
}

#content #content-wrapper{
    margin:50px 0;
}

#content.company #content-wrapper{
    margin:0;
}

input[type="checkbox"] {
    width: auto;
}

.wpcf7-checkbox{
    display: block;
    font-size:13px;
    line-height: 18px;
}

span.wpcf7-list-item{
    margin-left:0 !important;
}

.contact a{
    color:#242424;
    margin-bottom: 5px;
    text-decoration: none;
}

.contact a:hover{
    text-decoration: underline;
}

#cta-contact{
    position: relative;
    background:#1B1B30;
    background-image:url(media/img/cta1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:100px 0;
    text-align: center;
    color:#fff;
}

#cta-contact.recruitment{
    background:#fff;
    color:#1b1b30;
    border-top:1px solid #e1e1e1;
    padding:80px 0 60px 0;
}

#cta-contact .container{
    position: relative;
    z-index:2;
}

#cta-contact p{
    width:900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#cta-contact h2{
    margin-top: 0;
}

#cta-contact .btn{
    margin-top:20px;
}

#cta-contact .overlay{
    background:#1B1B30;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:0.6;
    z-index:1;
}

#cta-contact .items{
    overflow: hidden;
    margin:70px auto 0 auto;
}

#cta-contact .items .col-33{
    padding:0 15px;
}

#cta-contact .items .col-33 .icon{
    width:100%;
    height:65px;
    text-align: center;
    margin-bottom: 20px;
}

#cta-contact .items .col-33 .data, 
.recruiter .data{
    text-align: center;
}

#cta-contact .items .col-33 .data h4,
.recruiter .data h3{
    margin-bottom: 10px;
    margin-top:0;
}

#cta-contact .items .col-33 .data a,
.recruiter .data a{
    color:#16152b;
}

#cta-contact .items .col-33 .data a:hover,
.recruiter .data a:hover{
    text-decoration: none;
    color:#ec2426;
}

.recruiter .slogan{
    text-align: center;
    font-size:14px;
    font-style: italic;
}

#cta-contact .items .col-33 .icon.hours{
    background:url(media/img/hours.svg) no-repeat center;
    background-size:64px 64px;
}

#cta-contact .items .col-33 .icon.contact{
    background:url(media/img/contact.svg) no-repeat center;
    background-size:64px 64px;
}

#cta-contact .items .col-33 .icon.localization{
    background:url(media/img/nav.svg) no-repeat center;
    background-size:64px 64px;
}

.redphone{
    display: table;
    background:url(media/img/phone-icon.svg) no-repeat center left;
    padding-left:25px;
    background-size:16px 16px;
    margin:0 auto;
    text-align: left;
}

.redmail{
    display: table;
    background:url(media/img/mail-icon.svg) no-repeat center left;
    padding-left:25px;
    background-size:16px 16px;
    margin:0 auto;
    text-align: left;
}

.desktop{
    display: block;
}

.mobile{
    display: none;
}

ul.points, .single-job #content-wrapper ul{
    list-style: none;
    padding-left:5px;  
}

ul.points li, .single-job #content-wrapper ul li{
    margin-bottom:15px;
}

ul.points li::before , .single-job #content-wrapper ul li::before{
    position: relative;
    content: "";
    background: #ec2426;
    font-weight: bold;
    display: inline-block;
    width:8px;
    height:8px;
    margin-left: 0;
    margin-right:15px;
    top: -1px;
}

.social{
    margin-top: 25px;
}

.social li{
    float:left;
    margin-right:7px;
}

.social li:last-child{
    margin-right: 0;
}

.social li a{
    width:20px;
    height:20px;
    display: block;
}

.social li a.linkedin{
    background:url(https://www.specialworks.pl/wp-content/uploads/2024/11/linkedin2.svg) no-repeat center;
    background-size: 20px;
}
.social li a.fb{
    background:url(media/img/facebook.svg) no-repeat center;
    background-size: 19px;
}

.social li a.insta{
    background:url(media/img/instagram.svg) no-repeat center;
    background-size: 22px;
}

.social li a.tiktok{
    background:url(https://www.specialworks.pl/wp-content/uploads/2024/11/tiktok.svg) no-repeat center;
    background-size: 22px;
}
.social li a.viber{
    background:url(media/img/viber.svg) no-repeat center;
    background-size: 20px;
}

.social li a.telegram{
    background:url(media/img/telegram.svg) no-repeat center;
    background-size: 20px;
}

.social li a.whatsapp{
    background:url(media/img/whatsapp.svg) no-repeat center;
    background-size: 20px;
}


.job-listing{
    overflow: hidden;
}

.job-listing .item{
    float:left;
    width:32%;
    margin-right:2%;
    margin-bottom: 25px;
    overflow: hidden;
    padding:25px;
    background-image:url(media/img/AdobeStock_261982527_Preview.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.job-listing .item:nth-child(3n){
    margin-right: 0;
}

.job-listing .item .desc{
    text-align: center;
    padding:30px 20px;
    background:rgba(27,27,48, 0.8);
    color:#c8c8c8;
}

.job-listing .item .buttons{
    margin-top:25px;
}

.job-listing .item .buttons .btn{
    margin:0 auto;
    display: table;
}

.job-listing .item .desc h3{
    margin-top:0;
    min-height: 72px;
}

.job-listing .item .desc h3 a{
    color:#fff;
}

.job-listing .item .desc ul.info{
    list-style: none;
    overflow: hidden;
}

.job-listing .item .desc ul.info li{
    padding-left:25px;
    display: table;
    margin: 0 auto 10px auto;
}

.job-listing .item .desc ul.info li.place{
    background:url(media/img/map.svg) no-repeat center left;
    background-size:16px 16px;
}

.job-listing .item .desc ul.info li.cash{
    background:url(media/img/money.svg) no-repeat center left;
    background-size:16px 16px;
}

.job-listing .item .desc ul.info li.hours{
    background:url(media/img/clock.svg) no-repeat center left;
    background-size:16px 16px;
}

.single-job ul.info{
    margin:25px auto 0 auto;
    display: table;
    width: auto;
    color:#c8c8c8;
}

.single-job ul.info li{
    float:left;
    margin-right:30px;
    padding-left:40px;
    min-height:24px;
    line-height: 24px;
    padding-top:5px;
}

.single-job ul.info li:last-child{
    margin-right:0;
}

.single-job ul.info li.date{
    background:url(media/img/hours.svg) no-repeat center left;
    background-size:24px 24px;
}

.single-job ul.info li.place{
    background:url(media/img/map.svg) no-repeat center left;
    background-size:24px 24px;
}

.single-job ul.info li.cash{
    background:url(media/img/money.svg) no-repeat center left;
    background-size:24px 24px;
}

.single-job ul.info li.hours{
    background:url(media/img/clock.svg) no-repeat center left;
    background-size:24px 24px;
}

.single-job .flex{
    display: table;
}

.single-job .col-65{
    padding-right:60px;
}

.single-job .recruiter{
    margin-bottom: 50px;
}

.single-job .date-add{
    margin-top:30px;
    margin-bottom: 30px;
    font-size:14px;
    border-top:1px solid #e1e1e1;
    padding-top:15px;
    padding-left: 5px;
}

.single-job h2 span{
    color:#16152b;
}

#content.single .col-60 .desc{
    font-weight: 600;
    margin-bottom: 30px;
}

#content.single .col-40{
    padding-left: 60px;
    margin-top: 20px;
}

#content.single .other-posts{
    padding:30px;
    -webkit-box-shadow: 4px 4px 27px -9px rgba(157, 158, 160, 1);
    -moz-box-shadow: 4px 4px 27px -9px rgba(157, 158, 160, 1);
    box-shadow: 4px 4px 27px -9px rgba(157, 158, 160, 1);
}

#content.single .other-posts h2{
    margin-top: 0;
}

#content.single .other-posts .post{
    width: 100%;
    float: none;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}

#content.single .other-posts .post:last-child{
    border-bottom: 0
}

#content.single .other-posts .post .date{
    background: url(media/img/calendar.svg) no-repeat top 1px left;
    background-size: 20px;
    padding: 0;
    padding-left: 30px;
    position: static;
    color: #16152b;
    display: inline-block;
}

#content.single .other-posts .post h4{
    margin-top:5px;
    margin-bottom: 0;
}

#content.single .other-posts .post h4 a{
    color: #16152b;
}

#content.single .other-posts .post h4 a:hover{
    color: #ec2426;
}

.posts{
    overflow: hidden;
}

.posts .post{
    float:left;
    width:32%;
    margin-right:2%;
    margin-bottom: 25px;
}

.posts .post .img img{
    height:200px !important;
    width:100%;
    object-fit: cover;
}

.posts .post:nth-child(3n){
    margin-right: 0;
}

.posts .post h3 a{
    color:#16152b;
    text-decoration: none;
}

.posts .post h3 a:hover{
    color:#ec2426;
}

.posts .post .img{
    position: relative;
}

.posts .post .date{
    position: absolute;
    top:15px;
    left:15px;
    background:#ec2426;
    padding:3px 7px;
    color:#fff;
    text-align: center;
    font-weight: 600;
    z-index: 2;
}

.contact-icons{
    background:url(media/img/contact-icons.svg) no-repeat center left;
    background-size:90px 90px;
    padding-left:100px;
}

#fixed-options{
    display:none;
    position:fixed;
    bottom:0;
    z-index:999;
    width:100%;
}

#fixed-options a{
    float:left;
    padding:15px 0;
    text-align: center;
    font-size:15px;
    font-weight: 600;
    color:#fff;
    display:block;
    width:50%;
}

#fixed-options .f1{
    background:#ec2426;
}

#fixed-options .f2{
    background:#16152b;
}

.tnp-subscription label{
    text-align: center;
    font-size:15px;
}

.tnp-privacy-field label{
	text-align:left;
	font-weight:normal;
	padding-left:0;
}

.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select{
    border: 1px solid #e1e1e1;
    background:#fff;
    color:#16152b;
    font-size:15px;
    height: auto;
    text-align: center;
}

.tnp-field input[type="submit"]{
    display: table;
    margin:0 auto;
    border: 2px solid #ec2426;
    background: #ec2426 url(media/img/whitearrow-right.svg) no-repeat center right 15px;
    background-size: 16px 16px;
    color: #fff;
    padding: 12px 35px;
    padding-right: 45px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
}

.tnp-field input[type="submit"]:hover{
    background:url(media/img/redarrow-right.svg) no-repeat center right 15px;
    background-size:16px 16px;
    color:#ec2426;
    text-decoration: none;
}

.alert{
    font-size:15px;
    padding:10px 30px;
    text-align: center;
    display: block;
    font-weight: 600;
}

.alert.success{
    color:green;
    border:2px solid green;
}

#opinion{
    overflow: hidden;
    margin-top: 60px;
}

#opinion .line {
    width: 100px;
    height: 3px;
    background: #ec2426;
    margin: 0 auto;
}

#opinion .title {
    font-family: 'Raleway',sans-serif;
    font-size: 28px;
    line-height: 33px;
    margin: 25px 0;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
}

#opinion .left{
    width: 45%;
    margin-right: 5%
}

#opinion .right{
    width: 50%;
}

#opinion .right .opinion{
    background: url(media/img/opinion.svg) no-repeat;
    background-size: 60px;
    width: 60px;
    height: 40px;
    margin-top: 30px;
}

#opinion .img{
    width: 100%;
    height: auto;
}

#opinion .owl-dots{
    position: absolute !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    bottom: 0 !important;
}

#opinion .owl-dot.active span {
    background-color: #ec2426!important;
    border: 1px solid #ec2426 !important;
}

#slider_2209 .owl-prev{
    background: url(media/img/prev.svg) no-repeat !important;
    left: 0;
}

#slider_2209 .owl-next{
    background: url(media/img/next.svg) no-repeat !important;
    left: 60px;
}

#slider_2209 .owl-nav{
    position: relative !important;
    margin-top: 60px  !important;
}

.contact-form{
    padding:30px;
    -webkit-box-shadow: 4px 4px 27px -9px rgba(157, 158, 160, 1);
    -moz-box-shadow: 4px 4px 27px -9px rgba(157, 158, 160, 1);
    box-shadow: 4px 4px 27px -9px rgba(157, 158, 160, 1);
}

.contact-form h2{
    text-align: center;
}

.contact-form input[type="submit"]{
    width:100%;
    display: block;
    margin-bottom: 0;
}

.red-section{
    padding:60px 0;
    background:#D52A2C;
    color:#fff;
}

.red-section h2{
    color: #fff;
}

.white-box{
    background:#fff;
    padding:25px;
    color:#16162D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-page{
    border: 1px solid #e1e1e1;
    padding: 20px;
}

.affiliate-page{
    margin-bottom: 90px;
}

.affiliate-page img{
    width: 60px;
    display: table;
    margin: auto;
}

.affiliate-page .icon1{
    background: url(media/img/icon1.svg) no-repeat center left;
    background-size: 60px;
    padding-left: 80px;
}

.affiliate-page .icon2{
    background: url(media/img/icon2.svg) no-repeat center right;
    background-size: 60px;
    padding-right: 80px;
}

.affiliate-page .icon3{
    background: url(media/img/icon3.svg) no-repeat center left;
    background-size: 60px;
    padding-left: 80px;
}

::-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;
}