


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
html{
    height: 100%;
}
body{
    font-family: 'Lato', sans-serif;
    color:#01021e;
    height: 100%;
}
a:focus,
button:focus,
:focus{
    outline: none;
}
.tar{
    text-align: right;
}
.tac{
    text-align: center;
}
.logo{
    text-align: center;
    padding-top: 50px;
}
.error{
    text-align: center;
    font-size: 18px;
}
.errorh2{
    padding-bottom: 60px;
    /*margin-bottom:60px;*/
}
.errorh2:after{
    content:'';
    display: block;
    border-bottom: 3px solid #29abe1;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 45px;
}
.m0{
    margin:0;
}
.m30x0{
    margin:30px 0;
}
.p0{
    padding: 0;
}
.p0x30{
    padding: 0 30px;
}
.pl30{
    padding-left: 30px;
}
a:hover,
a:focus,
a:active{
    text-decoration: none;
}
b{
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6{
    position: relative;
}
h1{
    color:#fff;
    font-size: 80px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px black;
}
h2{
    padding: 140px 0;
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    color:#01021e;
}
h2.low-top {
    padding: 20px 0 120px;
}
h5{
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 35px;
}
h3{
    font-size: 65px;
    color:#333;
    font-weight: 300;
    margin-bottom: 60px;
    text-align: center;
}
strong {
    font-weight: 600;
}
.mb100{
    margin-bottom: 100px;
}

.btn{
    background: #29abe1;
    color:#fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 50px;
    padding: 16px 40px;
    text-transform: uppercase;
    border:none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover{
    color:#fff;
    background: #1e99cc;
}
.btn:focus,
.btn:active,
.btn:active:focus{
    border:none;
    outline: none;
    color:#fff;
    box-shadow: none;
}
.btn-outline{
    border:3px solid #1e99cc;
    background: none;
    color:#1e99cc;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:focus:active{
    border:3px solid #1e99cc;
    background: #1e99cc;
}
.play-btn{
    background: url(../img/play2.png) no-repeat center left 23px;
    background-size: 25px;
    border: none;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    opacity: 0.5;
    padding: 0;
    /*margin-top: 60px;*/
    display: inline-block;
    border-radius: 50%;
    position: relative;
    bottom: 20%;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%);
    display: none;
}
.play-btn:hover,
.play-btn:focus,
.play-btn:active,
.play-btn:focus:active{
    background: url(../img/play2.png) no-repeat center left 21px;
    background-size: 30px;
    opacity: 1;
    border: 3px solid #29abe1;
}
.navbar-toggle{
    display: block;
    margin-top: 50px;
}
.navbar-toggle .icon-bar{
    background:#fff;
    box-shadow: 1px 1px 1px black;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 50px;
    height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 11px;
}
.navbar-collapse{
    height: 100%!important;
    width: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.navbar-collapse.collapse{
    display: none!important;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 15px;
}
.navbar-toggle {
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}
.navbar-toggle .icon-bar {
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
#menu{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#menu li{
    list-style: none;
    margin:25px 0;
}
#menu a{
    color:#fff;
    font-size: 50px;
    font-weight: 900;
    -webkit-transition: color 1s;
    transition: color 1s;
}
#menu a:hover,
#menu a:focus {
    color: #29abe1;
}
.navbar-header{
    float: none;
    padding: 0 20px;
}
.navbar-brand{
    float: none;
    height: auto;
    display: inline-block;
    padding: 0;
    margin-top: 30px;
    margin-left: 15px;
}
.p0x5{
    padding: 0 5px;
}
.navbar{
    position: absolute;
    width: 100%;
}
#main-video{
    height: -moz-calc(100% + 154px);
    height: -webkit-calc(100% + 154px);
    height: calc(100% + 154px);
    
    position: relative;
    overflow: hidden;
}
#main-video .overlay-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 2, 30, 0.4);
}
#bgvid{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%);
    z-index: -1;
}
.main-caption{
    position: absolute;
    /*top: 50%;*/
    bottom:0;
    left: 50%;
    max-width: 1170px;
    z-index: 10;
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%;
    padding: 0 15px;
    text-align: center;
}
.main-caption h5{
    margin-bottom: 0;
    font-size: 50px;
    opacity: 0.8;
    bottom:80px;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 30px;
    -webkit-transform: translateX(100px); 
    transform: translateX(100px);
    font-family:'Audiowide', sans-serif;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main-caption h5.klasa2,
.main-caption h5.klasa3{
    font-size: 60px;
}

.main-caption h5.before1,
.main-caption h5.before3,
.main-caption h5.before5,
.main-caption h5.before6{
    text-align: left;
    -webkit-transform: translateX(-100px); 
    transform: translateX(-100px);
}
.main-caption h5.before0,
.main-caption h5.before2,
.main-caption h5.before4{
    text-align: right;
    -webkit-transform: translateX(100px); 
    transform: translateX(100px);
}

.main-caption h5.before2,
.main-caption h5.before3,
.main-caption h5.before6{
    bottom: 40%;
}
.main-caption h5.active{
    opacity: 0.8;
    -webkit-transform: translateX(0); 
    transform: translateX(0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}





@media (min-aspect-ratio: 16/9) {
  #bgvid{
    width: 105%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #bgvid{
    width: auto;
    
    height: -moz-calc(100% + 154px);
    height: -webkit-calc(100% + 154px);
    height: calc(100% + 154px);
  }
}
.fixed-video{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #010001;
}
.our-cases{
    position: relative;
    z-index: 1;
    background: #fff;
    padding-bottom: 150px;
}
.our-cases:after{
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    content:'';
    display: block;
    width: 100%;
    height: 154px;
    position: absolute;
    bottom: -154px;
}
.our-cases:before{
    
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    content:'';
    display: block;
    width: 100%;
    height: 154px;
    position: absolute;
    top: -154px;
}
.our-row{
    font-size: 0;
}
.col6{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.offer-caption h6{
    color:#fff;
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}
.offer-caption p{
    font-size: 20px;
    font-weight: 900;
    color:#fff;
}
.offer-box{
    display: block;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    overflow: hidden;
    position: relative;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box-big{
    height: 960px;
}
.box-small{
    height: 480px;
}
.offer-caption{
    height: 100%;
    padding: 0 40px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.oc-inner{
    top:50%;
    transform: translate(0, -50%);
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    /*left:-100%;*/
    opacity: 0;

    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.oc-inner p{
    /*margin-left: -40px;*/
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.offer-box:hover .offer-caption{
    background: rgba(0, 0, 0, 0.25);
}
.offer-box:hover .oc-inner{
    /*left: 40px;*/
    opacity: 1;
}
.offer-box:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.offer-box:hover .oc-inner p{
    /*margin-left: 0px;*/
}
/*.offer-box:hover .offer-caption{
    background: none!important;
}*/
.offer-img{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.offer-box:hover .offer-img{
    opacity: 1;
}
.stat-caption p{
    font-size: 70px;
    font-weight: 900;
    color:#fff;
    line-height: 1.1;
}
.stat-caption p span{
    display: block;
}
.stat-caption p span.statSpan{
    font-size: 90px;
    display: block;
    margin-left: -30px;
    color: #45d9ff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.stat-caption p span.statSpan[data-emergence=visible]{
    margin-left: 0px;
}
.stat-caption{
    width: 66%;
    padding: 300px 0 300px;
    position: relative;
}
.stat1 .stat-caption,
.stat3 .stat-caption{
    margin-right: 0;
    margin-left: auto;
}
.stat2 .stat-caption p span.statSpan{
    margin-right: -39px;
    margin-left: 0;
    color: #009cc4;
}
.stat2 .stat-caption p span.statSpan[data-emergence=visible]{
    margin-right: 0px;
}
.stat2 p{
    text-align: right;
    color:#383b45;
}
.stat{
    position: relative;
    overflow: hidden;
    background: #01021e;
}
.stat:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: #01021e;
    z-index: -100;
    display: block;
    content:'';
}
.stat2{
    background: #fff;
}
.stat .overlay-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.stat1 .overlay-bg,
.stat3 .overlay-bg{
    background: rgba(15, 105, 143, 0.65);
}
.stat2 .overlay-bg{
    background: rgba(232, 232, 232, 0.7);
}
.our-offer{
    position: relative;
    background: #fff;
}
.our-offer:before {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    content: '';
    display: block;
    width: 100%;
    height: 154px;
    position: absolute;
    top: -154px;
}
.our-offer:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    content: '';
    display: block;
    width: 100%;
    height: 154px;
    position: absolute;
    bottom: -154px;
    z-index: 1;
}
.box-caption p{
    color:#01021e;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 20px 25px;
    display: inline-block;
    position: relative;
}
.offer-boxes{
    font-size: 0;
    padding-bottom: 150px;
}
.box{
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.box-img{
    width: 100%;

    -webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1.01);
    -moz-transition: all 0.6s cubic-bezier(0, 0, 0, 1.01);
    -o-transition: all 0.6s cubic-bezier(0, 0, 0, 1.01);
    transition: all 0.6s cubic-bezier(0, 0, 0, 1.01);
}
.box1 .box-img,
.box3 .box-img,
.box5 .box-img{
    height: 200px; 
}
.box2 .box-img{
    height: 325px;
    margin-top: 150px;
}
.box5 .box-img{
    margin-top: 74px;
}
.box4 .box-img{
    height: 380px;
}
.box6 .box-img{
    height: 315px;
}
.box-caption p:after{
    content:'';
    display: inline-block;
    width: 4px;
    height: 125px;
    background:#29abe1;
    position: absolute;
}
.box-caption p:before{
    content:'';
    display: inline-block;
    height: 4px;
    width: 190px;
    background:#29abe1;
    position: absolute;
}
.box1 p:after,
.box4 p:after{
    bottom: 0;
    right: 0;
}
.box2 p:after,
.box5 p:after{
    left: 0;
    top: 0;
}
.box3 p:after,
.box6 p:after{
    left: 0;
    bottom: 0;
}
.box1 p:before,
.box4 p:before{
    bottom: 0;
    right: 0;
}
.box2 p:before,
.box5 p:before{
    left: 0;
    top: 0;
}
.box3 p:before,
.box6 p:before{
    left: 0;
    bottom: 0;
}
.box2 .box-caption{
    position: absolute;
    top: 74px;
    left: 50%;
    transform: translate(-50%);
}
.box5 .box-caption{
    position: absolute;
    top:0;
}
.box2 a{
    display: block;
    height: 335px;
}
.box4,
.box5{
    margin-top: 84px;
}
.box6{
    margin-top: -38px;
}
.box3 .box-caption,
.box6 .box-caption,
.box2 .box-caption,
.box5 .box-caption{
    padding-left: 20px;
}
.box1 .box-caption,
.box4 .box-caption{
    padding-right: 20px;
}
.box3 .box-caption,
.box6 .box-caption{
    position: absolute;
    right: 0;
}

.box1 a:hover .box-img, .box3 a:hover .box-img, .box5 a:hover .box-img{
    height: 240px;
}
.box2 a:hover .box-img {
    height: 370px;
}
.box6 a:hover .box-img {
    height: 340px;
}
.box4 a:hover .box-img {
    height: 415px;
}



.locations{
    position: relative;
    background: #fff;
}
.locations:before {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    content: '';
    display: block;
    width: 100%;
    height: 154px;
    position: absolute;
    top: -154px;
}
.locations p{
    font-size: 18px;
    line-height: 1.7;
    max-width: 800px;
    margin:0 auto;
    text-align: center;
    margin-bottom: 100px;
}
.locations h2{
    padding-bottom: 50px;
}
.locations-brands{
    height: 750px;
    font-size: 0;
    overflow: hidden;
}
.locations-map{
    height: 100%;
    display: inline-block;
    vertical-align: top;
    width: 67%;
    background: url(../images/theme/map-brands.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.locations-list{
    width: 33%;
    display: inline-block;
    background:#f4f4f4;
    height: 100%;
    font-size: 0;
    position: relative;
    vertical-align: top;
    z-index: 1;
}
.locations-list a{
    /*font-size: 20px;
    font-weight: 700;
    color: #01021e;*/
}
.locations-list li{
    margin:15px 0;
    font-size: 20px;
    font-weight: 700;
    color: #01021e;
    list-style: none;
    cursor:pointer;
}
.locations-list ul{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 15px;
}
.list-inner{
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    width: 100%;
    z-index: 10;
}
.locations-list ul.list-left{
    text-align: right;
    border-right: 4px solid #29abe1;
    padding-right: 40px;
}
.locations-list ul.list-right{
    padding-left: 40px;
}
.locations-list:after{
    background: -moz-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(244,244,244,0) 100%);
    background: -webkit-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%);
    background: linear-gradient(to right, rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00f4f4f4',GradientType=1 );
    content: '';
    display: block;
    width: 150px;
    height: 100%;
    position: absolute;
    right: -150px;
}
.brand{
    position: absolute;
    max-width: 115px;
    max-height: 115px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.brand:hover,
.brand.active{
    transform: scale(1.2) translate(0, -10px);
    border: 1px solid #cdcdcd;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.brand:hover span,
.brand.active span {
    /*font-size: 9px;
    background: #f4f4f4;
    width: 100%;
    display: inline-block;
    padding: 4px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;*/

    font-size: 12px;
    background: #ffffff;
    width: 100%;
    border-top: 2px solid #2aabe1;
    display: inline-block;
    letter-spacing: -0.5px;
    padding: 6px 7px;
    text-align: center;
    color: #02031f;
    font-weight: 700;
    position: absolute;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.locations-list li:hover{
    color:#2aabe1;
}
.coca-cola{
    top: 43%;
    right: 24%;
}
.nest{
    top: 31%;
    right: 30%;
    max-width: 80px;
}
.burkert{
    top: 50%;
    right: 36%;
}
.orlen{
    top: 33%;
    right: 44%;
    max-width: 90px;
}
.albione{
    top: 15%;
    left: 37%;
}
.meritum{
    bottom: 34%;
    left: 37%;
}
.alior{
    top: 40%;
    left: 26%;
    max-width: 100px;
}
.ing{
    top: 20%;
    right: 28%;
}
.open-finance{
    bottom: 22%;
    right: 25%;
}
.plus-mobile{
    bottom: 16%;
    left: 47%;
}
.dekra{
    bottom: 30%;
    right: 29%;
}
.notus{
    top: 25%;
    left: 24%;
}

.contact{
    position: relative;
    background: #f8f8f8;
    font-size: 0;
}
.brands:before{
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    content: '';
    display: block;
    width: 100%;
    height: 154px;
    position: absolute;
    top: -154px;
}
.contact-map-address{
    background: #fff;
}
.contact-map{
    position: relative;
    width: 100%;
    display: inline-block;
    height: 640px;
    vertical-align: middle;
}
#map{
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #e8edf0;
}
#map iframe{
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.map-points{
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}
.map-pin{
    position: absolute;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    pointer-events: auto;
}
.map-pin-icon{
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    background: url(../images/theme/marker.png) no-repeat center;
    background-size: contain;
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.25));
}
.map-pin-label{
    display: inline-block;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    color: #02031f;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    max-width: 280px;
}
.map-pin-label strong{
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 4px;
}
.map-pin-label small{
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: #55636c;
}
.map-pin.current{
    top: 32%;
    left: 56%;
}
.map-pin.future{
    top: 55%;
    left: 32%;
}
.map-pin.future .map-pin-label{
    background: rgba(42, 171, 225, 0.95);
    color: #fff;
}
.map-pin.future .map-pin-label small{
    color: rgba(255, 255, 255, 0.88);
}
#map-content{
    padding: 10px;
}
#map-header{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
#bodyContent img{
    max-width: 100%;
    margin:0 auto;
    max-height: 190px;
}
#bodyContent p{
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}
.contact-addres{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 100px;
}
.contact-addres h4{
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 75px;
}
.contact-data{
    max-width: 375px;
    margin:0 auto;
}
.contact-data p{
    font-size: 18px;
    padding: 30px 50px;
    border-bottom: 1px solid #e2e2e2;
}
.contact-data p a{
    color: #01021e;
}
.contact-data p img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.contact-data p span{
    display: inline-block;
    vertical-align: middle;
}
.socials{
    margin-top: 35px;
}
.socials a{
    margin:0 20px;
    margin-bottom: 20px;
}

.marker{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -68px;
}
.marker img{
    display: block;
    margin:0 auto;
    max-width: 178px;
    margin-bottom: 10px;
}
footer{
    position: relative;
    background: #f8f8f8;
    padding: 35px 0;
    text-align: center;
    font-size: 14px;
}
.map-link{
    
}
.map-link .container{
    position: relative;
}
.map-link a{
    font-size: 45px;
    color: #333;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 100px;
    display: inline-block;
    max-width: 350px;
    text-decoration: underline;
}


/* animations */
 
@-webkit-keyframes scaleOut {
    0% {
       -webkit-transform: scale(1);
    }
    100% {
       -webkit-transform: scale(1.02);
    }
 }
 
 @keyframes scaleOut {
    0% {
       transform: scale(1);
    }
    100% {
       transform: scale(1.02);
    }
 }
 @-webkit-keyframes scaleIn {
    0% {
       -webkit-transform: scale(1.02);
    }
    100% {
       -webkit-transform: scale(1);
    }
 }
 
 @keyframes scaleIn {
    0% {
       transform: scale(1.02);
    }
    100% {
       transform: scale(1);
    }
 }
 .fadeOutUp[data-emergence=hidden] {
  opacity:0;
}
.fadeInUp[data-emergence=visible] {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-timing-function: cubic-bezier(.58,.3,.005,1);
    animation-timing-function: cubic-bezier(.58,.3,.005,1);
}
.fadeInLeft[data-emergence=visible] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-timing-function: cubic-bezier(0.01, 0.65, 0.51, 1);
    animation-timing-function: cubic-bezier(0.01, 0.65, 0.51, 1);
}
.fadeInRight[data-emergence=visible] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-timing-function: cubic-bezier(0.01, 0.65, 0.51, 1);
    animation-timing-function: cubic-bezier(0.01, 0.65, 0.51, 1);
}

.modal-dialog {
    width: 100%;
    /*max-width: 1000px;*/
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    margin:0;
    min-height: 100%;
    background: #fff;
}
.modal.fade .modal-dialog{
    /*-webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    -o-transform: translate(0, 20%);
    transform: translate(0, 20%);*/
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.modal.in .modal-dialog {
    /*-webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);*/
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.modal-content{
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.modal-inner{
    background: rgba(0, 0, 0, 0.25);
    padding: 80px 0px;
    color:#fff;
}
.modal-inner .container{
    padding: 0 50px;
    position: relative;
}
button.close,
.close{
    z-index: 1;
    position: relative;
    opacity: .8;
    font-size: 60px;
    color:#fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    line-height: 0.6;
}
.close:hover, .close:focus{
    color: #fff;
    opacity: 1;
}
.modal-content h6 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
}
.modal-content p {
    font-size: 18px;
    font-weight: 800;
}
.modal-images{
    position: relative;
    background: #fff;
    font-size: 0;
    padding: 10px 35px;
}
.modal-images a{
    display: inline-block;
    width: 22%;
    width: 100%;
    height: 215px;
    /*margin: 1%;*/
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.modal-images a:hover{
    opacity: 0.7;
}
.modal-images a:nth-child(2){
    width: 50%;
}
.modal-images a:nth-child(6){
    width: 50%;
}

.modal.fade .modal-dialog .modalTitle h6{
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    -o-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.modal.in .modal-dialog .modalTitle h6{
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
}
.modal.fade .modal-dialog .modalTitle{
    padding-right: 40px;
    -webkit-transform: translate(-60px, 0);
    -ms-transform: translate(-60px, 0);
    -o-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}
.modal.in .modal-dialog .modalTitle{
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
}
.modalDesc{
    background: #fff;
    padding: 50px 35px;
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    color:#333;
    text-align: justify;
}
.modalDesc p,
.modalDesc li{
    font-size: 14px;
    line-height: 1.7;
    color:#333;
    text-align: justify;
}
.modalDesc ul{
    padding-left: 25px;
}
.modal.fade .modal-dialog .modalDesc p{
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    -o-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
    -webkit-transition: all 1.7s ease-out;
    -o-transition: all 1.7s ease-out;
    transition: all 1.7s ease-out;
}
.modal.in .modal-dialog .modalDesc p{
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
}
.modalOffer .modal-content h6{
    /*padding-left: 20px;*/
}
.modalOffer .modal-inner {
    padding: 95px 0px;
}
.modalOffer .modalDesc p{
    /*padding-left: 20px;*/
}
.modal-offer-content{
    position: relative;
}
/*.modal-offer-content:before{
    content:'';
    display: inline-block;
    width: 4px;
    height: 90%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 30px;
    background: #29abe1;
    z-index: 1;
}*/
.our-row .overlay-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.modal-images .slick-slide{
    height: auto;
    padding: 0 5px;
}
.modal-images .slick-prev {
    left: 7px;
}
.slick-next {
    right: 7px;
}
.slick-prev:before, .slick-next:before{
    display: none;
}
.slick-prev, .slick-next{
    width: 20px;
    height: 50px;
}
.slick-prev{
    background: url(../img/arrow-left.png) no-repeat center;
    background-size: contain;
}
.slick-next{
    background: url(../img/arrow-right.png) no-repeat center;
    background-size: contain;
}
.slick-prev:hover, .slick-prev:focus{
    background: url(../img/arrow-left.png) no-repeat center;
    background-size: contain;
}
.slick-next:hover, .slick-next:focus{
    background: url(../img/arrow-right.png) no-repeat center;
    background-size: contain;
}
.brands,
.brands2{
    position: relative;
    background: #ffffff;
    padding: 100px 0;
    text-align: center;
}
.brands2 p{
    font-size: 18px;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.brands2 h2{
    padding-bottom: 50px;
    padding-top: 0;
}
.brands img{
    display: inline-block;
    margin:10px 30px;
    max-width: 200px;
    width: 100%;
    /*transform: scale(0.8);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}
/*.brands img:hover{
    transform: scale(1);
}*/
.brands-inner a:first-child img{
    max-width: 215px;
}
.brands-inner > *{
    transform: scale(0.9);
    display: inline-block;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.brands-inner > *:hover{
    transform: scale(1);
}
.brands2:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    content: '';
    display: block;
    width: 100%;
    height: 154px;
    position: absolute;
    bottom: -154px;
    z-index: 1;
}
.navbar-collapse {
    transition: opacity 0.3s ;
}

.sound-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1) url(/theme/SetGroup/img/audio-sprite.png) no-repeat 5px 5px;
    background-size: 26px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 10;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.sound-icon:hover{
    opacity: 1;
}

.sound-icon.soundOff{
    background-position: bottom 4px center;
}
.scrollDown{
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%);
    background: url(../img/arrow-down.png) no-repeat center;
    background-size: contain;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scrollDown:hover{
    opacity: 1;
    bottom:10px;
}







/* media queries */


@media (max-width:1450px){
    .box-caption p {
        font-size: 25px;
    }
}

@media (max-width:1220px){
    .box-caption p {
        font-size: 20px;
    }
}

@media (max-width:1199px){
    .stat-caption p {
        font-size: 55px;
    }
    .stat-caption p span.statSpan {
        font-size: 75px;
    }
    .box-big {
        height: 646px;
    }
    .box-small {
        height: 323px;
    }
    .offer-caption h6{
        font-size: 35px;
    }
    .locations-list li {
        font-size: 18px;
    }
    .map-link a{
        left: 20px;
    }
    .map-pin.current{
        left: 52%;
    }
    .map-pin.future{
        left: 28%;
    }
    
}
@media (max-width:1024px) and (max-height: 1366px){
    #bgvid{
        width: 100%;
        height: auto;
        top:50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width:1366px) and (max-height: 1024px){
    #bgvid{
        width: 100%;
        height: auto;
        top:50%;
        transform: translate(-50%, -50%);
    }
}


@media (max-width:991px){
    .box-caption p{
        color: #ffffff;
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
        word-break: break-word;
        padding: 20px 10px;
        font-size: 18px;
    }
    .box-caption p:before{
        display: none;
    }
    .box .box-caption{
        padding: 0 15px;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
        height: 100%;
        background: rgba(2, 3, 31, 0.25);
    }
    .box .box-img{
        height: 260px;
        margin:0;
    }
    .box{
        margin:0;
    }
    .box a{
        height: auto;
    }
    .box a:hover .box-img{
        height: 260px;
    }
    .box-caption p:after{
        /*width: 90px;
        height: 130px;
        border: 4px solid #02031f;
        background: none;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;*/
        display: none;
    }
    .offer-boxes{
        padding-bottom: 0;
    }
    .our-offer:after{
        display: none;
    }
    .stat-caption p {
        font-size: 40px;
    }
    .stat-caption p span.statSpan {
        font-size: 55px;
    }
    h2{
        font-size: 40px;
    }
    h2.low-top {
        padding: 50px 0 60px;
    }
    .stat-caption {
        padding: 160px 0 230px;
    }
    .locations-list li {
        font-size: 16px;
    }
    .locations-brands {
        height: 570px;
    }
    .locations p,
    .brands2 p {
        font-size: 16px;
    }
    .oc-inner{
        /*left: -109%;*/
    }
    .offer-box:hover .oc-inner {
        /*left: 20px;*/
    }
    .locations-list ul{
        padding: 0 10px;
    }
    .locations-list ul.list-left{
        padding-right: 20px;
    }
    .locations-list ul.list-right{
        padding-left: 20px;
    }
    .map-link a{
        max-width: 180px;
        font-size: 33px;
    }
    .map-pin-label{
        max-width: 220px;
    }
    .map-pin-label strong{
        font-size: 14px;
    }
    .brand{
        max-width: 95px;
        max-height: 70px;
    }
    .alior{
        left: 16%;
    }
    .meritum{
        left: 21%;
    }
    .open-finance{
        right:12%;
    }
    .nest{
        max-width: 80px;
        right: 29%;
    }
    .orlen{
        max-width: 80px;
    }
    .coca-cola {
        right: 19%;
    }
    .ing {
        right: 21%;
    }
    .main-caption h5{
        font-size: 50px;
    }
}



@media (max-width:767px){
    #bgvid{
        display: none;
    }
    .fixed-video{
        background: #0e1120 url(../img/poster-animated.gif) no-repeat center;
        background-size: contain;
    }
    .box-big,
    .box-small {
        height: 300px;
    }
    .col6 {
        width: 100%;
    }
    h1 {
        font-size: 45px;
        margin-bottom: 15px;
    }
    h5 {
        font-size: 20px;
    }
    .stat-caption p span.statSpan {
        font-size: 40px;
    }
    .stat-caption p {
        font-size: 25px;
    }
    .stat-caption {
        padding: 100px 0 160px;
    }
    .locations p {
        font-size: 14px;
        margin-bottom: 50px;
    }
    .brands2 p {
        font-size: 14px;
    }
    .locations-brands {
        height: auto;
    }
    .contact-map,
    .contact-addres{
        width: 100%;
    }
    .contact-map{
        /*height: 385px;*/
    }
    
    .contact-addres h4{
        margin-bottom: 30px;
    }
    #kontakt h2{
        padding-bottom: 50px;
    }
    .box {
        width: 50%;
    }
    .map-link a{
        top: 5px;
        left: 20px;
        max-width: none;
    }
    .map-points{
        inset: auto 16px 16px 16px;
        display: grid;
        gap: 12px;
    }
    .map-pin{
        position: relative;
        top: auto;
        left: auto;
        gap: 10px;
    }
    .map-pin-label{
        max-width: none;
        padding: 10px 14px;
    }
    .gmnoprint{
        display: none;
    }
    .gm-bundled-control .gmnoprint,
    .gm-bundled-control{
        display: block;
    }
    .list-inner {
        top: 0;
        transform: none;
        position: relative;
    }
    .locations-list{
        height: auto;
        width: 100%;
        background: #fff;
    }
    .locations-map {
        height: 370px;
        width: 100%;
    }

    .locations-list:after{
        width: 100%;
        height: 35px;
        right: auto;
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    }
    .locations-list ul.list-left{
        border:none;
        padding: 0;
    }
    .locations-list ul.list-right{
        padding: 0;
    }
    .locations-list li{
        display: inline-block;
        margin:10px;
    }
    .contact-addres h4 {
        font-size: 30px;
    }
    .modal-dialog{
        margin:0;
    }
    .modal-content h6 {
        font-size: 30px;
    }
    .modalOffer .modal-inner {
        padding: 55px 35px;
    }
    .modal-images a {
        /*height: 140px;*/
    }
    .brands img{
        max-width: 125px;
        margin:10px;
    }
    .our-cases{
        padding-bottom: 0;
    }
    .our-cases:after{
        display: none;
    }
    .offer-box.active{
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
    }
    .offer-box.active .oc-inner{
        opacity: 1;
    }
    .offer-box.active .offer-img{
        opacity: 1;
    }
    .offer-box.active .offer-caption {
        background: rgba(0, 0, 0, 0.25);
    }
    .brand{
        max-width: 65px;
        max-height: 50px;
    }
    .brand:hover, .brand.active {
        transform: scale(1.2) translate(0, -5px);
    }
    .albione {
        top: 10%;
    }
    .coca-cola {
        top: 44%;
    }
    .ing {
        top: 15%;
    }
    .nest{
        top:26%;
    }
    .main-caption h5{
        /*font-size: 30px;*/
        display: none;
    }
    .navbar-brand,
    .sound-icon{
        display: none;
    }
    .offer-box{
        margin:5px 0;
    }
    .brands-inner a:first-child img {
        max-width: 140px;
    }
    .play-btn{
        display: inline-block;
    }
    .brand:hover span, .brand.active span{
        padding: 2px 4px;
        font-size: 10px;
    }
}


@media (max-width:767px) and (min-width:481px){
    .alior {
        left: 27%;
    }
    .ing {
        right: 35%;
    }
    .meritum {
        left: 32%;
    }
    .open-finance {
        right: 27%;
    }
    .nest{
        max-width: 60px;
    }
    .orlen{
        max-width: 60px;
    }
    .coca-cola {
        right: 27%;
    }
    .dekra {
        right: 45%;
    }

}

@media (max-width:480px){
    #menu a {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    .box-big, .box-small {
        height: 230px;
    }
    .offer-box{
        margin:2px 0;
    }
    .box {
        width: 100%;
        margin: 2px 0;
    }
    .box .box-img {
        height: 180px;
    }
    .box-caption p:after{
        /*height: 68px;*/
    }
    .locations-list ul{
        width: 100%;
        text-align: center;
    }
    .locations-list ul.list-left{
        text-align: center;
    }
    .contact-data p {
        font-size: 16px;
    }
    .marker img{
        max-width: 140px;
    }
    .marker{
        margin-top: -62px;
    }
    .stat-caption {
        width: 100%;
    }
    .stat p {
        text-align: center;
    }
    h1 {
        font-size: 35px;
    }
    .navbar-brand>img{
        max-width: 170px;
    }
    .navbar-toggle{
        margin-top: 35px;
    }
    .modal-content h6 {
        font-size: 22px;
    }
    /*.modal-images a,
    .modal-images a:nth-child(2),
    .modal-images a:nth-child(6) {
        width: 48%;
    }*/
    .modalDesc p {
        font-size: 13px;
    }
    /*.modal-offer-content:before{
        left: 15px;
    }*/
    .modalOffer .modal-content h6 {
        padding-left: 0;
    }
    .modalOffer .modalDesc p {
        padding-left: 0;
    }
    .modal-content p {
        font-size: 16px;
    }
    .modal-inner,
    .modalOffer .modal-inner {
        padding: 50px 0;
    }
    .modalDesc {
        padding: 35px 35px;
    }
    h2 {
        padding: 50px 0;
    }
    #map-content {
        padding: 0;
    }
    .navbar-header{
        padding: 0;
    }
    .navbar-toggle .icon-bar{
        width: 40px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 8px;
    }
    .brand {
        max-width: 55px;
    }

}

@media (max-width:350px){
    /*.modal-offer-content:before{
        display: none;
    }*/
    .modalDesc {
        padding: 20px;
    }
    .modalOffer .modal-inner {
        padding: 45px 0px;
    }
    .modal-inner .container{
        padding: 0 35px;
    }
    .play-btn{
        margin-top: 0;
        background: url(../img/play2.png) no-repeat center left 19px;
        background-size: 20px;
        width: 60px;
        height: 60px;
    }
    /*.main-caption h5{
        font-size: 22px;
    }*/

}
@media (max-height:450px){
    .main-caption{
        /*top: auto;
        bottom: 15px;
        transform: none;*/
    }
    /*.main-caption h5{
        bottom:30px;
        font-size: 25px;
    }*/
    .play-btn{
        margin-top: 0;
        background: url(../img/play2.png) no-repeat center left 19px;
        background-size: 20px;
        width: 60px;
        height: 60px;
    }
}
@media (min-height:800px) and (max-width:991px){
    
}
