/****************************************
ОБЩЕЕ - НАЧАЛО
****************************************/
.row:before,
.row:after{
    display: inline-block !important;
}
html {
    background-color: #ffffff;
}
body {
    background-color: #ffffff;
}
code {
    white-space: pre-wrap !important;
    background: #f7f8fb;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #212121;
    width: auto;
    min-width: 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}
h1, .h1 {
    font-size: 26px;
    line-height: 30px;
    margin: 30px 0;
}
h2, .h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 30px 0;
}
h3, .h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 30px 0;
}
h4, .h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0;
}
h5, .h5 {
    font-size: 19px;
    line-height: 23px;
    margin: 30px 0;
}
h6, .h6 {
    font-size: 18px;
    line-height: 22px;
    margin: 30px 0;
}
a,
a:focus {
    color: #5FB828;
    text-decoration: none;
    outline: none!important;
    box-shadow: none;
    transition: all 0.2s ease-in-out 0s;
}
a:hover,
a:active {
    color: #F48000;
    text-decoration: none;
    outline: none !important;
    box-shadow: none;
}
button,
button:focus,
button:hover,
button:active {
    outline: none!important;
    box-shadow: none !important;
}
.form-control {
    outline: none!important;
    box-shadow: none !important;
    border: 1px solid #E6E6E6 !important;
}
.btn-primary,
.btn-primary:focus {
    background-color: #5FB828;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    padding: 14px 23px;
    border: 0px solid #55A524;
    border-bottom: 2px solid #55A524;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    outline: none;
    box-shadow: none !important;
}
.btn-primary:hover {
    background-color: #72CF39;
    border: 0px solid #55A524;
    border-bottom: 2px solid #66BA33;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.btn-primary:active {
    background-color: #749D43;
    border: 0px solid #55A524;
    border-bottom: 2px solid #749D43;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.to-comm__btn,
.to-comm__btn:focus {
    background-color: #5FB828;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 14px 23px;
    border: 0px solid #55A524;
    border-bottom: 2px solid #55A524;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    outline: none;
    box-shadow: none !important;
    color: #ffffff !important;
    text-decoration: none !important;
    margin-top: 20px;
}
.to-comm__btn:hover,
.to-comm__btn:active {
    background-color: #72CF39;
    border: 0px solid #55A524;
    border-bottom: 2px solid #66BA33;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    color: #ffffff !important;
    text-decoration: none !important;
}
input.form-control,
input.form-control:focus {
    border: 1px solid #E6E6E6;
    border-radius: 0;
    background-color: #fff !important;
    font-size: 16px;
    line-height: 18px;
    padding: 20px 15px;
    /*text-align: center;*/
    box-shadow: none;
}
input.form-control:hover,
input.form-control:active {
    border: 1px solid #E6E6E6;
    border-radius: 0;
    background-color: #fff !important;
    font-size: 16px;
    line-height: 18px;
    padding: 20px 15px;
    /*text-align: center;*/
    box-shadow: none;
}
.scrollToTop {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    color: #C1C1C1;
    padding: 0;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid #C1C1C1;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrollToTop:hover{
    background-color: #5FB828;
    border: 1px solid #5FB828;
    color: #ffffff;
    cursor: pointer;
}
.currency-up-icon {
    color: #5FB828;
    font-size: 22px;
    line-height: 22px;
    margin-left: 5px;
}
.currency-down-icon {
    color: #F48000;
    font-size: 22px;
    line-height: 22px;
    margin-left: 5px;
}

.nav-tabs .nav-item {
    margin-right: 2px;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:focus {
    border: 1px solid transparent;
    background-color: #E6E6E6;
    border-radius: 7px 7px 0 0;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #737373;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:active {
    border: 1px solid transparent;
    background-color: #F6F6F6;
    border-radius: 7px 7px 0 0;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #333333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link:focus,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.show .nav-link:active,
.nav-tabs .nav-link.active:active {
    color: #333333;
    border: 1px solid transparent;
    background-color: #F6F6F6;
    cursor: default;
}
#global-loader {
    background-image: url('../../img/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
}
#global-loader.loading {
    cursor: progress;
    display: block;
}
.top-offer__container {
    padding: 15px 15px 5px 15px;
    background-color: #F6F6F6;
    margin-bottom: 30px;
    border-radius: 4px;
}
@media screen and (max-width: 1201px) {

}
@media screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 22px;
        line-height: 26px;
        margin: 15px 0;
    }
    h2, .h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 15px 0;
    }
    h3, .h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 15px 0;
    }
    h4, .h4 {
        font-size: 16px;
        line-height: 18px;
        margin: 15px 0;
    }
    h5, .h5 {
        font-size: 15px;
        line-height: 17px;
        margin: 15px 0;
    }
    h6, .h6 {
        font-size: 14px;
        line-height: 16px;
        margin: 15px 0;
    }
}
@media screen and (max-width: 768px) {

}
/****************************************
ОБЩЕЕ - КОНЕЦ
****************************************/


/****************************************
ХЕДЕР И МЕНЮ - НАЧАЛО
****************************************/
.header-fixed-menu-back {
    width: 100%;
}
.header-fixed-menu-container {
    width: 100%;
}
.header-fixed-menu-body {
    width: 100%;
}
.scrollbar-inner {
    width: 100%;
    position: relative;
}

header {
    border-bottom: 1px solid #E6E6E6;
}
.header__logo-img {
    width: 150px;
}
#site-navigation ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: center;
}
#site-navigation ul.menu > li {
    position: relative;
}
#site-navigation ul.menu > li > a,
#site-navigation ul.menu > li > a:focus {
    color: #212121;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    padding: 38px 15px 30px 15px;
    border-bottom: 3px solid transparent;
    text-align: center;
    text-decoration: none;
}
#site-navigation ul.menu > li.current-menu-item > a,
#site-navigation ul.menu > li.current-menu-parent > a,
#site-navigation ul.menu > li.current-menu-ancestort > a,
#site-navigation ul.menu > li.current_page_parent > a,
#site-navigation ul.menu > li.current_page_ancestor > a {
    font-weight: 500;
}
#site-navigation ul.menu > li:hover > a,
#site-navigation ul.menu > li > a:hover,
#site-navigation ul.menu > li > a:active {
    color: #212121;
    text-decoration: none;
    border-bottom: 3px solid #5FB828;
}
#site-navigation ul ul {
    background-color: #ffffff;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #E6E6E6;
    left: 0px;
    padding: 27px 30px 10px 30px;
    position: absolute;
    text-align: left;
    transition: all 0s ease-in-out 0s;
    width: 250px;
    z-index: 99999;
    margin: 0 auto;
    top: 91px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    display: flex;
    display: none;
}
#site-navigation ul li:hover > ul,
#site-float-navigation ul li:hover > ul {
    display: flex;
}
#site-navigation ul li:last-child ul {
    left: auto;
    right: 0;
}
#site-navigation ul.menu > li.menu-item-has-children > a::after,
#site-navigation ul.menu > li.menu-item-has-children:focus > a::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    display: block;
    right: 0;
    top: 43px;
    font-size: 10px;
    line-height: 10px;
}
#site-navigation ul ul li {
    margin: 0 0 18px 0;
    padding: 0;
    display: flex;
    align-content: stretch;
    flex-direction: column;
}
#site-navigation ul ul ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
#site-navigation ul ul li a,
#site-navigation ul ul li a:focus {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    padding: 0;
    text-transform: none;
    color: #212121;
}
#site-navigation ul ul li.current-menu-item > a,
#site-navigation ul ul li.current-menu-parent > a,
#site-navigation ul ul li.current-menu-ancestort > a,
#site-navigation ul ul li.current_page_parent > a,
#site-navigation ul ul li.current_page_ancestor > a {
    font-weight: 500;
}
#site-navigation ul ul li a:hover,
#site-navigation ul ul li a:active {
    color: #212121;
    text-decoration: underline;
}
.scroll-wrapper > .scroll-content {
    overflow: visible !important;
}

