figure {
    margin: 0;
}

.bg-white {
    background-color: #fff;
}

.mt0 {
    margin-top: 0 !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt30 {
    padding-top: 30px !important;
}

/*
.pt60{
    padding-top: 60px !important;
}
*/
.pt90 {
    padding-top: 90px !important;
}

/*
.mw_1000{
    max-width: 1000px !important;
}
*/
.no_mw {
    max-width: unset;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.flex-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.v-line.space::after {
    background-repeat: space !important;
}

.bold {
    font-weight: bold;
}

.t-d-none {
    text-decoration: none !important;
}

.no-wrap-text {
    white-space: nowrap;
    font-style: unset;
    font-size: inherit !important;
    font-weight: normal !important;
}

.sect-heading .h-head {
    order: 2;
    margin-left: 0;
}

.top-box-design-portfolio .case-top-text .top-descr {
    max-width: 600px;
}

.top-box-design-portfolio div.breadcrumbs_ span {
    color: #d1c9c9;
}

.top-box-portfolio-case {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-bordered {
    border: 7px solid #e8e8e8;
}

.case-top-text .top-descr.small {
    max-width: 400px;
}

.main-pofrtfolio-page .case-top-img {
    max-height: 65%;
}

.s-case-list span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}

.case-list-name {
    width: 200px;
    margin-right: 60px;
}

.client-descr {
    margin-bottom: 45px;
}

.client-descr p {
    font-size: 16px;
    line-height: 1.6;
}

.client-descr p:last-child {
    margin-bottom: 0;
}

.site-blocks-preview {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.s-case-tasks {
    margin-top: 0;
}

.slider-before-work .owl-stage-outer,
.slider-result-work .owl-stage-outer {
    overflow: visible !important;
}

.slider-before-work img,
.slider-result-work img {
    width: 100%;
}

.slider-before-work .case-img-desc,
.slider-result-work .case-img-desc {
    margin-top: 12px;
    padding-left: 7px;
    line-height: 1.77;
}

.slider-before-work-wrap .case-similar-box,
.slider-result-work-wrap .case-similar-box {
    bottom: 0;
    top: unset;
    left: 15px;
    width: 100%;
}

.v-frame {
    min-height: 600px;
    background-attachment: fixed;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media(min-width: 1200px) {
    .s-similar-case {
        padding-bottom: 85px !important;
    }

    section.top-box {
        margin-bottom: 45px !important;
    }
}

.s-case-after .s-case-after-item:last-child {
    /*  margin-bottom: 0;*/
}

.s-case-after-part-title {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.4;
}

.s-case-after-part-title span {
    display: inline-block;
    margin-right: 20px;
    color: #DC304A;
}

.s-case-after-item p+figure,
.s-case-after-item figure+p {
    margin-top: 30px;
}

.s-case-after-item span.case-img-desc {
    font-size: 13px;
}

.s-case-after-item span.special {
    color: #dc304a;
    font-size: 21px;
    text-decoration: underline dashed
}

.case-list-desc.work-desc {
    max-width: 100%;
}

.case-list-desc.behance-link a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.case-list-desc.behance-link svg {
    margin-right: 12px;
}

.case-number-info {
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-number-info-item {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 21px;
    line-height: 34px;
    color: rgba(10, 2, 2, 0.6);
}

.case-number-info-item span {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #DC304A;
}

@media(max-width: 450px) {

    .case-list-desc.work-desc,
    .case-list-desc.behance-link {
        max-width: 100%;
    }
}

.video-wrap {
    position: relative;
    max-width: 820px;
}

.video-wrap.paused::before {
    content: '';
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 26px);
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.4);
    transition: .35s;
    z-index: 2;
}

.play-btn {
    position: absolute;
    height: 60px;
    width: 90px;
    left: calc(50% - 45px);
    top: calc(50% - 30px);
    background-image: url('/img/play-btn.svg');
    background-size: cover;
    background-position: center;
    cursor: pointer;
    z-index: 3;
}

.video-wrap video {
    border: 8px solid #E8E8E8;
}

.video-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.77;
    color: rgba(10, 2, 2, 0.6);
}

.main-page-img-grid {
    width: 100%;
    max-width: 820px;
    display: block;
}

.main-page-img-grid img {
    width: 45%;
    margin: 0 0 10px 0;
    vertical-align: top;
}

.main-page-img-grid img:nth-child(even) {
    margin: 0 0 10px 10px;
}

.main-page-img-grid img:first-child {
    margin-left: 0;
}

.case-main-page-descr figure {
    max-width: 820px;
}

.s-case-guideline-grid {
    padding: 24px;
}

.s-case-guideline-grid img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 775px;
}

.s-case-guideline-grid.big img {
    max-width: 1100px;
}

.s-case-after-item-color-scheme {
    margin-bottom: 50px;
}

.s-case-after-item-color-scheme img {
    max-width: 100%;
}

.s-case.s-case-after-smm-work {
    padding: 30px 0 10px;
}

.s-case-after-item-site-structure img {
    max-width: 100%;
}

.s-case-typografie {
    padding: 20px 0;
}

.typografie-items img {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}

.s-case-other-pages img {
    width: 100%;
    max-width: 670px;
    border: 7px solid #e8e8e8;
}

.s-case-poligraphy-image {
    margin: 40px 0 90px;
}

.poligraphy-image {
    display: block;
    margin-bottom: 50px;
    text-align: center;
}

.s-case ul li figure {
    margin-top: 20px;
}

.s-case figure img {
    height: auto;
    border: 8px solid #E8E8E8;
}

.s-case figcaption {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.77;
    color: rgba(10, 2, 2, 0.6);
}

.s-case figure.figure_group_img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}

.s-case figure.figure_group_img_inner {
    flex-wrap: wrap;
    padding: 10px;
    border: 8px solid #E8E8E8;
}

.s-case figure.figure_group_img_inner>* {
    width: 100%;
    margin: 0 0 10px 0;
}

.s-case figure.figure_group_img_inner>*:last-child {
    margin-bottom: 0;
}

.s-case figure.figure_group_img img {
    width: 100%;
    border: none;
}

.s-case-callback.white {
    padding-bottom: 120px;
    margin: -45px 0 0;
    color: #0A0202;
}

.s-case-callback.white input[type="text"],
.s-case-callback.white input[type="email"],
.s-case-callback.white input[type="tel"],
.s-case-callback.white textarea {
    color: #0A0202;
    border-bottom: 1px solid rgba(10, 2, 2, 0.6);
}

.s-case-callback.white input[type="tel"] {
    min-width: 240px;
}

.s-case-callback.white input[type="text"]::placeholder,
.s-case-callback.white input[type="email"]::placeholder,
.s-case-callback.white input[type="tel"]::placeholder,
.s-case-callback.white textarea::placeholder {
    color: rgba(10, 2, 2, 0.3);
}

.s-case-callback.white input[type="text"]:focus,
.s-case-callback.white input[type="email"]:focus,
.s-case-callback.white input[type="tel"]:focus,
.s-case-callback.white textarea:focus {
    border-color: #dc304a;
}

.s-case-callback.white .btn-red {
    box-shadow: 0px 8px 22px -7px rgba(220, 48, 74, 0.85);
}

.s-case-after-item figure {
    margin-bottom: 50px;
}


.top-inner-no-bg {
    padding-top: 70px;
}

.top-inner-no-bg .h1 {
    margin-bottom: 7px;
}

.top-inner-no-bg ul.breadcrumbs {
    margin-bottom: 10px;
}

.top-inner-no-bg ul.breadcrumbs li a {
    color: #A32436;
    line-height: 1.6;
/*    text-decoration: underline;*/
}

.top-inner-no-bg ul.breadcrumbs li::before {
    background-color: #D1C9C9;
}

.top-inner-no-bg ul.breadcrumbs li:last-child a {
    color: rgba(10, 2, 2, 0.6);
    text-decoration: none;
}

.reviews-container {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.reviews-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.review-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 37px;
    padding: 40px 20px 30px;
    background: #F5F5F5;
    overflow: hidden;
    border: none;
}

.review-video-label {
    position: absolute;
    top: 20px;
    left: 20px;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.23;
    color: #A32436;
    text-transform: uppercase;
}

