body {
    margin: 0;
    position: relative;
    padding: 0;
    color: #333333;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif ;
}

.wrapper {
    position: relative;
    padding-top: 150px;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0px 15px;
}

.container a {
    color: #E20613;
}

a {
    text-decoration: none;
    transition: all .4s;
}

a:hover {
    transition: all .4s;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

header {
    position: fixed;
    background: #fff;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding-top: 15px;
    transition: all .4s;
    z-index: 10;
}

header .top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header .top .left {
    width: 40%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header .top .logo {
    margin-right: 70px;
}

header .top .location {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif ;
    color: #333333;
    font-size: 16px;
}

header .top .location img {
    margin-right: 10px;
}

header .top .location span {
    text-decoration: underline;
}

header .top .location span:hover {
    text-decoration: none;
}

header .top .tel_block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header .top .tel_block img {
    margin-right: 15px;
}

header .top .tel_block span {
    text-align: right;
}

header .top .tel_block span .tel {
    font-size: 21px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #333333;
    display: block;
    text-decoration: none;
}

header .top .tel_block span a {
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    text-align: right;
    text-decoration: underline;
}

header .top .tel_block span a:hover {
    text-decoration: none;
}

header .top .what_sapp {
    display: flex;
    background: #F3F5F7;
    border-radius: 50px;
    align-items: center;
    margin-right: 70px;
    padding: 4px;
}

header .top .what_sapp span {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    padding: 0px 15px;
}

header .top .right {
    width: 60%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

header .menu {
    background: #373737;
    margin-top: 25px;
}

header .menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

header .menu ul li {
    list-style: none;
    position: relative;
}

header .menu ul li a {
    background: #1E1E1E;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 16px 35px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
}

header .menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

header .menu .menu-item-has-children .sub-menu {
    position: absolute;
    width: 250px;
    left: 0;
    top: 49px;
    padding: 0;
    display: none;
    background: #1E1E1E;
}

header .menu .menu-item-has-children .sub-menu li a {
    padding: 10px 35px;
    display: block;
}

header .menu .menu-item-has-children .sub-menu li:hover a {
    background: #E20613;
}

header .menu .menu-item-has-children>a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../_i/_icons/arrow.svg)no-repeat center;
    top: 20px;
    margin-left: 5px;
}

header .menu .current-menu-item>a {
    background: #E20613;
}

header .menu a:hover {
    background: #E20613;
}

.breadcrumbs {
    background: #F3F5F7;
    padding: 8px 0px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.breadcrumbs a {
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    padding-right: 30px;
    position: relative;
}

.breadcrumbs a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #C4C4C4 url(../_i/_icons/arrow_breadcrumbs.svg)no-repeat center;
    border-radius: 50%;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.breadcrumbs span {
    font-family: 'Corporate-A' sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.breadcrumbs span:first-child {
    font-family: 'Corporate-A' sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    margin-left: 1px;
}

.main_banner {
    overflow: hidden;
}

.main_banner .container {
    display: flex;
    align-items: center;
}

.main_banner .container .left_block {
    width: 50%;
}

.main_banner .container .left_block h2 {
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    font-size: 38px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 20px;
}

.main_banner .container .left_block p {
    font-size: 14px;
    line-height: 130%;
    color: #333333;
}

.main_banner .container .right_block {
    width: 50%;
}

.main_banner .container .right_block .bg {
    position: absolute;
}

.main_banner .container .right_block .main_img {
    position: relative;
    z-index: 9;
    margin-top: 65px;
}

.services {
    display: flex;
    margin: 50px 0px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services span.block {
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
}

.services span.block:after {
    opacity: 1;
}

.services span.block:hover span {
    background: #FAFAFA;
}

.services span.block span {
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    background: #FAFAFA;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
}

.services .block {
    width: 19.4%;
    height: 135px;
    margin-bottom: 10px;
    display: flex;
    position: relative;
    transition: all .4s;
}

.services .block:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #E20613;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .4s;
}

.services .block:hover:after {
    opacity: 1;
    transition: all .4s;
}

.services .block span {
    padding: 15px 15px;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    background: #373737;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

.services .block:hover span {
    transition: all .4s;
    background: #373737bf;
}

.price_block {
    margin: 40px 0px;
    display: flex;
    justify-content: space-between;
}

.price_block .info_block {
    width: 49%;
    background: #373737;
    padding: 50px 50px;
    position: relative;
}

.price_block .info_block h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    font-size: 24px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 20px;
}

.price_block .info_block span {
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}

.price_block .info_block ul {
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.price_block .info_block ul li {
    padding-left: 50px;
    position: relative;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    list-style: none;
    padding-top: 17px;
    padding-bottom: 17px;
}

.price_block .info_block ul li:after {
    content: "";
    position: absolute;
    background: url(../_i/_icons/check.svg)no-repeat center;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.price_block .table_block {
    width: 49%;
}

.price_block .table_block table {}

.price_block .table_block thead td {
    background: #DDDDDD;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    width: 33.3%;
    padding: 15px 5px;
}

.price_block .table_block td {
    background: #FAFAFA;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
    width: 33.3%;
    padding: 35px 5px;
    text-align: center;
}

.price_block .table_block tr:hover td {
    color: #fff;
    background: #E20613;
}

.price_block .table_block td span.bold {
    font-weight: bold;
}

.advantages .advantages_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantages .advantages_item .block {
    background: #373737;
    padding: 40px 25px 40px 50px;
    position: relative;
    transition: all .4s;
    width: 30%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.advantages .advantages_item .block p {
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 0;
}

.advantages .advantages_item .block:hover {
    background: #E20613;
    transition: all .4s;
}

.advantages .advantages_item .block .icon img {
    position: absolute;
    transition: all .4s;
}

.advantages .advantages_item .block .icon img.hover {
    opacity: 0;
    transition: all .4s;
}

.advantages .advantages_item .block:hover .icon img {
    opacity: 0;
    transition: all .4s;
}

.advantages .advantages_item .block:hover .icon img.hover {
    opacity: 1;
    transition: all .4s;
}

.advantages .advantages_item .block .icon {
    position: absolute;
    width: 75px;
    height: 75px;
    background: #464646;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    transition: all .4s;
}

.advantages .advantages_item .block:hover .icon {
    background: #E20613;
    transition: all .4s;
}

.advantages {
    position: relative;
}

.advantages .line {
    position: absolute;
    width: 80%;
    top: 22px;
    background: #E20613;
    height: 2px;
}

.advantages h2 {
    padding-left: 30px;
}

h2.title {
    font-family: 'Corporate-A-Bold' sans-serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 44px;
    color: #333333;
    background: #fff;
    margin: 35px 0px;
}

h2.title:after {
    display: none;
}

.cooperation .line {
    position: absolute;
    width: 80%;
    top: 22px;
    background: #E20613;
    height: 2px;
}

.cooperation {
    position: relative;
}

.cooperation_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cooperation h2 {
    padding-left: 30px;
    margin-bottom: 50px;
}

.cooperation_item .left_block {
    width: 41%;
    position: relative;
}

.cooperation_item .bg_img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.cooperation_item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 344px;
    margin: 0 auto;
}

.cooperation_item .img img {
    position: relative;
    z-index: 9;
}

.cooperation_item .img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #E20613;
    top: 20px;
    left: 20px;
}

.cooperation_item .right_block {
    width: 37%;
}

.cooperation_item .right_block p {
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 0;
}

.cooperation_item.right {
    justify-content: flex-end;
}

.cooperation_item.right .right_block {
    order: 1;
}

.cooperation_item.right .left_block {
    order: 2;
}

footer {
    height: 105px;
    background: #373737;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0px;
}

.map_container {
    position: relative;
}

.map_container .map_points .point {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map_container .map_points .point img {
    margin-bottom: 15px;
    width: 16px;
}

.map_container .map_points .point span {
    display: block;
    background: #373737;
    border-radius: 6px;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.map_container .map_points .point.point-1 {
    top: 236px;
    left: 91px;
}

.map_container .map_points .point.point-2 {
    bottom: 246px;
    left: -14px;
}

.map_container .map_points .point.point-2 span {
    position: relative;
    top: -70px;
}

.map_container .map_points .point.point-3 {
    bottom: 210px;
    left: -6px;
}

.map_container .map_points .point.point-4 {
    bottom: 230px;
    left: 10px;
}

.map_container .map_points .point.point-4 span {
    position: relative;
    left: 95px;
    top: -35px;
}

.map_container .map_points .point.point-5 {
    bottom: 191px;
    left: 325px;
}

.map_container .map_points .point.point-5 span {
    position: relative;
    top: -70px;
}

.map_container .map_points .point.point-6 {
    position: absolute;
    bottom: 160px;
    left: 325px;
}


/* .map_container {
    position: sticky!important;
    margin-top: 50px!important;
}
.map_container svg{
    position: relative!important;
} */

.order_block {
    background: #F3F5F7;
    border-radius: 6px;
    padding: 20px 20px;
    margin: 70px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	display: none;
}

.order_block h3 {
    font-size: 38px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #333333;
    margin-bottom: 30px;
}

.order_block p {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 30px;
}

.order_block .left {
    width: 40%;
}

.order_block .left span {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
    display: block;
}

.order_block .left .tel {
    font-weight: bold;
    font-size: 50px;
    line-height: 58px;
    color: #333333;
    margin: 20px 0px;
    display: block;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
}

.order_block .left .gray {
    font-size: 15px;
    line-height: 19px;
    color: #666666;
}

.order_block .right {
    width: 50%;
}

.order_block .form .thanks_block {
    display: none;
}

.order_block .form .thanks_block h3 {
    font-size: 25px;
}

.order_block .form .input {
    position: relative;
    margin-bottom: 15px;
}

.order_block .form .input label {
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

.order_block .form .input.error .error {
    opacity: 1;
}

.order_block .form .input .error {
    color: red;
    font-size: 13px;
    margin-bottom: 0;
    opacity: 0;
}

.order_block .form .input input {
    background: #FFFFFF;
    border: 1px solid #A3A3A3;
    box-sizing: border-box;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 70%;
}

.order_block .form .submit {
    background: #E20613;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 70%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-bottom: 15px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif ;
}

.order_block .form .checkbox label {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}

.order_block .form .checkbox label a {
    color: #55ACEE;
}

.title1 h2.titl.full {
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 0px 15px;
    z-index: 9;
    position: relative;
    font-size: 38px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #333333;
    margin: 40px 0px;
}

.title1 {
    position: relative;
}

.title1:after {
    content: "";
    position: absolute;
    background: #E20613;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.goroda_items {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.goroda_items .name2 {
    display: none;
}

.goroda_items .info {
    display: none;
}

.goroda_items .info_text2 {
    display: none;
}

.goroda_items .opisan {
    display: none;
}

.goroda_items .block {
    width: calc(100% / 3 - 30px);
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 25px;
}

.goroda_items .block .img {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
}

.goroda_items .block .name {
    position: absolute;
    font-size: 24px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: 100%;
    /* left: 1px; */
    bottom: 0;
    padding: 10px 15px;
    /* background: rgba(0, 0, 0, .7); */
    border-radius: 0px 0px 6px 6px;
}

.goroda_items .block .name a {
    position: absolute;
    font-size: 24px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 0px 0px 5px 5px;
}

.goroda_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
}

.goroda_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
}

.goroda_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.goroda_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.goroda_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.goroda_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
}

.goroda_items .block .desc .btn:before {
    display: none;
}

.goroda_items .block .desc .btn:after {
    display: none;
}

.info_text {
    margin: 50px 0px;
}

.info_text p {
    font-size: 14px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
}

.news_block_viewing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px;
    padding-bottom: 30px;
    border-bottom: 2px solid #E20613;
}

.news_block_viewing .block.w-2 {
    width: 49%;
}

.news_block_viewing .block {
    border-radius: 6px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 24%;
    height: 400px;
    margin-bottom: 25px;
}

.news_block_viewing .block .img img {
    height: 100%;
    width: auto;
    max-width: initial;
}

.news_block_viewing .block.w-2 .desc {
    width: 55%;
    right: 30px;
}

.news_block_viewing .block .desc {
    position: absolute;
    bottom: 1px;
    padding: 20px 15px;
    width: 100%;
    right: 0;
    backdrop-filter: blur(13px);
    background: rgba(0, 0, 0, .8);
    border-radius: 0px 0px 6px 6px;
}

.news_block_viewing .block .desc .name {
    font-size: 18px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #FFFFFF;
    display: block;
    margin-right: 0;
    min-height: 70px;
    overflow: hidden;
    float: none;
    /* margin-bottom: 30px; */
}

.news_block_viewing .block .desc .name a {
    font-size: 18px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #FFFFFF;
    display: block;
    margin-right: 0;
    /* min-height: 70px; */
    overflow: hidden;
    float: none;
    margin-bottom: 30px;
}

.news_block_viewing .block .desc .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
	display:none;
}

.news_block_viewing .block .desc .bottom a {
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 130%;
    color: #FFFFFF;
}

.news_block_viewing .block .desc .bottom a img {
    margin-right: 5px;
}

.news_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
}

.news_block .news_items {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_block .news_items .item {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    width: 48%;
    margin-bottom: 30px;
}

.news_block .news_items .item .img {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
}

.news_block .news_items .item .name {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

.news_block .news_items .item .info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.news_block .news_items .item .info span {
    font-size: 10px;
    line-height: 130%;
    color: #666666;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.news_block .news_items .item .info img {
    margin-right: 5px;
}

.news_block .side_bar {
    width: 31%;
}

.news_block .news_items .item p {
    font-size: 14px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
}

.news_block .load_more {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    text-align: center;
}

.news_block .load_more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1E1E1E;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.btn {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: inline-block;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 6px;
    background: #1E1E1E;
    border-radius: 6px;
    z-index: 9;
    position: relative;
}

.btn:after {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    left: -15px;
    top: 0px;
    height: 100%;
}

.btn:before {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    right: -15px;
    top: 0px;
    height: 100%;
}

.news_block .side_bar .social {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
}

.news_block .side_bar .social span {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

.news_block .side_bar .social .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_block .side_bar .banner {
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 40px;
    height: 370px;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    margin: 40px 0px;
}

.news_block .side_bar .banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0px;
    backdrop-filter: blur(20px);
}

.news_block .side_bar .banner span {
    font-size: 39.2px;
    line-height: 130%;
    color: #FFFFFF;
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
    text-align: center;
}

.news_block .side_bar .banner p {
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    position: relative;
    z-index: 9;
    text-align: center;
}

.news_block .side_bar .popular_news {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
}

.news_block .side_bar .popular_news h3 {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    font-weight: normal;
    margin-bottom: 15px;
}

.news_block .side_bar .popular_news .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.news_block .side_bar .popular_news .block:last-child {
    margin-bottom: 0;
}

.news_block .side_bar .popular_news .block .img {
    width: 38%;
}

.news_block .side_bar .popular_news .block .img img {
    border-radius: 4px;
    height: 88px;
    width: 100%;
    object-fit: cover;
}

.news_block .side_bar .popular_news .block .desc {
    width: 58%;
}

.news_block .side_bar .popular_news .name {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
}

.news_block .side_bar .popular_news .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.news_block .side_bar .popular_news .bottom span {
    display: flex;
    font-size: 10px;
    line-height: 130%;
    color: #666666;
    align-items: center;
}

.news_block .side_bar .popular_news .bottom span img {
    margin-right: 5px;
}

.news_block .side_bar .news_archive {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin: 40px 0px;
}

.news_block .side_bar .news_archive h3 {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    font-weight: normal;
    margin-bottom: 15px;
}

.news_block .side_bar .news_archive .items a {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
}

.mob {
    display: none;
}

.sandwich i {
    background: #1E1E1E;
    width: 30px;
    height: 2px;
    display: block;
    margin-bottom: 5px;
}

.wrapper.open_menu::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 999;
}

.ui-widget.ui-widget-content {
    border: none!important;
    box-shadow: none!important;
    background: none;
}

.custom_title {
    text-align: center;
}

.custom_title img {
    width: 16px;
}

.custom_title span {
    display: block;
    background: #373737;
    border-radius: 6px;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.map_container .active path {
    fill: #333!important;
}

@media only screen and (max-width: 1100px) {
    header .top .what_sapp {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    header .menu ul li a {
        font-size: 16px;
    }
    .order_block .left .tel {
        font-size: 40px;
    }
    .cooperation_item .img {
        width: 280px;
    }
    .cooperation_item.left .right_block {
        margin-left: 50px;
    }
    .cooperation_item .right_block {
        width: 50%;
    }
    header .top .logo {
        margin-right: 20px;
    }
    header .top .left {
        width: 40%;
    }
    header .top .right {
        width: 60%;
    }
    header .menu ul li a {
        padding: 16px 34px;
    }
}

@media only screen and (max-width: 900px) {
    .ui-tooltip {
        display: none!important;
    }
    .map_container {
        display: none;
    }
    .news_block_viewing .block.w-2 .desc {
        width: 100%;
        right: 0;
    }
    .news_block_viewing .block.w-2 {
        width: 49%;
    }
    .news_block_viewing .block {
        width: 49%;
    }
    .news_block_viewing {
        margin-top: 0;
    }
    .goroda_items .block .name {
        font-size: 20px;
        line-height: 26px;
    }
    .cooperation {
        overflow: hidden;
    }
    footer {
        height: 50px;
    }
    .advantages .advantages_item .block {
        width: 45%;
    }
    .advantages .advantages_item {
        padding-left: 30px;
    }
    .price_block .table_block thead td {
        font-size: 13px;
    }
    .price_block .info_block {
        width: 49%;
        background: #373737;
        padding: 25px 25px;
        position: relative;
    }
    .services {
        justify-content: center;
    }
    .services .block {
        width: 23%;
        margin: 5px 5px;
    }
    .wrapper {
        padding-top: 65px;
    }
    header .menu .menu-item-has-children .sub-menu li a {
        padding: 5px 20px;
    }
    header .menu .menu-item-has-children .sub-menu {
        position: relative;
        top: auto;
        width: auto;
        text-align: right;
        left: auto;
        background: none;
        display: block;
    }
    header .menu .what_sapp {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 14px;
        margin: 5px 0px;
    }
    header .menu .what_sapp img {
        margin-right: 5px;
    }
    header .menu .tel_block {
        margin: 5px 0px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 14px;
    }
    header .menu .tel_block a {
        color: #fff;
        margin-left: 5px;
    }
    header .menu a:hover {
        background: none;
        color: #fff;
    }
    header .menu .menu-item-has-children .sub-menu li:hover a {
        background: transparent;
    }
    header .menu .current-menu-item>a {
        background: none;
        color: #E20613;
    }
    header .menu ul li a:hover {
        background: none;
        color: #E20613;
    }
    header .menu .menu-item-has-children a:after {
        top: 11px;
    }
    header .menu ul li a {
        padding: 8px 20px;
        background: none;
        text-align: right;
    }
    header .menu .js_cose {
        position: relative;
        color: #fff;
        font-size: 24px;
        text-align: right;
        padding: 20px 0px;
    }
    header .menu ul li a {
        width: 100%;
    }
    header .menu ul li {
        width: 100%;
    }
    header .menu {
        position: absolute;
        top: -26px;
        right: 0;
        max-width: 50%;
        height: 100vh;
        display: none;
    }
    header .top .logo {
        width: 140px;
    }
    header .top .location {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    header .top .left {
        width: 95%;
    }
    header .top .right .what_sapp {
        display: none;
    }
    header .top .right .tel_block {
        display: none;
    }
    .mob {
        display: block;
    }
    header .top .right {
        width: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .news_block_viewing .block:last-child {
        margin-bottom: 0;
    }
    .news_block_viewing .block {
        height: 330px;
    }
    .news_block .news_items {
        width: 100%;
    }
    .news_block .side_bar {
        display: none;
    }
    .goroda_items .block:last-child {
        margin-bottom: 0px;
    }
    .info_text {
        margin: 30px 0px;
    }
    .goroda_items .block {
        width: 49%;
    }
    .title h2.titl.full {
        font-size: 30px;
        line-height: 35px;
        margin: 25px 0px;
    }
    h2.title {
        font-size: 30px;
        line-height: 35px;
        margin: 25px 0px;
    }
    .order_block h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .order_block .left .tel {
        font-size: 30px;
        margin: 13px 0px;
        line-height: 35px;
    }
    .order_block .left {
        width: 100%;
    }
    .order_block .right {
        width: 100%;
    }
    .order_block {
        margin: 30px 0px;
    }
    .cooperation_item.left .right_block {
        margin-left: 0px;
    }
    .cooperation_item.right .left_block {
        order: 1;
    }
    .cooperation_item.right .right_block {
        order: 2;
    }
    .cooperation_item .img {
        width: 330px;
    }
    .cooperation_item .left_block {
        width: 61%;
        position: relative;
        margin: 0 auto;
    }
    .cooperation_item .right_block {
        margin-left: 0px;
        width: 100%;
        margin-top: 50px;
    }
    .cooperation_item {
        flex-wrap: wrap;
    }
    .cooperation_item .bg_img {
        display: none;
    }
    .price_block {
        flex-wrap: wrap;
        margin: 30px 0px;
    }
    .price_block .info_block {
        width: 100%;
        margin-bottom: 25px;
    }
    .price_block .table_block {
        width: 100%;
    }
    .services {
        margin: 30px 0px;
    }
    .services .block {
        width: 31%;
        margin: 5px 5px;
    }
    .services span.block span {
        font-size: 20px;
        line-height: 20px;
    }
    .services .block span {
        font-size: 16px;
    }
    .main_banner .container .right_block {
        width: 80%;
        margin: 0 auto;
    }
    .main_banner .container .left_block {
        width: 100%;
        margin-bottom: 25px;
        margin-top: 25px;
        text-align: center;
    }
    .main_banner .container {
        flex-wrap: wrap;
    }
    .main_banner .container .left_block h2 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 650px) {
    .news_block {
        margin-top: 35px;
    }
    .news_block_viewing .block {
        width: 100%;
    }
    .news_block_viewing .block.w-2 {
        width: 100%;
    }
    .price_block .info_block {
        text-align: center;
        padding: 10px;
    }
    .price_block .info_block span {
        font-size: 16px;
    }
    .price_block .info_block h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .order_block .form .submit {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .order_block {
        text-align: center;
    }
    .cooperation_item .left_block {
        width: 100%;
    }
    .advantages .advantages_item .block {
        width: 100%;
    }
    .services .block {
        width: 47%;
        height: 90px;
        margin: 5px 5px;
    }
    .wrapper.open_menu::after {
        width: 30%;
    }
    header .menu {
        width: 70%;
        max-width: 70%;
    }
    header .top .left {
        width: 90%;
    }
}

@media only screen and (max-width: 500px) {
    .news_block .news_items .item {
        padding: 10px 10px;
        width: 100%;
        margin-bottom: 15px;
    }
    .goroda_items .block {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {
    header .top .left {
        width: 89%;
    }
    .services .block {
        width: 46%;
    }
    header {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .sandwich i {
        width: 24px;
    }
    header .top .location {
        font-size: 13px;
    }
    .cooperation_item .img {
        width: 90%;
    }
    header .top .logo {
        width: 110px;
    }
}

.info_text2 {
    margin: 10px 0px 50px 0px;
    font-size: 14px;
    color: #333333;
}

.autopark_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
}

.autopark_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
}

.autopark_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.autopark_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.autopark_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.autopark_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
}

.autopark_items .block .desc .btn:before {
    display: none;
}

.autopark_items .block .desc .btn:after {
    display: none;
}

.autopark_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
    display: none;
}

.autopark_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
}

.autopark_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.autopark_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.autopark_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.autopark_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
    display: none;
}

.autopark_items .block .desc .btn:before {
    display: none;
}

.autopark_items .block .desc .btn:after {
    display: none;
}

.autopark_items {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.autopark_items .name2 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.autopark_items .name2 a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.autopark_items .info {
    display: none;
}

.autopark_items .info_text {
    display: none;
}

.autopark_items .block {
    width: 31%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 25px;
}

.autopark_items .block .img {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
}

.autopark_items .block .name {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0px 0px 6px 6px;
    display: none;
}

.autopark_items .block .name a {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0px 0px 6px 6px;
}

.objects_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
    display: none;
}

.objects_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
    display: none;
}

.objects_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.objects_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.objects_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.objects_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
}

.objects_items .block .desc .btn:before {
    display: none;
}

.objects_items .block .desc .btn:after {
    display: none;
}

.objects_items {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.objects_items .info_text2 {
    display: none;
}

.objects_items .info {
    display: none;
}

.objects_items .desc .opisan {
    min-height: 180px;
}

.name2 a {
    height: 20px;
}

@media only screen and (max-width: 1000px) {
    .objects_items .desc .opisan {
        min-height: 170px;
    }
    .name2 a {
        height: 30px;
    }
}

.objects_items .block {
    width: calc(100% / 4 - 30px);
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 25px;
}

.objects_items .block .img {
    height: 140px;
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
}

.objects_items .block .name {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0px 0px 6px 6px;
    display: none;
}

.objects_items .block .name a {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0px 0px 6px 6px;
}

.articles_block_viewing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px;
    padding-bottom: 30px;
    /* border-bottom: 2px solid #E20613; */
}

.articles_block_viewing .block.w-2 {
    width: 100%;
}

.articles_block_viewing .block {
    border-radius: 6px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 24%;
    height: 400px;
    margin-bottom: 25px;
}

.articles_block_viewing .block .img img {
    height: 100%;
    width: auto;
    max-width: initial;
}

.articles_block_viewing .block.w-2 .desc {
    width: 40%;
    left: 30px;
}

.articles_block_viewing .block .desc {
    position: absolute;
    bottom: 1px;
    padding: 20px 15px;
    width: 100%;
    right: 0;
    backdrop-filter: blur(13px);
    background: rgba(0, 0, 0, .8);
    border-radius: 0px 0px 6px 6px;
}

.articles_block_viewing .block .desc .name {
    font-size: 18px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #FFFFFF;
    display: block;
    margin-right: 0;
    min-height: 70px;
    overflow: hidden;
    float: none;
    margin-bottom: 30px;
}

.articles_block_viewing .block .desc .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.articles_block_viewing .block .desc .bottom a {
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 130%;
    color: #FFFFFF;
}

.articles_block_viewing .block .desc .bottom a img {
    margin-right: 5px;
}

.articles_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.articles_block .articles_items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.articles_block .articles_items .item {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    width: 32%;
    margin-bottom: 30px;
}

.articles_block .articles_items .item .img {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
}

.articles_block .articles_items .item .name {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

.articles_block .articles_items .item .info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.articles_block .articles_items .item .info span {
    font-size: 10px;
    line-height: 130%;
    color: #666666;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.articles_block .articles_items .item .info img {
    margin-right: 5px;
}

.articles_block .side_bar {
    width: 31%;
}

.articles_block .articles_items .item p {
    font-size: 14px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
}

.articles_block .load_more {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    text-align: center;
}

.articles_block .load_more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1E1E1E;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.btn {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: inline-block;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 6px;
    background: #1E1E1E;
    border-radius: 6px;
    z-index: 9;
    position: relative;
}

.btn:after {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    left: -15px;
    top: 0px;
    height: 100%;
}

.btn:before {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    right: -15px;
    top: 0px;
    height: 100%;
}

.articles_block .side_bar .social {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
}

.articles_block .side_bar .social span {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

.articles_block .side_bar .social .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.articles_block .side_bar .banner {
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 40px;
    height: 370px;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    margin: 40px 0px;
}

.articles_block .side_bar .banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0px;
    backdrop-filter: blur(20px);
}

.articles_block .side_bar .banner span {
    font-size: 39.2px;
    line-height: 130%;
    color: #FFFFFF;
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
    text-align: center;
}

.articles_block .side_bar .banner p {
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    position: relative;
    z-index: 9;
    text-align: center;
}

.articles_block .side_bar .popular_articles {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
}

.articles_block .side_bar .popular_articles h3 {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    font-weight: normal;
    margin-bottom: 15px;
}

.articles_block .side_bar .popular_articles .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.articles_block .side_bar .popular_articles .block:last-child {
    margin-bottom: 0;
}

.articles_block .side_bar .popular_articles .block .img {
    width: 38%;
}

.articles_block .side_bar .popular_articles .block .desc {
    width: 58%;
}

.articles_block .side_bar .popular_articles .name {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
}

.articles_block .side_bar .popular_articles .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.articles_block .side_bar .popular_articles .bottom span {
    display: flex;
    font-size: 10px;
    line-height: 130%;
    color: #666666;
    align-items: center;
}

.articles_block .side_bar .popular_articles .bottom span img {
    margin-right: 5px;
}

.articles_block .side_bar .articles_archive {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin: 40px 0px;
}

.articles_block .side_bar .articles_archive h3 {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    font-weight: normal;
    margin-bottom: 15px;
}

.articles_block .side_bar .articles_archive .items a {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
}

.contacts_page {
    position: relative;
}

.contacts_page .item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 40px;
}

.contacts_page .item .text_block {
    width: 40%;
    padding: 15px 15px;
}

.contacts_page .item .text_block .title {
    background: #F3F5F7;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    width: 100%;
    display: block;
    padding: 10px 10px;
    margin-bottom: 30px;
}

.contacts_page .item .text_block p {
    display: flex;
    font-size: 15px;
}

.contacts_page .item .text_block p .bold {
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
    min-width: 120px;
    text-align: right;
}

.contacts_page .item .text_block p a {
    color: #000000;
}

.contacts_page .item .text_block p .tel {
    position: relative;
    margin-right: 5px;
}

.contacts_page .item .text_block p .tel:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../_i/_icons/whatsapp_icon_new.svg)no-repeat center;
    top: -2px;
    right: -25px;
}

