.btn-primary {
    background: #395f8e;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    border-color: #395f8e
}

.btn-primary:hover {
    background: #496f9e;
    border-color: #597fae
}

.text-center {
    text-align: center
}
strong, b {
    font-weight: 700 !important;
}
textarea {
    min-height: 4.5em
}

.btn, a, button {
    transition: all .3s
}

a:hover {
    text-decoration: none
}

h1, h2, h3, h4 {
    margin-top: 1rem !important;
}
html, body { 
	font-family: 'Open Sans', 'Roboto', sans-serif;
	height: 100%; 
}

.site-main {
  flex: 1;
}

body {
    min-height: 100vh;
	display: flex;
  	flex-direction: column;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #333;
    background: #fff;
    padding-bottom: 0 !important;
}

.screen-reader-text {
    display: none
}

.header {
    padding: 12px 0;
    border-bottom: 18px solid #f7d444
}

.header__logo {
    float: left;
    display: block;
    margin: 0 15px 0 0;
    padding: 0 9px 0 0;
    border-right: 1px solid grey
}

.header__logo img {
    width: 188px;
}

.header__logo:hover, .header__site-linka:hover {
    opacity: .7
}

.header__site-link {
    float: left;
    display: block;
    padding: 21px 0 0 0;
    text-align: right
}

.header__site-linka {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #386084;
    position: relative
}

.header__site-linka::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 35px;
    background: url(../img/man.png) no-repeat 0 0;
    background-size: contain
}

.search-block {
    float: right;
    width: 40%;
    margin-top: 17px
}

.header-slogan {
    background: #192428;
    color: #fff;
    text-align: center;
    padding: 35px 0;
    font-size: 18px;
    line-height: 1
}

.header-slogan__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px
}

.header-menu {
    background: url(../img/fon.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    padding: 18px 0;
    text-align: center
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px
}

.menu > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 88px 5px 0;
    position: relative
}

.menu > li > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -37px;
    width: 74px;
    height: 74px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    z-index: 2;
    transition: all .3s
}

.menu > li.icon1 > a::before {
    background-image: url(../img/btn1.png)
}

.menu > li.icon2 > a::before {
    background-image: url(../img/btn2.png)
}

.menu > li.icon3 > a::before {
    background-image: url(../img/btn3.png)
}

.menu > li.icon4 > a::before {
    background-image: url(../img/btn4.png)
}

.menu > li.current-menu-item > a, .menu > li.current-post-ancestor > a, .menu > li > a:hover {
    color: #f7d444
}

.menu > li > a:hover::before {
    top: -3px
}

.main-content {
    padding: 30px 0
}

.black-title, .widget-title {
    text-align: center;
    background: #192428;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    margin: 0 0 25px
}

.widget-title {
    margin-bottom: 20px;
    letter-spacing: normal
}

.articles__item {
    padding: 0 0 30px;
    margin: 0 0 20px;
    border-bottom: 1px solid #7f7f7f
}

.articles__item--link {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.articles__item--link .articles__item-title {
    margin: 0;
    font-size: 15px
}

.articles__item-title {
    font-size: 20px;
    display: block;
    color: #000;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px
}

.articles__item-info {
    font-size: 16px;
    line-height: 1.4
}

.articles__item-img {
    overflow: hidden;
    width: 100%;
    display: block
}

.articles__item-img {
    transition: all .6s
}

.articles__item-img img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
}

.articles__item:hover .articles__item-img {
    opacity: .8
}

.articles__item-title:hover {
    color: #045c99
}

.widget-info {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 12px
}

.widget-content {
    padding: 0 10px
}

.form-group {
    margin: 0 0 15px
}

.form-group--buttons {
    margin-bottom: 0
}

.widget--subscribe .form-control {
    text-align: center
}

.sfsi_plus_widget {
    min-height: auto
}

.sfsi_plus_widget .sfsiplus_norm_row {
    width: auto !important
}

.sfsi_plus_wicons {
    padding: 0;
    margin: 0 5px 0 0 !important
}

.sfsi_plus_holders {
    display: none !important
}

.widget {
    margin: 0 0 34px
}

.popular__item {
    position: relative;
    padding: 0 10px 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid grey
}

.popular__item-views {
    position: absolute;
    top: -.73em;
    color: #ccc;
    right: 0;
    font-size: .9em;
    line-height: 1;
    text-align: right
}

.popular__item-link {
    font-size: 16px;
    line-height: 1.4;
    color: #000
}

