/*!
Theme Name: Msk legal final
Author: Oleh Babich
Author URI: https://www.weblancer.net/users/olegbabich/
*/

:root {
    --theme-red: #7b0404;
}

strong {
    font-family: 'Gilroy-Bold', sans-serif;
}

/*** COMMON CLASSES */
.btn {
    padding: 8px 14px;
    font-size: 16px;
    line-height: 1.35;
}

.btn__primary:hover {
    color: var(--theme-red);
    background-color: white;
}

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

/** /COMMON CLASSES */


.video__wrap{
    display: flex;
    justify-content: center;
	margin-top: 45px;
    margin-bottom: 60px;
}
.newsImg a{
	color: #434343;
}
.price__wrap-item-block-content-row span{
	line-height: 1!important;
}
.price__wrap-item-block-content-row span{
	padding: 12px;
}
.text-block ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.text-block h3,
.file-block h3 {
    font-size: 28px;
} 

.text-block h4,
.file-block h4 {
    font-size: 22px;
    font-weight: 400;
}

.text-block ol,
.page-content ol {
    padding-left: 19px;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__phone a:first-child span {
    color: #434343;
}
.header__phone a:first-child span span{
   color: #7b0404;
}
.header__nav nav ul li a{
	text-shadow: -0.25px -0.25px 0 transparent, 0.25px 0.25px transparent;
}
.header__nav nav ul li a:hover,.header__nav nav ul li.current-menu-item a{
	text-shadow: -0.25px -0.25px 0 #fff, 0.25px 0.25px #fff;
}
.header__nav nav ul li a:before{
	display: none;
}
.list__services ul>li a:before{
	display: none;
}
.list__services ul>li a{
	text-shadow: -0.25px -0.25px 0 transparent, 0.25px 0.25px transparent;
}
.list__services ul>li a:hover{
    position: relative;
    color: var(--theme-red);
    /* font-weight: bold; */
	/* text-shadow: -0.25px -0.25px 0 #434343, 0.25px 0.25px #434343; */
	/* text-shadow: -0.25px -0.25px 0 var(--theme-red), 0.25px 0.25px var(--theme-red); */
}
.list__services ul>li a:hover::before {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    top: -1px;
}
.header__nav nav ul li a:before{
	letter-spacing: 1px;
	width: 100%;
	max-width: 100%;
}
.price__wrap-item-block-content-row span:last-child{
	    font-family: Gilroy-Bold;
}
.all-team{
    align-items: stretch !important;
}
.home__head_mob{
    display: none;
}
.header__nav-mobile-phone{
	font-size: 0;
	width: 30px;
}
.header__nav-mobile-phone a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.header__nav-mobile-phone span{
	height: 100%;
}
.header__nav-mobile-phone .icon{
	flex: 0 0 auto;
	width: 22px;
    height: 30px;
    fill: #fff;
    margin-right: 10px;
}

/* .newsSinglePage .newsImg {
    width: 380px;
} */
.newsSinglePage .newsImg i a{
    font-size: 18px;
    text-align: center;
    line-height: 1.05;
    font-family: "Gilroy-regular";
    color: #434343;
    text-decoration: none;
}
.footer__top nav ul li span span {
    font-size: 14px;
    display: block;
    line-height: 1.2;
}
.lawyer__description-phone a{
    font-size: 28px;
    color: #434343;
    font-family: Gilroy-SemiBold;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.lawyer__description-phone a:hover {
    color: #7b0404;
}
.table-responsive {
    clear: both;
}
.serv_video {
    float: right;
    margin: 20px 0 20px 20px;
}
.docs__block .first{
	margin-top: 1em;
}
.docs__block-ug ul li:before{
	margin-right: 7px !important;
}
.docs__block .menu-item-has-children{
	margin-bottom: 1em;
	display: inline-grid;
}
.docs__block .menu-item-has-children .sub-menu .menu-item-has-children{
	padding-left: 15px;
}
.docs__block ul li.menu-item-has-children:before{
	display: none;
}
.docs__block .menu-item-has-children > a{
	   font-size: 20px;
    color: #434343;
    font-family: "Gilroy-Bold";
	text-decoration: none !important;
	line-height: 1.2;
	margin-bottom: 1em;
}
.title a{
	text-decoration: none;
	color: currentcolor;
}
img.svg{
	opacity: .7;
}
.list__services-img img{
	max-height: 24px;
}
.newBlock.popup{
	max-width: initial;
}
.list__services ul li{
	position: relative;
}

.header__nav-lang {
    display: flex;
}

.lang-item:nth-of-type(n+2) {
    /* padding-left: 10px; */
    /* margin-left: 10px; */
    border-left: 1px solid #fff;
}
.header__nav-lang ul li span,
.header__nav-lang .lang-item {
    text-decoration: none;
    color: #fff;
    position: relative;
    display: block;
}

.header__nav-lang .lang-item span,
.header__nav-lang .lang-item a {
    padding: 0 12px;
}
.header__nav-lang ul li.current-lang span,
.header__nav-lang .current-lang {
    font-family: Gilroy-Bold;
}
.header__nav-lang ul li.current-lang span:after,
.header__nav-lang .current-lang span:after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    top: calc(100% + 2px);
    position: absolute;
    left: 15px;
    background-color: #fff;
}

.icon__item p{
    padding: 0;
}
.docs__btn .btn {
    line-height: 1.4;
}
.certificates__row .swiper{
    height: auto;
    width: 100%;
}
.icon-file-download span{
    text-indent: -9999px;
    display: block;
}
.header__nav-mobile button.btn{
    padding: 9px 10px;
    font-size: 16px;
    color: #fff;
    background-color: #7b0404;
    border: 2px solid #7b0404;
}
.header__phone button {
    color: #7b0404;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
}
.header__locaton-text{
	line-height: 1;
}
.header__locaton-text svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18px;
    max-width: 18px;
    height: 18px;
    margin-right: 5px;
	margin-top: -1px;
}
.header__locaton-text > span{
		display: block;
		margin-bottom: 4px;
		    color: #434343 !important;
	}