.contacts_page .item .text_block p .mail {
    color: #0057FF;
    text-decoration: underline;
}

.contacts_page .item .text_block p .mail:hover {
    text-decoration: none;
}

.contacts_page .item .text_block .title::after {
    display: none;
}

.contacts_page .item .map_conten {
    width: 60%;
}

@media only screen and (max-width: 900px) {
    .contacts_page .item .text_block p {
        justify-content: left;
        text-align: center;
        width: 100%;
    }
    .contacts_page .item .text_block .title {
        font-size: 18px;
        line-height: 22px;
    }
    .contacts_page .item .text_block p .bold {
        font-size: 16px;
        min-width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .contacts_page .item .text_block p {
        font-size: 14px;
    }
    .contacts_page .item .map_conten {
        width: 100%;
        height: 250px;
    }
    .contacts_page .item .text_block {
        width: 100%;
    }
    .contacts_page .item {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.services2_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services2_items .block {
    width: 32%;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 25px;
}

.services2_items .block .img {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #ddd;
}

.services2_items .block .name {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    border-radius: 0px 0px 6px 6px;
}

.services2_items .block .name a {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0px 0px 6px 6px;
}

.services2_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
}

.services2_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
}

.services2_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.services2_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.services2_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.services2_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
}

.services2_items .block .desc .btn:before {
    display: none;
}