@media screen and (max-width: 991px) {
    header {
        border-bottom: 2px solid #E6E6E6;
        padding: 12px 0;
    }
    .header__logo-img {
        max-width: 130px;
    }
    .header-fixed-menu-back {
        width: auto;
    }
    .mobile-menu-toggle,
    .mobile-menu-toggle:focus {
        width: 40px;
        height: 40px;
        background-color: #5FB828;
        border-radius: 4px;
    }
    .mobile-menu-toggle:hover,
    .mobile-menu-toggle:active {
        background-color: #F48000;
        cursor: pointer;
    }
    .mobile-menu-toggle .mobile-menu-toggle__line {
        width: 24px;
        height: 2px;
        background-color: #ffffff;
        margin: 3px 0;
    }
    .header-fixed-menu-back {
        background-color: rgba(0,0,0,0.0);
         /* Переход */
         -webkit-transition: background-color 0.2s ease-out 0.2s;
         -moz-transition: background-color 0.2s ease-out 0.2s;
         -o-transition: background-color 0.2s ease-out 0.2s;
         transition: background-color 0.2s ease-out 0.2s;
    }
    .header-fixed-menu-back.opened_menu {
        background-color: rgba(255,255,255,0.7);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
    }
    .header-fixed-menu-container {
        background-color: #ffffff;
        box-shadow: 0 1px 3px rgba(0,0,0,0.4);
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        z-index: 99;
        width: 300px;
         /* Переход */
         -webkit-transition: left 0.2s ease-out 0.2s;
         -moz-transition: left 0.2s ease-out 0.2s;
         -o-transition: left 0.2s ease-out 0.2s;
         transition: left 0.2s ease-out 0.2s;
    }

    .scroll-wrapper > .scroll-content {
        overflow: scroll !important;
    }
    .header-fixed-menu-back.opened_menu .header-fixed-menu-container {
        left: 0px;
        overflow-x: visible !important;
    }
    .header-fixed-menu-title {
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        padding: 21px 35px;
        cursor: default;
        border-bottom: 2px solid #E6E6E6;
    }
    .header-fixed-menu-close {
        display: none;
    }
    .header-fixed-menu-back.opened_menu .header-fixed-menu-close,
    .header-fixed-menu-back.opened_menu .header-fixed-menu-close:focus {
        background-color: #3E3E3E;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        position: absolute;
        right: 15px;
        top: 12px;
        display: block;
    }
    .header-fixed-menu-close:hover,
    .header-fixed-menu-close:active {
        background-color: #F48000;
        cursor: pointer;
    }
    .header-fixed-menu-close .mobile-menu-toggle__line {
        width: 24px;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        top: 18px;
        left: 8px;
    }
    .header-fixed-menu-close .mobile-menu-toggle__line:first-child {
        transform:  rotate(45deg);
    }
    .header-fixed-menu-close .mobile-menu-toggle__line:last-child {
        transform:  rotate(-45deg);
    }

    .header-fixed-menu-container .header-fixed-menu-body {
        height: 100%;
    }
    .header-fixed-menu-container .header-fixed-menu-body .scroll-wrapper {
        height: 100%;
    }

    .header-fixed-menu-container .header-fixed-menu-body .scrollbar-inner {
        background-color: #ffffff;
    }

    .header-fixed-menu-container {
        left: -400px;
        width: 290px;
    }


    #site-navigation ul.menu {
        padding-right: 10px;
        justify-content: start;
        flex-direction: column;
    }
    #site-navigation ul.menu > li {
        width: 100%;
    }

    #site-navigation ul.menu > li > a,
    #site-navigation ul.menu > li > a:focus {
        padding: 17px 35px 17px 30px;
        border-bottom: 1px solid #E6E6E6;
        text-align: left;
        text-decoration: none;
    }
    #site-navigation ul.menu > li:hover > a,
    #site-navigation ul.menu > li > a:hover,
    #site-navigation ul.menu > li > a:active {
        color: #212121;
        text-decoration: none;
        border-bottom: 1px solid #E6E6E6;
    }
    #site-navigation ul.menu > li.menu-item-has-children > a::after,
    #site-navigation ul.menu > li.menu-item-has-children:focus > a::after {
        top: 20px;
        font-size: 14px;
        line-height: 14px;
        right: 23px;
    }
    #site-navigation ul.sub-menu {
        box-shadow: none;
        border-top: 0px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
        padding: 0;
        left: 0px;
        position: relative;
        width: 100%;
        z-index: 3;
        top: auto;
        display: flex;
    }
    #site-navigation ul.sub-menu li {
        margin: 0;
        padding: 0;
        background-color: #F8F8F8;
    }
    #site-navigation ul.sub-menu li a,
    #site-navigation ul.sub-menu li a:focus {
        padding: 17px 35px 17px 40px;
        border-bottom: 1px solid #E6E6E6;
        text-align: left;
        text-decoration: none;
    }
    #site-navigation ul.sub-menu li:hover > a,
    #site-navigation ul.sub-menu li > a:hover,
    #site-navigation ul.sub-menu li > a:active {
        color: #212121;
        text-decoration: none;
        border-bottom: 1px solid #E6E6E6;
    }
}
/****************************************
ХЕДЕР И МЕНЮ - КОНЕЦ
****************************************/


/****************************************
ФУТЕР - НАЧАЛО
****************************************/
footer {
    background-color: #F6F6F6;
    padding: 25px 0 20px 0;
    border-top: 2px solid #E6E6E6;
}
footer .footer-column {
    margin-bottom: 15px;
}
footer .widget {
    margin-bottom: 15px;
}
footer .widget img {
    width: 100%;
    max-width: 160px;
    display: block;
    filter: grayscale(100%);
    margin-bottom: 15px;
}
footer .widget p {
    font-size: 17px;
    line-height: 24px;
    font-style: italic;
}
footer .widget a,
footer .widget a:focus {
    color: #518413;
    text-decoration: none;
}
footer .widget a:hover,
footer .widget a:active {
    color: #518412;
    text-decoration: underline;
}
.footer__contact-text {
    color: #737373;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 18px;
}
.footer__contact-text p {
    margin-bottom: 0;
}
.footer__contact-phone,
.footer__contact-phone p {
    color: #737373;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
}