.header__locaton-text span{
	    color: #7b0404;
}
.header__locaton-text a{
	margin-left: 10px;
}
.header__nav-lang ul li a,
.header__nav-lang a{
    padding: 0 12px;
    color: inherit;
    text-decoration: none;
}
table tr th {
    padding: 10px 25px;
}
.lawyer__description-title,.lawyer__description-phone{
	    font-family: Gilroy-SemiBold;
}
.lawyer__description-phone{
	    /* margin-top: -25px; */
}
.price__wrap-item-block-content-row span{
	line-height: 1.5;
}
.docs__content ol{
	padding-left: 19px;
}
.docs__content ol li{
    line-height: 1.5;
    margin-bottom: 15px;
    list-style: auto;	
}
.docs__content ul {
    margin-bottom: 15px;
}
.docs__content ul li:not(:last-child) {
    margin-bottom: 10px;
}
.docs__content ul li {
	padding-left: 22px;
	    font-size: 16px;
    line-height: 1.5;
	    position: relative;
}
.docs__content ul li:before {
    content: "";
    position: absolute;
    width: 12px;
    max-width: 12px;
    height: 12px;
    background-color: #7b0404;
    margin-right: 10px;
    left: 0;
    top: 5px;
}
table{
	width: 100%;
}
p:empty{
	display: none;
}
.page-content ol{
	/* padding-left: 15px; */
}
.page-content ul li,
.page-content ol li,
.text-block ol li {
    line-height: 1.35;
    margin-bottom: 10px;
}