.services2_items .block .desc .btn:after {
    display: none;
}

.posts_in_category {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

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

.info span {
    font-size: 10px;
    line-height: 130%;
    color: #666666;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.info img {
    margin-right: 5px;
}

.name2 {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;    
    margin: 20px 0px;
	display: flex;   
    padding-bottom: 10px;
}

.name2 a {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
}

a#true_loadmore {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: inline-block;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 6px;
    background: #1E1E1E;
    border-radius: 6px;
    z-index: 9;
    position: relative;
}

a#true_loadmore:after {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    left: -15px;
    top: 0px;
    height: 100%;
}

a#true_loadmore:before {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    right: -15px;
    top: 0px;
    height: 100%;
}

.load_more {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    text-align: center;
}

.opisan {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    display: block;
    margin: 20px 0px;
}

.info_text p {
    font-size: 14px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
}

.info_text2 p {
    font-size: 14px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #333333;
}

.uslugi_items {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.uslugi_items .name2 {
    display: none;
}

.uslugi_items .info {
    display: none;
}

.uslugi_items .info_text2 {}

.uslugi_items .info_text {
    display: none;
}

.uslugi_items .opisan {
    display: none;
}

.uslugi_items .desc {
    display: none;
}

.uslugi_items .block {
    width: 32%;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 25px;
}

.uslugi_items .block .img {
    height: 296px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #ddd;
}

.uslugi_items .block .name {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    /* background: rgba(0, 0, 0, .7); */
    border-radius: 0px 0px 6px 6px;
}

.uslugi_items .block .name a {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(1, 89, 150, 0.9);
    color: #fff;
    bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    line-height: 120%;
    transition: all 0.3s;
}

.uslugi_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
}

