﻿:root {
    --white: #fff;
    --lgrey: #f5f5f5;
    --dgrey: #54616d;
    --ddgrey: #35393b;
    --mgrey: #92969f;
    --red: #6db6d3;
    --wred: #ffcfd5;
    --text: #36393b;
    --lpurple: #f1eff4;
    --blue: #21324e;
    --lshock: #a18b8a;
    --lblue: #8b99b3;

    --orange: #de6e11;
    --yellow: #e6ac06;
    --green: #456629;
    --sea: #005567;
    --mblue: #243870;
    --rose: #6a3a4f;
    --violent: #6c4f7d;
}

* {
    font-family: 'Inter', sans-serif !important;
}

body, html {
    height: 100%;
    background-color: var(--white);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;    
}

a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
}

.dropdown-menu {
    background-color: var(--mgrey);
    border: 0;
    border-radius: 0;
    padding: 0;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: 1rem;
}

input[type=text], input[type=tel], input[type=email], input[type=checkbox], input[type=password], textarea, select {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid var(--dgrey);
    background: #eee;
    box-sizing: border-box;
    padding: 9px 38px 9px 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 34px;
    color: var(--ddgrey);
    outline: none;
    min-height: 50px;
}



input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type=checkbox] {
    width: 30px;
    height: 30px;
}

.rules_checkbox {
    display: flex;
    gap: 20px;
}

.f-btns {
    margin: 30px 0;
    display: flex;
    justify-content: flex-end;
}

.f-btns button {
    margin-bottom: 10px;
}

.f-btns button:not(:last-child) {
    margin-right: 10px;
}

.appeal__form-additon label {
    min-width: 240px;
    min-height: 50px;
}

.om-label {
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .18s ease-in-out;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 28px;
    color: var(--white);
    background-color: var(--red);
    padding: 10px;
    border: 0;
}

.om-label:hover {
    background-color: var(--mblue);
}



.link--red-hover-underline {
    background-image: linear-gradient(transparent calc(100% - 1px),#a42332 0,#a42332);
    background-repeat: no-repeat;
    transition: .3s ease;
}

.navbar-toggler {
    margin: 5px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    margin-right: 1rem;
}

ul.nav a {
    color: var(--text);
}

ul.nav a:hover {
    color: var(--red);
}

.t-high, .t-norm, .t-low {
    cursor: pointer;
}

.social-icons .nav-item {
    background-color: var(--lgrey);
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;    
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
}

.social-icons .nav-item:last-child {
    margin-right: 0;
}


.navbar-nav .active {
    background-color: var(--ddgrey);
    padding-left: 0.5rem;
}

.wcag span {
    color: var(--grey);
    cursor: pointer;
}

#wcag, .p-data {
    display: flex;
    align-items: center;
}

.p-data {
    margin-bottom: 20px;
    font-size: 1.12rem;
}

#wcag .icon, .p-data .icon {
    font-size: 120%;
    margin-right: 8px;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link {
    color: var(--grey);
}

.nav-link:focus, .nav-link:hover {
    color: var(--red);
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--white);
}

.header {
    margin: 30px 0;
}

footer a, .header a, .news-details a, .application a {
    color: var(--red);
}

.red {
    color: var(--red);
}

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

.header img {
    max-width: 80px;
    margin: 10px;
}

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

.header .logo {
    min-width: 300px;
    margin-right: 20px;
}

.header .logo img {
    min-width: 100%;
}

.header .tr {
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 30px;
}

.f-cabinet {
    margin: 30px;
}

.no-hide {
    overflow: inherit;
    text-overflow: inherit;
}

.news-slider {
    width: 600px;
    float: right;
    padding: 0 0 30px 30px;
}

.om-about {
    min-width: 800px;
}

.om-about .portrait {
    width: 300px;
}

.om-about-info {
    display: flex; 
}

.news-details {
    margin: 20px;
}

.news-details .tags a {
    color: var(--white);
}

.news-details .tags {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-details .tags .tag-f {
    margin-top: 10px;
}

.news-details .tags .tag-l {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.news-details .tag {
    display: inline-block;
    line-height: 2.3;
    height: 2.4em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: var(--red);
    transition: all .18s ease-in-out;
}

.news-details .fb {
    display: flex;
    align-items: center;
    background-color: inherit;
    border: 1px solid var(--red);
    color: var(--red);
}

.news-details .tag:hover {
    background-color: var(--mblue);
    color: var(--white);
}

.news-details .fb:hover {
    border: 1px solid var(--mblue);
}

.news-details video {
    width: 100%;
}

.news-slider .news-full {
    margin: 10px auto 30px;
}


.slide {
    min-height: 200px;
}

.slick-dots li.slick-active button:before {
    color: var(--red);
}

.slick-dots li button:before {
    color: var(--white);
}

.control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}

.control.has-icon {
    position: relative;
}

.control.has-icon .input {
    height: 38px;
    padding-left: 38px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--dgrey);
    font-size: 1rem;
    margin-bottom: 0;
    background-color: var(--white);
}