.popular__item-link:hover {
    text-decoration: underline
}

.articles__item:last-child, .popular__item:last-child {
    border: none
}

.comment-reply-title {
    margin: 0 0 30px;
    font-size: 18px
}

.toggle-btn {
    display: inline-block;
    font-size: 18px;
    color: #8d8d8d;
    line-height: 100%;
    margin: 0 0 25px;
    text-decoration: none;
    transition: none
}

.toggle-btn i {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3em;
    line-height: 100%;
    margin-right: 8px;
    position: relative;
    top: 1px;
    transition: .15s all ease
}

.toggle-btn.active i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.toggle-btn:focus, .toggle-btn:hover {
    color: #000;
    text-decoration: none
}

.comments-area {
    transition: .25s all ease;
    display: none;
    padding: 0 0 30px
}

.comment-list {
    margin: 0 0 10px
}

.comment-list .comment {
    margin: 0 0 30px
}

.comment-meta {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5
}

a.comment-edit-link, a.comment-edit-link:visited {
    text-decoration: underline;
    font-weight: 400;
    color: #999
}

a.comment-edit-link:hover {
    text-decoration: none
}

a.comment-reply-link, a.comment-reply-link:visited {
    color: #999
}

.comment-content, .comment-content p {
    font-size: 17px;
    line-height: 1.5
}

.comment-navigation {
    margin: 0 0 20px
}

.comment-list .comment.depth-2, .comment-list .comment.depth-3 {
    margin-left: 82px
}

.comment-list .comment.depth-4, .comment-list .comment.depth-5, .comment-list .comment.depth-6, .comment-list .comment.depth-7 {
    margin-left: 82px
}

.comment-list .comment.depth-2 .comment-body, .comment-list .comment.depth-3 .comment-body {
    padding-left: 50px
}

.comment-list .comment.depth-2 .comment-meta {
    padding: 5px;
    margin-bottom: 5px
}

h1.page-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #000
}

.article__date {
    font-style: italic;
    font-size: 15px;
    line-height: 1;
    color: #2c668b;
    margin: 0 0 20px
}

.article__info {
    font-size: 17px;
    line-height: 1.6
}

.article__info ol, .article__info p, .article__info ul {
    margin: 0 0 0.5em
}

.wp-caption {
    width: auto !important;
    max-width: 70%
}

.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0
}

.aligncenter {
    margin: 0 auto 30px
}

.aligncenter img {
    margin: 0 auto
}

img.size-full {
    display: block;
    max-width: 100%;
    height: auto
}

img.size-medium {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto
}

.img-right {
    float: right;
    margin: 0 0 1em 1em
}

.wp-caption-text {
    font-size: .8em;
    line-height: 1.3;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #333
}

.article__soc {
    margin: 40px 0 40px
}

.page-numbers.current, .page-numbers.current:hover {
    background: #23527c;
    color: #fff;
    border-color: #23527c
}

.comments-block__title, .related .widget-title {
    text-align: left;
    background: 0 0;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    font-weight: 700;
    margin: 60px 0 15px
}

.comments-block__title {
    margin-bottom: 28px
}

.related ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px
}

.related ul li {
    margin: 0 0 12px
}

.related ul li a {
    font-size: 18px;
    line-height: 1
}

.related ul li a:hover {
    text-decoration: underline
}

.article__tags {
    margin: 15px 0;
    line-height: 1.5;
    font-weight: 700
}

.comments-area {
    display: block
}

.comment-body {
    position: relative;
    padding-left: 82px;
    margin: 0 0 20px
}

.comment-body .avatar {
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.comment-meta {
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    line-height: 1;
    color: #508340
}

.comment-time {
    font-weight: 400;
    font-size: .8em
}

.comment-time a {
    color: #999;
    float: right
}

.comment-content {
    padding: 0 10px
}

.comment-content, .comment-content p {
    font-size: 13px;
    line-height: 1.6
}

.comments-block .btn {
    border-radius: 0
}

.comments-block .btn-success {
    background: #4fa413;
    font-size: 13px;
    border: none
}

.comments-block .btn-success:hover {
    background: #3f9403
}

#reply-title {
    margin: 0 0 5px
}

.comment-notes {
    font-size: 14px;
    line-height: 1;
    color: #999
}

.logged-in-as a {
    display: inline-block;
    vertical-align: top;
    color: #508340;
    text-decoration: none;
    font-size: 14px;
    line-height: 1
}

.logged-in-as a:hover {
    text-decoration: underline
}

