﻿
.mobile-visible {
    display:none;
}

.no-padding{
    padding:0!important;
}

.about-wrapper {
    position:relative;
}

.about-wrapper .bg-top {
    min-height: 900px;
}

.about-wrapper .bg-mp {
    background: url("/img/bg-about-1.jpg") no-repeat left top;
    background-size: cover;
}

.about-wrapper .bg-about {
    background: #253442;
    color:#fff;
    
}

    .about-wrapper .about-text-wrapper {
        padding: 170px 50px 0px 57px;
        text-align: left;
    }
    .about-wrapper .about-text-wrapper h1 {
        text-align: left;
        line-height: 60px;
        font-size: 45px;
        letter-spacing: 7px;
        font-family: 'Comfortaa', sans-serif;
    }

        .about-wrapper .about-text-wrapper .about-description-bordered {
            padding: 53px 50px 53px 111px;
            border: 3px solid #fff;
            width: 570px;
            position: relative;
            left: -114px;
            margin-top: 30px;
            letter-spacing: 1px;
            line-height: 160%;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight:300;
        }

        .about-wrapper .about-text-wrapper .about-description-bordered .red {
            color: #fb7b6e;
        }

    .about-wrapper .arrow-down {
        position:absolute;
        bottom:50px;
        left:50%;
        margin-left:-32px;
        display:inline-block;
        width:65px;
        height:65px;
        background:url(/img/arrow-down.png) no-repeat left top;
    }

.big-text-wrapper {
    height: 455px;
    line-height: 455px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .big-text-wrapper.red-wrapper {
        background: #fb7b6e;
    }

    .big-text-wrapper.blue-wrapper {
        background: #47b7c4;
    }

    .big-text-wrapper h2 {
        display: block;
        text-align: center;
        position: relative;
        margin: 0px;
        padding: 0px;
        font-size: 45px;
        color: #fff;
        letter-spacing: 2px;
        text-transform: uppercase;
        width: 100%;
        line-height:150%;
    }

.three-images-block img {
    width:100%;
    height:auto;
}

.about-experience {
    padding-top:170px;
    padding-bottom:170px;
    position:relative;
}

    .about-experience .expirience-block {
        width: 840px;
        margin: auto;
        overflow: hidden;
        position:relative;
    }

        .about-experience .expirience-block .experience-text {
            float: right;
            width: 60%;
            max-width: 435px;
            display: inline-block;
            font-size: 18px;
            margin-top: 10px;
            font-family: 'Open Sans', sans-serif;
            font-weight:300;
        }

        .about-experience .expirience-block img {
            width:305px;
            height:auto!important;
            float:left;
        }

        .about-experience .expirience-block.expirience-block-1 {
            margin-bottom: 170px;
            
        }

            .about-experience .expirience-block.expirience-block-1 .experience-text {
                margin-top: 40px;
                
            }

.about-footer {
    background: #253442;
    height: 460px;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

    .about-footer .about-logo {
        width:247px;;
        margin:auto;
    }

        .about-footer .about-logo a {
            display:block;
            height:37px;
            line-height:37px;
            background:url(/img/arrow-left.png) no-repeat left top;
            background-size:contain;
            padding-left:50px;
            color:#fff;
            font-size:12px;
            text-transform:uppercase;
            margin-left:15px;
            margin-top:27px;
            letter-spacing:2px;
        }

.about-video-container {
    position: relative;
    
}

    .about-video-container .about-video-container-bg {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: url(/img/bg-about-1.jpg) no-repeat left 50%;
        background-size: cover;
        z-index:2;
    }

    .about-video-container .about-video-container-cover {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        display: flex;
        justify-content: center; /* align horizontal */
        align-items: center; /* align vertical */
        z-index: 2;
    }

    .about-video-container a.btn-play {
        display:block;
        width:161px;
        height:161px;
        background:url(/img/btn-play.png) no-repeat left top;
        z-index:2;
        cursor:pointer;
    }

.footer-logo-about img {
    margin-right: 40px;
}

@media screen and (max-width: 996px) {

    .about-experience .expirience-block {
        width:100%;
    }

}


    @media screen and (max-width: 769px) {

        .mobile-visible {
            display:block;
        }

        .bar-container .logo-white.logo-mobile {
            width: auto;
        }


        .about-wrapper .bg-mp {
            background: #1b2733;
            float:none;
            clear:both;
        }

        .bg-header-mobile {
            height: 230px;
            background: url("/img/bg-about-1.jpg") no-repeat left 50%;
            background-size: cover;
        }

        h1.mobile-header {
            text-align:left;
            margin:0px 0px 38px 20px;
            padding-top:80px;
            font-size:26px;
            line-height:35px;
        }

        .bg-about {
            float:none;
            clear:both;
        }

        .about-wrapper .about-text-wrapper {
            padding:0px;
        }

        .big-text-wrapper {
            height:auto;
            padding-top:50px;
            padding-bottom:50px;
        }

            .big-text-wrapper h2 {
                font-size: 25px;
            }

        .about-wrapper .bg-top {
            min-height: 0px;
            height: 215px;
        }

        .about-wrapper .bg-about {
            height:auto;
        }

        .about-wrapper .about-text-wrapper .about-description-bordered {
            padding: 70px 50px 35px 45px;
            margin-top: 0px;
            width: auto;
            font-size: 14px;
            top: -37px;
            left:-20px;
        }

        .about-wrapper .bg-mp {
            background-position: left 50%;
        }

        .about-experience {
            padding-top:30px;
            padding-bottom:30px;
        }

        .about-experience .expirience-block {
            text-align:center;
        }

            .about-experience .expirience-block .experience-text {
                text-align: left;
            }

            .about-experience .expirience-block img {
                width: 205px;
                height: auto !important;
                float: none;
                clear:both;
            }

            .about-experience .expirience-block .experience-text {
                float: none;
                clear:both;
                width: 100%;
                max-width: none;
                display: block;
                font-size: 18px;
                padding:0px 20px;
            }
            .about-experience .expirience-block.expirience-block-1 {
                margin-bottom:80px;
            }


            .about-experience .expirience-block.expirience-block-1 .experience-text {
                margin-top:10px;
            }

        .about-footer {
            height:auto;
            padding-top:50px;
            padding-bottom:50px;
            text-align:center;
        }

            .about-footer .about-logo {
                width:200px;
            }

            .about-footer .about-logo img {
                width:50%;
                height:auto;
            }

        .about-video-container a.btn-play {
            width:91px;
            height:91px;
            background-size:cover;
        }
        .bar-container .bar-left .home-logo
        {
            width:30px;
        }

        .about-footer .about-logo a {
            padding-left:0px;
            /*margin-left:0px;*/
            margin-top:15px;
            background-size: 28px;
            background-position: center left;
        }

        .footer-logo-about img {
            margin-right: 0;
        }

    }

.footer-logo-about
{
    text-align:center;
}
