@import url(http://fonts.googleapis.com/css?family=Capriola);
@font-face {
    font-family: Nautilus; /* Гарнитура шрифта */
    src: url(/Nautilus.otf); /* Путь к файлу со шрифтом */
}
html{
    padding: 0; margin: 0;
}
body{
    position: relative;
    padding: 0; margin: 0;
    width: 100%;
    min-height: 100%;
    text-align: center;
    line-height: normal;
    font-family: verdana, tahoma, arial;
    font-size: 12px;
    font-weight: normal;
    /*    background: #5786a0;
        background: -webkit-linear-gradient(#5786a0, #c9d7e0);
        background: -o-linear-gradient(#5786a0, #c9d7e0);
        background: -moz-linear-gradient(#5786a0, #c9d7e0);
        background: linear-gradient(#5786a0, #c9d7e0);*/
    /*background: url(/img/bgs.jpg) 50% 0 no-repeat;*/
    background: url(/img/bgs1.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#menu{
    margin: 0 auto;
}










@media screen and (min-width: 0) {
    #cssmenu{
        text-align: center;
        margin-top: 10px;
    }
    #cssmenu ul{
        margin: 0 auto 10px;
    }
    #cssmenu ul li{
        display: block;
        max-width: 95%;
        background: #fff;
    }
    #cssmenu ul li a{
        display: block;
        margin: 0;
        padding: 5px 0;
    }
}
@media screen and (min-width: 1040px) {
    #cssmenu {
        position: relative;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        width: auto;
        height: 59px;
        padding-bottom: 4px;
    }
    #cssmenu > div:first-child{
        position: absolute;
        z-index: 5;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        background: #0f71ba;
    }
    #cssmenu > div:nth-child(2){
        position: absolute;
        z-index: 1;
        top: 4px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.7);
    }
    #cssmenu ul {
        height: 59px;
        margin: 0;
        padding: 0;
    }
    #cssmenu ul li {
        position: relative;
        z-index: 3;
        float: left;
        margin-right: 2px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        z-index: 5;
        background: transparent;
        transition: background 0.5s ease-in-out;
    }
    #cssmenu ul li a {
        display: block;
        margin: auto;
        padding: 24px 10px 20px 10px;
        margin-bottom: 4px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        font-size: 14px;
        text-decoration: none;
        background: url(/img/while.jpg) 0 4px repeat-x;
        -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;
    }
}


#cssmenu ul li a {
    border: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    font-family: Capriola, Helvetica, sans-serif;
    color: #131313;
}
#cssmenu ul{
    position: relative;
    z-index: 3;
}
#cssmenu.align-right {
    float: right;
}
#cssmenu.align-right ul li {
    float: right;
    margin-right: 0;
    margin-left: 4px;
}
.last{
    margin-right: 0px !important;
}
#cssmenu ul li a {
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
    border-bottom-left-radius: 3px;
}
#cssmenu ul li:hover{
    background: #0f71ba;
    background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
    background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
    color: #fff !important;
}
#cssmenu ul li.active {
    background: #0f71ba;
    background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
    background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
    color: #fff !important;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
    background: url('/img/bg.png');
    color: #ffffff;
}
.myfirst{

}


#cont, #foote, .gall, .tb1, .tb, .szmnu, .czciucbf{
    max-width: 1029px;
}



