@import "./Roboto/Roboto.css";

/* 0. Bootstrap Fixes
-------------------------------------------------------	*/
html {
    background-color: #ffffff;
}
body {
    background-color: #ffffff;
}
.container {
    /*margin: auto;
    max-width: 1280px;*/
}
code {
  white-space: pre-wrap !important;
  background: #f7f8fb;
}
/* 1. Less Variables & Mixins
-------------------------------------------------------	*/

.font {
    font-family: 'RobotoRegular', Arial, sans-serif;
}
.font-heading {
    font-family: 'RobotoRegular', Arial, sans-serif;
}
.font-title {
    font-family: 'RobotoRegular', Arial, sans-serif;
}
body {
    font-family: 'RobotoRegular', Arial, sans-serif;
}
#cboxContent {
    background: none repeat scroll 0 0 #ffffff!important;
    font-size: 14px!important;
    font-family: 'RobotoRegular', Arial, sans-serif !important;
    margin-bottom: 0px!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'RobotoLight', Arial, sans-serif;
    color: #2D383C;
}
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 {
    transition: all 0.2s ease-in-out 0s;
}
a,
a:focus {
  color: #214442;
  text-decoration: none;
}
a:hover,
a:active {
  color: #264D4A;
  text-decoration: none;
}

a, 
a:hover, 
a:active, 
a:focus {
    outline: none!important;
}
p a,
p a:focus {
  text-decoration: underline;
}
.scrollToTop {
    background-color: #1D6AB5;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999;
    color: #ffffff;
    padding: 6px 0px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.scrollToTop:hover{
    cursor: pointer;
    background-color: #85B801;
} 


.post-container table,
.page-container table {
    border-collapse: collapse; /* Убираем двойные линии между ячейками */
    border: 1px solid white; /* Прячем рамку вокруг таблицы */
}
.post-container td, 
.post-container th,
.page-container td, 
.page-container th {
    padding: 3px 5px; /* Поля вокруг содержимого таблицы */
    border: 1px solid #DFDFDF; /* Параметры рамки */
}


#content {
    background-color: #ffffff;
    color: #2D383C;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
}
#page > #content > .container {
    background-color: #ffffff;
}

.default-nav-wrapper {
    padding: 0;
}
.error-404 {
    text-align: center;
}

#page {
    background-color: transparent;
    position: relative;
    z-index: 888;
}
#page ::selection {
  background: #4893DC;
  color: white;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3A3A3A;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #3A3A3A;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #3A3A3A;
}
:-moz-placeholder { /* Firefox 18- */
  color: #3A3A3A;
}
/* 2. Header-top
------------------------------------------------------- */
#content-header {
    background-color: #ffffff;
}
#header {
    background: transparent none repeat scroll 0 0;
    margin-top: 20px;
}
.header-top__logo {
    text-align: left;
    padding: 10px 0 10px 0;
}
#header-float-logo {
    text-align: left;
}
.header-top__logo a {
    display: inline-block;
}
.header-top__logo a img {
    display: block;
    max-width: 291px;
    width: 100%;
    height: auto;
}

.header-top__image {
    padding: 10px 0 10px 0;
}
.header-top__image p {
    margin: 0;
}
.header-top__image a {
    display: block;
    width: 100%;
}
.header-top__image a img {
    display: block;
    max-width: 930px;
    width: 100%;
    height: auto;
}
.header-top__image a img:hover {
    opacity: 0.8;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {
    #header {
        margin-top: 0px;
    }
    #content-header {
        background-color: #1D6AB5;
    }
}
@media screen and (max-width: 768px) {
    .header-top__logo {
        text-align: center;
        padding: 5px 0 0 0;
    }
    .header-top__logo a img {
        max-width: 150px;
    }
    .header-top__image {
        padding: 5px 0 5px 0;
    }
}
@media screen and (max-width: 576px) {
    
}


.archive .page-content, 
.archive .entry-content, 
.archive .entry-summary {
    margin: 0!important;
}
#main .entry-meta .byline {
    display: none !important;
}


/* 3. header-2
------------------------------------------------------- */

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

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

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

}

/* 4. Links
------------------------------------------------------- */

#submit, 
#submit:focus {
    background-color: #ffffff;
    border: 1px solid #5db900;
    border-radius: 5px;
    color: #5db900;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px 10px;
    text-decoration: none;
}

#submit:hover,
#submit:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #5db900;
}
/* 5. Navigation Menu 
-------------------------------------------------------	*/
/* Default Navigation */
#header-menu,
#header-float-menu {
    float: left;
    margin-right: 25px;
}
#header-search {
    padding-top: 20px;
    position: relative;
    float: right;
    padding-right: 15px;
}
#header-float-search {
    padding-top: 20px;
    position: relative;
    float: right;
    padding-right: 15px;
}
#header-search i,
#header-float-search i {
    color: #1D6AB5;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding: 0;
}
#header-search i:hover,
#header-float-search i:hover {
    color: #1D6AB5;
    cursor: pointer;
}
#header-search-container,
#header-float-search-container {
    display: none;
    background-color: #ffffff;
    padding: 5px 5px;
    position: absolute;
    right: 3px;
    z-index: 99;
    border: 1px solid #1D6AB5;
    border-radius: 7px;
}

#header-search-container {
    top: 10px;
}
#header-float-search-container {
    top: 10px;
}

#header-search-container.active {
    display: block;
}
#header-float-search-container.active {
    display: block;
}

#header-search-container .search-form,
#header-float-search-container .search-form {
    width: 280px;
}
#header-search-container .search-form > label,
#header-float-search-container .search-form > label {
    display: block;
    width: 200px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}
#header-search-container .search-form .search-field,
#header-float-search-container .search-form .search-field {
    width: 200px;
    border: none;
    border-radius: 0;
    padding: 5px 10px;
}
#header-search-container .search-form .search-submit,
#header-float-search-container .search-form .search-submit {
    display: inline-block;
    width: 30px;
    border: 0px solid transparent;
    border-radius: 7px;
    font-size: 14px;
    line-height: 15px;
    font-family: 'RobotoRegular', Arial, sans-serif;
    color: #BABBBC;
    background-color: #ffffff;
    padding: 8px 10px;
    float: right;
}
#header-search-container .search-form .search-submit i,
#header-float-search-container .search-form .search-submit i {
    color: #BABBBC;
}
#header-search-container .search-form .search-submit:hover, 
#header-search-container .search-form .search-submit:active {
    background-color: #ffffff;
    border: 0px solid transparent;
    color: #ffffff;
}
#header-search-container .search-form .search-submit:hover i, 
#header-search-container .search-form .search-submit:active i {
    color: #3A3A3A;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    
    #header-search i,
    #header-float-search i {
        color: #ffffff;
    }
    #header-search i:hover,
    #header-float-search i:hover {
        color: #ffffff;
    }
}

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








.nav-wrapper {
    margin-bottom: 25px;
}
#site-navigation,
#site-float-navigation {
    
}
#site-navigation ul,
#site-float-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-bottom: 0px;
}
#site-navigation ul li:hover > ul,
#site-float-navigation ul li:hover > ul {
    display: block;
}

#site-navigation .nav .caret,
#site-float-navigation .nav .caret {
  display: none;
}
#site-navigation ul.menu,
#site-float-navigation ul.menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    table-layout: fixed;
    width: 100%;
}
#site-navigation>div>ul>li,
#site-float-navigation>div>ul>li {
    display: inline-block;
    font-family: 'RobotoRegular', Arial, sans-serif;
    padding: 0;
    width: auto;
    margin-right: 20px;
    position: relative;
}
#site-navigation>div>ul>li:last-child,
#site-float-navigation>div>ul>li:last-child {
    margin-right: 0;
}

#site-navigation>div>ul>li>a,
#site-navigation>div>ul>li>a:focus,
#site-float-navigation>div>ul>li>a,
#site-float-navigation>div>ul>li>a:focus {
    color: #1D6AB5;
    display: block;
    font-family: 'RobotoRegular',sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    padding: 24px 0 20px 0;
    border-bottom: 3px solid transparent;
    text-align: center;
    text-decoration: none !important;
    text-transform: none;
}
#site-navigation>div>ul>li:hover>a,
#site-navigation>div>ul>li>a:hover,
#site-navigation>div>ul>li>a:active,
#site-float-navigation>div>ul>li:hover>a,
#site-float-navigation>div>ul>li>a:hover,
#site-float-navigation>div>ul>li>a:active {
    color: #1D6AB5;
    text-decoration: none !important;
    border-bottom: 3px solid #1D6AB5;
}

#site-navigation>div>ul>li.menu-item-has-children>a,
#site-navigation>div>ul>li.menu-item-has-children>a:focus,
#site-float-navigation>div>ul>li.menu-item-has-children>a,
#site-float-navigation>div>ul>li.menu-item-has-children>a:focus {
    position: relative;
    padding-right: 15px;
}
#site-navigation>div>ul>li.menu-item-has-children>a::after,
#site-navigation>div>ul>li.menu-item-has-children:focus>a::after,
#site-float-navigation>div>ul>li.menu-item-has-children>a::after,
#site-float-navigation>div>ul>li.menu-item-has-children:focus>a::after {
    position: absolute;
    content: '';
    display: block;
    height: 4px;
    border: 4px solid transparent;
    border-top: 4px solid #1D6AB5;
    right: 2px;
    top: 30px;
    width: 4px;
}
#site-navigation>div>ul>li.menu-item-has-children:hover>a::after,
#site-navigation>div>ul>li.menu-item-has-children:active>a::after,
#site-float-navigation>div>ul>li.menu-item-has-children:hover>a::after,
#site-float-navigation>div>ul>li.menu-item-has-children:active>a::after {
    position: absolute;
    content: '';
    display: block;
    height: 4px;
    border: 4px solid transparent;
    border-top: 4px solid #1D6AB5;
    right: 2px;
    top: 30px;
    width: 4px;
}



#site-navigation>div>ul>li.current-menu-item>a,
#site-navigation>div>ul>li.current_page_item>a,
#site-navigation>div>ul>li.current_page_item>a:focus,
#site-navigation>div>ul>li.current_page_item>a:hover,
#site-navigation>div>ul>li.current_page_item>a:active,

#site-navigation>div>ul>li.current-menu-ancestor>a,
#site-navigation>div>ul>li.current-menu-ancestor>a:focus,
#site-navigation>div>ul>li.current-menu-ancestor>a:hover,
#site-navigation>div>ul>li.current-menu-ancestor>a:active,

