body {
    font-family: 'Manrope';
    text-decoration: none;
    font-style: normal;
    background-color: #FFFFFF;
}

#content {
    min-height: 51vh;
}

a:hover {
    color: inherit;
}

body:not(header) {
    font-size: 18px;
}

.mobile-only {
    display: none;
}

.wrapper {
    margin-bottom: 100px;
}

header {
    position: sticky;
    top: 0px;
    z-index: 3000;
    width: 100%;
    background: #FFFFFF;
}

.container {
    position: relative;
    width: 100%;
    padding: 0 85px;
    max-width: 1400px;
    background-color: transparent;
}

header .header-info .container {
    padding: 20px 85px;
}

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

.flex-row.start {
    justify-content: start;
}

.flex-row.between {
    justify-content: space-between;
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.flex-row.wrap {
    flex-wrap: wrap;
}

header .header-info {
    border-bottom: 1px solid #CDD7E4;
}

#main-menu .toggler {
    display: none;
}

#mobile-menu-toggler {
    float: none;
    margin: 0;
    padding: 0;
    border-width: 0;
    border-radius: 0;
    top: -8px;
    left: -10px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    position: relative;
    display: inline-block;
}

.navbar-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.header.header_bg .navbar-toggle .icon-bar {
    background: #000000;
}

.navbar-toggle .icon-bar {
    width: 25px;
    margin: 0px;
    margin-bottom: 5px;
    margin-left: 0;
    background: #283B5B;
    border-radius: 0;
    display: block;
    height: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #FFF;
}


.navbar-toggle .icon-bar:last-child {
    margin-bottom: 0px;
}

.navbar-toggle.navOpen .icon-bar {
    position: absolute;
    top: 0px;
    left: -10px;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.navbar-toggle.navOpen .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle.navOpen .icon-bar:nth-child(3) {
    opacity: 0.0;
}

.navbar-toggle.navOpen .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -4px;
}

header .header-info .logo {
    width: 45px;
}

.header_bg {
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    transition: ease-in 0.2s;
}