.control.has-icon .form-icon {
    position: absolute;
    top: 6px;
    left: 0;
    height: 38px;
    width: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.om-t30 {
    margin-top: 30px;
}

.om-b20 {
    margin-bottom: 20px;
}

.om-b30 {
    margin-bottom: 30px;
}

.om-b50 {
    margin-bottom: 50px;
}

.om-pt30 {
    padding-top: 30px;
}

.om-pb30 {
    padding-bottom: 30px;
}

.control .is-rounded {
    border-radius: 20px;
}

.contacts > * {
    margin-right: 20px;
}

.contacts > *:last-child {
    margin-right: 0;
}

.header .ts {
    height: 100%;
    border-left: 1px solid #000;
}

.bkg-white {
    background-color: var(--white);
}

.bkg-lgrey {
    background-color: var(--lgrey);
}

.bkg-dgrey {
    background-color: var(--dgrey);
    color: var(--white);
}

.bkg-mgrey {
    background-color: var(--mgrey);
    color: var(--white);
}

.bkg-primary {
    background-color: var(--red);
    color: var(--white);
}

.bkg-blue {
    background-color: var(--blue);
    color: var(--white);
}

.bkg-purple {
    background-color: var(--lpurple);
}

.bkg-shocko {
    background-color: var(--lshock);
}

.bkg-lblue {
    background-color: var(--lblue);
}

.bkg-lblue-white {
    background-color: var(--lblue);
    color: var(--white);
}

.p-60 {
    padding: 60px;
}

.bsep-right {
    border-left: 1px solid var(--dgrey); 
    padding-left: 30px;
}

.layout {
    position: relative;
    display: flex;
    flex-direction: column;
}

.title {
    padding: 3em 0;
}

.title-our-work {
    padding: 2em 0;
}

.news-list-wrapper, #_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.news-block {
    display: flex;
}

.news-title {
    display: flex;
    flex-direction: column;
}

#_calendar {
    width: 100%;
    padding: 30px;
}

.om-cal {
    width: 100%;
    font-size: 0.9em;
    background-color: var(--white);
}

.om-cal .om-week {
    background-color: var(--dgrey);
    color: var(--white);
}

.om-cal .om-week th {
    padding: 8px 0;
}

.om-cal .om-list th {
    padding: 15px 0;
}

.om-cal .om-list .switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    color: var(--mgrey);
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.om-cal .om-list .switch-month:hover {
    color: var(--red);
    font-weight: bold;
}

.om-cal td {
    padding: 8px 0;
    color: var(--dgrey);
}

.om-cal .active {
    background-color: var(--lpurple);
}

.om-cal .current {
    background-color: var(--red);
}

.om-cal .active a {
    color: var(--red);
    font-weight: bold;
}

.om-cal .current a {
    color: var(--white);
}

.om-cal td, .om-cal th  {
    text-align: center;
}

#_pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px auto; 
}

.pagination {
    justify-content: center;
}

#_pagination button {
    outline: none;
    border: none;
    background-color: var(--red);
    color: var(--white);
    margin: 0 6px;
    padding: 8px 16px;
}

#_pagination button.current {
    background-color: var(--mgrey);
}

#_pagination button:hover {
    background-color: var(--mblue);
}

.om-info {
    color: var(--lgrey);
}

.om-info p {
    margin: 20px 0 0 34px;
}

.om-info .bullet {
    width: 20px;
    margin-right: 12px;
}

.column-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-pointer {
    cursor: pointer;
    transition: .4s;
}

.om-list-item {
    padding: 30px;
}

.om-polit a:hover {
    color: var(--wred);
}

.om-polit .ask a:hover {
    color: var(--blue);
}

.om-docs a:hover {
    color: var(--red);
}

.om-work {
    color: var(--white);
}

.om-work .quarter {
    width: calc(25% - 12px);
    margin: 5px;
    min-height: 350px;
}

.om-work h5 {
    margin-top: 30px;
}

.om-work-banner {
    width: 100%;
    margin: 0 12px 6px 6px;
    min-height: 236px;
    background: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--lgrey);
}

.om-act {
    color: var(--grey);
}