#site-navigation>div>ul>li.current-menu-parent>a,
#site-navigation>div>ul>li.current-menu-parent>a:focus,
#site-navigation>div>ul>li.current-menu-parent>a:hover,
#site-navigation>div>ul>li.current-menu-parent>a:active,

#site-navigation>div>ul>li.current_page_parent>a,
#site-navigation>div>ul>li.current_page_parent>a:focus,
#site-navigation>div>ul>li.current_page_parent>a:hover,
#site-navigation>div>ul>li.current_page_parent>a:active,

#site-navigation>div>ul>li.current_page_ancestor>a,
#site-navigation>div>ul>li.current_page_ancestor>a:focus,
#site-navigation>div>ul>li.current_page_ancestor>a:hover,
#site-navigation>div>ul>li.current_page_ancestor>a:active,
#site-float-navigation>div>ul>li.current-menu-item>a,
#site-float-navigation>div>ul>li.current_page_item>a,
#site-float-navigation>div>ul>li.current_page_item>a:focus,
#site-float-navigation>div>ul>li.current_page_item>a:hover,
#site-float-navigation>div>ul>li.current_page_item>a:active,

#site-float-navigation>div>ul>li.current-menu-ancestor>a,
#site-float-navigation>div>ul>li.current-menu-ancestor>a:focus,
#site-float-navigation>div>ul>li.current-menu-ancestor>a:hover,
#site-float-navigation>div>ul>li.current-menu-ancestor>a:active,

#site-float-navigation>div>ul>li.current-menu-parent>a,
#site-float-navigation>div>ul>li.current-menu-parent>a:focus,
#site-float-navigation>div>ul>li.current-menu-parent>a:hover,
#site-float-navigation>div>ul>li.current-menu-parent>a:active,

#site-float-navigation>div>ul>li.current_page_parent>a,
#site-float-navigation>div>ul>li.current_page_parent>a:focus,
#site-float-navigation>div>ul>li.current_page_parent>a:hover,
#site-float-navigation>div>ul>li.current_page_parent>a:active,

#site-float-navigation>div>ul>li.current_page_ancestor>a,
#site-float-navigation>div>ul>li.current_page_ancestor>a:focus,
#site-float-navigation>div>ul>li.current_page_ancestor>a:hover,
#site-float-navigation>div>ul>li.current_page_ancestor>a:active {
    color: #1D6AB5;
    border-bottom: 3px solid #1D6AB5;
}

#site-navigation ul ul,
#site-float-navigation ul ul {
    background-color: #ffffff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    display: none;
    left: 0;
    padding: 5px 0 10px 0;
    position: absolute;
    text-align: left;
    transition: all 0.2s ease-in-out 0s;
    width: 250px;
    z-index: 99999;
    margin: 0 auto;
    border: 1px solid #ffffff;
}
#site-navigation ul ul ul,
#site-float-navigation ul ul ul {
    background-color: #ffffff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    display: none;
    left: 100%;
    top: -5px;
    padding: 5px 0 10px 0;
    position: absolute;
    text-align: left;
    transition: all 0.2s ease-in-out 0s;
    width: 250px;
    z-index: 99999;
    margin: 0 auto;
    border: 1px solid #ffffff;
}
#site-navigation ul ul li,
#site-float-navigation ul ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
#site-navigation ul ul ul li,
#site-float-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,
#site-float-navigation ul ul li a,
#site-float-navigation ul ul li a:focus {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
    padding: 5px 15px;
    text-transform: none;
    color: #1D6AB5;
    font-family: 'RobotoLight', Arial, san-serif;
}
#site-navigation ul ul li a:hover,
#site-navigation ul ul li a:active,
#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,
#site-float-navigation ul ul li a:hover,
#site-float-navigation ul ul li a:active,
#site-float-navigation ul ul li.current-menu-item > a,
#site-float-navigation ul ul li.current-menu-parent > a,
#site-float-navigation ul ul li.current-menu-ancestort > a,
#site-float-navigation ul ul li.current_page_parent > a,
#site-float-navigation ul ul li.current_page_ancestor > a {
    color: #FE940F;
}
#site-navigation ul ul ul li a,
#site-navigation ul ul ul li a:focus,
#site-float-navigation ul ul ul li a,
#site-float-navigation ul ul ul li a:focus {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
    padding: 5px 15px;
    text-transform: none;
    color: #1D6AB5;
    font-family: 'RobotoLight', Arial, san-serif;
}
#site-navigation ul ul ul li a:hover,
#site-navigation ul ul ul li a:active,
#site-float-navigation ul ul ul li a:hover,
#site-float-navigation ul ul ul li a:active {
    color: #FE940F;
}

#site-navigation ul ul ul li.current-menu-item > a,
#site-navigation ul ul ul li.current-menu-parent > a,
#site-navigation ul ul ul li.current-menu-ancestort > a,
#site-navigation ul ul ul li.current_page_parent > a,
#site-navigation ul ul ul li.current_page_ancestor > a,
#site-float-navigation ul ul ul li.current-menu-item > a,
#site-float-navigation ul ul ul li.current-menu-parent > a,
#site-float-navigation ul ul ul li.current-menu-ancestort > a,
#site-float-navigation ul ul ul li.current_page_parent > a,
#site-float-navigation ul ul ul li.current_page_ancestor > a {
    padding: 5px 15px;
    color: #FE940F;
}

#site-navigation ul ul li.menu-item-has-children > a::after,
#site-float-navigation ul ul li.menu-item-has-children > a::after {
    position: absolute;
    content: '';
    display: block;
    height: 8px;
    border: 4px solid transparent;
    border-left: 4px solid #1D6AB5;
    right: 2px;
    top: 10px;
    width: 8px;
}
#site-navigation ul ul li.menu-item-has-children:hover>a::after,
#site-navigation ul ul li.menu-item-has-children.current-menu-item:hover>a::after,
#site-navigation ul ul li.menu-item-has-children.current-menu-parent:hover>a::after,
#site-navigation ul ul li.menu-item-has-children.current-menu-ancestort:hover>a::after,
#site-navigation ul ul li.menu-item-has-children.current_page_parent:hover>a::after,
#site-navigation ul ul li.menu-item-has-children.current_page_ancestor:hover>a::after,
#site-float-navigation ul ul li.menu-item-has-children:hover>a::after,
#site-float-navigation ul ul li.menu-item-has-children.current-menu-item:hover>a::after,
#site-float-navigation ul ul li.menu-item-has-children.current-menu-parent:hover>a::after,
#site-float-navigation ul ul li.menu-item-has-children.current-menu-ancestort:hover>a::after,
#site-float-navigation ul ul li.menu-item-has-children.current_page_parent:hover>a::after,
#site-float-navigation ul ul li.menu-item-has-children.current_page_ancestor:hover>a::after {
    border-left: 4px solid #FE940F;
}


@media screen and (max-width: 1200px) {
    #site-navigation > div > ul > li, 
    #site-float-navigation > div > ul > li {
        margin-right: 10px;
    }

}
@media (max-width: 992px) {
    #header-menu {
        background-color: transparent;
        padding: 0;
        margin: 0;
    }
    #header-logo {
        padding: 0;
    }
    #header-logo a img {
        height: 33px;
        width: auto;
    }
    #header-menu, 
    #header-float-menu {
        margin: 12px 25px 12px 0;
    }
    #header-search,
    #header-float-search {
        padding-right: 0;
    }
    #header-search-container, 
    #header-float-search-container {
        right: -12px;
    }
}



/* 7. Content 
------------------------------------------------------- */

/* 7.1 Primary 
------------------------------------------------------- */
#primary {
    color: #4B4B4B;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 18px;
}
#primary {
    padding-right: 15px;
}
/* 7.2 Secondary 
------------------------------------------------------- */

.secondary ul {
    font-size: 14px;
    list-style: outside none none;
    margin: 0px;
}
#footer-sidebar ul {
  list-style: none;
  margin: 0px;
}
.secondary ul li:before {
  margin-right: 5px;
  /*content: "\f0da";
  font-family: "FontAwesome";*/
  color: #999;
}
.secondary ul li {
  margin-bottom: 8px;
}
.secondary ul ul {
  margin-left: 15px;
}
.secondary ul ul li:before {
  /*content: "\f111";
  font-size: 5px;
  position: relative;
  top: -3px;*/
}
.secondary ul ul ul {
  margin-left: 10px;
}
.secondary .widget_recent_entries li:before,
#footer-sidebar .widget_recent_entries li:before {
 /* content: "\f0f6";*/
}
.secondary .widget_recent_entries li,
#footer-sidebar .widget_recent_entries li {
  /*border-bottom: dashed 1px #D9D9D9;*/
  padding: 5px 0px;
}
.secondary .widget_recent_comments li:before,
#footer-sidebar .widget_recent_comments li:before {
  content: "\f075";
  font-size: 12px;
  position: relative;
  top: -2px;
}
.secondary .widget_calendar caption,
#footer-sidebar .widget_calendar caption {
  font-weight: bold;
  margin-bottom: 7px;
}
.secondary .widget_calendar table,
#footer-sidebar .widget_calendar table {
  padding: 5px;
  text-align: center;
  background: #fff;
}
.secondary .widget_calendar thead,
#footer-sidebar .widget_calendar thead {
  border-bottom: solid 1px #00d2de;
}
.secondary .widget_calendar thead th,
#footer-sidebar .widget_calendar thead th {
  background: #ddd;
  padding: 5px;
  text-align: center;
}
.secondary .widget_calendar tr td,
#footer-sidebar .widget_calendar tr td {
  padding: 8px !important;
  background: #eee;
  margin: 4px;
  text-align: center;
}
.secondary .widget_calendar #prev,
#footer-sidebar .widget_calendar #prev {
  text-align: left;
}
.secondary .widget_calendar #next,
#footer-sidebar .widget_calendar #next {
  text-align: right;
}
.secondary .h1.widget-title {
    color: #e5415b;
    font-family: 'RobotoBold', Arial, sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 5px 0;
}




