body{
    font-family: 'HelveticaNeueCyr';
    font-size: 15px;
    color:#153f73;
    background: #dcf2ff;
}
a{
    color:#153f73;
}
a:hover{
    color:#153f73;
}
#page-wrapper{
    position: relative;
    max-width: 1920px;
    margin:0 auto;
}
a.top-logo{
    position: relative;
    display: inline-block;
    width: 193px;
    height: 150px;
    outline: none;
}
#paralax{
    position:relative;
    display: block;
    width: 100%;
    max-width:1920px;
    margin:0 auto;
    height:1613px;
    z-index:10;
    overflow:hidden;
}
#paralax .container{
    position: relative;
    z-index: 100;
}
#scene,
.layer {
    display: block;
    height:1613px;
    width: 100%;
    padding: 0;
    margin: 0;
}

#scene {
    position: absolute;
    overflow: hidden;
    list-style: none;
    left:0;top:0;
}

.layer {
    position: absolute;
}

.layer div {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: auto, auto;
}
.slogan{
    color: #fff;
    font-weight: 900;
    font-size: 49px;
    padding-top: 440px;
    padding-left: 20px;
    line-height: 57px;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(32, 172, 255, 0.6), 0 0 1px rgba(32, 172, 255, 0.7);
}
.slogan2{
    position: relative;
    padding-top:290px;
    color:#20acff;
    font-weight: bold;
    font-size:30px;
    text-transform: uppercase;
    line-height: 70px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 1px rgba(255, 255, 255, 0.7);
}
.slogan2 span{
    position: relative;
    display: block;
    font-weight: 900;
    font-size:124px;
    text-transform: uppercase;
    margin-left:-5px;
}
.sky{
    background: url("../images/bg_header.jpg") left top no-repeat;
}
.cloud-1{
    background: url("../images/cloud1.png") left top no-repeat;
    width:1920px !important;
    height:738px !important;
    margin-left:-25px;
}
.layer.corona{
    width:104%;
}
.layer.corona div{
    background: url("../images/corona.png") right 210px no-repeat;
    width:100% !important;
    height:100% !important;
}

.layer.cloud-2{
    width:105% !important;
    height:738px !important;
}
.layer.cloud-2 div{
    background: url("../images/cloud2.png") right 70px no-repeat;
    width:100% !important;
    height:100% !important;
}
.layer.wave {
    width:300% !important;
    left:-100%;
}
.layer.wave div{
    width:2200px !important;
    height: 100% !important;
    background: url("../images/wave.png") left 300px no-repeat;
    background-size: cover;
    -webkit-animation: wave 7s 0.1s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-animation: wave 7s 0.1s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: wave 7s 0.1s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    margin-left:-150px;
}
.layer.grass-1{
    width:100%;
}
.layer.grass-1 div{
    position: absolute;
    width:100%;
    margin-left:-70px;
    bottom:70px;
    height:187px;
    background: url("../images/blur.png") left bottom no-repeat;
}
.layer.factory div{
    position: absolute;
    width:681px;
    bottom:70px;
    height:476px;
    left:50%;
    margin-left:150px;
    background: url("../images/factory.png") left bottom no-repeat;
}

.grass-2{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:187px;
    background: url("../images/grass2.png") left bottom repeat-x;
    z-index:1000;
}





.layer.eagle img {
    position: absolute;
    display: block;
    right: 160px;
    top: 225px;
    -webkit-animation: eagle 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-animation: eagle 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: eagle 5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(10px, 20px, 50px) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(10px, 20px, 50px) rotateZ(-360deg);
    }
}

@-moz-keyframes wave {
    0% {
        -moz-transform: rotateZ(0deg) translate3d(10px, 20px, 50px) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateZ(360deg) translate3d(10px, 20px, 50px) rotateZ(-360deg);
    }
}

@-ms-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0deg) translate3d(10px, 20px, 50px) rotateZ(0deg);
        -moz-transform: rotateZ(0deg) translate3d(10px, 20px, 50px) rotateZ(0deg);
        transform: rotateZ(0deg) translate3d(10px, 20px, 50px) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(10px, 20px, 50px) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(10px, 20px, 50px) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(10px, 20px, 50px) rotateZ(-360deg);
    }
}

@keyframes wave {
    0% {
        transform: rotateZ(0deg) translate3d(10px, 20px, 50px) rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg) translate3d(10px, 20px, 50px) rotateZ(-360deg);
    }
}

@-webkit-keyframes eagle {
    0% {
        -webkit-transform: rotateZ(15deg);
    }
    100% {
        -webkit-transform: rotateZ(5deg) translate(40px, 30px);
    }
}

@-moz-keyframes eagle {
    0% {
        -moz-transform: rotateZ(15deg);
    }
    100% {
        -moz-transform: rotateZ(5deg) translate(40px, 30px);
    }
}

@-ms-keyframes eagle {
    0% {
        -webkit-transform: rotateZ(15deg);
        -moz-transform: rotateZ(15deg);
        transform: rotateZ(15deg);
    }
    100% {
        -webkit-transform: rotateZ(5deg) translate(40px, 30px);
        -moz-transform: rotateZ(5deg) translate(40px, 30px);
        transform: rotateZ(5deg) translate(40px, 30px);
        -o-transform:  rotateZ(5deg) translate(40px, 30px);
    }
}

@keyframes eagle {
    0% {
        transform: rotateZ(15deg);
    }
    100% {
        transform: rotateZ(5deg) translate(40px, 30px);
    }
}

