/**
* @author prozo_ev
* mobile first
*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
html, body {
    width: 100%;
    min-height: 100%;
    font-size: 16px;
    font-weight: normal;
    font-family: 'corpid_e1s_scd_regular', sans-serif;
    background-color: #ffffff;
    color: #38434d;
    overflow: auto;
}
a {
    text-decoration: none;
}

.article a{
    color: #0000cd;
    text-decoration: underline;
}
h2 {
    font-size: 42px;
    font-family: 'corpid_e1s_scd_regular';
    font-weight: normal;
    line-height: 1.3em;
    margin: 24px 0 12px 0;
}
/**
fonts
*/
@font-face {
    font-family: 'corpid_e1s_scd_bold';
    src: url('/fonts/CorpidE1sSCd-Bold.eot');
    src: url('/fonts/CorpidE1sSCd-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/CorpidE1sSCd-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corpid_e1s_scd_heavy';
    src: url('/fonts/CorpidE1sSCd-Heavy.eot');
    src: url('/fonts/CorpidE1sSCd-Heavy.eot?#iefix') format('embedded-opentype'),
    url('/fonts/CorpidE1sSCd-Heavy.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corpid_e1s_scd_light';
    src: url('/fonts/CorpidE1sSCd-Light.eot');
    src: url('/fonts/CorpidE1sSCd-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/CorpidE1sSCd-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corpid_e1s_scd_regular';
    src: url('/fonts/CorpidE1sSCd-Regular.eot');
    src: url('/fonts/CorpidE1sSCd-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/CorpidE1sSCd-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon-transcapital';
    src:url('/fonts/icomoon-transcapital.eot?v43beo');
    src:url('/fonts/icomoon-transcapital.eot?#iefixv43beo') format('embedded-opentype'),
    url('/fonts/icomoon-transcapital.woff?v43beo') format('woff'),
    url('/fonts/icomoon-transcapital.ttf?v43beo') format('truetype'),
    url('/fonts/icomoon-transcapital.svg?v43beo#icomoon-transcapital') format('svg');
    font-weight: normal;
    font-style: normal;
}
ul.nav {
    list-style-type: none;
}
ul.nav li {
    text-align: center;
}
#header {
    width: 100%;
    margin-bottom: 60px;
}
    .left {
        width: 100%;
        padding: 20px 20px 0;
    }
        .logo {
            background: transparent url('/images/logo_s.png') 0 50% no-repeat;
            height: 60px;
            line-height: 60px;
            padding-left: 215px;
            padding-bottom: 8px;
            color: #00539A;
            font-size: 2.2em;
            font-weight: bold;
        }
    .right {
        width: 100%;
        padding: 0 20px;
    }
        #topNav {
            width: 40%;
            height: 40px;
            float: left;
            margin-top: 10px;
        }
            .sub_nav-item {
                margin: 0;
                padding: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: 50%;
                float: left;
            }
            .sub_nav-lnk {
                padding: 10px 2px;
            }
        .subscribe {
            width: 60%;
            height: 40px;
            float: left;
        }
            .subscribe label {
                height: 40px;
                width: 62%;
                float: left;
                position: relative;
            }
            .subscribe input {
                padding: 0px 10px;
                padding: 0px 10px;
                height: 100%;
                width: 100%;
            }
            .subscribe .btn {
                padding: 0px 10px;
                height: 40px;
                width: 34%;
                float: right;
            }
            
                label .required {
                    color: #ed1b2e;
                }
                .label {
                    position: absolute;
                    top: 0px;
                    right: 10px;
                    -webkit-transition: all 0.7s;
                    -moz-transition: all 0.7s;
                    -ms-transition: all 0.7s;
                    -o-transition: all 0.7s;
                    transition: all 0.7s;
                    padding-top: 10px;
                    line-height: 20px;
                }
                input:focus + .label {
                    padding-top: 0px;
                    font-size: 10px;
                    color: #cccccc;
                }
    #mainNav {
        margin-top: 20px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
#main {

}
#footer {
    padding: 20px;
    text-align: center;
    margin: 10px 0px;
    }
    #footer a {
        font-size: 0.8em;
    }
    #footer .copy {
        color: #ccc;
        display: block;
    }
    #footer .share {
        text-align: center;
        padding: 10px 0;
    }
        #footer .ya-share2__badge {
            background-color: #cccccc;
            padding: 10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }
        #footer .ya-share2__badge:hover, #footer .ya-share2__badge:focus {
            background-color: #999;
        }
        /** vk */
        #footer .ya-share2__item_service_vkontakte .ya-share2__badge:hover,#footer .ya-share2__item_service_vkontakte .ya-share2__badge:focus {
            background-color: #48729e;
        }
        /** fb */
        #footer .ya-share2__item_service_facebook .ya-share2__badge:hover, #footer .ya-share2__item_service_facebook .ya-share2__badge:focus {
            background-color: #3c5a98;
        }
        /** tw */
        #footer .ya-share2__item_service_twitter .ya-share2__badge:hover, #footer .ya-share2__item_service_twitter .ya-share2__badge:focus {
            background-color: #00aced;
        }
        /** moymir */
        #footer .ya-share2__item_service_moimir .ya-share2__badge:hover, #footer .ya-share2__item_service_moimir .ya-share2__badge:focus{
            background-color: #4776a6;
        }
        /**  ok */
        #footer .ya-share2__item_service_odnoklassniki .ya-share2__badge:hover, #footer .ya-share2__item_service_odnoklassniki .ya-share2__badge:focus{
            background-color: #ff9f4d;
        }
        /** g+ */
        #footer .ya-share2__item_service_gplus .ya-share2__badge:hover, #footer .ya-share2__item_service_gplus .ya-share2__badge:focus{
            background-color: #db4437;
        }
        #footer .ya-share2__list li {
            margin-right: 2px;
        }
        #footer .ya-share2__list li:last-of-type {
            margin-right: 0px;
        }