.review-video-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    border: 6px solid transparent;
    border-left: 8px solid #A32436;
}

.client-organization {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    color: #0A0202;
}

.review-author {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(10, 2, 2, 0.6);
}

.review-text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.6;
    color: #0A0202;
}

.review-text p {
    margin: 0 0 5px;
}

.review-text ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.6;
    color: #0A0202;
}

.review-text ul li::before {
    background-color: #0A0202;
}

.review-work-types {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    gap: 10px;
}

.review-work-types div {
    padding: 11px 15px;
    border: 1px solid rgba(10, 2, 2, 0.3);
}

.review-item>noindex {
    margin-top: auto;
}

.review-work-types>div {
    /*padding: 10px;*/
    font-size: 11px;
    line-height: 1.23;
    text-transform: uppercase;
    color: rgba(10, 2, 2, 0.6);
    /*border: 1px solid rgba(10, 2, 2, 0.3);*/
}

.review-work-types>div:first-child {
    margin-left: 0;
}

.review_hover_block {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: .35s;
    background: #A32436;
    opacity: 0;
    transform: translateY(20px);
    z-index: -1;
}

.review_hover_block .video-preview-pic {
    pointer-events: none;
}

.review-item:hover .review_hover_block .video-preview-pic {
    pointer-events: auto;
}

.review_hover_block .client-organization {
    margin: 0 auto 20px 0;
    color: #fff;
}

.review-photo {
    position: relative;
}

.review-photo a::before {
    content: '';
    position: absolute;
    border: 3px solid #A32436;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
}

.review-photo img {
    max-height: 244px;
}

.video-preview-pic {
    position: relative;
    max-height: 244px;
}

.video-preview-pic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 2, 2, 0.6);
}

.video-preview-pic img {
    width: 100%;
    max-height: 100%;
}

.video-btn {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 40px);
    cursor: pointer;
    transition: .35s;
}

.video-btn svg rect {
    transition: .35s;
}

.video-btn:hover svg rect {
    fill: #a32436;
}

.btn_see_review {
    width: 100%;
    margin-top: auto;
    padding: 15px 20px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.25;
    cursor: pointer;
    transition: .35s;
    display: block;
    width: 100%;
}

.btn_see_review:hover {
    background: #FFF;
    color: #0A0202;
}

.btn_see_review.mob_visible {
    /*  width: fit-content;*/
    margin-top: 20px;
    background: #DC304A;
    color: #fff;
    box-shadow: 0px 8px 22px -7px rgba(220, 48, 74, 0.85);
    border: none;
    padding: 19px 10px;
}

.review-modal-wrap {
    background: rgb(207 207 207 / 38%);
    width: 100%;
    height: 100%;
    transition: .35s;
}

.review-modal {
    max-height: 100%;
    max-width: 100%;
    margin: auto !important;
    padding: 0 !important;
    overflow: auto;
}

.review-modal-inner-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px;
    background: #F5F5F5;
}

.review-modal-left {
    width: 100%;
}

.review-modal-left-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 40px;
}

.review-modal-right {
    order: -1;
    width: 100%;
    margin-bottom: 30px;
}

.review-modal-photo {
    padding: 23px 20px;
    background: #fff;
}

.review-modal-photo img {
    max-width: 100%;
    border: 6px solid #F5F5F5;
}

.review-modal-video {
    position: relative;
    width: 100%;
}

.review-modal-video img {
    width: 100%;
}

.review-modal-text p {
    margin: 0 0 5px;
}

.review-modal-text ul li {
    margin-bottom: 5px;
    padding-left: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #0A0202;
}

.review-modal-text ul li::before {
    background-color: #0A0202;
}

.view-cases-btn {
    width: 100%;
    margin-top: 20px;
    padding: 18px;
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    background: #A32436;
    border: 1px solid #A32436;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: .35s;
}

.view-cases-btn:hover {
    color: #A32436;
    background: #F5F5F5;
    text-decoration: none;
}

.review-modal .client-organization {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.review-modal-author {
    font-size: 22px;
    line-height: 1.5;
    color: rgba(10, 2, 2, 0.6);
    margin-bottom: 0;
    padding-bottom: 16px;
}

.client-info {
    margin-bottom: 37px;
}

.client-info-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.client-info-item.type_work {
    align-items: baseline;
}

.client-info-title {
    width: 100%;
    min-width: 200px;
    padding: 0 30px 10px 0;
    color: rgba(10, 2, 2, 0.6);
}

.fancy-close {
    position: absolute;
    /*top: 0;*/
    right: 0;
    /*left: calc(100% - 40px);*/
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background-color: #e8e8e8;
    cursor: pointer;
    opacity: 0.65;
    transition: .35s;
    z-index: 10;
}

.fancy-close.fixed {
    position: fixed;
}

.fancy-close:hover {
    opacity: 1;
}

.fancy-close::before,
.fancy-close::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #6e6e6e;
    position: absolute;
    left: 7px;
}

.fancy-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancy-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.review-modal .fancybox-close-small {
    display: none;
}

.reviews-slider-section {
    position: relative;
    padding: 30px 0;
    margin-bottom: 0;
}

.reviews-carousel {
    padding: 0 15px 20px;
}

.reviews-carousel .owl-stage-outer {
    overflow: visible !important;
}

.reviews-carousel .owl-stage {
    display: flex;
}

.reviews-carousel .review-item {
    width: 100%;
    height: 100%;
    min-height: unset;
    margin-bottom: unset;
}

.btn-all-reviews {
    display: none;
    padding: 16px 20px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #DC304A;
    color: #DC304A;
    text-decoration: none !important;
    transition: .35s;
}

.btn-all-reviews.mob_visible {
    display: block;
}

.btn-all-reviews:hover {
    border: 1px solid #A32436;
    background: #A32436;
    color: #fff;
}

.reviews-slider-section .custom-arrow{
    bottom: 20px;
}