.top-panel .panel1{
    position: relative;
    line-height: 35px;
    vertical-align: top;
    font-size:0;
}
.top-panel .panel1 .call{
    position: relative;
    display: inline-block;
    background: #153f73;
    border:0;
    border-radius:17px;
    color:#fff;
    padding: 2px 29px 4px;
    font-weight: 500;
    font-size:15px;
    font-family: 'HelveticaNeueCyr';
    margin-right:27px;
    line-height:30px;
}
.top-panel a{
    vertical-align: top;
}
.top-panel a.tel{
    position: relative;
    display: inline-block;
    margin:0 6px;
    color:#153f73;
    font-size:17px;
    padding-top: 2px;
}
.top-panel .panel1 .social-btn{
    position: relative;
    display: inline-block;
    width: 18px;
    height: 35px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    margin-left:9px;
    font-size:17px;
    line-height:35px;
}
.top-panel .panel1 .social-btn.inst{
    background-image: url("../images/icons/inst.png");
    margin-left:48px;
}
.top-panel .panel1 .social-btn.fb{
    background-image: url("../images/icons/fb.png");
}
.top-panel .panel1 .social-btn.ok{
    background-image: url("../images/icons/odnoklassniki.png");
}
.top-panel .panel1 .wrapper{
    position: relative;
    display: inline-block;
    padding-bottom:20px;
    border-bottom:1px solid #3ba4e8;
}
.top-panel .panel2 {
    position: relative;
    padding-top: 36px;
    padding-left:0;
}
.top-panel .panel2 nav ul{
    position: relative;
    margin:0;
    padding: 0;
    list-style: none;
}
.top-panel .panel2 nav > ul > li{
    position: relative;
    display: inline-block;
    margin-left:33px;
}
.top-panel .panel2 nav > ul > li:first-child{
    margin-left:0;
}
.top-panel .panel2 nav > ul > li ul{
    position: absolute;
    display:none;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.top-panel .panel2 nav > ul > li > ul{
    left:-10px;
    top:100%;
    min-width: 150px;
    padding: 20px 0 15px;
    border-radius: 0 0 7px 7px;
    background: #69bbee;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69bbee', endColorstr='#ffffff',GradientType=0 );

    box-shadow: 0 15px 15px rgba(0,0,0,0.15);
}
.top-panel .panel2 nav > ul > li:hover > ul{
    display:block;
    opacity:1;
}
.top-panel .panel2 nav a{
    position: relative;
    display: inline-block;
    color:#153f73;
    font-size:19px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
}

.top-panel .panel2 nav > ul > li > ul a{
    font-size: 16px;
}
.top-panel .panel2 nav > ul li.active > a,
.top-panel .panel2 nav > ul li:hover > a{
    color:#fff;
}
.top-panel .panel2 nav > ul > li > ul li:hover > a,
.top-panel .panel2 nav > ul > li > ul li.active > a{
    text-shadow: 0 0 2px rgba(21,63,115,0.4);
}
.top-panel .panel2 nav > ul > li li{
    padding: 7px 15px;
    display: block;
    text-align: left;
}

#about {
    margin-top: -715px;
    margin-bottom:456px;
    z-index: 20;
    position: relative;
    min-height: 250px;
}
#about h1{
    position: relative;
    text-align: center;
    color:#fff;
    font-size:48px;
    font-weight: 900;
    text-transform: uppercase;
    margin:0;
    padding-bottom:20px;
    line-height: 38px;
    margin-bottom:35px;
}
#about h1:after{
    content: '';
    position: absolute;
    display: block;
    width: 134px;
    height:1px;
    background: #fff;
    left:50%;
    bottom:0;
    margin-left:-67px;
}
#about .text{
    position: relative;
    width: 100%;
    max-width:550px;
    margin:0 auto;
    color:#fff;
}
#water_well{
    position: relative;
    z-index: 30;
}
.ground{
    position: relative;
    min-height:961px;
    background: url("../images/ground.png") center top repeat-x;
    z-index: 1;
}
.bottle-wrapper{
    position: absolute;
    top:-423px;
    left:50%;
    margin-left:-140px;
    width: 281px;
    height:1384px;
    z-index: 2;
    overflow: hidden;
}
.bottle-wrapper .water{
    position: absolute;
    left: 10px;
    top: 160px;
    width: 261px;
    height: 100%;
    background: url("../images/water-texture.gif") center;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.bottle-wrapper .water:before{
    content: '';
    position: absolute;
    left:0;
    top:-20px;
    width:100%;
    height:20px;
    background: url("../images/wave2.png") 0 0 repeat-x;
    -webkit-animation: wave2 3s infinite linear;
    -moz-animation:    wave2 3s infinite linear;
    -o-animation:      wave2 3s infinite linear;
    animation:         wave2 3s infinite linear;
}
.bottle-wrapper .bottle{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../images/bottle.png") center top no-repeat;
}

@-webkit-keyframes wave2 {
    0%   { background-position: 0 0; }
    100% { background-position: 401px 0; }
}
@-moz-keyframes wave2 {
    0%   { background-position: 0 0; }
    100% { background-position: 401px 0; }
}
@-o-keyframes wave2 {
    0%   { background-position: 0 0; }
    100% { background-position: 401px 0; }
}
@keyframes wave2 {
    0%   { background-position: 0 0; }
    100% {background-position: 401px 0;}
}

.cave{
    position: relative;
    height:197px;
    background: url("../images/water2.png") center bottom no-repeat;
    margin-top:-75px;
    z-index:200;
}

#water_well .content{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 300;
    padding-top:150px;
}
.well-row2{
    padding-left:80px;
    padding-top:110px;
}
.mb310{
    margin-bottom: 310px;
}
.drop-item{
    position: relative;
    color:#afe5f5;
}
.drop-item::before{
    content:'';
    position: absolute;
    display:block;
    width: 14px;
    height: 14px;
    right:6px;
    top:-34px;
    background: #6cbee3;
    border-radius: 50%;
}
.drop-item::after{
    content:'';
    position: absolute;
    width: calc(100% - 6px);
    height:1px;
    left:0;
    top:-27px;
    background: #6cbee3;
}
.well-row2 .drop-item::before{
    left:-30px;
    right: auto;
}
.well-row2 .drop-item::after{
    left:-18px;
    right: auto;
}
.well-row2 .drop-counter{
    margin-left:-100px;
}
.well-row2 .drop-counter::after{
    left:-80px;
}
.well-row3{
    padding-top:170px;
}

