@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import "bootstrap-grid.css";
@font-face {
    font-family: "Bitter";
    font-style: regular;
    font-weight: 400;
    src: url("../fonts/bitter-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Bitter";
    font-style: medium;
    font-weight: 500;
    src: url("../fonts/bitter-medium.woff2") format("woff2");
}

@font-face {
    font-family: "Bitter";
    font-style: semibold;
    font-weight: 600;
    src: url("../fonts/bitter-semibold.woff2") format("woff2");
}

@font-face {
    font-family: "Bitter";
    font-style: bold;
    font-weight: 700;
    src: url("../fonts/bitter-bold.woff2") format("woff2");
}

* {
    box-sizing: border-box;
    transition: 0.3s ease;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

input,
textarea {
    outline: none;
    font-family: "IBM Plex Serif", sans-serif;
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.2;
    font-family: "IBM Plex Serif", sans-serif;
    overflow-x: hidden;
    color: #000;
    background-color: #7c2424;
    margin: 0;
}

body.load-overflow {
    overflow: hidden;
}

.checkbox-item {
    position: relative;
    padding-left: 32px;
    max-width: 400px;
}

.checkbox-item input[type=checkbox],
.checkbox-item input[type=radio] {
    display: none;
}

.checkbox-item input[type=checkbox]+label,
.checkbox-item input[type=radio]+label {
    cursor: pointer;
}

.checkbox-item input[type=checkbox]+label::after,
.checkbox-item input[type=radio]+label::after {
    content: "";
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    background-color: transparent;
    left: 0;
    top: 2px;
    border-radius: 0;
    border: 4px solid #afb3cd;
}

.checkbox-item input[type=checkbox]+label::after:hover::before,
.checkbox-item input[type=radio]+label::after:hover::before {
    background-color: #fff;
}

.checkbox-item input[type=checkbox]:checked+label::after,
.checkbox-item input[type=radio]:checked+label::after {
    background-color: #fff;
    border-color: #afb3cd;
}

.checkbox-item label {
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.checkbox-item label a {
    color: #fff;
    text-decoration: underline;
}

.checkbox-item label a:hover {
    opacity: 0.8;
}

.prelouder {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background-color: #7c2424;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.prelouder .louder {
    width: 180px;
    height: 90px;
    background-color: #7c2424;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.prelouder .louder span {
    text-transform: none;
    color: #7c2424;
    line-height: 20px;
    display: block;
    z-index: 2;
    position: relative;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
}

.prelouder .louder::before {
    content: "";
    width: 180px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #23307c;
    z-index: 1;
    animation: line-animated-wait-prelouder 1.6s linear infinite;
}

.loaded .prelouder {
    display: none;
}

@keyframes line-animated-wait-prelouder {
    0% {
        left: -180px;
    }
    100% {
        left: 100%;
    }
}

h1,
h2,
h3,
h4,
p,
input,
button,
a {
    margin: 0;
    padding: 0;
    font-family: "IBM Plex Serif", sans-serif;
}

section {
    position: relative;
}

img {
    width: 100%;
    pointer-events: none;
    cursor: default;
}

img::-moz-selection {
    background-color: transparent;
    color: #fff;
}

img::selection {
    background-color: transparent;
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.all-wrap {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.header-wrap {
    position: fixed;
    width: 100%;
    padding: 15px;
    background-color: #7c2424;
    text-align: center;
    z-index: 999;
}

.header-wrap .nav-wrap {
    position: absolute;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: -40px;
    left: 0;
    padding: 0 45px;
    width: calc(50% + 30px);
    background-color: #fff;
    border-top: 1px solid #afb3cd;
}

.header-wrap .nav-wrap a {
    margin-right: 15px;
    position: relative;
    font-weight: 500;
    color: #9d1d1d;
    font-size: 14px;
    line-height: 20px;
}

.header-wrap .nav-wrap a.contacts {
    display: flex;
    align-items: center;
}

.header-wrap .nav-wrap a.contacts .icon-div {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    background-color: #894444;
    background-image: url("../img/icons/chat.png");
    background-size: 12px;
    background-position: center;
}

.header-wrap .nav-wrap a.contacts span {
    font-weight: 600;
}

.header-wrap .nav-wrap a.-active {
    font-weight: bold !important;
    text-decoration: none;
}

.header-wrap .nav-wrap a.-active span {
    font-weight: bold !important;
}

.header-wrap .nav-wrap a:hover {
    opacity: 0.8;
}

.header-wrap .nav-wrap a:last-child {
    margin-right: 0;
}

.mobile-btn {
    position: relative;
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    display: none;
}

.mobile-btn:hover {
    opacity: 0.8;
}

.mobile-btn li {
    width: 100%;
    background-color: #23307c;
    height: 3px;
}

.mobile-btn li.middle-line {
    width: 80%;
}

.mobile-btn.active li {
    position: absolute;
    top: 8px;
    transform: rotate(45deg);
}

.mobile-btn.active li.middle-line {
    display: none;
}

.mobile-btn.active li:last-child {
    transform: rotate(-45deg);
}

.logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.logo-wrap .logo-txt {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #afb3cd;
    max-width: 100px;
}

.logo-wrap .down-part-of-logo {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
}

.s-header {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    cursor: default;
}

.s-header.-fz20 {
    font-size: 20px;
    line-height: 28px;
}

.main-txt {
    font-size: 14px;
    line-height: 20px;
    cursor: default;
}

.mt40 {
    margin-top: 40px !important;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.for-anchor {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: transparent;
    z-index: -1;
    left: 0;
    top: -120px;
}

.main-wrap {
    padding: 140px 15px;
    min-height: 100svh;
    position: relative;
    background-color: #7c2424;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-wrap.contacts .right-wrap-decor {
    background-image: url("../img/decor2.png");
}

.main-wrap.block1 .accent-wrap .s-header {
    font-size: 26px;
    line-height: 36px;
}

.main-wrap.block2 .right-wrap-decor {
    background-image: url("../img/decor3.jpg");
}

.main-wrap.block4 .right-wrap-decor {
    background-image: url("../img/decor5.jpg");
}

.main-wrap.block5 .right-wrap-decor {
    background-image: url("../img/decor6.jpg");
}

.main-wrap.block3 .right-wrap-decor {
    background-image: url("../img/decor4.jpg");
}

.main-wrap.block3 .btn-s {
    padding: 7px 14px;
    font-size: 14px;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    line-height: 20px;
    max-width: 240px;
}

.main-wrap.block3 .btn-s:hover {
    opacity: 0.95;
}

.main-wrap.block3 .stat-of-us .data-inner {
    cursor: default;
    width: 100%;
    padding: 0;
    background-color: transparent;
}

.main-wrap.block3 .stat-of-us .data-inner .signature-data {
    font-size: 18px;
    line-height: 26px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 500;
}

.main-wrap.block3 .stat-of-us .data-inner .value-data {
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 400;
}

.main-wrap.block3 .categories-of-help {
    flex-direction: column;
}

.main-wrap.block3 .categories-of-help .item-of-help {
    width: 100%;
    opacity: 1 !important;
    cursor: default;
    position: relative;
    border: 8px solid rgba(175, 179, 205, 0.3);
    margin-top: 15px;
}

.main-wrap.block3 .categories-of-help .item-of-help.mt30 {
    margin-top: 30px !important;
}

.main-wrap.block3 .categories-of-help .item-of-help .up-part {
    display: flex;
    align-items: center;
}

.main-wrap.block3 .categories-of-help .item-of-help .up-part .icon-div {
    width: 52px;
    height: 52px;
    margin-right: 15px;
}

.main-wrap.block3 .categories-of-help .item-of-help .up-part .icon-div img {
    max-width: 24px;
    max-height: 24px;
}

.main-wrap.block3 .categories-of-help .item-of-help .up-part .s-header {
    margin-top: 0;
    width: auto;
    max-width: inherit;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
}

.main-wrap.block3 .categories-of-help .item-of-help .main-txt {
    padding-left: 67px;
    color: #2d3668;
    margin-top: -10px;
    font-size: 16px;
    line-height: 22px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.main-wrap .left-wrap {
    height: 100%;
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    z-index: 2;
    max-width: 1200px;
}

.main-wrap .right-wrap-decor {
    width: calc(50% - 30px);
    position: fixed;
    right: 0;
    height: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url("../img/decor1.jpg");
    opacity: 1;
}

.-for-categories-of-help {
    margin-top: 30px;
    color: #dee3ff;
    font-size: 20px;
    line-height: 28px;
}

.avocat-list {
    width: 100%;
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.avocat-list .avocat {
    width: calc(50% - 15px);
    border: 8px solid rgba(175, 179, 205, 0.3);
    background-color: #fff;
    margin-top: 20px;
    padding: 10px;
}

.avocat-list .avocat .up-part {
    display: flex;
    align-items: center;
}

.avocat-list .avocat .up-part .data-inner {
    margin-bottom: 10px;
    font-size: 12px;
}

.avocat-list .avocat .up-part .data-inner:last-child {
    margin-bottom: 0;
}

.avocat-list .avocat .up-part .data-inner .value-data {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.avocat-list .avocat .photo {
    width: 120px;
    height: 160px;
    min-width: 120px;
    margin-right: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #afb3cd;
}

.avocat-list .avocat .low-info {
    padding: 10px;
}

.avocat-list .avocat .low-info .main-txt {
    color: #2d3668;
}

.reviews-wrap {
    width: 100%;
    position: relative;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.reviews-wrap .stars-decor {
    width: 100%;
    margin-bottom: 5px;
}

.reviews-wrap .stars-decor img {
    width: 90px;
}

.reviews-wrap .review {
    width: 100%;
    width: calc(50% - 15px);
    border: 8px solid rgba(175, 179, 205, 0.3);
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
}

.reviews-wrap .review .up-part {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.reviews-wrap .review .up-part .data-inner {
    margin-bottom: 10px;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.reviews-wrap .review .up-part .data-inner .value-data {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.reviews-wrap .review .main-txt {
    color: #2d3668;
    margin-bottom: 0;
}

.reviews-wrap .review .proof {
    padding-top: 15px;
    border-top: 1px solid #afb3cd;
}

.reviews-wrap .review .proof .value-data {
    margin-top: 15px;
    max-width: 500px;
}

.categories-of-help {
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.categories-of-help .item-of-help {
    width: calc(25% - 15px);
    background-color: #fff;
    padding: 10px;
    margin-top: 30px;
    cursor: pointer;
    text-decoration: none;
    border: 8px solid rgba(175, 179, 205, 0.3);
}

.categories-of-help .item-of-help:hover {
    opacity: 0.8;
}

.categories-of-help .item-of-help .s-header {
    font-size: 16px;
    line-height: 22px;
    color: #23307c;
    margin-top: 10px;
    text-decoration: underline;
    cursor: pointer;
    max-width: 140px;
}

.categories-of-help .item-of-help .icon-div {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #894444;
}

.categories-of-help .item-of-help .icon-div img {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
}

.accent-wrap {
    padding: 30px;
    position: relative;
    background-color: #953535;
    color: #fff;
}

.icon-div {
    position: relative;
    background-repeat: no-repeat;
    background-repeat: center;
}

.data-wrap {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}

.data-inner {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    cursor: default;
}

.data-inner.cols-items .col-item {
    margin-top: 2px;
    display: flex;
}

.data-inner.cols-items .col-item:first-child {
    margin-top: 0;
}

.data-inner.cols-items .col-item .value-data {
    margin-top: 0;
    margin-left: 10px;
}

.data-inner .signature-data {
    color: #2d3668;
    line-height: 18px;
}

.data-inner .value-data {
    color: #23307c;
    font-weight: 500;
    line-height: 18px;
    margin-top: 2px;
}

.stat-of-us {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.stat-of-us .data-inner {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    width: calc(33.33% - 7.5px);
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.stat-of-us .data-inner .signature-data {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}

.stat-of-us .data-inner .value-data {
    color: #fff;
    margin-top: 10px;
}

.footer {
    position: fixed;
    z-index: 999;
    width: calc(80% + 30px);
    bottom: 0;
    left: 0;
    background-color: #7c2424;
    padding: 5px 45px;
    display: flex;
    align-items: center;
    border-top: 1px solid #afb3cd;
    border-right: 1px solid #afb3cd;
}

.footer .data-wrap {
    padding-top: 10px;
    margin-left: 30px;
    color: #fff;
}

.footer .data-wrap .signature-data {
    color: #dee3ff;
}

.footer .data-wrap .value-data {
    color: #fff;
}

.footer .data-inner {
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
    padding-right: 10px;
}

.company-data {
    background-color: #7c2424;
    display: flex;
    flex-direction: row;
    padding: 5px;
    padding-right: 10px;
    color: #fff;
    border: 1px solid #afb3cd;
    min-width: 220px;
}

.company-data:hover {
    opacity: 0.8;
}

.company-data .preview {
    max-width: 100px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-data .s-header {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    cursor: pointer;
}

.company-data .s-header .icon-div {
    width: 22px;
    height: 22px;
    min-width: 22px;
    background-size: 100%;
    margin-right: 10px;
    background-image: url("../img/icons/pdf.png");
}

.btn-s {
    position: relative;
    padding: 17px 24px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    color: #2d3668;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.btn-s:hover {
    opacity: 0.8;
}

.input-wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

.input-wrap .signature-for-input {
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding-right: 12px;
    width: 100%;
}

.input-wrap .signature-for-input .icon-div {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.input-wrap .signature-for-input .icon-div img {
    max-height: 22px;
    max-width: 26px;
    width: auto;
    height: auto;
}

.input-wrap input,
.input-wrap textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 52px;
    padding: 5px 15px;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.07);
    border-bottom: 4px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}

.input-wrap input::-moz-placeholder,
.input-wrap textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.input-wrap input:focus,
.input-wrap textarea:focus {
    border-color: white;
    background-color: rgba(255, 255, 255, 0.035);
}

.input-wrap textarea {
    padding-top: 15px;
    resize: none;
    height: 140px;
}

.alert-modal {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 30px;
    color: #23307c;
    text-align: center;
    justify-content: center;
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    flex-direction: column;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.alert-modal .btn-s {
    margin-top: 20px;
    background-color: #23307c;
    color: #fff;
}

.form {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.form .input-wrap {
    max-width: 100%;
}

.form .decor-icon {
    position: absolute;
    z-index: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.07;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    display: none;
}

.form .decor-icon img {
    width: 25%;
}

.form .input-wrap {
    z-index: 2;
}

/*==========  Desktop First  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1500px) {
    /**/
    .avocat-list .avocat {
        width: calc(50% - 5px);
    }
    .reviews-wrap .review {
        width: calc(50% - 5px);
    }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1500px) {
    /**/
    .categories-of-help .item-of-help {
        width: calc(50% - 15px);
    }
    .header-wrap .nav-wrap {
        width: calc(80% + 30px);
    }
    .main-wrap {
        padding-bottom: 180px;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1400px) {
    /**/
    .footer {
        width: 90%;
    }
    .avocat-list .avocat {
        width: 100%;
    }
    .reviews-wrap .review {
        width: 100%;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1300px) {
    /**/
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    /**/
    .footer {
        width: 100%;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 991px) {
    /**/
    .footer {
        width: 100%;
    }
    .header-wrap .nav-wrap {
        width: 100%;
        padding: 0 30px;
    }
    .header-wrap .nav-wrap a.contacts {
        font-size: 16px;
    }
    .main-wrap {
        flex-direction: column-reverse;
        padding: 100px 0;
        padding-bottom: 0;
        justify-content: flex-start;
        min-height: 1px;
    }
    .main-wrap .right-wrap-decor {
        position: relative;
        height: 460px;
        width: 100%;
        top: 0;
    }
    .main-wrap .left-wrap {
        width: 100%;
    }
    .footer {
        position: relative;
        margin-top: 30px;
        flex-direction: column;
        padding-bottom: 30px;
        z-index: 1;
    }
    .footer .company-data {
        margin: 30px 0;
    }
    .footer .data-wrap {
        margin-left: 0;
    }
    .footer .data-inner {
        padding-right: 15px;
    }
    .data-inner .value-data {
        margin-top: 5px;
        font-size: 14px;
    }
    .logo-wrap .logo-txt {
        margin-bottom: 5px;
    }
    .company-data .preview {
        max-width: 160px;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 768px) {
    /**/
    .footer .data-inner {
        width: calc(50% - 10px);
        padding-right: 0;
    }
    .footer .data-inner .signature-data {
        max-width: 160px;
    }
    .main-wrap .right-wrap-decor {
        height: 360px;
    }
    .footer {
        padding: 30px;
        padding-top: 0;
    }
    .mobile-btn {
        display: flex;
    }
    .nav-wrap .left-part {
        position: fixed;
        width: 100%;
        height: calc(100% - 120px);
        top: 142px;
        z-index: 2;
        background-color: #fff;
        left: 0;
        padding-top: 100px;
        display: none;
        flex-direction: column;
        align-items: center;
        border-top: 20px solid rgba(175, 179, 205, 0.35);
    }
    .nav-wrap .left-part.active {
        display: flex;
    }
    .nav-wrap .left-part a {
        width: auto;
        text-align: center;
        margin-right: 0;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .nav-wrap .left-part a.-active {
        font-size: 24px;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 480px) {
    /**/
    .main-wrap .right-wrap-decor {
        height: 320px;
    }
    .main-wrap .left-wrap {
        padding: 15px;
    }
    .categories-of-help .item-of-help {
        width: calc(50% - 7.5px);
        margin-top: 15px;
    }
    .header-wrap .nav-wrap {
        padding: 0 15px;
    }
    .reviews-wrap .review .proof .value-data {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .main-wrap.block1 .accent-wrap .s-header {
        font-size: 24px;
        line-height: 32px;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 400px) {
    /**/
    .stat-of-us .data-inner {
        width: 100%;
    }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 320px) {
    /**/
}

/*==========  Mobile First  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    /**/
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1860px) {
    /**/
}

/*# sourceMappingURL=main.css.map */

/* Success Message */

.success-message {
    text-align: center;
    padding: 60px 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.success-message .success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #23307c 0%, #7c2424 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-message .success-icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}

.success-message .s-header {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.success-message .main-txt {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.6;
}

/* Footer Mobile Fixes */

@media only screen and (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .company-data {
        margin-bottom: 20px;
    }
    .footer .data-wrap {
        margin-left: 0;
        width: 100%;
    }
    .footer .data-wrap .data-inner {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer .data-wrap .cols-items {
        flex-direction: column;
    }
    .footer .data-wrap .cols-items .col-item {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .footer {
        padding: 20px 15px;
    }
    .footer .company-data {
        min-width: unset;
        width: 100%;
    }
    .footer .data-wrap .signature-data {
        font-size: 12px;
        margin-bottom: 3px;
    }
    .footer .data-wrap .value-data {
        font-size: 13px;
        line-height: 1.4;
    }
}

/* Footer Mobile - Single Column Fix */

@media only screen and (max-width: 768px) {
    .footer .data-wrap {
        display: flex;
        flex-direction: column;
    }
    .footer .data-wrap .data-inner {
        width: 100% !important;
        padding-right: 0;
    }
    .footer .data-wrap .data-inner.cols-items {
        flex-direction: column;
    }
    .footer .data-wrap .data-inner.cols-items .col-item {
        width: 100%;
    }
}

/* Footer email link color */

.footer .data-wrap .value-data a {
    text-decoration: none;
    color: #fff;
}

.footer .data-wrap .value-data a:hover {
    opacity: 0.8;
}

/* custom */

.pr-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}