.page-content ol li::marker {
    font-weight: 800;
    color: var(--theme-red);
}
.fancybox__counter {
    display: none;
}
.file-block ul li .icon {
    flex: 0 0 auto;
}
.file-block ul li .icon svg {
    width: 100%;
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cdcdcd;
}
table tr:nth-child(even) {
    background-color: #f2f2f2;
}
table tr td {
    padding: 10px 25px;
    font-size: 16px;
    vertical-align: top;
    line-height: 1.5;
    text-align: start;
}
.newsPage .newsBlock {
    border-bottom: 1px dashed #bfbfbf;
    padding: 0 0 25px;
    margin-bottom: 29px;
    overflow: hidden;
}
.newsPage .newsImg {
    float: left;
    max-width: 334px;
}

.newsPage .newsText h3,
.newsSinglePage .newsText h3 {
    /* font-size: 15px; */
    /* font-family: "gilroy-regular"; */
    /* word-spacing: 3px; */
}
.newsPage .newsText h2 {
    font-size: 24px;
    border-bottom: none;
    color: #7b0404;
    line-height: 1.07;
    padding-top: 0;
}
.newsPage .newsText h2 a {
    color: #7b0404;
    text-decoration: none;
}
.newsPage .newsText .news_preview {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 14px;
}
.newsPage .newsText .button {
    /* font-size: 13px;
    color: #7b0404;
    width: 138px;
    margin-top: 12px;
    padding: 7px 0 9px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #7b0404;
    border-radius: 3px;
    text-align: center; */
}
.newsPage .newsText {
    margin-left: 250px;
}
.newsSinglePage .newsImg {
    width: 340px;
    float: left;
    text-align: center;
    margin-right: 44px;
}
.newBlock.news_ms img {
    position: relative;
    display: inline;
    width: 100%;
    margin-bottom: 0;
    -webkit-filter: grayscale(0.9);
    filter: grayscale(0.9);
}
.newBlock .serv_face {
    margin-top: 13px;
}
.newsSinglePage .newsImg i {
    font-size: 18px;
    text-align: center;
    line-height: 1.05;
    font-family: "Gilroy-regular";
}
.newsSinglePage .newsImg p {
    font-size: 24px;
    color: #7b0404;
    margin-bottom: 7px;
}
.newsSinglePage .newsImg .buttonQuestion {
    /* width: 334px;
    padding: 13px 47px;
    line-height: 1.5;
    font-size: 16px;
    margin: 16px 0 25px;
    text-transform: none; */
}

.newsSinglePage .newsImg .btn {
    width: 100%;
    margin-top: 20px;
    text-transform: none;
    color: #fff;
}
.newsSinglePage .newsText,
.newsSinglePage .newsText p {
    font-size: 1em;
    line-height: 1.745;
    word-spacing: 1px;
}

.newsText ul,
.newsText ol {    
    position: relative;
    /*overflow: hidden;*/
}

blockquote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
    padding: 15px 30px 15px 70px;
    margin: 2.5em 0 1em;
    position: relative;
    vertical-align: middle;
    line-height: 1.5;
    background-color: #f2f2f2;
    border: 0;
    overflow: hidden;
}

blockquote::before {
    content: '!';
    width: 50px;
    position: absolute;
    top: calc(50% - 90px / 2);
    left: 10px;    
    font-size: 90px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #b5b5b5;
}

.quote--redline {
    padding: 15px;
    border-left: 5px solid var(--theme-red);
}
.quote--redline::before {
    display: none;
}

.quote--cite {
    min-height: 90px;
    padding-left: 80px;
}