.widget-title {
    color: #212121;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.footer-column ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.footer-column ul.menu li {
    display: flex;
    margin-bottom: 5px;
}
.footer-column ul.menu a,
.footer-column ul.menu a:focus {
    color: #212121;
    text-decoration: none;
    font-size: 17px;
    line-height: 24px;
}

.footer-column ul.menu a:hover,
.footer-column ul.menu a:active {
    color: #212121;
    text-decoration: underline;
}

.footer-social .widget-title {
    margin-bottom: 22px;
}
.footer-social ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
}
.footer-social ul.menu li {

}
.footer-social ul.menu a,
.footer-social ul.menu a:focus,
.footer-social ul.menu span.social-link,
.footer-social ul.menu span.social-link:focus {
    background-color: transparent;
    border: 1px solid #212121;
    color: #212121;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.footer-social ul.menu a:hover,
.footer-social ul.menu a:active,
.footer-social ul.menu span.social-link:hover,
.footer-social ul.menu span.social-link:active {
    border: 1px solid #5FB828;
    background-color: #5FB828;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.footer-social ul.menu a i {

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

}
@media screen and (max-width: 991px) {
    footer {
        padding: 20px 0 20px 0;
    }
    footer .widget {
        margin-bottom: 15px;
        margin-right: 10px;
        margin-left: 10px;
    }
    footer .widget p {
        font-size: 15px;
        line-height: 18px;
    }
    .footer__contact-text {
        margin-right: 10px;
        margin-left: 10px;
    }
    .footer__contact-phone {
        margin-right: 10px;
        margin-left: 10px;
    }
    footer .footer-column.footer-social {
        margin-bottom: 0px;
    }
    footer .footer-column.footer-social .widget {
        margin-bottom: 0px;
    }
    .footer-social .widget-title {
        margin-bottom: 17px;
    }
    .footer-social ul.menu a,
    .footer-social ul.menu a:focus,
    .footer-social ul.menu span.social-link,
    .footer-social ul.menu span.social-link:focus {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 768px) {

}
/****************************************
ФУТЕР - КОНЕЦ
****************************************/


/****************************************
КОПИРАЙТ - НАЧАЛО
****************************************/
.copyright-container {
    background-color: #F6F6F6;
    padding: 23px 0 37px 0;
    border-top: 2px solid #E6E6E6;
}
.copyright-menu {
    margin-bottom: 5px;
}
.copyright-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.copyright-menu ul li {
    margin: 0 20px 10px 20px;
}
.copyright-menu ul li a,
.copyright-menu ul li a:focus {
    font-size: 17px;
    line-height: 19px;
    color: #518412;
    text-decoration: none;
}
.copyright-menu ul li a:hover,
.copyright-menu ul li a:active {
    color: #518412;
    text-decoration: underline;
}
.copyright-text {
    font-size: 15px;
    line-height: 17px;
    cursor: default;
    text-align: center;
}
@media screen and (max-width: 1201px) {
    .copyright-container {
        padding: 15px 0 17px 0;
    }
    .copyright-menu {
    	margin-bottom: 12px;
    }
    .copyright-menu ul {
        justify-content: start;
        flex-direction: column;
    }
    .copyright-menu ul li {
        margin: 0 10px 4px 10px;
    }
    .copyright-text {
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        margin: 0 10px;
    }
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {

}
/****************************************
КОПИРАЙТ - КОНЕЦ
****************************************/


/****************************************
СТРАНИЦА - НАЧАЛО
****************************************/
.page-container {
    padding: 20px 0 70px 0;
}
.page-breadcrumbs {
    margin-bottom: 15px;
    cursor: default;
}
#breadcrumbs {
    color: #737373;
    font-size: 14px;
    line-height: 16px;
    cursor: default;
    margin: 0;
}
h1.page-title {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 30px 0;
}
.post-meta {
    font-size: 14px;
    line-height: 16px;
    color: #737373;
    margin: 0 0 15px 0;
    cursor: default;
}
.page-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.page-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
.page-content a,
.page-content a:focus {
    color: #5FB828;
    text-decoration: underline;
}
.page-content a:hover,
.page-content a:active {
    color: #F48000;
    text-decoration: none;
}
.page-content ul {
    margin-bottom: 25px;
}
.page-content ul li {

}
.page-content ol {
    margin-bottom: 25px;
}
.page-content ol li {

}
.page-content b,
.page-content strong {
    font-weight: 500;
}
.page-content img,
.page-content img.alignnone {
    margin: 10px 10px 10px 0;
    max-width: 100%;
    margin-bottom: 25px;
}
.page-content img.alignleft {
    margin-left: 0px;
    float: left;
}
.page-content img.alignright {
    margin-right: 0px;
    float: right;
}
.page-content blockquote {
    padding: 10px 0 10px 20px;
    margin: 10px 0 10px 40px;
    border: none;
    border-left: 2px solid #5FB828;
    position: relative;
    font-style: italic;
}
.page-content blockquote p {
    font-size: 14px;
    line-height: 18px;
}

.page-content table {
    margin-bottom: 40px;
    width: 100%;
    max-width: 730px;
    background-color: #fff;
    /*border: 1px solid #dfe2e5;*/
    border-radius: 2px;
    overflow: auto;
    display: block;
}
.page-content table thead {
    padding: 0px 10px 13px 10px;
}
.page-content table thead tr {
    border-bottom: 2px solid #bec4ca;
}
.page-content table thead tr th {
    min-width: 110px;
    padding: 10px 4px;
    /*width: 110px;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #20242E;
    text-align: center;
    opacity: 0.5;
}
.page-content table thead tr th:first-child{
    text-align: left;
    /*width: 270px;
    min-width: 270px;*/
    padding-left: 10px;
}
.page-content table thead tr th:last-child {
    padding-right: 10px;
    /*width: 120px;
    min-width: 120px;*/
}
.page-content table tbody tr {
    border-bottom: 1px solid #DFE2E5;
}
.page-content table tbody tr td {
    padding: 0;
    /*min-width: 110px;
    width: 110px;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #20242E;
    text-align: center;
    padding: 10px 4px 9px 4px;
}
.page-content table tbody tr td:first-child{
    text-align: left;
    /*width: 270px;
    min-width: 270px;*/
    padding-left: 10px;
}
.page-content table tbody tr td:last-child{
    padding-right: 10px;
    /*width: 120px;
    min-width: 120px;*/
}
.page-content table tbody tr:nth-child(even){
    background: #F5F6F6;
}
.page-content table tbody tr.active_tr {
    background-color: #ffffff;
}
.page-content table tbody tr.active_tr td {
    font-weight: 500;
}
@media screen and (max-width: 1201px) {

}
@media screen and (max-width: 991px) {
    h1.page-title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 25px 0;
    }
    .page-content {
        font-size: 15px;
        line-height: 18px;
    }
    .page-content p {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 18px;
    }
    .page-content img,
    .page-content img.alignnone,
    .page-content img.alignleft,
    .page-content img.alignright {
        margin: 10px 0 25px 0;
        float: none;
    }

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

}
/****************************************
СТРАНИЦА - КОНЕЦ
****************************************/


/****************************************
САЙДБАР - НАЧАЛО
****************************************/
.secondary__inner {
    padding: 25px 0;
}
.secondary__inner .widget {
    margin-bottom: 30px;
}
.secondary__inner .widget img {
    display: block;
    margin: 0 auto;
}
.secondary__inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.secondary__inner ul li {
    display: flex;
    margin-bottom: 15px;
}
.secondary__inner ul a,
.secondary__inner ul a:focus {
    color: #212121;
    text-decoration: none;
    font-size: 17px;
    line-height: 19px;
}
.secondary__inner ul a:hover,
.secondary__inner ul a:active {
    color: #212121;
    text-decoration: underline;
}

#kursy {
    padding: 13px 10px 10px 10px;
    background-color: #F6F6F6;
    border-radius: 10px;
    text-align: center;
    cursor: default;
}
#kursy .h3 {
    color: #212121;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 40px;
}
#kursy .h3::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3d1";
    display: block;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 20px;
    color: #5FB828;
}
#kursy table {
    width: 100%;
}
#kursy .top_tr {
    border-bottom: 2px solid #E6E6E6;
}
#kursy th {
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    text-align: left;
    padding: 5px 0px 5px 15px;
    cursor: default;
}
#kursy td {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    font-weight: 400;
    padding: 10px 0px 10px 15px;
    cursor: default;
}
#kursy td strong {
    font-weight: 400;
}
#kursy td.td_none {
    display: none !important;
}
#kursy > .right_table > table > tbody > tr.last {
    text-align: center;
    border-top: 2px solid #E6E6E6;
}
#kursy > .right_table > table > tbody > tr.last > td.first {
    text-align: center;
    padding: 10px 10px 3px 10px;
}
#kursy > .right_table > table > tbody > tr.last > td.first a,
#kursy > .right_table > table > tbody > tr.last > td.first a:focus {
    font-size: 17px;
    line-height: 19px;
    color: #518412;
    text-decoration: none;
    display: inline-block;
    padding: 5px 5px;
    width: 49%;
    text-align: center;
}
#kursy > .right_table > table > tbody > tr.last > td.first a:hover,
#kursy > .right_table > table > tbody > tr.last > td.first a:active {
    font-size: 17px;
    line-height: 19px;
    color: #518412;
    text-decoration: underline;
}
@media screen and (max-width: 1201px) {
    #kursy td {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {

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

}
/****************************************
САЙДБАР - КОНЕЦ
****************************************/