#footer-sidebar h1.widget-title {
    color: #fff;
    font-family: 'RobotoRegular', Arial, sans-serif !important;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px 5px 5px 0;
}
.secondary .widget_search label,
#footer-sidebar .widget_search label {
  width: 100%;
}
.secondary .widget_search form,
#footer-sidebar .widget_search form {
  width: 100%;
  padding: 10px 5px;
}
.secondary .widget_search input[type=submit],
#footer-sidebar .widget_search input[type=submit] {
  display: none;
}
.secondary .widget_search input[type=text],
#footer-sidebar .widget_search input[type=text] {
  display: block;
  min-width: 96%;
  margin-left: 20px;
}



/* 9. Footer 
------------------------------------------------------- */

#colophon  {
    padding-bottom: 25px;
    padding-top: 20px;
    background-color: #F0F8FF;
    border-top: 1px solid #F0F0F0;
}

.footer-column {
    
}
.footer-column .footer-widget {
    margin: 15px 0;
}
.footer-column .widget {
    margin: 0;
}
.footer-column .widget .widget-title {
    color: #626465;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
    cursor: default;
    font-family: 'RobotoRegular', Arial, sans-serif;
    text-transform: uppercase;
}
.footer-column .widget ul.menu {
    
}
.footer-column .widget ul.menu li {
    display: block;
    margin-bottom: 4px;
}
.footer-column .widget ul.menu li a,
.footer-column .widget ul.menu li a:focus {
    color: #4893DC;
    font-size: 14px;
    line-height: 16px;
    font-family: 'RobotoRegular', Arial, sans-serif;
    display: inline-block;
    text-decoration: underline;
}
.footer-column .widget ul.menu li a:hover,
.footer-column .widget ul.menu li a:active {
    color: #85B801;
    text-decoration: underline;
}


#footer-logo-img {
    text-align: left;
    margin-bottom: 18px;
    margin-top: 9px;
}
#footer-logo-img a {
    display: inline-block;
}
#footer-logo-img a img {
    max-width: 185px;
    width: 100%;
    height: auto;
}
#footer-logo-copy {
    color: #969696;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 25px;
    cursor: default;
    font-family: 'RobotoLight', Arial, sans-serif;
}
#footer-logo-text {
    color: #626465;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
    cursor: default;
    font-family: 'RobotoLight', Arial, sans-serif;
}
#footer-logo-text .widget.widget_text,
#footer-logo-text .widget.widget_text p {
    margin: 0;
}



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

}
@media screen and (max-width: 992px) {
    
}
@media screen and (max-width: 768px) {
    #colophon {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .footer-column {
        margin-bottom: 10px;
    }
    #footer-copyright {
        text-align: center;
    }
}






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

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

#cboxClose {
    box-shadow: none!important;
}

.wpcf7-form {
    font-size: 14px;
    margin: 20px 0;
    max-width: 600px;
    padding: 10px;
    position: relative;
    font-family: 'RobotoRegular', Arial, sans-serif !important;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255,255,255,0.7);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
.req_fields {
    color: #f44949;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    font-family: 'RobotoRegular', Arial, sans-serif !important;
}
.req_fields_text {
    color: #f44949;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    font-family: 'RobotoRegular', Arial, sans-serif !important;
}
.wpcf7-submit, 
.wpcf7-submit:focus {
    background-color: #264D4A;
    border: 1px solid #264D4A;
    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: 'RobotoLight', Arial, sans-serif;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    max-width: 250px;
}
.wpcf7-submit:hover, 
.wpcf7-submit:active {
    background-color: #214442;
    border: 1px solid #214442;
    color: #ffffff;
}




div.wpcf7-mail-sent-ok {
    border: 1px solid #214442 !important;
    border-radius: 0;
    color: #214442 !important;
    font-size: 14px !important;
    font-family: 'RobotoLight', Arial, sans-serif !important;
    margin: 5px 0 !important;
    padding: 10px 20px;
    cursor: default;
    max-width: 600px;
}

div.wpcf7-validation-errors {
    border: 1px solid #f44949 !important;
    border-radius: 0;
    color: #f44949;
    font-size: 14px !important;
    font-family: 'RobotoLight', Arial, sans-serif !important;
    margin: 5px 0 !important;
    padding: 10px 20px;
    cursor: default;
    max-width: 600px;
}
span.wpcf7-not-valid-tip {
    color: #f44949 !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 14px !important;
    margin-top: 3px !important;
    text-align: left !important;
    cursor: default;
    font-family: 'RobotoLight', Arial, sans-serif !important;
}
.wpcf7-form {
    padding: 0;
    margin: 0;
}
.wpcf7-form label {
    color: #2F373A;
    font-size: 15px;
    line-height: 16px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    display: block;
    margin-bottom: 9px;
    margin-top: 15px;
    font-weight: normal;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"] {
    color: #666666;
    font-family: 'RobotoLight', Arial, 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;
}
.wpcf7-form textarea {
    color: #666666;
    font-family: 'RobotoLight', Arial, 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;
}
.req {
    color: #E95959;
}
/* 8. Pagination
-----------------------------------------------*/
.pagination {
    margin: 15px 0 80px 0;
    padding: 0;
    width: 100%;
    text-align: left;
    clear: both;
}
.pagination ul {
    list-style: none !important;
    display: inline-block !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pagination ul li {
    display: inline;
}

.pagination ul li a,
.pagination ul li a:focus {
    border-radius:  4px;
    color: #040404;
    font-size: 13px;
    line-height: 14px;
    padding: 8px 11px;
    text-decoration: none;
    background-color: #F1F1F1;
    display: inline-block;
    font-weight: normal;
    transition: all 0.4s ease;
    font-family: 'RobotoRegular', Arial, sans-serif;
    margin-right: 2px;
    border: none;
    float: left;
}
.pagination ul li a .next {
    float: right;
}
.pagination ul li a:hover,
.pagination ul li a:active {
    border: none;
    background-color: #FEEBC0;
    color: #040404;
}
.pagination .current,
.pagination .current:focus,
.pagination .current:hover,
.pagination .current:active {
    border: none;
    background-color: #FF9410;
    color: #ffffff;
    cursor: default;
    border-radius:  4px;
}
.pagination ul li span {
    border-radius:  4px;
    color: #040404;
    font-size: 13px;
    line-height: 14px;
    padding: 8px 11px;
    text-decoration: none;
    background-color: #F1F1F1;
    display: inline-block;
    font-weight: normal;
    transition: all 0.4s ease;
    font-family: 'RobotoRegular', Arial, sans-serif;
    margin-right: 2px;
    border: none;
    float: left;
    cursor: default;
}





.page-breadcrumb {
    padding: 20px 0 10px 0;
    margin-bottom: 15px;
    cursor: default;
}
#breadcrumbs {
    color: #2F373A;
    font-family: 'RobotoRegular', Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    cursor: default;
    margin: 0;
}
#breadcrumbs a, 
#breadcrumbs a:focus {
    color: #1C6AB4;
    font-family: 'RobotoRegular', Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 1px solid #1C6AB4;
    display: inline-block;
    text-decoration: none;
}
#breadcrumbs a:hover, 
#breadcrumbs a:active {
    color: #85B801;
    text-decoration: none;
    border-bottom: 1px solid #85B801;
}
#breadcrumbs .current {
    color: #2F373A;
    cursor: default;
}
#breadcrumbs i {
    font-size: 16px;
    line-height: 14px;
    padding: 0 4px;
    position: relative;
    cursor: default;
}
@media screen and (max-width: 768px) {
    
}
/* 9. HTML Markup & Formatting
--------------------------------------------------- */
article table {
  background: #fff;
}
article table td {
    border: 1px solid #d3d3d3;
    padding: 5px;
}
article table th {
  padding: 5px;
  background: #ccc;
  border: solid 1px #ccc;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: #303030;
    font-weight: bold;
}
article blockquote {
    font-family: 'RobotoRegular', Arial, sans-serif;
    font-style: italic;
    margin-left: 40px;
    text-align: left;
}
article code {
  background: #14a8b0;
  color: #000000;
}


.secondary .current-menu-item a,
.secondary .current_page_item a,
.secondary .current-menu-item a:hover,
.secondary .current_page_item a:hover {
    color: #303030;
}
.secondary .widget-title a {
    color: #0e4857;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    padding: 5px;
    text-decoration: underline;
}
.secondary .widget-title a:hover {
    text-decoration: none!important;
}
.entry-img {
    /*max-width: 300px;*/
    width: 100%;
}
.featured-image-single img, .entry-img img {
    /*margin-bottom: 20px;*/
    
    margin-bottom: 20px;
    width: 100%;
}
.featured-image-single img {
    /*margin-bottom: 20px;*/
    
    margin-bottom: 0px;
    width: 100%;
}


.resp-tabs-list li {
    background-image: none !important;
}
#primary {
    float: none!important;
}


.textwidget .title {
    font-size: 21px !important;
    margin-bottom: 0 !important;
}


.widget_text {
    margin: 0 0 40px;
}
.widget-area .widget a[role="button"], .widget-area .widget a[role="button"]:hover, .widget-area .widget a[role="button"]:visited {
    color: #fff;
}
.textwidget .btn {
    white-space: nowrap;
}
.textwidget .btn {
    border: medium none !important;
    border-radius: 20px;
    font-size: 20px;
    transition: background 0s ease 0s, all 0.2s ease 0s;
    white-space: pre-line;
    width: 260px;
}
.btn-blue {
    background-color: #229fff;
    margin-bottom: 15px;
    color: #fff !important;
}
.btn-blue:hover {
    background-color: #df0097 !important;
    color: #fff !important;
}
.btn-con {
    background-color: #fdda24;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000 !important;
}

.btn-con:hover {
    background-color: #df0097 !important;
    color: #fff !important;
    font-size: 20px;
}

/*.all-content {
    background-color: #fff;
    margin-top: 15px;
}*/

.a_input_text, .a_input_text:hover {
    background-color: #fff !important;
    border: 1px solid #dddde0 !important;
    border-radius: 4px;
    box-shadow: 2px 2px 0 1px #f2f2f3 inset;
    box-sizing: border-box;
    font-size: 16px !important;
    height: 40px;
    line-height: 20px;
    margin-top: 1px;
    padding: 0 10px !important;
}
.a_input_textarea, .a_input_textarea:hover {
    background-color: #fff !important;
    border: 1px solid #dddde0 !important;
    border-radius: 4px;
    box-shadow: 2px 2px 0 1px #f2f2f3 inset;
    box-sizing: border-box;
    font-size: 16px !important;
    height: 140px !important;
    line-height: 20px;
    margin-top: 1px;
    padding: 10px !important;
}