.om-act .block {
    width: calc(33.333% - 12px);
    background-color: var(--lgrey);
    margin: 5px;
    min-height: 250px;
    border-bottom: solid 8px var(--red);
}

.om-act .block a:hover {
    color: var(--red);
    text-decoration: underline;
}

.om-act h5 {
    margin-top: 30px;
}


.news-list-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
}

.news-list-item:nth-child(odd) {
    margin-right: 30px;
}

.news-list-item .news-thumb {
    min-width: 260px; 
    margin-right: 30px;
}

.news-list-item .item-tag {
    font-size: 14px;
    line-height: 24px;
    color: #00829b;
}

.utube span {
    color: var(--red);
}

.notice:hover span {
    color: var(--lgrey);
}

.news-list-item:hover, .notice:hover {
    color: var(--white);
    background: var(--blue);
}

.item-description {
    margin-bottom: 20px;
}
.news-list-item .item-date {
    font-size: 14px;
    line-height: 24px;
}

.om-main {
    padding: 0 15px;
}

/*.om-main .om-banner {
    background: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 700px;  
}*/

/*.om-main .om-slider-container {
    width: 42%;
    padding: 80px 60px 30px 90px;
}*/

/*.om-main .om-slider-container .slick-next {
    width: 60px;
    right: -70px;
}

.om-main .om-slider-container .slick-prev {
    width: 60px;
    left: -70px;
}*/

.om-main .om-slider-container .slick-next {
    width: 60px;
    right: 15px;
}

.om-main .om-slider-container .slick-prev {
    width: 60px;
    left: 15px;
}


.om-main .om-slider-container .slick-next:before {
    content: url(../images/next.svg); 
}

.om-main .om-slider-container .slick-prev:before {
    content: url(../images/prev.svg); 
}


/*.om-main-slide {
    color: var(--lgrey);
}*/

/*.om-main-slide .slick-slide {
    padding: 20px;
}*/

.om-polit {
    margin-top: 40px;
    color: var(--white);
}

.om-polit h1 {
    font-size: 400%;
}

.om-polit .om-image {
    max-width: 280px; 
    margin: 30px;
}

.om-polit .om-towers {
    max-height: 80px;
}

.om-polit .om-channel .om-list {
    margin: 30px;
}

.om-polit .om-channel .contacts {
    padding: 0 30px 30px;
}

.bkg-cover {
    background-size: cover;
    background-position: center center;
}

.thumb {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

.portrait {
    position: relative;
    padding-top: 100%;
    width: 100%;
}

.work-banner {
    position: relative;
    padding-top: 20%;
    width: 100%;
}

.ratio43 {
    padding-top: 75%;
}

.half {
    width: calc(50%);
    margin-bottom: 30px;
}

.h-banner {
    margin-right: 30px;
}

.h-banner:last-child {
    margin-right: 0;
}

.h-half {
    width: calc(50% - 20px);
    margin-bottom: 30px;    
}

.quarter {
    width: calc(25%);
    margin-bottom: 30px;
}

.h-quarter {
    width: calc(25% - 20px);
    margin-bottom: 30px;    
}


.one-third {
    width: calc(33.333%);
    margin-bottom: 30px;
}

.two-third {
    width: calc(66.666%);
    margin-bottom: 30px;    
}

.banner-list-item {
    width: calc(25%);
    color: var(--lgrey);
    text-align: center;
    padding: 60px;
}

.banner-list-item h3 {
    margin: 20px 0 40px;
    text-transform: uppercase;
}

.banner-list-item img {
    margin: 0 auto;
    padding: 40px 0 0;
    width: fit-content;
}

.office-bkg {
    width: 100%;
    background-image: url("../images/office.png");
}

.om-speech .om-qrcode {
    display: flex;
    padding: 60px;
}

.om-speech .om-qrcode img {
    margin-left: 20px;
}

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

.om-speech ul li {
    display: block;
    background-image: url("../images/bullet.svg");
    background-repeat: no-repeat; 
    background-position: left center;
    padding-left: 44px;
    margin-bottom: 18px; 
    background-size: 20px 20px;
}

.om-target img {
    width: 70px;
}

.om-target h4 {
    padding: 40px 0 80px 0; 
}

.om-center {
    margin: 0 auto;
} 

.om-target .btn-danger {
    background-color: var(--red);
    border-color: var(--red);
}


.btn-primary {
    background-color: var(--red);
    border-color: var(--red);
}

.site-test {
    margin: 0 auto;
    margin-bottom: 60px;
    color: var(--red);
    font-size: 20px;
}
.show-on-map {
    color: #6c757d!important;
    font-size: 1.1rem;
}

/** recommendation page**/
#accordionRecommendation {
    padding: 1.8rem;
}
.accordion-body__recommendation a:hover, .cities a:hover{
    color: var(--red);
}
.accordion-button:not(.collapsed) {
    background-color: var(--lblue);
    color: var(--lgrey);
}
.accordion-button, .accordion-body {
    padding: 1rem 1.25rem 1rem 2.5rem;
}
.accordion-button {
    font-size: 1.2rem;
    font-weight: 600;
}
.accordion-button:focus {
    border: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.city-receptions {
    border-bottom: 2px solid var(--lblue); 
}
.city-receptions span {
    font-weight: 600;
}
.city-receptions__inner {

}
.img-main-slider {
    height: 520px;
    z-index: 9999;
}
.slider-arrows {
    position: relative;
    top: 39%;
    z-index: 99999;
}
.slider-dots {
    position: relative;
    bottom: -90%;
    z-index: 99999;
}
.slick-dots li button::before {
    font-size: 14px;
    opacity: 1;
}
.slick-dots li button:hover:before {
    opacity: .25;
}
.two-third-main {
    width: calc(75.666%);
}
.quarter-main {
    width: calc(24%);
    padding-left: 30px;
}
.om-main .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.nav-item select {
    margin-bottom: 0;
}

.nav-link {
    padding: .7rem 1rem;
}

.btn-primary {
    background-color: var(--red);
    border-color: var(--wred);
}

.btn-primary:hover {
    background-color: var(--blue);
    border-color: var(--lgrey);
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
}	

@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .half {
        width: calc(100%);
    }
}