/****************************************
КАТЕГОРИЯ - НАЧАЛО
****************************************/
.page-content__bottom {
    border-top: 2px solid #E6E6E6;
    margin-top: 25px;
    padding-top: 35px;
}
.category_nav {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.category_nav__item {
    min-width: 40px;
    height: 40px;
    background-color: #F6F6F6;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.category_nav__item:hover,
.category_nav__item:active {
    background-color: #F48000;
}
.category_nav__item:last-child{
    margin: 0;
}
.category_nav__page {
    font-size: 16px;
    line-height: 18px;
    color: #256AB8;
}
.category_nav__page:hover{
    color: #fff;
}
.category_nav__dots {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #BEC4CA;
}
.category_nav__dots:hover{
    background-color: #F6F6F6;
}
.category_nav__page-avtive{
    color: #fff;
    background-color: #5FB828;
}
.category_nav__item a,
.category_nav__item a:focus {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0s;
    color: #212121;
}
.category_nav__item a:hover,
.category_nav__item a:active {
    color: #ffffff;
    cursor: pointer;
}
.category_nav__dots,
.category_nav__page-avtive {
    cursor: default;
}
@media screen and (max-width: 1201px) {

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

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

}
/****************************************
КАТЕГОРИЯ - КОНЕЦ
****************************************/


/****************************************
СТАТЬЯ В СПИСКЕ - НАЧАЛО
****************************************/
.article-item {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.article-item:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.article-item__img-container {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.article-item__img {
    opacity: 0;
    width: 100%;
    height: auto;
}
.article-item__title {
    padding-top: 12px;
    margin-bottom: 15px;
    max-height: 95px;
    overflow: hidden;
    padding-right: 15px;
}
.article-item__title a,
.article-item__title a:focus {
    color: #212121;
    font-size: 18px;
    line-height: 28px;
    display: block;
    text-decoration: none;
}
.article-item__title a:hover,
.article-item__title a:active {
    color: #212121;
    text-decoration: underline;
}
.article-item__text {
    padding-right: 15px;
    font-size: 15px;
    line-height: 18px;
    color: #666666;
    cursor: default;
}
.article-item__text p {
    font-size: 15px;
    line-height: 18px;
    color: #666666;
    margin: 0;
}
@media screen and (max-width: 1201px) {

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

}
@media screen and (max-width: 768px) {
    .article-item {
        margin-bottom: 15px;
    }
    .category__article-list .article-item {
        background-color: #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }
    .article-item__img-container {
        max-height: 120px;
    }
    .article-item__title {
        font-size: 15px;
        line-height: 18px;
        padding-left: 15px;
        max-height: auto;
    }
    .article-item__title a,
    .article-item__title a:focus {
        font-size: 16px;
        line-height: 18px;
    }
    .article-item__text {
        font-size: 15px;
        line-height: 16px;
        padding-left: 15px;
        margin: 0 0 15px 0;
    }
    .article-item__text p {
        font-size: 15px;
        line-height: 16px;
    }
}
/****************************************
СТАТЬЯ В СПИСКЕ - КОНЕЦ
****************************************/


/****************************************
ГЛАВНАЯ - НАЧАЛО
****************************************/
.home-slide__container {
    background-color: #F2F2F2;
    border-bottom: 1px solid #E6E6E6;
}
.home-slide {
    background-color: #F2F2F2;
    background-image: url('../img/background_cut.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 65px 0;
}
.home-slide__title {
    color: #3E3E3E;
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 25px;
    cursor: default;
}
.home-slide__text {
    color: #212121;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 90px;
    cursor: default;
}
.home-slide__link-container {
    padding: 0 25px;
}
.home-slide__link,
.home-slide__link:focus {
    background-color: #5FB828;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    padding: 13px 38px;
    border-bottom: 2px solid #55A524;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}
.home-slide__link:hover {
    background-color: #72CF39;
    border-bottom: 2px solid #66BA33;
    color: #ffffff;
    text-decoration: none;
}
.home-slide__link:active {
    background-color: #749D43;
    border-bottom: 2px solid #749D43;
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 1201px) {
    .home-slide {
        padding: 90px 0 60px 0;
    }
    .home-slide__title {
        font-size: 32px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .home-slide__text {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .home-slide {
        background-image: url('../img/background_min.jpg');
        background-size: 292px 304px;
        background-position: center bottom;
        padding: 15px 0 60px 0;
    }
    .home-slide__title {
        font-size: 29px;
        line-height: 35px;
        text-align: center;
        margin-bottom: 15px;
    }
    .home-slide__text {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 215px;
    }
    .home-slide__link-container {
        padding: 0 15px;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {

}


.secondary-menu__container {
    padding: 45px 0 55px 0;
    border-bottom: 2px solid #E6E6E6;
}
.secondary-menu__item,
.secondary-menu__item:focus {
    background-color: #ffffff;
    color: #212121;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 7px 20px 7px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    z-index: 4;
}
.secondary-menu__item:hover,
.secondary-menu__item:active {
    color: #212121;
    text-decoration: none;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 5;
}
.secondary-menu__item-img {
    width: 65px;
    min-width: 65px;
    height: auto;
    margin-right: 30px;
}

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

}
@media screen and (max-width: 991px) {
    .secondary-menu__container {
        padding: 30px 0 15px 0;
    }
    .secondary-menu__item,
    .secondary-menu__item:focus {
        font-size: 16px;
        line-height: 18px;
        padding: 7px 10px 7px 10px;
        margin-bottom: 15px;
    }
    .secondary-menu__item-img {
        width: 34px;
        min-width: 34px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 768px) {

}

.block__container {
    padding: 45px 0 25px 0;
}
.block__title {
    text-align: center;
    color: #212121;
    font-size: 29px;
    line-height: 35px;
    font-weight: 900;
    margin-bottom: 35px;
}
.block__body {

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

}
@media screen and (max-width: 991px) {
    .block__container {
        padding: 23px 0 20px 0;
    }
    .block__title {
        margin-bottom: 13px;
    }
}
@media screen and (max-width: 768px) {

}


.swiper-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
.swiper-button-next,
.swiper-button-prev {
    background: none;
    top: 50%;
    width: auto;
    height: auto;
    margin-top: 0;
    transform: translateY(-50%);
    opacity: 1 !important;
}
.swiper-button-prev i {
    background-color: #ffffff;
    background-image: url('../img/arr_prev.jpg');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 14px 25px;
    color: transparent;
    font-size: 30px;
    line-height: 30px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    padding: 10px 10px 10px 10px;
}
.swiper-button-next i {
    background-color: #ffffff;
    background-image: url('../img/arr_next.jpg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 14px 25px;
    color: transparent;
    font-size: 30px;
    line-height: 30px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    padding: 10px 10px 10px 10px;
}
.swiper-pagination {
    position: relative;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #A8A8A8;
    opacity: 1;
    margin: 0 5px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #00A7ED;
}
.swiper-slide[data-swiper-row="0"] .banks__item {
    border-right: 0px solid #E6E6E6;
    border-bottom: 0px solid #E6E6E6;
}
.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #fff;
    border: 1px solid #3F3F3F;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #5FB828;
    border: 1px solid #5FB828;
}

.home-bank__container {
    padding: 45px 0 10px 0;
}
.home-bank__container .block__title {
    margin-bottom: 20px;
}
.banks__list {
    margin: 0 30px 0 30px;
}
.banks__item {
    border: 1px solid #E6E6E6;
    border-right: 0px solid #E6E6E6;
    width: 100%;
    height: 265px;
}
.banks__item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.banks__item-img {
    width: 100%;
    height: 100%;
}
.banks__item-img a {
    width: 100%;
    height: 100%;
}
.banks__item img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 150px;
}



.home-mfo__container {
    padding: 45px 0 75px 0;
}
.home-mfo__container .block__title {
    margin-bottom: 10px;
}
.mfos__list {
    margin: 0 30px 0 30px;
}
.mfos__item {
    border: 1px solid #E6E6E6;
    border-right: 0px solid #E6E6E6;
    width: 100%;
    height: 160px;
}
.mfos__item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.mfos__item-img {
    width: 100%;
    height: 100%;
}
.mfos__item-img a {
    width: 100%;
    height: 100%;
}
.mfos__item img {
    width: auto;
    height: auto;
    max-width: 130px;
    max-height: 130px;
}

.banks-swiper-container::after,
.mfos-swiper-container::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    z-index: 99;
}

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

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

}
@media screen and (max-width: 768px) {
    .banks__item {
        border-right: 0px solid #E6E6E6;
    }
    .swiper-slide[data-swiper-row="0"] .banks__item {
        border-bottom: 0px solid #E6E6E6;
    }
    .swiper-button-next i,
    .swiper-button-prev i {
        font-size: 40px;
        line-height: 40px;
    }
    .swiper-pagination {
        margin-top: 15px;
    }
    .swiper-pagination-bullet {
        margin: 0 3px;
    }
    .swiper-button-prev {
        left: 25px;
    }
    .swiper-button-prev i {
        background-position: 10px center;
        background-size: auto 16px;
        font-size: 20px;
        line-height: 20px;
        width: 35px;
        height: 35px;
        padding: 0;
    }
    .swiper-button-next {
        right: 25px;
    }
    .swiper-button-next i {
        background-position: 14px center;
        background-size: auto 16px;
        font-size: 20px;
        line-height: 20px;
        width: 35px;
        height: 35px;
        padding: 0;
    }
    .banks__item {
        height: 100px;
    }
    .swiper-slide[data-swiper-row="0"] .banks__item,
    .swiper-slide[data-swiper-row="1"] .banks__item {
        border-right: 0px solid #E6E6E6;
        border-bottom: 0px solid #E6E6E6;
    }
    .banks__item img {
        max-width: 70px;
        max-height: 70px;
    }
    .mfos__item {
        height: 115px;
    }
    .swiper-slide[data-swiper-row="0"] .mfos__item,
    .swiper-slide[data-swiper-row="1"] .mfos__item {
        border-right: 0px solid #E6E6E6;
        border-bottom: 0px solid #E6E6E6;
    }
    .mfos__item img {
        max-width: 115px;
        max-height: 110px;
    }
}









.home-news__container {
    background-color: #F6F6F6;
    border-bottom: 2px solid #E6E6E6;
}
.home-news__list {

}
.home-news__all-link,
.home-news__all-link:focus {
    background-color: transparent;
    color: #666666;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    padding: 15px 35px 15px 35px;
    border: 1px solid #666666;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 30px;
}
.home-news__all-link:hover,
.home-news__all-link:active {
    text-decoration: none;
    background-color: #5FB828;
    border: 1px solid #5FB828;
    color: #ffffff;
}
@media screen and (max-width: 1201px) {

}
@media screen and (max-width: 991px) {
    .home-news__all-link,
    .home-news__all-link:focus {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 768px) {

}

.home-about__container {
    background-color: #F6F6F6;
}
@media screen and (max-width: 1201px) {

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

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

}
/****************************************
ГЛАВНАЯ - КОНЕЦ
****************************************/


/****************************************
КОМПАНИЯ - НАЧАЛО
****************************************/
.company_block {
    color: #3E3E3E;
    padding: 30px 30px 35px 30px;
    border-radius: 10px;
    background-color: #F6F6F6;
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 );
}
.company__info {
    margin-bottom: 15px;
}
.company__info-img {
    background-color: #fff;
    border: 1px solid #E6E6E6;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.company__info-name {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 16px;
}
.company__info-data {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px;
}
.company__info-data .row {
    margin-bottom: 10px;
}
.company__info-data i {
    color: #595959;
    margin-right: 8px;
}
.company__info-links {

}
.company__info-links a,
.company__info-links a:focus {
    font-size: 17px;
    line-height: 19px;
    color: #518412;
    text-decoration: none;
}
.company__info-links a:hover,
.company__info-links a:active {
    color: #518412;
    text-decoration: underline;
}
.company__order-btn,
.company__order-btn:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}
.company__order-btn:hover,
.company__order-btn:active {
    color: #ffffff !important;
    text-decoration: none !important;
}
.company__tabs {
    margin-bottom: 40px;
    padding-bottom: 50px;
    border-bottom: 2px solid #E6E6E6;
}
.companys__tabs {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #E6E6E6;
}
.company__tabs .nav-tabs .nav-item {
    width: calc(25% - 2px);
    box-sizing: content-box;
}
.companys__tabs .nav-tabs .nav-item {
    width: calc(50% - 2px);
    box-sizing: content-box;
}
.companys__tabs .nav-tabs {
    margin-bottom: 5px;
}
.company__tab-data {
    font-size: 16px;
    line-height: 18px;
    background-color: #F6F6F6;
    padding: 55px 50px 80px 50px;
    border-bottom: 2px solid #DDDDDD;
    border-radius: 0 0 10px 10px;
}
.companys__tab-data {
    background-color: #ffffff;
    padding: 0px;
    border-bottom: 0px solid #DDDDDD;
    border-radius: 0;
}
.company__tab-data-header {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.company__tab-data-title{
    font-weight: 500;
}
.company__tab-data .row {
    margin-bottom: 12px;
}
.company__accordion {
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 2px solid #E6E6E6;
}
.company__accordion .company__tab-data {
    padding: 20px 20px 10px 20px;
    border-bottom: 2px solid #DDD;
}
.company__accordion .card {
    border: none;
    margin-bottom: 4px;
}
.company__accordion .card-header {
    border: none;
    padding: 0;
    border-radius: 7px 7px 0 0;
    background-color: #E6E6E6;
}
.company__accordion .card-header .btn,
.company__accordion .card-header .btn:focus,
.company__accordion .card-header .btn:hover,
.company__accordion .card-header .btn:active {
    border-radius: 7px 7px 0 0;
    display: flex;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #333333;
    border: 1px solid transparent;
    background-color: #F6F6F6;
    cursor: default;
    text-decoration: none;
}
.company__accordion .card-header .btn.collapsed,
.company__accordion .card-header .btn.collapsed:focus {
    border-radius: 7px 7px 0 0;
    display: flex;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #737373;
    background-color: #E6E6E6;
    width: 100%;
    text-align: left;
    text-decoration: none;
}
.company__accordion .card-header .btn.collapsed:hover,
.company__accordion .card-header .btn.collapsed:active {
    background-color: #F6F6F6;
    border-radius: 7px 7px 0 0;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width: 1201px) {

}
@media screen and (max-width: 991px) {
    .company_block {
        padding: 0;
        background: none;
    }
    .company__info-img {
        margin-bottom: 20px;
    }
    .company__info-name {
        margin-bottom: 25px;
    }
    .company__info-data {
        margin-bottom: 15px;
    }
    .company__info-link-terms {
        margin-bottom: 20px;
    }
    .company__info-link-btn {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 768px) {

}
/****************************************
КОМПАНИЯ - КОНЕЦ
****************************************/


/****************************************
ВИТРИНЫ С КОМАНИЯМИ - НАЧАЛО
****************************************/

.company-list_block {
    color: #3E3E3E;
    padding: 30px 30px 35px 30px;
    border-radius: 10px;
    background-color: #F6F6F6;
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 );
}
.company__filter {
    padding: 0 0 0 30px;
}
.slider.slider-horizontal {
    width: 100% !important;
}
.company__filter-item {
    margin-bottom: 20px;
}
.company__filter-label {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
    cursor: default;
}
.slider.slider-horizontal {
    margin-bottom: 20px !important;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 0;
    display: flex;
    text-align: center;
    width: auto !important;
    cursor: default;
}
.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    display: flex;
    position: relative;
    margin: 20px 0 0 0 !important;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    line-height: 14px;
    cursor: default;
}
.slider.slider-horizontal .slider-tick-container {
    display: none;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    background-color: #5FB828;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
}
.slider-handle.round {
    top: -1px;
    border-radius: 50%;
    background-color: #595959;
    background-image: none;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    border: 2px solid #fff;
    box-shadow: none;
}
#company__filter-term .slider.slider-horizontal .slider-selection,
#company__filter-term .slider.slider-horizontal .slider-track-low,
#company__filter-term .slider.slider-horizontal .slider-track-high {
    background-color: #F48000;
}
#company__filter-vznos .slider.slider-horizontal .slider-selection,
#company__filter-vznos .slider.slider-horizontal .slider-track-low,
#company__filter-vznos .slider.slider-horizontal .slider-track-high {
    background-color: #518413;
}
.company__filter .form-group {
    margin-bottom: 20px;
}
#company__filter-term {
    margin-bottom: 15px;
}
.company__filter-checkbox {
    margin: 0;
}
.company__filter-checkbox {
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
}
.company__filter-checkbox i {
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    color: #595959;
    display: inline-block;
    margin-right: 12px;
}
.company__filter-checkbox i.fa-check-circle {
    color: #5FB828;
}
input.check_spravka[type="checkbox"] {
    display: none;
}
input.check_spravka[type="checkbox"] + label > i.fa-check-circle {
    display: none;
}
input.check_spravka[type="checkbox"]:checked + label > i.fa-check-circle {
    display: inline-block;
}
input.check_spravka[type="checkbox"]:checked + label > i.fa-circle {
    display: none;
}

.company__list {
    margin-bottom: 40px;
    padding-bottom: 50px;
    border-bottom: 2px solid #E6E6E6;
}
.company__list-item {
    font-size: 16px;
    line-height: 18px;
    background-color: #F6F6F6;
    padding: 15px 12px 12px 15px;
    border-bottom: 2px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 6px;
    color: #303030;
}
.company__list-item-img-container {
    width: 80px;
    height: 80px;
    min-width: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-bottom: 16px;
}
.company__list-item-img {

}
.company__list-item-names {
    margin-bottom: 16px;
    cursor: default;
    color: #303030;
}
.company__list-item-names a,
.company__list-item-names a:focus {
    color: #303030;
}
.company__list-item-names a:hover,
.company__list-item-names a:active {
    color: #F48000;
}
.company__list-item-names .to-comm__btn {
    padding: 7px 10px 5px 10px;
    margin-top: 5px;
}
.company__list-item-names-title {
    font-size: 16px;
    line-height: 20px;
    cursor: default;
}
.company__list-item-names-subtitle {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    cursor: default;
}
.company__list-item-info {
    margin-bottom: 28px;
    border-right: 2px solid #DDD;
    min-height: 65px;
    cursor: default;
}
.company__list-item-info-title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 24px;
    cursor: default;
}
.company__list-item-info-subtitle {
    font-size: 18px;
    line-height: 24px;
    cursor: default;
}
.company__list-item-info-bold .company__list-item-info-title {
    margin-bottom: 15px;
}
.company__list-item-info-bold .company__list-item-info-subtitle {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}
.company__list-item-info-delta {
    font-size: 14px;
    line-height: 24px;
    margin: 0 5px;
    color: #737373;
    display: inline-block;
}
.company__list .btn-primary,
.company__list .btn-primary:focus,
.company__list .btn-primary:hover,
.company__list .btn-primary:active {
    padding: 9px 22px;
}
.company__list-item-featured {
    color: #F48000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    cursor: default;
}
.company__list-item-featured i {
    color: #F48000;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin-right: 4px;
}
.company__list-item-info-4 {
    border: none;
}

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

}
@media screen and (max-width: 991px) {
    .company-list_block {
        padding: 15px 20px 15px 20px;
    }
    .company__filter {
        padding: 0;
    }
    .company__list {
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    .company__list-item-info-2 {
        border: none;
    }
    .company__list-item-names,
    .company__list-item-img-container {
        margin-bottom: 20px;
    }
    .company__list-item-info-title {
        margin-bottom: 15px;
    }
    .company__list-item-info {
        margin-bottom: 10px;
        padding-top: 4px;
    }
    .company__list-item-names-subtitle {
        font-size: 17px;
        line-height: 18px;
    }
    .company__list-item-names-title {
        font-size: 15px;
        line-height: 19px;
    }
    .company__list-item-featured {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .company__list-item .company__info-link-terms,
    .company__list-item .company__info-link-btn {
        margin-bottom: 0;
    }
    .company__filter-item-btn {
        margin-bottom: 25px;
        text-align: center;
    }
    #company__filter-term {
        margin-bottom: 5px;
    }
    .company__filter-label {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 19px;
    }
    .company__filter-checkbox {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 768px) {

}
/****************************************
ВИТРИНЫ С КОМАНИЯМИ - КОНЕЦ
****************************************/


/****************************************
МОДЕЛЬНОЕ ОКНО С ФОРМОЙ ЗАЯВКИ - НАЧАЛО
****************************************/
    .modal-title {
        font-size: 22px;
        line-height: 24px;
        text-align: center;
    }
    .mfo-form__row {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 16px;
    }
    .mfo-form__row label {
        margin-bottom: 3px;
        font-size: 14px;
        line-height: 16px;
        display: block;
    }
    .mfo-form__row .form-field {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 16px;
        display: block;
        width: 100%;
        padding: 5px 10px;
        box-sizing: border-box;
        border: 1px solid #979797;
        box-shadow: inset 2px 2px 4px rgba(0,0,0,0.2);
        border-radius: 3px;
        min-height: 30px;
        height: 30px;
    }
    .mfo-form__row .form-field.err {
        border: 1px solid red;
    }
    .mfo-form__tip {
        color: red;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 16px;
        display: none;
    }
    .mfo-form__tip.active {
        display: block;
    }
    .mfo-form__response {
        font-size: 14px;
        line-height: 16px;
        display: none;
    }
    .mfo-form__response.success {
        color: green;
        border: 2px solid green;
        display: block;
        margin-bottom: 5px;
        padding: 10px 15px;
    }
    .mfo-form__response.error {
        color: red;
        border: 2px solid red;
        display: block;
        margin-bottom: 5px;
        padding: 10px 15px;
    }


    .mfo-form__phone {
        font-size: 16px;
        line-height: 20px;
        position: relative;
        height: 35px;
    }
    #phone_country_code {
        position: absolute;
        left: 4px;
        cursor: default;
        top: calc(50% - 18px);
        display: block;
        width: 30px;
        height: 30px;
        padding: 6px 0 3px 0;
        text-align: center;
        font-size: 14px;
    }
    #phone_code {
        position: absolute;
        width: 65px;
        left: 40px;
        top: calc(50% - 18px);
        padding-left: 5px;
        padding-right: 5px;
    }
    #form-phone {
        padding-left: 110px;
    }
    .mfo-form__row input[type="checkbox"] {
        position: relative;
        top: 3px;
    }

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

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

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

}
/****************************************
МОДЕЛЬНОЕ ОКНО С ФОРМОЙ ЗАЯВКИ - КОНЕЦ
****************************************/


