/* Start:/bitrix/templates/rezerv/components/bitrix/menu/main-menu/style.css?14364345523548*/
#main-menu-container{
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    height: 74px;
    box-shadow: inset 0 74px 74px -74px #eaeaea;
    background: #f4f4f4;
}
#main-menu-container .hr{
    height: 1px;
    margin-top: 9px;
    background: #00a9cc;
}
#main-menu-container .show-menu{
    display: none;
}
#main-menu-container .line{
    height: 53px;
    border-top: 1px solid #00c4de;
    border-bottom: 1px solid #5cacbd;
    background: #00A7E0;
    box-shadow: inset 0 -90px 70px -70px #0076a1;
}
#main-menu .close{
    display: none;
}
#main-menu a{
    display: inline-block;
    margin-top: -11px;
    color: #fff;
    text-decoration: none;
    padding: 26px 40px 8px 40px;
    font-size: 1.1em;
    transition: none;
}
#main-menu a:hover,
#main-menu a.selected{
    box-shadow: inset 0 74px 74px -74px #eaeaea;
    background: #f4f4f4;
    border-radius: 0 0 8px 8px;
    color: #555;
}
#main-menu .separator{
    display: inline-block;
    width: 1px;
    height: 56px;
    background: url('../../../../../templates/rezerv/components/bitrix/menu/main-menu/images/razd.png') 0 4px no-repeat;
    vertical-align: top;
}
#main-menu .search{
    border-radius: 25px;
    position: absolute;
    left: 10px;
    bottom: 40px;
    display: none;
    margin-right: 20px;
}
#main-menu .search input[type=text]{
    margin: 0;
    padding: 10px;
    width: 260px;
    height: 20px;
    border-radius: 20px;
    border: none;
    box-shadow: inset 1px 1px 4px #aaa;
    box-sizing: content-box;
}
#main-menu .search input[type=submit]{
    border: none;
    background: url('../../../../../templates/rezerv/images/sprites.png') 0 -17px;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 33px;
    height: 32px;
    cursor: pointer
}
#main-menu .search input[type=submit]:hover{
    background-position: -34px -17px;
}


@media screen and (max-width: 1030px){
    #main-menu a{
        padding-left: 27px;
        padding-right: 27px;
    }
}


@media screen and (max-width: 850px){
    .slide{
        margin-left: 0px;
        width: 100%;
        transition: margin .3s ease;
    }
    .slide.show-menu{
        margin-left: 300px;
    }
    #main-menu-container .show-menu{
        display: inline-block;
        width: 36px;
        height: 31px;
        margin-top: 11px;
    }
    #main-menu{
        position: fixed;
        z-index: 1000;
        top: 0;
        left: -300px;
        background: #00A7E0;
        height: 100%;
        width: 300px;
        transition: left .3s ease;
        overflow: hidden;
    }
    #main-menu.show{
        left: 0;
    }
    #main-menu .scroll{
        width: 320px;
        height: 100%;
        overflow-x: hidden; 
        overflow-y: scroll;
    }
    #main-menu a{
        display: block;
        padding: 20px 40px;
    }
    #main-menu a:hover,
    #main-menu a.selected{
        background: transparent;
        box-shadow: none;
    }
    #main-menu .scroll a:first-child{
        margin-top: 20px;
    }
    #main-menu .separator{
        display: none;
    }
    #main-menu .search{
        display: inline-block;
    }
    #main-menu .close{
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 20px;
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-height: 390px){
    #main-menu .search{
        position: relative;
        bottom: 0;
        left: 0;
        margin: 20px 0 40px 10px;
    }
}
/* End */


