


@font-face {
  font-family: 'Public Sans';
  src: url('/_/font/PublicSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/_/font/PublicSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Public Sans';
    src: url('/_/font/PublicSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
@font-face {
  font-family: 'Public Sans';
  src: url('/_/font/PublicSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

img{
    max-width: 100%;
}
.logo{
    width: 354px;
    height: 82px;
    font-size: 0;
    background-image: url("/_/i/logo.svg");
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    background-size: contain;
}
ul,
body{
    padding:0;
    margin: 0;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
}
.crumbs {
    margin: 0;
    padding: 0;
    padding-top: 30px;
}
.crumbs li a{
    text-decoration: none;
}
.crumbs li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
}
.crumbs li a:after{
  content: "";
  position: absolute;
  background-image: url("/_/i/sprite.png");
  width: 8px;
  height: 9px;
  margin: 5px 13px;
}
.custom-container{
    max-width: 100%;
    width: 1376px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
header ul{
    list-style: none;
}
header{
    padding: 15px 0;
}

textarea:focus,
input[type="text"]:focus{
    transform: scale(1.02);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
textarea{
   font-family:inherit;
}
.safari input {
    -webkit-appearance: none;
}
header{
    background-color: #0e2340;
    color: #fff;
}
a.hero-section__badge:hover,
.main-menu ul li a:hover{
    color: #0F1D44;
    text-decoration: none;
    background-color: white;
    border-color: white;
}
.main-menu ul li a{
    background: #0F1D44;
    border: 1.5px solid #586993;
    border-radius: 21px;
    display: block;
    padding: 1px 11px;
    font-size: 13px;
}
.main-menu ul li{
    position: relative;
}
.main-menu ul{
    display: flex;
    column-gap: 7px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 13px;
}
.main-menu ul ul ul{
    right: 100%;
    top: 0;
}
header .custom-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-menu .submenu-toggle{
    display: none;
}

.main-menu-container .open-menu{
    background-repeat: no-repeat;
    cursor: pointer;
    height: 22px;
    top: 26px;
    right: 20px;
    position: absolute;
    display: none;
}
.open-menu span {
    width: 22px;
    display: block;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
}
.open-menu span:before {
    content: "";
    width: 100%;
    height: inherit;
    border-radius: inherit;
    display: block;
    background: inherit;
    margin: 10px 0 0 0;
    position: absolute;
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
}
.open-menu span:after {
    content: "";
    width: 100%;
    height: inherit;
    border-radius: inherit;
    display: block;
    background: inherit;
    margin: 20px 0 0 0;
    position: absolute;
    -webkit-transition: inherit;
    transition: inherit;
}

.body-open-menu .open-menu span {
    transform: rotate(45deg);
    margin-top: 12px;
}
.body-open-menu .open-menu span:after {
    transform: rotate(90deg);
    margin: 0px 0px 0px 0px;
}
.body-open-menu .open-menu span:before {
    opacity: 0;
}
.burger-menu{
    display: none;
    position: absolute;
    background-color: #c3dae0;
    width: 340px;
    padding: 15px;
}

.burger-menu-container .open-menu{
    height: 20px;
}
.body-open-menu .burger-menu{
    display: block;
}
.burger-menu ul ul{
    display: none;
}
.breadcrumb {
    background-color: transparent;
}
.media{
    gap: 15px;
}
.media img{
    gap: 15px;
    max-width: 200px;
}

.form-check label:before{
    position: absolute;
    content: "";
    display: block;
    border: 1px solid var(--gray-dark);
    width: 17px;
    height: 17px;
    border-radius: 3px;
    margin-top: 2px;
    background-size: 11px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -30px;
}
.form-check input:checked + label:before{
    background-image: url("/_/i/check.svg");
    background-color: var(--blue);
    border-color: var(--blue);
}
.form-check {
    padding-left: 30px;
}
.form-check .form-check-input{
    display: none;
    /*opacity: .2;*/
}

.accordion-item:not(:last-of-type),
.accordion-item{
    border-bottom: 1.49px solid #FFFFFF33;
    border-radius: 0;
    /*padding-top: 11px;*/
    padding-bottom: 14px;
}
.accordion-container .collapse{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    max-height: 0;
    display: block;
}
.accordion-container .collapse.show {
    max-height: 100px;
}
.accordion-container .collapse:not(.show) {
    display: block;
}

.accordion-item{
    position: relative;
}
.accordion-item .accordion-header:after {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.167089 1.13083L1.11392 0.169964C1.39241 -0.112644 1.78228 -0.112644 2.06076 0.169964L11.0278 9.26996L11.0278 13.0004L0.167089 2.03518C-0.0556963 1.80909 -0.0556963 1.35692 0.167089 1.13083Z' fill='%23D41D50'/%3E%3Cpath d='M20.8856 0.169566L21.7767 1.13044C22.0552 1.41304 22.0552 1.8087 21.7767 2.0913L10.9717 13L10.9717 9.26956L19.9388 0.169566C20.2172 -0.0565213 20.6071 -0.0565213 20.8856 0.169566Z' fill='%23D41D50'/%3E%3C/svg%3E%0A");
    content: "";
    position: absolute;
    right: 24px;
    width: 22px;
    height: 13px;
    top: 50%;
    transform: translate(0, 50%);
    rotate: 180deg;
    transition: .3s;
}
.accordion-item .accordion-header:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8L15 8' stroke='%23D41D50' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.24512 14.7549L8.24512 1.25488' stroke='%23D41D50' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 16px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translate(0, -50%);
    width: 17px;
    background-position: center;
    height: 17px;
    color: #D41D50;
    background-repeat: no-repeat;
    line-height: 60%;
}
.accordion-item .accordion-header.active:after {
    rotate: 0deg;
    transform: translate(0, -30%);
}
.accordion-item .accordion-header.active:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1L15 1' stroke='%23D41D50' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.accordion-header {
    padding: 0 35px 0 30px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    background: #7DB6D938;
}
.accordion-header .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    padding: 28px 20px 22px;
}
.accordion-body {
    display: none;
}

.accordion-body.active {
    display: block;
}
.phone {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 320px;
}

.phone.mobile-phone {
    display: none;
}
.main-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone-main:hover {
    text-decoration: underline;
    color: inherit;
}
.phone-main {
    font-weight: 500;
    font-size: 22px;
    text-decoration: none;
    color: inherit;
}
.phone-sub {
    font-size: 13px;
}
.content-section--gray{
    background-color: #f6f7fb;
}
@media screen and (min-width: 992px) {
    .burger-menu{
        top: 100%;
        right: -20px;
    }
    .burger-menu-container{
        position: relative;
    }
    .burger-menu .submenu-toggle{
        display: none;
    }
    .burger-menu ul li:hover >ul{
        display: block;
    }
    .burger-menu ul ul{
        padding-left: 20px;
    }
    .main-menu ul ul{
        display: none;
        position: absolute;
        width: 170px;
        padding: 15px;
        margin-left: -15px;
    }
    .main-menu ul ul ul{
        margin-right: 15px;
        margin-top: -15px;
    }
    .main-menu ul li:hover >ul{
        display: block !important;
    }
}
@media screen and (max-width: 991px) {
    .phone.mobile-phone {
        display: inline-flex;
        margin-top: 4px;
        text-align: right;
        padding-right: 45px;
        line-height: 100%;
        width: initial;
        margin-left: auto;
    }
    .phone.mobile-phone .phone-main {
        font-weight: 500;
        font-size: 17px;
        text-decoration: none;
        color: inherit;
    }
    .hero-inner__descr p {
        font-size: 16px;
    }
    .phone {
        width: 100%;
        margin-top: 30px;
    }
    .logo {
        width: 164px;
        height: 40px;
    }
    .main-menu-container .open-menu{
        display: block;
    }
    .media img{
        gap: 15px;
        max-width: 100px;
    }
    /*.burger-menu-container{*/
    /*    */
    /*}*/
    .burger-menu{

    }
    /* .main-menu-container{
        display: none;
    } */


    .burger-menu .submenu-toggle,
    .main-menu .submenu-toggle{
        display: block;
    }
    .burger-menu .submenu-toggle,
    .main-menu .submenu-toggle{
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px;
        align-items: center;
        display: flex;
        border: 1px solid black;
        justify-content: center;
        cursor: pointer;

    }
    .burger-menu ul,
    .main-menu ul{
        flex-direction: column;
        gap: 15px;
    }
    .burger-menu ul ul,
    .main-menu ul ul{
        padding-left: 15px;
        display: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .burger-menu,
    .main-menu{
        display: block;
        background-color: #0e2340;
        position: absolute;
        left: -400px;
        top: 0;
        height: 100%;
        overflow: auto;
        padding: 20px;
        width: 320px;
        transition: .3s;
        z-index: 9;
        max-width: calc(100% - 60px);
        box-shadow: 12px 50px 40px 0px #000000a8;
    }
    .body-open-menu .burger-menu,
    .body-open-menu .main-menu-container .main-menu{
        left: 0;
    }

}

.hero-section {
    position: relative;
    padding: 80px 0 50px;
    color: #ffffff;
    background-color: #020818;
    overflow: hidden;
}

.hero-section__slider,
.hero-section__gradient {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-section__slider {
    /* overflow: hidden; */
}

.hero-section__slider .swiper-wrapper,
.hero-section__slider .swiper-slide {
    height: 100%;
}
.hero-section__slider .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}

.hero-section__slider .swiper-slide {
    position: absolute;
    top: 0;
}

.hero-section__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-section__slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section__gradient {
    z-index: 1;
    pointer-events: none;
    /* background:
        linear-gradient(120deg, rgba(5, 12, 30, 0.86) 0%, rgba(1, 5, 14, 0.95) 70%),
        radial-gradient(circle at 20% 0%, rgba(88, 152, 255, 0.28), transparent 65%); */
}

.hero-section .custom-container {
    position: relative;
    z-index: 2;
}

.hero-section__inner {
    display: block;
}

.hero-section__content {
    max-width: 535px;
}

.hero-section__title {
    font-size: 41px;
    font-weight: 600;
    margin: 0 0 18px;
}

.hero-section__descr {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(229, 235, 255, 0.92);
}

.hero-section__badges {
    display: grid;
    gap: 12px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    grid-template-columns: 1fr 1fr;
}

.hero-section__badge {
    border-radius: 999px;
    border: 1px solid rgba(174, 197, 255, 0.55);
    padding: 6px 16px;
    font-size: 13px;
    color: rgba(217, 227, 255, 0.9);
    background: rgba(7, 20, 53, 0.55);
    display: inline-flex;
    text-decoration: none;
    width: 100%;
    justify-content: center;
}

.hero-section__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 40px;
}

.btn {
    border-radius: 999px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    outline: none !important;
    box-shadow: none !important;
}

.btn:hover {
    transform: translateY(-1px);
}
.btn:active {
    scale: 0.98;
}
.btn-primary:hover {
    color: white;
}
.btn-primary {
    background: linear-gradient(120deg, #2a59c8, #39b8ff);
    border: none;
    color: white !important;
}

.hero-section .btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.65) !important;
    background: transparent !important;
    color: #fff;
}
.hero-section__note strong{
    display: block;
}
.hero-section__note--strong a{
    text-decoration: underline;
    color: inherit;
}
.hero-section__note--strong a:hover {
    text-decoration: underline;
    color: white;
    text-decoration: none;

}
.hero-section__note {
    margin: 0;
    font-size: 15px;
    text-align: center;
    line-height: 120%;
}

.hero-section__note--strong {
    margin-top: 14px;
    font-size: 33px;
}


@media screen and (max-width: 1199px) {
    .hero-section__title {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .hero-section {
        padding: 55px 0 70px;
    }

    .hero-section__title {
        font-size: 25px;
    }

    .hero-section__descr {
        font-size: 16px;
    }

    .hero-section__btn {
        width: 100%;
    }
}

.about-section {
    padding: 80px 0;
    background-color: #ffffff;
    color: #1b1b1b;
}

.about-section__title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6a6f79;
    margin: 0 0 20px;
    text-align: left;
}

.about-section__content {
    margin: 0 0 38px;
}

.content p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 127%;
    color: #1b1b1b;
}

.about-section__content p:last-child {
    margin-bottom: 0;
}

.about-section__content strong {
    font-weight: 600;
}

.about-section__cta {
    text-align: center;
}

.about-section__cta-text {
    margin: 0 0 7px;
    font-size: 17px;
    line-height: 127%;
    color: #1b1b1b;
}

.about-section__cta-phone {
    margin: 0 0 0px;
    font-size: 24px;
    font-weight: 600;
}

.about-section__cta-phone a {
    color: #1b1b1b;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.about-section__cta-phone a:hover {
    opacity: 0.7;
}

.about-section__cta-note {
    margin: 0;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .hero-section{
        background-image: linear-gradient(to right top, #354f8c, #0a0e18);
    }
    .hero-section__slider{
        display: none;
    }
    .about-section {
        padding: 60px 0;
    }

    .about-section__title {
        margin-bottom: 30px;
    }

    .about-section__content {
        margin-bottom: 40px;
    }

    .about-section__content p {
        font-size: 15px;
    }

    .about-section__cta {
        padding-top: 30px;
    }

    .about-section__cta-text {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .about-section__cta-phone {
        font-size: 19px;
    }

    .about-section__cta-note {
        font-size: 13px;
    }
}

.media-section {
    padding: 53px 0 82px;
    background-color: #f5f7fb;
}

.media-section__eyebrow {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6a6f79;
    margin: 0 0 12px;
    text-align: left;
}

.media-section__title {
    font-size: 29px;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0 0 16px;
    text-align: left;
}

.media-section__descr {
    font-size: 17px;
    margin: 0 0 40px;
    max-width: 660px;
    font-weight: 600;
    color: #6a6f79;
}

.media-section__slider {
    overflow: hidden;
    margin: -14px;
}

.media-section__slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
    /* margin: -14px; */
}

.media-section__slider .swiper-slide {
    height: auto;
    display: flex;
    width: calc(33.333%);
    min-width: calc(33.333%);
    padding: 14px;
}

.media-section__card {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 25px 22px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 4px 8px rgba(5, 23, 58, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e3e7f2;
}

.media-section__card:hover {
}

.media-section__card-title {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 14px;
}

.media-section__card-text {
    font-size: 16px;
    color: #1b1b1b;
    margin: 0 0 13px;
    flex-grow: 1;
}

.media-section__card-link {
    font-size: 16px;
    font-weight: 700;
    color: #2956c7;
    text-decoration: none;
    transition: color 0.2s ease;
    align-self: flex-start;
}

.media-section__card-link:hover {
    color: #1c4f9c;
    text-decoration: underline;
}

@media screen and (max-width: 1199px) {
    .media-section__slider .swiper-slide {
        width: calc(50% - 12px);
        min-width: calc(50% - 12px);
    }
}

@media screen and (max-width: 767px) {
    .media-section {
        padding: 60px 0;
    }

    .media-section__title {
        font-size: 24px;
    }

    .media-section__descr {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .media-section__slider .swiper-slide {
        width: 100%;
        min-width: 100%;
    }

    .media-section__card {
        padding: 24px;
    }

    .media-section__card-title {
        font-size: 20px;
    }

    .media-section__card-text {
        font-size: 15px;
    }
}

.footer {
    background-color: #ffffff;
}

.footer__cta {
    padding: 60px 0;
}

.footer__cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-radius: 25px;
    padding: 38px 31px;
    background-image: linear-gradient(to right, #314a8f, #263e76, #1d325e, #162647, #101b31);
}

.footer__cta-content {
    flex: 1;
}

.footer__cta-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 12px;
}

.footer__cta-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.footer__cta-btn {
    flex-shrink: 0;
    white-space: nowrap;
}

.footer__bottom {
    background-color: #0a1527;
    padding: 24px 0;
}

.footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    color: #8891b0;
}

.footer__copyright {
}

.footer__nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.footer__nav-link {
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer__nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.footer__credit {
}

.footer__credit-link {
    text-decoration: underline;
    transition: color 0.2s ease;
}

.footer__credit-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 991px) {
    .footer__cta {
        padding: 50px 0;
    }

    .footer__cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 32px;
        gap: 28px;
    }

    .footer__cta-title {
        font-size: 28px;
    }

    .footer__cta-btn {
        width: 100%;
        justify-content: center;
    }

    .footer__bottom-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .footer__nav {
        justify-content: center;
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .hero-section__badges{
        grid-template-columns: 1fr;
    }
    .hero-section__note--strong{
        font-size: 28px;
    }
    .footer__cta {
        padding: 40px 0;
    }

    .footer__cta-inner {
        padding: 32px 24px;
    }

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

    .footer__cta-text {
        font-size: 15px;
    }

    .footer__bottom {
        padding: 20px 0;
    }

    .footer__nav {
        flex-direction: column;
        gap: 12px;
    }
}

.hero-inner {
    position: relative;
    background: #0a1527;
    padding: 39px 0;
    background-image: linear-gradient(
115deg, #2f5294, #274881, #203e6f, #1a345d, #152a4b, #132540, #111f36, #0f1a2c, #0e1726, #0d131f, #0a0f19, #060a13);
}

.hero-inner__text {
    color: #ffffff;
    display: flex;
    /* align-items: center; */
    /* padding: 80px 60px; */
}

.hero-inner__content {
    max-width: 100%;
    padding-top: 14px;
    max-width: 670px;
}

.hero-inner__eyebrow {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 11px;
}

.hero-inner__title {
    font-size: 33px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 11px;
}

.hero-inner__descr {
}

.hero-inner__descr p {
    margin: 0 0 18px;
    line-height: 172%;
    font-size: 17px;
}

.hero-inner__descr p:last-child {
    margin-bottom: 0;
}

.hero-inner__visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-inner__img {
    display: block;
}

@media screen and (max-width: 991px) {
    .content-section__box {
        margin-bottom: 30px;
    }
    .hero-inner__text {
        margin-bottom: 30px;
    }

    .hero-inner__title {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .hero-section__content{
        max-width: 100%;
    }
    .hero-inner {
        min-height: auto;
    }

    .hero-inner__text {
    }

    .hero-inner__title {
        font-size: 27px;
        margin-bottom: 24px;
    }

    .hero-inner__descr {
    }
}

.content-section {
    padding: 85px 0;
}

.content-section__title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 14px;
}
.content-section__subtitle {
    font-size: 17px;
    color: #6a6f79;
    max-width: 540px;
}
.content-section__box {
    background-color: #ffffff;
    border-radius: 17px;
    padding: 21px;
    margin-top: 27px;
    box-shadow: 0 4px 18px rgba(5, 23, 58, 0.08);
    border: 1px solid #e3e7f2;
}

.content-section__text {
    font-size: 17px;
}

.content-section__text p {
    margin: 0 0 15px;
}

.content-section__text p:last-child {
    margin-bottom: 0;
}

.content-section__text a {
    color: #2956c7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.content-section__text a:hover {
    color: #1c4f9c;
    text-decoration: underline;
}

.content-section__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

@media screen and (max-width: 991px) {
    .content-section {
        padding: 60px 0;
    }

    .content-section__title {
        font-size: 32px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .content-section {
        padding: 50px 0;
    }

    .content-section__title {
        font-size: 27px;
    }

    .content-section__box {
        /* padding: 24px; */
        /* margin-top: 20px; */
    }

    .content-section__text {
        font-size: 16px;
    }

    .content-section__text p {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 416px) {
    .phone.mobile-phone .phone-sub {
        display: none;
    }
    .phone.mobile-phone .phone-main{
        font-size: 0px;
    }
    .phone.mobile-phone .phone-main:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='white' d='M224.2 89C216.3 70.1 195.7 60.1 176.1 65.4L170.6 66.9C106 84.5 50.8 147.1 66.9 223.3C104 398.3 241.7 536 416.7 573.1C493 589.3 555.5 534 573.1 469.4L574.6 463.9C580 444.2 569.9 423.6 551.1 415.8L453.8 375.3C437.3 368.4 418.2 373.2 406.8 387.1L368.2 434.3C297.9 399.4 241.3 341 208.8 269.3L253 233.3C266.9 222 271.6 202.9 264.8 186.3L224.2 89z'/%3E%3C/svg%3E");
        content: "";
        width: 35px;
        height: 35px;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        top: 21px;
        right: 63px;
    }
}