.quote--cite::before {
    content: '';
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: 10px;
    background-image: url(content/svg/quote--grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
blockquote p:last-of-type {
    margin-bottom: 0;
}
.nav-links,
.newsPage .pagination {
    margin: 0 0 29px;
}
.nav-links a,
.page-numbers.current {
    display: block;
    float: left;
    margin-right: 3px;
    font-size: 12px;
    padding: 5px 11px 4px;
    border-radius: 3px;
    border: 1px solid #7b0404;
    text-decoration: none;
}
.nav-links a {
    color: #7b0404;
}
.page-numbers.current,
.page-numbers:hover {
    background-color: #7b0404;
    color: #fff;
}
.page-numbers.dots,
.screen-reader-text {
    display: none;
}
.newsPage .newsImg img {
    /* padding: 7px; */
    /* background-color: #f2f2f2; */
    width: 216px;
    height: auto;
    overflow: hidden;
    -webkit-filter: grayscale(0.9);
    filter: grayscale(0.9);
}
.page-content a {
    color: #7b0404;
}
.newsSinglePage .newsImg i{
    font-style: normal;
}
.price__wrap-item-block-content-row span{
    display: flex;
    align-items: center;
}
.list__services-img{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 10px;
}
.service-list__item{
    margin-bottom: 15px !important;
}
.list__services ul>li>ul {
    padding-left: 45px;
}
.list__services ul>li a:before{
    left: 45px;
}

.bg__form input[type="checkbox"] {
    display: none;
}

.bg__form input[type="checkbox"] + span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: relative;
    background-color: #fff;
}

/* .bg__form input[type="checkbox"]:checked + span {
    background-color: var(--theme-red);
} */

.bg__form input[type="checkbox"]:checked + span {
    background-image: url(content/images/check.png);
    background-size: contain;
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.newsBlock--preview .btn {
    margin-top: 10px;
    font-size: 13px;
    color: #fff;
    text-transform: none;
}

.newsBlock--preview .btn:hover,
.newsSinglePage .newsImg .btn:hover {
    color: var(--theme-red);
}

.header__contacts {
    display: flex;
    justify-content: flex-start;
    /* justify-content: space-between; */
    align-items: center;
    font-size: 16px;
    /* letter-spacing: 0.3px; */
}

.header__licence {
    letter-spacing: 0.3px;
}

.header__licence-small {
    display: block;
    line-height: 1;
    letter-spacing: -0.3px;
}

.popup .wpcf7-submit ~ .wpcf7-spinner {
    position: absolute;
    bottom: 45px;
    left: 135px;
}

.popup .wpcf7 .recaptcha {
    margin-left: auto;
}

.popup .form-consult__footer {
    flex-wrap: wrap;
}

.block--shadow {
    padding: 35px 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}

.grecaptcha-badge {
    display: none;
}

.wrapper--last {
    padding-bottom: 0;
}

.bankrupts-scheme {}

.bankrupts-scheme__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 90px;
}
.bankrupts-scheme__item {
    width: 26%;
    width: 33%;
    max-width: 268px;
    text-align: center;
}
.bankrupts-scheme__img {
    display: inline-block;
    height: 86px;
}
.bankrupts-scheme__text {
    margin-top: 19px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.5;
}

.bankrupts-scheme__note {
    margin-top: 30px;
    font-weight: 200;
}

.postid-8818 .service__text-important {
    display: none;
}


@media (max-width: 1169px) {
    .icon__item--work {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .icon__item--work .icon__item-img {
        margin-bottom: 8px;
    }
}
/** /@media (max-width: 1169px) */

@media (max-width: 1170px) and (min-width: 768px/*1170.98px*/) {
    .header__container {
        align-items: flex-start;
    }

    .header__logo {
        flex-shrink: 0;
    }

    .header__contacts {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .header__licence {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        font-size: 14px;
    }

    .header__licence-small {
        display: inline-block;
    }

    .header__locaton {
        padding: 0;
        margin: 0;
        /* padding-right: 10px; */
        /* margin-left: 10px; */
        font-size: inherit;
    }

    .header__locaton::before {
        display: none;
    }

    .header__locaton-icon {
        width: 32px;
        height: 32px;
    }

    .header__locaton-text span {
        font-size: inherit;
    }

    .header__phone {
        padding: 0;
        margin: 0;
        border: none;
    }

    .header__phone-icon {
        width: 28px;
        height: 32px;
    }

    .header__phone a:first-child {
        font-size: 16px;
    }

    .header__nav nav ul li:not(:last-child) {
        margin-right: 0;
        /* margin-right: 30px; */
    }

    .menu-main {
        justify-content: space-between;
    }

    .icon__item--work {
        padding: 0 10%;
    }
}
@media only screen and (max-width: 991px/*1170.98px*/) {
    .header__container {
        display: block;
    }

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

    .header__nav-lang {
        /* top: 55px; */
        position: absolute;
        /* top: 63px; */
        top: 0;
        right: 0;
    }
    
    .header__lang-item {
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 15px;
        font-weight: 300;
        color: #e5e5e5;
    }
    
    .header__lang-item a {
        font-weight: 600;
        color: inherit;
        line-height: 1.35;
        color: #fff;
    }

    .header__nav-lang ul li span,
    .header__nav-lang .lang-item {
        /* display: none; */
        color: #434343;
    }

    .header__nav-lang ul li.current-lang span,
    .header__nav-lang .current-lang {
        display: none;
    }

    .header__nav-lang ul li.current-lang span:after,
    .header__nav-lang .current-lang:after {
        background-color: #434343;
    }

    .lang-item:nth-of-type(n+2) {
        border: 0;
    }

    .icon__item p {
        padding: 0 15px;
    }

    .main-wrapper {
        /* padding-top: 214px; */
        padding-top: 142px;
    }

    .header__licence p {
        line-height: 1.2;
        padding: 5px 0;
    }

    .header__mobile .logo__img {
        flex: 0 0 auto;
    }

    .header__mobile .logo__img img {
        /* width: 56px; */
        /* height: 55px; */
    }

    .header__locaton-text span {
        color: #434343;
    }

    .header__locaton-text {
        line-height: 1.3;
    }

    .header__locaton-text a span {
        color: #7b0404;
    }

    .header__logo a>div:not(.logo__img) {
        display: flex;
        flex-wrap: wrap;
    }

    .header__mobile .logo__title {
        /* margin-right: 5px; */
        /* font-size: 24px; */
        margin-right: 0;
        font-size: 23px;
        letter-spacing: 0;
    }

    .header__mobile .logo__description {
        /* font-size: 16px; */
        /* margin-top: 5px; */
        /* letter-spacing: 2.3px; */
        font-size: 15px;
        width: 100%;
        letter-spacing: 1.7px;
    }

    .header__licence {
        font-size: 10px;
    }

    .header__nav-mobile .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .header__nav-mobile-menu:after {
        top: 0;
    }

    .header__nav-mobile .header__phone {
        padding-top: 0;
        padding-bottom: 0;
        color: #fff;
    }

    .header__nav-mobile .header__phone-link {
        color: inherit !important;
    }

    .header__nav-mobile .header__phone-link span {
        color: inherit !important;
    }

    .burger__text {
        position: absolute;
        left: 45px;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 991px/*1023.98px*/) {
    .all-team{
    align-items: flex-start !important;
}
	.affairs__item-content .title{
		text-align: center;
	}
	.serv_video {
		float: none;
		margin-left: 0;
	}
	.serv_video iframe{
		width: 100%;
	}
    .newsPage .newsImg {
        margin-bottom: 15px;
    }
    .newsSinglePage .newsImg {
        margin-right: 0;
        float: none;
    }
    .newsPage .newsImg img {
        width: 100%;
    }
    .newsPage .newsText {
        clear: both;
        margin-left: 0;
        margin-top: 15px;
    }
	.lawyer__description-phone{
	    margin-top: 0;
}
}
.popup {
    max-width: 820px;
}
.popup h4,
.popup .h4 {
    font-weight: 400;
    font-size: 30px;
}
.popup h4 span,
.popup .h4 span {
    color: #7b0404;
}
.popup p {
    margin-bottom: 0;
    margin-left: 30px;
}
.form__desc {
    display: block;
    margin-left: 30px;
}
.formBlock {
    width: 100%;
}
.formBlock input {
    width: 100%;
    max-width: 100%;
    height: 41px;
    border: 1px solid #cacaca;
    color: #434343;
    font-family: inherit;
    font-size: 14px;
    border-radius: 3px;
    padding-left: 11px;
    padding-right: 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.popup input::placeholder {
    color: #434343;
}
.popup textarea::placeholder {
    color: #434343;
}
.popup textarea {
    width: 100%;
    max-width: 100%;
    height: 120px;
    border: 1px solid #cacaca;
    color: #434343;
    font-family: inherit;
    font-size: 14px;
    border-radius: 3px;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.popup.fancybox__content > .carousel__button.is-close {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    padding: 5px;
    color: #7b0404;
    border: 2px solid #7b0404;
    border-radius: 50%;
    box-shadow: none;
}
.carousel__button svg {
    /*filter: none;*/
}
.ok {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: auto;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
}
.ok p {
    margin-left: 0 !important;
}
.form {
    position: relative;
}
.form .ok {
    color: #000;
}
.nameInput {
    background-image: url(content/images/src/user-bg.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 24px;
}
.phoneInput {
    background-image: url(content/images/src/phone-bg.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.emailInput {
    background-image: url(content/images/src/email-bg.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 22px;
}
.form form input:not([type="checkbox"], [type="submit"]) {
    background-image: none !important;
}
.header__nav nav ul li a {
    white-space: nowrap;
}

.main-menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}
.tax_articles .ddl-menu {
    padding-left: 15px;
    background: transparent;
    margin-left: 0;
}
.tax_articles .ddl-menu-item {
    color: #7b0404;
    text-decoration: none;
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.5;
    list-style: circle;
}
.tax_articles .ddl-menu-item a {
    color: #7b0404;
}
.docs .container > h2 {
    font-size: 28px;
    color: #434343;
    font-family: "Gilroy-Bold";
}
.docs h3 {
    font-size: 20px;
    color: #434343;
    font-family: "Gilroy-Bold";
}
.docs__block {
    column-count: 2;
}
.docs__block a {
    text-decoration: none;
    color: #7b0404;
    /* line-height: 1.5; */
    line-height: 1.35;
}
.docs__block a:hover {
    text-decoration: underline;
}

.docs__block ul li {
    padding-left: 24px;
    margin-bottom: 10px;
    position: relative;
}
.docs__block ul li:before {
    content: url(/wp-content/uploads/2022/06/file6.png);
    /* position: relative; */
    /* top: 3px; */
    position: absolute;
    top: 0;
    left: 0;
    /* margin-right: 3px; */
}
.docs__block-item {
    display: inline-grid;
    font-size: 18px;
}

.docs__block-item h3 {
    margin-bottom: 16px;
}

a.docs__title-link {
    color: inherit;
    text-decoration: underline;
}

a.docs__title-link:hover {
    color: var(--theme-red);
    text-decoration: none;
}

p:empty {
    display: none;
}
.docs-img {
    width: 100%;
    max-width: 100%;
}
.docs__url {
    margin-bottom: 15px;
}
.docs__url img {
    margin-right: 15px;
}
.docs__url a {
    font-size: 18px;
    text-decoration: none;
    color: #7b0404;
}
.docs__url a:hover {
    text-decoration: underline;
}
.docs_warn {
    margin-top: 70px;
    border-top: 1px solid #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
    font-size: 23px !important;
    font-style: italic;
    padding: 30px 0;
}
.docs_warn img {
    flex: 0 0 auto;
    margin-right: 15px;
}
.docs__btn {
    margin-top: 70px;
}
.docs__content a {
    color: #7b0404;
}
.contacts__locaton svg {
    width: 30px;
    height: 30px;
    stroke: #434343;
}
.contacts__locaton-text svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.contacts__locaton-icon {
    margin-right: 5px;
}
.contacts__phone-icon {
    margin-right: 5px;
}
.contacts__locaton-text a {
    color: #7b0404;
    font-size: 14px;
    text-decoration: none;
    margin-top: 3px;
}
.contacts__phone a {
    color: #434343;
    text-decoration: none;
    font-size: 18px;
}
.contacts__phone a span {
    color: #7b0404;
}
.contacts__phone svg {
    width: 30px;
    height: 24px;
    fill: #434343;
}
.contacts__email svg {
    width: 24px;
    height: 22px;
    fill: #434343;
}
.contacts__email .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 30px;
    max-width: 30px;
    margin-right: 5px;
}
.contacts__email a {
    color: #7b0404;
    text-decoration: none;
    font-size: 18px;
}
.contacts__desc {
    line-height: 1.5;
}
.contactMap{
    height: 300px;
}
.yandex-reviews{
    height: 100%;
    min-height: 940px;
}
.docs-pagination span:only-child {
    display: none;
  }
.current-menu-item a:before, .current-menu-item a:after{
    opacity: 1 !important;
}
.lawyer .price__wrap-item-block-header-title{
	    width: 70%;
    max-width: 70%;
}
.lawyer .price__wrap-item-block-header-currency{
	width: 30%;
    max-width: 30%;
}
.lawyer .price__wrap-item-block-content-row span:first-child {
    width: 70%;
    max-width: 70%;
}
.lawyer .price__wrap-item-block-content-row span:last-child{
    flex: 0 0 auto;
    width: 30%;
    max-width: 30%;
}
.newsText a{
    color: #7b0404;
}
.how__item-img{
    -webkit-filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, .35));
    filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, .35));
}
p{
    line-height: 1.4;
}
.affairs__item-content p span:last-child {
    line-height: 1.4;
}
.affairs__item-content .title{
    line-height: 1.4;
}
/* .icon__item p{
    padding: 0 5px;
} */
.breadscrumb{
    margin-top: 30px;
}
.team__wrap-item-description .title{
    padding-right: 5px;
}
.header__locaton-text a span:last-child{
    top: 0;
}
.icon__item a p.title{
    font-size: 18px;
}
.min-icon a{
    padding: 10px;
    height: 100%;
    pointer-events: none;
}
.min-icon a p{
    margin: 0 15px;
}
.mt-40{
    margin-top: 40px;
}
@media only screen and (max-width: 991px/*1023.98px*/) {
	.price__wrap-item-block-header-currency .icon{
		top: 0;
	}
	.price__wrap-item-block-header-currency span{
		display: initial;
	}
	.list__services ul>li a:before,
    .file-block ul li a:before,
    .text-block ul li a:before{
		display: none;
	}
    .team__wrap-item{
        height: auto;
    }
     .certificates__grid .certificates-scrollbar,.certificates__row .certificates-scrollbar{
        margin-top: 15px;
    } 
    .certificates__grid .swiper-slide,.certificates__row .swiper-slide{
        height: auto !important;
    }
    .certificates__grid .swiper-autoheight .swiper-wrapper,.certificates__row .swiper-autoheight .swiper-wrapper{
        align-items: flex-start;
        transition-property: transform,height;
    }
    .breadscrumb {
        margin-top: 14px;
        line-height: 1.5;
    }
    .docs__btn .btn {
        font-size: 14px;
    }
    .docs_warn {
        font-size: 18px !important;
    }
    .docs_warn img {
        width: 40px;
        max-width: 40px;
    }
    .docs-img {
        margin-bottom: 30px;
    }
    .docs__btn {
        margin-top: 10px;
    }
    .docs_warn {
        padding: 15px 0;
        margin-top: 30px;
    }
    .stereotype__wrap .row .col-6 div {
        height: initial;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .stereotype .subtitle__bg:before {
        display: none;
    }
    .myths__item {
        display: flex;
        flex-direction: column-reverse;
    }
    .stereotype .subtitle {
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .myths__item .subtitle__bg {
        background-color: #5e5e5e !important;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .stereotype__wrap .row:nth-child(even) .col-6:first-child div {
        background-color: transparent;
    }
    .facts__item {
        background-color: #f2f2f2;
    }
    .facts__item .subtitle {
        padding: 0 15px 15px;
    }
    .arbitr__icons-item:first-child .icon__item-img:before,
    .arbitr__icons-item:nth-child(2) .icon__item-img:before,
    .arbitr__icons-item:nth-child(3) .icon__item-img:before,
    .arbitr__icons-item:nth-child(4) .icon__item-img:before,
    .arbitr__icons-item:nth-child(4) .icon__item-img:after {
        display: none;
    }
    .mb-30-md {
        margin-bottom: 30px;
    }
    .help__wrap.bg__light img.h-100{
        height: initial !important;
    }
    .docs__block {
        column-count: 1;
    }
}
@media only screen and (max-width: 767.98px){
    .text-block h3, 
    .file-block h3 {
        font-size: 24px;
    }

    .header__nav-mobile button.btn {
        padding: 6px 6px;
        font-size: 14px;
    }

    .price__wrap-item-block-content-row span:first-child {
        width: 70%;
        max-width: 70%;
    }
    .price__wrap-item-block-content-row span:last-child {
        width: 30%;
        max-width: 30%;
    }
    .price__wrap-item-block-header-title{
        width: 70%;
        max-width: 70%;
    }
	.price__wrap-item-block-header-currency{
        width: 40%;
        max-width: 40%;
	}

    .video__wrap { 
        margin-bottom: 30px;
    }

    .newsSinglePage .newsImg {
        margin: 0 auto 15px;
    }

    .certificates__item a img {
        height: auto;
    }

    .popup .wpcf7 .recaptcha { 
        width: 100%;
        margin-top: 15px;
    }

    .popup .wpcf7 .form__desc {
        max-width: calc(100% - 150px);
        margin-left: auto;
    }

    .bankrupts-scheme {
    }
    .bankrupts-scheme__list {
        /* flex-direction: column; */
        /* align-items: center; */
        gap: 15px;
    }
    .bankrupts-scheme__item {
        /* width: 100%; */
        width: 47%;
        max-width: 260px;
    }
    .bankrupts-scheme__img {
    }
    .bankrupts-scheme__text {
        margin-top: 10px;
    }
    .bankrupts-scheme__note {
    }

    .icon__item--work {
        font-size: 14px;
    }
}
/** /@media only screen and (max-width: 767px) */

@media only screen and (max-width: 500px){
    blockquote {
        padding-right: 20px;
        padding-left: 40px;
    }

    blockquote::before {
        width: 20px;
    }

    .home__head{
        display: none;
    }
    .home__head_mob{
        display: block;
        width: 100%;
        object-fit: cover;
    }
    .footer__top {
        background: url(content/images/dest/footer-bg-mob.webp) 0 0/cover no-repeat;
    }
    .bg__form {
        background: url(content/images/dest/form-1-mob.webp) 0 0/cover no-repeat;
    }
    .consultation {
        background: url(content/images/dest/consult-bg-mob.webp) 0 0/cover no-repeat;
            height: 395px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
	.page__header-title .h2, .page__header-title h2{
		font-size: 24px;
	}
    .price__wrap-item-block-content-row span:first-child {
        width: 60% !important;
        max-width: 60% !important;
    }
    .price__wrap-item-block-content-row span:last-child {
        width: 40% !important;
        max-width: 40% !important;
    }
    .price__wrap-item-block-header-title{
        width: 60% !important;
        max-width: 60% !important;
    }
}

@media (max-width: 399px) and (min-width: 360px) {
    .header__phone a:first-child {
        font-size: 16px;
    }
}

@media (max-width: 359px) {
    .header__phone a:first-child {
        font-size: 0;
    }

    .header__mobile .logo__title {
        /* font-size: 20px; */
    }

    .header__mobile .logo__description {
        /* font-size: 12px; */
    }

    /* .header__lang-item {
        font-size: 16px;
    } */

    .header__licence {
        font-size: 9px;
    }
}

.list__services-img img {
    /*image-rendering: pixelated;*/
    /*image-rendering: -moz-crisp-edges; !* Firefox *!*/
    /*-ms-interpolation-mode: nearest-neighbor; !* IE *!*/

    /*max-height: 26px;*/
    /*max-width: 32px;*/

    width: 100%;
    height: auto;
    max-width: 20px;
    max-height: initial;
}