.mt-15 {
    margin-top: 15px
}

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

.mb-15 {
    margin-bottom: 15px
}

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

.brown-title h2.title_rtposad:first-letter {
    color: #fff;
}

div#ContentMore3 {
    display: none;
}

.block-perevods__apostil .price_caption {
    background-image: none;
    margin: 0;
    padding: 15px 8px;
    border-radius: 7px;
    align-content: center;
    font-size: 16px;
    line-height: 20px;
    height: auto;
}

.block-perevods.block-perevods__apostil {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    float: none;
}

.block-perevods.block-perevods__apostil>div {
    width: calc(20% - 15px * 4 / 5);
}

.block-perevods.block-perevods__apostil>div .price_uslugi {
    margin: 0;
    max-width: none;
    width: 100%;
}

.block-perevods.block-perevods__apostil>div .price_uslugi,
.block-perevods.block-perevods__apostil>div .price_caption {
    height: 100%;
}

.apostil_table_price {
    padding: 0 35px;
    margin: 0 auto 40px;
}

.apostil_table_price .tableprice-standard {
    max-width: none;
}

.apostil_table_price .btnmore {
    justify-content: center;
    display: flex;
}

.apostil_table_price .btnmore>button {
    margin: 40px 0 0;
}

div#ContentMore2 {
    display: none;
}

.block-perevods__apostil-country {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.block-perevods__apostil-country>* {
    padding: 11px 30px;
    border-radius: 50px;
    background-color: #DD353F;
    font-size: 16px;
    line-height: 20px;
    align-content: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    width: calc(100% / 5 - 15px* 4 / 5);
}

.block-perevods__apostil-country>*:hover {
    background-color: #4D3835;
    text-decoration: none;
    color: #fff;
}

.modulhome.otzyvy .favrev.active {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media (max-width:1000px) {
    .block-perevods__apostil-country>* {
        width: calc(100% / 4 - 15px* 3 / 4);
    }
}

@media (max-width:991px) {
    .block-perevods>.row {
        display: contents;
    }

    .block-perevods>.row::before,
    .block-perevods>.row::after {
        content: none;
    }

    .block-perevods {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .block-perevods>.row>div {
        max-width: 250px;
        flex: 213px;
    }

    .block-perevods>.row>div.clearfix {
        display: none;
    }

    .block-perevods.block-perevods__apostil>div {
        width: calc(100% / 3 - 15px * 2 / 3);
    }
}

@media (max-width:800px) {
    .block-perevods__apostil-country>* {
        font-size: 14px;
    }
}

@media (max-width:740px) {
    .block-perevods__apostil-country>* {
        width: calc(100% / 3 - 15px * 2 / 3);
        font-size: 14px;
    }
}

@media (max-width:610px) {
    .block-perevods.block-perevods__apostil>div {
        width: calc(50% - 15px / 2);
    }
}

@media (max-width:570px) {
    .block-perevods__apostil-country>* {
        width: calc(50% - 15px / 2);
    }
}

@media (max-width:480px) {
    .apostil_table_price {
        padding: 0 20px;
    }
}

@media (max-width:475px) {
    .block-perevods>.row>div {
        max-width: none;
    }

    .block-perevods__apostil .price_caption {
        font-size: 14px;
    }
}

@media (max-width:370px) {
    .block-perevods__apostil-country>* {
        width: 100%;
        font-size: 16px;
    }
}

@media (max-width:360px) {
    .block-perevods.block-perevods__apostil>div {
        width: 100%;
    }

    .block-perevods__apostil .price_caption {
        font-size: 16px;
    }
}

/*форма*/
.ustn-form {
    background: #F2F2F2;
    padding: 15px 20px;
    max-width: 1050px;
    margin: 20px auto 80px;
    position: relative;
}

.ustn-form .calcformlangs,
.ustn-form .viduslug,
.ustn-form .formControls,
.not-float {
    float: none !important;
}

.ustn-form .uploadifive-file_upload {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.ustn-form .file_upload_btn {
    opacity: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 999;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.ustn-form #queue {
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
    padding: 0;
    background: none;
    border-radius: 6px;
    text-align: center;
    border: 0;
}

.ustn-form .nameupfile {
    float: none;
    margin-top: 0;
}

.calcformlangs-flex {
    display: flex;
    column-gap: 10px;
}

.ustn-form .calcformlangs {
    margin: 40px 0 20px;
}

.ustn-form textarea.form-control {
    padding: 16px 12px 6px 20px;
}

.ustn-form .form-control {
    padding-left: 20px;
}

.ustn-form button[type="submit"] {
    background: hsl(108, 65%, 44%);
    color: #fff;
    padding: 10px 18px;
    text-transform: uppercase;
    font-family: ProflingvaFontB, sans-serif;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    box-shadow: 0px 3px 1px #c5c5c5;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-shadow: 0px 3px 1px #c5c5c5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 30px;
    position: absolute;
    bottom: -60px;
    right: 0;
}

.ustn-form input.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.ustn-form .input-wrapp {
    position: relative;
}

.ustn-form .formControls label.error {
    color: #DD353F;
    display: block;
    margin: 0;
    font-size: 14px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 1;
}

.ustn-form label#phone-error {
    top: -22px;
    right: 15px;
}

#carousel-example-generic .carousel-caption {
    min-height: 76px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .calcformlangs-flex {
        flex-direction: column;
        row-gap: 15px;
    }

    #carousel-example-generic .carousel-caption {
        min-height: 58px;
    }
}

@media (max-width: 505px) {
    #carousel-example-generic .carousel-caption {
        min-height: 76px;
    }
}