.uslugi_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
}

.uslugi_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.uslugi_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.uslugi_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.uslugi_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
}

.uslugi_items .block .desc .btn:before {
    display: none;
}

.uslugi_items .block .desc .btn:after {
    display: none;
}

.articles_items {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.articles_items .name2 {
    /* display:none; */
}

.articles_items .info {
    display:none;
}

.articles_items .info_text2 {
    display: none;
}

.articles_items .opisan {
    /* display:none; */
}

.articles_items .block {
    width: calc(100% / 3 - 30px);
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 25px;
}

.articles_items .block:first-child {
    display: none;
}

.articles_items .block .img {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
}

.articles_items .block .name {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0px 0px 6px 6px;
    display: none;
}

.articles_items .block .name a {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0px 0px 6px 6px;
    display: none;
}

.articles_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
    display: none;
}

.articles_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
    display: none;
}

.articles_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.articles_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.articles_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.articles_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
    display: none;
}

.articles_items .block .desc .btn:before {
    display: none;
}

.articles_items .block .desc .btn:after {
    display: none;
}

.news_block_viewing .block.w-3 {
    width: 100%;
}

.autopark_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
}

.autopark_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
}

.autopark_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.autopark_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.autopark_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.autopark_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
    display: none;
}

.autopark_items .block .desc .btn:before {
    display: none;
}

.autopark_items .block .desc .btn:after {
    display: none;
}

.mynews_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
}

.mynews_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
}

.mynews_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.mynews_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.mynews_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.mynews_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
}

.mynews_items .block .desc .btn:before {
    display: none;
}

.mynews_items .block .desc .btn:after {
    display: none;
}

.mynews_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
    display: none;
}

.mynews_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
}

.mynews_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.mynews_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.mynews_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.mynews_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
    display: none;
}

.mynews_items .block .desc .btn:before {
    display: none;
}

.mynews_items .block .desc .btn:after {
    display: none;
}

.mynews_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mynews_items .info {
    display: none;
}

.mynews_items .info_text {
    display: none;
}

.mynews_items .block {
    width: 32%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 25px;
}

.mynews_items .block .img {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
}

.mynews_items .block .name {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0px 0px 6px 6px;
    display: none;
}

.mynews_items .block .name a {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0px 0px 6px 6px;
}

.mynews_items .news_items {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mynews_items .side_bar {
    width: 31%;
}

.mynews_items .news_items .item p {
    font-size: 14px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
}

.mynews_items .load_more {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    text-align: center;
}

.mynews_items .load_more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1E1E1E;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.btn {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: inline-block;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 6px;
    background: #1E1E1E;
    border-radius: 6px;
    z-index: 9;
    position: relative;
}

.btn:after {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    left: -15px;
    top: 0px;
    height: 100%;
}

.btn:before {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    right: -15px;
    top: 0px;
    height: 100%;
}

.mynews_items .side_bar .social {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
}

.mynews_items .side_bar .social span {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

.mynews_items .side_bar .social .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mynews_items .side_bar .banner {
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 40px;
    height: 370px;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    margin: 40px 0px;
}

.mynews_items .side_bar .banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0px;
    backdrop-filter: blur(20px);
}

.mynews_items .side_bar .banner span {
    font-size: 39.2px;
    line-height: 130%;
    color: #FFFFFF;
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
    text-align: center;
}

.mynews_items .side_bar .banner p {
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    position: relative;
    z-index: 9;
    text-align: center;
}

.mynews_items .side_bar .popular_news {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
}

.mynews_items .side_bar .popular_news h3 {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    font-weight: normal;
    margin-bottom: 15px;
}

.mynews_items .side_bar .popular_news .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.mynews_items .side_bar .popular_news .block:last-child {
    margin-bottom: 0;
}

.mynews_items .side_bar .popular_news .block .img {
    width: 38%;
}

.mynews_items .side_bar .popular_news .block .img img {
    border-radius: 4px;
    height: 88px;
    width: 100%;
    object-fit: cover;
}

.mynews_items .side_bar .popular_news .block .desc {
    width: 58%;
}

.mynews_items .side_bar .popular_news .name {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
}

.mynews_items .side_bar .popular_news .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.mynews_items .side_bar .popular_news .bottom span {
    display: flex;
    font-size: 10px;
    line-height: 130%;
    color: #666666;
    align-items: center;
}

.mynews_items .side_bar .popular_news .bottom span img {
    margin-right: 5px;
}

.mynews_items .side_bar .news_archive {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin: 40px 0px;
}

.mynews_items .side_bar .news_archive h3 {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    font-weight: normal;
    margin-bottom: 15px;
}

.mynews_items .side_bar .news_archive .items a {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
}

.news_block_viewing2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0px;
    padding-bottom: 30px;
    border-bottom: 2px solid #E20613;
}

.news_block_viewing2 .block.w-2 {
    width: 49%;
}

.news_block_viewing2 .block {
    border-radius: 6px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
}

.news_block_viewing2 .block .img img {
    height: 100%;
    width: auto;
    max-width: initial;
}

.news_block_viewing2 .block.w-2 .desc {
    width: 55%;
    right: 30px;
}

.news_block_viewing2 .block .desc {
    position: absolute;
    bottom: 1px;
    padding: 20px 15px;
    width: 30%;
    left: 10%;
    backdrop-filter: blur(13px);
    background: rgba(0, 0, 0, .8);
}