@media (max-width: 1399.98px) { 

    header .phone {
        display: none;
    }

}

@media (max-width: 1299.98px) { 

}

@media (max-width: 1199.98px) { 

    header .social-icons {
        display: none;
    }

    .news-list-item {
        width: calc(100% - 15px);
    }

    .quarter, .banner-list-item {
        width: calc(50%);
    }

    .om-work .quarter {
        width: calc(50% - 12px);
    }

    .h-half {
        width: calc(100% - 10px);
    }

    .h-banner {
        margin-right: 0;
    }     

    .h-quarter {
        width: calc(50% - 20px);
        margin-right: 30px;
    }

    .om-about {
        min-width: 100%;
    }

}

@media (max-width: 991.98px) { 
    header .control, .office-bkg, .om-main, .wcag, .om-work-banner {
        display: none;
    }

    .quarter, .banner-list-item, .one-third, .two-third, .om-act .block {
        width: calc(100%);
    }   

    .news-slider {
        width: 100%;
        float: none;
        padding: 0 0 30px 0;
    }

    footer p {
        text-align: left;
    }

    .navbar-collapse {
        margin-bottom: 10px;
    }

    .news-details .tags {
        flex-flow: column wrap;
    }


}

@media (max-width: 767.98px) { 

    .title {
        padding: 1em 0;
    }

    header .contacts, .office-bkg, .header .ts, .header .tr, .breadcrumb, .om-polit .om-towers {
        display: none;
    }

    .quarter, .om-work .quarter, .banner-list-item, .one-third {
        width: calc(100%);
    }   

    .news-block {
        flex-direction: column;
    }

    .news-list-item:nth-child(odd) {
        margin-right: 0;
    }    

    .news-list-item .news-thumb {
        min-width: 100%; 
        margin-right: 0;
        margin-bottom: 10px;
    }    

    .h-half {
        width: calc(100% - 10px);
    }

    .h-banner {
        margin-right: 0;
    }     

    .h-quarter {
        width: calc(100% - 10px);
        margin-right: 0;
    }   

    .om-about-info {
        flex-direction: column; 
    }

    .om-about .portrait {
        width: auto;
        height: 360px;
    }

    .om-about .om-list-item {
        padding: 0;
        padding-bottom: 20px;
    } 

    .om-speech .om-qrcode {
        flex-direction: column;
        text-align: center;
    }

    .om-speech .om-qrcode img {
        margin: 20px 0 0 0;
    }

}

@media (max-width: 375.98px) { 

    .title {
        padding: 1em 0;
    }

    header .contacts, .header .ts, .header .tr, .office-bkg  {
        display: none;
    }

    .news-block {
        flex-direction: column;
    }

    .news-list-item:nth-child(odd) {
        margin-right: 0;
    }    

    .news-list-item .news-thumb {
        min-width: 100%; 
        margin-right: 0;
        margin-bottom: 10px;
    }    

    .quarter, .banner-list-item, .one-third {
        width: calc(100%);
    }    
}