.szmnu{
    margin: 10px auto 10px;
    width: 90%;
}
.szmnu div:first-child{
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.szmnu div:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.szmnu div:nth-child(n + 2) a{
    /*border-left: 1px solid #5d5d5d;*/
    border-left: 1px solid #3fa4f0;
}
.szmnu div{
    display: inline-block;
    margin: 0;
    padding: 2px 0;
    /*background: #3fa4f0;*/
    background: rgba(0, 0, 0, 0.6);
}
.szmnu div:hover{
    background: #1184db;
    background: -moz-linear-gradient(top, #1184db 0%, #085893 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1184db), color-stop(100%, #085893));
    background: -webkit-linear-gradient(top, #1184db 0%, #085893 100%);
    background: -o-linear-gradient(top, #1184db 0%, #085893 100%);
    background: -ms-linear-gradient(top, #1184db 0%, #085893 100%);
    background: linear-gradient(to bottom, #1184db 0%, #085893 100%);
}
.szmnu a{
    display: inline-block;
    padding: 10px 14px 12px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    /*font-weight: bold;*/
    text-shadow: 0 -1px 0 #010c3b;
    /*text-transform: uppercase;*/
}
.szmnu a:hover{
    /*background: #0f71ba;*/
}
.cczzssw{
    height: 15px;
}

.fotrxz{
    position: relative;
    z-index: 1;
    min-height: 30px;
    background: rgba(0, 0, 0, 0.6);
}
.czciucbf{
    display: table;
    width: 100%;
    margin: 0 auto;
}
.czciucbf > div{
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}
.czciucbf > div:first-child{
    text-align: left;
}
.czciucbf > div:last-child{
    text-align: right;
}
.vnhujvc{
    color: #fff;
}
.dbccsa{
    color: #fff;
}
.asdazzz{
    color: #7dc6fc;
    text-decoration: none;
}


/* gallery */
.gall{
    position: relative;
    margin: 0 auto;
    width: 90%;
    /*max-width: 1042px;*/
    min-height: 300px;
    overflow: hidden;
}
.gall > div{
    position: absolute;
    margin-left: -100%;
    width: 400%;
}
.gall > div > div{
    display: table;
    width: 100%;
}
.gall > div > div > div{
    position: relative;
    display: table-cell;
    width: 25%;
    vertical-align: top;
}
.gall > div > div > div > div{
    position: relative;
    z-index: 3;
}
.cascsaz{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.move{
    -webkit-transition: margin-left 2s;
    -ms-transition: margin-left 2s;
    -o-transition: margin-left 2s;
    -moz-transition: margin-left 2s;
    transition: margin-left 2s; /* без префикса - на будущее */
}
#prew{
    position: absolute;
    display: inline-block;
    z-index: 10;
    top: 50%;
    left: 5px;
    margin: 0;
    margin-top: -35px;
    width: auto;
    cursor: pointer;
    opacity: 0.5;
}
#next{
    position: absolute;
    display: inline-block;
    z-index: 10;
    top: 50%;
    right: 5px;
    margin: 0;
    margin-top: -35px;
    width: auto;
    cursor: pointer;
    opacity: 0.5;
}
#prew:hover, #next:hover{
    opacity: 1;
}
/* --- */
.dwavz{
    margin-top: 10%;
    padding: 20px 0;
    font-size: 50px;
    color: #0f71ba;
    background: rgba(255, 255, 255, 0.4);
}
.sacac{
    margin-top: 11%;
    font-size: 30px !important;
}
.thtvs{
    color: #fff;
}
/* end gallery */


.tb1{
    display: table;
    margin: 10px auto 0;
    width: 100%;
    /*    max-width: 1042px;*/
}
.tb1 > div{
    display: table-cell;
    vertical-align: middle;
}
.tb1 > div:last-child{

}

.tb{
    display: table;
    margin: 10px auto 15px;
    width: 100%;
    /*max-width: 1042px;*/
}
.tb > div{
    display: table-cell;
    vertical-align: middle;
}
.tb > div:nth-child(2){
    padding-right: 20%;
}
.tb > div:last-child{
    /*text-align: right;*/
}
.zvnshd{
    display: inline-block;
    padding: 5px 10px;
    background: #0f71ba;
    background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
    background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}
.zvnshd:hover{
    background: #0f71ba;
}
.mvvxve{
    margin: 0;
    padding: 10px 0 2px;
    font-size: 26px;
    font-family: Tahoma;
    color: #fff;
}
.mvvxveh2{
    margin: 0;
    padding: 5px 0 2px;
    font-size: 20px;
    font-family: Tahoma;
    color: #fff;
}
.cnzwdz{
    display: inline-block;
    font-family: Tahoma;
    font-size: 17px;
    font-weight: bold;
    /*text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;*/
    /*text-shadow: 2px 0 0 rgba(255, 255, 255, 0.4), -2px 0 0 rgba(255, 255, 255, 0.4), 0 2px 0 rgba(255, 255, 255, 0.4), 0 -2px 0 rgba(255, 255, 255, 0.4), 1px 1px rgba(255, 255, 255, 0.4), -1px -1px 0 rgba(255, 255, 255, 0.4), 1px -1px 0 rgba(255, 255, 255, 0.4), -1px 1px 0 rgba(255, 255, 255, 0.4);*/
    /*color: #0f71ba;*/
    color: #ffffff;
}
.fdsfc{
    padding: 5px 0 0;
    color: #fff;
    font-size: 18px;
    /*text-shadow: 1px 0 0 #0084ff, -1px 0 0 #0084ff, 0 1px 0 #0084ff, 0 -1px 0 #0084ff, 1px 1px #0084ff, -1px -1px 0 #0084ff, 1px -1px 0 #0084ff, -1px 1px 0 #0084ff;*/
}
.zzcs{
    font-size: 14px;
    font-family: Tahoma;
    /*color: #0c3aff;*/
}
.zzb{
    font-family: Tahoma;
}
.zzc{
    position: relative;
    display: inline-block;
    /*padding-bottom: 5px;*/
    font-size: 10px;
    font-family: Tahoma;
    vertical-align: text-top;
}

.logo{
    margin-left: 10px;
    width: 100px;
}
.danmzv{
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #fff;
}
.dzcdcbz{
    margin-left: 5px;
    max-width: 25px;
}

.plshd{
    padding: 1px 0 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #3fa4f0;
    font-size: 16px;
}
.zmcodf{
    position: absolute;
    max-width: 20px;
    margin-left: -170px;
    margin-top: 7px;
}
.czscwqge{
    color: #fff;
    font-size: 18px;
    font-family: Tahoma;
}
.czscwqge2{
    padding-top: 5px;
    color: #fff;
    font-size: 18px;
    font-family: Tahoma;
}

.ttbl{
    display: table;
    margin: 10px auto 15px;
    width: 100%;
    text-align: center;
}
.ttbl > div{
    display: table-cell;
    width: 33%;
    vertical-align: middle;
}
.ttbl > div > div{
    position: relative;
    display: inline-block;
}
.z1{
    background: #1d9eff;
    background: -moz-linear-gradient(top, #1d9eff 0%, #0f71ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d9eff), color-stop(100%, #0f71ba));
    background: -webkit-linear-gradient(top, #1d9eff 0%, #0f71ba 100%);
    background: -o-linear-gradient(top, #1d9eff 0%, #0f71ba 100%);
    background: -ms-linear-gradient(top, #1d9eff 0%, #0f71ba 100%);
    background: linear-gradient(to bottom, #1d9eff 0%, #0f71ba 100%);
    width: 80%;
    height: 181px;
}
.z2{
    background: #ad1dff;
    background: -moz-linear-gradient(top, #ad1dff 0%, #8107c7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad1dff), color-stop(100%, #8107c7));
    background: -webkit-linear-gradient(top, #ad1dff 0%, #8107c7 100%);
    background: -o-linear-gradient(top, #ad1dff 0%, #8107c7 100%);
    background: -ms-linear-gradient(top, #ad1dff 0%, #8107c7 100%);
    background: linear-gradient(to bottom, #ad1dff 0%, #8107c7 100%);
    width: 80%;
    height: 181px;
}
.z3{
    background: #12d829;
    background: -moz-linear-gradient(top, #12d829 0%, #17ab28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #12d829), color-stop(100%, #17ab28));
    background: -webkit-linear-gradient(top, #12d829 0%, #17ab28 100%);
    background: -o-linear-gradient(top, #12d829 0%, #17ab28 100%);
    background: -ms-linear-gradient(top, #12d829 0%, #17ab28 100%);
    background: linear-gradient(to bottom, #12d829 0%, #17ab28 100%);
    width: 80%;
    height: 181px;
}
.z4{
    background: #12d829;
    background: -moz-linear-gradient(top, #ff7800 0%, #e86e01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7800), color-stop(100%, #e86e01));
    background: -webkit-linear-gradient(top, #ff7800 0%, #e86e01 100%);
    background: -o-linear-gradient(top, #ff7800 0%, #e86e01 100%);
    background: -ms-linear-gradient(top, #ff7800 0%, #e86e01 100%);
    background: linear-gradient(to bottom, #ff7800 0%, #e86e01 100%);
    width: 80%;
    height: 181px;
}
.z5{
    background: #12d829;
    background: -moz-linear-gradient(top, #f7c603 0%, #e0b301 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c603), color-stop(100%, #e0b301));
    background: -webkit-linear-gradient(top, #f7c603 0%, #e0b301 100%);
    background: -o-linear-gradient(top, #f7c603 0%, #e0b301 100%);
    background: -ms-linear-gradient(top, #f7c603 0%, #e0b301 100%);
    background: linear-gradient(to bottom, #f7c603 0%, #e0b301 100%);
    width: 80%;
    height: 181px;
}
.z6{
    background: #1d9eff;
    background: -moz-linear-gradient(top, #1d9eff 0%, #0f71ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d9eff), color-stop(100%, #0f71ba));
    background: -webkit-linear-gradient(top, #1d9eff 0%, #0f71ba 100%);
    background: -o-linear-gradient(top, #1d9eff 0%, #0f71ba 100%);
    background: -ms-linear-gradient(top, #1d9eff 0%, #0f71ba 100%);
    background: linear-gradient(to bottom, #1d9eff 0%, #0f71ba 100%);
    width: 80%;
    height: 181px;
}
.z7{
    background: #ad1dff;
    background: -moz-linear-gradient(top, #ad1dff 0%, #8107c7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad1dff), color-stop(100%, #8107c7));
    background: -webkit-linear-gradient(top, #ad1dff 0%, #8107c7 100%);
    background: -o-linear-gradient(top, #ad1dff 0%, #8107c7 100%);
    background: -ms-linear-gradient(top, #ad1dff 0%, #8107c7 100%);
    background: linear-gradient(to bottom, #ad1dff 0%, #8107c7 100%);
    width: 80%;
    height: 181px;
}
.z1, .z2, .z3, .z4, .z5, .z6, .z7{
    border-radius: 10px;
}
.z1 > div, .z2 > div, .z3 > div, .z4 > div, .z5 > div, .z6 > div, .z7 > div{
    color: #fff;
}
.z1 > div:first-child, .z2 > div:first-child, .z3 > div:first-child, .z4 > div:first-child, .z5 > div:first-child, .z6 > div:first-child, .z7 > div:first-child{
    font-size: 20px;
}
.zz1{
    margin-top: 10px;
    width: 55%;
}
.zz2{
    margin-top: 10px;
    width: 55%;
}
.zz3{
    margin-top: 10px;
    width: 70%;
}
.zz4{
    margin-top: 10px;
    width: 36%;
}
.zz5{
    margin-top: 10px;
    width: 51%;
}
.zz6{
    margin-top: 10px;
    width: 51%;
}
.zz7{
    margin-top: 10px;
    width: 51%;
}
.zpdr{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.zpdr a{
    color: #fff !important;
}

#cont{
    margin: 20px auto;
    padding: 20px 20px;
    width: 90%;
    /*max-width: 1042px;*/
    min-height: 70vh;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    box-sizing: border-box;
}
#cont a{
    color: #0f71ba;
}


#foote{
    margin: 0 auto 50px;
    /*max-width: 1042px;*/
    width: 90%;
    min-height: 50px;
    background: #fff;
    border-top: 4px solid #0f71ba;
}










/* litebox one */
#lbx{
    position: fixed;
    display: none;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow-y: scroll;
    -webkit-animation:myfirst 1s; /* Chrome, Safari, Opera */
}
#lbx .cnt{
    display: inline-table;
    width: 100%;
    height: 100%;
}
#lbx .cnt > div{
    display: table-cell;
    vertical-align: middle;
}
#lbx .cnt > div > div{
    display: inline-block;
    /*background: #fff;*/
    min-width: 300px;
    min-height: 300px;
    -webkit-animation: mywidth 0.5s; /* Chrome, Safari, Opera */
    animation: mywidth 0.5s;
}
#butext {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 36px;
    height: 36px;
    background: url(../img/close_pop.png) no-repeat;
    cursor: pointer;
}
#butext:hover {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}
/* end litebox one */




/* litebox */
.zakzv{
    position: relative;
    display: inline-block;
    padding: 20px 35px 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    border-radius: 10px
}
.zakzv > div:nth-child(2){
    padding: 10px 0 15px;
    font-size: 20px;
    color: #131313;
    font-weight: bold;
}
.zakzv > div{
    padding: 8px 0;
}
.zakzv input[type="text"]{
    padding: 2px 4px;
    background: #363232;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}
.zakzv .dwnf{
    font-size: 18px;
}
.dwnf{
    display: inline-block;
    margin-top: 3px;
    padding: 4px 20px !important;
    width: 60%;
    background: #0f71ba;
    background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
    background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
    background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

/* litebox */


.mvsdvjn{
    position: absolute;
    z-index: -1;
    opacity: 0;
}