/* Start:/bitrix/templates/rezerv/styles.css?14411753606855*/
*{
    outline: none;
}
.container{
    width: 1150px;
    margin: 0 auto; 
}
header,
nav,
section,
footer{
    display: block;
}
.edit, .delete, .add, .export-word{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../../../../../templates/rezerv/images/sprites.png') no-repeat 0 -139px;
}
.delete{
    background-position: -21px -139px;
    margin-left: 3px;
    width: 18px;
}
.add {
    background-position: -59px -139px;
}
.export-word{
    width: 23px;
    background-position: -79px -139px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.hidden{
    display: none;
}
a{
    color:  #127EB2;
    transition: color .3s ease;
}
a:hover{
    text-decoration: none;
    color: #00689a;
}
img {
    border: none;
}
input[type=text],
input[type=password],
textarea{
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 36px;
    font-size: 1.2em;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 1px 12px;
    transition: all 0.3s;
    width: 320px;
    font-family: 'Open Sans', 'Sans-serif', 'monospace';
    color: #555;
}
textarea{
    resize: none;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
.select.focus{
    box-shadow: 0px 0px 3px #c4e6f5;
    border: 1px solid #127EB2; 
}
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #bdbdbd;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #bdbdbd;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #bdbdbd;
}
.button{
    display: inline-block;
    box-shadow: rgba(18, 126, 178, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset;
    background-color: #127EB2;
    color: #fff;
    font: normal 1.2em 'Open Sans', 'Sans-serif', 'monospace';
    border-radius: 5px;
    padding: 0px 30px;
    margin: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
.button:hover{
    color: #fff;
    background: #1179AB;
}
.button:active{
    background: #00689a;
}
.button.reset{
    background: #D0D0D0;
    box-shadow: none;
}
.button.reset:hover{
    background: #c8c8c8;
}
.button.reset:active{
    background: #b6b6b6;
}
.button.add{
    background: #FF3068;
    box-shadow: 0 0 1px #FF528a;
}
.button.add:hover{
    background: #ff2057;
}
.button.add:active{
    background: #ee2057;
}
.button.file-input {
    position: relative;
}
.button.file-input input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}



ol{
    counter-reset: list1;
}
ol > li{
    list-style-type: none;
    padding: 2px 0;
    position: relative;
}
ol > li:before{
    counter-increment: list1;
    content: counter(list1) ". ";
    position: absolute;
    right: 100%;
    margin-right: 5px;
}
ol ol {
    counter-reset: list2;
}
ol ol > li:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}
ol ol ol{
    counter-reset: list3;
}
ol ol ol > li:before {
    counter-increment: list3;
    content: counter(list1) "." counter(list2) "." counter(list3) ". ";
}



.select, .select-multi {
    border: 1px solid #ccc;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border-radius: 5px;
    transition: border .3s ease;
    background: #fff;
}
.select .inner, 
.select-multi .inner {
    overflow: auto;
    height: 150px;
    font-size: .85em;
}
.select .option, 
.select-multi .option-text {
    padding: 5px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.select-multi .option {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.select-multi .option input[type=checkbox] {
    display: none;
}
.select-multi .option .option-text {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}


.select .option.selected,
.select.dropdown .option:hover,
.select-multi .option input[type=checkbox]:checked + .option-text {
    background: #00A9E3;
    color: #fff;
}
.select .radio{
    height: 28px;
    line-height: 28px;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: background .3s ease;
}
.select .radio.selected{
    background: #FF3068;
    color: #fff;
}
.select.dropdown{
    cursor: pointer;
    overflow: visible;
    position: relative;
}
.select.dropdown .text{
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    padding: 0 5px 0 12px;
    overflow: hidden;
}
.select.dropdown .right{
    height: 28px;
    width: 28px;
    background: #d0d0d0;
    position: relative;
    z-index: 50;
    border-radius: 0 4px 0 0;
    transition: background .3s ease;
}
.select.dropdown .right:hover{
    background: #c8c8c8;
}
.select.dropdown.focus .right{
    background: #00A9E3;
}
.select.dropdown .right .arrow{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #999;
    margin: 12px 0 0 9px;
    transition: all .3s ease;
}
.select.dropdown.focus .right .arrow{
    border-top-color: #fff;
}
.select.dropdown .list{
    position: absolute;
    z-index: 200;
    background: #fff;
    top: 29px;
    left: -1px;
    box-shadow: 0px 1px 3px #c4e6f5;
    border: 1px solid #127EB2;
    border-top: none;
    width: 100%;
    border-radius: 5px;
    display: none;
    overflow: hidden;
}
.select.dropdown .inner{
    height: auto;
    max-height: 300px;
    font-size: 1em;
}
.select .option{
    min-height: 19px;
}
.select .search{
    border: none;
    border-bottom: 1px solid #dedede;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: none;
    width: 100% !important;
    box-sizing: border-box;
    font-style: italic;
    height: 29px !important;
    line-height: 29px !important;
}
.select .search:focus{
    border: none;
    border-bottom: 1px solid #dedede;
    box-shadow: none;
}



input.bx-calendar-year-input{
    padding: 1px 3px;
    font-size: 1em;
    width: 35px;
    height: 26px;
}
/* End */


/* Start:/bitrix/templates/rezerv/template_styles.css?146035244310939*/
html{
    height: 100%;
}
body{
    margin: 0;
    font: normal 90% 'Open Sans', 'Sans-serif', 'monospace';
    color: #555;
    height: 100%;
    min-width: 300px;
    background: #fcfcfc;
}
.ie-warn{
    min-width: 986px;
    padding: 10px;
    text-align: center;
    background: #efefef;
    color: #5a5a5a;
    box-shadow: inset 0 30px 20px -15px #ffffff, 0 0px 10px -5px #000000;
    text-shadow: 1px 0px 0 #ffffff, 0px 1px 0 #ffffff, -1px -0px 0 #cdcdcd, 0px -1px #cdcdcd;
    border: 1px #cdcdcd solid;
    position: relative;
    z-index: 100;
    font-family:  Trebuchet MS, Georgia,Verdana !important;
}
.page{
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

header{
    background: url('../../../../../templates/rezerv/images/bgdot.png');
    padding-bottom: 15px;
}
header > .container{
    position: relative;
}
header .logo{
    display: block;
    max-width: 352px;
    width: 100%;
}
header .logo img{
    width: 100%;
}
header .cur-page {
    display: none;
    margin-top: 20px;
}
header .search-panel{
    margin-top: 25px;
}
header .search{
    border: 5px solid #fff;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
header .search input[type=text]{
    margin: 0;
    padding: 10px;
    width: 270px;
    height: 20px;
    border-radius: 20px;
    border: none;
    box-shadow: inset 1px 1px 4px #aaa;
}
header .search input[type=submit]{
    border: none;
    background: url('../../../../../templates/rezerv/images/sprites.png') 0 -17px;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 33px;
    height: 32px;
    cursor: pointer
}
header .search input[type=submit]:hover{
    background-position: -34px -17px;
}
header .frame{
    display: inline-block;
    border: 5px solid #fff;
    border-radius: 25px;
    vertical-align: top;
}
header .frame a{
    display: inline-block;
    padding-left: 50px;
    width: 90px;
    height: 40px;
    line-height: 40px;
    background: url('../../../../../templates/rezerv/images/sprites.png') 0 -50px;
    text-decoration: none;
    color: #fff;
    font-size: .8em;
}
header .frame a.login{
    padding-left: 40px;
    width: 100px;
}
header .h-text{
    text-align: right;
    font-size: .8em;
    margin-top: 26px;
}
header .h-text a{
    color: #555;
}
header .h-text a:hover{
    text-decoration: none;
}
header .eye,
header .print,
header .door{
    display: inline-block;
    width: 17px;
    height: 16px;
    background-image: url('../../../../../templates/rezerv/images/sprites.png');
    vertical-align: middle;
    margin-right: 5px;
}
header .eye{
    background-position: -75px 0;
}
header .print{
    background-position: -58px 0;
    margin-left: 20px;
}
header .door{
    background-position: -94px 0;
    margin-left: 20px;
}
header .registration{
    margin-left: 20px;
}



#top-menu{
    height: 60px;
    margin-bottom: 15px;
    font-size: .95em;
}
#top-menu .item{
    display: inline-block;
    width: 226px;
    height: 50px;
    margin-left: 5px;
    padding-top: 10px;
    vertical-align: top;
    border-radius: 0 0 10px 10px;
    box-shadow: inset 0px 0px 35px rgba(11, 0, 0, 0.15);
    background: url('../../../../../templates/rezerv/images/t_bg.png') #00A7E0;
    overflow: hidden;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 950;
}
#top-menu .item:hover{
    background-color: #FF3068;
    height: auto;
}
#top-menu .item:first-child{
    margin-left: 0;
}
#top-menu .list{
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.15);
    margin: 10px 5px 5px 5px;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    display: none;
}
#top-menu .item:hover .list{
    display: block;
}
#top-menu .list a{
    display: block;
    color: #fff;
    text-decoration: none;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #FF7398;
}
#top-menu .list a:hover{
    color: #eee;
}
#top-menu .list a:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
#top-menu .curtain{
    display: none;
}