.news_block_viewing2 .block .desc .name {
    font-size: 18px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #FFFFFF;
    display: block;
    margin-right: 0;
    min-height: 70px;
    overflow: hidden;
    float: none;
    margin-bottom: 30px;
}

.news_block_viewing2 .block .desc .bottom {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.news_block_viewing2 .block .desc .bottom a {
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 130%;
    color: #FFFFFF;
}

.news_block_viewing2 .block .desc .bottom a img {
    margin-right: 5px;
}

.news_block_viewing2 .block .desc .name a {
    font-size: 18px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #FFFFFF;
    display: block;
    margin-right: 0;
    overflow: hidden;
    float: none;
    margin-bottom: 30px;
}

.my-news_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
}

.my-news_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
}

.my-news_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.my-news_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.my-news_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.my-news_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
}

.my-news_items .block .desc .btn:before {
    display: none;
}

.my-news_items .block .desc .btn:after {
    display: none;
}

.my-news_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
    display: none;
}

.my-news_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
    display: none;
}

.my-news_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.my-news_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.my-news_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.my-news_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
    display: none;
}

.my-news_items .block .desc .btn:before {
    display: none;
}

.my-news_items .block .desc .btn:after {
    display: none;
}

.my-news_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.my-news_items .info {
   display:none;
}

.my-news_items .info_text {
    display: none;
}

.my-news_items .block {
    width: 48%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 25px;
}

.my-news_items .block:nth-child(-n+3) {
    display: none;
}

.my-news_items .block .img {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
}

.my-news_items .block .name {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0px 0px 6px 6px;
    display: none;
}

.my-news_items .block .name a {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0px 0px 6px 6px;
}

.my-news_items .news_items {
    width: 69%;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-right: 30px;
}

.my-news_items .side_bar {
    width: 31%;
}

.my-news_items .side_bar {
    width: 31%;
}

.my-news_items .news_items .item p {
    font-size: 14px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
}

.my-news_items .load_more {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    text-align: center;
}

.my-news_items .load_more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1E1E1E;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.btn {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: inline-block;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 6px;
    background: #1E1E1E;
    border-radius: 6px;
    z-index: 9;
    position: relative;
}

.btn:after {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    left: -15px;
    top: 0px;
    height: 100%;
}

.btn:before {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    right: -15px;
    top: 0px;
    height: 100%;
}

.my-news_items .side_bar .social {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
}

.my-news_items .side_bar .social span {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

.my-news_items .side_bar .social .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.my-news_items .side_bar .banner {
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 40px;
    height: 370px;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    margin: 40px 0px;
}

.my-news_items .side_bar .banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0px;
    backdrop-filter: blur(20px);
}

.my-news_items .side_bar .banner span {
    font-size: 39.2px;
    line-height: 130%;
    color: #FFFFFF;
    display: block;
    position: relative;
    z-index: 9;
    width: 100%;
    text-align: center;
}

.my-news_items .side_bar .banner p {
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    position: relative;
    z-index: 9;
    text-align: center;
}

.my-news_items .side_bar .popular_news {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
}

.my-news_items .side_bar .popular_news h3 {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    font-weight: normal;
    margin-bottom: 15px;
}

.my-news_items .side_bar .popular_news .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
}

.my-news_items .side_bar .popular_news .block:last-child {
    margin-bottom: 0;
}

.my-news_items .side_bar .popular_news .block .img {
    width: 38%;
    height: auto;
}

.my-news_items .side_bar .popular_news .block .img img {
    border-radius: 4px;
    height: 88px;
    width: 100%;
    object-fit: cover;
}

.my-news_items .side_bar .popular_news .block .desc {
    width: 58%;
    min-height: 100px;
}

.my-news_items .side_bar .popular_news .name {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    display: inherit;
    background: none;
    position: relative;
    margin: auto;
    margin-top: 10px;
    padding: 0px 0px;
}

.my-news_items .side_bar .popular_news .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.my-news_items .side_bar .popular_news .bottom span {
    display: flex;
    font-size: 10px;
    line-height: 130%;
    color: #666666;
    align-items: center;
    margin: 0;
}

.my-news_items .side_bar .popular_news .bottom span img {
    margin-right: 5px;
}

.my-news_items .side_bar .news_archive {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin: 40px 0px;
}

.my-news_items .side_bar .news_archive h3 {
    font-size: 16px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
    font-weight: normal;
    margin-bottom: 15px;
}

.my-news_items .side_bar .news_archive .items a {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 130%;
    font-family: 'Montserrat', sans-serif ;
    color: #000000;
}

.my-news_items .side_bar .news_archive .items .block {
    border: none;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 0;
}

* {
    margin: 0;
    padding: 0;
}

svg {
    width: 100%;
}

.maps_icon path {
    transition: all .5s;
    fill: #ccc;
    stroke: #E20613;
}

.maps_icon path {
    stroke: #E20613;
    fill: #E20613!important;
}

.maps_icon {
    position: absolute;
    display: inline;
    color: #fff;
    padding: 8px 10px;
    font: 16px;
    border-radius: 5px;
    text-transform: uppercase;
    display: none;
}

.indicator {
    position: absolute;
    display: inline;
    background: #333;
    color: #fff;
    padding: 8px 10px;
    font: 16px;
    border-radius: 5px;
    text-transform: uppercase;
    display: none;
}

.map_container a {
    position: relative;
}

.map_container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both
}

.map_container .name {
    float: left;
    margin-right: 30px;
}


/*.flag{position:absolute;top:10px;right:20px;border:3px solid #f7ffe8;border-radius:3px;
  }*/

.capital {
    clear: both;
}

.map_container {
    position: relative;
}

