/* Style for placeholder */
::-webkit-input-placeholder {
    letter-spacing: 1px;
    opacity: 1;
    color: #fff;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

::-moz-placeholder {
    letter-spacing: 1px;
    opacity: 1;
    color: #fff;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

/* Firefox 19+ */
:-moz-placeholder {
    letter-spacing: 1px;
    opacity: 1;
    color: #fff;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

/* Firefox 18- */
:-ms-input-placeholder {
    letter-spacing: 1px;
    opacity: 1;
    color: #fff;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
body{
    background: #ffffff;
    margin:0;
    padding:0;
    font-family: 'PF DinDisplay Pro', Arial, sans-serif;
    font-weight: 100;
    font-size:20px;
    color:#494949;
}
a {
    color:#494949;
}
a.active{
	color:#D0514B;
}
.menu{
    position: relative;
    display: block;
    margin: 0;
    padding: 2px 0 0;
    list-style: none;
}
.menu li{
    position: relative;
    display: block;
    text-align: center;
    padding:11px;
    font-weight: normal;
    font-size: 18px;
}
.text-whatsapp{
    color:#009a00;
    font-weight: normal;
    font-size: 16px;
}
.phone-whatsapp{
    position: relative;
    display: inline-block;
    border:2px solid #009b00;
    border-radius:21px;
    padding:12px 18px 12px 58px;
    background: url("../images/wts.png") 6% center no-repeat;
    background-size: 22%;
    font-size:0;
}
.phone-whatsapp a{
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    color:#009a00;
}
.phone-whatsapp a:hover{
    color:#009a00;
}
.social-btns {
    font-size: 0;
}
.social-btns span{
    color:#bebebe;
    font-size:16px;
    font-weight: normal;
}
.social-btns a{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin:0 5px;
}
.social-btns a.tl{
    background-image: url("../images/icons/tl.png");
}
.social-btns a.fb{
    background-image: url("../images/icons/fb.png");
}
.social-btns a.ok{
    background-image: url("../images/icons/ok.png");
}
.social-btns a.in{
    background-image: url("../images/icons/in.png");
}
.social-btns a.tw{
    background-image: url("../images/icons/twitter.png");
}

.main{
    padding-left: 15px;
}

.menu-panel{
    position:fixed;
    left:0;
    top:0;
    width:277px;
    height:100%;
    overflow-x:hidden;
    overflow-y: auto;
    background: #fff;
    z-index:200000 !important;
    text-align: center;
}

/*@media (max-width: 991px) {
    .menu-panel{
        visibility: hidden;

    }
}
*/

@media (max-width: 767px) {
    .menu-panel{
        width: 100%;
        visibility: hidden;
    }
}
@media (min-width: 768px) {
    .main {
        padding-left: 307px;
    }
}
.menu-panel.active{
    visibility: visible;
}

.close-button,
.panel-button{
    position: fixed;
    top:50%;
    width:40px;
    height: 85px;
    margin-top:-43px;
    cursor:pointer;
    font-size:0;
    z-index: 100000 !important;
}
.panel-button{
    left:0;
    background: url("../images/open.png?v=2") left top no-repeat;
}
.close-button{
    display:none;
    right:0;
    background: url("../images/close.png?v=1") left top no-repeat;
}

@media (max-width: 991px) {
    .close-button{
        display:none;
    }
}
.menu-panel.active .close-button{
    display: block;
}

.slides-wrapper{
    position: relative;
    margin-left:-15px;
    margin-right: -15px;
    padding-bottom:61.49%;
}
.slides-wrapper .slides-item{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:auto;
    padding-bottom:61.49%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}
.slides-wrapper .slides-item.active{
    opacity: 1;
    visibility: visible;
    z-index: 300;
}
.slides-wrapper .slides-item.fade{
    opacity: 1;
    visibility: visible;
    z-index: 700;
}
.block-title{
    position: relative;
    display: block;
    text-align: center;
    font-size:36px;
    font-weight: 100;
    text-transform: uppercase;
}
.block-title span{
    position: relative;
    display: inline-block;
    line-height: 68px;
    min-height: 74px;
}
.block-title span:after{
    content: '';
    position: absolute;
    top:4px;
    right:-68px;
    display: block;
    width: 66px;
    height: 68px;
    background: url("../images/cube.png") left top no-repeat;
}
@media  screen and (max-width: 600px) {
    .block-title{
        font-size:28px;
    }
    .block-title span{
        line-height: 26px;
    }
    .block-title span:after{
        display:none;
    }
}
.delimiter{
    position: relative;
    font-size: 0;
    margin:0 58px 78px 58px;
    height:13px;
    border-bottom:1px solid #eaeaea;
}
.delimiter:after{
    content: '';
    position: absolute;
    left:50%;
    top:0;
    width: 58px;
    height: 24px;
    margin-left:-29px;
    background: url("../images/delimiter.png") left top no-repeat;
}
.content-block{
    padding-left:8.33%;
    padding-right:8.33%;
}

.col-bordered{
    border-left:1px solid #dddddd;
}
.s-item{
    position: relative;
    padding-top:10px;
    padding-left:60px;
    padding-right:60px;
    padding-bottom: 50px;
}
.s-link{
    color:#959595;
    text-decoration: underline;
    font-size:18px;
}

.client-item{
    text-align: center;
    position: relative;
    margin-bottom:30px;
}
.client-link{
    position: relative;
}

.project-block{
    position:relative;
}
.project-item-content {
    border-top:1px solid #e0e6e8;
    padding-top: 15px;
    padding-bottom: 15px;
}
.project-title{
    position: relative;
    font-weight: bold;
    font-size:16px;
    text-transform: uppercase;
    margin-bottom:10px;
}
.project-text{
    position: relative;
    font-size:16px;
    line-height: 18px;
    margin-bottom: 10px;
}
.project-date{
    font-size:16px;
}
.project-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 15px;
    background: rgba(232, 74, 66, 0.8);
    padding:20px 30px;
    color:#fff;
}
.project-img {
    max-width: 172px;
    padding-left:15px;
}
.project-view-img{
    position: relative;
    max-width: 350px;
    max-height: 270px;
    height:auto;
    width:auto;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.project-img img{
    position: relative;
    display: block;
    width:100%;
}
.project-first.project-item .project-img{
    max-width: 1000px;
}
.project-first.project-item{
    position:relative;
    padding-left:0;
    padding-right:15px;
}
.project-first.project-item .project-img{
    padding-left:0;
}
.project-block-wrapper .slick-dots{
    margin-top:-30px;
}

a.project-link,
a.project-link:active,
a.project-link:hover{
    position: relative;
    display: inline-block;
    color:#fff;
    font-size:18px;
    font-weight: 300;
    padding-top: 6px;
}
.reviews-wrapper{
    position: relative;
    overflow: hidden;
}
.review-item{
    position:relative;
    display: inline-block;
    text-align: center;
}
.review-item .frame{
    position: relative;
    display: inline-block;
    height: 381px;
    width: 287px;
    min-height: 381px;
    min-width: 287px;
    background-repeat: no-repeat;
    background-position: center;
}
.review-item .name{
    position: relative;
    text-align: center;
}
.slick-dots{
    position: relative;
    display: block;
    margin:0;
    padding:0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin:0 7px;
}
.slick-dots li button{
    display:block;
    border:0;
    background: #e2e2e2;
    width:12px;
    height: 12px;
    padding: 5px;
    border-radius: 50%;
    font-size:0;
    cursor:pointer;
}
.slick-dots li.slick-active button{
    background: #cc312d;
}
.slick-list{
    margin-bottom:30px;
}

.team-worker{
    position: relative;
    padding-left:147px;
    min-height:130px;
}
.worker-photo{
    position: absolute;
    left:0;
    top:0;
    display: block;
    width: 127px;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.team-worker .name{
    position: relative;
    display: block;
    margin-bottom:10px;
    font-weight: bold;
}
.team-worker .post{
    font-size:18px;
    line-height: 16px;
}
.team-wrapper{
    position: relative;
    display: block;
    padding:0 16.66%;
}
@media  screen and (max-width: 1400px) {
    .team-wrapper{
        padding:0 10%;
    }
}
@media  screen and (max-width: 1170px) {
    .team-wrapper{
        padding:0;
    }
}
.footer{
    font-size:16px;
}
.footer a{
    color:#cc312d;
}
.footer .block-title span{
    min-height: 54px;
}
@media  screen and (max-width: 600px) {
    .footer .col{
        text-align: center;
    }
   
}
.slick-slide .client-item img{
    margin: 0 auto;
}
.clients-block-wrapper .slick-list{
    margin-bottom:0;
}
.fancybox-slide--html .fancybox-content {
    width  : 1000px;
    max-width  : 80%;
    margin: 0;
    border-radius:10px;
}
.ajax-view-img{
    position: relative;
    max-width: 300px;
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}
@media  screen and (max-width: 600px) {
    .fancybox-slide--html .fancybox-content {
        width  : 100%;
        max-width  : 100%;
    }
    .ajax-view-img{
        position: relative;
        display: block;
        margin:0 auto;
        float:none;
        margin-bottom:24px;
    }
    .ajax-title{
        text-align:center;
        padding:0 20px;
    }
}
.fancybox-container{
    z-index:999999;
}
.fancybox-can-drag .fancybox-content{
    cursor:auto;

}
.fancybox-is-open .fancybox-bg{
    opacity:0.75;
}
.popup-wrapper{
    position: relative;
}
.ajax-title{
    position: relative;
    font-size:18px;
    margin-bottom:20px;
    text-transform: uppercase;
    font-weight: 500;
}
.ajax-text{
    position: relative;
    font-size:15px;
}
.ajax-text ul {
    list-style:none;
    padding:0;
    margin:0 0 24px;
    position:relative;
    display:table;
}
.ajax-text ul li{
    padding-left:30px;
    margin-bottom:2px;
    position:relative;
}
.ajax-text ul li:before{
    content:"•";
    color:#e60000;
    position:absolute;
    left:10px;
    font-size:30px;
    top:-10px;
}
.ajax-text *:last-child{
    margin-bottom:0;
}
.ajax-form-phrase{
    position: relative;
    font-size:13px;
    text-transform: uppercase;
    font-weight: bold;
    color:#cc312d;
}
.slick-dots button{
    outline:none;
}
.form-wrapper{
    border-top:1px solid #cecece;
}
.form-wrapper form{
    position:relative;
    display: block;
}
.form-wrapper label{
    position:relative;
    display:block;
    font-size:16px;
}
.form-wrapper .required{
    color:red;
}
.form-wrapper input[type="text"]{
    position: relative;
    display: block;
    width:100%;
    border-radius:5px;
    border:1px solid #cecece;
    font-size: 16px;
    line-height: 16px;
    padding: 7px 12px;
}
.form-wrapper input[type="submit"]{
    position: relative;
    border-radius:5px;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 12px;
    text-transform: uppercase;
    background: #E9E9E9;
    border:1px solid #cecece;
}
.arrow_box {
    position: absolute;
    background: #ff8585;
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: block;
    padding: 5px 15px 9px;
    left:15px;
    top: -11px;
    font-size:14px;
    right:15px;
    border:1px solid #d76a03;
    z-index:3;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 133, 133, 0);
    border-top-color: #FF8585;
    border-width: 7px;
    margin-left: -7px;
}
.arrow_box:before {
    border-color: rgba(215, 106, 3, 0);
    border-top-color: #d76a03;
    border-width: 8px;
    margin-left: -8px;
}
.form-block span.success{
    position: relative;
    display: block;
    text-align: center;
    margin:0 auto 30px auto;
    font-size:16px;
    background: #d2ffc7;
    width:100%;
    max-width:450px;
    border-radius:5px;
    padding:10px 20px;
}
@media  screen and (max-width: 1000px) {
    .block-title span::after{
        display:none;
    }
}
.announce-item{
    position:relative;
    padding-bottom:62.645%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:200px;
}
.announce-item .announce-img{
    position:relative;
    display:block;
    width: 100%;
    height:auto;
}
.announce-item .announce-content{
    position:absolute;
    display:block;
    width: 100%;
    max-height:100%;
    overflow:hidden;
    left:0;
    bottom:0;
    padding-bottom: 30px;
    /*background: rgba(0,0,0,0.65);*/
    color:#fff;
    text-align:center;
}
.announce-item .announce-content .announce-title{
    font-size:36px;
    line-height:28px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.announce-item .announce-content a.announce-link{
    position: relative;
    display: inline-block;
    margin-top:20px;
    color:#fff;
    font-size:15px;
    font-weight: bold;
    text-transform: uppercase;
    padding:7px 24px;
    border:2px solid #fff;
    border-radius: 6px;
    text-decoration: none;
    background: rgba(255,255,255, 0.3);
}
.announce-item .announce-content a.announce-link:hover{
    color:#fff;
    text-decoration: none;
}
.announce-item .announce-content a.announce-link:active,
.announce-item .announce-content a.announce-link:visited
{
    color:#fff;
    text-decoration: none;
}
.col-trainers{
    font-size:18px;
    font-weight: 300;
}
.announce-date{
    font-size:16px;
    color:#E84A42;
    text-shadow: 0 0 5px rgba(0,0,0, 0.7);
    /*color:#D3D2D4;*/
}
.announce-preview {
    font-size:18px;
    line-height:16px;
}
.announce-preview div{
    margin-bottom:10px;
}
.announce-preview a{
    font-size:20px;
    color:#fff;
    text-decoration: underline;
}
.project-first.project-item{
    	margin-bottom:20px;
    }
@media  screen and (min-width: 768px) and (max-width: 1110px) {
    .announce-item .announce-content .announce-title{
        font-size:24px;
    }
    .announce-preview {
        display:none;
    }
}
@media  screen and (max-width: 767px) {
    .announce-item .announce-content .announce-title{
        font-size:24px;
        letter-spacing: normal;
    }
    .announce-preview {
        font-size:15px;
    }
    .announce-preview div{
        margin-bottom:2px;
    }
}
@media  screen and (max-width: 600px) {
    .announce-preview {
        display:none;
    }
    .announce-item .announce-content{
        padding:20px;
    }
    .announce-item .announce-content .announce-title{
        font-size:20px;
        line-height: 17px;
    }
}
@media  screen and (max-width: 500px) {
    .col-trainers {
        display:none;
    }
    .announce-item .announce-content .announce-title{
        font-size:17px;
        line-height: 14px;
    }
    .announce-item .announce-content a.announce-link{
        margin-top:10px;
    }
    .announce-date.mb30{
        margin-bottom:7px !important;
    }
}
.info-block{
    position: absolute;
    display:block;
    z-index:500;
    color:#fff;
}
.info-block.info-text1{
    left: 16.4%;
    top: 20.0%;
    font-size:18px;
    font-weight: 300;
    -webkit-transition:all 0.7s linear;
    -moz-transition:all 0.7s linear;
    -o-transition:all 0.7s linear;
    transition:all 0.7s linear;
}
.info-block.info-text1::before{
    content: '';
    position: absolute;
    display: block;
    width:119px;
    height:122px;
    left: -60px;
    top: -40px;
    z-index: -1;
    background: url("../images/sq.png") center no-repeat;
}
.info-block.info-text2{
    left: 9.82%;
    top: 40.25%;
    -webkit-transition:all 0.7s linear;
    -moz-transition:all 0.7s linear;
    -o-transition:all 0.7s linear;
    transition:all 0.7s linear;
}
.info-block.info-text2 strong{
    font-size:36px;
    font-weight: bold;
}
@media  screen and (max-width: 1440px) {
    .info-block.info-text2{
        left:20px;
        bottom:0;
        top:auto;
    }
}
@media  screen and (min-width:768px) and (max-width: 1200px) {
    .info-block.info-text2 {
        font-size:14px;
    }
    .info-block.info-text2 strong{
        font-size:24px;
        font-weight: bold;
    }
}
@media  screen and (max-width:767px){
    .info-block.info-text2 {
        font-size:14px;
    }
    .info-block.info-text2 strong{
        font-size:24px;
        font-weight: bold;
    }
}
@media  screen and (max-width:600px){
    .info-block.info-text1 {
        left:20px;
        font-size:14px;
        line-height:12px;
    }
    .info-block.info-text2 {
        font-size:13px;
    }
    .info-block.info-text2 strong{
        font-size:20px;
        font-weight: bold;
    }
}
@media  screen and (max-width:400px){
    .info-block.info-text1 {
        opacity: 0;
    }
    .info-block.info-text2 {
        font-size:12px;
        left:10px;
        bottom:-10px;
        line-height:12px;
    }
    .info-block.info-text2 strong{
        font-size:16px;
        font-weight: bold;
    }
}
.mobile-whatsApp-block{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:3000;
    padding: 5px 0;
    display:none;
}
.mobile-whatsApp-block .phone-whatsapp{
    background-color: #fff;
}
@media  screen and (max-width:767px){
    .mobile-whatsApp-block{
        display: block;
    }
    .main{
        padding-top:54px;
    }
}