.articles-list {
    margin: 35px 0;
}
.article-in-list {
    margin-bottom: 25px;
}
.article-in-list .article-title {
    margin-bottom: 21px;
}
.article-in-list .article-title a, 
.article-in-list .article-title a:focus {
    display: block;
    color: #2F3739;
    font-size: 22px;
    line-height: 26px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    text-decoration: none;
}
.article-in-list .article-title a:hover, 
.article-in-list .article-title a:active {
    color: #2069B5;
    text-decoration: none;
}
.article-in-list .article-meta {
    font-size: 14px;
    line-height: 14px;
    color: #9D9E9E;
    font-family: 'RobotoRegular', Arial, sans-serif;
    margin: 0 0 20px 0;
    cursor: default;
}
.article-in-list .article-thumb {
    margin-bottom: 15px;
}
.article-in-list .article-thumb img {
    margin: 0;
    width: 100%;
    height: auto;
    max-width: 290px;
}
.article-in-list .article-description {
    font-size: 15px;
    line-height: 24px;
    color: #2F3739;
    font-family: 'RobotoLight', Arial, sans-serif;
    cursor: default;
}

@media screen and (max-width: 768px) {
    .article-in-list {
        margin-bottom: 40px;
        max-width: 290px;
    }
}










.orgs-list {
    margin: 35px 0;
}
.orgs-in-list {
    margin-bottom: 20px;
    border: 1px solid #F6F6F6;
    background-color: #FAFAFA;
    padding: 33px 35px 30px 35px;
}
.orgs-in-list:hover {
    background-color: #F6FBFF;
}
.org-in-list .org-title {
    margin-bottom: 18px;
}
.org-in-list .org-title a, 
.org-in-list .org-title a:focus {
    display: inline-block;
    color: #4993DC;
    font-size: 20px;
    line-height: 24px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    text-decoration: underline;
}
.org-in-list .org-title a:hover, 
.org-in-list .org-title a:active {
    color: #4993DC;
    text-decoration: none;
}
.org-in-list .org-thumb {
    margin-bottom: 15px;
}
.org-in-list .org-thumb img {
    margin: 0;
    width: 100%;
    height: auto;
    max-width: 220px;
}
.org-in-list .org-description {
    font-size: 15px;
    line-height: 24px;
    color: #2F3739;
    font-family: 'RobotoLight', Arial, sans-serif;
    cursor: default;
}

@media screen and (max-width: 768px) {
    .orgs-in-list {
        padding: 15px 15px 10px 15px;
    }
}





.org-search {
    border: 1px solid #F7F7F7;
    background-color: #FAFAFA;
    padding-top: 50px;
    padding-bottom: 35px;
    margin-bottom: 20px;
}
.org-search-min {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.org-search__container {
    
}
.org-search__container form {
    
}
.org-search__container form label {
    display: block;
    margin-bottom: 15px;
}
.org-search__container form label .search-field {
    display: block;
    font-family: 'RobotoLight', Arial, sans-serif;
    color: #989898;
    font-size: 17px;
    line-height: 18px;
    padding: 21px 20px 19px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    width: 100%;
}


.org-search__container form .search-submit,
.org-search__container form .search-submit:focus {
    background-color: #FF9410;
    color: #ffffff;
    font-family: 'RobotoBold', Arial, sans-serif;
    font-size: 17px;
    line-height: 20px;
    padding: 20px 10px;
    border: none;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.org-search__container form .search-submit:hover,
.org-search__container form .search-submit:active {
    background-color: #1D6AB5;
}
.org-search__container form .search-submit i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 20px;
}



.org-search_add-btn {
    
}
.org-search_add-btn a,
.org-search_add-btn a:focus {
    background-color: #FF9410;
    color: #ffffff;
    font-family: 'RobotoLight', Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 10px 20px 60px;
    border: none;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    transition: all 0s ease-in-out 0s;
}
.org-search_add-btn a:hover,
.org-search_add-btn a:active {
    background-color: #1D6AB5;
}
.org-search_add-btn a .org-search_plus,
.org-search_add-btn a:focus .org-search_plus {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    color: #FF9410;
    border-radius: 50%;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    left: -29px;
    top: 3px;
}
.org-search_add-btn a:hover .org-search_plus,
.org-search_add-btn a:active .org-search_plus {
    color: #1D6AB5;
}
.org-search_plus-container {
    display: inline-block;
    position: relative;
}


.org-adsblock {
    margin-bottom: 15px;
}



.category-description {
    
}

.category-content {
    color: #040404;
    font-size: 16px;
    line-height: 20px;
    font-family: 'RobotoRegular', Arial, sans-serif;
    padding-bottom: 20px;
    padding-top: 60px;
}





















.page-container,
.post-container {
    padding: 0 0 40px 0;
}
.page-title,
.post-title {
    font-size: 32px;
    line-height: 38px;
    color: #040404;
    font-family: 'RobotoMedium', Arial, sans-serif;
    cursor: default;
    margin: 10px 0 10px 0;
    padding: 0;
}


.page-content,
.post-content {
    color: #040404;
    font-size: 16px;
    line-height: 24px;
    font-family: 'RobotoRegular', Arial, sans-serif;
    padding-bottom: 70px;
}
.page-content img,
.post-content img {
    margin: 10px;
}
.page-content img.alignleft,
.post-content img.alignleft {
    margin-left: 0px;
}
.page-content img.alignright,
.post-content img.alignright {
    margin-right: 0px;
}
.page-content p,
.post-content p {
    margin-bottom: 24px;
}
.post-content a, 
.post-content a:focus {
    color: #1C6AB4;
    text-decoration: underline;
}
.post-content a:hover, 
.post-content a:active {
    color: #1C6AB4;
    text-decoration: none;
}
.page-content h1,
.post-content h1 {
    color: #040404;
    font-size: 32px;
    line-height: 38px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    margin-bottom: 35px;
    cursor: default;
}
.page-content h2,
.post-content h2 {
    color: #040404;
    font-size: 28px;
    line-height: 34px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    margin-bottom: 30px;
    cursor: default;
}
.page-content h3,
.post-content h3 {
    color: #040404;
    font-size: 24px;
    line-height: 30px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    margin-bottom: 25px;
    cursor: default;
}
.page-content h4,
.post-content h4 {
    color: #040404;
    font-size: 22px;
    line-height: 24px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    margin-bottom: 20px;
    cursor: default;
}
.page-content h5,
.post-content h5 {
    color: #040404;
    font-size: 20px;
    line-height: 22px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    margin-bottom: 20px;
    cursor: default;
}
.page-content h6,
.post-content h6 {
    color: #040404;
    font-size: 18px;
    line-height: 20px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    margin-bottom: 20px;
    cursor: default;
}
.page-content ol,
.post-content ol {
    margin: 10px 0 20px 50px;
}
.page-content ul,
.post-content ul {
    margin: 10px 0 20px 50px;
}
.page-content ol li,
.page-content ul li,
.post-content ol li,
.post-content ul li {
    margin-bottom: 5px;
}
.page-content strong,
.post-content strong,
.page-content b,
.post-content b {
    font-weight: normal;
    font-family: 'RobotoMedium', Arial, sans-serif;
}
.page-content blockquote,
.post-content blockquote {
    font-family: 'RobotoLight', Arial, san-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0 10px 20px;
    margin: 10px 0 10px 40px;
    border: none;
    border-left: 2px solid #1C6AB4;
    position: relative;
    font-style: italic;
}
.page-content blockquote p,
.post-content blockquote p {
    font-family: 'RobotoLight', Arial, san-serif;
    font-size: 14px;
    line-height: 18px;
}



.post-meta {
    font-size: 14px;
    line-height: 16px;
    color: #818181;
    font-family: 'RobotoLight', Arial, sans-serif;
    margin: 0 0 30px 0;
    cursor: default;
}
.post-meta__date {
    display: inline-block;
    margin-right: 20px;
}
.post-meta__comments-count {
    display: inline-block;
}
.post-meta__date i,
.post-meta__comments-count i {
    margin-right: 5px;
}

.post-tags {
    margin: 20px 0;
}
.post-tags a, 
.post-tags a:focus {
    position: relative;
    display: inline-block;
    background-color: #1C6AB4;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-family: 'RobotoRegular', Arial, sans-serif;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
.post-tags a:hover, 
.post-tags a:active {
    background-color: #FE940F;
    color: #ffffff;
    text-decoration: none;
}
.post-tags a::after {
    background-color: #ffffff;
    content: '';
    position: absolute;
    top: 8px;
    left: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.post-tags a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -22px;
    border: 11px solid transparent;
    border-right: 11px solid #1C6AB4;
    transition: all 0.2s ease-in-out 0s;
}
.post-tags a:hover::before, 
.post-tags a:active::before {
    border-right: 11px solid #FE940F;
}

@media screen and (max-width: 992px) {
    
}
@media screen and (max-width: 768px) {
    .page-content ul, 
    .post-content ul {
        margin: 10px 0 20px 20px;
    }
    .page-content ol, 
    .post-content ol {
        margin: 10px 0 20px 20px;
    }
    .page-content blockquote,
    .post-content blockquote {
        margin: 10px 0 10px 10px;
    }
}





/* 404 PAGE - НАЧАЛО */
.page-404-content {
    padding: 50px 0 100px 0;
    text-align: center;
}
.page-404-logo-img {
    text-align: center;
}
.page-404-logo-img img {
    width: 100%;
    height: auto;
    max-width: 291px;
}
.page-404-title {
    text-align: center;
    font-size: 62px;
    line-height: 64px;
    color: #333333;
    font-family: 'RobotoBold', Arial, sans-serif;
    margin: 45px 0 0 0;
    cursor: default;
}
.page-404-text {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    font-family: 'RobotoRegular', Arial, sans-serif;
    margin: 3px 0 38px 0;
    cursor: default;
}
.page-404-home-page-link {
    text-align: center;
}
.page-404-home-page-link a, 
.page-404-home-page-link a:focus {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    color: #1C6AB4;
    font-family: 'RobotoRegular', Arial, sans-serif;
    text-decoration: underline;
}
.page-404-home-page-link a:hover, 
.page-404-home-page-link a:active {
    color: #FE940F;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .page-404-content {
        padding: 50px 0;
    }
    .page-404-title {
        font-size: 32px;
        line-height: 34px;
        margin: 25px 0 0 0;
    }
    .page-404-text {
        font-size: 14px;
        line-height: 16px;
        margin: 3px 0 18px 0;
    }
    .page-404-home-page-link a, 
    .page-404-home-page-link a:focus {
        font-size: 14px;
        line-height: 16px;
    }
}
/* 404 PAGE - КОНЕЦ */




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

.main-page-categories {
    margin: 30px 0 50px 0;
}
.main-page-category {
    max-width: 395px;
    margin: 0 0 30px 0;
    position: relative;
}
.main-page-category a, 
.main-page-category a:focus {
    position: relative;
    display: block;
}
.main-page-category a:hover, 
.main-page-category a:active {
    
}
.main-page-category-img {
    
}
.main-page-category-img img {
    width: 100%;
    height: auto;
}
.main-page-category-title {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'RobotoBold', Arial, sans-serif;
    text-align: center;
    padding: 0 20px;
}

.main-page-category-icon {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.main-page-category-icon img {
    display: block;
}
.main-page-category-arrow {
    position: absolute;
    display: none;
    width: 18px;
    height: 18px;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}
.main-page-category-arrow img {
    display: block;
}


.main-page-category a::before {
    position: absolute;
    display: block;
    content: '';
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    border: 40px solid transparent;
    border-left: 40px solid #1D6AB5;
    border-top: 40px solid #1D6AB5; 
    z-index: 1;
}
.main-page-category a::after {
    position: absolute;
    display: none;
    content: '';
    width: 80px;
    height: 80px;
    bottom: 0;
    right: 0;
    border: 40px solid transparent; 
    border-right: 40px solid #FE940F; 
    border-bottom: 40px solid #FE940F;
    z-index: 1;
}
.main-page-category a:hover .main-page-category-title, 
.main-page-category a:active .main-page-category-title {
    color: #FFECC1;
}
.main-page-category a:hover .main-page-category-icon, 
.main-page-category a:active .main-page-category-icon,
.main-page-category a:hover::before, 
.main-page-category a:active::before {
    display: none;
}
.main-page-category a:hover .main-page-category-arrow, 
.main-page-category a:active .main-page-category-arrow,
.main-page-category a:hover::after, 
.main-page-category a:active::after {
    display: block;
}


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

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

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



.articles-block {
    margin-bottom: 30px;
}
.articles-block__title {
    margin-bottom: 30px;
}
.articles-block__title a,
.articles-block__title a:focus {
    color: #2F373A;
    font-size: 22px;
    line-height: 24px;
    text-decoration: none;
    font-family: 'RobotoRegular',sans-serif;
    display: inline-block;
}
.articles-block__title a:hover,
.articles-block__title a:active {
    color: #1E6AB5;
    text-decoration: none;
}
.articles-block__body {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.articles-block__item {
    float: none;
    background-color: #fff;
    z-index: 2;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    margin: 0 20px 40px 0;
    flex: 1 1 calc(25% - 20px);
    max-width: 220px;
}
.articles-block__item a,
.articles-block__item a:focus {
    display: block;
    text-decoration: none;
}
.articles-block__item a:hover,
.articles-block__item a:active {
    text-decoration: none;
}
.articles-block__image {
    display: block;
    margin-bottom: 13px;
    position: relative;
}
.articles-block__image img {
    display: block;
    width: 100%;
    height: auto;
}
.articles-block__item a:hover .articles-block__image::after,
.articles-block__item a:active .articles-block__image::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    background-image: url('../../images/deltabank/icon_arrow.png');
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat;
}
.articles-block__name {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #2F373A;
    font-family: 'RobotoLight',sans-serif;
    text-decoration: none;
    max-height: 58px;
    overflow: hidden;
}

.articles-block__item a:hover .articles-block__name,
.articles-block__item a:active .articles-block__name {
    color: #1E6AB5;
    text-decoration: none;
}

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

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

@media screen and (max-width: 768px) {
    
    .articles-block__item {
        margin: 0 20px 40px 0;
        flex: 1 1 100%;
    }
}






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

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

@media screen and (max-width: 768px) {
    
}
/* HOME PAGE - КОНЕЦ*/












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

#comments ol.comment-list {
  list-style: none;
}
#comments li.comment {
    border: 1px solid #F1F1F1;
    padding: 15px 10px;
    margin-top: 15px;
    list-style: none;
    background: #F8F8F8;
    clear: both;
}
#comments .vcard {
    border: none;
    border-radius: 0;
    margin: 0 20px 0 0;
    padding: 0;
    display: block;
    width: 60px;
    position: absolute;
    left: 0;
}
#comments .vcard img {
    display: block;
}
.comment-meta {
    display: none;
}
#comments .comment-metadata {
    font-weight: normal;
}
#comments .fn {
    color: #040404;
    font-family: 'RobotoLight', Arial, sans-serif;
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 0;
    cursor: default;
}
#comments .says {
    display: none !important;
}
.comment-body {
    position: relative;
    padding-left: 80px;
}
.comment-body p {
    margin: 0;
    padding: 20px 25px 30px 25px;
    border: 1px solid #DFDFDF;
    background-color: #ffffff;
    border-radius: 5px;
    color: #666666;
    cursor: default;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    font-family: 'RobotoLight', Arial, sans-serif;
}
.comment-body p:after {
    position: absolute;
    content: '';
    top: 20px;
    left: -10px;
    width: 10px;
    height: 13px;
    display: block;
    background-image: url('../../images/deltabank/comment_cloud_corner.jpg');
    background-size: 10px 13px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.reply {
    text-align: right;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0;
    font-family: 'RobotoLight', Arial, 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: 'RobotoMedium', Arial, 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: 'RobotoMedium', Arial, 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: 'RobotoMedium', Arial, 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: 'RobotoLight', Arial, sans-serif;
}
.comment-notes {
    color: #2F373A;
    font-size: 14px;
    line-height: 20px;
    font-family: 'RobotoLight', Arial, sans-serif;
    margin-bottom: 30px;
}
.comment-form label {
    color: #2F373A;
    font-size: 15px;
    line-height: 16px;
    font-family: 'RobotoMedium', Arial, 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: 'RobotoLight', Arial, 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: 'RobotoLight', Arial, 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;
}


.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: 1px solid #85B801;
    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: 'RobotoRegular', Arial, sans-serif;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    width: 33%;
}
.comment-form #submit:hover, 
.comment-form #submit:active {
    background-color: #1D6AB5;
    border: 1px solid #1D6AB5;
    color: #ffffff;
}