.map_container .map_points .point {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map_container .map_points .point img {
    margin-bottom: 15px;
    width: 16px;
}

.map_container .map_points .point span {
    display: block;
    background: #373737;
    border-radius: 6px;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.map_container .map_points .point.point-1 {
    top: 236px;
    left: 91px;
}

.map_container .map_points .point.point-2 {
	bottom: 210px;
    left: 5px;
}

.map_container .map_points .point.point-2 span {
    position: relative;
    top: -70px;
}

.map_container .map_points .point.point-3 {
    bottom: 210px;
    left: -6px;
}

.map_container .map_points .point.point-4 {
    bottom: 230px;
    left: 10px;
}

.map_container .map_points .point.point-4 span {
    position: relative;
    left: 95px;
    top: -35px;
}

.map_container .map_points .point.point-5 {
    bottom: 191px;
    left: 325px;
}

.map_container .map_points .point.point-5 span {
    position: relative;
    top: -70px;
}

.map_container .map_points .point.point-6 {
    position: absolute;
    bottom: 160px;
    left: 325px;
}


/* .map_container {
    position: sticky!important;
    margin-top: 50px!important;
}
.map_container svg{
    position: relative!important;
} */

header .top .drop_loc {
    position: relative;
}

header .top .drop_loc.active .choosen {
    border: 1px solid #E20613;
    border-bottom: 0 solid #E20613;
}

header .top .drop_loc .choosen {
    border: 1px solid transparent;
    padding: 10px 10px;
    width: 140px;
}

header .top .drop_loc.active .drop {
    display: block;
}

header .top .drop_loc .drop {
    position: absolute;
    display: none;
    width: 140px;
    top: 30px;
    z-index: 99;
    background: #fff;
    padding: 10px 10px;
    border: 1px solid #E20613;
    border-top: 0;
    transition: all .4s;
}

header .top .drop_loc .drop a {
    font-family: 'Montserrat', sans-serif ;
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

header .top .drop_loc .drop a:last-child {
    margin-bottom: 0;
}

header .top .drop_loc .drop a:hover {
    text-decoration: underline;
}

.load_more {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    text-align: center;
}

.load_more:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1E1E1E;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.btn {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: inline-block;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 6px;
    background: #1E1E1E;
    border-radius: 6px;
    z-index: 9;
    position: relative;
}

.btn:after {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    left: -15px;
    top: 0px;
    height: 100%;
}

.btn:before {
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    right: -15px;
    top: 0px;
    height: 100%;
}

.css-modal-details {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Кнопка для открытия */

.css-modal-details summary {
    font-size: 12px;
    line-height: 14px;
    color: #666666;    
    text-decoration: none;
}

.css-modal-details summary::marker {
    font-size: 0px;
}

.css-modal-details summary:hover,
.css-modal-details summary:active,
.css-modal-details summary:focus {
    color: #666666;
}

.css-modal-details summary:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid #ffffff00;
    transition: transform 0.5s;
    transform: translateX(-100%);
    z-index: -1;
}

.css-modal-details summary:hover:before,
.css-modal-details summary:active:before,
.css-modal-details summary:focus:before {
    transform: translateX(0);
}


/* Кнопка при открытом окне переходит на весь экран */

.css-modal-details details[open] summary {
    cursor: default;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}


/* Контейнер, который затемняет страницу */

.css-modal-details details .cmc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.css-modal-details details[open] .cmc {
    pointer-events: none;
    z-index: 4;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: bg 0.5s ease;
    background: rgb(0 0 0 / 70%)
}


/* Модальное окно */

.css-modal-details details .cmt {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    padding: 20px;
    width: 80%;
    max-width: 600px;
    max-height: 70%;
    transition: 0.5s;
    border: 6px solid #f3f5f7;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    overflow: auto;
}

.css-modal-details details .cmt .form .thanks_block {
    display: none;
}

.css-modal-details details .cmt .form .thanks_block h3 {
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

.css-modal-details details .cmt .form .input {
    position: relative;
    /* margin-bottom: 15px; */
}

.css-modal-details details .cmt .form .input label {
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    color: #333333;
    display: block;
    margin-bottom: 10px;
}

.css-modal-details details .cmt .form .input.error .error {
    opacity: 1;
}

.css-modal-details details .cmt .form .input .error {
    color: red;
    font-size: 13px;
    margin-bottom: 0;
    opacity: 0;
}

.css-modal-details details .cmt .form .input input {
    background: #FFFFFF;
    border: 1px solid #A3A3A3;
    box-sizing: border-box;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 70%;
}

.css-modal-details details .cmt .form .submit {
    background: #E20613;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 70%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-bottom: 15px!important;
    cursor: pointer;
    margin: 0 auto;
}

.css-modal-details details .cmt .form .checkbox label {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}

.css-modal-details details .cmt .form .checkbox label a {
    color: #55ACEE;
	width: auto;
    height: auto;
	background: none;
    border-color: #0000;
}

.css-modal-details details[open] .cmt {
    animation: scale 0.5s ease;
    z-index: 4;
    pointer-events: auto;
}


/* Декоративная кнопка с крестиком */

.css-modal-details details[open] .cmc:after {
    content: "";
    width: 50px;
    height: 50px;
    border: 2px solid #fffafa;
    border-radius: 12px;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E20613' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
    background-color: #FFF;
    background-size: cover;
    animation: move 0.5s ease;
}


/* Анимации */

@keyframes scale {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes move {
    0% {
        right: -80px;
    }
    100% {
        right: 20px;
    }
}

@keyframes bg {
    0% {
        background: rgba(51, 122, 183, 0);
    }
    100% {
        background: rgba(0 0 0 / 70%);
    }
}

@media only screen and (max-width: 768px) {
    .posts_in_category .block {
        width: 49%;
    }
}

@media only screen and (max-width: 500px) {
    .posts_in_category .block {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    header .top .location {
        position: inherit;
        left: 50%;
        transform: translateX(-50%);
    }
    header .top .drop_loc .drop {
        z-index: auto;
    }
}

.raion_items {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.raion_items .name2 {
    display: none;
}

.raion_items .info {
    display: none;
}

.raion_items .info_text2 {
    display: none;
}

.raion_items .opisan {
    /* display:none; */
}

.raion_items .block {
    width: 32%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 25px;
}

.raion_items .block .img {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
}

.raion_items .block .name {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 1px;
    padding: 10px 15px;
    /* background: rgba(0, 0, 0, .7); */
    border-radius: 0px 0px 6px 6px;
}

.raion_items .block .name a {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(50% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 0px 0px 0px 5px;
}

.raion_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
}

.raion_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
}

.raion_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.raion_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.raion_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.raion_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
    display: none;
}

.raion_items .block .desc .btn:before {
    display: none;
}

.raion_items .block .desc .btn:after {
    display: none;
}

.vak_items {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.vak_items h2 {
    margin-bottom: 40px;
}

.vak_items .name2 {
    /* display:none; */
    margin: 15px 0px;
}

.vak_items .name2 a {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 15px 0px;
}

.vak_items .info {
    display: none;
}

.vak_items .info_text2 {}

.vak_items .posts_in_category {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.vak_items .info_text {
    display: none;
}

.vak_items .opisan {
    display: none;
}

.vak_items .desc {
    /* display:none; */
}

.vak_items .desc .opisal2 {
    font-size: 20px;
    line-height: 23px;
}

.vak_items .block {
    width: 48%;
    box-sizing: border-box;
    margin-bottom: 25px;
    float: left;
    margin-right: 2%;
    border: 1px solid #A3A3A3;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

.vak_items .block .img {
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #ddd;
    display: none;
}

.vak_items .block .name {
    position: absolute;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    /* background: rgba(0, 0, 0, .7); */
    border-radius: 0px 0px 6px 6px;
}

.vak_items .block .name a {
    position: absolute;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    min-height: 76px;
    border-radius: 0px 0px 6px 6px;
    text-align: center;
}

.vak_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
    display: none;
}

.vak_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
    display: none;
}

.vak_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.vak_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.vak_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.vak_items .block .desc .btn {
    background: none;
    padding: 0px;
    font-size: 20px;
    line-height: 23px;
    color: #1429E4;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif ;
    font-weight: bold;
}

.vak_items .block .rezume {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: inline-block;
    align-items: center;
    color: #E20613;
    padding: 13px 25px;
    z-index: 9;
    border: 1px solid #E20613;
    box-sizing: border-box;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    margin-left: 0%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.vak_items .block .rezume a {
    color: #E20613;
    margin-top: 15px;
}

.vak_items .block .desc .btn:before {
    display: none;
}

.vak_items .block .desc .btn:after {
    display: none;
}

.personal_items {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.personal_items h2 {
    margin-bottom: 40px;
}

.personal_items .name2 {
    display: none;
}

.personal_items .info {
    display: none;
}

.personal_items .info_text2 {}

.personal_items .posts_in_category {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.personal_items .info_text {
    display: none;
}

.personal_items .opisan {
    display: none;
}

.personal_items .desc {
    display: none;
}

.personal_items .block {
    width: calc(100% / 3 - 30px);
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 25px;
    float: left;
}

.personal_items .block .img {
    height: 296px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #ddd;
}

.personal_items .block .name {
    /* position: absolute; */
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    /* background: rgba(0, 0, 0, .7); */
    border-radius: 0px 0px 6px 6px;
}

.personal_items .block .name a {
    position: absolute;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ;
    width: calc(100% - 2px);
    left: 1px;
    bottom: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .7);
    min-height: 76px;
    border-radius: 0px 0px 6px 6px;
    text-align: center;
	font-weight: 400;
}

.personal_items .block .name a .opisal {
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif ;
    text-align: left;
    line-height: 28px;
    margin-top: 8px;
}

.personal_items .block .desc span {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    color: #000000;
    display: block;
    margin: 20px 0px;
}

.personal_items .block .desc table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0px;
}

.personal_items .block .desc table tr:nth-child(odd) td {
    background: #F3F5F7;
}

.personal_items .block .desc table tr td {
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ;
    color: #444444;
    padding: 10px 10px;
}

.personal_items .block .desc table tr .bold {
    font-weight: 700;
    text-align: right;
}

.personal_items .block .desc .btn {
    background: #1E1E1E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif ; font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
}

.personal_items .block .desc .btn:before {
    display: none;
}

.personal_items .block .desc .btn:after {
    display: none;
}

.header-abcompany {
    z-index: 10 !important;
}

.mt-1 {
    margin-top: 10px;
}

.mb-1 {
    margin-bottom: 10px;
}

.ms-1 {
    margin-left: 10px;
}

.me-1 {
    margin-right: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mb-2 {
    margin-bottom: 20px;
}

.ms-2 {
    margin-left: 20px;
}

.me-2 {
    margin-right: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mb-3 {
    margin-bottom: 30px;
}

.ms-3 {
    margin-left: 30px;
}

.me-3 {
    margin-right: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mb-4 {
    margin-bottom: 40px;
}

.ms-4 {
    margin-left: 40px;
}

.me-4 {
    margin-right: 40px;
}

.body_abcompany {
    margin: 0;
    position: relative;
    padding: 0;
    font-family: 'Montserrat', sans-serif ;
    color: #333333;
    font-size: 18px;
}

.main-page__text .left-abcompany ul {
    margin-left: 20px;
}

.main-page__text .center-text ul {
    margin-left: 20px;
}

.main-page__text .left-abcompany {
    font-size: 18px;
    line-height: 20px;
}

.main-page .container {
    max-width: 1200px;
}

.main-page li {
    margin-left: 40px;
}

.top-about {
    display: flex;
	text-align: justify;
}

.abcompany-right__bot-text {
    display: flex;
}

.right-abcompany p:first-child {
    margin: 0 !important;
    font-size: 55px;
    color: black;
    white-space: nowrap;
    line-height: 63px;
    font-weight: 700;
    margin-right: 10px !important;
}

.text-22 {
    font-size: 150px;
    color: #E20613;
    margin-top: -35px;
    font-family: 'Times New Roman';
    margin-left: 10px;
}

.text-age {
    font-size: 80px;
    color: black;
    margin-top: 30px;
    margin-left: 15px;
}

.font-size-17 {
    font-size: 18px;
}

.service-text {
    font-size: 21px;
}

.partner {
    font-size: 25px;
    color: black;
    font-weight: bold;
}

.slider-abcompany .slick-list {
    width: 1124px;
    margin: 0 auto;
}

.slider-abcompany .slick-arrow {
    cursor: pointer;
}

.slider-abcompany .prev.slick-arrow {
    position: absolute;
    left: -2%;
    top: 35%;
}

.slider-abcompany .next.slick-arrow {
    transform: rotate(180deg);
    position: absolute;
    right: -2%;
    top: 35%;
}

.slider-abcompany .slick-dots {
    display: flex;
    justify-content: center;
}

.slider-abcompany .slick-dots li {
    list-style: none;
    margin: 0 3px;
}

.slider-abcompany .slick-dots button {
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #999999;
    width: 15px;
    height: 15px;
}

.slider-abcompany .slick-active button {
    background: #E20613;
}

.text-bot {
    display: flex;
    margin-top: 60px;
}

.text-bot__left {
    max-width: 800px;
    margin-right: 20px;
}

.center-youtube-abcompany {
    background: #999999;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 30px;
}

.left-youtube-abcompany,
.right-youtube-abcompany {
    width: 580px;
    cursor: pointer;
    margin: 0 20px;
}

.bottom-youtube-abcompany {
    background: #161515;
    font-size: 24px;
    color: white;
    padding: 20px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.youtube-title {
    font-size: 24px;
}

.youtube-abcompany {
    display: flex;
    justify-content: center;
    max-width: 1330px;
    margin-bottom: 50px;
}

.footer-abcompany {
    background: #373737;
    height: 100px;
    position: static;
}

@media (max-width: 1200px) {
    .text-bot {
        flex-direction: column-reverse;
    }
    .abcompany-text-bot__right {
        display: flex;
        justify-content: center;
    }
    .text-bot__left {
        text-align: center;
        margin: 0 auto;
    }
    .partner {
        text-align: center;
    }
    .slick-list {
        width: 800px;
    }
    .prev.slick-arrow {
        position: absolute;
        left: 50px;
        top: 35%;
    }
    .next.slick-arrow {
        transform: rotate(180deg);
        position: absolute;
        right: 50px;
        top: 35%;
    }
    .wrapper-abcompany {
        background-position: 50% 10%;
    }
}

.slider-item img {
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .abcompany-text-li li {
        list-style: none;
        margin-bottom: 10px;
    }
    .text-revers {
        display: flex;
        flex-direction: column-reverse;
    }
    .text-center {
        text-align: center;
    }
    .main-page__text {}
    .right-abcompany {
        text-align: center;
    }
    .abcompany-right__bot-text {
        justify-content: center;
    }
    .top-about {
        display: flex;
        flex-direction: column-reverse;
    }
    .slick-list {
        width: 700px;
    }
    .prev.slick-arrow {
        position: absolute;
        left: 70px;
        top: 35%;
    }
    .next.slick-arrow {
        transform: rotate(180deg);
        position: absolute;
        right: 70px;
        top: 35%;
    }
}

@media (max-width: 800px) {
    .slick-list {
        max-width: 80%;
    }
    .footer-abcompany {
        background: #373737;
        height: 50px;
    }
    .youtube-abcompany {
        flex-direction: column-reverse;
        align-items: center;
    }
    .left-youtube-abcompany {
        margin-top: 40px;
        max-width: 100%;
    }
    .right-youtube-abcompany {
        max-width: 100%;
    }
}

@media (max-width: 533px) {
    .left-abcompany {
        margin-top: 20px;
    }
    .abcompany-right__top-text {
        font-size: 45px!important;
    }
    .abcompany-right__bot-text p {
        font-size: 20px;
    }
    .text-22 {
        font-size: 80px !important;
        margin: 0;
    }
    .text-age {
        font-size: 80px !important;
        margin: 0 0 0 15px;
    }
    .bolee {
        margin: 0 20px 0 0 !important;
    }
}

@media only screen and (max-width: 400px) {
    .abcompany-right__top-text {
        font-size: 30px !important;
    }
    .abcompany-right__bot-text p {
        font-size: 50px !important;
        font-weight: 400 !important;
    }
    .abcompany-text-li li {
        margin: 0 !important;
    }
}

.wrapper-abcompany {
    position: relative;
    padding-bottom: 100px;
    padding-top: 150px;
    background: url(../_i/aboutCompany/Фон.jpg) -180% 20% no-repeat;
}

input.wpcf7-form-control.wpcf7-text {
    display: block;
    padding: 0 10px;
    background: #FFFFFF;
    border: 1px solid #A3A3A3;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif ;
    font-size: 15px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 32px;
    width: 100%;
    display: block;
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif ;
    font-size: 15px;
    height: 100px;
    padding: 10px;
    border: 1px solid #A3A3A3;
    border-radius: 5px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #E20613;
    color: #fff;
    border-color: #E20613;
    display: block;
    padding: 0 10px;
    border: 1px solid #E20613;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Montserrat', sans-serif ;
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .raion_items .posts_in_category .block {
        width: 49%;
    }
}

@media only screen and (max-width: 890px) {
    .personal_items .block {
        width: 47%;
    }
    .vak_items .block {
        width: 100%;
    }
    .my-news_items .side_bar {
        width: 100%;
    }
    .posts_in_category .block {
        width: 100%;
    }
    .my-news_items .news_items {
        width: 100%;
        padding-right: 0px;
    }
    .blago2 {
        display: none!important;
    }
}

@media only screen and (max-width: 500px) {
    .raion_items .posts_in_category .block {
        width: 100%;
    }
    .fancybox-content {
        width: 100%;
    }
    .blago {
        display: block!important;
        margin-right: 0px!important;
    }
    .personal_items .block {
        width: 100%;
    }
    .wp-block-image .alignright {
        width: 100%;
    }
    .wp-block-image .alignleft {
        width: 100%;
    }
    #gallery-1 .gallery-item {
        width: 100%!important;
    }
}

@media (max-width: 767.98px) {
    .grid-table * {
        display: block;
    }
    .grid-table tr {}
    .grid-table td {
        border-bottom: 1px solid #cdcdcd;
        margin-bottom: 15px;
        text-align: center;
    }
    .grid-table td img {
        width: 60%;
        height: auto;
        object-fit: contain;
        display: inline-block;
    }
}

.whatsappicon {
    display: none;
}

@media only screen and (max-width: 600px) {
    .whatsappicon {
        display: block;
        position: fixed;
        bottom: 21px;
        right: 23px;
        z-index: 16000160 !important;
        width: 50px;
    }
    .whatsappicon img {
        width: 50px;
    }
}
ul.spisok {
	margin-left:20px;
}
ul {
	margin-left:20px;
}






.home-help__item .call span {color:#fff; text-decoration:none;}



.callzvon svg {height: 36px;   width: auto;} 
				 
			.callzvon {
			width: 66px;
    height: 66px;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: all 0.3s;
					 }
					
					 .home-help__item .call span {
font-size: 14px;
    line-height: 15px;
    text-align: center;
}


					 
					 
					 
					 @media (max-width: 768px) {
.callzvon svg {
        height: 24px;
    background: none;
    border-color: #666666;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.callzvon {
   box-sizing: border-box;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: all 0.3s;
    width: 48px;
    height: 48px;
    background: none;
    border-color: #666666;
}						 

.home-help__item .call span {
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #333333;
    font-weight: normal;
}

						 
						 
						 
}					 






















.callzvon2 svg {height: 36px;   width: auto;} 
				 
			.callzvon2 {
			width: 66px;
    height: 66px;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: all 0.3s;
					 }
					
					 .home-help__item .call span {
font-size: 14px;
    line-height: 15px;
    text-align: center;
}


					 
					 
					 
					 @media (max-width: 768px) {
.callzvon2 svg {   
    height: 24px;
}

.callzvon2 {
   border-color: #fff;
    width: 48px;
    height: 48px;
}						 

.home-help__item .call span {
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
}

						 

.home-help__item .call {
	margin-bottom: 0px!important;				 
}					 
						 
						 
}		



/* ===== ДЕСКТОП-ШАПКА: логотип – меню – контакты – кнопка ===== */
@media (min-width: 992px) {

    .all_header {
        border-bottom: 1px solid #f3f3f3;
    }

    .header-bar {
        display: flex;
        align-items: center;
        gap: 40px;
        padding: 12px 0;
    }

    .header-bar__left {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .header-bar__left .logo img {
        max-height: 46px;
        height: auto;
        width: auto;
        display: block;
    }

    .header-bar__left .drop_loc {
        font-size: 14px;
    }

    /* меню как в макете: в одну линию между логотипом и контактами */
    .header-nav-desktop {
        flex: 1 1 auto;
    }

    .header-nav-desktop .header-menu {
        display: flex;
        align-items: center;
        gap: 32px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .header-nav-desktop .header-menu li a {
        font-size: 15px;
        font-weight: 400;
        text-decoration: none;
        color: #111;
    }

    .header-nav-desktop .header-menu li a:hover {
        color: #ff6a24;
    }

    /* правая часть как в макете */
    .header-bar__right {
        display: flex;
        align-items: center;
        gap: 24px;
        white-space: nowrap;
    }

    /* бургер на десктопе не нужен */
    .hamburger-menu__show {
        display: none;
    }

    .header-contacts {
        display: flex;
        align-items: center;
        gap: 24px;
        font-size: 14px;
    }

    .header-contacts__messengers {
        display: flex;
        flex-direction: column;
        gap: 4px;
        font-size: 13px;
    }

    .header-email-link {
        text-decoration: none;
        color: #111;
    }

    .header-telegram-row {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
    }

    .header-telegram-row img {
        width: 18px;
        height: 18px;
    }

    .header-online-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #00c853; /* зелёная точка */
    }

    .header-contacts__phones {
        display: flex;
        flex-direction: column;
        gap: 4px;
        font-size: 13px;
    }

    .header-contacts__phones a {
        text-decoration: none;
        color: #111;
    }

    /* кнопка "Обратный звонок" */
    .header-callback {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 26px;
        border-radius: 999px;
        background: #ff6a24;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
    }

    .header-callback:hover {
        background: #ff823f;
    }

    /* мобильное меню .menu на десктопе прячем – навигация уже наверху */
    .all_header .menu {
        display: none;
    }
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ: оставляем старый бургер и меню ===== */
@media (max-width: 991px) {

    /* десктоп-меню не нужно */
    .header-nav-desktop {
        display: none;
    }

    /* показываем бургер, чтобы работал старый скрипт */
    .hamburger-menu__show {
        display: inline-block;
    }

    /* контакты справа в шапке можно сделать проще или скрыть,
       так как у тебя уже есть старый блок .menu .mob */
    .header-contacts {
        display: none;
    }

    /* .all_header .menu остаётся как было – бургер открывает его */
}


/* ===== ДЕСКТОП: точная шапка как в макете ===== */
@media (min-width: 1200px) {

    .all_header {
        border-bottom: 1px solid #f3f3f3;
    }

    /* Вся верхняя полоска */
    .header-bar {
        display: flex;
        align-items: center;
        gap: 40px;
        padding: 14px 0;
    }

    /* ЛОГО + ГОРОД */
    .header-bar__left {
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .header-bar__left .logo img {
        max-height: 46px;
        height: auto;
        width: auto;
        display: block;
    }

    /* МЕНЮ между логотипом и контактами */
    .header-nav-desktop {
        flex: 1 1 auto;
    }

    .header-nav-desktop .header-menu {
        display: flex;
        align-items: center;
        gap: 36px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* только верхний уровень пунктов */
    .header-nav-desktop .header-menu > li {
        list-style: none;
        position: relative;
    }
    .header-nav-desktop .header-menu > li > a {
        font-size: 15px;
        font-weight: 400;
        text-decoration: none;
        color: #111;
    }
    .header-nav-desktop .header-menu > li > a:hover {
        color: #ff6a24;
    }
    /* подменю не показываем (как на макете – только верхний уровень) */
    .header-nav-desktop .header-menu > li > ul {
        display: none;
    }

    /* ПРАВАЯ ЧАСТЬ: email/telegram + телефоны + кнопка */
    .header-bar__right {
        display: flex;
        align-items: center;
        gap: 28px;
        white-space: nowrap;
    }

    /* бургер на десктопе не нужен */
    .hamburger-menu__show {
        display: none;
    }

    .header-contacts {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        font-size: 13px;
    }

    /* столбик email + Telegram */
    .header-contacts__messengers {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .header-email-link {
        text-decoration: none;
        color: #111;
    }

    .header-telegram-row {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }
    .header-telegram-row img {
        width: 18px;
        height: 18px;
    }
    .header-online-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #00c853; /* зелёная точка */
    }

    /* столбик телефонов */
    .header-contacts__phones {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .header-contacts__phones a {
        text-decoration: none;
        color: #111;
        font-size: 13px;
    }

    /* КНОПКА ОБРАТНОГО ЗВОНКА */
    .header-callback {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 26px;
        border-radius: 999px;
        background: #ff6a24;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
    }
    .header-callback:hover {
        background: #ff823f;
    }

    /* старый блок .menu (бургер-меню) на десктопе не нужен */
    .all_header .menu {
        display: none;
    }
}

/* ===== МОБИЛКА: вернуть старый бургер ===== */
@media (max-width: 1199px) {

    /* десктоп-меню скрываем, работает прежний бургер */
    .header-nav-desktop {
        display: none;
    }

    .hamburger-menu__show {
        display: inline-block;
    }

    /* контакты справа сверху можно скрыть – у тебя уже есть
       блок .menu .mob внутри мобильного меню */
    .header-contacts {
        display: none;
    }

    /* старый .all_header .menu оставляем как было
       (отдельные стили менять не нужно) */
}





/* Укладываем ВСЁ в одну строку в шапке */
@media (min-width: 1200px) {

    /* расширяем контейнер именно у шапки */
    .header-bar.container {
        max-width: 1440px;   /* можно 1500, если всё равно не влезает */
    }

    .header-bar {
        flex-wrap: nowrap;   /* запрет переносов */
        gap: 24px;           /* было 40 – уменьшаем */
        padding: 10px 0;
    }

    .header-bar__left .logo img {
        max-height: 42px;    /* чуть меньше логотип */
    }

    .header-nav-desktop .header-menu {
        gap: 24px;           /* меньше расстояние между пунктами меню */
    }

    .header-bar__right {
        gap: 20px;
    }

    .header-contacts {
        gap: 16px;           /* столбики контактов ближе друг к другу */
        font-size: 12px;
    }

    .header-contacts__phones a {
        font-size: 12px;
    }

    .header-callback {
        padding: 8px 22px;   /* меньше кнопка */
        font-size: 12px;
    }
}


@media (min-width: 1200px) {

    .header-bar.container {
        max-width: 1440px;
    }

    .header-bar {
        display: flex;
        align-items: center;
        gap: 32px;
        padding: 12px 0;
        flex-wrap: nowrap;
    }

    .header-nav-desktop {
        flex: 1 1 auto;
    }

    .header-nav-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        flex-wrap: nowrap;
    }

    .header-nav-desktop .header-menu {
        display: flex;
        align-items: center;
        gap: 32px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* контакты в той же строке, что и пункты меню */
    .header-contacts {
        display: flex;
        align-items: center;
        gap: 24px;
        white-space: nowrap;
        font-size: 13px;
    }

    .header-contacts__messengers {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .header-email-link {
        text-decoration: none;
        color: #111;
    }

    .header-telegram-row {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .header-telegram-row img {
        width: 18px;
        height: 18px;
    }

    .header-online-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #00c853;
    }

    .header-contacts__phones {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .header-contacts__phones a {
        font-size: 13px;
        text-decoration: none;
        color: #111;
    }

    .header-callback {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 24px;
        border-radius: 999px;
        background: #ff6a24;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
    }

    .header-callback:hover {
        background: #ff823f;
    }

    /* бургер на десктопе можно прятать */
    .hamburger-menu__show {
        display: none;
    }
}

/* мобильная версия – как раньше: бургер и старое меню */
@media (max-width: 1199px) {
    .header-nav-desktop {
        display: none;
    }
    .hamburger-menu__show {
        display: inline-block;
    }
}


@media (min-width: 1200px) {
    /* прячем 5-й и 6-й пункт меню, чтобы всё влезло в одну строку */
    .header-nav-desktop .header-menu > li:nth-child(5),
    .header-nav-desktop .header-menu > li:nth-child(6) {
        display: none;
    }

    /* на всякий случай уменьшим зазор между пунктами меню */
    .header-nav-desktop .header-menu {
        gap: 30px;
    }
}


/* ОДНА СТРОКА В ШАПКЕ */
@media (min-width: 1200px) {

    /* делаем контейнер шапки flex-рядом БЕЗ переносов */
    .header-bar.container {
        max-width: 1440px;
    }

    .header-bar {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        flex-wrap: nowrap !important;
        gap: 24px;
        padding: 10px 0;
        white-space: nowrap;
    }

    /* левая колонка: логотип + город */
    .header-bar__left {
        display: flex;
        align-items: center;
        gap: 16px;
        flex: 0 0 auto;
    }
    .header-bar__left .logo img {
        max-height: 42px;
        height: auto;
        width: auto;
        display: block;
    }

    /* средняя часть: меню + контакты + кнопка в одной строке */
    nav.header-nav-desktop {
        flex: 1 1 auto;
        min-width: 0;
    }

    .header-nav-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        flex-wrap: nowrap;
        min-width: 0;
    }

    .header-nav-desktop .header-menu {
        display: flex;
        align-items: center;
        gap: 28px;
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
    }

    /* прячем лишние пункты меню, чтобы всё влезло */
    .header-nav-desktop .header-menu > li:nth-child(5),
    .header-nav-desktop .header-menu > li:nth-child(6) {
        display: none;
    }

    /* блок с email + WhatsApp + телефонами + кнопкой */
    .header-contacts {
        display: flex;
        align-items: center;
        gap: 18px;
        white-space: nowrap;
        font-size: 13px;
    }

    .header-contacts__messengers {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }
    .header-email-link {
        text-decoration: none;
        color: #111;
    }
    .header-telegram-row {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }
    .header-telegram-row img {
        width: 18px;
        height: 18px;
    }
    .header-online-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #00c853;
    }

    .header-contacts__phones {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }
    .header-contacts__phones a {
        text-decoration: none;
        color: #111;
        font-size: 13px;
    }

    .header-callback {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 9px 22px;
        border-radius: 999px;
        background: #ff6a24;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
    }
}

/* мобильная версия — как была, через бургер */
@media (max-width: 1199px) {
    .header-nav-desktop {
        display: none;
    }
    .hamburger-menu__show {
        display: inline-block;
    }
}

/* Обёртка поп-апа */
.callback-popup {
    position: fixed;
    inset: 0;
    display: none;              /* скрыт по умолчанию */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* затемнение фона */
.callback-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

/* окно поп-апа */
.callback-popup__inner {
    position: relative;
    background: #fff;
    max-width: 500px;
    width: 100%;
    padding: 30px;
    z-index: 1;
    border-radius: 8px;
}

/* кнопка закрытия */
.callback-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

/* класс, который показывает поп-ап */
.callback-popup.is-open {
    display: flex;
}

.hq-home {
  margin-bottom: 50px;
}

.hq-home__wrapper {
  background: #363636;
  border-radius: 5px;
  padding: 16px;
  font-size: 20px;
  line-height: 22px;
  color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hq-home__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hq-home__card {
  min-width: 0;
  width: 100%;
}

.hq-home__card svg {
  width: 66px;
  height: 66px;
}

.hq-home__columns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.hq-home__column:nth-child(1) {
  max-width: 330px;
}

.hq-home__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 33px;
  color: #F5F5F5;
  margin-bottom: 8px;
}

.hq-home__card-link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
}

@media (max-width: 768px) {
  .hq-home__columns {
    flex-direction: column;
    row-gap: 20px;
  }
  
  .hq-home__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hq-home__column:nth-child(1) {
    max-width: initial;
  }
}

.hq-modal--modal-1 {
  transform: translate(-50%, -50%);
}

.hq-modal__container--modal-1 {
  position: relative;
  padding: 25px;
}

.hq-modal__container--modal-1 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: initial;
}

.modal-1__title {
  font-weight: 700;
}

.hq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
  border-radius: 999px;
  background: #ff6a24;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}


/* Убираем/уменьшаем зазор между шапкой и первым блоком (home-head) */
.wrapper{
  padding-top: 0px !important;
}