header .logo a {
    position: relative;
    height: 45px;
    width: 45px;
    background: url('../img/Header/logo.png') 00 no-repeat;
    background-size: contain;
    color: #FFFFFF;
    display: block;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.title {
    font-family: 'Manrope';
    font-size: 24px;
    font-weight: 700;
    line-height: 32.78px;
    color: #2A2931;
}

.title.little {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    color: #2A2931;
}

.title.little.first {
    margin: 0 20px;
}

header .header-info .logo-title {
    margin-left: 15px;
}

header .header-info .reestr {
    max-width: 550px;
    margin-top: 20px;
}

header .header-info .reestr span {
    white-space: nowrap;
}

header .header-info .address {
    max-width: 270px;
    margin-bottom: 27px;
}

header .header-info .contact-mail,
header .header-info .contact-phone span {
    color: #2A2931;
    text-decoration: none;
    margin-left: 10px;
}

header .header-info .contact-phone span {
    margin: 0;
}

header .header-info .contact-phone {
    flex-wrap: wrap;
    max-width: 270px;
}

header .header-info .contact-phone a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

header .header-info .contact-phone a::before {
    content: '';
    display: block;
    background: url(/img/Header/phone.png) 00 no-repeat;
    width: 19px;
    height: 19px;
    background-size: contain;
    margin: 4px;
}

header .header-info .contact-phone a:hover {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

header .header-info a .contact-phone:hover,
header .header-info .contact-mail:hover {
    text-decoration: underline;
}

.btn {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
}

.btn.small {
    margin-top: 20px;
    line-height: 25px;
    padding: 6px 43px;
}

.btn.big {
    text-align: center;
    font-size: 16px;
    line-height: 19.2px;
    height: 60px;
    max-width: 280px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: normal;
}

.btn.brown {
    color: #fff;
    background: #B29786;
    width: 100%;
}

.btn.blue {
    color: #fff;
    background: #283B5B;
    width: 100%;
}

.btn.grey {
    color: #fff;
    background: #687B9C;
    width: 100%;
}

.btn.more {
    color: #fff;
    margin: auto;
}

.btn.brown:hover,
.btn.brown:focus {
    color: #FFFFFF;
    background: #CFB3A2;
}

.btn.blue:hover,
.btn.blue:focus {
    color: #FFFFFF;
    background-color: #687B9C;
}

.btn.grey:hover,
.btn.grey:focus {
    color: #FFFFFF;
    background: #9FAEC7;
}

.block-menu,
.block-menu .container {
    background-color: #FFFFFF;
}

header .block-menu .container {
    padding-top: 30px;
}

header .block-menu ul.menu-list {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 15px 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

header .block-menu .menu-main {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.navbar {
    border: none;
}

.navbar-default {
    background-color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a {
    color: #2A2931;
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    padding: 0;
    margin-right: 40px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    text-decoration-line: none;
    color: #687B9C;
}

.navbar-collapse {
    padding: 0;
}

.container-fluid {
    padding: 0;
}

.search-btn {
    position: absolute;
    top: -1px;
    right: 4px;
}

.form-search {
    max-width: 295px;
    min-width: 140px;
    width: auto;
    flex-grow: 1;
    z-index: 300;
    top: -5px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.form-search:hover {
    width: auto;
    transition: none;
}

.form-search .form-control {
    height: 34px;
    border-radius: 4px;
    border: 1px solid #687B9C;
}

.form-control {
    color: #2A2931;
    font-size: 16px;
}

.btn-search {
    color: transparent;
    background-color: transparent;
    border: none;
    background: url('../img/icons/search30.png') no-repeat 50% 50%;
    margin-left: -30px;
    width: 30px;
    border-radius: 12px;
}

.btn:active,
.btn.active {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #9FAEC7;
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active {
    color: transparent;
    background-color: transparent;
    border: none;
    background: url('../img/icons/search30.png') no-repeat 50% 50%;
}

.title.big {
    font-family: 'Montserrat';
    font-size: 46px;
    line-height: 56px;
    text-transform: uppercase;
    color: #283B5B;
}

/* --------SECTION-1---------- */

#section-1 {
    position: relative;
    background: url('../img/backgroundS-1 big.png') 00 no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top: -9px;
}

#section-1::before {
    content: '';
    position: absolute;
    display: block;
    background: url('../img/background-fog.png') 00 no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

#section-1 .container {
    padding-top: 100px;
    max-height: 590px;
    height: 70vh;
    background-color: transparent;
}

a,
a:visited,
.link5,
.link5:visited {}

.options-btns {
    position: relative;
    height: 100%;
}

#section-1 .title.big {
    max-width: 590px;
    margin-bottom: 120px;
}

#section-1 .s1-options {
    max-width: 880px;
}

/* ---------SECTION-2---------- */

#section-2 {
    background-color: #FFFFFF;
}

.cal {
    position: relative;
    max-width: 500px;
    width: 100%;
    background: rgba(240, 243, 250, 0.73);
    border-radius: 8px;
    box-shadow: 0px 4.06531px 4.06531px rgba(104, 123, 156, 0.35);
    padding: 40px 10px;
}

.cal-container {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 30px;
}

.cal .cal-noborder-top a {
    border-bottom: none;
    text-decoration: none;
    padding: 10px;
}

.cal tr:first-child td {
    border-top: 0;
}

.cal td:first-child {
    border-left: 0;
}

.cal tr:first-child a {
    border-top: 0;
}

.cal tr:last-child a {
    border-bottom: 0;
    margin-bottom: 0;
}

.cal td:first-child a {
    border-left: 0;
    margin-left: 0;
}

.cal td:last-child a {
    border-right: 0;
    margin-right: 0;
}

.cal tr:last-child td:first-child a {
    border-radius: 0 0 0 3px;
}

.cal tr:last-child td:last-child a {
    border-radius: 0 0 3px 0;
}

.cal>.cal-table {
    width: 100%;
    position: relative;
    border-collapse: separate;
    padding-top: 20px;
}

.cal-caption {
    width: 100%;
    padding-bottom: 1px;
    line-height: 32px;
    color: #2A2931;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 18.2939px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 41px;
    /* border-radius: 8px 8px 0 0;
    background: rgba(240, 243, 250, 0.73);
    box-shadow: 0px 4.06531px 4.06531px rgba(104, 123, 156, 0.35); */
}

.cal-caption a {
    line-height: 30px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: normal;
    color: #687B9C;
}

.cal-caption .prevcalbutton {
    position: absolute;
    left: 65px;
    font-size: 40px;
    line-height: 20px;
    color: transparent;
}

.cal-caption .prevcalbutton::before {
    content: '<';
    color: #687B9C;
}

.cal-caption .nextcalbutton {
    position: absolute;
    right: 65px;
    font-size: 40px;
    line-height: 20px;
    color: transparent;
}

.cal-caption .nextcalbutton::before {
    content: '>';
    color: #687B9C;
}

.cal-body td {
    width: 30px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 18.2939px;
    line-height: 25px;
    text-align: center;
    padding: 10px;
}

.cal-body a {
    display: block;
    position: relative;
    color: #555;
    text-align: center;
    line-height: 19px;
}

.cal-body a:hover {}

.cal-off {
    height: 30px;
    text-align: center;
    background: transparent;
}

.cal-off a {
    color: #ccc;
    font-weight: normal;
}

.cal-today a {
    font-weight: 800;
    color: #B29786;
}

.cal-selected a,
.cal-body a:active {}

.cal-check a {
    color: #FFFFFF;
    background: #687B9C;
    font-weight: 500;
    border-radius: 50%;
    padding: 12px 5px;
}

.cal-descr {
    position: relative;
    display: block;
    align-self: flex-start;
    max-width: calc(100% - 490px);
    width: 100%;
}

.cal-descr h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 480px;
}

.cal-descr h5 a {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #283B5B;
}

.cal-descr h5 a:hover {
    color: #687B9C;
}

.cal-descr .nodata {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 508px;
    height: 100%;
}

.cal-event {
    position: relative;
}

.cal-event time {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
}

.cal-event p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #2A2931;
    max-width: 580px;
}