@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 - КОНЕЦ */






/* Single organization page - НАЧАЛО */

.organization-thumb {
    padding: 25px 0 0 0;
}
.organization-thumb img {
    margin: 0;
    width: 100%;
    height: auto;
    max-width: 500px;
}
.organization-info {
    border: 8px solid #F9F9F9;
    padding: 28px 40px 28px 40px;
    margin: 25px 0 0 0;
    max-width: 500px;
}
.organization-info__title {
    cursor: default;
    font-size: 21px;
    line-height: 23px;
    color: #2F373A;
    font-family: 'RobotoMedium', Arial, sans-serif;
    margin: 0 0 27px 0;
    padding: 0;
}
.organization-info__body {
    
}

.organization-info__phone {
    background-image: url('../../images/deltabank/organization_icon_phone.png');
    background-size: 30px 32px;
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    padding-left: 58px;
}
.organization-info__phone-title {
    cursor: default;
    font-size: 16px;
    line-height: 18px;
    color: #2F373A;
    font-family: 'RobotoMedium', Arial, sans-serif;
}
.organization-info__phone-body {
    cursor: default;
    font-size: 16px;
    line-height: 18px;
    color: #5F5F5F;
    font-family: 'RobotoLight', Arial, sans-serif;
}

.organization-info__address {
    background-image: url('../../images/deltabank/organization_icon_map.png');
    background-size: 24px 32px;
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 58px;
}
.organization-info__address-title {
    cursor: default;
    font-size: 16px;
    line-height: 18px;
    color: #2F373A;
    font-family: 'RobotoMedium', Arial, sans-serif;
}
.organization-info__address-body {
    cursor: default;
    font-size: 16px;
    line-height: 18px;
    color: #5F5F5F;
    font-family: 'RobotoLight', Arial, sans-serif;
}

.organization-info__address-map-link {
    
}
.organization-info__address-map-link a,
.organization-info__address-map-link a:focus {
    color: #1D6AB5;
    font-size: 12px;
    line-height: 14px;
    font-family: 'RobotoLight', Arial, sans-serif;
    text-decoration: underline;
}
.organization-info__address-map-link a:hover,
.organization-info__address-map-link a:active {
    color: #FE940F;
    text-decoration: underline;
}

.organization-description {
    
}
.organization-description__title {
    font-size: 18px;
    line-height: 22px;
    color: #2F373A;
    font-family: 'RobotoMedium', Arial, sans-serif;
    margin-bottom: 28px;
    margin-top: 32px;
    cursor: default;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 0 5px 0;
    position: relative;
}
.organization-description__title::after {
    content: '';
    display: block;
    width: 81px;
    height: 2px;
    background-color: #FF9410;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.organization-description__body {
    
}

.organization-map {
    
}
.organization-map__title {
    font-size: 18px;
    line-height: 22px;
    color: #2F373A;
    font-family: 'RobotoMedium', Arial, sans-serif;
    margin-bottom: 33px;
    margin-top: 18px;
    cursor: default;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 0 5px 0;
    position: relative;
}
.organization-map__title::after {
    content: '';
    display: block;
    width: 49px;
    height: 2px;
    background-color: #FF9410;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.organization-map__iframe {
    
}

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

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

@media screen and (max-width: 768px) {
    .organization-info {
        border: 4px solid #F9F9F9;
        padding: 15px 15px 15px 15px;
    }
    .organization-info__phone {
        padding-left: 40px;
    }
    .organization-info__address {
        padding-left: 40px;
    }
}
/* Single organization page - КОНЕЦ */




/* widget sidebar - НАЧАЛО */
.secondary {
    padding-top: 35px;
}
.secondary-on-main {
    padding-top: 20px;
}
.secondary .widget-title {
    font-size: 20px;
    line-height: 22px;
    color: #2F373A;
    font-family: 'RobotoMedium', Arial, sans-serif;
    margin-bottom: 25px;
    margin-top: 0px;
    cursor: default;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 0 5px 0;
    position: relative;
}
.secondary .widget-title::after {
    content: '';
    display: block;
    width: 205px;
    height: 2px;
    background-color: #1D6AB5;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.secondary .widget {
    margin-bottom: 35px;
}

