/*   
Theme Name: Шарий Контроль
Author: Ihor-Youx
Author URI: https://youx.agency/
Version: 1.0
*/
/* font-family: "HelveticaRegular"; */
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Helvetica/HelveticaRegular/HelveticaRegular.eot");
    src: url("fonts/Helvetica/HelveticaRegular/HelveticaRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/Helvetica/HelveticaRegular/HelveticaRegular.woff") format("woff"),
    url("fonts/Helvetica/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
   
}
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 300;
    src: url("fonts/Helvetica/HelveticaLight/HelveticaLight.eot");
    src: url("fonts/Helvetica/HelveticaLight/HelveticaLight.eot?#iefix")format("embedded-opentype"),
    url("fonts/Helvetica/HelveticaLight/HelveticaLight.woff") format("woff"),
    url("fonts/Helvetica/HelveticaLight/HelveticaLight.ttf") format("truetype");
    
}
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Helvetica/HelveticaRegular/HelveticaRegular.eot");
    src: url("fonts/Helvetica/HelveticaRegular/HelveticaRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/Helvetica/HelveticaRegular/HelveticaRegular.woff") format("woff"),
    url("fonts/Helvetica/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
    
}
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/Helvetica/HelveticaMedium/HelveticaMedium.eot");
    src: url("fonts/Helvetica/HelveticaMedium/HelveticaMedium.eot?#iefix")format("embedded-opentype"),
    url("fonts/Helvetica/HelveticaMedium/HelveticaMedium.woff") format("woff"),
    url("fonts/Helvetica/HelveticaMedium/HelveticaMedium.ttf") format("truetype");
    
}
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 600;
    src: url("fonts/Helvetica/HelveticaMedium/HelveticaMedium.eot");
    src: url("fonts/Helvetica/HelveticaMedium/HelveticaMedium.eot?#iefix")format("embedded-opentype"),
    url("fonts/Helvetica/HelveticaMedium/HelveticaMedium.woff") format("woff"),
    url("fonts/Helvetica/HelveticaMedium/HelveticaMedium.ttf") format("truetype");
    
}
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/Helvetica/HelveticaBold/HelveticaBold.eot");
    src: url("fonts/Helvetica/HelveticaBold/HelveticaBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/Helvetica/HelveticaBold/HelveticaBold.woff") format("woff"),
    url("fonts/Helvetica/HelveticaBold/HelveticaBold.ttf") format("truetype");
    
}
.marquee{
	background-color: #edf0fa;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
}
.marquee__inner{
    align-items: center;
    overflow: hidden;
    display: inline-block;
    line-height: 40px;
}
.marquee__inner p {
	font-family: 'Helvetica',Arial,sans-serif;
	font-size: 14px;
	white-space: nowrap;
	display: inline-block;
	opacity: 0.6;
	margin: 0 80px;
}
#marquee1 {
	margin-top: 80px;
}
.platform_result {
    transition: 0.5s;
        font-family: 'Helvetica',Arial,sans-serif;
        display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}