.contact-page-container {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-page-name {
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding-left: 20px;
}

.contact-page-name span {
    padding-right: 68px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
    color: #0A0202;
}

.contact-page-name svg {
    max-width: 250px;
}

.contact-info-wrap {
    margin-bottom: 25px;
    padding: 40px 20px;
    background: #DC304A;
}

.contact-info-item {
    position: relative;
    margin-bottom: 20px;
    z-index: 10;
}

.contact-info-item-name {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
}

.contact-link {
    display: inline-block;
    position: relative;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.35;
    text-decoration: none !important;
}

.contact-address {
    margin-bottom: 48px;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.37;
}

.contact-working-time {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.37;
}

.contact-current-time {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.35;
}

.contact-info-wrap .btn-white {
    border-width: 1px;
}

.contact-info-wrap .btn-white:hover {
    background: #fff;
    border-color: #fff;
    color: #DC304A !important;
}

.contacts-way {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.contacts-way-item {
    width: 100%;
    margin: 0 0 40px 0;
}

.contact-messengers {
    padding-top: 10px;
}

.contact-messengers a {
    margin-right: 10px;
}

.contact-messengers a:last-child {
    margin-right: 0;
}

.contact-social-links {
    padding-top: 10px;
}

.contact-social-links a {
    margin-right: 10px;
    transition: .2s;
}

.contact-social-links a:hover {
    /*transform: scale(1.1);*/
}

.contact-messengers svg path,
.contact-social-links svg path {
    transition: .25s;
}

.contact-messengers a:hover svg path,
.contact-social-links a:hover svg path {
    fill: #A32436;
}

.btn-requisites {
    position: relative;
    padding: 0;
    font-weight: 400;
    font-size: 23px;
    line-height: 1.35;
    color: #FFF;
    background: none;
    border: none;
    cursor: pointer;
}

.btn-requisites::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 0.5px;
    background: #fff;
}

.contact-map {
    max-width: 60%;
    top: 0;
    right: 0;
}

.contact-page-form {
    padding: 0 0 40px;
}

.contact-page-form .send-ok{
    color: #000 !important;
}

.static-form-name {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.4;
    text-transform: uppercase;
}

.static-form-descr {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.static-form input[type="text"],
.static-form input[type="email"],
.static-form input[type="tel"],
.static-form textarea {
    width: 100%;
    color: #222;
    font-weight: 400;
    border-color: #c4c4c4;
    padding-bottom: 20px;
    outline: none;
}

.static-form input::placeholder,
.static-form textarea::placeholder {
    color: #9A9A9A;
}

.static-form textarea {
    resize: none;
}

.static-form input[type="text"]:focus,
.static-form input[type="email"]:focus,
.static-form input[type="tel"]:focus,
.static-form textarea:focus {
    border-color: #dc304a;
}

.static-form [type="file"] {
    display: none;
}

.static-form .form-file-box {
    align-items: center;
}

.static-form-footer {
    flex-wrap: wrap;
}

.static-form .ag-label {
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: rgba(10, 2, 2, 0.6);
}

.static-form .ag-label::before,
.static-form .ag-label::after {
    border-color: #c4c4c4;
}

.static-form .ag-label a {
    display: inline;
    color: rgba(10, 2, 2, 0.6);
}

.static-form .btn {
    max-width: 280px;
    padding: 31px;
}

.form-mess {
    background: #fff;
}

.form-mess img {
    margin-bottom: 20px;
}

.form-mess p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.form-mess .form-mess-result p {
    font-size: 25px;
}

.form-mess .form-mess-result p:first-child {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.4;
    color: #27AE60;
}

.form-mess.error .form-mess-result p:first-child {
    color: #EB5757;
}

.form-mess-btn {
    width: 360px;
    max-width: 100%;
    padding: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #DC304A;
    color: #DC304A;
    transition: .35s;
    cursor: pointer;
}

.form-mess-btn:hover {
    background: #DC304A;
    color: #fff;
}

.order-form-section {
    /*  margin-bottom: 30px;*/
    padding: 80px 0;
    /*  margin-bottom: 30px;*/
    background: #DC304A;
    color: #fff;
}

.order-form-sect-desc {
    position: sticky;
    top: 100px;
}

.order-form-sect-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
}

.order-form-sect-desc p:first-child {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
}

.order-form-section-form input[type="text"],
.order-form-section-form input[type="email"],
.order-form-section-form input[type="tel"],
.order-form-section-form textarea {
    border-bottom: 1px solid #CFCFCF;
}

.order-form-section-form input[type="text"]:focus,
.order-form-section-form input[type="email"]:focus,
.order-form-section-form input[type="tel"]:focus,
.order-form-section-form textarea:focus {
    border-color: #fff;
}

.order-form-section-form textarea {
    resize: none;
    outline: none;
    font-size: 16px;
}

.order-form-fields-wrap {
    justify-content: space-between;
    flex-wrap: wrap;
}

.order-form-fields-wrap label {
    flex-grow: 1;
    width: 100%;
}

.what-interested-fields-title {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.5;
}

.what-interested-fields-wrap {
    flex-wrap: wrap;
}

.what-interested-label {
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    background: #A32436;
    border: 1px solid #A32436;
    transition: .3s;
    cursor: pointer;
}

.what-interested-label:hover {
    border-color: #fff;
}

.what-interested input[type="checkbox"]:checked+label {
    background: rgba(10, 2, 2, 0.6);
    border-color: #fff;
}

.order-form-section-form [type="file"] {
    display: none;
}

.order-form-section-form .form-file-box {
    align-items: center;
}

.order-form-section-form .form-file-box span {
    font-size: 14px;
    line-height: 1.6;
}

.order-form-section-form .form-file-btn {
    border-color: #fff;
    transition: .3s;
}

.order-form-section-form .form-file-btn:hover {
    border-color: #a32436;
}

.order-form-section-form .form-file-btn::before {
    width: 17px;
    height: 17px;
    filter: invert(1);
}

.order-form-section-form .form-file-desc {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #E8E8E8;
    opacity: 1;
}

.order-form-section-form button[type="submit"] {
    padding: 19px 10px;
    background: #FFF;
    color: #DC304A;
    border: 1px solid #fff;
    transition: .3s;
    width: 100%;
}

.order-form-section-form button[type="submit"][disabled] {
    opacity: 0.75;
}

.order-form-section-form button[type="submit"]:not([disabled]):hover {
    background: #A32436;
    border-color: #A32436;
    color: #fff;
}

.order-form-section-form .ag-label {
    width: 100%;
    margin: 0px 30px 20px 0;
    color: #E8E8E8;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
}

.order-form-section-form .ag-label a {
    color: #E8E8E8;
    transition: .3s;
}

.order-form-section-form .ag-label a:hover {
    color: #fff;
}

.order-form-wrap .form-mess {
    background: #dc304a;
}

.order-form-wrap .form-mess .form-mess-result p:first-child {
    color: #fff;
}

.order-form-wrap .form-mess-btn:hover {
    background: #A32436;
    border-color: #A32436;
    color: #fff;
}

.motivation-sect {
    padding: 30px 0;
}

.motivation-sect p {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5;
    color: #0A0202;
}

.motivation-sect p.motivation-head {
    margin-bottom: 10px;
    padding: 10px 30px;
    background: #DC304A;
    color: #fff;
    font-size: 25px;
}

.motivation-sect p.motivation-text {
    margin-bottom: 0;
    font-size: 25px;
}

.requisites-wrap {
    width: 944px !important;
    max-width: 96% !important;
    max-height: 100%;
    padding: 50px 20px;
    background: #fff;
    overflow: auto;
}

.requisites-heading {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.4;
    text-transform: uppercase;
}

.btn-copy {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}

.btn-copy svg {
    transition: .25s;
}

.btn-copy:hover path {
    fill: #DC304A;
}

.btn-copy:hover svg {
    transform: scale(1.05);
}

.btn-copy:hover .tooltip {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.tooltip {
    display: inline-block;
    position: absolute;
    background-color: #0A0202;
    bottom: 100%;
    right: -24px;
    color: #fff;
    font-size: 11px;
    padding: 7px 10px 6px 10px;
    white-space: nowrap;
    margin-bottom: 13px;
    transition: all 0.2s;
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}

.tooltip::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 9px;
    border-top: 9px solid #0A0202;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 99%;
    right: 35px;
    position: absolute;
}

.copy-success {
    display: inline-block;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #27AE60;
    color: #fff;
    font-size: 16px;
    padding: 24px 84px 24px 30px;
    z-index: 1000000;
}

.copy-success-close {
    cursor: pointer;
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.copy-success-close svg {
    float: left;
}

.requisites-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid #E8E8E8;
}

.requisites-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.requisites-item div:first-child {
    width: 100%;
    padding-right: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1, 6;
    color: rgba(10, 2, 2, 0.6);
}

.requisites-item div:last-child {
    width: 100%;
    color: #0A0202;
}

.all-russia-sect {
    padding: 54px 0 0;
    background: #0A0202;
    margin-top: 30px;
}

.all-russia-sect.opacity.v-line::after {
    background-repeat: space;
}

.all-russia-sect-name {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #FFFFFF;
}

.contour-map {
    margin-bottom: 30px;
    top: 0;
    right: 0;
    position: absolute;
    max-width: 256px;
    z-index: -1;
}

.contour-map svg {
    max-height: 153px;
}

.contour-map svg .svg-elem-1 {
    stroke-dashoffset: 7829.70458984375px;
    stroke-dasharray: 7829.70458984375px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.contour-map svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
}

.contour-map svg .svg-elem-2 {
    stroke-dashoffset: 114.93473052978516px;
    stroke-dasharray: 114.93473052978516px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

.contour-map svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
}

.contour-map .cls-1,
.contour-map .cls-2 {
    fill: none;
    stroke: #dc314a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5px;
}

.contour-map .cls-1 {
    fill-rule: evenodd;
}


.company-advantages {
    padding-bottom: 60px;
}

.company-advant-item {
    margin-bottom: 30px;
    color: #fff;
    padding-left: 100px;
    position: relative;
}

.company-advant-item svg {
    margin-bottom: 10px;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 15px;
    top: 5px;
}

.company-advant-item-name {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
}

.company-advant-item-desc {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
}

.seo-optimize-item-text {
    margin-bottom: 0;
}

.section-site-functional {
    padding: 28px 0 68px;
}

.section-site-functional::before,
.section-site-functional::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.section-site-functional::before {
    left: 0;
    background-color: #DC304A;
}

.section-site-functional::after {
    width: 100%;
    right: 0;
}

.small_sect_title {
    margin-bottom: 0 !important;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.6;
    color: #A32436;
    text-transform: none;
}

.line-right-small {
    display: inline-block;
    position: relative;
    padding-right: 114px;
}

.line-right-small::before {
    content: '';
    display: inline-block;
    width: 95px;
    height: 2px;
    background-color: #A32436;
    position: absolute;
    top: 20px;
    right: 0;
}

/*
.site-functional-item-desc {
  padding: 20px 15px 40px;
}
*/

.site-functional-item .item-name {
    -webkit-transition: all .4s cubic-bezier(.17, .67, .24, 1.16);
    transition: all .4s cubic-bezier(.17, .67, .24, 1.16);
}

.site-functional-item .item-name::before {
    content: attr(title);
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.77;
}

.site-functional-item .item-title {
    display: block;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
}

.site-functional-item .item-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
    -webkit-transition: all .3s cubic-bezier(.17, .67, .24, 1.16);
    transition: all .3s cubic-bezier(.17, .67, .24, 1.16);
}