.drop-counter{
    color:#75cff8;
    font-size:53px;
    font-weight: bold;
    text-align:center;
    width:290px;
}
.drop-counter span{
    position:relative;
    display: inline-block;
}
.drop-counter::after{
    content: '';
    position: absolute;
    display: block;
    left:17px;
    top:-107px;
    width:290px;
    height:295px;
    background: url("../images/drop.png") center no-repeat;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode:forwards;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
    opacity:0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.col-right .drop-counter{
    margin-left:-86px;
}
.col-right .drop-counter::after{
    left:-67px;
}
.drop-text{
    position: relative;
    width:217px;
}


@-webkit-keyframes rotateIn { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(-200deg);
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0);
    } 
} 
@keyframes rotateIn { 
    0% { 
        transform-origin: center center; 
        transform: rotate(-200deg);
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(0);
    } 
}
.drop-counter.go::after {
    -webkit-animation-name: rotateIn; 
    animation-name: rotateIn;
    opacity: 1;
}


h1.block-title{
    position: relative;
    margin:0 0 66px;
    font-size: 44px;
    color:#fff;
    font-weight: 900;
    text-transform: uppercase;
}
h1.block-title::after{
    content: '';
    position: absolute;
    display: block;
    width:134px;
    height: 1px;
    background: #fff;
    left:0;
    bottom:-12px;
}
h1.block-title.blue{
    color:#153f73;
}
h1.block-title.blue::after{
    background: #153f73;
}

h2.block-title{
    position: relative;
    color:#153f73;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    margin:0 0 60px;
}
#production{
    position: relative;
    padding:150px 0 0;
    background: #98cfef;
}
#production .container{
    min-height:720px;
    background: url("../images/production_bg.jpg") -30px bottom no-repeat #98cfef;
}
#production nav{
    position: relative;
    display: block;
}
#production nav a{
    position: relative;
    display: inline-block;
    color:#fff;
    font-size:30px;
    height:30px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom:30px;
    outline:none;
    text-shadow:0 0 20px rgba(255,255,255,0.5), 0 0 30px rgba(255,255,255,0.5);
}
#production nav a::after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom:1px dashed #fff;
}
#production nav a::before{
    content:'';
    position: absolute;
    width: 16px;
    height:29px;
    right:-30px;
    top:7px;
    background: url("../images/nav.png") center no-repeat;
    -webkit-animation: l2r 0.5s 0.1s infinite linear;
    -moz-animation: l2r 0.5s 0.1s infinite linear;
    animation: l2r 0.5s 0.1s infinite linear;
}

#production nav a.active{
    color:#153f73;
}
#production nav a.active::after{
    border-bottom-color:#153f73;
}
#production nav a.active::before{
    background-image: url("../images/nav_active.png");
}
#production .col{
    border-left:1px dashed #fff;
    padding: 0 35px;
}

@-webkit-keyframes l2r {
    0% { right:-30px;}
    50%{ right:-26px;}
    100%{ right:-30px;}
}

@-moz-keyframes l2r {
    0% { right:-30px;}
    50%{ right:-26px;}
    100%{ right:-30px;}
}

@keyframes l2r {
    0% { right:-30px;}
    50%{ right:-26px;}
    100%{ right:-30px;}
}

.catalog-wrapper{
    position: relative;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}
#production .catalog-wrapper{
    display: none;
    padding:0 0 0 35px;
}
#production .catalog-wrapper.active{
    display: block;
}
.catalog-item {
    position: relative;
    display: inline-block;
    width:270px;
    padding:0 7px;
    margin:0 30px 50px 0;
    text-align: center;

    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor:grab;
}
.catalog-wrapper .catalog-item:last-child{
    margin-right:0;
}
.catalog-item .pic{
    position: relative;
    display: block;
    height: 315px;
    vertical-align: bottom;
    font-size: 0;
    text-align: center;
    margin-bottom:25px;
}
.catalog-item .pic .img-wrapper{
    position: relative;
    display: inline-block;
}
.catalog-item .pic img{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    z-index: 1;

    pointer-events: none;
}
.catalog-item .pic .img-wrapper::before{
    content: '';
    position: absolute;
    left:0;
    bottom:10px;
    width: 100%;
    height: 25px;
    background: rgba(255,255,255,0.3);
    box-shadow: 0 0 30px rgba(255,255,255,1);
}
.equipments .catalog-item .pic .img-wrapper::before{
    left: 6%;
    width: 90%;
    height: 55px;
    background: rgba(255,255,255,0.48);
    border-radius: 50%;
}
.catalog-item .pic .img-wrapper::after{
    content: attr(data-capacity);
    position: absolute;
    display: block;
    width:68px;
    height:68px;
    line-height: 67px;
    color:#fff;
    font-size: 23px;
    font-weight: bold;
    right:-25px;
    top:44px;
    background: #153f73;
    border-radius:50%;
    z-index: 2;
}
.catalog-item .pic .img-wrapper.small::after{
    font-size:15px;
    width:48px;
    height: 48px;
    line-height: 47px;
}
.equipments .catalog-item .pic .img-wrapper::after{
    display: none;
}
.catalog-item .pic .pseudo{
    display: inline-block;
    width:1px;
    height:100%;
    vertical-align:bottom;
}
.catalog-item .title{
    position: relative;
    width:220px;
    min-height: 48px;
    color:#153f73;
    font-size: 20px;
    font-weight: 300;
    white-space: normal;
    margin:0 auto 10px;
    text-align: center;
}
.catalog-item a.item-link .title{
    text-decoration: none;
}
.catalog-item .price,
.item-content .price{
    position: relative;
    text-align: center;
    font-size:26px;
    font-weight: bold;
    color:#153f73;
    margin-bottom:17px;
}
.catalog-item .price span{
    font-weight: 900;
}