.secondary .widget_categories li {
    margin-bottom: 7px;
}
.secondary .widget_categories li a,
.secondary .widget_categories li a:focus {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-family: 'RobotoRegular', Arial, sans-serif;
    position: relative;
    padding-left: 10px;
    text-decoration: none;
}
.secondary .widget_categories li a:hover,
.secondary .widget_categories li a:active {
    color: #1C6AB4;
    text-decoration: none;
}
.secondary .widget_categories li a::before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-left: 5px solid #1C6AB4;
    width: 5px;
    height: 5px;
    left: 0;
    top: 5px;
}

.secondary .widget.widget_cs_featured_posts_widget {
    margin-bottom: 10px;
}
/* widget sidebar - КОНЕЦ */



#copyright-navigation-container {
    background-color: #1D6AB5;
    padding: 10px 0 5px 0;
}
#copyright-navigation {
}

#copyright-menu {
}
#copyright-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
#copyright-menu ul li {
    display: inline-block;
    margin: 0 0 10px 10px;
}
#copyright-menu ul li a,
#copyright-menu ul li a:focus {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-family: 'RobotoRegular', Arial, sans-serif;
    text-decoration: underline;
}
#copyright-menu ul li a:hover,
#copyright-menu ul li a:active {
    color: #ffffff;
    text-decoration: none;
}

.copyright-text {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-family: 'RobotoRegular', Arial, sans-serif;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    #copyright-menu {
        margin-bottom: 20px;
    }
    #copyright-menu ul {
        text-align: left;
    }
    #copyright-menu ul li {
        display: block;
        margin: 0 0 10px 0;
    }
}





.popular-org-list {
    
}
.popular-org-list__title {
    font-size: 32px;
    line-height: 38px;
    color: #040404;
    font-family: 'RobotoMedium', Arial, sans-serif;
    cursor: default;
    margin: 26px 0 46px 0;
    padding: 0;
    text-align: center;
}
.popular-org-list__body {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 30px 0 35px 0;
}

.popular-org-item {
    float: none;
    background-color: #fff;
    z-index: 2;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin: 0 20px 35px 0;
    flex: 1 1 calc(33% - 20px);
    max-width: 395px;
}
.popular-org-item a, 
.popular-org-item a:focus {
    border: 1px solid #F4F4F4;
    background-color: #F8F8F8;
    padding: 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: none;
    justify-content: center;
    align-content: flex-start;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popular-org-item a:hover,
.popular-org-item a:active {
    background-color: #4993DC;
}
.popular-org-item__img {
    position: relative;
}

.popular-org-item a:hover .popular-org-item__img::after, 
.popular-org-item a:active .popular-org-item__img::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    background-image: url('../../images/deltabank/icon_arrow.png');
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat;
}

.popular-org-item__name {
    width: 100%;
    padding: 15px 20px;
    font-family: 'RobotoLight', Arial, sans-serif;
    color: #040404;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    min-height: 70px;
}
.popular-org-item__name span {
    display: inline-block;
}
.popular-org-item a:hover .popular-org-item__name,
.popular-org-item a:active .popular-org-item__name {
    color: #ffffff;
}

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

@media screen and (max-width: 992px) {
    
    .popular-org-item {
        margin: 0 20px 20px 0;
        flex: 1 1 calc(50% - 20px);
    }
}

@media screen and (max-width: 768px) {
    
    .popular-org-item {
        margin: 0 0 20px 0;
        flex: 1 1 100%;
    }
}






/* Post min - НАЧАЛО */
.widget_cs_latest_posts_widget,
.widget_cs_featured_posts_widget {
    margin-bottom: 0;
}
.post-min-widget-title {
    font-size: 20px;
    line-height: 22px;
    color: #2F373A;
    font-family: 'RobotoMedium', Arial, sans-serif;
    margin-bottom: 10px;
    margin-top: 0px;
    cursor: default;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 0 5px 0;
    position: relative;
}
.post-min-widget-title::after {
    content: '';
    display: block;
    width: 205px;
    height: 2px;
    background-color: #FF9410;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.post-min-container {
    padding: 0;
    margin: 0 0 20px 0;
}
/*.latest-posts > .post-min-container:last-child {
    border-bottom: 0 solid #484848;
    padding: 0;
    margin: 0;
}*/
.post-min-thumb {
    float: left;
    margin-right: 10px;
}
.post-min-thumb img {
    
}
.post-min-content {
    
}
.post-min-title {
    margin-bottom: 6px;
    max-height: 52px;
    overflow: hidden;
}
.post-min-title a,
.post-min-title a:focus {
    color: #040404;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    display: block;
    font-family: 'RobotoRegular', Arial, sans-serif;
}
.post-min-title a:hover,
.post-min-title a:active {
    color: #FE940F;
    text-decoration: none;
}
.post-min-meta {
    color: #818181;
    font-size: 13px;
    line-height: 14px;
    font-family: 'RobotoLight', Arial, sans-serif;
    cursor: default;
}



.featured-posts-vert {
    cursor: pointer;
    max-width: 360px;
}
.post-vert-container {
    position: relative;
}
.post-vert-thumb {
    
}
.post-vert-content {
    position: absolute;
    width: 100%;
    padding: 10px 15px 15px 15px;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.7)',GradientType=0 );
}
.post-vert-title {
    max-height: 65px;
    overflow: hidden;
    margin-bottom: 5px;
}
.post-vert-title a,
.post-vert-title a:focus {
    font-family: 'RobotoBold', Arial, sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px
}
.post-vert-title a:hover,
.post-vert-title a:active {
    color: #ffffff;
}
.featured-posts-vert:hover .post-vert-title a {
    text-decoration: underline;
}
.post-vert-meta {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
}
@media screen and (max-width: 1201px) {
    
}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {
    
}
/* Post min - КОНЕЦ */























th, td {
    font-weight: normal;
    text-align: left;
}
.c-tableBlock__table {
    margin: 20px 0;
}
.c-tableBlock__table table {
    min-width: 900px;
}
.l-container__table {
    margin: 30px 0 50px;
}

.l-container__table--small {
    margin: 30px 0 20px;
}
.c-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    text-align: left;
}
.c-table__header {
    min-height: 24px;
    color: #87939c;
    font-family: 'RobotoRegular', Arial, sans-serif;
    border-bottom: 1px solid #d8dee6;
    font-weight: normal;
}
.c-table__content {
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #D8DEE6;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.c-table__content:hover {
    background-color: #f4faff;
}
.c-tableBlock__table th,
.c-tableBlock__table .th {
    font-family: 'RobotoRegular', Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}
.c-tableBlock__table td,
.c-tableBlock__table .td {
    font-family: 'RobotoRegular', Arial, sans-serif;
    font-weight: normal;
    text-align: left;
}

/*.c-column__name {
    width: 240px;
}*/
.c-column__img a {
    display: block;
}
.c-column__img img {
    width: 100%;
    height: auto;
    max-width: 150px;
    max-height: 150px;
    margin: 0;
}
.c-column__percent {
    font-family: 'RobotoMedium', Arial, sans-serif !important;
    font-weight: normal;
}
.c-column__icon {
    min-width: 110px;
}
.c-column__icon img {
    margin: 5px;
    max-width: 30px;
    float: left;
}

/*.c-column__comision{
    width: 220px;
}*/

/*.c-column__button {
    width: 235px;
}*/

.c-textBlock--topMg{
    margin-top: 20px;
}

.c-textBlock__title {
    margin-bottom: 15px;
    font-family: Helvetica;
    color: #040404;
    font-size: 24px;
    line-height: 24px;
}

.c-textBlock__text {
    color: #040404;
    font-size: 16px;
    line-height: 24px;
    font-family: Helvetica;
    font-weight: 400;
}
a.c-button,
a.c-button:focus {
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    background-color: #85B801;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 20px 5px;
}
a.c-button:hover,
a.c-button:active {
    color: #ffffff;
    background-color: #85B801;
    text-decoration: none;
}

.--marker {
    padding: 10px;
    background-color: #FAD4BD;
    text-align: center;
    width: 100%;
    display: block;
    color: #040404;
}
@media screen and (max-width: 1201px) {
    
}
@media screen and (max-width: 992px) {
    .c-column__name {
        padding-top: 30px;
    }
    .c-tableBlock__table th, 
    .c-tableBlock__table .th {
        text-align: right;
        padding-bottom: 10px;
        color: #87939c;
    }
    .c-tableBlock__table td, 
    .c-tableBlock__table .td {
        text-align: left;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    
}


@media (max-width: 768px){
    .q2w3-fixed-widget-container {
        height: auto !important;
    }
    [class*='q2w3-widget-clone-sidebar'] {
        display: none !important;
    }
    .q2w3-fixed-widget-container .widget {
        position: relative !important;
        width: auto !important;
        top: auto !important;
        bottom: auto !important;
    }
}




.post-add-info {
    margin: 20px 0;
}
.post-add-info__logo {
    margin-bottom: 10px;
}
.post-add-info__logo img {
    width: 100%;
    height: auto;
}
.post-add-info {
    margin-bottom: 10px;
}
.post-add-info__list {
    padding: 15px 15px 20px 15px;
    border: 1px solid #D8DEE6;
}
.post-add-info__item {
    font-size: 14px;
    line-height: 22px;
}
.post-add-info__item span {
    color: #87939c;
}
.post-add-info__get-credit,
.post-add-info__get-credit:focus {
    background-color: #85B801;
    border: 1px solid #85B801;
    border-radius: 7px;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 16px 5px;
    text-decoration: none;
    font-family: 'RobotoMedium', Arial, sans-serif;
    width: 200px;
    text-align: center;
    margin-top: 20px;
}
.post-add-info__get-credit:hover,
.post-add-info__get-credit:active {
    background-color: #1D6AB5;
    border: 1px solid #1D6AB5;
    color: #ffffff;
}

#toc_container {
    width: 100% !important;
}
.to-comm__container {
    margin-bottom: 30px;
    text-align: center;
}
a.to-comm__btn,
a.to-comm__btn:focus {
    background-color: #1D6AB5;
    border: 1px solid #1D6AB5;
    border-radius: 7px;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 16px 25px;
    text-decoration: none;
    font-family: 'RobotoMedium', Arial, sans-serif;
    text-align: center;
}
a.to-comm__btn:hover, 
a.to-comm__btn:active {
    background-color: #85B801;
    border: 1px solid #85B801;
    color: #ffffff;
}