.site-functional-item-img {
    text-align: center;
}

.site-functional-slider-nav {
    display: flex;
    /*position: absolute;
    bottom: 0;
    left: 15px;*/
    z-index: 10;
}

.site-functional-slider-nav .slider-arrow {
    width: 65px;
    height: 65px;
    border: 1px solid transparent;
    background: none;
    transition: .3s;
}


.site-functional-slider-nav .slider-arrow svg path {
    transition: .3s;
}

.site-functional-slider-nav .slider-arrow:hover {
    background-image: none !important;
    /*border-color: #A32436;*/
}

.site-functional-slider-nav .slider-arrow:hover svg path {
    stroke: #A32436;
    stroke-opacity: 1;
}

.site-functional-slider-nav .slider-arrow.arrow-right {
    margin-left: 16px;
}
.section-site-functional::before,
.section-site-functional::after {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
/*  z-index: 1;*/
}
.section-site-functional::before {
    right: 0;
}
.section-site-functional::after {
    
    left: 0;
}
.site-functional-row {
    flex-wrap: wrap;
}
.site-functional-item-img {
    margin-top: 30px;
}
@media(min-width: 992px) {
    .site-functional-item-desc {
        max-width: 570px;
        padding: 75px 20px 0 0;
        overflow: hidden;
    }
    .site-functional-item-img {
        margin-top: 0;
    }
    .site-functional-title {
/*      padding-left: 20px;*/
    }
    .section-site-functional::before {
        background-color: #E8E8E8;
        display: block;
    }
    .section-site-functional::after {
        display: block;
        width: 590px;
        background-color: #dc304a;
    }
    .site-functional-row {
        flex-wrap: nowrap;
    }
    .site-functional-item-img {
        padding-left: 45px;
    }
    .site-functional-slider-nav {
        /*left: calc(590px - 81px);*/
    }
    .site-functional-slider-nav .slider-arrow::before{
        border-color: #fff;
    }
    .site-functional-slider-nav .slider-arrow:hover{
        border-color: #fff;
    }
}
@media(min-width: 1200px) {
    .site-functional-item-desc {
        padding: 75px 40px 0 0;
    }
    
}
@media(min-width: 1440px) {
    .section-site-functional::before {
/*      width: calc(570px + ((100% - 1350px) / 2));*/
    }
    .section-site-functional::after {
        width: calc(570px + ((100% - 1350px) / 2));
    }
    .site-functional-item-img {
        padding-left: 90px; 
    }
    .site-functional-slider-nav {
       /* left: calc(570px + ((100% - 1350px) / 2) - 81px);*/
    }
}
ul.tile-row li::before {
    display: none;
}

.tile-item-name {
    display: block;
}

.section-work-example-wrap {
    padding: 35px 0 47px;
    background: #DC304A;
}

.work-example-slider {
    padding-bottom: 30px;
}

.work-img img {
    width: 100%;
    margin-bottom: 30px;
    border: 5.6px solid #E8E8E8;
}

.work-desc {
    padding-top: 6px;
}

.work-desc-name {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
}

.work-desc-items {
    margin-bottom: 20px;
}

.work-desc-item {
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
    font-size: 21px;
    line-height: 1.41;
}

.work-desc-item:last-child {
    margin-bottom: 0;
}

.work-desc-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
}

.work-desc-item.time::before {
    background: url(/img/icons/timer_icon.svg) no-repeat center;
}

.work-desc-item.team-participant::before {
    background: url(/img/icons/man_icon.svg) no-repeat center;
}

.work-desc-item.cms::before {
    background: url(/img/icons/gear_icon.svg) no-repeat center;
}

.work-price span {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 37px;
    line-height: 1.5;
}

.work-price span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
    height: 100%;
    background: url(/img/icons/rub.svg) no-repeat center;
    background-repeat: no-repeat;
}

.work-example-item .btn {
    padding: 21px 60px;
    min-width: unset;
}

.section-work-example-wrap .dot-right .owl-dots::before {
    transform: translateX(-21px);
    background: #000;
}

.section-work-example-wrap .dot-right .owl-dots::after {
    transform: translateX(21px);
    background: #000;
}

.section-work-example-wrap .owl-dot.active {
    background-color: #000;
}

.work-example-slider-nav {
    margin-left: 0;
}

.work-example-slider-nav .white-slider-btns {
    display: none;
    margin-bottom: -30px;
}

.white-slider-btns .slider-arrow {
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    background: none;
    transition: .3s;
    z-index: 10;
}

.white-slider-btns .slider-arrow svg path {
    transition: .3s;
}

.white-slider-btns .slider-arrow:hover {
    border-color: #000;
    background-color: #000;
    background-image: none !important;
    z-index: 10;
}

/*.white-slider-btns .slider-arrow:hover svg path{
    stroke: #000;
}*/
.white-slider-btns .slider-arrow.arrow-right {
    margin-left: 0;
}

.special-extensions {
    padding: 0 15px 0 15px;
}

.special-extensions-sect-main-text {
    margin-bottom: 30px;
}

.special-extensions-wrap {
    display: flex;
    flex-wrap: wrap;
}

.special-extension-item {
    width: 100%;
    margin: 0 0 50px 0;
}

.special-extension-item img {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid rgba(10, 2, 2, 0.3);
}

.special-extension-name {
    position: relative;
    margin-bottom: 21px;
    padding-bottom: 23px;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.6;
}

.special-extension-item p {
    white-space: normal;
}

.special-extension-item p:last-child {
    margin-bottom: 0;
}

.special-extension-name::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 2px;
    background: #DC304A;
}

.our-rules-sect-head-text {
    margin-bottom: 40px;
}

.our-rules-sect-text {
    max-width: 900px;
}

.our-rules-sect-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}

.our-rules-img-wrap {
    display: none;
    position: sticky;
    top: 120px;
    max-height: 500px;
}

/*.our-rules-img-wrap img{
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: .25s;
}
.our-rules-img-wrap img.active{
    opacity: 1;
}*/
.our-rules-img-wrap picture {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: .25s;
}

.our-rules-img-wrap picture.active {
    opacity: 1;
}

.our-rules-item-desc {
    padding: 0 0 50px;
}

.our-rules-item-desc:last-child {
    padding: 0;
}

.our-rules-item-desc img {
    width: 100%;
    margin-bottom: 20px;
}

.our-rules-item-desc p {
    margin-bottom: 10px;
}

.our-rules-item-desc .name {
    position: relative;
    margin-bottom: 21px;
    padding-bottom: 23px;
}

.our-rules-item-desc .name::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 2px;
    background: #DC304A;
}

.context-page-title {
    max-width: 950px !important;
}

.faq-section {
    padding: 30px 0;
}

.faq-section-title {
    margin-bottom: 30px !important;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
    text-transform: unset;
}

.faq-section-pic {
    display: none;
}

.faq-list {
    margin-bottom: 35px;
}