.platform_result img{
   width: 40px;
    margin-left: 100px;
    margin-right: 130px;
}
.result_desc p:nth-child(1) {
    transition: 0.5s;
    font-size: 24px;
    line-height: 1.3;
}
.result_desc p:nth-child(2) {
    transition: 0.5s;
    font-size: 14px;
    opacity: 0.5;
    line-height: 1.55;
    margin-top: 8px;
}
a.platform_results {
    color: #000;
}
.platform_result_content>span{
    font-size: 12px
}
.platform_result_content {
    display: flex;
    align-items: center;
}
.results_statistic {
    transition: 0.5s;
        color: #000000;
    font-size: 12px;
    opacity: 0;
}
.platform_result:hover .results_statistic {
    opacity: 0.9;
}
.platform_result:hover .result_desc p:nth-child(1), .platform_result:hover .result_desc p:nth-child(2) {
    padding-left: 20px;
}
.link_separator {
        display: block;
    margin: 0 5px;
}
.home_slide {
    padding-top: 200px;
    padding-bottom: 80px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.slide_text_content {
    position: relative;
    z-index: 5;
}
.home_slide:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(33,33,33,0.8);
    z-index: 4;
}
.slide_title {
    color: #ffffff;
    font-size: 46px;
    line-height: 1.25;
    margin-bottom: 40px;
}
.slide_stitle {
    color: #ffffff;
    font-size: 16px;
        line-height: 1.55;
}
.home_slider .slick-dots {
    top: 80px;
    left: 50%;
    max-width: 1260px;
    width: 100%;
    position: absolute;
    justify-content: flex-start;
    margin-left: -630px;
}
.home_slider .slick-dots li button:hover,.home_slider .slick-dots li button:focus {
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
.home_slider .slick-dots li {
    width: 6px;
    background-color: #fff;
    border-radius: 50%;
        opacity: 0.5;
    transition: 0.5s;
}
.home_slider .slick-dots li:hover {
    opacity: 1;
}
.home_slider .slick-dots li.slick-active {
    opacity: 1;
    width: 24px;
    border-radius: 3000px
}
.home_slider .slick-dots li button {
    width: 6px;
    background: #fff;
    border-radius: 50%;
}
.home_slider .slick-dots li button:before {
    width: 6px;
    background: #fff;
    border-radius: 50%;
}
.home_preview {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Helvetica',Arial,sans-serif;
}
.left_home_preview {
    width: 75%;
}
.right_home_preview {
    width: 25%;
}
.left_home_preview h1 {
    font-size: 89px;
    letter-spacing: 0.2px;
}
.left_home_bottom {
        display: flex;
    align-items: center;
    margin-top: 50px;
}
.left_home_bottom a {
    border-width: 1px;
    border-radius: 10px;
    background-color: #ff0000;
    font-size: 18px;
    color: #fff;
    box-shadow: 0px 15px 30px -10px rgb(0 0 0 / 20%);
    width: 260px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
.to_cities_text {
    color: #000000;
    font-size: 24px;
    line-height: 1.2;
    opacity: 0.75;
    margin-left: 45px;
}
.right_home_preview {
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.right_home_top {
    max-width: 183px;
    font-size: 14px;
    line-height: 1.55;
    opacity: 0.8;
}
.platform_version {
    color: #000000;
    font-size: 30px;
    line-height: 1.55;
    opacity: 0.3;
    margin-right: 30px;
}
.right_home_bottom p {
    line-height: 1.35;
    font-weight: 400;
    opacity: 0.5;
        font-size: 11px;
}
.right_home_bottom {
    display: flex;
    align-items: center;
    height: 80px;
}
.fb_posts {
	display: flex;
	flex-wrap: wrap;
}

.fb_post {
    text-align: center;
        width: 50%;
        margin-bottom: 35px;
}
.fb_post.hide_post {
	display: none;
}
.fb_post iframe {
    width: 500px;
    background: #fff;
}
.m_6_scroll_el_name {
    color: #000;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
    margin-top: 40px;
}
.m_6_scroll_element iframe {
    width: 100%;
    height: 310px;
}
.m_6_scroll_viewport {
    overflow: hidden;
    overflow-x: scroll;
}
.m_6_scroll_content {
    display: flex;
    position: relative;
    padding-left: 140px;
    cursor: grab;
}
.m_6_scroll_element {
    width: 560px;
    min-width: 560px;
    margin-right: 40px;
}
/* News */
.single_p img {
    height: auto;
}
.all_news_title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.all_news_title>div {
    width: 40%;
}
.left_title {
    color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 400;
    opacity: 0.8;
}
.right_title h2{
    color: #000000;
    font-size: 32px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    margin-bottom: 20px;
}
.right_title p {
        color: #000000;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.45;
}
.all_cats {
        display: flex;
    flex-wrap: wrap;
        margin-top: 50px;
        margin-bottom: 50px;
}
.all_cats a{
    color: #000000;
    padding: 6px 18px 6px;
    border: 1px solid #000;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    transition: 0.25s;
}
.all_cats a.active, .all_cats a:hover {
    color: #fff;
    background-color: red;
    border: 1px solid red;
}
/* News */
/* City */
.meta_dep {
    font-family: 'Helvetica',Arial,sans-serif;
        font-size: 13px;
    font-weight: bold;
    min-width: 220px
}
.meta_dep {
    text-align: center;
}
.voice_date span {
    font-weight: normal;
}
.voice_author a {
        color: #000000;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: normal;
}
.voice_author a:hover {
    text-decoration: underline;
}
.commit_with_img {
    width: 40px;
    height: 40px;
    background-size: contain;
}
.committee_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.city_first_block {
    background-color: #f0f2fa;
    border-radius: 16px;
    padding: 40px 49px;
    display: flex;
    padding-right: 0;
    padding-bottom: 0;
        padding-top: 0;
        align-items: flex-end;
}
.title_block_city {
    display: flex;
    align-items: center;
        border-bottom: 1px solid #e1e3eb;
    padding-bottom: 50px;
}
.title_block_city img {
    max-width: 87px;
    width: 100%;
    height: auto;
    
}
.title_block_city h1{
    width: 50%;
}
.logo_city {
    width: 50%;
    text-align: center;
}
.total_deputats_city {
    width: 50%;
        color: #000000;
    font-size: 18px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}
.total_rates_city {
    width: 50%;
    text-align: center;
        color: #000000;
    font-size: 18px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}
.total_rates_city span{
    font-weight: 300;
        margin-right: 20px;
}
.title_block_city_b {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.image_city {
    width: 33.333%;
}
.image_city img{
    width: 100%;
}
.city_info {
    width: 66.666%;
}
a.back_link {
        color: #585d69;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.5;
    margin-bottom: 25px;
    display: block;
    margin-top: 0;
    text-decoration: underline;
}
    .city_first_block a{
        color: #585d69;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.5;
    margin-bottom: 35px;
    display: block;
    margin-top: 15px;
    text-decoration: underline;
    }
    .city_first_block h1 {
        color: #343842;
    font-size: 36px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.15;
    font-weight: 400;
    }
    .title_with_line p{
        color: #000000;
    font-size: 26px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.35;
    font-weight: 400;
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding-right: 15px;
    }
    .title_with_line {
        position: relative;
        display: flex;
    }
    .title_with_line .title_line{
    height: 1px;
    position: absolute;
    opacity: 0.5;
    background-color: #585d69;
    width: 100%;
    top: 17px;
    }
    .m_5 {
        background: #fff;
    }
    .m_5_wrapper, .m_5_left {
        border: none;
    }
    .m_5_left, .m_5_rigth {
        padding: 60px 50px 80px 50px;
        border-radius: 16px;
    background-color: #f2f2f5;
    width: 48%;
    }
    .work_label {
        color: #000000;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.5;
    margin-bottom: 30px;
    }
    .work_title p{
    color: #000000;
    font-size: 24px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.35;
    font-weight: 400;
    }
    .m_5_left_li ul li a {
        color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    max-width: 400px;
    margin-bottom: 0;
    }
    .m_5_left_li ul li {
        margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #585d69;
    }
    .m_5_left_li ul li:last-child {
    border-bottom: none;    
    }
    .grey_but {
    padding: 13px 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e4e6eb;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    font-size: 16px;
    border-width: 1px;
    border-radius: 6px;
        border-style: solid;
    background-color: #585d69;
        margin-top: 20px;
            transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    }
    .grey_but:hover {
            background-color: #ffffff;
    border-color: #585d69;
    color: #000000;
    }

    .m_6_buts {
        flex-direction: row;
    }
    .m_6_buts a:first-child {
    margin-bottom: 0px;
    margin-right: 10px;
}
    .m_6_buts a {
        padding: 12px 19px;
    }
    .m_6_buts .tilda_b_1 {
        color: #000000;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border: 1px solid;
    border-radius: 6px;
    background-color: #ffffff;
    border-color: #b4bccf;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    }
    .m_6_buts .tilda_b_2 {
        border-width: 1px;
    border-radius: 6px;
    background-color: #f0f2fa;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: #b4bccf;
    border-style: solid;
    background-image: url('img/mail_2.svg');
    height: 50px;
    width: 50px;
    }
    .m_6_buts .tilda_b_2:hover {
        background-color: #fff;
    }
    .m_6_buts .tilda_b_1:hover {
        background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
    }
    .m_6_el_content {
        padding: 25px 20px 10px 20px;
    }

    .m_6_el_image img {
        max-width: 188px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    }
    .m_6_el {
    width: calc(33.333% - 50px);
    margin-bottom: 50px;
    margin-left: 25px;
    margin-right: 25px;
    background: #fff;
    transition: .25s;
    box-shadow: none;
    border: 1px solid #cacddb;
    border-radius: 16px;
    padding: 50px 25px 50px 25px;
    text-align: center;
}
.m_6_el_image a {
    height: auto;
        margin-bottom: 20px;
}
.m_6_el_name a {
    color: #000000;
    font-size: 28px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}
.m_6_el_desc a {
    color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 400;
    opacity: 0.7;
}
.m_6_el:hover {
    box-shadow: 0 0 25px 0px rgba(0,0,0,.2);
}
.add_project_title p{
    color: #000000;
    font-size: 36px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.15;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 740px;
}
.add_project_buttons {
    display: flex;
    align-items: center;
}
.add_project {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    background-color: #ff0000;
    padding: 13px 30px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.add_project:hover {
   color: #ff0000;
   background-color: #fff;
}
.no_question {
    line-height: 1.55;
    font-size: 19px;
    font-family: 'Helvetica',Arial,sans-serif;
    font-weight: 300;
    color: #000;
    opacity: 0.8;
    text-align: center;
}
.no_question a {
        color: #ff0000;
}
.pdf_project {
    display: flex;
    align-items: center;
    margin-left: 35px;
}
.pdf_project img {
    max-width: 55px;
}
.pdf_project span{
        margin-left: 10px;
    color: #000000;
    font-size: 15px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.35;
    font-weight: 400;
}
.m_7 {
        padding: 60px 0;
    background-color: #F0F2FA;
}
.all_reporst .m_10_block{
    background-color: #fff;
    border-bottom: none;
    margin-bottom: 25px;
}
.budjet_title {
    color: #585d69;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 60px;
    background-color: #f2f2f5;
    display: inline-block;
    padding: 12px 26px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.budjet_docs a {
    display: block;
    color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-bottom: 1px solid #cdcfd2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.budjet_item {
    margin-bottom: 60px;
}
.main_but {
        border-radius: 6px;
        border-width: 1px;
        border-style: solid;
}
.main_but:hover{
    background-color: #fff;
    color: #ff0000;
    border: 1px solid;
    opacity: 1;
}
.dep_img {
    padding-left: 45px;
    padding-right: 45px;
}
.appointment {
    margin-left: 45px;
    padding-right: 45px;
    min-width: 260px;
    position: relative;
}
.appointment>p {
    color: #000000;
    font-size: 20px;
    font-family: 'Helvetica',Arial,sans-serif;
    margin-bottom: 40px;
}
.dep_content {
    font-family: 'Helvetica',Arial,sans-serif;
    background-color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
    border-radius: 16px;
}
.appointment_city {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}
.appointment_adress {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
}
.appointment_adress a {
    color: rgb(255, 0, 0);
    border-bottom: 1px solid rgb(255, 0, 0);
}
.appointment_office {
    font-size: 13px;
    font-weight: 400;
    opacity: 0.75;
    line-height: 1.55;
}
.send_to_deputat {
    width: 100%;
    margin-right: 45px;
}
.send_to_deputat .main_but {
       color: #ff0000;
    border: 1px solid #ff0000;
    background-color: #ffffff;
    border-radius: 6px;
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    width: 260px;
    height: 40px;
    padding: 0 15px;
    display: block;
    line-height: 26px;
    transition: 0.25s;
}
.wrap_send {
    display: flex;
    align-items: center;
}
.send_to_deputat .main_but:hover {
    color: #fff;
    border: 1px solid #ff0000;
    background-color: #ff0000;
}
.form_title {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
        margin-bottom: 30px;

}
.time_answer {
    color: #000000;
    font-size: 11px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.35;
    font-weight: 400;
    opacity: 0.7;
    margin-left: 30px;
}
.m_4_ell_bg_image:hover {
    transform: scale(1.1);
    transition: .25s;
}
.m_10_block_left.orange p{
    background-color: #fdcd7c;
}
.m_10_block_left.grey p{
    background-color: #c8c8c8;
}
.m_10_block_left {
        width: 240px;
    min-width: 240px;
}
.commit_icon {
    border-radius: 11px;
    background-color: #ffffff;
    box-shadow: 0px 7px 26px -9px rgba(125,134,153,0.2);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commit {
    padding: 30px;
    width: calc(33.333% - 40px);
    margin: 20px;
    border-radius: 11px;
}
.commit_title {
    color: #000000;
    font-size: 22px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.commit_text {
    color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.25;
}
.commit_top {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e3eb;
    margin-bottom: 30px;
}
.commit_dep_title {
    color: #919191;
    font-size: 14px;
        margin-bottom: 20px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
}
.commit_dep_name{
    color: #000000;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}
.commit_dep_work {
        color: #666666;
    font-size: 12px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    letter-spacing: 0.5px;
}
.commit_dep_image {
    width: 40px;
    height: 40px;
    background-size: contain;
    border-radius: 50%;
    margin-right: 25px;
        min-width: 40px;
    min-height: 40px;
}
.commit_dep {
        display: flex;
    margin-bottom: 20px;
}
.commit_dep:nth-last-child {
margin-bottom: 0px;
}
.commit_circle {
    border-width: 2px;
    border-radius: 50%;
    border-color: #e1e5f7;
    border-style: dashed;
    width: 26px;
    height: 26px;
    animation: sbs-anim-rec256876800-1606921690954 6s infinite linear;
    backface-visibility: hidden;
}
@keyframes sbs-anim-rec256876800-1606921690954 {
0% {opacity:1;transform:translateX(0px)translateY(0px)rotate(0deg)scale(1,1);animation-timing-function:linear;}
100% {opacity:1;transform:translateX(0px)translateY(0px)rotate(360deg)scale(1,1);}
}
/* City */
/* Deputat */
.dep_content_top {
    display: flex;
    justify-content: space-between;
}
.dep_content_top_l, .dep_content_top_r {
    display: flex;
}
.dep_content_top_r {
    margin-right: 45px;
}
.dep_content_bottom {
    display: flex;
        margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #f3f3f3;
}
.dep_img img {
    max-width: 220px;
    border-radius: 50%;
}
    .socail_title {
            color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.4;
    width: 100%;
    margin-bottom: 50px;
    }
    .votes {
    /*    max-width: 224px;
    margin: 0 auto;*/
    margin-top: 10px;
    }
    .votes_result {
            display: flex;
    font-family: 'Helvetica',Arial,sans-serif;
        align-items: center;
        flex-wrap: wrap;
    }
    .votes_result .stars {
        width: 100%;
        margin-bottom: 20px;
    }

    .stars__out {
        position: relative;
    margin-right: 5px;
    color: grey;
    z-index: 1;
    font-size: 16px;
    }
    .stars__in {
        position: absolute; 
        z-index: 2;
        color: #f2c010;
        font-size: inherit;
        display: block; 
        top: 0; left: 0; bottom: 0;
        overflow: hidden;
        width: 0; 
    }
    .votes_total {
            color: #000000;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    }
    .rate_title {
        text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
    }

    .rate { 
      border: none;
      float: left;
      margin-bottom: 20px;
    }
    .rate:not(:checked) > input {
        position:absolute;
        top:-9999px;
    }
    .rate:not(:checked) > label {
        float:right;
        width:1em;
        overflow:hidden;
        white-space:nowrap;
        cursor:pointer;
        font-size:30px;
        color:#ccc;
    }
    /*.rate:not(:checked) > label:before {
        content: '★ ';
    }*/
    .rate > input:checked ~ label {
        color: #ffc700;    
    }
    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;  
    }
    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #c59b08;
    }
    .votes_last_change {
        color: #000000;
    font-size: 14px;
    line-height: 1;
        display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
    }
    .votes_last_change.up {
        flex-direction: column-reverse;
    }
    .last_change_number {
        display: flex;
    }
    .votes_last_change .last_change_number:before {
            /*margin-top: -2px;
            margin-right: 2px;*/
    }
    .text_center {
        text-align: center;
    }
    .without_votes {
        height: 40px;
        opacity: 0.4;
        font-weight: 600;
        width: 100%;
    }
    .votes_last_change.up .last_change_number:before {
        content: '+';
    }
    .votes_last_change.down .last_change_number:before {
        content: '-';
    }
    .last_change_icon {
            width: 20px;
    height: 20px;
    background-size: contain;
    }
    .single_dep .m_11.review_section, .single_dep .m_11.review_section .main_h2 p {
        background-color: #fff;
    }
    .review_icon {
        background-color: #585d69;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 30px;
        min-width: 60px;
    }
    .review_icon img{
        width: 100%;
    height: 100%;
    border-radius: 50%;
    }
    .review_top, .review_bottom {
        display: flex;

    }
    .review_bottom {
        align-items: center;
    margin-top: 30px;
    }
    .review_date {
        margin-right: 30px;
    color: #585d69;
    font-size: 12px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1;
    min-width: 60px;
    text-align: center;
    }
    .review_rate {
        display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    }
    .delete_review .main_but{
            width: 90.3px;
    line-height: 30px;
    font-size: 12px;
    }
    .review_content{
    border-width: 1px;
    border-radius: 16px;
    border-color: #f0f2fa;
    border-style: solid;
    box-shadow: 0px 20px 37px -32px rgba(88,93,105,0.1);
    padding: 30px;
    margin-bottom: 30px;
    }
    .review_name {
        color: #000000;
    font-size: 18px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 800;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-color: #f0f2fa;
    border-bottom-style: solid;
    }
    .review_text {
        width: 100%;
    }
    .review_text p {
            color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.5px;
    }
    .votes_last_change.up .last_change_icon{
        background-image: url('img/up.svg');
    }
    .votes_last_change.down .last_change_icon{
        background-image: url('img/down.svg');
    }
    .m_9_flex {
        width: auto;
        border: 1px solid #cacddb;
    border-radius: 16px;
    padding: 60px 50px;
    }
    .m_9_left {
            text-align: center;
                width: 100%;
    min-width: auto;
    max-width: 300px;
    margin-right: 70px;
        margin-top: 50px;
    margin-bottom: 50px;
    }
    .m_9_left>img{
    max-width: 224px;
    border-radius: 60%;
    margin: 0 auto;
    }
    .doljnost {
        color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 400;
    opacity: 0.45;
    margin-top: 10px;
    margin-bottom: 50px;
    }
    .m_9_right_h1 h1 {
        color: #000000;
    font-size: 36px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.15;
    font-weight: 400;
    }
    .m_9_right_h1 {
    margin-bottom: 10px;
}
.m_9_right_text {
        color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.7;
        margin-top: 25px;
        max-width: 500px;
}
.m_9_right {
    padding-top: 0;
        margin-top: 50px;
    margin-bottom: 50px;
}

.m_9_right_top>a {
    color: #585d69;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
        font-weight: 400;
    opacity: 0.5;
    margin-bottom: 25px;
    display: block;
    margin-top: 0;
    text-decoration: underline;
}
.m_9_right_bottom a.dep_but_2 {
        font-size: 15px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 6px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    margin-left: 20px;
    padding: 0px 20px;
    height: 40px;
    display: flex;
    align-items: center;
}
.appointment a.dep_but_2.reverse {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 6px;
    background-color: #ff0000;
    background-position: center center;
    border-color: #ff0000;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    height: 40px;
    display: block;
    line-height: 36px;
    text-align: center;
    position: absolute;
    width: calc(100% - 45px);
    bottom: 0;
}
.appointment a.dep_but_2.reverse:hover {
    color: #ff0000;
    background-color: #fff;
    border-color: #ff0000;
}
.m_9_right_bottom .dep_but_1{
    color: #585d69;
    border-width: 1px;
    border-radius: 6px;
    background-color: #f0f2fa;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.m_9_right_bottom .dep_but_1:hover {
        background-color: #585d69;
    color: #f0f2fa;
}
.m_9_right_bottom .dep_but_2 {
    color: #000000;
    border-width: 1px;
    border-radius: 6px;
    background-color: #f0f2fa;
    background-position: center center;
        background-color: #ffffff;
    border-style: solid;
    border-color: #b4bccf;
    border-style: solid;
    cursor: pointer;
}
.m_9_right_bottom .dep_but_2.reverse_hover {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}
.m_9_right_bottom .dep_but_2.reverse_hover:hover {
    color: #000000;
    border-color: #b4bccf;
    background-color: #fff;
}
.m_9_right_bottom .dep_but_2:hover {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}
.dep_content_top .dep_but_2{
    color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 6px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #b4bccf;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    display: block;
    width: 150px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
        margin-top: 35px;
}
.dep_content_top .dep_but_2:hover {
    background-color: #ff4747;
    border-color: #ff0000;
    color: #ffffff;
}
.socail_deputat {
    margin-top: 10px;
}
.socail_deputat>p {
    color: #000000;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.4;
    margin-bottom: 92px;
}
.socail_deputat a {
        max-width: 30px;
    margin-right: 15px;
}
.socail_deputat a:last-child {
    margin-right: 0;
}
.socail_deputat a img{
    width: 100%;
    transition: .25s;
        border-radius: 5px;
    opacity: 0.35;
    width: 30px;
}
.socail_deputat a:hover img {
        transform: scale(1.1);
}

.m_10 {
    background-color: #f0f2fa;
}
.m_10 .title_with_line p {
    background-color: #f0f2fa;
}
.m_10_block_left p {
    border-radius: 6px;
    color: #000000;
    font-size: 18px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.35;
    display: inline-block;
        background-color: #ff9e9e;
            padding: 8px 13px;
}
.m_10_block_left.green p {
        background-color: #8be0a4;
}
.m_10_block {
    box-shadow: none;
    margin-bottom: 3px;
    padding: 13px 0 20px 0;
    background-color: #f0f2fa;
    border-bottom: 1px solid #cfcfcf;
}
.m_10_block_right a {
    color: #000000;
    font-size: 18px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.35;
    font-weight: 400;
    max-width: 650px;
    display: block;
}
.m_12 {
    background-color: #fafafa;
}
.m_12 .title_with_line p {
    background-color: #fafafa;
}
.main_text {
    line-height: 1.55;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    font-weight: 300;
    color: #000;
    opacity: 0.8;
}
.main_text p{
    
    margin-bottom: 35px;
}
.send_to_deputat textarea{
    font-family: 'Helvetica',Arial,sans-serif;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
        color: #000;
    border: 1px solid #d1d1d1;
    background-color: #ffffff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    height: 85px;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 25px;
}
.single_dep .m_9_flex {
    border-width: 1px;
    border-radius: 16px;
    background-color: #ffffff;
    background-position: center top;
    border-color: #fafafa;
    border-style: solid;
    box-shadow: 0px 16px 92px -56px rgba(88,93,105,0.5);
        padding: 0 50px;

}
.single_dep .m_9_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}
.remodal h2 {
    margin-bottom: 30px;
}
.add_project_form textarea, .add_review_form textarea, #contact_us textarea{
    color: #000;
    border: 0px solid #000;
    background-color: #f0f2fa;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-weight: 400;
    height: 185px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    padding-top: 10px;
    font-family: 'Helvetica',Arial,sans-serif;
    width: 100%;
    margin-bottom: 25px;
}
.m_11, .m_11_right_block {
    background: #fff; 
}
.question_item {
    overflow: hidden;
    border-top: 1px solid #eee;
}
.question_item:last-child {
    border-bottom: 1px solid #eee;
}
.question_item .question{
    padding: 10px 60px 10px 0px;
        font-size: 16px;
    font-weight: 400;
    font-family: 'Helvetica';
    text-transform: uppercase;
    line-height: 1.35;
    cursor: pointer;
    position: relative;
}
.open_question {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
        display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.question:hover .open_question {
    background-color: #eeeeee;
}
.question_item.active .open_question {
        -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
 }
.question_item .answer {
    display: none;
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.55;
    font-family: 'Helvetica',Arial,sans-serif;
    font-weight: 300;
}
.question_title {
    margin-bottom: 30px;
    color: #000000;
    font-size: 20px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.35;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
}
.question_pre_title {
    font-weight: 600;
}
.question_simple {
    display: flex;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0px 17px 32px -23px rgba(88,93,105,0.1);
    margin-bottom: 20px;
    padding: 20px;
}
.user_fio {
    width: 45px;
    height: 45px;
    font-size: 12px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
        margin-bottom: 20px;
}
.user_fio img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 20px;
}
.user_comment_fio {
        margin-bottom: 20px;
}
.user_info_answer {
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-width: 140px;
}
.question_date {
    color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.35;
}
.question_title {
    color: #000000;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.45;
    font-weight: normal;
}
.question_text {
    color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}
.question_content {
        margin-right: 80px;
    margin-left: 50px;
}
.single_dep .m_9,.single_dep .m_5,.single_dep .m_11,.single_dep .m_12,.single_dep .m_5 .m_5_wrapper,.single_dep .m_11 .main_h2 p {
    background-color: #fafafa;
}
/*.single_dep .m_9 {
    background: linear-gradient(#fff, #fafafa);
}*/
/* Deputat */
/* Header */
.header_right input[type="text"]{
    border: 0px solid #000;
    background-color: #f0f2fa;
    border-radius: 6px;
    padding: 12px;
}
.header_right form {
    margin-right: 30px;
    position: relative;
}
.header_right form button{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    z-index: 20;
    background: 0 0;
    background-image: url(img/header_search_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.h_logo {
    max-width: 30px;
    margin-right: 20px;
}
.header_left p {
        color: #000000;
    font-size: 18px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}
.m_3_el a {
    border-radius: 16px;
    background-color: #f2f2f5;
    box-shadow: none;
    align-items: initial;
        padding: 40px 30px 40px 30px;
    min-height: 278px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 100%;
}
.m_3_el img {
    transition: .25s;
}
.m_3_el:hover img{
    transform: scale(1.1);
}
.error-message {
    font-size: 14px;
    padding-bottom: 25px;
    color: red;
}
.send_to_deputat .error-message {
font-size: 12px;
    padding-bottom: 20px;
    margin-top: 10px;
    color: red;
}
.m_3_el_name {
    text-align: center;
    color: #000000;
    font-size: 23px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}
.m_3_el_name span{
    display: block;
}
.sovet {
    font-size: 15px;
}
.total_deputats {
    color: #000000;
    font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.45;
}
.m_3_el a:hover {
    box-shadow: 0 0 25px 2px rgba(0,0,0,.2);
}
.m_3_gerb {
    max-width: 80px;
    height: auto;
    margin-bottom: 10px;
}
.main_h2 {
    text-align: left;
    color: #000000;
    font-size: 32px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
}
.version_app {
        height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f5;
    border-radius: 6px;
    color: #000000;
    font-size: 18px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
    opacity: 0.6;
    margin-left: 20px;
}
.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_right a {
        color: #9c9c9c;
    font-size: 18px;
    font-family: 'Helvetica',Arial,sans-serif;
    font-weight: 400;
    text-decoration: underline;
}
.header_right, .header_left {
    display: flex;
    align-items: center;
}
.header_content {
    padding-top: 25px;
    padding-bottom: 25px
}

.user_name {
    color: #000000;
    font-size: 18px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin-right: 50px;
}
/*Footer*/
.footer_wrap {
    display: flex;
    justify-content: space-between;
}
.sharij_team p{
    color: #333333;
    font-size: 20px;
    max-width: 150px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}
.sharij_team .team_number {
        color: #ee0101;
    font-size: 58px;
    font-weight: 500;
}
.team_stat {
        display: flex;
    align-items: center;
}
.team_update {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.35;
    margin-top: 15px;
}
.footer_logo img {
    max-width: 72px;
}
.footer_logo p {
        color: #333333;
            font-size: 15px;
            font-weight: 300;
            margin-left: 20px;
            opacity: 0.5;
}
.footer_logo {
    display: flex;
    align-items: center;
}
.social_block p{
        color: #333333;
    font-size: 16px;
}
.social_link a{
        border-radius: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 15px;
}
.telegram {
    background-color: #e3f6ff;
}
.viber {
    background-color: #f9ebff;
}
.facebook {
    background-color: #edf4ff;
}
.youtube {
    background-color: #fff0f0;
}
.instagram {
    background-color: #ffebf0;
}
.social_link {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 35px;
}
.email_block {
    color: #333333;
    font-size: 15px;
    opacity: 0.9;
}
.email_block a, .email_block a:hover, .email_block a:visited {
        color: #d90000;
}
.finance {
    margin-top: 20px;
    margin-bottom: 35px;
    opacity: 0.9;
}
.finance a {
    color: #333333;
    font-size: 15px;
}
.footer_menu {
    opacity: 0.9;
}
.footer_menu a{
    color: #333333;
    font-size: 15px;
    display: block;
        margin-bottom: 10px;
}
.m_1_logo img {
        width: 70px;
}
.login-page .m_1_logo {
    margin-bottom: 20px;
}
.login-page .m_1.section{
    padding-top: 30px;
}
.report_content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.report_content h1 {
        margin-bottom: 70px;
    text-align: center;
}
.report_content p {
    margin-bottom: 12px;

}
footer {
    padding-bottom: 50px;
    padding-top: 50px;
    border: 1px solid #e1e1e1;
}
.footer-left {
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bredcrumb {
    text-align: center;
}
.bredcrumb a{
    color: #d90000;
    opacity: 0.7;
 }
/* Single */
.single_p p{
    margin-bottom: 15px;
}
.single_p ul li {
    list-style: disc;
    margin-left: 20px;
    display: list-item;
    margin-bottom: 15px;
}
.single_p.wrapper {
    max-width: 800px;
    width: 100%;
}
.single_p {
    line-height: 1.4;
}
.single_p h1 {
        font-size: 36px;
        margin-bottom: 30px;
}
.single_p .content_wrapp {
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Helvetica',Arial,sans-serif;
    font-weight: 300;
}
.back a{
    
    display: flex;
    align-items: center;
}
.back a svg{
    transform: rotate(180deg);
 }
 .back a span {
        color: #585d69;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.5;
    margin-left: 15px;
    text-decoration: underline;
 }
.voice_in_single {
    background-color: #fff;
    margin-bottom: 30px;
}
.voice_in_single .m_10_block{
    background-color: #fff;
}

/* Single */
.report_item .report_title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    color: #000;
}
.report_item .report_desc {
        font-size: 14px;
    font-family: 'Helvetica',Arial,sans-serif;
    margin-top: 8px;
    color: rgba(0,0,0,.9);
    line-height: 1.55;
}
.report_item .report_time {
    line-height: 1.55;
    letter-spacing: 1px;
    color: rgba(0,0,0,.5);
    margin-top: 15px;
    font-family: 'Helvetica',Arial,sans-serif;
        font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
        font-weight: 600;
}
.report_item {
    margin-bottom: 30px;
}
.author_dep {
    display: flex;
    align-items: center;
}
.author_dep img{
    max-width: 84px;
    border-radius: 50%;
}
.dep_short .name {
    color: #000000;
    font-size: 26px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
}
.dep_short .desc{
        color: #7a7a7a;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.35;
    font-weight: 400;
    max-width: 500px;
}
.author_dep {
    
    margin-bottom: 60px;
}
.title_block_archive {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.title_block_archive h1 {
    color: #000000;
    font-size: 46px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
.title_block_archive a{
    color: #585d69;
    font-size: 16px;
    font-family: 'Helvetica',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.5;
    min-width: 200px;
    text-decoration: underline;
}
.author_dep .author_img {
    min-width: 200px;
}
.navigation.pagination {
    text-align: center;
}
.navigation.pagination a {
    color: #000;
}
.navigation.pagination .nav-links{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 0 3px;
    line-height: 0;
}
.page-numbers.current, a.page-numbers:hover {
    background-color: #a7a7a7;
    color: #fff;
    opacity: 0.7
}
.remodal-close {
    left: auto;
    right: 0;
}
.single_dep .m_9_right_bottom {
    flex-wrap: wrap;
}
@media (max-width: 1300px) {
    .home_slider .slick-dots {
        margin-left: 0;
        left: 20px;
    }
}
@media (max-width: 1120px) {
	.fb_post {
		width: 100%;
	}
	.fb_post iframe {
		width: 100%;
	}
    .left_home_preview {
    width: 100%;
    }
    .right_home_preview {
        width: 100%;
    justify-content: flex-start;
    margin-top: 40px;
    }
    .dep_content_top {
        flex-direction: column;
        align-items: center;
    }
    .without_votes {
        text-align: center;
        width: 100%;
    }
  .single_dep  .m_9_left {
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}
.single_dep .m_9_right {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0;
}
.single_dep .m_9_right_top {
        margin: 0 auto;
}
.single_dep .m_9_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.single_dep .m_9_right_bottom {
    justify-content: center;
        
}
.dep_content_top_r {
    margin-right: 0;
    margin-top: 35px;
}
.send_to_deputat {
        padding: 0;
    border: none;
    margin-bottom: 0px;
}
}
@media (max-width: 992px) {
    .m_9_right_h1 h1, .m_9_right_text {
        text-align: left;
    }
    .meta_dep {
        margin-top: 10px;
        text-align: center;
    }
    .committee_wrap {
        padding: 0 20px;
    }
    .commit {
    padding: 30px;
    width: calc(50% - 20px);
    margin: 10px;
    border-radius: 11px;
}
    .image_city {
        display: none;
    }
    .city_info {
        width: 100%;
    }
    .city_first_block {
        padding-right:49px;
        padding-top: 20px;
    }
    .socail_deputat {
        justify-content: center;
    }
    .m_9_right_text {
        text-align: center;
    }
    .m_9_left {
            margin: 0 auto;
    }
    .m_9_right_top>a {
        text-align: center;
    margin-top: 25px;
    }
    .m_5_left, .m_5_rigth {
        width: 100%;
        margin-bottom: 20px;
    }
    .m_6_el {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}
}
@media (max-width: 800px) {
	.platform_result {
		flex-direction: column;
	}
	.platform_result_content {
		flex-direction: column;
	}
	.results_statistic {
		opacity: 1;
		    margin-top: 20px;
    font-size: 16px;
	}
	.platform_result img {
		margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
	}
	.platform_result_content>span {
    font-size: 20px;
}
    .left_home_preview h1 {
        font-size: 60px;
    }
    .to_cities_text {
        font-size: 15px;
        line-height: 1.2;
    }
    .dep_content_top_l {
        flex-direction: column;
        align-items: center;
    }
    .doljnost {
        text-align: center;
            margin-bottom: 25px;
    margin-top: 30px;
    }
    .dep_content_bottom {
        flex-direction: column;
        align-items: center;
    }
    .send_to_deputat {
            margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 40px;
    }
    .socail_title {
        margin-bottom: 25px;
    }
    .socail_deputat>p {
        margin-bottom: 68px;
    }
    .dep_content_top_r {
        margin-top: 15px;
    }
    .appointment>p {
        margin-bottom: 20px;
    }
    .appointment a.dep_but_2.reverse {
        margin-top: 20px;
    }
    .m_9_right_h1 h1, .m_9_right_text, .form_title {
        text-align: center;
    }
    .wrap_send {
        justify-content: center;
    }
    .all_news_title>div {
        width: 100%;
    }
    .wpcr_style a.wpcr__star-rating {
    margin: 0 10px 0px 0;
}
.wpcr_style a.wpcr__star-rating:last-child {
    margin: 0;
}
.wpcr_style a.wpcr__star-rating span.wpcr__star-rating__mobile-label {
    display: none !important;
}
}
@media (max-width: 675px) {
    .m_6_scroll_element {
    width: 440px;
    min-width: 440px;
    }
    .wrap_send {
        flex-direction: column;
    align-items: center;
    text-align: center;
    }
    .time_answer {
        margin-left: 0;
        margin-top: 25px;
        margin-top: 10px;
    }
    .committee_wrap {
        padding: 0 20px;
    }
    .commit {
        width: 100%;
    margin: 10px;
    }
    .review_icon {
        display: none;
    }
    .review_content {
            display: flex;
    flex-direction: column-reverse;

    }
    .review_bottom {
    margin-top: 0;
    margin-bottom: 30px;
    }
    .review_date {
        text-align: left;
    }
    .question_simple {
        flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    }
    .user_fio {
        margin-bottom: 15px;
    }
    .user_info_answer {
        margin-bottom: 15px;
    }
    .question_content {
        margin: 0;
    }
    .title_block_city h1, .logo_city, .total_deputats_city, .total_rates_city {
        width: 100%;
            text-align: center;
    }
    .title_block_city_b, .title_block_city {
        flex-wrap: wrap;
    }
    .title_block_archive {
        flex-direction: column;
    align-items: baseline;
    }
    .title_block_archive a {
            margin-bottom: 20px;
    }
    .title_block_archive h1 {
        font-size: 28px;
    }
    .title_block_city {
        flex-direction: column-reverse;
    }
    .add_project_buttons {
    flex-direction: column;
    }
    .pdf_project {
            margin-top: 35px;
                margin-left: 0px;
    }
    .add_project_title p {
        font-size: 28px;
    }
    .header_right form {
        width: 100%;
        text-align: center;
            margin-right: 0;
    margin-bottom: 15px;
    }
    .header_right form input[type="search"] {
        margin-right: 0;
            margin-bottom: 20px;
    }
    .m_6_el {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
    .header_content {
        flex-direction: column;
    }
    .header_right {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_wrap {
        flex-wrap: wrap;
    }
    .footer-left, .footer-right {
        width: 100%;
        text-align: center;
    }
    .sharij_team p {
            max-width: 100%;
    }
    .team_stat {
            display: flex;
    flex-direction: column;
    }
    .sharij_team .team_number {
        margin-top: 10px;
    }
    .social_link {
            justify-content: center;
    }
    .footer_logo {
            margin-top: 30px;
    margin-bottom: 30px;
    }
}
@media (max-width: 500px) {
    .m_6_scroll_element {
    width: 250px;
    min-width: 250px;
    margin-right: 30px;
}
.m_6_scroll_element iframe {
    height: 160px;
}
}
@media (max-width: 500px) {
    .left_home_preview h1 {
        font-size: 49px;
    }
    .left_home_bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .to_cities_text {
            margin-left: 0;
    margin-bottom: 10px
    }
}