.take-a-loan__container {
    text-align: center;
}
a.take-a-loan__btn,
a.take-a-loan__btn:focus {
    background-color: #85B801;
    border: 1px solid #85B801;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    padding: 20px 30px;
    text-decoration: none;
    font-family: 'RobotoBold', Arial, sans-serif;
    text-align: center;
}
a.take-a-loan__btn:hover, 
a.take-a-loan__btn:active {
    background-color: #1D6AB5;
    border: 1px solid #1D6AB5;
    color: #ffffff;
}



.cs-list__corner.zero-percent-zaim {
    background: rgba(0, 0, 0, 0) url("../../images/stickers/zero-percent-zaim.png") no-repeat scroll 0 0;
}
.cs-list__corner.zero-percent-kredit {
    background: rgba(0, 0, 0, 0) url("../../images/stickers/zero-percent-kredit.png") no-repeat scroll 0 0;
}
.cs-list__corner.proveren {
    background: rgba(0, 0, 0, 0) url("../../images/stickers/proveren.png") no-repeat scroll 0 0;
}
.cs-list__corner.recomenduem {
    background: rgba(0, 0, 0, 0) url("../../images/stickers/recomenduem.png") no-repeat scroll 0 0;
}
.cs-list__corner {
    position: absolute;
    left: -8px;
    top: -8px;
    height: 66px;
    width: 64px;
    z-index: 2;
    background-size: 66px 64px !important;
}




.post-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.post-fixed__get-credit, 
.post-fixed__get-credit:focus {
	background-color: #85B801;
    border: 2px solid #bebebe;
    border-bottom: 0px;
    color: #ffffff;
    display: block;
    font-weight: normal;
    font-size: 23px;
    line-height: 16px;
    padding: 16px 5px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 0.03em;
}
.post-fixed__get-credit:hover, 
.post-fixed__get-credit:active {
    background-color: #1D6AB5;
    border: 1px solid #1D6AB5;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .post-fixed {
        display: block;
    }
    #onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
        bottom: 40px !important;
    }
    .scrollToTop {
        bottom: 130px !important;
    }
}

.comment-form-cookies-consent {
    display: none;
}



aside.widget_text.widget.widget_custom_html {
    max-width: 262px;
}



.number2 {
    color: #7bc057;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.green {
    color: #7bc057;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.red {
    color: #E52D27;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.black {
    color: #040404;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.classul {
	list-style-image: url("https://deltabank-online.com.ua/wp-content/uploads/2018/04/marker.png")!important;	
}



.post-related-micro__item {
    display: block;
    margin: 0 auto 15px auto;
    max-width: 300px;
}
.post-related-micro__item img {
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 350px;
}
.yarpp-related .yarpp-thumbnail-title {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: normal !important;
    color: #1C6AB4 !important;
}