@media (max-width: 500px) {
    .ustn-form {
        padding: 10px 0;
    }

    .ustn-form .uploadifive-button {
        width: calc(100% - 30px) !important;
        margin: 0 15px !important;
    }

    .ustn-form .calcformlangs {
        margin-top: 0;
    }

    .ustn-form .calcformlangs,
    .ustn-form .formControls.viduslug {
        padding: 0 15px;
    }

    .ustn-form label#phone-error {
        right: 0;
    }

    .ustn-form .uploadifive-queue-item .close {
        right: 10px;
    }

    .ustn-form .uploadifive-queue-item {
        padding-right: 30px;
    }

    .ustn-form .uploadifive-queue-item .filename {
        font-size: 14px;
        line-height: 15px;
        display: block;
    }

    .ustn-form .uploadifive-queue-item .fileinfo {
        font-size: 14px;
        line-height: 15px;
    }
}

@media (max-width: 505px) {
    #carousel-example-generic .carousel-caption {
        min-height: 50px;
    }
}

.price_table_wrapp {
    margin-top: 20px;
}

.price_table_wrapp table.price_table_p,
.price_table_wrapp .search-lang {
    max-width: none;
}

div#ContentMore-table,
#ContentMore-price {
    display: none;
}

.btnmore-table {
    text-align: center;
}

#btnmore-table,
#btnmore-price {
    margin: 20px 0 0;
}

.price_table_wrapp>table.price_table_p tbody {
    border: 0;
}

.not-max-width {
    max-width: none !important;
}

.content-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.ustn-form.sending::before {
    content: "";
    background-color: #F2F2F2;
    background-image: url(/images/gif/logo.gif);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.graycontacts .phone .main-phone a,
.graycontacts span.gray_mail a,
#leftsidebar .phone a {
    color: #000;
    text-decoration: none;
}

#leftsidebar .email .cloaked_email a {
    color: #fff;
    text-decoration: none;
}

.graycontacts .phone .main-phone a:hover,
#leftsidebar .phone a:hover {
    text-decoration: underline;
}

.modulhome.about .rightblock.home-block-text {
    padding-bottom: 0;
}

.price_pismennyy_perevod_home {
    margin-left: auto;
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}