a.order-btn{
    position: relative;
    display: inline-block;
    text-decoration: none;
    width:200px;
    text-align: center;
    color:#fff;
    border-radius: 17px;
    background: #08bb4f;
    padding:10px 0;
    box-shadow: 0 12px 18px rgba(8,187,79,0.5);
}

.catalog-wrapper .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #a3d4f1;
    border:1px solid rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.6);
}
.catalog-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    margin: 12px 0;
}
.catalog-wrapper .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{
    width:32px;
    height:32px;
}
.catalog-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    height:34px;
}
.catalog-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    height:10px;
}
.catalog-wrapper .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height:32px;
    width:32px;
    background: #fff;
}

#service{
    position: relative;
    min-height: 780px;
    background: url("../images/service_bg.jpg") center bottom no-repeat #c4e9ff;
    padding-top:85px;
}
.form-btn,
.price-btn{
    position: relative;
    display: inline-block;
    text-decoration: none;
    width:100%;
    max-width:240px;
    text-align: center;
    color:#153f73;
    border-radius: 19px;
    background: #fff;
    padding:9px 0;
    box-shadow: 0 12px 18px rgba(131,177,194,0.5);
    margin-bottom: 25px;
    outline:none;
}
a.form-btn,
a.price-btn{
    outline:none;
}
#delivery{
    position: relative;
    background: url("../images/bus.jpg") center top no-repeat #daf1ff;
    padding-top:150px;
}
.bus {
    position: relative;
    width: 100%;
    height: 670px;
    z-index: 2;
}

.light {
    background: url("../images/light.png") center top no-repeat;
    position: absolute;
    left: -40px;
    top: 245px;
    width: 357px;
    height: 189px;
    -webkit-animation: blink 1.5s infinite;
    -moz-animation: blink 1.5s infinite;
    animation: blink 1.5s infinite;
}
@-webkit-keyframes blink {
    0% {opacity: 0}
    49%{opacity: 0}
    50% {opacity: 1}
}
@-moz-keyframes blink {
    0% {opacity: 0}
    49%{opacity: 0}
    50% {opacity: 1}
}
@keyframes blink {
    0% {opacity: 0}
    49%{opacity: 0}
    50% {opacity: 1}
}

.bottom-phones{
    position: relative;
    display: block;
    padding: 10px 0;
}
.bottom-phones a{
    position: relative;
    display: block;
}
#delivery form{
    position: relative;
    display: block;
    width:270px;
}
#delivery form input{
    position: relative;
    display: block;
    width: 100%;
    background: none;
    border:0;
    border-bottom:3px solid #91b6cd;
    color:#5a7a8e;
    padding:12px 2px;
    margin-bottom:15px;
    font-weight: bold;
}
#delivery form .form-btn{
    text-decoration: none;
}
footer{
    position: relative;
}
footer .label{
    position: relative;
    font-weight: bold;
}
footer .container{
    padding-top:65px;
    padding-bottom:65px;
    font-size:15px;
    border-top:1px solid #c1dbeb;
}
.fs0{
    font-size:0;
}
.pl0{
    padding-left:0 !important;
}
.pl30{
    padding-left:30px;
}
.pl40{
    padding-left:40px;
}
.pl45{
    padding-left:45px;
}
.pl60{
    padding-left:60px !important;
}
.footer-content-block{
    position: relative;
    display: block;
    padding: 10px 0;
}
.footer-content-block a{
    position: relative;
    display: block;
    font-size:15px;
}
.footer-content-block a.social{
    position: relative;
    display: inline-block;
    width:19px;
    height:19px;
    background-repeat: no-repeat;
    background-image: url("../images/social.png");
}
.footer-content-block a.social.fb{
    background-position: -27px top;
}
.footer-content-block a.social.in{
    background-position: left top;
}
.footer-content-block a.social.ok{
    background-position: -56px top;
}