/****************************************
 - НАЧАЛО
****************************************/
p.fst {
    display: inline;
    margin: 0;
    padding: 0;
}
.alfavit {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.alfavit > div {
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
}
.alfavit > div a,
.alfavit > div a:focus {
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    border: 1px solid #E6E6E6;
    margin: 0 5px 5px 0;
    justify-content: center;
    text-decoration: none;
}
.alfavit > div a.none_active,
.alfavit > div a.none_active:focus,
.alfavit > div a.none_active:hover,
.alfavit > div a.none_active:active {
    color: #E6E6E6;
    cursor: default;
    text-decoration: none;
}
.alfavit > div a span {
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
}
.alfavit > div span.cur,
.alfavit > div span.cur:focus,
.alfavit > div span.cur:hover,
.alfavit > div span.cur:active {
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin: 0 5px 5px 0;
    justify-content: center;
    text-decoration: none;
    cursor: default;
    color: #ffffff;
    border: 1px solid #5FB828;
    background-color: #5FB828;
}
.spravka {

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

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

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

}
/****************************************
 - КОНЕЦ
****************************************/


/****************************************
Post Comments - НАЧАЛО
****************************************/

#comments ol.comment-list {
  list-style: none;
  padding: 0;
}
#comments li.comment {
    border: 1px solid #F1F1F1;
    padding: 10px 10px;
    margin-top: 10px;
    list-style: none;
    background: #F8F8F8;
    clear: both;
}
#comments .vcard {
    border: none;
    border-radius: 0;
    margin: 0 5px 0 0;
    padding: 0;
    display: block;
    width: 75px;
    position: relative;
    float: left;
}
#comments .vcard img {
    display: block;
}
/*.comment-meta {
    display: none;
}*/
#comments .comment-metadata {
    font-weight: normal;
}
#comments .fn {
    color: #040404;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 10px;
    line-height: 12px;
    padding: 2px 0;
    cursor: default;
}
#comments .comment-meta {
    font-weight: normal;
    font-size: 8px;
    line-height: 10px;
    cursor: default;
    color: #040404;
    font-family: 'Montserrat', sans-serif;
}
#comments .says {
    display: none !important;
}
.comment-body {
    position: relative;
}
.comment-body p {
    margin: 0 0 0 80px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #DFDFDF;
    background-color: #ffffff;
    border-radius: 5px;
    color: #666666;
    cursor: default;
    position: relative;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Montserrat', sans-serif;
    min-height: 65px;
}
.comment-body p:after {
    position: absolute;
    content: '';
    top: 10px;
    left: -10px;
    width: 10px;
    height: 13px;
    display: block;
    background-image: url('../../images/comment_cloud_corner.jpg');
    background-size: 10px 13px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.reply {
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
.comment-list {
    margin: 0;
}
.comment-awaiting-moderation {
    color: #FE940F;
    font-size: 14px;
    line-height: 16px;
    display: block;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}
.inv-recaptcha-holder {
    display: none !important;
}
.post-comments {
    margin-bottom: 100px;
}
.comments-title {
    font-size: 18px;
    line-height: 22px;
    color: #2F373A;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    margin-top: 20px;
    cursor: default;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 0 5px 0;
    position: relative;
}
.comment-reply-title {
    font-size: 18px;
    line-height: 22px;
    color: #2F373A;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    margin-top: 40px;
    cursor: default;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 0 5px 0;
    position: relative;
}
.comments-title::after,
.comment-reply-title::after {
    content: '';
    display: block;
    width: 205px;
    height: 2px;
    background-color: #1D6AB5;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.comment-reply-title #cancel-comment-reply-link {
    font-family: 'Montserrat', sans-serif;
}
.comment-notes {
    color: #2F373A;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}
.comment-form label {
    color: #2F373A;
    font-size: 15px;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin-bottom: 9px;
    margin-top: 15px;
    font-weight: normal;
}
.comment-form label .required {
    color: #E95959;
}
.comment-form textarea {
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    border-radius: 7px;
    background-color: #ffffff;
    padding: 10px 10px;
    border: 1px solid #DFDFDF;
    resize: none;
    height: 150px;
    width: 100%;
    box-shadow: inset 2px 2px 2px rgba(111,111,111,0.1);
    font-size: 15px;
    line-height: 18px;
}
.comment-form input[type="text"] {
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    border-radius: 7px;
    background-color: #ffffff;
    padding: 10px 10px;
    border: 1px solid #DFDFDF;
    resize: none;
    height: 50px;
    width: 100%;
    box-shadow: inset 2px 2px 2px rgba(111,111,111,0.1);
    font-size: 15px;
    line-height: 18px;
}
.comment-form select {
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    border-radius: 7px;
    background-color: #ffffff;
    padding: 10px 10px;
    border: 1px solid #DFDFDF;
    resize: none;
    height: 50px;
    width: 100%;
    box-shadow: inset 2px 2px 2px rgba(111,111,111,0.1);
    font-size: 15px;
    line-height: 18px;
}
.comment-form-url {
    display: none;
}
.cscr-service-in-comment {
    font-size: 12px;
    line-height: 14px;
    padding: 1px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}


.comment-form-author,
.comment-form-email {
    display: block;
    width: 32%;
    margin-right: 1%;
    float: left;
}
.form-submit {
    display: block;
    text-align: right;
}
.comment-form #submit,
.comment-form #submit:focus {
    background-color: #85B801;
    border: none;
    border-radius: 7px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding: 16px 5px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    width: 33%;

    background-color: #1E80E1;
    background: #1765b0;
    background: -moz-linear-gradient(left, #1765b0 0%, #1f81e2 100%);
    background: -webkit-linear-gradient(left, #1765b0 0%,#1f81e2 100%);
    background: linear-gradient(to right,
    #1765b0 0%,
    #1f81e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1765b0', endColorstr='#1f81e2',GradientType=1 );
}
.comment-form #submit:hover,
.comment-form #submit:active {
    background-color: #1D6AB5;
    border: none;
    color: #ffffff;

    background-color: #1E80E1;
    background: #1f81e2;
    background: -moz-linear-gradient(left, #1f81e2 0%, #1765b0 99%);
    background: -webkit-linear-gradient(left, #1f81e2 0%,#1765b0 99%);
    background: linear-gradient(to right,
    #1f81e2 0%,
    #1765b0 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f81e2', endColorstr='#1765b0',GradientType=1 );
}

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

}

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

}

@media screen and (max-width: 768px) {
    .comment-list .children {
        margin-left: 10px;
    }
    .comment-body {
        padding-left: 0px;
    }
    #comments .vcard {
        margin: 0;
        width: 100%;
        position: relative;
        left: auto;
    }
    .comment-body p {
        margin: 0;
        padding: 5px 10px 15px 10px;
        position: relative;
        font-size: 14px;
        line-height: 20px;
    }
    #comments li.comment {
        padding: 5px 5px;
        margin-top: 10px;
    }
    .comment-body p::after {
        top: -11px;
        left: 15px;
        transform: rotate(90deg);
    }
    .comment-form-author,
    .comment-form-email {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .form-submit {
        display: block;
    }
    .comment-form #submit,
    .comment-form #submit:focus {
        margin-top: 30px;
        width: 100%;
        float: none;
    }
}
/****************************************
Post Comments - КОНЕЦ
****************************************/


/****************************************
 - НАЧАЛО
****************************************/


.advertis-btn,
.advertis-btn:focus {
    background: none;
    border: none;
    color: #5FB828;
    padding: 0;
    margin: 0 0 15px 0;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.advertis-btn:hover,
.advertis-btn:active {
    background: none;
    border: none;
    color: #85B801;
    text-decoration: underline;
}

.article-author-box {
    border: 1px solid #ededed;
    padding: 10px 10px 5px 10px;
    margin-bottom: 30px;
}
.article-author-box__image {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 15px 5px 0;
}
.article-author-box__image img {
    width: 100px;
    height: 100px;
    margin: 0;
    border-radius: 50%;
}
.article-author-box__name {
    margin-left: 165px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 21px;
    margin: 7px 0 8px;
}
.article-author-box__name span {
    text-decoration: none;
    color: #1C6AB4;
}
.article-author-box__name span:hover {
    text-decoration: underline;
    color: #00A7ED;
    cursor: pointer;
}
.article-author-box__description {
    font-size: 12px;
    line-height: 21px;
    margin: 7px 0 8px;
}

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

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

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

}
/****************************************
 - КОНЕЦ
****************************************/




.z-i-999 {
    z-index: 999 !important;
}
.qmodal-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: -1;
    background-color: #fff;
    display: block !important;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.9);
    border-radius: 4px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    transform: translateX(-50%);
    max-width: 700px;
    padding: 10px 0;
}
.qmodal-text {
    position: relative;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    border-radius: 4px 4px 0 0;
}
.qmodal-close {
    position: absolute;
    top: -16px;
    right: -16px;
}
.qmodal-close .fa {
    font-size: 30px;
    color: #dc3545;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 26px;
}
.qmodal-close .fa:hover {
    cursor: pointer;
}
.qmodal-btn__container {
    text-align: center;
    border-radius: 0 0 4px 4px;
}
.qmodal-btn,
.qmodal-btn:focus {
    box-shadow: none;
    background-color: #5FB828;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 15px;
    text-decoration: none;
    text-align: center;
    margin: 0;
}
.qmodal-btn:hover,
.qmodal-btn:active {
    box-shadow: none;
    background-color: #72CF39;
    border: none;
    color: #ffffff;
    cursor: pointer;
}
@media screen and (max-width: 1201px) {

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

}
@media screen and (max-width: 768px) {
    .qmodal-container {
        max-width: 280px;
    }
    .scrollToTop {
        bottom: 10px !important;
    }
}