.price_pismennyy_perevod_home>.price_table_wrapp {
    padding-left: 0;
    padding-right: 0;
}

.blog-home {
    padding: 0 3%;
    margin: 0 0 40px
}

.blog-home__header {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 20px;
    align-items: flex-end;
}

.blog-home__header .moduletable {
    text-align: left;
}

.blog-home .newsflash-item {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.blog-home .slick-list {
    margin: 0 -10px;
}

.blog-home-right,
.blog-home-left {
    cursor: pointer;
    height: 40px;
    width: 23px;
    position: absolute;
    top: calc(50% - 22px);
    z-index: 1;
}

.blog-home .blog-home-right {
    right: -30px
}

.blog-home .blog-home-left {
    left: -30px
}

.blog-home .newsflash-item .newsflash-img {
    height: 170px;
}

.blog-home .newsflash-item .newsflash-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-home .slick-arrow svg {
    width: auto;
    height: 100%;
}

.blog-home .newsflash-date {
    display: flex;
    align-items: flex-end;
    font-weight: 300;
    font-size: 12px;
    line-height: 13px;
    column-gap: 5px;
    font-family: ProflingvaFont, sans-serif;
    margin: 5px 0;
}

.blog-home .newsflash-title {
    font-size: 16px;
    text-align: left;
    margin-top: 8px;
    flex: auto;
    line-height: 18px;
}

.blog-home .newsflash-readmore {
    background: #dd353f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    line-height: 15px;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin: 15px 0 10px;
    width: 130px;
    text-align: center;
    text-decoration: none;
}

.blog-home .slick-track {
    display: flex;
}

.blog-home__header>a {
    background: #dd353f;
    color: #fff;
    padding: 5px 18px;
    border-radius: 15px;
    line-height: 15px;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-home__header>a:hover {
    color: #fff;
}

.blog-home .slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 8px;
    margin: 10px 0;
    list-style: none;
    padding: 0;
}

.blog-home .slick-dots li button {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    font-size: 0;
    cursor: pointer;
    background-color: #B8B8B8;
    border-radius: 100%;
    border: 0;
}

.blog-home .slick-dots li.slick-active button {
    background-color: #4E4E4E;
}

.blog-home .newsflash-title a {
    color: #000;
}

.menu-main__close {
    opacity: 0;
}

#menu-main.menu-main-active .menu-main__close {
    opacity: 1;
    transition: opacity .2s .3s;
    position: fixed;
    top: 16px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.block_table_price {
    margin: 20px 0 40px;
}

.block_table_price .tableprice-standard {
    max-width: none;
}

.block_table_price table.price_table_p th {
    text-align: center;
}

.block_table_price table.price_table_p>thead>tr>th:nth-child(3) {
    min-width: 177px;
}

.block_table_price table.price_table_p>thead>tr>th:nth-child(2),
.block_table_price .tableprice-longfirst tr>td:nth-child(2) {
    width: 150px;
}

.price-na-perevod-documentov {
    margin: 20px 0;
}

.price-na-perevod-documentov .search-lang,
.price-posledovatelnii-perevod .search-lang {
    max-width: none;
}

.price-na-perevod-documentov>table.price_table_p>tbody {
    border-bottom: 0;
}

.price-na-perevod-documentov table.price_table_p>tbody>tr>td:nth-child(1)>div {
    width: 180px;
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin: 0 auto;
}

.flex-center {
    justify-content: center;
}

.price-posledovatelnii-perevod {
    margin-bottom: 30px;
}

.price-posledovatelnii-perevod .tableprice-standard {
    max-width: none;
}

#btnmore-table2 {
    margin: 20px 0 0;
}

div#ContentMore-table2 {
    display: none;
}

@media (max-width:1100px) {
    .blog-home .slick-dots>li::marker {
        content: none;
    }
}