.default-bg{
    position: relative;
    min-height: 522px;
    background: url("../images/default_bg.jpg") center top no-repeat #cfebfc;
}
.about-bg{
    position: relative;
    background: url("../images/about_bg.jpg") center top no-repeat #daf1ff;
}
.service-bg{
    position:relative;
    background: url("../images/sevice_bg2.jpg") center top no-repeat #ebf6fc;
}
.products-bg{
    position:relative;
    background: url("../images/product_bg.jpg") center top no-repeat #c4e9ff;
}
header{
    position: relative;
    padding-bottom:20px;
    margin-bottom:100px;
    background: rgba(155, 216, 255,0.3);
    box-shadow: 0 12px 32px rgba(21,63,115,0.2);
}
.products-bg header{
    margin-bottom:250px;
}
#paralax header{
    padding:0;
    margin-bottom:0;
    background: none;
    box-shadow: none;
}
.page{
    position: relative;
    padding-left:44px;
}
.page-title{
    position: relative;
    margin:0 0 40px;
    color:#153f73;
    font-weight: 900;
    font-size:40px;
    text-transform: uppercase;
}
.awards{
    position: relative;
    background: #daf1ff;
}
.awards-item{
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom:50px;
    background-size: contain;
}
.dashed{
    font-size:20px;
    font-weight: bold;
    border-bottom:1px dashed #153f73;
}
.form-horisontal .form-title{
    position: relative;
    font-size: 30px;
    color:#153f73;
    font-weight: 300;
    margin-bottom:26px;
}
.form-horisontal form{
    position: relative;
    display:block;
    background: #dbf2ff;
    border-radius: 63px;
    width:100%;
    min-height: 127px;
}
.form-horisontal form > .row{
    padding-left:100px;
    padding-right:100px;
    padding-top:30px;
}
.field-block{
    position: relative;
    display:block;
    width:100%;
}
.form-horisontal form .field-block{
    max-width: 270px;
    margin:0 auto;
    text-align: center;
}
.form-horisontal form input{
    position: relative;
    display: block;
    width: 100%;
    background: none;
    border:0;
    border-bottom:3px solid #91b6cd;
    color:#5a7a8e;
    padding:12px 2px;
    margin-bottom:15px;
    font-weight: bold;
}
.form-horisontal form .form-btn{
    text-decoration: none;
}
.bus2{
    position: relative;
    background: url("../images/bus2.png") center top no-repeat;
    min-height:712px;
}
body#tinymce .bus2{
    margin-top:110px;
}
.bus2 .light2{
    background: url("../images/light2.png") center top no-repeat;
    position: absolute;
    left: 145px;
    top: 267px;
    width: 366px;
    height: 189px;
    -webkit-animation: blink 1.5s infinite;
    -moz-animation: blink 1.5s infinite;
    animation: blink 1.5s infinite;
}
.figure{
    position:absolute;
    display: block;
    width:190px;
    color:#153f73;
    font-size:15px;
    font-weight:500;
}
.figure::after{
    content: '';
    position: absolute;
    display: block;
    left:-30px;
    bottom:-40px;
    width:272px;
    height:27px;
    background: url("../images/figura_r.png") right top no-repeat;
}
.figure.figure-l{
    width:210px;
}
.figure.figure-l::after{
    left:-47px;
    background: url("../images/figura_l.png") left top no-repeat;
}
.figure-long::after{
    width:330px;
}
.figure-long.figure-l::after{
    left: -90px;
}
.product-block-title{
    position: relative;
    display: inline-block;
    margin:0 0 50px;
    color:#153f73;
    font-size:30px;
    font-weight: bold;
}
.product-block-title::after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom:1px dashed #153f73;
}
.adv{
    position: relative;
    background: #c4e9ff;
    padding: 120px 0 80px;
    min-height: 622px;
}
.adv .glass{
    min-height: 622px;
    background: url("../images/glass.jpg") right top no-repeat;
}
.adv .cooler{
    min-height: 622px;
    background: url("../images/cooler.jpg") left top no-repeat;
    border-left:1px dashed #153f73;
}
.adv .pull-right,
.adv .pull-left{
    width:585px;
}
.adv .pull-left{
    padding-left:0;
}
.adv h4{
    position: relative;
    margin:0 0 0;
    color:#153f73;
    font-weight: 900;
    font-size:28px;
    text-transform: uppercase;
    margin-bottom:85px;
}
.adv > .row{
    margin:0;
}

#loader {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100000;
}
#loader {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100000;
}

#loader .loading-text{
    position: absolute;
    margin-bottom:20px;
    font-size:1em;
    font-weight: 900;
    color:#2a96ed;
    z-index:10;
    width:100%;
    margin-top:30px;
}

#loader .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: #ccc;
    border: 5px solid #fff;
    box-shadow: 0 0 0 5px #2a96ed;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}

#loader .wave {
    position: relative;
    width: 100%;
    height: 100%;
    background: #2a96ed;
    border-radius: 50%;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
}

#loader .wave:before,
#loader .wave:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}

#loader .wave:before {
    border-radius: 35%;
    margin-top:8px;
    background: rgba(255, 255, 255, 0.5);
    animation: animate 7s linear infinite;
}

#loader .wave:after {
    border-radius: 45%;
    background: rgba(255, 255, 255, 1);
    animation: animate 4s linear infinite;
}

@keyframes animate{
    0%{
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100%{
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

@-webkit-keyframes go {
    100% {
        background: transparent;
        flex: 10;
        box-shadow: 0 0 0 transparent;
    }
}

@keyframes go {
    100% {
        background: transparent;
        flex: 10;
        box-shadow: 0 0 0 transparent;
    }
}

#normTable{
    background: #b0dffb;
    padding: 100px 0;
}
#normTable h1.block-title{
    color:#153f73;
}
#normTable h1.block-title::after{
    background:#153f73;
}
#normTable .man{
    position: relative;
    min-height: 683px;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-left: 29px;
    padding-right: 141px;
    padding-top: 37px;
}
#normTable .man .man-wrapper{
    position: relative;
    width:323px;
    height: 643px;
    overflow-y: hidden;
    background: url("../images/man_b.png") left top no-repeat;
}
#normTable .man .man-wrapper img{
    position: relative;
    display: block;
    z-index: 10;
}
#normTable .man .man-wrapper .man-w{
    position: absolute;
    left:0;
    top:-490px;
    width:265px;
    height:675px;
    background: url("../images/man_w.png") left top repeat-x;
    display: block;
    z-index: 5;
    -webkit-animation: wave3 5s infinite linear;
    -moz-animation:    wave3 5s infinite linear;
    -o-animation:      wave3 5s infinite linear;
    animation:         wave3 5s infinite linear;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
