<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Eric Meyer's CSS Reset */
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, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot,
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background-color: #FFF;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font: 12px/18px 'Exo 2', sans-serif;
}

.wrapper {
    min-width: 300px;
    max-width: 1280px;
    margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/

.tmenu li:hover &gt; ul {
    display: block;
}

/* Sub-menu */

.tmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 99999;
    background: #284296;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);

}

.tmenu ul ul {
    top: 0;
    left: 280px;
}

.tmenu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;

}

.tmenu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tmenu ul a {
    padding: 11px;
    border-right: none;
    border-left: none;
    width: 260px;
    height: auto;
    line-height: 1;
    display: block;
    font-size: 14px;
    float: none;
    text-transform: none;

}

.tmenu ul .first {
    margin-top: 0px;
}

* html .tmenu ul a /* IE6 */
{
    height: 10px;
}

*:first-child + html .tmenu ul a /* IE7 */
{
    height: 10px;
}

.tmenu ul li a:hover {
    background-color: #3854ad;
}

.toph {
    background-color: #1e3685;
    color: #fff;
    height: 50px;
}

.header {
    height: 92px;
    border-bottom: 4px solid #e5ebff;
    background: #FFF;
    margin-bottom: 34px;
}

.tmenu {
    width: 70%;
    display: block;
    float: left;
}

.tmenu li {
    position: relative;
    float: left;
}

.tmenu li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 25px 16px 25px;
    display: inline-block;
    float: left;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}

.tmenu li a:hover {
    background-color: #284296;
}

.srchblck {
    width: 257px;
    height: 50px;
    background-color: #1b2f73;
    float: right;
    margin-left: 25px;
}

.slep {
    float: right;
}

.srchbut {
    border: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/sicon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #3250b2;
    float: left;
    margin-left: 9px;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}

.srchbut:hover {
    background-color: #405ec2;
}

.insrch {
    float: left;
    width: 188px;
    margin: 9px 0 0 9px;
    border: 0;
    padding: 7px 10px 7px 10px;
    outline: none;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
}