.lt-ie8 .cal-table {
    border-collapse: collapse;
}

.lt-ie8 .cal-body a {
    zoom: 1;
}

.cal-noborder-top {
    border-top: none;
    border-radius: 0 0 0 0;
    height: 100%;
    width: 100%;
    margin: auto;
}

.cal-noborder-bottom {
    width: 100%;
    align-self: center;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
}

.calendar-head::after {
    content: '';
    display: block;
    width: 100%;
    width: 93%;
    margin: auto;
    border-bottom: 1px solid #AEB6C1;
}

.cal-event .info {
    min-height: 215px;
    height: 100%;
    width: 100%;
    background: #FFF;
}

#section-2 .images-box {
    position: relative;
}

#section-2 .reviews-box .item {
    max-width: 260px;
}

#section-2 .pic {
    position: relative;
    background-size: cover;
    color: #ffffff !important;
    display: block;
}

p.city {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}

.owl-item {
    width: 226px;
    height: 180px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background-color: #F4F6FB;
    border-radius: 50%;
    padding: 5px 8px 6px 7px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #D9E1F2;
}

#section-2 .images {
    position: relative;
    max-width: calc(100vw - 650px);
    max-width: 100%;
    padding-right: 172px;
}

/* -----------AD----------- */

.banner {
    height: 180px;
}

.banner .container {
    height: 100%;
}

.banner .flex-row {
    height: 100%;
}

.banner-back {
    background: #F4F6FB;
    height: 100%;
    padding: 26px 0 26px 30px;
}

.banner-title {
    font-family: 'Montserrat';
    color: #283B5B;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
}

.banner-back .btn {
    max-width: 183px;
    padding: 6px 30px;
}

.banner-img {
    background: url('../img/ADVERT/adv.png') 00 no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}




/* -----------SECTION-3----------- */

#section-3 {
    background-color: #FFFFFF;
}

#section-3 {
    margin-bottom: 40px;
}

#section-3 .container .news-block:nth-child(2),
#DivContent .news-block:first-child {
    margin-top: 40px;
}

.news-block {
    margin-top: 80px;
}

#section-3>.container>.news-block:last-of-type::after {
    content: '';
    padding-bottom: 80px;
}

#section-3 .container .news-block:not(:last-of-type)::after,
#DivContent .news-block:not(:last-of-type)::after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid #CDD7E4;
}


#section-3>.container>.news-block+a {
    margin-top: 80px;
}

.title.big,
#section-4 .title.big {
    text-align: center;
}

.news-block .news-item {
    margin-left: 60px;
    max-width: 535px;
    width: 100%;
}

.news-block .flex-row.start {
    align-items: flex-start;
}

.news-content {
    overflow: hidden;
    max-height: calc(100% - 100px);
}

.news-img {
    background-size: cover !important;
    background-position: center center !important;
    max-width: 400px;
    height: 460px;
    width: 100%;
    filter: drop-shadow(0px 4px 10px rgba(124, 133, 155, 0.45));
    border-radius: 4px;
}

.news-block .news-item {
    height: 460px;
}

.news-block .news-item time {
    font-size: 16px;
    font-weight: 400;
}