#content{
    width: 100%;
    margin-top: 1px;
    padding: 30px 0 140px 0;
    box-shadow: inset 0px 201px 200px -200px #d3d3d3;
    overflow: hidden;
}
#content h1{
    margin-top: 0;
    color: #FF3068;
    font-size: 1.6em;
    font-weight: normal;
}
#content h2{
    font-size: 1.3em;
    font-weight: normal;
    color: #127EB2;
}



footer{
    height: 80px;
    background: url('../../../../../templates/rezerv/images/t_bg.png') #00a9e3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: .92em;
    overflow: hidden;
}
footer a, footer a:hover{
    color: #fff;
}
footer .copyrights{
    float: left;
    margin-top: 31px;
}
footer .social{
    margin-top: 29px;
    float: right;
}
footer .social a{
    display: inline-block;
    width: 28px;
    height: 22px;
    background: url('../../../../../templates/rezerv/images/sprites.png') 0 -116px;
    margin-left: 10px;
}
footer .social .vk{
    width: 18px;
}
footer .social .twitter{
    background-position: -19px -116px;
}
footer .social .feedback{
    background-position: -48px -116px;
}



.password-wrapper{
    position: relative;
    display: inline-block;
}
.password-wrapper .eye{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../../../../../templates/rezerv/images/sprites.png') 0 -91px;
    position: absolute;
    top: 7px;
    right: 7px;
}
.password-wrapper .eye.blocked{
    background-position-x: -50px;
}
.password-wrapper .eye:hover{
    background-position-x: -25px;
}
.password-wrapper .eye.blocked:hover{
    background-position-x: -75px;
}