.faq-item {
    margin-bottom: 25px;
    padding: 25px 45px 15px 30px;
    background: #F5F5F5;
}

.faq-item.opened {
    padding-bottom: 25px;
}

.faq-open-btn {
    width: 26px;
    height: 26px;
    top: 30px;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
}

.faq-open-btn::before,
.faq-open-btn::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transition: .35s;
}

.faq-open-btn::after {
    transform: rotate(90deg);
}

.faq-item.opened .faq-open-btn::before,
.faq-item.opened .faq-open-btn::after {
    background: #DC304A;
}

.faq-item.opened .faq-open-btn::after {
    transform: rotate(0);
}

.faq-question {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.62;
    cursor: pointer;
    transition: .35s;
}

.faq-item.opened .faq-question {
    color: #DC304A;
}

.faq-answer {
    max-height: 0;
    opacity: 0;
    transform: rotateX(45deg);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    transition: .25s;
}

.faq-item.opened .faq-answer {
    margin-top: 10px;
    max-height: 1500px;
    opacity: 1;
    overflow: hidden;
    transform: rotateX(0);
}

.faq-answer p,
.faq-answer ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer ul li {
    margin-bottom: 10px;
    padding-left: 0;
    text-indent: 22px;
}

.faq-answer ul li::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    top: 14px;
    background: #0A0202;
}

.faq-answer a {
    color: #DC304A;
}

.services-items-v2 {
    margin-top: 35px;
}

.form-file-box span {
    display: none;
}