.comment-form .form-submit {
    text-align: right
}

.comment-form .form-group {
    margin-bottom: 7px
}

.comment-form {
    margin: 0 0 40px
}

.comment-form .form-control, .comment-form input, .comment-form textarea {
    border-radius: 0
}

.comment-form .form-submit, .comments-hidden {
    display: none
}

.comment-form.active .comments-hidden, .comment-form.active .form-submit {
    display: block
}

.comment-form-comment textarea {
    min-height: 5em;
    height: 5em
}

.comment-list .comment.depth-2 .avatar, .comment-list .comment.depth-3 .avatar {
    width: 40px;
    height: auto
}

footer {
    font-size: 14px;
    line-height: 1.5;
    padding: 16px 0 0 0;
    background-color: #232F3E;
    color: #F1F2F2;
    margin: 0;
}
footer .footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1260px;
    margin: 0 auto 12px auto;
}
footer .footer-column {
    flex: auto;
    margin: 0 15px;
    min-width: 150px;
}
.footer-heading {
    margin: 18px 0 14px 0;
    font-weight: bold;
    font-size: 16px;    
}
footer a {
    color: #D1D1D1;
    text-decoration: none;
}
footer a:hover {
    text-decoration: none;
    color: #F3BD31;
}
footer ul {
    padding: 0;
    list-style: none;
}
footer li {
    margin-bottom: 8px;
    padding: 0;
}
.copyright {
    font-size: 12px;
    color: #D5D5D5;
}
.copyright-container {
    margin-bottom: 0;
    color: #D1D1D1;
}
.copyright-row {
    padding: 10px 0;
    border-top: solid #3A4755 1px;
    font-size: 12px;
}
@media (max-width: 768px) {
    .footer-tooltip::before,
    .footer-tooltip::after {
        display: none !important;
    }
}
@media (min-width: 431px) {
    .copyright-text,
    .address-text {
        display: inline;
    }
    .copyright-text::after {
        content: "—";
        margin: 0 5px;
    }
}
.soc li {
    vertical-align: top;
    display: inline-block;
    margin-right: 14px
}

.soc li:last-child {
    margin-right: 0
}

.soc li a {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/soc2.png) no-repeat 0 0
}

.soc li a:hover {
    opacity: .8
}

.soc li a.yt-icon {
    background-position: -40px 0
}

.soc li a.li-icon {
    background-position: -79px 0
}

.soc li a.gp-icon {
    background-position: -119px 0;
    width: 28px
}

.soc li a.fb-icon {
    background-position: -159px 0
}

.soc li a.tw-icon {
    background-position: 0 0
}
.contactus-button b {
    font-weight: 400
}

.contactus-button {
    position: fixed;
    bottom: 10px;
    z-index: 10000;
    right: 10px;
    display: inline-block;
    padding: 0 8px;
    height: 40px;
    background: #223033;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 5px
}

.contactus-button span {
    margin-right: 0;
    top: 7px;
    font-size: 26px
}

.contactus-button:active,.contactus-button:focus,.contactus-button:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none
}

.post-date {
    margin: 2em 0 1em;
    font-size: 1.8em;
    line-height: 1;
    font-weight: 700
}

h1 + .post-date {
    margin-top: 1.5em
}

.article__info h1 {
    font-size: 25px
}

div + .wp-caption {
    margin-top: 30px
}

.article__info p.wp-caption-text {
    margin-top: 10px
}

img[class*=align], img[class*=wp-image-] {
    max-width: 97.5%;
    max-width: calc(100% - 14px)
}

img.aligncenter, img.alignleft, img.alignright {
    margin-bottom: 1.625em
}

img[class*=align], img[class*=attachment-], img[class*=wp-image-] {
    height: auto
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em
}

.article__info a:hover img {
    transition: .3s all
}

.article__info a:hover img {
    opacity: .8
}

.wysija-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: center
}