.slep {
    padding: 14px 0 15px 0;
    text-align: center;
    width: 50px;
    background-color: #3250b2;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}

.slep span {
    font-size: 14px;
}

.slep:hover {
    background-color: #405ec2;
}

.logo {
    margin-top: 18px;
    float: left;
}

.logo span {
    float: left;
}

.logo p {
    margin-top: 18px;
    margin-left: 15px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e3685;
    float: left;
}

.slogan {
    margin-top: 37px;
    font-size: 20px;
    color: #ee3f58;
    text-transform: uppercase;
    float: right;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    position: relative;
}

.middle:after {
    display: table;
    clear: both;
    content: '';
}

.container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.content {
    padding: 0 270px 0 270px;
}

.lbname {
    display: block;
    clear: both;
    height: 50px;
    margin-bottom: 10px;
}

.lbname i {
    float: left;
    display: inline-block;
    font-style: normal;
    display: block;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.lbname span {
    float: left;
    margin: 15px 0 0 15px;
    display: inline-block;
    font-size: 18px;
}

.lbname2 {
    display: block;
    clear: both;
    height: 50px;
}

.lbname2 i {
    float: left;
    display: inline-block;
    font-style: normal;
    display: block;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.lbname2 span {
    float: left;
    margin: 15px 0 0 15px;
    display: inline-block;
    font-size: 18px;
}

.lbname.podr {
    background-color: #f2f5ff;
}

.lbname.paci {
    background-color: #ffe8eb;
}

.lbname.teli {
    background-color: #ffe8eb;
}

.lbname.medi {
    background-color: #dffddf;
}

.lbname.zapi {
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
    margin-bottom: 15px;
    height: 55px;
    background-color: #1e3685;
}

.lbname.zapi:hover {
    background-color: #2743a1;
}

.lbname2.zapi2 {
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
    height: 55px;
    background-color: #1e3685;
}

.lbname2.zapi2:hover {
    background-color: #2743a1;
}

.lbname.vopr {
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
    margin-bottom: 15px;
    height: 49px;
    background-color: #fff;
    border: 3px solid #3e5cbe;
}

.lbname.vopr:hover {
    background-color: #f4f7ff;
}

.lbname.knig {
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
    margin-bottom: 15px;
    height: 49px;
    background-color: #fff;
    border: 3px solid #3e5cbe;
}

.lbname.knig:hover {
    background-color: #f4f7ff;
}

.podr i {
    background-color: #d5dfff;
    background-image: url(../images/podr.png);
}

.paci i {
    background-color: #ffbdc6;
    background-image: url(../images/poci.png);
}

.teli i {
    background-color: #ffbdc6;
    background-image: url(../images/teli.png);
}

.medi i {
    background-color: #c8f2c8;
    background-image: url(../images/medi.png);
}

.zapi i {
    width: 55px;
    height: 55px;
    background-image: url(../images/zapi.png);
    background-color: #3e5cbe;
}
.zapi2 i {
    width: 55px;
    height: 55px;
    background-image: url(../images/zapi.png);
    background-color: #3e5cbe;
}
.vopr i {
    width: 52px;
    height: 49px;
    background-image: url(../images/vopr.png);
    background-color: #eaefff;
}

.knig i {
    width: 52px;
    height: 49px;
    background-image: url(../images/knig.png);
    background-color: #eaefff;
}

.podr span {
    color: #1e3685;
}

.paci span {
    color: #ee3f58;
}

.teli span {
    color: #ee3f58;
}

.medi span {
    color: #3d8a3d;
}

.zapi span {
    color: #fff;
    display: inline-block;
    width: 180px;
    margin: 16px 0 0 12px;
    font-weight: 600;
}

.zapi .marg {
    color: #fff;
    display: inline-block;
    width: 180px;
    margin: 9px 0 0 12px;
    font-weight: 600;
}

.zapi2 span {
    color: #fff;
    display: inline-block;
    width: 180px;
    margin: 16px 0 0 12px;
    font-weight: 600;
}

.zapi2 .marg {
    color: #fff;
    display: inline-block;
    width: 180px;
    font-weight: 600;
}

.vopr span {
    color: #1e3685;
    display: inline-block;
    width: 180px;
    margin: 15px 0 0 12px;
    font-weight: 600;
}

.knig span {
    color: #1e3685;
    display: inline-block;
    width: 180px;
    margin: 15px 0 0 12px;
    font-weight: 600;
}

.lbmenu {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 40px;
}

.lbmenu li a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid;
}

.teli li {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 13px 0;
    border-bottom: 1px solid #ffced5;
}

.teli li .tln {
    float: right;
    font-weight: 700;
    font-size: 25px;
    color: #ee3f58;
}

.teli li img, .teli li p {
    display: inline-block;
    vertical-align: top;
}

.teli li img {
    margin-right: 10px;
}

ul.podr li a {
    color: #273154;
    border-bottom-color: #d5dfff;
}

.podr {

    color: #273154;
    border-bottom: 1px solid #d5dfff;
}

.paci {

    color: #683a40;
    border-bottom: 1px solid #ffced5;
}

.medi {

    color: #315136;
    border-bottom: 1px solid #dae2da;
}

ul.paci li a {
    color: #683a40;
    border-bottom-color: #ffced5;
}

ul.teli li a {
    color: #683a40;
    border-bottom-color: #ffced5;
}

ul.teli li p {
    color: #683a40;
    border-bottom-color: #ffced5;
}

ul.medi li a {
    color: #315136;
    border-bottom-color: #dae2da;
}

ul.podr li a:hover {
    color: #0f1424;
    border-bottom-color: #c1cef8;
}

ul.paci li a:hover {
    color: #36181c;
    border-bottom-color: #f3aab4;
}

ul.medi li a:hover {
    color: #172c1b;
    border-bottom-color: #c4d2c4;
}

.cbname {
    width: 100%;
    display: inline-block;
    clear: both;
    margin-bottom: 10px;
}

.cbname span {
    display: inline-block;
    float: left;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}

.cbname a {
    display: inline-block;
    float: right;
    text-decoration: none;
    margin-top: -1px;
    font-size: 14px;
}

.cbname a:hover {
    opacity: 0.7;
}

.content .red, .content .red a {
    color: #ee3f58;
}

.content .blue, .content .blue a {
    color: #1e3685;
}

.oba {
    margin-bottom: 30px;
}

.content .oba a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    clear: both;
    color: #1b2440;
    font-size: 14px;
    margin-bottom: 5px;
}

.content .oba a:hover {
    opacity: 0.8;
}

.content .oba a span {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
    margin-left: 0px;
    width: 10%;
    float: left;
    display: inline-block;
    color: #9199b4;
}

.oba a i {
    float: left;
    width: 85%;
    display: inline-block;
}

.setka {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.spl {
    vertical-align: top;
    display: inline-block;
    width: 49%;
    margin-right: 1%;
}

.spl a {
    text-decoration: none;
    display: block;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}

.spl a:hover {
    opacity: 0.8;
}

.content .spl a img {
    padding: 0;
    max-width: 100%;
    height: auto;
}

.splb {
    background-color: #eef0f7;
    padding: 10px 20px;
    height: 260px;
    overflow: hidden;

}

.rb {
    float: right;
    margin-right: 0 !important;
}

.splbsh {
    background-image: url(../images/shadow.png);
    background-repeat: repeat-x;
    height: 47px;
    width: 100%;
    display: block;
    position: relative;
    margin-top: -45px;
    z-index: 100;
}

.bn i {
    font-size: 16px;
    color: #797979;
    display: block;
    margin-top: 5px;
}

.content .bn h1 {
    display: block;
    color: #353d57;
    margin-top: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
}

.sn span {
    display: block;
    color: #353d57;
    font-size: 14px;
    margin-bottom: 10px;
}

.sn i {
    display: block;
    color: #797979;
    font-size: 14px;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
    float: left;
    width: 250px;
    margin-left: -100%;
    position: relative;

}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
    float: left;
    width: 250px;
    margin-left: -250px;
    position: relative;
}

.cit {
    background-color: #e7ebf9;
    padding: 15px 10px;
}

.cit p {
    color: #1e3685;
    font-style: italic;
    font-size: 14px;
    display: block;
    line-height: 16px;
}

.cit i {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: #ee3f58;
    margin-top: 3px;
}

.citsh {
    background-image: url(../images/cit.jpg);
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
    width: 250px;
    height: 15px;
    display: block;
    margin-bottom: 30px;
}

.rt {
    background-image: url(../images/rt.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    color: #273154;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 25px 0 25px 75px;
    display: block;
}

.bb {
    display: block;
    margin-bottom: 30px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    height: 280px;
    padding: 30px 0;
    background: #1e3685;
}

.fsh {
    width: 100%;
    background-color: #FFF;
    height: 20px;
    border-top: 3px solid #e5ebff;
}

.flinks {
    display: inline-block;
    width: 21%;
    margin-right: 1%;
    vertical-align: top;
}

.flinks li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    text-decoration: none;
}


/*Ð£Ñ‡Ð°ÑÑ‚ÐºÐ¸*/
.app {
    position:relative;

    padding:15px 15px 0px 15px;
    border-top:1px solid #e0e0e0;
    border-left:4px solid #e3e3e3;
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    background-color:#FFF;
    margin-bottom:25px;}
.tapp span {
    font-size:12px;
    margin-bottom:15px;
    display: inline-block;
    float:left;
    color:#322c27;}
.sh {
    display: inline-block;
    float:right;
    margin-right:1px;
    background-color:#CCC;
    margin-top:-3px;
    width:20px;
    height:20px;
    background-image:url(../images/appm.png);
    background-repeat:no-repeat;
    background-position:center center;}

.yellow {border-left:4px solid #ffb244;}
.yellow .appb {background-color:#ffb244;}
.yellow .appb:hover {background-color:#ffbe61;}
.yellow .appbh {background-color:#ffb244;}
.yellow .appbh:hover {background-color:#ffbe61;}
.yellow .sh { background-color:#ffb244;}
.yellow .sh:hover { background-color:#ffbe61;}

.orrange {border-left:4px solid #eb4d29;}
.orrange .appb {background-color:#eb4d29;}
.orrange .appb:hover {background-color:#f96b4a;}
.orrange .appbh {background-color:#eb4d29;}
.orrange .appbh:hover {background-color:#f96b4a;}
.orrange .sh { background-color:#eb4d29;}
.orrange .sh:hover { background-color:#f96b4a;}

.green {border-left:4px solid #34a160;}
.green .appb {background-color:#34a160;}
.green .appb:hover {background-color:#41b972;}
.green .appbh {background-color:#34a160;}
.green .appbh:hover {background-color:#41b972;}
.green .sh { background-color:#34a160;}
.green .sh:hover { background-color:#41b972;}

::-webkit-input-placeholder {color:#b0b0b0;}
::-moz-placeholder          {color:#b0b0b0;}/* Firefox 19+ */
:-moz-placeholder           {color:#b0b0b0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b0b0b0;}


input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;}
input:-moz-placeholder      {text-overflow:ellipsis;}
input:-ms-input-placeholder {text-overflow:ellipsis;}

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

.styler::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease;}
.styler::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease;}
.styler:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease;}
.styler:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease;}
.styler:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
.styler:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.3s ease;}
.styler:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.3s ease;}
.styler:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.3s ease;}

.styler2::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease;}
.styler2::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease;}
.styler2:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease;}
.styler2:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease;}
.styler2:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
.styler2:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.3s ease;}
.styler2:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.3s ease;}
.styler2:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.3s ease;}


.styler {
    margin:0 auto;
    min-width:300px;
    display:inline-block;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    line-height:14px;
    color:#322c27;
    border-top:1px solid #e3e3e3;
    border-left:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    border-right:1px solid #e3e3e3;
    padding:0 0 0px 14px;
    outline:none;
    height:44px;
    display:block;
    background-color:#f4f4f4;
    margin-bottom:15px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}

.styler2 {
    margin:0 auto;
    min-width:154px;
    display:inline-block;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    line-height:14px;
    color:#322c27;
    border-top:1px solid #e3e3e3;
    border-left:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    border-right:1px solid #e3e3e3;
    padding:0 0 0px 14px;
    outline:none;
    height:44px;
    display:block;
    background-color:#f4f4f4;
    margin-bottom:15px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}

.apps {border-right:none;
    text-align:left;
    display:inline-block;
    width:154px !important;
    min-width:154px;}
.appb {
    vertical-align:top;
    text-indent:-9999px;
    background-color:#dbdbdb;
    border:0;
    width:46px;
    margin-left:-4px;
    height:46px;
    outline:none;
    background-image:url(../images/a2r.png);
    background-repeat:no-repeat;
    cursor:pointer;

    background-position:20px center;}
.appb:hover {
    background-color:#999;}

.appbh {
    vertical-align:top;
    text-indent:-9999px;
    background-color:#dbdbdb;
    border:0;
    width:46px;
    margin-left:-4px;
    height:46px;
    outline:none;
    background-image:url(../images/a2r.png);
    background-repeat:no-repeat;
    cursor:pointer;

    background-position:20px center;}
.appbh:hover {
    background-color:#999;}


.elappb {
    vertical-align:top;
    background-color:#34a160;
    color:#FFF;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    border:0;
    display:block;
    margin-bottom:20px;
    width:100%;
    height:48px;
    outline:none;
    cursor:pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.elappb span {
    display:block;
    font-size:12px;
    font-family: 'Roboto', sans-serif;
    color:#69ca90;
    clear:both;}
.elappb:hover {
    background-color:#3cb76e;}
.styler:hover {border-top:1px solid #d7d7d7;
    border-left:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
    background-color:#f9f9f9;}
.styler:focus {border-top:1px solid #d7d7d7;
    border-left:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
    background-color:#fff;
}
.load {
    display:block;
    width:300px;
    height:200px;}
.loader,
.loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}
.loader {
    margin: 60px auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(245,165,31, 0.2);
    border-right: 1.1em solid rgba(245,165,31, 0.2);
    border-bottom: 1.1em solid rgba(245,165,31, 0.2);
    border-left: 1.1em solid #f5a51f;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.fixul {
    width:59%;
    font-size:14px;
    margin-bottom:10px;
    display:inline-block;
    float:left;
    clear:both;
    color:#34a160;
    border:1px solid #f4f4f4;
    padding:15px 15px;}

.fixd {
    width:14%;
    font-size:14px;
    margin-bottom:10px;
    display:inline-block;
    float: right;
    color:#34a160;
    border:1px solid #f4f4f4;
    padding:15px 15px;}

.rubik-loader {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../images/fancybox_loading@2x.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.wrload {
    width:100%;
    height:100%;
    display:block;
    left:0;
    top:0;
    background-color:rgba(255,255,255,0.9);
    position:absolute;
    z-index:400;

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

.raspt {
    margin:20px 0;
    font-size:14px;}
.tr {
    text-align:center;
    border-bottom:1px solid #ededed;}
.td {
    padding:5px 0;
    width:45%;
    text-align:left;
    display:inline-block;}
.uchastok {
    clear:both;
    display:block;
    font-size:24px;}
.uchastok span {
    border:1px solid #34a160;
    color:#34a160;
    margin:5px 0;
    padding:5px 10px;
    margin-left:10px;
    display:inline-block;}
.kab {
    color:#7d7d7d;
    font-size:16px;
    margin-bottom:20px;
}
.other_adres {
    color: #eb4d29;
    font-size:16px;
    margin-bottom:20px;
    text-align: center;
}
.kab span {

    color:#7d7d7d;
    margin:0px 0;
    padding:0 0 3px 0;
    margin-left:3px;
    display:inline-block;}
.spec {
    display:inline-block;
    color:#7d7d7d;
    width:30%;
    font-size:12px;}
.sname {
    font-size:14px;
    line-height:20px;
    width:50%;
    vertical-align:top;
    display:inline-block;}
.content .tpns {
    margin-bottom:20px !important;
    line-height:22px !important;}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/**************************/


.flinks li a:hover {
    color: #d0dbff;
}

.rbix {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #15296b;
    font-size: 14px;
    color: #8f9dcb;
}

.arbix {
    color: #8f9dcb;
    text-decoration: none;
    float: right;
}

.co {
    float: left;
}

.textover {
    position: absolute;
    z-index: 1000;
    bottom: 90px;
}

.content .textover h1 {
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    margin-top: 40px;
    max-width: 90%;
    margin-left: 40px;
    padding: 10px 15px 15px 15px;
    margin-bottom: 20px;
    float: left;
    font-weight: normal;
    font-size: 25px;
    color: #1e3685;
}

.content .textover a {
    background-color: #1c70c6;
    width: 150px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-left: 40px;
    clear: both;
    display: block;
    padding: 10px;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}

.textover a:hover {
    background-color: #2987e8;
}

.bxslider li {
    position: relative;
    z-index: 900;
}

.bxslider li img {
    position: relative;
    z-index: 900;
    max-width: 100%;
    height: auto;
}

.headerm.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.footerm.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}

.headerm a {
    display: none;
    width: 23px;
    height: 18px;
    padding: 11px;
    position: absolute;
    top: 25px;
    right: 10px;
    background-color: #3250b2;
}

.headerm a:before,
.headerm a:after {
    content: '';
    display: block;
    background: #fff;
    height: 3px;
}

.headerm a span {
    background: #fff;
    display: block;
    height: 3px;
    margin: 4px 0;
}

dropdown {
    position: relative;
}

dropdown label {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 0;

}

dropdown ul li {
    position: relative;
    display: block;
    width: 245px;
    text-decoration: none;
    padding: 10px 0 10px 5px;
    border-bottom: 1px solid;
}

dropdown label:hover, dropdown ul li:hover {

    cursor: pointer;
}

dropdown label {
    color: #1ABC9C;

    position: relative;
    z-index: 2;
}

dropdown input {
    display: none;
}

dropdown input ~ ul {
    position: absolute;
    visibility: hidden;
    background-color: #FFF;
    box-shadow: 0 0 50px rgba(30, 54, 133, 0.2);
    width: 250px;
    opacity: 0;
    top: -20px;
    z-index: 1;
}

dropdown input:checked + label {
    background-color: #f2f5ff;
    padding: 10px 0 10px 5px;
    width: 245px;
    color: #273154;
}

dropdown .red:checked + label {
    background-color: #ffe8eb;
    padding: 10px 0 10px 5px;
    width: 245px;
    color: #683a40;
}

dropdown .green:checked + label {
    background-color: #dffddf;
    padding: 10px 0 10px 5px;
    width: 245px;
    color: #315136;
}

dropdown input:checked ~ ul {
    visibility: visible;
    opacity: 1;
    top: 0;
}

$
colors: #E74C3C, #0072B5, #2C3E50

;

@for $i from 1 through length($colors) {
    dropdown ul li:nth-child(#{$i}) {
        border-left: 4px solid nth($ colors, $ i);

    .fa {
        color: nth($ colors, $ i);
    }

&amp;:hover {
     background: nth($ colors, $ i);
     color: white;

    .fa {
        color: white;
    }
}
}
}
.animate a {
    text-decoration: none;
}

.animate {

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Chrome and Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
}

.navb {
    color: #a9b0c6;
    margin-top: 0px;
    margin-bottom: 10px;
}

.content .navb a, .navb i, .navb p, .navb p {
    color: #a9b0c6;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 5px;
    margin-left: 0;
    padding: 0;
    font-size: 14px;
}

.navb a:hover {
    text-decoration: none;
}

.content p {
    color: #152255;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}

.content h1 {
    color: #1e3685;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.content h2 {
    margin-bottom: 20px;
    color: #ee3f58;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.content a {
    color: #3250b2;
}

.content a:hover {
    text-decoration: none;
}

.content img {
    padding: 10px;
}

.content .bx-wrapper img {
    padding: 0;
}

.content ul {
    margin-left: 20px;
    font-size: 14px;
    color: #152255;
    line-height: 18px;
    margin-bottom: 15px;
}

.content ol {
    color: #152255;
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}

.content ul li {
    list-style-type: disc;
}

.content ol li {
    list-style-type: decimal;
}

.content table tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 7px;
}

.content table tr th {
    font-size: 14px;
    line-height: 20px;

    background-color: #f2f5ff;
    padding: 7px;
}

.content table tr {
    border-bottom: 1px solid #d5dfff;
}

.content table {
    color: #152255;
    margin: 20px 0;
}

.content .bxslider {
    margin-left: 0;
}

.itemlist {
    margin: 20px 0;
    overflow: hidden;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #d5dfff;
    text-decoration: none;
    display: block;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}

.itemlist:hover {
    opacity: 0.8;
}

.content .itemlist img {
    padding: 0;
    width: 35%;
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 200;
    margin-right: 1.5%;
}

.ili {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.content .ili i, .content .ili p {
}

.content .ili i {
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 5px;
    color: #9199b4;
    font-size: 12px;
}

.content .itemlist .nili {
    color: #1e3685;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
}

.content .ili .tili {
    font-size: 14px;
    height: 110px;
    overflow: hidden;
    line-height: 18px;
}

.sh {
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    height: 50px;
    margin: -60px 0px 5px 0;
    margin-top: -60px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    position: relative;
    z-index: 100;
}

.content .pager {
    margin: 15px 0;
}

.content .pager a, .content .pager i {
    margin: 0;
    padding: 0;
}

.content .pager i {
    background: #1e3685;
    padding: 6px 12px 6px 12px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.4);
    margin: 5px 7px 5px 0;
}

.content .pager a {
    margin: 5px 7px 5px 0;
    display: inline-block;
    color: #2f2f2f;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 10px 5px 10px;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(119, 119, 119, 0.4);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0); /* IE6-9 */
}

.content .pager a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fcfcfc+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0); /* IE6-9 */
}

.date {
    color: #9199b4;
    margin-top: -10px;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.faqform {
    padding: 40px 20px 20px 20px;
    text-align: center;
    background-color: #f2f5ff;
}

.recform {
    padding: 5px 5px;
    text-align: center;
    background-color: #f2f5ff;
}

.styler {
    margin: 0 auto;
    min-width: 300px;
    display: inline-block;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    color: #000;
    border-top: 2px solid #d5dfff;
    border-left: 2px solid #d5dfff;
    border-bottom: 2px solid #d5dfff;
    border-right: 2px solid #d5dfff;
    padding: 9px 0 10px 10px;
    outline: none;
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.styler:hover {
    border-top: 2px solid #becaf1;
    border-left: 2px solid #becaf1;
    border-bottom: 2px solid #becaf1;
}

.styler:focus {
    border-top: 2px solid #a9b7e2;
    border-left: 2px solid #a9b7e2;
    border-bottom: 2px solid #a9b7e2;
    box-shadow: inset 0 0px 5px rgba(11, 28, 86, 0.1);
}

::-moz-placeholder {
    color: #1e3685;
}

::-webkit-input-placeholder {
    color: #1e3685;
}

::placeholder {
    color: #1e3685;
}

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.custom-file-upload {
    display: block;
    width: 314px;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 30px;
}

.file-upload-input {
    width: 136px;
    color: #1e3685;
    font-size: 16px;
    padding: 11px 17px;
    border: none;
    border-top: 2px solid #d5dfff;
    border-left: 2px solid #d5dfff;
    border-bottom: 2px solid #d5dfff;
    background-color: #fff;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
    /* IE 9 Fix */
}

.custom-file-upload label {
    display: block;
    margin-bottom: 5px;
}

.file-upload-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.file-upload-input:hover, .file-upload-input:focus {
    background-color: #fff;
    outline: none;
    border-top: 2px solid #a9b7e2;
    border-left: 2px solid #a9b7e2;
    border-bottom: 2px solid #a9b7e2;
    box-shadow: inset 0 0px 5px rgba(11, 28, 86, 0.1);
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    font-family: 'Exo 2', sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 14px 20px 13px 20px;
    border: none;
    margin-left: -1px;
    outline: none;
    background-color: #3e5cbe;
    float: left;
    /* IE 9 Fix */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.file-upload-button:hover {
    background-color: #4c6cd4;
}

.znpes {
    text-align: center;
    margin: 0 auto;
    clear: both;
    cursor: pointer;
    font-weight: bold;
    border: 2px solid #3e5cbe;
    text-decoration: none;
    font-family: 'Exo 2', sans-serif;
    color: #3e5cbe;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #f2f5ff;
    width: 312px;
    text-transform: uppercase;
    -webkit-transition: color, background-color ease-out 0.3s;
    -moz-transition: color, background-color ease-out 0.3s;
    -o-transition: color, background-color ease-out 0.3s;
    transition: color, background-color ease-out 0.3s;
}


.znpes2 {
    text-align: center;
    margin: 0 auto;
    float:left;
    clear: both;
    cursor: pointer;
    border: 2px solid #fff;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Exo 2', sans-serif;
    color: #f2f5ff;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #3e5cbe;
    width: 210px;
    text-transform: uppercase;
    -webkit-transition: color, background-color ease-out 0.3s;
    -moz-transition: color, background-color ease-out 0.3s;
    -o-transition: color, background-color ease-out 0.3s;
    transition: color, background-color ease-out 0.3s;
}

.znpes2:hover {
    border: 2px solid #3e5cbe;
    color: #3e5cbe;
    background-color: #fff;
}

.znpes:hover {
    color: #fff;
    background-color: #3e5cbe;
}

.kod {
    clear: both;
    margin: 0 auto;
    text-align: left;
    display: block;
    vertical-align: top;
    padding: 15px 0 0 0;
    width: 313px;
}

#captchaimage {
    width: 132px;
    margin-right: 15px;
    vertical-align: top;
    display: inline-block;
}

#captchaimage img {
    padding: 0;
    border-top: 2px solid #d5dfff;
    border-left: 2px solid #d5dfff;
    border-bottom: 2px solid #d5dfff;
    border-right: 2px solid #d5dfff;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.wkod {
    margin-top: 4px;
    text-align: center;
    vertical-align: top;
    min-width: 145px;
    width: 145px;
    margin-bottom: 0;
    display: inline-block;
}

.medial {
    vertical-align: top;
    text-decoration: none;
    width: 29%;
    display: inline-block;
    margin-right: 4%;
    margin-bottom: 10px;
    margin-top: 10px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.medial:hover {
    opacity: 0.8;
}

.medial img {
    padding: 0;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.content .medial p {
    text-align: center;
    font-size: 14px;
}

.medialv {
    vertical-align: top;
    text-decoration: none;
    width: 45%;
    display: inline-block;
    margin-right: 4%;
    margin-bottom: 10px;
    margin-top: 10px;

}

.medialv iframe {
    min-height: 220px;
}

.medialv:hover {
    opacity: 0.8;
}

.medialv img {
    padding: 0;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.content .medialv p {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

.content .rzdl {
    margin-bottom: 20px;
    margin-left: 0;
}

.content .rzdl li {
    list-style-type: none;
    border-bottom: 1px solid #d5dfff;
}

.content .rzdl li a {
    background-image: url(../images/arrowr.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
    font-size: 16px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding: 12px 10px 12px 30px;
    display: block;
    text-decoration: none;
}

.content .rzdl li p {
    padding-left: 30px;
}

.content .rzdl li a:hover {
    background-color: #edf1fb;
}

.content .vopros {
    margin: 20px 0;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-image: url(../images/qu.png);
    padding: 15px 15px 15px 70px;
    color: #8a1f2e;
    background-color: #ffe8eb;
    margin-bottom: 10px;
}

.content .vopros p {
    color: #8a1f2e;
    font-style: italic;
    margin-bottom: 5px;
}

.content .vopros i {
    margin-bottom: 10px;
    display: block;
    color: #b45c69;
    font-size: 16px;
    font-style: italic;
}

.content .otvet {
    margin: 20px 0;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-image: url(../images/co.png);
    padding: 15px 15px 15px 70px;
    color: #8a1f2e;
    background-color: #f2f5ff;
    margin-left: 30px;
    margin-bottom: 30px;
    display: block;
}

.content .otvet i {
    margin-bottom: 10px;
    display: block;
    color: #1e3685;
    font-size: 16px;
    font-style: italic;
}

.content .otvet p {
    margin-bottom: 0;
}

.content .otvet {
    margin: 20px 0;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-image: url(../images/co.png);
    padding: 15px 15px 15px 70px;
    color: #8a1f2e;
    background-color: #f2f5ff;
    margin-left: 30px;
    margin-bottom: 30px;
    display: block;
}

.content .otvet i {
    margin-bottom: 10px;
    display: block;
    color: #1e3685;
    font-size: 16px;
    font-style: italic;
}

.content .otvet p {
    margin-bottom: 0;
}


.content .otziv {
    font-style: italic;
    margin-left: 0;
}

.slab .tmenu li a {
    padding: 15px 10px 16px 10px;
    font-size: 20px;
}

.slab .slep {
    font-size: 24px;
}

.slab .slep span {
    font-size: 18px;
}

.slab .insrch {
    font-size: 18px;
    padding: 5px 10px 5px 10px;
}

.slab .logo p {
    margin-top: 0;
    vertical-align: top;
    line-height: 30px;
    width: 70%;
    font-size: 26px;
}

.slab .logo {
    width: 70%;
}

.slab .slogan {
    font-size: 24px;
}

.slab .lbname span {
    font-size: 22px;
}

.slab .lbmenu {
    font-size: 18px;
    line-height: 20px;
}

.slab .content .textover h1 {
    font-size: 30px;
}

.slab .content .textover a {
    font-size: 18px;
}

.slab .cbname span {
    font-size: 24px;
}

.slab .cbname a {
    font-size: 16px;
}

.slab .content .oba a {
    font-size: 16px;
}

.slab .bn i {
    font-size: 18px;
}

.slab .content .bn h1 {
    font-size: 24px;
}

.slab .sn i {
    font-size: 16px;
}

.slab .sn span {
    font-size: 18px;
    line-height: 20px;
}

.slab .cit p {
    font-size: 18px;
    line-height: 20px;
}

.slab .cit i {
    font-size: 18px;
    line-height: 20px;
}

.slab .zapi span {
    display: block;
    margin: 5px 0 0 10px;
}

.slab .nk {
    font-size: 18px;
}

.slab .rt {
    font-size: 18px;
}

.slab .footer {
    font-size: 18px;
}

.slab .flinks li a {
    font-size: 18px;
}

.slab .rbix {
    font-size: 16px;
}

.slab .content .navb a, .slab .navb i, .slab .navb p, .slab .navb p {
    font-size: 16px;
}

.slab .content h1 {
    font-size: 28px;
}

.slab .content h2 {
    font-size: 22px;
}

.slab .content p {
    font-size: 18px;
    line-height: 22px;
}

.slab .content ul {
    margin-left: 20px;
    font-size: 18px;
    color: #152255;
    line-height: 22px;
    margin-bottom: 15px;
}

.slab .content ol {
    color: #152255;
    margin-left: 20px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.slab .content table tr td {
    font-size: 18px;
    line-height: 20px;
    padding: 7px;
}

.slab .content table tr th {
    font-size: 18px;
    line-height: 20px;

    background-color: #f2f5ff;
    padding: 7px;
}

.slab .content .itemlist .nili {
    font-size: 24px;
}

.slab .content .ili .tili {
    font-size: 18px;
}

.slab .content .ili i {
    font-size: 16px;
}

@media screen and (max-width: 1290px) {
    .tmenu li a {
        ont-size: 14px;
        padding: 16px 20px;
    }

    .wrapper {
        min-width: 290px;
        max-width: 1280px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .srchblck {
        display: none;
    }

}

@media screen and (max-width: 1100px) {
    .slogan {
        float: left;
        margin-top: -29px;
        margin-left: 71px;
    }

    .logo p {
        margin-top: 8px;
    }

    .slab .slogan {
        display: none;
    }

    .slab .logo span {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1030px) {
    .headerm a {
        display: block;
    }

    .toph {
        display: none;
    }

    .left-sidebar {
        display: none;
    }

    .content {
        padding: 0 270px 0 0px;
    }

    .header {
        width: 100%;
        height: auto;
        padding: 10px 0;
        display: inline-block;
        border-bottom: 4px solid #e5ebff;
        border-top: 4px solid #1e3685;
        background: #FFF;
        margin-bottom: 15px;
    }

    .logo {
        margin-top: 0;
        width: 94%;
    }

    .logo span {
        width: 8%;
        float: left;
        display: inline-block;
        vertical-align: top;
    }

    .logo span img {
        max-width: 100%;
        height: auto;
    }

    .logo p {
        width: 91%;
        text-align: left;
        line-height: 20px;
        margin-left: 0;
        float: left;
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
    }

    .slogan {
        font-size: 19px;
        margin-left: 75px;
    }
}

@media screen and (max-width: 1000px) {

    .medial {
        text-decoration: none;
        width: 45%;
        display: inline-block;
        margin-right: 4%;
        margin-bottom: 10px;
        margin-top: 10px;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .bxb {
        display: none;
    }

    .logo {
        width: 94%;
    }

    .logo span {
        width: 8%;
        margin-right: 0%;
        margin-top: 0px;
        float: left;
        display: inline-block;
        vertical-align: top;
    }

    .logo p {
        width: 85%;
        text-align: left;
        line-height: 20px;
        margin-left: 0;
        float: left;
        font-size: 18px;
        line-height: 18px;
        display: inline-block;
        vertical-align: top;
    }

    .slogan {
        font-size: 16px;
        margin-left: 70px;
    }

    .oba a span {
        margin-right: 1%;
        text-align: left;
        width: 12%;
    }

    .oba a i {
        width: 85%;
    }

    .footer {
        height: auto;
        width: 100%;
        display: inline-block;
        padding: 30px 0;
        background: #1e3685;
    }

    .arbix {
        clear: both;
        display: inline-block;
        float: left;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 800px) {

    .spl {
        width: 99%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .spl a img {
        width: 100%;
    }

    .rb {
        float: left;
    }

    .oba a span {
        margin-right: 1%;
        text-align: left;
        width: 15%;
    }

    .oba a i {
        width: 83%
    }

    .logo {
        width: 94%;
    }

    .logo span {
        width: 10%;
        margin-right: 0%;
        margin-top: 0px;
        float: left;
        display: inline-block;
        vertical-align: top;
    }

    .logo p {
        width: 85%;
        text-align: left;
        line-height: 20px;
        margin-left: 0;
        float: left;
        font-size: 16px;
        line-height: 18px;
        display: inline-block;
        vertical-align: top;
    }

    .slogan {
        font-size: 14px;
        margin-left: 73px;
    }

}

@media screen and (max-width: 768px) {
    .oba a span {
        margin-right: 1%;
        text-align: left;
        width: 17%;
    }

    .oba a i {
        width: 80%;
        padding-left: 15px;
    }

    .logo {
        width: 94%;
    }

    .logo span {
        width: 10%;
        margin-right: 0%;
        margin-top: 0px;
        float: left;
        display: inline-block;
        vertical-align: top;
    }

    .logo p {
        width: 85%;
        text-align: left;
        line-height: 20px;
        margin-left: 0;
        float: left;
        font-size: 20px;
        line-height: 22px;
        display: inline-block;
        vertical-align: top;
    }

    .slogan {
        display: none;
    }

}

@media screen and (max-width: 667px) {
    .oba a span {
        margin-right: 1%;
        text-align: left;
        width: 21%;
    }

    .oba a i {
        width: 76%;
    }

    .logo {
        width: 94%;
    }

    .logo span {
        width: 12%;
        margin-right: 0%;
        margin-top: 0px;
        float: left;
        display: inline-block;
        vertical-align: top;
    }

    .logo p {
        width: 85%;
        text-align: left;
        line-height: 20px;
        margin-left: 0;
        float: left;
        font-size: 20px;
        line-height: 22px;
        display: inline-block;
        vertical-align: top;
    }

    .slogan {
        display: none;
    }

}

@media screen and (max-width: 640px) {
    .oba a span {
        margin-right: 1%;
        text-align: left;
        width: 22%;
    }

    .oba a i {
        width: 75%;
    }

}

@media screen and (max-width: 603px) {
    .oba a span {
        margin-right: 1%;
        text-align: left;
        width: 14%;
    }

    .oba a i {
        width: 83%;
    }

    .content {
        padding: 0 0 0 0;
    }

    .right-sidebar {
        clear: both;
        display: block;
        float: none;
        width: 100%;
        margin-left: 0px;
        position: inherit;
    }

    .oba {
        margin-bottom: 15px;
    }

    .setka {
        margin-bottom: 15px;
    }

    .zapi span {
        width: 200px;
    }

    .zapi .marg {
        margin-top: 17px;
        width: 400px;
    }

    .rban {
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .flinks {
        margin-bottom: 20px;
        width: 48%;
    }

}

@media screen and (max-width: 568px) {
    .zapi span {
        width: 200px;
    }

    .zapi .marg {
        margin-top: 9px;
        width: 200px;
    }

    .logo {
        width: 94%;
    }

    .logo span {
        width: 14%;
        margin-right: 0%;
        margin-top: 0px;
        float: left;
        display: inline-block;
        vertical-align: top;
    }

    .logo p {
        width: 85%;
        text-align: left;
        line-height: 20px;
        margin-left: 0;
        float: left;
        font-size: 18px;
        line-height: 22px;
        display: inline-block;
        vertical-align: top;
    }

    .slogan {
        display: none;
    }

    .tablecon {
        margin: 20px 0;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .content img {
        width: 100%;
        padding: 0;
        margin: 20px 0;
        display: block;
        clear: both;
    }

    .content .medial img {
        margin: 0;
        margin-bottom: 5px;
    }

    .content .medialv img {
        margin: 0;
        margin-bottom: 5px;
    }

    #captchaimage img {
        padding: 0;
        border-top: 2px solid #d5dfff;
        border-left: 2px solid #d5dfff;
        border-bottom: 2px solid #d5dfff;
        border-right: 2px solid #d5dfff;
        vertical-align: top;
        max-width: 100%;
        width: auto;
        margin: 0;
        height: auto;
    }

    .content .itemlist img {
        display: none;
    }

    .ili {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .oba a span {
        margin-right: 1%;
        text-align: left;
        width: 17%;
    }

    .oba a i {
        width: 80%;
        padding-left: 15px;
    }

    .logo {
        width: 94%;
    }

    .logo span {
        width: 12%;
        margin-right: 2%;
        margin-top: 0px;
        float: left;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 5px;
    }

    .logo p {
        width: 85%;
        text-align: left;
        line-height: 20px;
        margin-left: 0;
        float: left;
        font-size: 14px;
        line-height: 18px;
        display: inline-block;
        vertical-align: top;
    }

    .slogan {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    .medial {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        display: block;
    }

    .medialv {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        display: block;
    }

    .oba a span {
        margin-right: 1%;
        text-align: left;
        width: 21%;
    }

    .oba a i {
        width: 76%;
    }

    .logo {
        width: 94%;
    }

    .logo span {
        width: 16%;
        margin-right: 3%;
        margin-top: 5px;
        float: left;
        display: inline-block;
        vertical-align: top;
    }

    .logo p {
        width: 65%;
        text-align: left;
        line-height: 20px;
        margin-left: 0;
        float: left;
        font-size: 14px;
        line-height: 18px;
        display: inline-block;
        vertical-align: top;
    }

    .slogan {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .znpes {
        text-align: center;
        margin: 0 auto;
        clear: both;
        cursor: pointer;
        font-weight: bold;
        border: 2px solid #3e5cbe;
        text-decoration: none;
        font-family: 'Exo 2', sans-serif;
        color: #3e5cbe;
        font-size: 16px;
        padding: 10px 30px 10px 30px;
        margin-top: 15px;
        margin-bottom: 20px;
        background-color: #f2f5ff;
        width: 233px;
        text-transform: uppercase;
        -webkit-transition: color, background-color ease-out 0.3s;
        -moz-transition: color, background-color ease-out 0.3s;
        -o-transition: color, background-color ease-out 0.3s;
        transition: color, background-color ease-out 0.3s;
    }

    .kod {
        clear: both;
        margin: 0 auto;
        text-align: left;
        display: block;
        vertical-align: top;
        padding: 15px 0 0 0;
        width: 230px;
    }

    #captchaimage {
        width: 100%;
        text-align: center;
        margin-right: 0px;
        vertical-align: top;
        display: block;
        margin-bottom: 15px;
    }

    #captchaimage img {
        margin: 0 auto;
        padding: 0;
        border-top: 2px solid #d5dfff;
        border-left: 2px solid #d5dfff;
        border-bottom: 2px solid #d5dfff;
        border-right: 2px solid #d5dfff;
        vertical-align: top;
        max-width: 100%;
        height: auto;
    }

    .wkod {
        margin-top: 4px;
        vertical-align: top;
        min-width: 220px;
        width: 220px;
        margin-bottom: 0;
        display: block;
    }

    .custom-file-upload {
        display: block;
        width: 235px;
        font-size: 16px;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .file-upload-input {
        width: 80px;
        color: #1e3685;
        font-size: 16px;
        padding: 11px 17px;
        border: none;
        border-top: 2px solid #d5dfff;
        border-left: 2px solid #d5dfff;
        border-bottom: 2px solid #d5dfff;
        background-color: #fff;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        float: left;
        /* IE 9 Fix */
    }

    .file-upload-button {
        cursor: pointer;
        display: inline-block;
        font-family: 'Exo 2', sans-serif;
        color: #fff;
        font-size: 12px;
        padding: 15px 15px 15px 15px;
        border: none;
        margin-left: -1px;
        outline: none;
        background-color: #3e5cbe;
        float: left;
        /* IE 9 Fix */
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .styler {
        margin: 0 auto;
        min-width: 220px;
        display: inline-block;
        font-family: 'Exo 2', sans-serif;
        font-size: 16px;
        color: #000;
        border-top: 2px solid #d5dfff;
        border-left: 2px solid #d5dfff;
        border-bottom: 2px solid #d5dfff;
        border-right: 2px solid #d5dfff;
        padding: 9px 0 10px 10px;
        outline: none;
        display: block;
        margin-bottom: 15px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .oba a span {
        margin-right: 1%;
        text-align: left;
        width: 23%;
    }

    .oba a i {
        width: 73%;
    }

}

@media screen and (max-width: 320px) {
    .oba a span {
        margin-right: 1%;
        text-align: left;
        width: 26%;
    }

    .oba a i {
        width: 71%;
    }

    .logo {
        width: 94%;
    }

    .logo span {
        width: 14%;
        margin-right: 2%;
        margin-top: 7px;
        float: left;
        display: inline-block;
        vertical-align: top;
    }

    .logo p {
        width: 65%;
        text-align: left;
        line-height: 20px;
        margin-left: 0;
        float: left;
        font-size: 14px;
        line-height: 18px;
        display: inline-block;
        vertical-align: top;
    }

    .slogan {
        display: none;
    }
}

/* 15 01 2017 */

.lbname.gord {
    background-color: #fffabd;
}

.gord i {
    background-color: #f5eb7c;
    background-image: url(../images/gordi.png);
}

.gord span {
    color: #c04800;
}

.vmin img {
    max-width: 100%;
    height: auto;
}

.prgrmsslider .item {
    margin: 0 auto;
    text-align: center;
}

.fio {
    text-align: left;
    font-size: 14px;
    padding-top: 10px;
    color: #353d57;
    font-weight: 700;
}

.gxt {
    line-height: 14px;
    padding: 5px 0;
    font-size: 12px;
    text-align: left;
}

.nk {
    font-size: 14px;
    color: #273154;
    padding: 10px 0;
    border-bottom: 1px solid #d5dfff;
    display: block;
}

.nk span {
    text-align: center;
    width: 80px;
    display: inline-block;
    vertical-align: top;
}

.nk span img {
    max-width: 100%;
    height: auto;
}

.nk p {
    margin-top: 0px;
    display: table;
    min-height: 65px;
    vertical-align: middle;
}

.nk .vir {
    display: inline-block;
    vertical-align: top;
    width: 165px;
}

.nk p i {
    display: table-cell;
    vertical-align: middle;
}</pre></body></html>