@media (max-width:480px) {
    .blog-home .newsflash-title {
        font-size: 15px;
    }

    .block_table_price table.price_table_p>thead>tr>th:nth-child(3) {
        min-width: 86px;
    }

    .block_table_price .tableprice-longfirst tr>td:nth-child(1) {
        font-size: 13px;
    }

    .block_table_price .tableprice-standard tr td {
        padding: 10px 10px;
    }

    .price-na-perevod-documentov .tableprice-longfirst tr>th:nth-child(1),
    .price-na-perevod-documentov .tableprice-longfirst tr>td:nth-child(1),
    .price-na-perevod-documentov .tableprice-longfirst tr>td:nth-child(2),
    .price-na-perevod-documentov .tableprice-longfirst tr>th:nth-child(2) {
        width: 50% !important;
    }

    .price-na-perevod-documentov table.price_table_p>tbody>tr>td:nth-child(1)>div {
        width: auto;
    }
}

@media (max-width:450px) {
    .blog-home .newsflash-item {
        padding: 0;
    }

    .blog-home .slick-list {
        margin: 0;
    }

    .blog-home .mod-list {
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width:420px) {
    .blog-home__header {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 15px;
    }
}

@media (max-width:767px) {
    .content12+.content12 {
        padding-left: 0;
        padding-right: 0;
    }
}

.prefix_chat-icon {
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.2);
    font-size: 25px;
    background-color: #1a73e8;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10001;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}


/**/
.block-contents__title svg {
    transform: rotate(270deg);
    width: 8px;
    height: auto;
}

h2.block-contents__title {
    margin-top: 0;
}

.block-contents__title.close svg {
    transform: rotate(90deg);
}

ul.block-contents__list {
    margin-top: 15px;
    padding-left: 10px;
    width: 100% !important;
}
.block-contents__list ul {
    padding: 5px 0;
}
.block-contents__list .sub_1 {
    margin-left: 20px;
}

.block-contents__list li {
    font-size: 14px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.block-contents__list li a {
    color: #333;
    text-decoration: underline;
}
.block-contents__list li a:hover {
    text-decoration: none;
}
.block-contents__list li::marker {
    content: none;
}
.blog-text__text h2,
.blog-text__text h3 {
    position: relative;
}
.block-contents__anchor-link {
    position: absolute;
    top: -150px;
}
.type-page>.entry-content>.row-height {
    margin-bottom: 20px;
}

/**/
.page-blog {}

.page-blog .mostreadblog h3 {
    padding: 0;
    margin: 0;
}

.page-blog .intro-mostpopular {
    padding: 4% 0%;
}

.page-blog a.btn-mostpop {
    text-transform: uppercase !important;
    font-family: ProflingvaFontB, sans-serif !important;
}
.service_panel_wrapp {
    display: flex;
    column-gap: 30px;
    align-items: center;
}
.page-blog .ya-share2 {
    margin: 0;
}
.page-blog .header_title_article {
    padding: 15px 0 15px 8%;
}
.service_panel__rating {
    display: flex;
    align-items: center;
}
.ya-share__mob {
    margin: 20px 0 0;
}
.page-blog .blog-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
.blog-text h3 {
    margin-top: 20px;
}
.blog-img {
    float: left;
    padding: 0 20px 12px 0;
    max-width: 50%;
}
.page-blog .blog-text {
    white-space: normal;
}

.block-img-contents {
    display: flex;
    column-gap: 30px;
    margin: 0 -20px;
    padding-right: 20px;
}
.block-img-contents .blog-img {
    padding: 0;
}
.blog-text__text {
    white-space: pre-wrap;
}
.block-img-contents+.blog-text__text {
    margin-top: -15px;
}

.blog-bottom__info {
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin-top: 30px;
}
.blog-bottom__info-img {
    flex: 0 0 250px;
}
.blog-bottom__info-img>img {
    max-width: 100%;
}
.blog-bottom__info-rating {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    flex: 0 0 185px;
}
.blog-bottom__info-autor {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 5px;
    align-items: flex-end;
}

.blog-bottom__info-rating .vote-block {
    margin: 0;
}
.blog-bottom__info-rating>span:first-child,
.blog-bottom__info-autor>span:first-child {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.blog-bottom__info-rating>span:first-child::first-letter,
.blog-bottom__info-autor>span:first-child::first-letter {
    color: #DD353F;
}
.blog-bottom__info-autor a {
    font-weight: 600;
}
.blog-bottom__info-autor>span:last-child {
    color: #acabab;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}
.service_panel__rating .vote-block .rating-text {
    display: none !important;
}
@media (min-width: 711px) {
    .ya-share__mob {
        display: none;
    }
}
@media (max-width: 1250px) {
    .service_panel_wrapp .read_time>span:nth-of-type(2),
    .service_panel_wrapp .number_reads>span:nth-of-type(2),
    .service_panel__rating>span:first-of-type {
        display: none;
    }
    .service_panel__rating .vote-block {
        margin-left: 0;
    }
}
@media (max-width: 1155px) {
    .blog-bottom__info-img {
        width: 100%;
        display: none;
    }
    .blog-bottom__info {
        flex-wrap: wrap;
        row-gap: 20px;
    }
}
@media (max-width: 991px) {
    article>.entry-content>.left_with_content {
        display: none;
    }
    .block-img-contents {
        margin: 0;
        padding: 0;
    }
}
@media (max-width: 710px) {
    .service_panel_wrapp .ya-share2 {
        display: none;
    }
}
@media (max-width: 600px) {
    .blog-text .blog-img {
        float: none;
        max-width: none;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        padding: 0;
    }
    .block-img-contents {
        margin: 0;
        flex-direction: column;
        padding: 0;
    }
    .blog-bottom__info-autor {
        flex: 1 1 100%;
    }
}
@media (max-width: 480px) {
    .page-blog .header_title_article {
        padding: 15px 20px;
    }
    .service_panel_wrapp {
        column-gap: 20px;
    }
}
@media (max-width: 420px) {
    .service_panel_wrapp {
        column-gap: 15px;
    }
}
@media (max-width: 400px) {
    .service_panel_wrapp {
        flex-wrap: wrap;
        row-gap: 15px;
    }
}

/*rating*/
.vote-block {
    overflow: hidden;
    margin-left: 10px;
    position: relative;
}
.service-panel-bottom__rating .vote-block {
    overflow: hidden;
    margin-left: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    margin-top: 5px;
}
.vote-block .rating-info {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #000;
}
.vote-block span.rating-text {
    font-size: 13px;
    display: block;
    color: #acabab;
}
.vote-block .rating {
    list-style: none;
    margin: 0;
    width: 100px;
    padding: 0;
    height: 20px;
    vertical-align: middle;
}
.vote-block .rating:hover li {
    background-image: url("../images/star@2x.png");
    background-size: 20px 60px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vote-block .rating:hover li {
        background-image: url("../images/star@2x.png");
        background-size: 20px 60px !important;
    }
}
.vote-block .rating li {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0;
}
.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
    background-position: 0 -40px;
}
.vote-block.disabled .rating li.current {
    display: block;
    z-index: 10;
}
.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
    background-position: 0 -30px;
}
.vote-block li.current {
    display: none;
}
.vote-block ol.show-current {
    position: relative;
}
.vote-block ol.show-current .current::before,
.vote-block ol.show-current li::before {
    content: none;
}
.vote-block ol.show-current li {
    cursor: default;
    z-index: 2;
    position: relative;
}
.vote-block ol.show-current li.current {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url("../images/star@2x.png");
    background-size: 20px 60px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vote-block ol.show-current li.current {
        background-image: url("../images/star@2x.png");
        background-size: 20px 60px !important;
    }
}
.vote-block ol.show-current li.current span {
    display: block;
    height: 20px;
    width: 0;
    background: inherit;
    background-position: 0 -40px;
}