#normTable .man p{
    position: absolute;
    display: block;
    width: 145px;
    left: 50px;
    top: 165px;
    z-index: 15;
    text-shadow: 0 0 2px #153f73, 0 0 10px #153f73, 0 0 20px #153f73;
}
@-webkit-keyframes wave3 {
    0%   { background-position: 0 0; }
    100% { background-position: 323px 0; }
}
@-moz-keyframes wave3 {
    0%   { background-position: 0 0; }
    100% { background-position: 323px 0; }
}
@-o-keyframes wave3 {
    0%   { background-position: 0 0; }
    100% { background-position: 323px 0; }
}
@keyframes wave3 {
    0%   { background-position: 0 0; }
    100% {background-position: 323px 0;}
}
#normTable .glass-item{
    position: relative;
    width:20px;
    height:26px;
    background: url("../images/glass_item.png") left top repeat-x;
}
#normTable table{
    border-collapse: collapse;
}
#normTable table tr th{
    text-align: left;
    font-size:12px;
    padding-bottom:14px;
    border-bottom:1px solid #9fd0ed;
}
#normTable table tr td{
    padding: 7px 0 6px;
    border-bottom:1px solid #9fd0ed;
    vertical-align: middle;
}
#normTable table tr:nth-child(2) td:nth-child(1){
    width:90px;
}
#normTable table tr:nth-child(2) td:nth-child(2){
    width:62px;
}
#normTable .glass-item.glass-2{width:40px;}
#normTable .glass-item.glass-3{width:60px;}
#normTable .glass-item.glass-4{width:80px;}
#normTable .glass-item.glass-5{width:100px;}
#normTable .glass-item.glass-6{width:120px;}
#normTable .glass-item.glass-7{width:140px;}
#normTable .glass-item.glass-8{width:160px;}
#normTable .glass-item.glass-9{width:180px;}
#normTable .glass-item.glass-10{width:200px;}
#normTable .glass-item.glass-11{width:220px;}
#normTable .glass-item.glass-12{width:240px;}
#normTable .glass-item.glass-13{width:260px;}
#normTable .glass-item.glass-14{width:280px;}
#normTable .glass-item.glass-15{width:300px;}
#normTable .glass-item.glass-16{width:320px;}

#popup_block{
    display:none;
    padding:0;
    background: transparent;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    border-radius: 8px;
}
#popup_block .form-wrapper{
    position: relative;
    display: block;
    height:100%;
    width:100%;
    max-width: 450px;
    border:10px solid #50b5f9;
    border-radius: 8px;
    background: rgba(255,255,255,0.7);
    margin: 0 auto;
    padding: 10px 35px;
    text-align: center;
}
.form-wrapper h4{
    color:#153f73;
    margin:18px 0 22px;
}

.form-block span.success{
    color: #32b432;
}

.frm-field{
    position: relative;
    display:inline-block;
    width:233px;
    margin:10px 0 5px;
}
.sendForm input{
    position: relative;
    display:inline-block;
    letter-spacing: 1px;
    background: transparent;
    text-align: left;
    padding:10px;
    border-radius:4px;
    width:233px;
    margin-bottom:20px;
    line-height:13px;
    font-family: 'HelveticaNeueCyr';
    font-size: 15px;
    font-weight: bold;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border:1px solid #50b5f9;
    color:#5a7a8e;
}
.sendForm input[type="submit"]{
    color:#fff;
    cursor:pointer;
    margin-top:5px;
    background: #153f73;
    text-align: center;
    text-transform: uppercase;
}
.sendForm ::placeholder {
    color: #000;
    opacity: 0.6;
    font-family: 'HelveticaNeueCyr';
    font-size: 15px;
    color:#5a7a8e;
}
.sendForm :-ms-input-placeholder {
    color: #000;
    opacity: 0.6;
    font-family: 'HelveticaNeueCyr';
    font-size: 15px;
    color:#5a7a8e;
}
.sendForm ::-ms-input-placeholder {
    color: #000;
    opacity: 0.6;
    font-family: 'HelveticaNeueCyr';
    font-size: 15px;
    color:#5a7a8e;
}

.arrow_box {
    position: absolute;
    background: #ff8585;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
    display: block;
    padding: 5px 15px;
    left:0;
    top: -26px;
    font-size:14px;
    width: 100%;
    border-left:1px solid #50b5f9;
    border-top:1px solid #50b5f9;
    border-right:1px solid #50b5f9;
    z-index:3;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 37px;
    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;
}
span.success{
    position: relative;
    display: block;
    text-align: center;
    margin:0 auto 30px auto;
    font-size:16px;
    color: #5a9557;
    width:100%;
    max-width:450px;
    padding-top:25px;
}
.fancybox-bg{
    background: #fff;
}
.form-horisontal .arrow_box,
#verticalForm .arrow_box{
    border:0;
}
#verticalForm .success{
    background: rgba(255,255,255,0.7);
    border: 1px solid #153f73;
    border-radius: 8px;
    padding:15px;
}

.about-content table td{
    vertical-align: middle;
    padding-bottom:30px;
}
.about-content table tr td:nth-child(2),
.about-content table tr td:nth-child(4){
    padding-right:40px;
}
.form-horisontal .success {
    display: block;
    width: 350px;
    margin: 0 auto;
    position: relative;
    padding-top: 33px;
}

#map {
    position:relative;
    width:100%;
    height:600px;
}
.markers-selector{
    position: relative;
    height:600px;
    padding:40px 34px;
    background: url("../images/19l.jpg") center 100px no-repeat #fff;
}
.markers-selector h4{
    margin: 0 0 380px;
    color:#153f73;
    font-size:24px;
    font-weight: 900;
    text-transform: uppercase;
}
.markers-selector a{
    position: relative;
    display: inline-block;
    font-size:18px;
    text-decoration: none;
    margin-bottom:22px;
    color:#153f73;
}
.markers-selector a.active{
    border-bottom:1px dashed #153f73;
}
.gm-style-mtc > div{
    font-size:14px !important;
    height:30px !important;
}
.gm-control-active{
    width: 30px !important;
    height: 30px !important;
}
.gm-control-active img{
    width: 13px !important;
    height: 13px !important;
    margin:9px 8px 13px !important;
}
.gmnoprint.gm-bundled-control .gmnoprint > div{
    width: 30px !important;
    height:61px !important;
}
.gmnoprint.gm-bundled-control .gmnoprint > div > div{
    margin:0 !important;
}
.contact-block,
.contact-block a{
    font-size:20px;
    color:#153f73;
}
.item-content {
    position:relative;
    width: 100%;
    max-width: 750px;
}
.item-content table{
    width:100%;
    max-width:550px;
    border-top:1px solid #148ae1;
    border-left:1px solid #148ae1;
}
.item-content table td{
    padding: 8px 8px 12px 8px;
    border-right:1px solid #148ae1;
    border-bottom:1px solid #148ae1;
}
.item-content table tr td:first-child{
    width:30%;
    background: #148ae1;
    color:#fff;
    font-weight: bold;
    border-bottom:1px solid #a3d4f2;
}
.item-content table tr:last-child td:first-child{
    border-bottom:1px solid #148ae1;
}
.item-content h1{
    margin:0 0 30px;
    font-size:20px;
}
.container.mb120.fancybox-content{
    margin-bottom:0 !important;
    border:10px solid #50b5f9;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.container.mb120.fancybox-content .col-xs-3{
    width: 33.33333333%;
}
.container.mb120.fancybox-content .col-xs-9{
    width: 66%;
}