.wysija-input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.wysija-submit {
    transition: .3s all;
    background-image: -webkit-linear-gradient(#337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(#337ab7 0, #265a88 100%);
    background-image: linear-gradient(#337ab7 0, #265a88 100%);
    background-repeat: repeat-x;
    border-color: #245580;
    background: #395f8e;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    float: right;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid #395f8e
}

.wysija-submit:focus, .wysija-submit:hover {
    color: #fff;
    text-decoration: none;
    background-color: #265a88
}

.wysija-submit:hover {
    color: #fff;
    background: #496f9e;
    border-color: #597fae
}

.wysija-paragraph {
    margin: 0 0 15px
}

.widget_wysija_cont .wysija-submit {
    margin-top: 0
}

.wysija-paragraph .formError {
    position: relative !important;
    top: auto !important;
    left: auto !important
}

.formError .formErrorContent {
    width: 100% !important
}

.widget_wysija_cont .error, .widget_wysija_cont .updated, .widget_wysija_cont .xdetailed-errors {
    margin: 4px 0 10px
}

.widget_wysija.shortcode_wysija {
    display: block !important
}

@media (max-width: 991px) {
    .header__logo {
        width: 50%
    }

    .search-block {
        clear: both;
        float: none;
        width: auto;
        margin: 0;
        padding: 15px 0 0;
		width: 100% !important;
    }

    .header__site-link {
        margin-top: 9px
    }

    .header {
        padding: 12px 0;
        border-bottom-width: 7px
    }

    .header-slogan {
        display: none
    }

    .header-menu {
        padding: 15px 0
    }

    .menu {
        display: flex
    }

    .menu > li {
        margin: 0 0;
        width: 25%
    }

    .menu > li > a {
        font-size: 12px;
        padding: 50px 5px 0
    }

    .menu > li > a::before {
        width: 40px;
        height: 40px;
        margin-left: -20px
    }

    .main-content {
        padding: 15px 0
    }

    .articles__item-img {
        margin: 0 0 10px
    }

    .articles__item-img img {
        max-height: 150px
    }

    .articles__item-title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .articles__item-info {
        font-size: 14px
    }

    .articles__item {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    h1, h1.page-title {
        font-size: 20px
    }

    .article__date {
        font-size: 13px
    }

    .article__info {
        font-size: 15px;
        line-height: 1.5
    }

    .aligncenter {
        margin-bottom: 15px
    }

    .wp-caption {
        max-width: 90%
    }

    .comment-reply-title {
        margin-bottom: 15px
    }

    .related ul li a {
        font-size: 15px
    }

    .comment-form {
        margin-bottom: 25px
    }

    .comment-list .comment {
        margin-bottom: 15px
    }

    .comment-body {
        margin-bottom: 15px;
        padding-left: 50px
    }

    .comment-body .avatar {
        width: 40px;
        height: auto
    }

    .comment-meta {
        padding: 5px 0;
        font-size: 13px;
        margin-bottom: 5px
    }

    .comment-content {
        padding: 0;
        font-size: 11px
    }

    .comment-content p {
        font-size: 11px
    }

    .comment-list .comment.depth-2, .comment-list .comment.depth-3 {
        margin-left: 50px
    }

    .header__content {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

    .header__content::after, .header__content::before {
        display: none
    }

    .header__logo {
        margin-right: 0
    }

    .header__site-link {
        width: 50%
    }

    .articles__item-info {
        display: none
    }

    .articles__item-title {
        margin: 0
    }
    
    .contactus-button {
        bottom: 50px;
    }
    
    #footer {
        padding-bottom: 40px;
    }
    
    .footer-copyright .center-column {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .footer-copyright {
        padding: 0 20px
    }

    .footer-copyright .text-right {
        text-align: center
    }
}

@media (max-width: 767px) {
    #footer {
        position: relative;
        bottom: auto;
        height: auto;
    }
}

@media (max-width: 439px) {
    .header__logo {
        margin-right: 0
    }

    .header__site-link {
        padding-left: 15px;
        margin: 0
    }

    .header__site-linka {
        font-size: 13px;
        padding-left: 35px
    }

    .header__site-linka::before {
        width: 35px;
        height: 25px
    }

    .header {
        padding: 12px 0
    }

    .footer-menu-place .col-xs-4 {
        padding: 0 10px
    }

    .footer-menu li:first-child {
        height: 1.5em
    }
}

@media (max-width: 414px) {
    .footer-menu li:first-child {
        font-size: 12px
    }

    .footer-menu span {
        display: none
    }

    .footer-copyright .col-xs-6 {
        display: block;
        width: auto;
        float: none
    }

    .footer-copyright .text-right {
        text-align: left
    }

    .footer-copyright {
        padding: 0 23px
    }
}

@media (max-width: 375px) {
    .footer-copyright {
        padding: 0 17px
    }
}

@media (max-width: 320px) {
    .footer-copyright {
        padding: 0 8px
    }

    .header__site-linka {
        padding-left: 30px;
        font-size: 12px
    }

    .header__site-linka::before {
        width: 30px;
        height: 24px
    }
}