.news-block .news-item time i {
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #9FAEC7;
    font-style: normal;
    padding: 4px 12px;
    border-radius: 1.66667px;
}

.news-block .news-item .news-img img {
    background-size: contain;
}

.news-block .news-item .news-content div {
    white-space: normal;
    margin-top: 30px;
}

.news-block .news-item .btn {
    position: absolute;
    margin: 0;
    bottom: 0;
}

.news-block .news-item .news-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
}

.news-block {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    height: 460px;
}

.btn-more {
    margin: auto;
}

/* ---------SECTION-4----------- */


#section-4 .useful {
    margin: auto;
    text-align: center;
    max-width: 998px;
    margin-top: 60px;
}

#section-4 .useful a:not(:last-child) .useful-img {
    margin-bottom: 43px;
}

#section-4 .useful-img.rec {
    padding-top: 30px;
}

.useful-img img {
    max-width: 200px;
}


#section-4 .flex-row {
    width: 100%;
}

/* ----------FOOTER----------  */

footer {
    color: #FFFFFF;
    background-color: #283B5B;
    height: auto;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    border: none;
}

footer .container {
    padding-bottom: 22px;
}

footer .menu {
    margin-top: 34px;
    margin-bottom: 60px;
}

footer ul.footer-nav {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
}

footer a {
    color: #FFFFFF;
    padding: 0;
}

footer a:hover,
footer .text_policy>a:hover,
footer .text_policy>a:focus {
    color: #9FAEC7;
}

footer .footer-nav a {
    margin-right: 40px;
}

footer .menu>a:focus,
footer .menu>a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

footer .contact-phone {
    font-weight: 700;
    text-align: end;
}

footer .nav>li>a:hover,
.nav>li>a:focus {
    color: #9FAEC7;
    background: none;
}

footer .text_policy {
    font-size: 12px;
    font-weight: 400;
}

footer .text_policy a {
    text-decoration: underline;
}

footer .rights {
    margin-top: 7px
}

footer .col-lg-8 {
    width: auto !important;
    padding: 0 !important;
}

/* ----------DOCUMENTS----------  */

a {
    color: #2A2931;
}

.breadcrumb {
    background-color: #fff;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    padding: 0;
    color: #333333;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #687B9C;
    text-decoration: none;
}

.breadcrumb>li+li:before {
    color: #2A2931;
}

#DivContent {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 18px;
    line-height: 194.6%;
}

#DivContent p time {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2A2931;
}

ul {
    list-style: none;
}

.inner-right-nav-block>ul {
    list-style: none;
    margin-bottom: 10px;
    margin-top: 48px;
    padding-left: 0px;
}

.accordion-body>ul {
    list-style: none;
}

.col-lg-8>#DivContent {
    padding-right: 90px;
}

.inner-right-nav-block {
    padding: 0;
    background: #FFFFFF;
}

h2.h2-border {
    border: none;
    color: inherit;
}

.inner-right-nav-block .h2-border.ident-top-12 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
}

.accordion-group {
    margin-top: 40px;
}

.accordion-group .accordion-heading {
    height: 60px;
    display: flex;
    align-items: center;
}

.list-group-item:not(.submenu-exist) {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-family: 'Manrope';
    background-color: #687B9C;
    max-width: 280px;
    width: 100%;
    max-height: 60px;
    border-radius: 4px !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    height: 100%;
    text-align: center;
    border-bottom: none !important;
    margin: 0 !important;
}


a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #283B5B;
    color: #FFF;
}


.list-group-item:hover {
    background-color: #283B5B;
}

ul.accordion>li.submenu-exists {
    margin: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #B29786;
    padding-bottom: 30px;
}

ul.accordion>li.submenu-exists>.accordion-heading {
    height: auto;
    display: block;
    align-items: start;
}

.accordion-heading .submenu-exists {
    justify-content: flex-start !important;
    display: block;
    align-items: start;
    border: none;
    background: #fff;
    border-bottom: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    max-width: none;
    max-height: none;
    color: #2A2931;
    text-align: start;
}

.accordion-heading .submenu-exists:hover,
.accordion-heading .submenu-exists:focus {
    color: #687B9C;
    background-color: #fff;
}

.accordion-heading .submenu-exists.collapsed {
    border-radius: 0px !important;
}

.accordion-heading .submenu-exists::after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    border: solid #B29786;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transition: all 0.3s;
}

.accordion-heading .submenu-exists.collapsed::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 5px;
    border: solid #B29786;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.accordion-group .submenu-exists::before {
    content: '';
    display: inline-block;
    background: url('../img/DOC/submenu-blank.png');
    background-size: cover;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 24px;
}