#checkout{
    display:none;
}
#cart-msg{
    display:none;
    position:fixed;
    right:50px;
    bottom:50px;
    width:132px;
    height:132px;
    z-index:99000;
    background: url("../images/cart.png") center no-repeat;
    cursor:pointer;
}
#cart-msg .num{
    position:absolute;
    top:0;
    right:25px;
    line-height:30px;
    min-width:30px;
    text-align:center;
    border-radius: 50%;
    background: #08bb4f;
    color:#fff;
    font-size:15px;
    font-weight: bold;
}
#cart-overlay{
    display: none;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(255,255,255, 0.87);
    z-index: 400000;
}

#cart{
    display: none;
    position: fixed;
    top:0;
    right:0;
    width:100%;
    max-width:685px;
    height:100%;
    max-height:100%;
    padding:0 0 0 35px;
    z-index:500000;
}
#cart section{
    height:100%;
    max-height:100%;
}
#cart .table-wrapper{
    position:relative;
    background: #fff;
    max-height:100%;
    width:100%;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

    -moz-box-shadow: -2px 0 18px rgba(0,0,0,0.18);
    -webkit-box-shadow: -2px 0 18px rgba(0,0,0,0.18);
    -o-box-shadow: -2px 0 18px rgba(0,0,0,0.18);
    box-shadow: -2px 0 18px rgba(0,0,0,0.18);
}

.table-wrapper-header{
    position:relative;
    width:100%;
    height:150px;
    background: #fff;
    padding: 30px 0 0;
}

.table-wrapper-footer{
    position: relative;
    border-top:1px solid #efefef;
    width:100%;
    height:100px;
    background: #fff;
    padding:35px 15px 0 55px;
}
.table-wrapper-scroll{
    position:relative;
    display:block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 1px;
}


#checkout .cart-close,
#cart .cart-close{
    width: 70px;
    height:70px;
    position: absolute;
    left:0;
    top:15px;
    background: url("../images/close.png") center no-repeat transparent;
    cursor:pointer;
    background-size: contain;
    z-index:100;
}
.cart-title{
    position: relative;
    font-size:48px;
    font-weight: bold;
    color:#153f73;
    margin-bottom:10px;
    margin-left:55px;
}
.counter-position{
    position: relative;
    font-weight: 300;
    font-size:24px;
    color:#939393;
    margin-left:55px;
}
table#cart-products{
    border:0;
    width: 100%;
    border-collapse: collapse;
    margin:0;
}
table#cart-products td{
    border:0;
    background: #fff;
    padding:0 0 10px;
}
.cart-item-pic{
    width:205px;
    text-align: center;
}
.cart-item-pic img{
    position: relative;
    display: inline-block;
    max-width: 125px;
    max-height: 125px;
    width: auto;
    height: auto;
}
.cart-item-title{
    width:50%;
}
.cart-item-title a{
    color:#747474;
    font-size:18px;
    position: relative;
    display: inline-block;
}
table#cart-products td.cart-item-del{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
table#cart-products td.cart-item-del img{
    position: relative;
    display: inline-block;
    width: 20px;
    height:17px;
    max-width: 20px;
}
.cart-total {
    font-size:36px;
    font-weight: bold;
    color:#b42837;
}
.cart-total label{
    font-size:36px;
    color:#383838;
    font-weight: 300;
}
.cart-checkout{
    position: relative;
    display: inline-block;
    float:right;
    color:#b42837;
    cursor:pointer;
    font-weight: 300;
    font-size:20px;
    margin-right:45px;
}
.cart-checkout::before{
    content: '';
    display: block;
    position: absolute;
    top:6px;
    right:-35px;
    width:20px;
    height:14px;
    background: url("../images/arr.png") center no-repeat;
}
.cart-checkout::after{
    content: '';
    display: block;
    position: absolute;
    width:100%;
    height:1px;
    border-bottom:1px dashed #b42837;
}
.cart-product-price{
    position: relative;
    display: inline-block;
    color:#153f73;
    font-size:24px;
    font-weight: bold;
    line-height: 32px;
    vertical-align: bottom;
}