.captcha-wrapper .img-wrapper{
    overflow: hidden;
    position: relative;
}
.captcha-wrapper .img-wrapper img{
    width: 130%;
    margin-left: -15%;
}
.captcha-wrapper .img-wrapper a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../../../../../templates/rezerv/images/spinner.png') center center no-repeat rgba(18, 126, 178, .7);
    border-radius: 3px;
    opacity: 0;
    transition: opacity .3s ease;
}
.captcha-wrapper .img-wrapper a:hover{
    opacity: 1;
}



#login-form-popup input,
#registration-form-popup input,
#recovery-form-popup input{
    display: block;
    text-align: center;
    height: 42px;
    width: 80%;
    box-sizing: border-box;
    margin: 10px auto 17px auto;
}
#registration-form-popup .info{
    width: 80%;
    margin: 0 auto 17px auto;
    font-size: .85em;
}
    #registration-form-popup .info.small {
        font-size: .7em;
    }
    #registration-form-popup .info.no-margin {
        margin-bottom: 0;
    }

#registration-form-popup .password-wrapper{
    width: 80%;
}
#registration-form-popup .password-wrapper input{
    width: 100%;
}
#registration-form-popup .eye{
    top: 19px;
}
#registration-form-popup .captcha-wrapper{
    width: 80%;
    margin: 10px auto 17px auto;
}
#registration-form-popup .captcha-wrapper input{
    width: 52%;
    margin: 0;
}
#registration-form-popup .captcha-wrapper .img-wrapper{
    width: 40%;
    height: 42px;
}