#submenu-li-10 .list-group-item::before {
    background: url('../img/DOC/submenu-1-back.png');
}

#submenu-li-11 .list-group-item::before {
    background: url('../img/DOC/submenu-2-back.png');
}

#submenu-li-32 .list-group-item::before {
    background: url('../img/DOC/submenu-3-back.png');
}

#submenu-li-33 .list-group-item::before {
    background: url('../img/DOC/submenu-4-back.png');
}

#submenu-li-36 .list-group-item::before {
    background: url('../img/DOC/submenu-5-back.png');
}

#submenu-li-37 .list-group-item::before {
    background: url('../img/DOC/submenu-6-back.png');
}

#submenu-li-39 .list-group-item::before {
    background: url('../img/DOC/submenu-7-back.png');
}

.accordion-inner {
    position: relative;
}

.accordion-inner li {
    padding-left: 25px;
}

.accordion-inner li a:hover {
    color: #283B5B;
}

.accordion-inner li a {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #687B9C;
}

.download {
    position: relative;
    margin-top: 60px;
    min-height: 150px;
}

#DivSearchResults .download {
    min-height: 210px;
}

.download .fname {
    display: inline-block;
    margin-left: 222px;
}

.download .fname:hover {
    text-decoration: underline;
}

.download ins.date {
    display: block;
    margin-left: 222px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}


.download>a {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #2A2931;
    max-width: 650px;
}

.download>a>fname {
    line-height: 25px;
}

.download>a::before {
    content: '';
    position: absolute;
    background: url('../img/DOC/doc-download.png');
    background-size: cover;
    width: 140px;
    height: 140px;
    margin-right: 60px;
    padding-right: 140px;
}

.download a>img {
    display: none;
}

.download .dwnld-c {
    display: block;
}

.download>.breadcrumb {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0px;
    font-size: 15px;
}

.download>.breadcrumb li a,
.article-s .breadcrumb li a {
    font-weight: 500;
}

.article-s .breadcrumb {
    font-size: 15px;
}


.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #283B5B;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    border-color: #283B5B;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #687B9C;
    color: #FFF;
    border-color: #687B9C;
}

.pagination {
    margin-top: 40px;
}

/* ----------ABOUT US----------  */

.article-3 ul {
    list-style: disc;
}

.article-3>span {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #2A2931;
}

.article-3 .date i {
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #9FAEC7;
    font-style: normal !important;
    padding: 4px 12px;
    border-radius: 1.66667px;
}

.article-3 .flex-row div {
    max-width: 50%;
}

.article-3 .flex-row div img {
    width: 100%;
}

.article-3>h1.about-title,
.article-3>h1.about-title>span {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #283B5B;
}

.article-3>h1.about-title>span {
    display: block;
}

.article-3>.list-group>a {
    max-width: 320px;
}

.article-3>.list-group>a>h3 {
    margin-top: 10px;
    font-size: 18px;
}

.block-guide {
    border: 1px solid transparent;
}


.block-guide:hover {
    border: 1px solid #9FAEC7;
    box-shadow: 0 0 2px #9faec7;

}

.block-guide:hover .bar-wrapper .bar {
    background-color: #9FAEC7;
}

.block-guide:hover .arrow-1 {
    border-top: 5px solid #9FAEC7;
}

.header .messengers {
    gap: 16px;
    margin-top: 8px;
}

header .header-info .contact-phone a.telegram::before,
header .header-info .contact-phone a.whatsapp::before {
    content: '';
    width: 25px;
    height: 25px;
    position: relative;
    display: block;
    border-radius: 50%;
    background-size: contain !important;
}

header .header-info .contact-phone a.telegram::before {
    background: url(/img/Icons/icon_telegram.jpg) 00 no-repeat;
}

header .header-info .contact-phone a.whatsapp::before {
    background: url(/img/Icons/icon_whatsapp.jpg) 00 no-repeat;
}

.header .header-main>.title.little:last-child .btn.brown {
    margin-top: 12px;
}

@media(max-width:1250px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        margin-right: 15px;
    }
}

@media(max-width:1160px) {
    .news-block .news-item {
        max-width: 430px;
    }

    .ad-title {
        font-size: 26px;
    }
}

@media(max-width:1040px) {
    #section-1 .btn.big {
        max-width: 265px;
    }

    header .container {
        padding: 0 65px;
    }
}