#checkout{
    display: none;
    position: fixed;
    top:0;
    right:0;
    width:100%;
    max-width:685px;
    height:100%;
    max-height:100%;
    padding:0 0 0 35px;
    z-index:500000;
}
#checkout .form-wrapper{
    position:relative;
    background: #fff;
    max-height:100%;
    width:100%;

    display: block;
    -moz-box-shadow: -2px 0 18px rgba(0,0,0,0.18);
    -webkit-box-shadow: -2px 0 18px rgba(0,0,0,0.18);
    -o-box-shadow: -2px 0 18px rgba(0,0,0,0.18);
    box-shadow: -2px 0 18px rgba(0,0,0,0.18);
}
#checkout .form-header{
    position:relative;
    width:100%;
    background: #fff;
    padding: 30px 40px 0 55px;
}
#checkout .form-header .cart-title{
    margin-left:0;
}
#checkout .form-header .checkout-text{
    color:#494949;
    font-size:20px;
    font-weight: 300;
}
#checkout .form-footer{
    position:relative;
    background: #b42837;
    color:#fff;
    font-size:36px;
    font-weight: 300;
    text-align: center;
    padding: 35px 0;
}
#checkout .cart-send{
    position: relative;
    display: inline-block;
    border:0;
    cursor:pointer;
    padding-right:80px;
    background: url("../images/arr_w.png") right center no-repeat;
}
#checkout .form-body{
    padding:55px 40px 30px 55px;
}
#checkout .form-body .field-row{
    margin-bottom:25px;
    position: relative;
}
#checkout .form-body input{
    position:relative;
    border:1px solid #e8e8e8;
    color:#989898;
    font-size:20px;
    padding: 17px 20px;
    display: block;
    width:100%;
}

.count {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 6px;
    text-align: center;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #dddddd;
    color: #000;
}

a.btn-decrease {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    width: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

a.btn-increase {
    font-size: 23px;
    width: 18px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
}

a.btn-decrease:hover {
    color: #153f73;
    text-decoration: none;
}

a.btn-increase:hover {
    color: #153f73;
    text-decoration: none;
}
#cart-success{
    position: fixed;
    background: #d1ffb0;
    border:1px solid #46bc54;
    border-radius: 4px;
    color: #494949;
    display: none;
    padding: 15px 30px;
    left:50%;
    top:50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    z-index:450000;
}
#cart-success:after{
    content:'';
    display: block;
    width: 24px;
    height:24px;
    position: absolute;
    right:-7px;
    top:-7px;
    background: url("../images/close_m.png") center no-repeat #fff;
    cursor:pointer;
    background-size: contain;
    border-radius:50%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
}
#checkout .arrow_box{
    border:0;
    top:-19px;
}
.tel.phone{
    padding-left: 28px;
    line-height: 22px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom:7px;
}
.tel.phone.city{
    background-image: url("../images/icons/phone.png");
}
.tel.phone.mobile{
    background-image: url("../images/icons/mobile_sm.png");
}
.tel.phone.whatsapp{
    background-image: url("../images/icons/whatsapp.png");
}
.tel.phone.telegram{
    background-image: url("../images/icons/telegram.png");
}
.tel.phone.elsom{
    background-image: url("../images/icons/elsom.png");
}
.price-note{
    font-size:18px;
}
.price-note span{
    color:red;
}
.service-content ol {
    position: relative;
}
.service-content ol li{
    position: relative;
    margin-bottom: 7px;
}
.default-page{
    font-size:18px;
}
.default-page header{
    margin-bottom:100px;
}
.default-page h1.page-title{
    font-size: 40px;
}

#production .col-xs .nav{
    display:none;
}
#production .nav a{
    position: relative;
    display: inline-block;
    color:#153f73;
    font-size:30px;
    height:30px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom:30px;
    outline:none;
    text-shadow:0 0 20px rgba(255,255,255,0.5), 0 0 30px rgba(255,255,255,0.5);
}
#production .nav a::after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom:1px dashed #153f73;
}
#production .nav a::before{
    display:none;
}
.mCustomScrollbar,
.mCustomScrollbar.mCS_touch_action,
.mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.mCustomScrollBox.mCSB_vertical_horizontal {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox.mCSB_horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-bottom:10px;
}
.mobile-menu{
    position:fixed;
    display:none;
    left:0;
    top:-90px;
    width:100%;
    padding:5px 20px 0;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    z-index:99000;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile-menu .mobile-logo img{
    width:155px;
    height: auto;
}
.mobile-menu .mobile-btn{
    position: relative;
    padding-top:32px;
}
.mobile-menu .mobile-btn img{
    position: relative;
    display: inline-block;
    width:27px;
    height:24px;
    max-width: 27px;
}
.mobile-menu .mobile-contact {
    position: relative;
    padding-top: 11px;
}
.mobile-menu .mobile-contact a{
    position:relative;
    display:block;
    margin-left:-20px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border:2px solid #f0f0f0;
    padding:2px;
}
.mobile-menu .mobile-contact div{
    position: relative;
    background: url("../images/icons/mobile.png") center no-repeat #f0f0f0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-size: 20px 31px;
}
.mobile-menu .mobile-menu-inner{
    display:none;
    position: relative;
    margin-top:10px;
}
.mobile-menu nav{
    position: relative;
    display: block;
    padding:30px 0;
    border-top:1px solid #153f73;
}
.mobile-menu nav ul{
    margin:0;
    padding:0 0 0 20px
}
.mobile-menu nav ul li a{
    position: relative;
    display: inline-block;
    padding: 6px 0;
    font-size:18px;
}
.mobile-menu nav > ul{
    padding:0;
}
.error404 .page-title{
    font-size:25px;
}
.preview-content table{
    position: relative;
    width:100%;
}
._orinationRight_25.wrap_mW{
    right:auto !important;
    left:0;
}
._orinationRight_25 .button_1O{
    right:auto !important;
    left:0;
    margin-right:0 !important;
    margin-left:10px !important;
    width: 58px !important;
    height: 58px !important;
    margin-bottom: 9px !important;
}
._show_1e.wrap_mW{
    z-index:70000 !important;
}

.video-item{
    position:relative;
    padding-left: 40px;
    background: url("../images/icons/video.png") left center no-repeat;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom:15px;
}
.video-item a{
    color:#153f73;
}
.form-overlay{
    display:none;
    position:absolute;
    background: url("../images/loader.gif") center no-repeat rgba(0,0,0,0.3);
    left:0;
    top:0;
    bottom:0;
    right:0;
}