.tabs .tab{
    display: inline-block;
    font-size: .93em;
    padding: 5px;
    transition: all .3s ease;
    text-decoration: none;
    color: #fff;
    background: #00A9E3;
    box-shadow: 0 0 1px #0076A1;
    border-radius: 5px;
    margin-bottom: 5px;
}
.tabs .tab:hover, .tabs .tab.selected{
    background: #FF3068;
    box-shadow: 0 0 1px #FF528A;
}



.profile{
    padding: 0 20px 20px 20px;
    border: 1px solid #CECECE;
    border-radius: 6px;
    background: #FFF;
}
.profile .editor{
    padding: 0;
    border: none;
}
.profile .date-wrapper{
    margin-top: 20px;
}
.profile .date-wrapper span{
    display: inline-block;
    vertical-align: middle;
}
.profile .date-wrapper .icon{
    width: 14px;
    height: 15px;
    background: url('../../../../../templates/rezerv/images/sprites.png') -112px 0;
}
.profile .date-wrapper .date{
    color: #999;
    margin-left: 5px;
    font-size: .95em;
}
.profile .date-wrapper .color{
    color: #FF3068;
    font-size: .9em;
    display: inline-block;
    margin-top: -10px;
}
.profile .status{
    color: #FF3068;
    font-size: .7em;
    display: inline-block;
    margin-left: 3px;
}
.profile .title{
    color: #127EB2;
}
.profile .education,
.profile .job,
.profile .trip{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cecece;
}
.profile .education:first-child,
.profile .job:first-child,
.profile .trip:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.profile .post{
    margin-top: 20px;
}
.profile .post:first-child{
    margin-top: 0;
}
.profile .button{
    margin: 10px 10px 0 0;
}
.profile .button.rstatus-moder{
    margin: 0 0 20px 0;
}
.profile .button.pstatus{
    background: #FF3068;
    box-shadow: 0 0 1px #FF528a;
}
.profile .button.pstatus:hover{
    background: #ff2057;
}
.profile .button.pstatus:active{
    background: #ee2057
}
.profile .button .short{
    display: none;
}
#rstatus-text-popup{
    text-align: left;
}


.user{
    overflow: hidden;
}
.user.editor input[type=text],
.user.editor input[type=password]{
    width: 382px;
}
.user .photo-wrapper{
    width: 100px;
    margin-top: 20px;
}
.user .photo{
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 5px;
}
.user .photo img{
    width: 100%;
    display: block;
}
.user .photo-wrapper .input-wrapper{
    text-align: center;
    font-size: .9em;
    height: 36px;
    overflow: hidden;
    position: relative;
}
.user .photo-wrapper .input-wrapper:hover a{
    text-decoration: none;
}
.user .photo-wrapper .input-wrapper input{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 100px;
    opacity: 0;
} 
.user .fields-wrapper{
    margin-left: 200px;
    overflow: hidden;
}
.user .fields-wrapper .column{
    width: 45%;
}
.user .fields-wrapper .column:first-child{
    margin-right: 10%;
}
.user .select{
    width: 180px;
}
.user .password-header{
    margin-top: 43px;
    line-height: 30px;
}



.banner-codes .column{
    display: inline-block;
    margin: 0px 50px 0 0;
    vertical-align: top;
}
.banner-codes .column.code{
    max-width: 100%;
    margin-right: 0;
}
.banner-codes textarea{
    border: 1px solid #CDCDCD;
    color: #323232;
    display: block;
    font-family: monospace;
    height: 100px;
    margin: 0 0 10px;
    padding: 3px;
    width: 500px;
    max-width: 100%;
}
.banner-codes img{
    max-width: 100%;
}



#forum-login-form-window input{
    width: auto;
}
.forum-filter-field input[type=text]{
    height: 24px;
}
/* End */
/* /bitrix/templates/rezerv/components/bitrix/menu/main-menu/style.css?14364345523548 */
/* /bitrix/templates/rezerv/styles.css?14411753606855 */
/* /bitrix/templates/rezerv/template_styles.css?146035244310939 */