.before_comment_form {
    border: 1px solid #F1F1F1;
    padding: 15px 10px;
    margin-top: 15px;
    list-style: none;
    background: #F8F8F8;
}
        html {
            overflow: hidden;
            overflow-y: auto;
        }
        .top_menu {
            border-bottom: 1px solid #214442;
            background-color: #264D4A;
        }
        .form_block__subscribe {
            padding: 0 20px;
            font-size: 18px;
            font-weight: normal;
            line-height: 24px;
        }

        .logo {
            display: block;
            text-align: center;
            padding: 5px 0;
        }

        .logo img {
            max-width: 300px;
        }

        .lang_menu {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        /*.lang_menu a{
            border: 1px solid #3D3D3D;
            color: #3D3D3D;
            padding: 5px;
            margin: 20px 10px 20px 0;
            font-family: 'RobotoMedium', Arial, sans-serif;
            font-size: 14px;
            font-weight: normal;
            line-height: 16px;
        }*/

        .lang_menu a,
        .lang_menu a:focus {
            width: 31px;
            height: 20px;
            background: #214442;
            color: #fff;
            position: relative;
            margin: 10px auto;
            text-align: center;
            margin: 20px 10px 0 0;
            border-left: 1px solid #214442;
            border-right: 1px solid #214442;
        }

        .lang_menu a:last-child{
            margin-right: 0;
        }

        .lang_menu a:before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: -10px;
            left: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 10px solid #214442;
        }

        .lang_menu a:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: -10px;
            left: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 10px solid #214442;
        }

        .lang_menu a:hover,
        .lang_menu a:active {
            color: #ffffff;
        }

        .lang_menu a:last-child {
            margin-right: 0px;
        }

        .banner-block {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
                    align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            padding: 40px 20px;
        }

        .image_block {
            background: url("/wp-content/themes/cybershark/assets/image/scholarship/scholarship.jpg") no-repeat top center;
            background-size: cover;
        }

        .banner-block .title {
            color: #fff;
            font-size: 54px;
            font-weight: 600;
            line-height: 64px;
            font-family: 'RobotoMedium', Arial, sans-serif;
            padding: 30px 0;
            margin: 0;
            text-align: center;
        }

        .banner-block .banner_description {
            color: #fff;
            font-size: 36px;
            font-weight: 600;
            line-height: 42px;
            font-family: 'RobotoMedium', Arial, sans-serif;
            margin-top: 35px;
            margin-bottom: 25px;
            text-align: center;
        }

        .banner-block .banner_button {
            font-family: 'RobotoMedium', Arial, sans-serif;
            font-size: 14px;
            line-height: 14px;
            color: #ffffff;
            border: 2px solid #214442;
            text-decoration: none;
            text-transform: uppercase;
            display: inline-block;
            padding: 16px 20px;
            position: relative;
            background-color: #214442;
            margin: 40px 0 80px;
        }

        .banner-block .banner_button:hover {
            color: #214442;
            background-color: rgba(255, 255, 255, .7);
        }

        .landing-dots-line {
            background-image: url('/wp-content/themes/cybershark/assets/image/scholarship/dots_back_5.png');
            background-position: left top;
            background-size: 8px 44px;
            height: 44px;
            margin: 0;
        }

        .win_button {
            margin-left: 20px!important;
        }

        .main_nav {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 35px 0;
        }

        .main_nav a {
            margin-right: 5px;
            background-color: rgba(33, 68, 66, 1);
            border: 2px solid #214442;
            border-radius: 0px;
            color: #fff;
            display: block;
            font-family: 'RobotoMedium', Arial, sans-serif;
            font-size: 16px;
            font-weight: 300;
            padding: 15px 10px;
            text-transform: uppercase;
            line-height: 18px;
            box-sizing: border-box;
            transition: 0.3s all ease;
        }

        .main_nav a:last-child {
            margin-right: 0px; 
        }

        .main_nav a:hover {
            border: 2px solid #214442;
            color: #fff;
            background-color: rgba(33, 68, 66, 0.6);
        }

        .scholarship_information {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 20px auto 0;
        }

        .scholarship_information-title {
            color: #222222;
            font-size: 48px;
            font-weight: normal;
            line-height: 50px;
            font-family: 'RobotoMedium', Arial, sans-serif;
            cursor: default;
            margin-top: 45px;
            margin-bottom: 35px;
            text-align: center;
        }
        
        .icon_title {
            display: inline-block;
            font-size: 30px;
            vertical-align: bottom;
            margin-right: 15px;
        }

        .scholarship_information-subtitle {
            color: #222222;
            font-size: 19px;
            font-weight: normal;
            line-height: 24px;
            font-family: 'RobotoMedium', Arial, sans-serif;
            cursor: default;
            margin-bottom: 10px;
            text-align: left;
            display: inline-block;
        }

        .scholarship_information-text {
            color: #222222;
            font-size: 18px;
            line-height: 24px;
            font-family: 'RobotoLight', Arial, sans-serif;
            cursor: default;
            margin-bottom: 25px;
            text-align: left;
            display: block;
        }

        .align-center {
            text-align: center;
        }

        .scholarship_information-text bloquote {
            display: inline-block;
            margin: 20px 5px;
            text-align: center;
        }

        .scholarship_information-text bloquote:before {
            display: inline-block;
            content: open-quote;
            font-size: 2em;
        }

        .scholarship_information-text bloquote:after {
            display: inline-block;
            content: close-quote;
            font-size: 2em;
        }

        .scholarship_information-text bloquote a {
            text-decoration: underline;
        }

        .them_stipend {
            display: block;
            font-weight: 600;
            text-align: center;
            margin-top: 35px;
            font-size: 21px;
        }

        
        ul {
            font-size: 18px;
            font-weight: normal;
            line-height: 24px;
            font-family: 'RobotoLight', Arial, sans-serif;
            margin-bottom: 25px;
        }

        .juri_human {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            flex-wrap: wrap;
        }

        .jrui_subtitle {
            font-size: 26px;
            text-align: center;
            display: block;
            margin-bottom: 30px;
        }

        .juri_item {
            min-height: 220px;
            display: flex;
            flex-direction: column;
            align-items: center;
            flex-basis: 33%;
            margin-bottom: 40px;
        }

        .juri_item .name {
            margin: 10px 0;
        }
        .juri_item .juri_foto {
            width: 150px;
            border-radius: 50%;
            overflow: hidden;
            height: 150px;
        }
        .juri_item .juri_foto img {
            display: block;
            background-color: #ccc;
            width: 100%;
            height: auto;
        }

        .position {
            text-align: center;
        }

        .position-align {
            padding-top: 20px;
        }

        .winner_foto {
            max-width: 350px;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .winner_foto > img {
            border-radius: 50%;
            max-width: 210px;
            height: 210px;
            width: 100%;
        }

        .win-step {
            margin: 10px auto 0;
            text-align: center;
            font-size: 16px;
        }

        .winner_name {
            text-align: center;
        }
        
        .juri_human > .winner_item {
            display: flex;
            flex-direction: column;
            max-width: 290px;
            width: 100%;
            align-items: center;
        }

        .owl-carousel {
            margin-bottom: 20px;
        }

        .carusel_foto {
            max-height: 400px;
        }

        .carusel_foto > img {
            display: block;
            max-width: 100%;
            max-height: 360px;
        }

        .carusel_foto > .foto-descr {
            text-align: center;
        }

        .owl-carousel .owl-nav .owl-prev {
            background-image: url('/wp-content/themes/cybershark/assets/image/scholarship/owl_nav_left.png') !important;
            left: -75px;
            background-color: transparent !important;
            background-repeat: no-repeat !important;
            background-position: center center !important;
            background-size: 20px 36px !important;
            position: absolute !important;
            top: 40%;
            color: transparent !important;
            font-size: 0 !important;
            height: 36px !important;
            width: 20px !important;
            padding: 0 !important;
            margin: 0 !important;
        }
        
        .owl-carousel .owl-nav .owl-prev:hover {
            opacity: 0.7 !important;
        }

        .owl-carousel .owl-nav .owl-next {
            background-image: url('/wp-content/themes/cybershark/assets/image/scholarship/owl_nav_right.png') !important;
            right: -75px;
            background-color: transparent !important;
            background-repeat: no-repeat !important;
            background-position: center center !important;
            background-size: 20px 36px !important;
            position: absolute !important;
            top: 40%;
            color: transparent !important;
            font-size: 0 !important;
            height: 36px !important;
            width: 20px !important;
            padding: 0 !important;
            margin: 0 !important;
        }
        
        .owl-carousel .owl-nav .owl-next:hover {
            opacity: 0.7 !important;
        }

        .question {
            padding-bottom: 50px;
        }

        .what_is_it,
        .who_participat,
        .form_block {
            margin-bottom: 45px;
        }

        .juri_block {
            margin-bottom: 15px;
        }
        
        .subtitle_icon {
            display: flex;
            align-items: center;
        }

        .more-info_block {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

        .more_questions,
        .more_questions:focus {
            background-color: #264D4A;
            border: 1px solid #264D4A;
            border-radius: 7px;
            color: #ffffff;
            display: block;
            font-size: 20px;
            font-weight: 600;
            line-height: 16px;
            padding: 16px 5px;
            text-decoration: none;
            font-family: 'RobotoLight', Arial, sans-serif;
            width: 100%;
            text-align: center;
            margin: 30px 0 20px 50px;
            max-width: 250px;
        }

        .more_questions:hover,
        .more_questions:active {
            background-color: #214442;
            border: 1px solid #214442;
            color: #ffffff;
        }

        #footer-shadow {
            border-top: 1px solid #F0F0F0;
        }

        .footer {
            position: relative;
            padding: 50px 0 20px 0;
            background: #264D4A;
            background-image: url("../../img/credit-bg.png");
            color: #ffffff;
        }
        .footer h5 {
            color: #ffffff;
        }
        footer::before {
            position: absolute;
            top: -10px;
            left: 0;
            right: 0;
            height: 50px;
            background: url("../../img/footer-bg-top.png") no-repeat;
                background-size: auto auto;
            background-size: cover;
            content: '';
            z-index: 1;
        }
        footer::after {
            display: none !important;
        }

        .footer_logo {
            text-align: left;
            padding-top: 5px;
            padding-bottom: 10px;
        }
        .footer_logo img {
            max-width: 360px;
        }

        .footer_services,
        .footer_contact {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding-left: 35px;
        }

        .footer_nav {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .footer_nav a {
            padding: 0px;
            margin-bottom: 5px;
            text-decoration: underline;
        }

        .footer_nav a:hover {
            text-decoration: none;
            transition: 0.3s text-decoration ease;
        }

        .footer_contact ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .footer_contact ul li {
            text-align: left;
        }

        .footer_nav a:last-child {
            margin-bottom: 0;
        }

        .bottom_footer {
            background-color: #214442;
            padding: 10px 0 5px 0;
            text-align: left;
        }

        .share {
            position: fixed;
            left: 0;
            top: calc(50% - 96px);
        }
        .share a, 
        .share a:focus {
            display: block !important;
            margin: 0 !important;
        }
        .share a:hover,
        .share a:active {
            opacity: 0.7 !important;
        }
        
        .order-form {
            max-width: 960px;
            padding: 40px 50px 30px 50px;
            margin: 20px auto 100px auto;
            border-radius: 2px;
            background-color: #ffffff;
            box-shadow: 0px 0px 25px rgba(111, 111, 111, 0.1);
        }
        .wpcf7-form {
            max-width: 100%;
            padding: 20px;
        }
        .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"] {
            padding: 5px 12px;
            font-size: 14px;
            line-height: 20px;
            margin-top: 5px;
            display: block;
            width: 100%;
        }
        .form_block {
            background-image: url('/wp-content/themes/cybershark/assets/image/cybershark/project_conversation_back.png');
            background-position: center bottom;
            background-size: 1920px 441px;
            background-size: 100% auto;
            background-repeat: no-repeat;
        }
        .form-item {
            margin-bottom: 5px;
        }
        
        div.wpcf7-validation-errors {
            border: 2px solid #f44949 !important;
            border-radius: 0;
            color: #f44949;
            font-size: 14px !important;
            font-family: 'RobotoMedium', Arial, sans-serif !important;
            margin: 5px auto !important;
            padding: 10px 20px;
            cursor: default;
            max-width: 600px;
            display: block !important;
        }
        div.wpcf7-mail-sent-ok {
            border: 2px solid #7faf27 !important;
            border-radius: 0;
            color: #7faf27 !important;
            font-size: 14px !important;
            font-family: 'RobotoMedium', Arial, sans-serif !important;
            margin: 5px auto !important;
            padding: 10px 20px;
            cursor: default;
            max-width: 600px;
            text-align: center;
            display: block !important;
        }
        .wpcf7-form .form-item {
            margin-bottom: 5px;
            padding-bottom: 5px;
        }
        .wpcf7-form label {
            display: block;
            margin-bottom: 0px;
            margin-top: 10px;
        }
        .wpcf7-form textarea {
            margin-top: 5px;
            margin-bottom: 5px;
            height: 100px;
        }
        .wpcf7-form select {
            width: 100%;
            display: block;
            padding: 5px 12px;
            font-size: 14px;
            line-height: 20px;
            border: 1px solid #C1C1C1;
            color: #222222;
            margin-top: 5px;
        }

        @media screen and (max-width: 1200px) {
            .main_nav {
                align-items: stretch;
            }
            .main_nav a {
                font-size: 14px;
            }

           .carusel_foto {
                max-height: 330px;
            }

            .carusel_foto > img {
                max-height: 297px;
            }
        }

        @media screen and (max-width: 992px) {
            .main_nav {
                justify-content: space-around;
                flex-direction: column;
                max-width: 300px;
                width: 100%;
                margin: 20px auto;        
            }
            .main_nav a {
                font-size: 14px;
                margin-bottom: 3px;
            }
            .main_nav a:last-child {
                margin-right: 5px;
            }

            .juri_human {
                flex-wrap: wrap;
            }
            .banner-block .title {
                font-size: 48px;
            }

            .carusel_foto {
                max-height: 260px;
            }

            .carusel_foto > img {
                max-height: 225px;
            }
        }

        @media screen and (max-width: 768px) {
            .lang_menu a {
                margin: 10px  5px 10px 0;
            }
            
            .banner-block .title {
                font-size: 38px;
                line-height: 42px;
            }
            .banner-block .banner_description {
                font-size: 24px;
                line-height: 30px;
            }
            .scholarship_information-text {
                padding-left: 20px;
            }

            .juri_item {
                margin-bottom: 15px;
            }

            .carusel_foto {
                max-height: 400px;
            }

            .carusel_foto > img {
                max-height: 380px;
            }
        }

        @media screen and (max-width: 650px) {
            .banner-block .title {
                font-size: 28px;
                padding-bottom: 0;
                margin-bottom: 0;
            }
            .banner-block .banner_description {
                font-size: 18px;
            }

            .scholarship_information-title {
                font-size: 36px;
            }

            .scholarship_information-subtitle {
                padding-left: 20px;
            }

            .juri_human {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-bottom: 15px;
            }
            .order-form {
                padding: 10px 10px 10px 10px;
                margin-bottom: 0;
            }

            .more-info_block {
                flex-direction: column;
                flex-wrap: wrap;
            }

            .more_questions {
                margin: 30px 0 20px 0px;
            }

            .footer_services, .footer_contact {
                padding-left: 0;
            }
        }

        @media screen and (max-width: 480px) {
            .banner-block .title {
                font-size: 22px;
                line-height: 38px;
                padding: 0;
                margin: 0;
            }
            .banner-block .banner_description {
                font-size: 15px;
                line-height: 30px;
            }

            .banner-block .banner_button {
                margin: 20px 0 40px;
            }

            .scholarship_information-title {
                font-size: 28px;
                margin-top: 25px;
                margin-bottom: 10px;
            } 

        }

        @media screen and (max-width: 450px) {
            .banner-block .banner_button {
                display: block;
                margin: 15px auto;
            }
            .banner-block .win_button {
                margin-left: 0!important;
                text-align: center;
            }
        }
        
        @media screen and (max-width: 400px) {
            .banner-block .title {
                font-size: 19px;
                line-height: 32px;
            }

            .footer_services .footer nav,
            .footer_contact ul{
                font-size: 14px;
            }
        }

        @media screen and (max-width: 360px) {
            .banner-block .title {
                font-size: 17px;
                line-height: 30px;
            }

            .banner-block .banner_description {
                font-size: 14px;
                line-height: 28px;
            }

            .scholarship_information-title {
                font-size: 26px;
                margin-top: 20px;
                margin-bottom: 5px;
            }
            
            .footer_services .footer nav,
            .footer_contact ul{
                font-size: 12px;
            }
        }

.popup-form-title {
    font-size: 26px;
    line-height: 30px;
    font-family: 'RobotoMedium', Arial, sans-serif;
    cursor: default;
    margin-bottom: 15px;
}
.nav > li > a {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    background-color: #F2F6F8;
    padding: 20px 30px;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #214442;
    border-color: #dee2e6 #dee2e6 #fff;
}
.tab-content {
    border: 1px solid #dee2e6;
    border-top: 1px solid #ffffff;
    padding: 20px 25px;
}
.tab-content {
    color: #222222;
    font-size: 18px;
    line-height: 24px;
    font-family: 'RobotoLight', Arial, sans-serif;
    cursor: default;
    text-align: left;
}
.tab-content p {
    color: #222222;
    font-size: 18px;
    line-height: 24px;
    font-family: 'RobotoLight', Arial, sans-serif;
    cursor: default;
    margin-bottom: 25px;
    text-align: left;
    display: block;
}
.tab-content .juri_human p {
    color: #222222;
    font-size: 14px;
    line-height: 16px;
    font-family: 'RobotoLight', Arial, sans-serif;
    cursor: default;
    margin-bottom: 25px;
    text-align: center;
    display: block;
}