.btn{
    color: #01539f;
    border-color: #01539f;
    border-width: 2px;
    border-style: solid;
    border-radius: 25px;
    display: inline-block;
    padding: 0 26px;
    font-size: 16px;
    line-height: 35px;
    -webkit-transition: color .1s ease-out, border-color .1s ease-in;
    -o-transition: color .1s ease-out, border-color .1s ease-in;
    transition: color .1s ease-out, border-color .1s ease-in;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}

.btn:hover {
    color: #0071be;
    border-color: #0071be;
}

.clear {
    clear: both;
}

.ajax-nav{
    display: block;
    color: #fff;
    border: none;
    background-color: #0c5ea3;
    border-radius: 25px;
    padding: 0 10px;
    line-height: 46px;
    height: 46px;
    font-size: 18px;
    margin: 45px auto;
    min-width: 170px;
}

.ajax-nav:hover{
    background-color: #0071be;
}

i{
    font-style: italic;
}

.load_ico {
    margin-right: 4px;
}

.svg-preloader {
    height: 20px;
    width: 20px;
    height: 20px;
    width: 20px;
    position: relative;
    top: 4px;
}

.g-circles {
    fill: #fff;
}

.u-circle {
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

svg {
    transform-origin: 50% 50% 0px;
}

.ajax-nav:hover .u-circle {
    -webkit-animation: 1.2s linear infinite;
    animation: 1.2s linear infinite;
    -webkit-animation-name: colors,opacity;
    animation-name: colors,opacity;
}
.ajax-nav .u-circle:nth-child(8n + 1) {
    -webkit-transform: rotate(-45deg) translate(10px, 10px) scale(0.85);
    transform: rotate(-45deg) translate(10px, 10px) scale(0.85);
}
.ajax-nav:hover .u-circle:nth-child(8n + 1) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
.ajax-nav .u-circle:nth-child(8n + 1) {
    -webkit-transform: rotate(-45deg) translate(10px, 10px) scale(0.85);
    transform: rotate(-45deg) translate(10px, 10px) scale(0.85);
}
.ajax-nav:hover .u-circle:nth-child(8n + 1) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
.ajax-nav .u-circle:nth-child(8n + 2) {
    -webkit-transform: rotate(-90deg) translate(10px, 10px) scale(0.85);
    transform: rotate(-90deg) translate(10px, 10px) scale(0.85);
}
.ajax-nav:hover .u-circle:nth-child(8n + 2) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.ajax-nav .u-circle:nth-child(8n + 3) {
    -webkit-transform: rotate(-135deg) translate(10px, 10px) scale(0.85);
    transform: rotate(-135deg) translate(10px, 10px) scale(0.85);
}
.ajax-nav:hover .u-circle:nth-child(8n + 3) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.ajax-nav .u-circle:nth-child(8n + 4) {
    -webkit-transform: rotate(-180deg) translate(10px, 10px) scale(0.85);
    transform: rotate(-180deg) translate(10px, 10px) scale(0.85);
}
.ajax-nav:hover .u-circle:nth-child(8n + 4) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.ajax-nav .u-circle:nth-child(8n + 5) {
    -webkit-transform: rotate(-225deg) translate(10px, 10px) scale(0.85);
    transform: rotate(-225deg) translate(10px, 10px) scale(0.85);
}
.ajax-nav:hover .u-circle:nth-child(8n + 5) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.ajax-nav .u-circle:nth-child(8n + 6) {
    -webkit-transform: rotate(-270deg) translate(10px, 10px) scale(0.85);
    transform: rotate(-270deg) translate(10px, 10px) scale(0.85);
}
.ajax-nav:hover .u-circle:nth-child(8n + 6) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.ajax-nav .u-circle:nth-child(8n + 7) {
    -webkit-transform: rotate(-315deg) translate(10px, 10px) scale(0.85);
    transform: rotate(-315deg) translate(10px, 10px) scale(0.85);
}
.ajax-nav:hover .u-circle:nth-child(8n + 7) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.ajax-nav .u-circle:nth-child(8n + 8) {
    -webkit-transform: rotate(-360deg) translate(10px, 10px) scale(0.85);
    transform: rotate(-360deg) translate(10px, 10px) scale(0.85);
}
.ajax-nav:hover .u-circle:nth-child(8n + 8) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-ms-keyframes opacity {0% {fill-opacity: 1;}75% {fill-opacity: 0;}}
@-moz-keyframes opacity {0% {fill-opacity: 1;}75% {fill-opacity: 0;}}
@-webkit-keyframes opacity {0% {fill-opacity: 1;}75% {fill-opacity: 0;}}
@-ms-keyframes colors {0% {fill: #fff;}50% {fill: #558fbf;}}
@-moz-keyframes colors {0% {fill: #fff;}50% {fill: #558fbf;}}
@-webkit-keyframes colors {0% {fill: #fff;}50% {fill: #558fbf;}}
@-ms-keyframes dasharray {100% {stroke-dasharray: 0 100;}}
@-moz-keyframes dasharray {100% {stroke-dasharray: 0 100;}}
@-webkit-keyframes dasharray {100% {stroke-dasharray: 0 100;}}


/**
icons
*/
.icomoon {
    font-family: 'icomoon-transcapital';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[name="arrFilter_form"] {
    display: none;
}
/** widgets */
.b-widget_cont {
    height: 300px;
    margin-bottom: 8px;
}
.col-2, .col-3, .col-4, .col-5 {
    display: block;
    float: left;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-3 {
    width: 33.3%;
}
.b-widget_wrap {
    margin-right: 5px;
    position: relative;
    text-align: left;
    height: 100%;
    color: #36414c;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.l-widget_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}
.b-widget_type-2 .b-title_box {
    min-height: 38px;
    color: #fff;
    padding: 18px 18px;
    background-color: #00b1ac;
    margin-right: 20px;
    max-height: 133px;
    -moz-border-radius: 0 0 30px 0;
    -webkit-border-radius: 0 0 30px 0;
    border-radius: 0 0 30px 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: block;
}
.b-widget_type-2 .l-title {
    line-height: 28px;
    font-size: 24px;
    margin: 0px;
    font-family: 'corpid_e1s_scd_regular';
    font-weight: normal;
}
.b-widget_type-2 .b-title_box .l-mark {
    width: 100%;
    overflow: auto;
    position: relative;
    padding-top: 10px;
    margin: 0;
    display: none;
    font-family: 'corpid_e1s_scd_regular', sans-serif;
    font-size: 15px;
    line-height: normal;
}
.b-widget_cont .b-nav_box {
    position: absolute;
    bottom: 28px;
    white-space: nowrap;
    text-align: center;
    z-index: 1;
}
.b-widget_cont .b-nav_box .l-larr {
    line-height: 49px;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
}
.b-widget_cont .b-nav_box .l-larr:hover {
    color: #f59d15;
}
.b-widget_cont .b-nav_box .btn {
    margin-left: 12px;
    border: 1px solid #e2e2e2;
    font-family: 'corpid_e1s_scd_bold';
}
.b-widget_cont .b-nav_box .btn:hover {
    color: #f59d15;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.l-larr:after, .l-rarr:before {
    font-family: 'icomoon-transcapital', sans-serif;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    vertical-align: middle;
}
.l-larr:after {
    content: "%";
    margin-left: 4px;
}

.post.bg-image .descr {
    position: absolute;
    bottom: 10%;
    left: 0px;
    background-color: rgba(0, 177, 172, 0.8);
    padding: 20px 0px;
    width: 90%;
    margin-left: 5%;
}


@media screen and (min-width:720px) {
    #header {
        margin-bottom: 90px;
    }
    #footer {
        text-align: left;
    }
    #footer .copy, #footer .share, #footer .links {
        display: block;
        float: left;
    }
    #footer .copy {
        width: 23%;
        padding: 20px 0;
    }
    #footer .share {
        text-align: center;
        width: 42%;
    }
    #footer .links {
        text-align: right;
        width: 35%;
        padding: 20px 0;
    }
}

@media screen and (min-width:800px) {
    #footer .copy {
        width: 20%;
    }
    #footer .share {
        width: 40%;
    }
    #footer .links {
        width: 40%;
    }
}
@media screen and (min-width:1000px) {
    .left {
        width: 30%;
        float: left;
    }
    .right {
        width: 65%;
        float: right;
        margin-top: 20px;
    }
    #footer .copy, #footer .share, #footer .links {
        width: 33.33%;
    }
}

@media screen and (max-width:720px) {
    .blog-nav li:nth-child(odd)::after{
        display: none;
    }
    .b-widget_cont.col-3 {
        width: 50%;
    }
}

@media screen and (max-width:630px) {
    #topNav, .subscribe{
        display: inline-block;
        width: 100%;
    }
}
@media screen and (max-width:500px) {
    .b-widget_cont.col-3 {
        width: 100%;
        max-width: 315px;
        float: none;
        margin: 5px auto;
    }
}

@media screen and (max-width:400px) {
    .subscribe .btn {
        margin-top: 15px;
        width: 100%;
    }

    .subscribe{
        margin-top: 15px;
        height: 100px;
    }

    .subscribe label {
        width: 100%;
    }
}

#header {
    margin-bottom: 1px;
}