@media(max-width: 767px) {
    .faq-section {
        padding: 40px 0;
    }

    .faq-item {
        padding: 15px 50px 15px 15px;
        margin-bottom: 15px;
    }

    .faq-question {
        font-size: 14px;
    }

    .faq-answer {
        font-size: 12px;
    }

    .faq-open-btn {
        width: 20px;
        height: 20px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .faq-item.opened .faq-open-btn {
        top: 14px;
        margin: 0;
    }

    .faq-open-btn::before,
    .faq-open-btn::after {
        top: 9px;
    }

    .faq-answer p,
    .faq-answer ul li {
        font-size: 12px;
    }

    .faq-sect-cta .btn {
        width: 100%;
        margin-top: 15px;
    }

    .faq-sect-cta-title {
        margin-bottom: 20px;
    }
}

@media(min-width: 420px) {
    .site-blocks-preview {
        height: 400px;
    }

    .btn_see_review {
        width: auto;
    }

    .view-cases-btn {
        width: auto;
    }
}

@media(min-width: 576px) {
    .play-btn {
        height: 90px;
        width: 120px;
        left: calc(50% - 60px);
        top: calc(50% - 45px);
    }

    .contact-page-name span {
        font-size: 26px;
    }

    .contact-page-name svg {
        max-width: unset;
    }

    .case-number-info-item {
        width: 50%;
    }
}

@media(min-width: 768px) {
    .top-inner-no-bg {
        padding-top: 145px;
    }

    .reviews-carousel {
        padding: 50px 0 20px;
    }

    .review-item {
        width: 48%;
    }

    .review-work-types {
        gap: 20px;
    }

    .review-work-types>div {
        /*padding: 12px 16px;*/
        font-size: 13px;
    }

    .review_hover_block .client-organization {
        margin: 0 auto 40px 0;
    }

    .review-modal-inner-wrap {
        padding: 40px;
    }

    .review-modal-left {
        width: 35%;
        margin-bottom: 0;
    }

    .review-modal-right {
        width: 60%;
        order: 2;
        margin-bottom: 0;
    }

    .review-modal-author {
        font-size: 25px;
    }

    .review_sticky_wrap {
        position: sticky;
        top: 40px;
        background: linear-gradient(180deg, #f5f5f5 90%, transparent);
    }

    .btn-all-reviews {
        display: inline-block !important;
        padding: 18px 60px;
        font-size: 16px;
    }

    .btn-all-reviews.mob_visible {
        display: none !important;
        width: auto;
    }

    .s-case figure.figure_group_img_inner>* {
        width: auto;
        margin: 0 10px 0 0;
    }

    .s-case figure.figure_group_img_inner>*:last-child {
        margin-right: 0;
    }

    .contact-page-name {
        margin: 20px 0;
    }

    .contact-page-name span {
        font-size: 42px;
    }

    .contact-info-item:not(.contacts-way) {
        margin-bottom: 40px;
    }

    .contact-info-item-name {
        font-size: 21px;
    }

    .contact-link {
        font-size: 40px;
    }

    .contact-address {
        font-size: 30px;
    }

    .contact-working-time {
        font-size: 30px;
    }

    .contact-current-time {
        font-size: 40px;
    }

    .contacts-way-item {
        width: auto;
        margin: 0 40px 40px 0;
    }

    .contacts-way-item:last-child {
        margin-right: 0;
    }

    .contact-messengers a {
        margin-right: 25px;
    }

    .contact-social-links a {
        margin-right: 22px;
    }

    .requisites-heading {
        margin-bottom: 40px;
        font-size: 35px;
    }

    .requisites-item div:first-child {
        width: 45%;
    }

    .requisites-item div:last-child {
        width: 55%;
    }

    .static-form-name {
        font-size: 35px;
    }

    .static-form-descr {
        font-size: 25px;
    }

    .static-form .ag-label {
        margin: 0 40px 30px 0;
    }

    .static-form .form-file-btn {
        width: auto;
    }

    .all-russia-sect-name {
        font-size: 35px;
    }

    .company-advant-item-name {
        font-size: 21px;
    }

    .company-advant-item {
        padding-left: 15px;
    }

    .company-advant-item svg {
        margin-bottom: 30px;
        position: static;
        width: auto;
        height: auto;
    }

    .contour-map svg {
        max-height: unset;

    }

    .contour-map {
        max-width: none;
    }

    .do-row.do-row-items-4 .do-item {
        width: 46%;
    }

    .order-form-fields-wrap label {
        width: auto;
        margin-right: 30px;
    }

    .order-form-fields-wrap label:last-child {
        margin-right: 0;
    }
}

@media(min-width: 767px) and (max-width: 991px) {
    .top-box-portfolio-case .case-top-img {
        display: none;
    }
}

@media(max-width: 991px) {
    .main-page-img-grid img {
        margin-top: 0 !important;
    }

    .tooltip {
        display: none;
    }
}

@media(min-width: 992px) {

    /*.case-top-text {
        max-width: 820px;
    }*/
    .form-file-box span {
        display: block;
    }

    .main-pofrtfolio-page .case-top-text .top-descr {
        max-width: 65%;
    }

    .top-box-portfolio-case {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .top-box-portfolio-case .case-top-text {
        padding-top: 100px;
    }

    .top-box-portfolio-case .case-top-img {
        max-width: 45%;
    }

    .slider-before-work-wrap,
    .slider-result-work-wrap {
        padding-bottom: 110px;
    }

    .slider-before-work-wrap .case-similar-box,
    .slider-result-work-wrap .case-similar-box {
       /* width: 162px;*/
    }

    .site-blocks-preview {
        height: 600px;
    }

    .main-page-img-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .main-page-img-grid img,
    .main-page-img-grid img:nth-child(even) {
        width: 29%;
        margin-left: 50px;
        margin-bottom: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: min-content;
    }

    .s-case-after-part-title {
        font-size: 45px;
    }

    .s-case-typografie {
        padding: 46px 0 37px;
    }

     .btn-all-reviews {
        padding: 18px 104px;
    }

    .review-item {
        width: 32%;
        padding: 40px 36px;
    }

    .review-text {
        margin-bottom: 50px;
    }

    .review-video-label {
        top: 37px;
        left: 51px;
    }

    .review-text,
    .review-text ul li {
        font-size: 16px;
    }

    .client-organization {
        font-size: 21px;
        line-height: 1.4;
    }

    .review-author {
        line-height: 1.6;
    }

    .review-item:hover .review_hover_block {
        opacity: 1;
        transform: translateY(0);
        z-index: 10;
    }

    .review_hover_block {
        padding: 55px 44px 48px;
    }

    .btn_see_review.mob_visible {
        display: none;
    }

    .review-modal-inner-wrap {
        flex-wrap: nowrap;
    }

    .view-cases-btn {
        padding: 18px 60px;
        font-size: 16px;
        line-height: 1.25;
    }

    .review-modal .client-organization {
        font-size: 37px;
        line-height: 1.5;
    }

    .reviews-carousel .owl-stage {
        padding-bottom: 60px;
    }

    .contact-page-name {
        margin: 50px 0;
    }

    .contact-info-wrap {
        margin: 0 14px 0 0;
        padding: 40px;
    }

    .line-right-small::before {
        top: 17px;
    }

    .section-site-functional {
        padding: 28px 0 49px;
    }

/*
    .section-site-functional::before {
        width: 40%;
    }

    .section-site-functional::after {
        width: 60%;
        background-color: #E8E8E8;
    }
*/

    .site-functional-item-desc {
/*        padding: 15px 60px 0 15px;*/
        color: #fff;
    }

    .site-functional-item .item-title {
        font-size: 28px;
    }

    .site-functional-item-desc .above-title {
        color: #E8E8E8;
    }

/*
    .site-functional-slider-nav {
        left: calc(40% - 81px);
    }
*/

    .site-functional-slider-nav .slider-arrow {
        width: 81px;
        height: 81px;
    }

    .work-example-slider {
        padding-bottom: 100px;
    }

    .work-img img {
        max-width: 650px;
        margin-bottom: 0;
    }

    .work-desc-name {
        margin-bottom: 40px;
    }

    .work-desc-items {
        margin-bottom: 40px;
    }

    .work-price span {
        margin-bottom: 40px;
    }

    .work-example-slider-nav {
        margin-left: 132px;
    }

    .white-slider-btns .slider-arrow {
        width: 81px;
        height: 81px;
    }

    .section-work-example-wrap .white-slider-btns {
        display: flex;
    }

    .special-extensions-sect {
        margin-bottom: 90px;
    }

    .special-extensions-sect-main-text {
        margin-bottom: 50px;
    }

    .special-extensions-wrap {
        flex-wrap: nowrap;
    }

    .special-extension-item {
        max-width: 700px;
        min-width: 700px;
        margin: 0 38px 0 0;
    }

    .special-extension-item:last-child {
        margin-right: 0;
    }

    .special-extension-item img {
        margin: 0 0 34px 0;
    }

    .our-rules-sect-head-text {
        margin-bottom: 80px;
    }

    .our-rules-sect-text p {
        font-size: 21px;
    }

    .our-rules-img-wrap {
        display: block;
    }

    .our-rules-item-desc,
    .our-rules-item-desc:last-child {
        padding: 100px 0 100px 84px;
    }

    .our-rules-item-desc img {
        display: none;
    }

    .our-rules-item-desc .name {
        margin-bottom: 5px;
        padding-left: 66px;
    }

    .our-rules-item-desc .name::before {
        top: 16px;
        width: 50px;
    }

    .contact-page-name {
        padding-left: 40px;
    }

    .main-contact-page-sect::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        background: #DC304A;
    }

    .requisites-wrap {
        padding: 40px 60px;
    }

    .contacts-way-item {
        margin: 0 60px 40px 0;
    }

    .contact-page-form {
        padding: 0 0 40px;
    }

    .static-form-footer {
        flex-wrap: nowrap;
    }

    .static-form .ag-label {
        margin: 0 40px 0 0;
    }

    .all-russia-sect-name {
        margin-bottom: 60px;
    }

    .contour-map {
        position: absolute;
        max-width: 70%;
    }

    .company-advant-item:first-child {
        margin-bottom: 90px
    }

    .form-mess {
        padding: 40px;
    }

    .form-mess img {
        margin-bottom: 40px;
    }

    .form-mess p {
        font-size: 25px;
    }

    .form-mess .form-mess-result p {
        font-size: 31px;
    }

    .form-mess-btn {
        margin-top: 20px;
    }

    .two-cols .seo-optimize-col {
        width: 50%;
    }

    .faq-section {
        padding: 45px 0;
    }

    .faq-list {
        margin-bottom: 60px;
    }

    .faq-item {
        padding: 25px 110px 15px 30px;
    }

    .faq-open-btn {
        right: 30px;
    }

    .faq-section-title {
        font-size: 65px;
    }

    .faq-section-pic {
        display: block;
        margin-top: 90px;
    }

    .faq-question {
        font-size: 21px;
    }

    .faq-sect-cta {
        max-width: 850px;
        margin: 0 auto;
    }

    .faq-sect-cta p:not(.faq-sect-cta-title) {
        margin-bottom: 0;
        font-size: 25px;
        line-height: 1.5;
    }

    .do-row.do-row-items-4 .do-item {
        width: 22.5%;
    }

    .order-form-section {
        /*      margin-bottom: 70px;*/
        padding: 90px 0;
        /*      margin-bottom: 45px;*/
    }

    .order-form-sect-desc p {
        font-size: 21px;
    }

    .order-form-sect-desc p:first-child {
        margin-bottom: 40px;
        font-size: 65px;
    }

    .order-form-section-form .ag-label {
        max-width: 280px;
        margin-bottom: 0;
    }

    .motivation-sect {
        padding: 45px 0;
    }

    .motivation-sect p.motivation-head {
        font-size: 36px;
    }

    .motivation-sect p.motivation-text {
        font-size: 36px;
    }
}

@media(min-width: 1200px) {
    .top-box-design-portfolio .top-descr p {
        font-size: 21px;
        line-height: 1.6;
    }

    .top-box-design-portfolio .top-descr p.subtitle {
        font-size: 25px;
        line-height: 1.5;
    }

    .site-blocks-preview {
        background-attachment: fixed;
    }

    .s-case {
        padding: 30px 0;
    }

    .s-case-after .case-number-info {
        margin-top: 50px;
    }

    .s-case p .regular {
        font-size: 21px;
    }

    .client-descr p {
        font-size: 21px;
    }

    .review-item {
        /*min-height: 550px;*/
    }

    .btn_see_review {
        padding: 19px;
        font-size: 16px;
    }

    .review-modal {
        /*max-height: 90%;
        max-width: 90%;*/
    }

    .client-info-item {
        flex-wrap: nowrap;
    }

    .client-info-title {
        width: auto;
        padding-bottom: 0;
    }

    .client-info-item.type_work .client-info-title {
        padding-top: 6px;
    }

    /*.fancy-close{
        position: absolute;
    }*/
    .reviews-slider-section {
        padding: 45px 0 120px;
        margin-bottom: 0;
    }

    .contact-page-name span {
        font-size: 55px;
    }

    .requisites-wrap {
        padding: 60px 100px;
    }

/*
    .site-functional-item-desc {
        padding: 15px 40px 0 15px;
    }
*/

    .site-functional-slider-nav {
        bottom: 49px;
    }

    .all-russia-sect {
        margin-top: 45px;
    }

    .all-russia-sect-name {
        font-size: 60px;
        /*      margin-top: 45px;*/
    }

    .case-number-info {
        max-width: 520px;
    }

    .case-number-info-item {
        margin-bottom: 50px;
    }

    .case-number-info-item span {
        font-size: 45px;
    }
    .reviews-carousel {
        /*padding-left: 125px;*/
    }
}

@media(min-width: 1200px) and (max-width: 1439px) {
    .top-box-portfolio-case .top-title {
        font-size: 48px !important;
    }
}

@media(min-width: 1250px) {
    .main-pofrtfolio-page .case-top-img {
        max-height: 83%;
    }
}

@media(min-width: 1367px) {
    /*.special-extensions{
        padding: 0 0 0 55px;
    }*/
}

@media(min-width: 1440px) {
    .btn_see_review {
            padding: 19px 56px;
    }

    .review-modal {
            max-width: 1360px;
    }

    .review-modal-left {
            width: 50%;

    }

    .review-modal-right {
            width: 45%;
    }

    .review-modal-photo img {
            max-width: 310px;
    }

/*
    .section-site-functional::before {
            width: 36%;
    }
*/

/*
    .section-site-functional::after {
            width: 64%;
            background-color: #E8E8E8;
    }
*/

/*
    .site-functional-slider-nav {
            left: calc(36% - 81px);
    }
*/

/*
    .site-functional-item-desc {
            padding: 77px 15px 0 15px;
    }
*/

    /*.special-extensions{
    padding: 0 0 0 100px;
}*/
    .all-russia-sect-name {
            font-size: 65px;
    }

    .contour-map {
            max-width: unset;
    }

    .case-top-text.case-top-text-smm {
            max-width: 100%;
            width: auto;
    }

    .order-form-section-form button[type="submit"] {
            padding: 31px 61px;
    }

    .motivation-sect p.motivation-head {
            font-size: 45px;
    }

    .motivation-sect p.motivation-text {
            font-size: 44px;
    }
}

@media(min-width: 1600px) {
    /*.special-extensions{
        padding: 0 0 0 170px;
    }*/
}

@media(min-width: 1700px) {
    /*.special-extensions{
        padding: 0 15px 0 15px;
    }*/
}



.seo-case-v2.new .seo-case-result {
    padding-bottom: 0;
}

.seo-case-v2.new .seo-case-result-box{
    padding: 16px 0 24px;
}
.seo-case-result-box-item .requests {
    order: -1;
}


.seo-grafic-tabs-wrapper{
    margin-top: 16px;
}

.seo-grafic-tab {
    display: none;
    padding: 5px 8px;
    background: #fff;
    /*filter: drop-shadow(4px 0px 12px rgba(11, 2, 2, 0.15));*/
}

.seo-grafic-tab.active {
    display: block;
}

.seo-grafic-tab-head {
    align-items: center;
    margin-bottom: 28px;
}

.seo-grafic-tab-head-left-part{
    flex-wrap: wrap;
    align-items: center;
}

.seo-grafic-tab-title {
    margin: 0 20px 0 0;
    color: #0A0202;
    font-size: 12px;
}

.seo-grafic-period {
    margin-bottom: 0;
    color: #555;
    font-size: 12px;
    line-height: 1.6;
}

.seo-grafic-pic {
    margin-bottom: 28px;
}

.seo-grafic-pic.requests img {
    display: none;
}

.seo-grafic-pic.requests img.active {
    display: block;
}

.seo-grafic-tabs-btn {
    position: relative;
    margin-right: 18px;
    padding: 5px 9px 7px;
    color: #0B0202;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    background: #EEE5E5;
    border: none;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    transition: .3s;
    z-index: 5;
}

.seo-grafic-tabs-btn span {
    position: relative;
}

.seo-grafic-tabs-btn.active span {
    font-weight: 600;
}

.seo-grafic-tabs-btn::before {
    content: '';
    position: absolute;
    top: 1px;
    right: calc(100% - 2px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 28px 16px;
    border-color: transparent transparent #EEE5E5 transparent;
    transition: .3s;
}

.seo-grafic-tabs-btn::after {
    content: '';
    position: absolute;
    top: 1px;
    left: calc(100% - 1px);
    width: 0;
    height: 0;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 28px 0 0 16px;
    border-color: transparent transparent transparent #EEE5E5;
    transition: .3s;
}

.seo-grafic-tabs-btn.active {
    background: #FFF;
    z-index: 10;
}

.seo-grafic-tabs-btn.active::before {
    border-color: transparent transparent #fff transparent;
}

.seo-grafic-tabs-btn.active::after {
    border-color: transparent transparent transparent #fff;
}

.seo-grafic-tabs-btn:first-child::before {
    display: none;
}

.seo-grafic-legend {
    position: relative;
    margin: 0 11px 0 0;
    padding-left: 11px;
    color: #555;
    font-size: 10px;
    line-height: normal;
}
.seo-grafic-legend:last-child{
    margin-right: 0;
}

.seo-grafic-legend::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.seo-grafic-legend.green::before {
    background: #068F6F;
}

.seo-grafic-legend.lazure::before {
    background: #3494FC;
}

.seo-grafic-legend.orange::before {
    background: #FC401D;
}

.seo-grafic-legend.blue::before {
    background: #4384F4;
}

.seo-grafic-legend.pink::before {
    background: #F33EA0;
}

.seo-grafic-search-sytems {
    position: relative;
    padding: 6px 40px 6px 12px;
    border: 1px solid #E8E8E8;
    color: rgba(10, 2, 2, 0.60);
    font-size: 12px;
    cursor: pointer;
}

.seo-grafic-search-sytems::before {
    content: '';
    position: absolute;
    right: 17px;
    top: 10px;
    width: 6px;
    height: 6px;
    border: 1px solid rgba(10, 2, 2, 0.60);
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.seo-grafic-search-sytems::after {
    content: '';
    position: absolute;
    top: -3px;
    right: -9px;
    width: 16px;
    height: 16px;
}

.seo-grafic-search-sytems.yandex::after {
    background: url('/img/yandex-icon.svg') no-repeat center;
    background-size: contain;
}

.seo-grafic-search-sytems.google::after {
    background: url('/img/google-icon.svg') no-repeat center;
    background-size: contain;
}

.search-sytems-list {
    position: absolute;
    width: calc(100% + 2px);
    left: -1px;
    top: calc(100% + 4px);
    padding: 8px 0;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(11, 2, 2, 0.15);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .3s;
}

.search-sytems-list.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.search-sytems-item {
    align-items: center;
    margin-bottom: 14px;
    padding: 0 16px;
    cursor: pointer;
}

.search-sytems-item:last-child {
    margin-bottom: 0;
}

.search-sytems-item .radio-btn {
    position: relative;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 10px;
    border: 1px solid rgba(10, 2, 2, 0.60);
    border-radius: 50%;
    transition: .2s;
}

.search-sytems-item .radio-btn::before {
    content: '';
    display: none;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    ;
    width: 10px;
    height: 10px;
    background: #DC304A;
    border-radius: 50%;
    transition: .2s;
}

.search-sytems-item-pic {
    margin-right: 10px;
}

.search-sytems-item.disabled {
    opacity: 0.4;
    cursor: auto;
}

.search-sytems-item:not(.disabled):hover .radio-btn {
    border-color: #DC304A;
}

.search-sytems-item.active .radio-btn {
    border-color: #DC304A;
    border-width: 2px;
}

.search-sytems-item.active .radio-btn::before {
    display: block;
}


.seo-case-v2.new .seo-case-result-box-item-right{
    min-height: auto;
    margin-top: 0;
}
.seo-case-result-box-item-right.requests-wrapper-outer {
    margin-left: 0;
}

.seo-case-btn{
    margin-top: 24px;
}

@media(max-width:991px){
    .seo-case-btn a:first-child {
        margin-bottom: 0;
    }
}

.seo-case-result-box-item-right.requests-wrapper-outer .seo-case-btn a {
    width: 100%;
    margin-right: 0;
}

.requests-wrapper {
    width: 100%;
}

.requests-wrapper-head {
    justify-content: space-between;
}

.requests-wrapper-title {
    width: 100%;
    margin-bottom: 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.seo-requests-search-sytems {
    position: relative;
    margin-left: auto;
    margin: 0 0 8px auto;
    height: 28px;
    align-items: center;
    padding: 4px 12px;
    color: #fff;
    border: 1px solid #F4677D;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
    transition: .2s;
}

.seo-requests-search-sytems .arrow {
    width: 6px;
    height: 6px;
    margin: 0 8px;
    border: 1px solid #0a02024d;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.search-sytem-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fff;
    background-size: 16px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.seo-requests-search-sytems.yandex .search-sytem-icon {
    background-image: url('/img/yandex-icon.svg');
}

.seo-requests-search-sytems.google .search-sytem-icon {
    background-image: url('/img/google-icon.svg');
}

.seo-requests-search-sytems .search-sytems-item {
    color: rgba(10, 2, 2, 0.60);
}

.requests-position-table {
    display: none;
    max-height: 110px;
    flex-direction: column;
    border: 1px solid #F4677D;
    color: #FFF;
    font-size: 12px;
    line-height: 1.3;
    background: #DC304A;
}

.requests-position-table.active {
    display: flex;
}

.requests-position-table thead {
    position: sticky;
    top: 0;
    background: #F04B65;
    box-shadow: 0px 4px 12px 0px rgba(11, 2, 2, 0.15);
}

.requests-position-table thead tr {
    display: flex;
}

.requests-position-table thead th {
    padding: 6px 40px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    border: none;
}

.requests-position-table thead th:first-child {
    flex-grow: 1;
}

.requests-position-table thead th:last-child {
    width: 94px;
    margin-left: auto;
    padding: 6px 18px 5px 18px;
    border-left: 1px solid #F4677D;
}

.requests-position-table tbody {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(10, 2, 2, 0.30) transparent;
}

.requests-position-table tbody tr {
    display: flex;
}

.requests-position-table tbody tr:nth-child(odd) td {
    background: #DC304A;
}

.requests-position-table tbody tr:nth-child(even) td {
    background: #F04B65;
}

.requests-position-table tbody tr td {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}

.requests-position-table tbody tr td:first-child {
    width: calc(100% - 80px);
}

.requests-position-table tbody tr td:last-child {
    width: 80px;
    border-left: 1px solid #F4677D;
}

.requests-position-table td {
    padding: 4px 20px;
    border: none;
}

.requests-position-table tbody::-webkit-scrollbar {
    width: 4px;/* ширина scrollbar */
}

.requests-position-table tbody::-webkit-scrollbar-track {
    background: transparent;/* цвет дорожки */
}

.requests-position-table tbody::-webkit-scrollbar-thumb {
    background-color: rgba(10, 2, 2, 0.30);    /* цвет плашки */
    border-radius: 8px;    /* закругления плашки */
}


@media(min-width: 360px){
    .seo-grafic-search-sytems{
        white-space: nowrap;
    }
}

@media(min-width: 390px){
    .seo-grafic-tab-head-left-part{
        margin-right: 15px;
    }
}
@media(min-width: 490px){
    .requests-wrapper-title{
        width: auto;
    }
}
@media(min-width: 992px) {
    .seo-grafic-tabs-wrapper{
        margin-top: 0;
    }

    .seo-grafic-tab {
        padding: 26px 19px 20px 20px;
    }

    .seo-grafic-tabs-btn {
        font-size: 16px;
    }
    .seo-grafic-tabs-btn::before {
        border-width: 0 0 34px 16px;
    }

    .seo-grafic-tabs-btn::after {
        border-width: 34px 0 0 16px;
    }

    .seo-grafic-tab-title {
        margin: 0 30px 0 0;
        font-size: 14px;
    }
    .seo-grafic-legend {
        font-size: 12px;
    }
    .seo-grafic-legend::before{
        top: 6px;
    }

    .seo-case-v2.new .seo-case-result-box-item-right{
        margin-top: 30px;
    }
    .seo-case-v2.new .seo-case-result-box{
        padding: 30px 0 175px;
    }
    .seo-case-v2.new .seo-case-result-item [class*="col-"] p:last-child{
        margin-bottom: 0;
    }
    .seo-case-result-box-item .requests {
        order: 2;
    }

    .seo-case-v2.new .seo-case-result {
        padding: 50px 0 32px;
    }
    .requests-position-table {
        max-height: 276px;
    }
    .requests-position-table thead th:last-child {
        width: 124px;
        padding: 6px 40px 5px 26px;
    }
    .requests-position-table tbody {
        padding: 0 20px;
    }
    .requests-position-table tbody tr td:first-child {
        width: calc(100% - 100px);
    }

    .requests-position-table tbody tr td:last-child {
        width: 100px;
    }

    .seo-case-btn{
        margin-top: 30px;
    }

    .seo-case-v2.new .custom-arrow{
        padding-left: 0;
    }
    .seo-case-v2.new .slider-arrow{
        border: none;
    }
}

@media(min-width:992px){
    .seo-case-v2 .animate-slider-nav{
        bottom: 60px;
    }
    .seo-case-v2 .custom-arrow{
        left: -10px;
    }
}

@media(min-width: 1200px){
    .seo-case-v2.new .custom-arrow{
        left: 10px;
    }
}


.seo-case-v2 .slider-arrow:hover{
    background: none !important;
}
.seo-case-v2 .custom-arrow .arrow-left,
.seo-case-v2 .custom-arrow .arrow-right{
    border: 1px solid transparent;
}
.seo-case-v2 .custom-arrow .arrow-left:hover,
.seo-case-v2 .custom-arrow .arrow-right:hover{
    border-color: #fff;
}
.seo-case-v2 .custom-arrow .arrow-left::before,
.seo-case-v2 .custom-arrow .arrow-right::before{
    border-color: #fff;
}


.seo-price+.seo-booklet{
    margin-top: 40px;
}
.seo-price .h-descr{
    margin-bottom: 0;
}
.tariffs-carousel{
    display: flex;
    gap: 15px;
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
}
.tariffs-carousel::-webkit-scrollbar{
   width: 0;
   height: 0;
}

.tariff-item{
    display: flex;
    flex-direction: column;
    width: 280px;
    min-width: 280px;
    max-width: 100%;
    padding: 30px 15px;
    background: #F5F5F5;
}

.tariff-item-top{
    margin-bottom: 26px;
}

.tariff-item-title{
    position: relative;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.39;
}
.tariff-item-title::before{
    content:'';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 90px;
    height: 2px;
    background: #DC304A;
}

.tariffs-search-systems{
    gap: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
}
.tariffs-search-systems img{
    min-width: 24px;
    max-width: 24px;
}

ul.tariff-descr-list{
    margin-bottom: 30px;
}
.tariff-descr-list li{
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #0A02024D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
}
.tariff-descr-list li span{
    font-weight: 700;
    color: #DC304A;
}


.tariff-price{
    margin: auto 0 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.tariff-price span{
    position: relative;
    margin-right: 6px;
    padding-right: 18px;
    font-size: 22px;
}
.tariff-price span::before{
    content:'';
    position: absolute;
    right: 0;
    top: 8px;
    width: 12px;
    height: 16px;
    background: url('/img/icons/ruble.svg') no-repeat center;
    background-size: contain;
}

.tariff-item .btn{
    padding: 15px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
}

.tariffs-slider-nav{
    display: none;
}

.tariffs-slider-nav .custom-arrow{
    bottom: 20px !important;
}



@media(min-width: 992px){
    .seo-price+.seo-booklet{
        margin-top: 75px;
    }
    .tariffs-carousel{
        width: 100%;
        margin: 0 0 116px 0;
        padding: 0;
    }
    .tariff-item{
        width: 100%;
        min-width: 100%;
        max-width: 100%;

    }
   .tariffs-slider-nav{
        display: block;
    }

    .tariffs-slider-nav .dot-left{
        padding-left: 50%;
    }
}

@media(min-width: 1366px){
    .seo-price .h-head{
        margin-bottom: 28px;
        line-height: 1.5;
    }
     .tariffs-carousel{
        overflow: unset;
    }
    .tariffs-carousel .owl-stage-outer{
        overflow: visible;
    }
    .tariff-item{
        padding: 40px 20px;
    }
    .tariff-item-top{
        margin-bottom: 30px;
    }
    .tariff-item-title{
        font-size: 18px;
        line-height: 1.3;
    }
    .tariff-item-title::before{
        bottom: -12px;
    }
    .tariffs-search-systems{
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
    }
    .tariffs-search-systems img {
        min-width: 30px;
        max-width: 30px;
    }
    ul.tariff-descr-list{
        margin-bottom: 20px;
    }
    .tariff-descr-list li{
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
    }
    .tariff-item .btn{
        padding: 16px 8.5px;
        font-size: 16px;
    }

    .tariff-price{
        margin: auto 0 20px;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
    }

    .tariff-price span{
        padding-right: 30px;
        font-size: 37px;
    }

    .tariff-price span::before{
        top: 13px;
        width: 22px;
        height: 26px;
    }

    .tariffs-slider-nav .dot-left{
        padding-left: 45%;
    }
}

@media(min-width: 1440px){
    .tariff-item-title{
        font-size: 20px;
    }

}

@media (min-width: 192px) {
    .tariffs-slider-nav .dot-left {
        padding-left: 46%;
    }
}